Skip to content

Commit

Permalink
clarify prop descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mquentin committed Dec 15, 2023
1 parent 89c3a67 commit 0b1107a
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/generated/browserSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
6 changes: 3 additions & 3 deletions lib/cjs/generated/mobileSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down
6 changes: 3 additions & 3 deletions lib/cjs/generated/sessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion lib/esm/generated/browserSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
6 changes: 3 additions & 3 deletions lib/esm/generated/mobileSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down
6 changes: 3 additions & 3 deletions lib/esm/generated/sessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 0b1107a

Please sign in to comment.