Skip to content

Commit

Permalink
RUM-1507 Regenerate source
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejburda committed Oct 11, 2023
1 parent c2181b3 commit 488c91b
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
8 changes: 8 additions & 0 deletions lib/cjs/generated/mobileSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
8 changes: 8 additions & 0 deletions lib/cjs/generated/sessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
8 changes: 8 additions & 0 deletions lib/esm/generated/mobileSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
8 changes: 8 additions & 0 deletions lib/esm/generated/sessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion schemas/session-replay/mobile/image-wireframe-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"resourceIdentifier": {
"type": "string",
"description": "Unique identifier of the image file",
"description": "Unique identifier of the image resource",
"readOnly": false
},
"mimeType": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"resourceIdentifier": {
"type": "string",
"description": "Unique identifier of the image file",
"description": "Unique identifier of the image resource",
"readOnly": false
},
"mimeType": {
Expand Down

0 comments on commit 488c91b

Please sign in to comment.