diff --git a/lib/cjs/generated/mobileSessionReplay.d.ts b/lib/cjs/generated/mobileSessionReplay.d.ts index 3535b98..8b0c624 100644 --- a/lib/cjs/generated/mobileSessionReplay.d.ts +++ b/lib/cjs/generated/mobileSessionReplay.d.ts @@ -17,7 +17,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada /** * The source of this record */ - source: 'android' | 'ios' | 'flutter' | 'react-native'; + source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform'; }; /** * Mobile-specific. Schema of a Session Replay Record. diff --git a/lib/cjs/generated/sessionReplay.d.ts b/lib/cjs/generated/sessionReplay.d.ts index a4c73fc..52844e4 100644 --- a/lib/cjs/generated/sessionReplay.d.ts +++ b/lib/cjs/generated/sessionReplay.d.ts @@ -327,7 +327,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada /** * The source of this record */ - source: 'android' | 'ios' | 'flutter' | 'react-native'; + source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform'; }; /** * Mobile-specific. Schema of a Session Replay Record. diff --git a/lib/esm/generated/mobileSessionReplay.d.ts b/lib/esm/generated/mobileSessionReplay.d.ts index 3535b98..8b0c624 100644 --- a/lib/esm/generated/mobileSessionReplay.d.ts +++ b/lib/esm/generated/mobileSessionReplay.d.ts @@ -17,7 +17,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada /** * The source of this record */ - source: 'android' | 'ios' | 'flutter' | 'react-native'; + source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform'; }; /** * Mobile-specific. Schema of a Session Replay Record. diff --git a/lib/esm/generated/sessionReplay.d.ts b/lib/esm/generated/sessionReplay.d.ts index a4c73fc..52844e4 100644 --- a/lib/esm/generated/sessionReplay.d.ts +++ b/lib/esm/generated/sessionReplay.d.ts @@ -327,7 +327,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada /** * The source of this record */ - source: 'android' | 'ios' | 'flutter' | 'react-native'; + source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform'; }; /** * Mobile-specific. Schema of a Session Replay Record. diff --git a/schemas/session-replay/mobile/segment-metadata-schema.json b/schemas/session-replay/mobile/segment-metadata-schema.json index 8966e96..5966a2e 100644 --- a/schemas/session-replay/mobile/segment-metadata-schema.json +++ b/schemas/session-replay/mobile/segment-metadata-schema.json @@ -17,7 +17,7 @@ "source": { "type": "string", "description": "The source of this record", - "enum": ["android", "ios", "flutter", "react-native"] + "enum": ["android", "ios", "flutter", "react-native", "kotlin-multiplatform"] } } }