diff --git a/lib/cjs/generated/mobileSessionReplay.d.ts b/lib/cjs/generated/mobileSessionReplay.d.ts index 81236735..79776507 100644 --- a/lib/cjs/generated/mobileSessionReplay.d.ts +++ b/lib/cjs/generated/mobileSessionReplay.d.ts @@ -165,6 +165,10 @@ export declare type ImageWireframe = CommonShapeWireframe & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ @@ -285,6 +289,10 @@ export declare type ImageWireframeUpdate = CommonShapeWireframeUpdate & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ diff --git a/lib/cjs/generated/sessionReplay.d.ts b/lib/cjs/generated/sessionReplay.d.ts index 17424968..e5f3764c 100644 --- a/lib/cjs/generated/sessionReplay.d.ts +++ b/lib/cjs/generated/sessionReplay.d.ts @@ -466,6 +466,10 @@ export declare type ImageWireframe = CommonShapeWireframe & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ @@ -586,6 +590,10 @@ export declare type ImageWireframeUpdate = CommonShapeWireframeUpdate & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ diff --git a/lib/esm/generated/mobileSessionReplay.d.ts b/lib/esm/generated/mobileSessionReplay.d.ts index 81236735..79776507 100644 --- a/lib/esm/generated/mobileSessionReplay.d.ts +++ b/lib/esm/generated/mobileSessionReplay.d.ts @@ -165,6 +165,10 @@ export declare type ImageWireframe = CommonShapeWireframe & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ @@ -285,6 +289,10 @@ export declare type ImageWireframeUpdate = CommonShapeWireframeUpdate & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ diff --git a/lib/esm/generated/sessionReplay.d.ts b/lib/esm/generated/sessionReplay.d.ts index 17424968..e5f3764c 100644 --- a/lib/esm/generated/sessionReplay.d.ts +++ b/lib/esm/generated/sessionReplay.d.ts @@ -466,6 +466,10 @@ export declare type ImageWireframe = CommonShapeWireframe & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ @@ -586,6 +590,10 @@ export declare type ImageWireframeUpdate = CommonShapeWireframeUpdate & { * base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64 */ base64?: string; + /** + * Unique identifier of the image resource + */ + resourceIdentifier?: string; /** * MIME type of the image file */ diff --git a/schemas/session-replay/mobile/image-wireframe-schema.json b/schemas/session-replay/mobile/image-wireframe-schema.json index f4663960..b9d649f8 100644 --- a/schemas/session-replay/mobile/image-wireframe-schema.json +++ b/schemas/session-replay/mobile/image-wireframe-schema.json @@ -24,7 +24,7 @@ }, "resourceIdentifier": { "type": "string", - "description": "Unique identifier of the image file", + "description": "Unique identifier of the image resource", "readOnly": false }, "mimeType": { diff --git a/schemas/session-replay/mobile/image-wireframe-update-schema.json b/schemas/session-replay/mobile/image-wireframe-update-schema.json index 20d375e6..6bcf8bb7 100644 --- a/schemas/session-replay/mobile/image-wireframe-update-schema.json +++ b/schemas/session-replay/mobile/image-wireframe-update-schema.json @@ -24,7 +24,7 @@ }, "resourceIdentifier": { "type": "string", - "description": "Unique identifier of the image file", + "description": "Unique identifier of the image resource", "readOnly": false }, "mimeType": {