From 0b1107a01570a7db1c6c98b0eabf03c40e6e2232 Mon Sep 17 00:00:00 2001 From: "maxime.quentin" Date: Fri, 15 Dec 2023 10:09:42 +0100 Subject: [PATCH] clarify prop descriptions --- lib/cjs/generated/browserSessionReplay.d.ts | 2 +- lib/cjs/generated/mobileSessionReplay.d.ts | 6 +++--- lib/cjs/generated/sessionReplay.d.ts | 6 +++--- lib/esm/generated/browserSessionReplay.d.ts | 2 +- lib/esm/generated/mobileSessionReplay.d.ts | 6 +++--- lib/esm/generated/sessionReplay.d.ts | 6 +++--- .../common/_slot-supported-common-record-schema.json | 2 +- schemas/session-replay/mobile/webview-wireframe-schema.json | 2 +- .../mobile/webview-wireframe-update-schema.json | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/cjs/generated/browserSessionReplay.d.ts b/lib/cjs/generated/browserSessionReplay.d.ts index 443cb34..d0dc164 100644 --- a/lib/cjs/generated/browserSessionReplay.d.ts +++ b/lib/cjs/generated/browserSessionReplay.d.ts @@ -43,7 +43,7 @@ export declare type BrowserFullSnapshotRecord = SlotSupportedCommonRecordSchema */ export declare type SlotSupportedCommonRecordSchema = CommonRecordSchema & { /** - * Defines the unique ID of the slot that generated this record. + * Unique ID of the slot that generated this record. */ readonly slotId?: string; }; diff --git a/lib/cjs/generated/mobileSessionReplay.d.ts b/lib/cjs/generated/mobileSessionReplay.d.ts index 5fb45c3..21c0f88 100644 --- a/lib/cjs/generated/mobileSessionReplay.d.ts +++ b/lib/cjs/generated/mobileSessionReplay.d.ts @@ -200,7 +200,7 @@ export declare type WebviewWireframe = CommonShapeWireframe & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; @@ -337,7 +337,7 @@ export declare type WebviewWireframeUpdate = CommonShapeWireframeUpdate & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; @@ -420,7 +420,7 @@ export declare type MetaRecord = SlotSupportedCommonRecordSchema & { */ export declare type SlotSupportedCommonRecordSchema = CommonRecordSchema & { /** - * Defines the unique ID of the slot that generated this record. + * Unique ID of the slot that generated this record. */ readonly slotId?: string; }; diff --git a/lib/cjs/generated/sessionReplay.d.ts b/lib/cjs/generated/sessionReplay.d.ts index d78bb7e..09a1331 100644 --- a/lib/cjs/generated/sessionReplay.d.ts +++ b/lib/cjs/generated/sessionReplay.d.ts @@ -51,7 +51,7 @@ export declare type BrowserFullSnapshotRecord = SlotSupportedCommonRecordSchema */ export declare type SlotSupportedCommonRecordSchema = CommonRecordSchema & { /** - * Defines the unique ID of the slot that generated this record. + * Unique ID of the slot that generated this record. */ readonly slotId?: string; }; @@ -510,7 +510,7 @@ export declare type WebviewWireframe = CommonShapeWireframe & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; @@ -647,7 +647,7 @@ export declare type WebviewWireframeUpdate = CommonShapeWireframeUpdate & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; diff --git a/lib/esm/generated/browserSessionReplay.d.ts b/lib/esm/generated/browserSessionReplay.d.ts index 443cb34..d0dc164 100644 --- a/lib/esm/generated/browserSessionReplay.d.ts +++ b/lib/esm/generated/browserSessionReplay.d.ts @@ -43,7 +43,7 @@ export declare type BrowserFullSnapshotRecord = SlotSupportedCommonRecordSchema */ export declare type SlotSupportedCommonRecordSchema = CommonRecordSchema & { /** - * Defines the unique ID of the slot that generated this record. + * Unique ID of the slot that generated this record. */ readonly slotId?: string; }; diff --git a/lib/esm/generated/mobileSessionReplay.d.ts b/lib/esm/generated/mobileSessionReplay.d.ts index 5fb45c3..21c0f88 100644 --- a/lib/esm/generated/mobileSessionReplay.d.ts +++ b/lib/esm/generated/mobileSessionReplay.d.ts @@ -200,7 +200,7 @@ export declare type WebviewWireframe = CommonShapeWireframe & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; @@ -337,7 +337,7 @@ export declare type WebviewWireframeUpdate = CommonShapeWireframeUpdate & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; @@ -420,7 +420,7 @@ export declare type MetaRecord = SlotSupportedCommonRecordSchema & { */ export declare type SlotSupportedCommonRecordSchema = CommonRecordSchema & { /** - * Defines the unique ID of the slot that generated this record. + * Unique ID of the slot that generated this record. */ readonly slotId?: string; }; diff --git a/lib/esm/generated/sessionReplay.d.ts b/lib/esm/generated/sessionReplay.d.ts index d78bb7e..09a1331 100644 --- a/lib/esm/generated/sessionReplay.d.ts +++ b/lib/esm/generated/sessionReplay.d.ts @@ -51,7 +51,7 @@ export declare type BrowserFullSnapshotRecord = SlotSupportedCommonRecordSchema */ export declare type SlotSupportedCommonRecordSchema = CommonRecordSchema & { /** - * Defines the unique ID of the slot that generated this record. + * Unique ID of the slot that generated this record. */ readonly slotId?: string; }; @@ -510,7 +510,7 @@ export declare type WebviewWireframe = CommonShapeWireframe & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; @@ -647,7 +647,7 @@ export declare type WebviewWireframeUpdate = CommonShapeWireframeUpdate & { */ readonly type: 'webview'; /** - * Defines the unique ID of the slot that will be mounted in this container. + * Unique Id of the slot containing this webview. */ readonly slotId: string; }; diff --git a/schemas/session-replay/common/_slot-supported-common-record-schema.json b/schemas/session-replay/common/_slot-supported-common-record-schema.json index 0dbe2ed..1a9405d 100644 --- a/schemas/session-replay/common/_slot-supported-common-record-schema.json +++ b/schemas/session-replay/common/_slot-supported-common-record-schema.json @@ -12,7 +12,7 @@ "properties": { "slotId": { "type": "string", - "description": "Defines the unique ID of the slot that generated this record.", + "description": "Unique ID of the slot that generated this record.", "readOnly": true } } diff --git a/schemas/session-replay/mobile/webview-wireframe-schema.json b/schemas/session-replay/mobile/webview-wireframe-schema.json index 0089328..314df31 100644 --- a/schemas/session-replay/mobile/webview-wireframe-schema.json +++ b/schemas/session-replay/mobile/webview-wireframe-schema.json @@ -19,7 +19,7 @@ }, "slotId": { "type": "string", - "description": "Defines the unique ID of the slot that will be mounted in this container.", + "description": "Unique Id of the slot containing this webview.", "readOnly": true } } diff --git a/schemas/session-replay/mobile/webview-wireframe-update-schema.json b/schemas/session-replay/mobile/webview-wireframe-update-schema.json index c40d8c4..edf65db 100644 --- a/schemas/session-replay/mobile/webview-wireframe-update-schema.json +++ b/schemas/session-replay/mobile/webview-wireframe-update-schema.json @@ -19,7 +19,7 @@ }, "slotId": { "type": "string", - "description": "Defines the unique ID of the slot that will be mounted in this container.", + "description": "Unique Id of the slot containing this webview.", "readOnly": true } }