@snap/camera-kit 0.13.1 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/CameraKit.html +4 -3
- package/docs/html/classes/CameraKitSession.html +4 -3
- package/docs/html/classes/CameraKitSource.html +4 -3
- package/docs/html/classes/LensPerformanceMeasurement.html +4 -3
- package/docs/html/classes/LensPerformanceMetrics.html +4 -3
- package/docs/html/classes/LensRepository.html +6 -5
- package/docs/html/classes/LensSources.html +4 -3
- package/docs/html/classes/Transform2D.html +4 -3
- package/docs/html/classes/TypedCustomEvent.html +4 -3
- package/docs/html/classes/TypedEventTarget.html +4 -3
- package/docs/html/functions/Injectable.html +4 -3
- package/docs/html/functions/bootstrapCameraKit.html +4 -3
- package/docs/html/functions/createExtension.html +4 -3
- package/docs/html/functions/createImageSource.html +4 -3
- package/docs/html/functions/createMediaStreamSource.html +4 -3
- package/docs/html/functions/createUserMediaSource.html +4 -3
- package/docs/html/functions/createVideoSource.html +4 -3
- package/docs/html/functions/estimateLensPerformance.html +4 -3
- package/docs/html/functions/getRequiredBootstrapURLs.html +4 -3
- package/docs/html/functions/lensSourcesFactory.html +4 -3
- package/docs/html/functions/remoteApiServicesFactory.html +4 -3
- package/docs/html/index.html +5 -4
- package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +16 -5
- package/docs/html/interfaces/CameraKitSourceSubscriber.html +5 -4
- package/docs/html/interfaces/ComputedFrameMetrics.html +4 -3
- package/docs/html/interfaces/CreateSessionOptions.html +4 -3
- package/docs/html/interfaces/EstimatedLensPerformance.html +4 -3
- package/docs/html/interfaces/Lens.html +22 -4
- package/docs/html/interfaces/LensSource.html +4 -3
- package/docs/html/interfaces/MediaStreamSourceOptions.html +4 -3
- package/docs/html/interfaces/Preview.html +4 -3
- package/docs/html/interfaces/RemoteApiRequest.html +4 -3
- package/docs/html/interfaces/RemoteApiResponse.html +4 -3
- package/docs/html/interfaces/RemoteApiService.html +4 -3
- package/docs/html/interfaces/Snapcode.html +4 -3
- package/docs/html/interfaces/UriCancelRequest.html +4 -3
- package/docs/html/interfaces/UriRequest.html +4 -3
- package/docs/html/interfaces/UriResponse.html +4 -3
- package/docs/html/interfaces/VideoSourceOptions.html +4 -3
- package/docs/html/modules.html +6 -4
- package/docs/html/types/AssetLoader.html +4 -3
- package/docs/html/types/AssetTiming.html +4 -3
- package/docs/html/types/BenchmarkError.html +4 -3
- package/docs/html/types/BootstrapError.html +4 -3
- package/docs/html/types/CacheKeyNotFoundError.html +4 -3
- package/docs/html/types/CameraKitDeviceInfo.html +4 -3
- package/docs/html/types/CameraKitDeviceOptions.html +4 -3
- package/docs/html/types/CameraKitSessionEventListener.html +4 -3
- package/docs/html/types/CameraKitSessionEvents.html +6 -5
- package/docs/html/types/CameraKitSourceError.html +4 -3
- package/docs/html/types/CameraKitSourceInfo.html +4 -3
- package/docs/html/types/CameraKitSourceOptions.html +4 -3
- package/docs/html/types/ConfigurationError.html +4 -3
- package/docs/html/types/Keyboard.html +4 -3
- package/docs/html/types/KeyboardEvents.html +4 -3
- package/docs/html/types/LegalError.html +4 -3
- package/docs/html/types/LensAbortError.html +119 -0
- package/docs/html/types/LensAssetError.html +4 -3
- package/docs/html/types/LensContentValidationError.html +4 -3
- package/docs/html/types/LensError.html +4 -3
- package/docs/html/types/LensExecutionError.html +4 -3
- package/docs/html/types/LensImagePickerError.html +4 -3
- package/docs/html/types/LensLaunchParams.html +4 -3
- package/docs/html/types/LensMetricsEvents.html +4 -3
- package/docs/html/types/LensPerformanceCluster.html +4 -3
- package/docs/html/types/LensView.html +4 -3
- package/docs/html/types/LensWait.html +4 -3
- package/docs/html/types/PersistentStoreError.html +4 -3
- package/docs/html/types/PlatformNotSupportedError.html +4 -3
- package/docs/html/types/PublicContainer.html +4 -3
- package/docs/html/types/RemoteApiRequestHandler.html +4 -3
- package/docs/html/types/RemoteApiServices.html +4 -3
- package/docs/html/types/RemoteApiStatus.html +4 -3
- package/docs/html/types/RenderTarget.html +4 -3
- package/docs/html/types/Uri.html +4 -3
- package/docs/html/types/WebGLError.html +4 -3
- package/docs/html/variables/extensionRequestContext.html +4 -3
- package/docs/md/classes/CameraKit.md +1 -1
- package/docs/md/classes/CameraKitSession.md +1 -1
- package/docs/md/classes/CameraKitSource.md +1 -1
- package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
- package/docs/md/classes/LensPerformanceMetrics.md +1 -1
- package/docs/md/classes/LensRepository.md +3 -3
- package/docs/md/classes/LensSources.md +1 -1
- package/docs/md/classes/Transform2D.md +1 -1
- package/docs/md/classes/TypedCustomEvent.md +1 -1
- package/docs/md/classes/TypedEventTarget.md +1 -1
- package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +13 -2
- package/docs/md/interfaces/CameraKitSourceSubscriber.md +3 -3
- package/docs/md/interfaces/ComputedFrameMetrics.md +1 -1
- package/docs/md/interfaces/CreateSessionOptions.md +1 -1
- package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
- package/docs/md/interfaces/Lens.md +20 -1
- package/docs/md/interfaces/LensSource.md +1 -1
- package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
- package/docs/md/interfaces/Preview.md +1 -1
- package/docs/md/interfaces/RemoteApiRequest.md +1 -1
- package/docs/md/interfaces/RemoteApiResponse.md +1 -1
- package/docs/md/interfaces/RemoteApiService.md +1 -1
- package/docs/md/interfaces/Snapcode.md +1 -1
- package/docs/md/interfaces/UriCancelRequest.md +1 -1
- package/docs/md/interfaces/UriRequest.md +1 -1
- package/docs/md/interfaces/UriResponse.md +1 -1
- package/docs/md/interfaces/VideoSourceOptions.md +1 -1
- package/docs/md/modules.md +24 -4
- package/lib/CameraKit.d.ts +139 -7
- package/lib/CameraKit.js +19 -19
- package/lib/CameraKit.js.map +1 -1
- package/lib/__tests__/data.d.ts +9 -4
- package/lib/__tests__/data.js +19 -9
- package/lib/__tests__/data.js.map +1 -1
- package/lib/bootstrapCameraKit.js +2 -2
- package/lib/bootstrapCameraKit.js.map +1 -1
- package/lib/common/any.d.ts +2 -0
- package/lib/common/any.js +23 -6
- package/lib/common/any.js.map +1 -1
- package/lib/common/localization.js +7 -31
- package/lib/common/localization.js.map +1 -1
- package/lib/configuration.d.ts +7 -0
- package/lib/configuration.js +1 -0
- package/lib/configuration.js.map +1 -1
- package/lib/configurationOverrides.d.ts +2 -2
- package/lib/configurationOverrides.js +11 -6
- package/lib/configurationOverrides.js.map +1 -1
- package/lib/dependency-injection/RootServices.d.ts +2 -2
- package/lib/dependency-injection/RootServices.js.map +1 -1
- package/lib/environment.json +1 -1
- package/lib/extensions/extensionRequestContext.js +4 -4
- package/lib/extensions/extensionRequestContext.js.map +1 -1
- package/lib/extensions/uriHandlersRegister.d.ts +2 -2
- package/lib/extensions/uriHandlersRegister.js.map +1 -1
- package/lib/generated-proto/blizzard/cameraKitEvents.d.ts +272 -0
- package/lib/generated-proto/blizzard/cameraKitEvents.js +38 -24
- package/lib/generated-proto/blizzard/cameraKitEvents.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.d.ts +2 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.js +6 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.d.ts +34 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js +43 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js.map +1 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.d.ts +0 -2
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js +0 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +14346 -3145
- package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +1717 -62
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +6267 -373
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js +159 -4
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
- package/lib/generated-proto/pb_schema/common/ruid.d.ts +1 -0
- package/lib/generated-proto/pb_schema/common/ruid.js +1 -0
- package/lib/generated-proto/pb_schema/common/ruid.js.map +1 -1
- package/lib/generated-proto/pb_schema/lenses/launchdata.d.ts +31 -0
- package/lib/generated-proto/pb_schema/lenses/launchdata.js +143 -1
- package/lib/generated-proto/pb_schema/lenses/launchdata.js.map +1 -1
- package/lib/handlers/cameraKitServiceFetchHandlerFactory.js +2 -2
- package/lib/handlers/cameraKitServiceFetchHandlerFactory.js.map +1 -1
- package/lib/index.d.ts +3 -1
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/lib/lens/Lens.d.ts +16 -1
- package/lib/lens/Lens.js +12 -3
- package/lib/lens/Lens.js.map +1 -1
- package/lib/lens/LensPersistenceStore.d.ts +2 -2
- package/lib/lens/LensPersistenceStore.js.map +1 -1
- package/lib/lens/LensRepository.d.ts +2 -2
- package/lib/lens/LensRepository.js +5 -4
- package/lib/lens/LensRepository.js.map +1 -1
- package/lib/lens/assets/LensAssetRepository.d.ts +4 -4
- package/lib/lens/assets/LensAssetRepository.js +1 -3
- package/lib/lens/assets/LensAssetRepository.js.map +1 -1
- package/lib/lens/assets/LensAssetsProvider.d.ts +9 -3
- package/lib/lens/assets/LensAssetsProvider.js +12 -5
- package/lib/lens/assets/LensAssetsProvider.js.map +1 -1
- package/lib/lens-client-interface/imagePicker.d.ts +2 -2
- package/lib/lens-client-interface/imagePicker.js.map +1 -1
- package/lib/lens-client-interface/lensClientInterface.d.ts +2 -2
- package/lib/lens-client-interface/lensClientInterface.js.map +1 -1
- package/lib/lens-core-module/generated-types.d.ts +4 -2
- package/lib/lens-core-module/generated-types.js.map +1 -1
- package/lib/lens-core-module/index.d.ts +1 -0
- package/lib/lens-core-module/index.js +1 -0
- package/lib/lens-core-module/index.js.map +1 -1
- package/lib/lens-core-module/lensCore.d.ts +41 -0
- package/lib/lens-core-module/lensCore.js +54 -0
- package/lib/lens-core-module/lensCore.js.map +1 -0
- package/lib/lens-core-module/lensCoreError.d.ts +15 -0
- package/lib/lens-core-module/lensCoreError.js +43 -0
- package/lib/lens-core-module/lensCoreError.js.map +1 -0
- package/lib/lens-core-module/loader/lensCoreFactory.d.ts +1 -2
- package/lib/lens-core-module/loader/lensCoreFactory.js +24 -26
- package/lib/lens-core-module/loader/lensCoreFactory.js.map +1 -1
- package/lib/lensCoreWasmVersions.json +3 -3
- package/lib/logger/registerLogEntriesSubscriber.js +2 -2
- package/lib/logger/registerLogEntriesSubscriber.js.map +1 -1
- package/lib/media-sources/CameraKitSource.d.ts +3 -3
- package/lib/media-sources/CameraKitSource.js +22 -31
- package/lib/media-sources/CameraKitSource.js.map +1 -1
- package/lib/media-sources/FunctionSource.js +33 -36
- package/lib/media-sources/FunctionSource.js.map +1 -1
- package/lib/media-sources/MediaStreamSource.js +11 -15
- package/lib/media-sources/MediaStreamSource.js.map +1 -1
- package/lib/metrics/businessEventsReporter.js +114 -108
- package/lib/metrics/businessEventsReporter.js.map +1 -1
- package/lib/metrics/reporters/reportGlobalException.js +25 -7
- package/lib/metrics/reporters/reportGlobalException.js.map +1 -1
- package/lib/metrics/reporters/reportHttpMetrics.js +2 -2
- package/lib/metrics/reporters/reportHttpMetrics.js.map +1 -1
- package/lib/metrics/reporters/reportLensView.js +5 -3
- package/lib/metrics/reporters/reportLensView.js.map +1 -1
- package/lib/metrics/reporters/reportLensWait.js +8 -2
- package/lib/metrics/reporters/reportLensWait.js.map +1 -1
- package/lib/metrics/reporters/reportPlatformCapabilities.d.ts +12 -0
- package/lib/metrics/reporters/reportPlatformCapabilities.js +18 -0
- package/lib/metrics/reporters/reportPlatformCapabilities.js.map +1 -0
- package/lib/metrics/reporters/reporters.d.ts +2 -1
- package/lib/metrics/reporters/reporters.js +3 -1
- package/lib/metrics/reporters/reporters.js.map +1 -1
- package/lib/namedErrors.d.ts +17 -0
- package/lib/namedErrors.js +2 -0
- package/lib/namedErrors.js.map +1 -1
- package/lib/platform/assertPlatformSupported.d.ts +4 -0
- package/lib/platform/assertPlatformSupported.js +15 -0
- package/lib/platform/assertPlatformSupported.js.map +1 -0
- package/lib/platform/cameraKitUserAgent.d.ts +2 -0
- package/lib/platform/cameraKitUserAgent.js +20 -0
- package/lib/platform/cameraKitUserAgent.js.map +1 -0
- package/lib/platform/platformCapabilities.d.ts +50 -0
- package/lib/platform/platformCapabilities.js +121 -0
- package/lib/platform/platformCapabilities.js.map +1 -0
- package/lib/{common/cameraKitUserAgent.d.ts → platform/platformInfo.d.ts} +13 -10
- package/lib/{common/cameraKitUserAgent.js → platform/platformInfo.js} +94 -100
- package/lib/platform/platformInfo.js.map +1 -0
- package/lib/remote-configuration/cofHandler.js +2 -2
- package/lib/remote-configuration/cofHandler.js.map +1 -1
- package/lib/remote-configuration/preloadConfiguration.d.ts +2 -2
- package/lib/remote-configuration/preloadConfiguration.js.map +1 -1
- package/lib/session/CameraKitSession.d.ts +3 -3
- package/lib/session/CameraKitSession.js +23 -30
- package/lib/session/CameraKitSession.js.map +1 -1
- package/lib/session/CameraKitSessionEvents.d.ts +7 -3
- package/lib/session/CameraKitSessionEvents.js +17 -0
- package/lib/session/CameraKitSessionEvents.js.map +1 -1
- package/lib/session/LensPerformanceMetrics.d.ts +2 -2
- package/lib/session/LensPerformanceMetrics.js +4 -3
- package/lib/session/LensPerformanceMetrics.js.map +1 -1
- package/lib/session/lensState.d.ts +2 -2
- package/lib/session/lensState.js +36 -37
- package/lib/session/lensState.js.map +1 -1
- package/package.json +2 -2
- package/lib/assertPlatformSupported.d.ts +0 -6
- package/lib/assertPlatformSupported.js +0 -21
- package/lib/assertPlatformSupported.js.map +0 -1
- package/lib/common/cameraKitUserAgent.js.map +0 -1
- package/lib/common/locale.d.ts +0 -2
- package/lib/common/locale.js +0 -11
- package/lib/common/locale.js.map +0 -1
|
@@ -59,6 +59,8 @@ export declare const ServerEvent: {
|
|
|
59
59
|
sessionId?: string | undefined;
|
|
60
60
|
appVendorUuid?: string | undefined;
|
|
61
61
|
rankingRequestId?: string | undefined;
|
|
62
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
63
|
+
partnerUuid?: string | undefined;
|
|
62
64
|
} | undefined;
|
|
63
65
|
lensId?: string | undefined;
|
|
64
66
|
type?: string | undefined;
|
|
@@ -98,9 +100,12 @@ export declare const ServerEvent: {
|
|
|
98
100
|
sessionId?: string | undefined;
|
|
99
101
|
appVendorUuid?: string | undefined;
|
|
100
102
|
rankingRequestId?: string | undefined;
|
|
103
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
104
|
+
partnerUuid?: string | undefined;
|
|
101
105
|
} | undefined;
|
|
102
106
|
lensId?: string | undefined;
|
|
103
107
|
viewTimeSec?: number | undefined;
|
|
108
|
+
lensGroupId?: string | undefined;
|
|
104
109
|
} | undefined;
|
|
105
110
|
cameraKitAssetDownload?: {
|
|
106
111
|
cameraKitEventBase?: {
|
|
@@ -136,6 +141,8 @@ export declare const ServerEvent: {
|
|
|
136
141
|
sessionId?: string | undefined;
|
|
137
142
|
appVendorUuid?: string | undefined;
|
|
138
143
|
rankingRequestId?: string | undefined;
|
|
144
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
145
|
+
partnerUuid?: string | undefined;
|
|
139
146
|
} | undefined;
|
|
140
147
|
automaticDownload?: boolean | undefined;
|
|
141
148
|
downloadTimeSec?: number | undefined;
|
|
@@ -176,6 +183,8 @@ export declare const ServerEvent: {
|
|
|
176
183
|
sessionId?: string | undefined;
|
|
177
184
|
appVendorUuid?: string | undefined;
|
|
178
185
|
rankingRequestId?: string | undefined;
|
|
186
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
187
|
+
partnerUuid?: string | undefined;
|
|
179
188
|
} | undefined;
|
|
180
189
|
lensId?: string | undefined;
|
|
181
190
|
} | undefined;
|
|
@@ -213,6 +222,8 @@ export declare const ServerEvent: {
|
|
|
213
222
|
sessionId?: string | undefined;
|
|
214
223
|
appVendorUuid?: string | undefined;
|
|
215
224
|
rankingRequestId?: string | undefined;
|
|
225
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
226
|
+
partnerUuid?: string | undefined;
|
|
216
227
|
} | undefined;
|
|
217
228
|
lensId?: string | undefined;
|
|
218
229
|
automaticDownload?: boolean | undefined;
|
|
@@ -253,6 +264,8 @@ export declare const ServerEvent: {
|
|
|
253
264
|
sessionId?: string | undefined;
|
|
254
265
|
appVendorUuid?: string | undefined;
|
|
255
266
|
rankingRequestId?: string | undefined;
|
|
267
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
268
|
+
partnerUuid?: string | undefined;
|
|
256
269
|
} | undefined;
|
|
257
270
|
assetId?: string | undefined;
|
|
258
271
|
} | undefined;
|
|
@@ -290,6 +303,8 @@ export declare const ServerEvent: {
|
|
|
290
303
|
sessionId?: string | undefined;
|
|
291
304
|
appVendorUuid?: string | undefined;
|
|
292
305
|
rankingRequestId?: string | undefined;
|
|
306
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
307
|
+
partnerUuid?: string | undefined;
|
|
293
308
|
} | undefined;
|
|
294
309
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
295
310
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -331,6 +346,8 @@ export declare const ServerEvent: {
|
|
|
331
346
|
sessionId?: string | undefined;
|
|
332
347
|
appVendorUuid?: string | undefined;
|
|
333
348
|
rankingRequestId?: string | undefined;
|
|
349
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
350
|
+
partnerUuid?: string | undefined;
|
|
334
351
|
} | undefined;
|
|
335
352
|
performanceCluster?: number | undefined;
|
|
336
353
|
webglRendererInfo?: string | undefined;
|
|
@@ -343,6 +360,7 @@ export declare const ServerEvent: {
|
|
|
343
360
|
avgFps?: number | undefined;
|
|
344
361
|
isLensFirstWithinDay?: boolean | undefined;
|
|
345
362
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
363
|
+
lensGroupId?: string | undefined;
|
|
346
364
|
} | undefined;
|
|
347
365
|
cameraKitWebBenchmarkComplete?: {
|
|
348
366
|
cameraKitEventBase?: {
|
|
@@ -378,6 +396,8 @@ export declare const ServerEvent: {
|
|
|
378
396
|
sessionId?: string | undefined;
|
|
379
397
|
appVendorUuid?: string | undefined;
|
|
380
398
|
rankingRequestId?: string | undefined;
|
|
399
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
400
|
+
partnerUuid?: string | undefined;
|
|
381
401
|
} | undefined;
|
|
382
402
|
benchmarkName?: string | undefined;
|
|
383
403
|
benchmarkValue?: number | undefined;
|
|
@@ -418,6 +438,8 @@ export declare const ServerEvent: {
|
|
|
418
438
|
sessionId?: string | undefined;
|
|
419
439
|
appVendorUuid?: string | undefined;
|
|
420
440
|
rankingRequestId?: string | undefined;
|
|
441
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
442
|
+
partnerUuid?: string | undefined;
|
|
421
443
|
} | undefined;
|
|
422
444
|
legalPromptId?: string | undefined;
|
|
423
445
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -483,6 +505,8 @@ export declare const ServerEvent: {
|
|
|
483
505
|
sessionId?: string | undefined;
|
|
484
506
|
appVendorUuid?: string | undefined;
|
|
485
507
|
rankingRequestId?: string | undefined;
|
|
508
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
509
|
+
partnerUuid?: string | undefined;
|
|
486
510
|
} | undefined;
|
|
487
511
|
lensId?: string | undefined;
|
|
488
512
|
type?: string | undefined;
|
|
@@ -522,9 +546,12 @@ export declare const ServerEvent: {
|
|
|
522
546
|
sessionId?: string | undefined;
|
|
523
547
|
appVendorUuid?: string | undefined;
|
|
524
548
|
rankingRequestId?: string | undefined;
|
|
549
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
550
|
+
partnerUuid?: string | undefined;
|
|
525
551
|
} | undefined;
|
|
526
552
|
lensId?: string | undefined;
|
|
527
553
|
viewTimeSec?: number | undefined;
|
|
554
|
+
lensGroupId?: string | undefined;
|
|
528
555
|
} | undefined;
|
|
529
556
|
cameraKitAssetDownload?: {
|
|
530
557
|
cameraKitEventBase?: {
|
|
@@ -560,6 +587,8 @@ export declare const ServerEvent: {
|
|
|
560
587
|
sessionId?: string | undefined;
|
|
561
588
|
appVendorUuid?: string | undefined;
|
|
562
589
|
rankingRequestId?: string | undefined;
|
|
590
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
591
|
+
partnerUuid?: string | undefined;
|
|
563
592
|
} | undefined;
|
|
564
593
|
automaticDownload?: boolean | undefined;
|
|
565
594
|
downloadTimeSec?: number | undefined;
|
|
@@ -600,6 +629,8 @@ export declare const ServerEvent: {
|
|
|
600
629
|
sessionId?: string | undefined;
|
|
601
630
|
appVendorUuid?: string | undefined;
|
|
602
631
|
rankingRequestId?: string | undefined;
|
|
632
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
633
|
+
partnerUuid?: string | undefined;
|
|
603
634
|
} | undefined;
|
|
604
635
|
lensId?: string | undefined;
|
|
605
636
|
} | undefined;
|
|
@@ -637,6 +668,8 @@ export declare const ServerEvent: {
|
|
|
637
668
|
sessionId?: string | undefined;
|
|
638
669
|
appVendorUuid?: string | undefined;
|
|
639
670
|
rankingRequestId?: string | undefined;
|
|
671
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
672
|
+
partnerUuid?: string | undefined;
|
|
640
673
|
} | undefined;
|
|
641
674
|
lensId?: string | undefined;
|
|
642
675
|
automaticDownload?: boolean | undefined;
|
|
@@ -677,6 +710,8 @@ export declare const ServerEvent: {
|
|
|
677
710
|
sessionId?: string | undefined;
|
|
678
711
|
appVendorUuid?: string | undefined;
|
|
679
712
|
rankingRequestId?: string | undefined;
|
|
713
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
714
|
+
partnerUuid?: string | undefined;
|
|
680
715
|
} | undefined;
|
|
681
716
|
assetId?: string | undefined;
|
|
682
717
|
} | undefined;
|
|
@@ -714,6 +749,8 @@ export declare const ServerEvent: {
|
|
|
714
749
|
sessionId?: string | undefined;
|
|
715
750
|
appVendorUuid?: string | undefined;
|
|
716
751
|
rankingRequestId?: string | undefined;
|
|
752
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
753
|
+
partnerUuid?: string | undefined;
|
|
717
754
|
} | undefined;
|
|
718
755
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
719
756
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -755,6 +792,8 @@ export declare const ServerEvent: {
|
|
|
755
792
|
sessionId?: string | undefined;
|
|
756
793
|
appVendorUuid?: string | undefined;
|
|
757
794
|
rankingRequestId?: string | undefined;
|
|
795
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
796
|
+
partnerUuid?: string | undefined;
|
|
758
797
|
} | undefined;
|
|
759
798
|
performanceCluster?: number | undefined;
|
|
760
799
|
webglRendererInfo?: string | undefined;
|
|
@@ -767,6 +806,7 @@ export declare const ServerEvent: {
|
|
|
767
806
|
avgFps?: number | undefined;
|
|
768
807
|
isLensFirstWithinDay?: boolean | undefined;
|
|
769
808
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
809
|
+
lensGroupId?: string | undefined;
|
|
770
810
|
} | undefined;
|
|
771
811
|
cameraKitWebBenchmarkComplete?: {
|
|
772
812
|
cameraKitEventBase?: {
|
|
@@ -802,6 +842,8 @@ export declare const ServerEvent: {
|
|
|
802
842
|
sessionId?: string | undefined;
|
|
803
843
|
appVendorUuid?: string | undefined;
|
|
804
844
|
rankingRequestId?: string | undefined;
|
|
845
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
846
|
+
partnerUuid?: string | undefined;
|
|
805
847
|
} | undefined;
|
|
806
848
|
benchmarkName?: string | undefined;
|
|
807
849
|
benchmarkValue?: number | undefined;
|
|
@@ -842,6 +884,8 @@ export declare const ServerEvent: {
|
|
|
842
884
|
sessionId?: string | undefined;
|
|
843
885
|
appVendorUuid?: string | undefined;
|
|
844
886
|
rankingRequestId?: string | undefined;
|
|
887
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
888
|
+
partnerUuid?: string | undefined;
|
|
845
889
|
} | undefined;
|
|
846
890
|
legalPromptId?: string | undefined;
|
|
847
891
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -881,6 +925,8 @@ export declare const ServerEvent: {
|
|
|
881
925
|
sessionId?: string | undefined;
|
|
882
926
|
appVendorUuid?: string | undefined;
|
|
883
927
|
rankingRequestId?: string | undefined;
|
|
928
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
929
|
+
partnerUuid?: string | undefined;
|
|
884
930
|
} | undefined;
|
|
885
931
|
lensId?: string | undefined;
|
|
886
932
|
type?: string | undefined;
|
|
@@ -919,6 +965,8 @@ export declare const ServerEvent: {
|
|
|
919
965
|
sessionId?: string | undefined;
|
|
920
966
|
appVendorUuid?: string | undefined;
|
|
921
967
|
rankingRequestId?: string | undefined;
|
|
968
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
969
|
+
partnerUuid?: string | undefined;
|
|
922
970
|
} & {
|
|
923
971
|
kitEventBase?: ({
|
|
924
972
|
oauthClientId?: string | undefined;
|
|
@@ -972,6 +1020,8 @@ export declare const ServerEvent: {
|
|
|
972
1020
|
sessionId?: string | undefined;
|
|
973
1021
|
appVendorUuid?: string | undefined;
|
|
974
1022
|
rankingRequestId?: string | undefined;
|
|
1023
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1024
|
+
partnerUuid?: string | undefined;
|
|
975
1025
|
} & Record<Exclude<keyof I["eventData"]["cameraKitException"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
976
1026
|
lensId?: string | undefined;
|
|
977
1027
|
type?: string | undefined;
|
|
@@ -1011,9 +1061,12 @@ export declare const ServerEvent: {
|
|
|
1011
1061
|
sessionId?: string | undefined;
|
|
1012
1062
|
appVendorUuid?: string | undefined;
|
|
1013
1063
|
rankingRequestId?: string | undefined;
|
|
1064
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1065
|
+
partnerUuid?: string | undefined;
|
|
1014
1066
|
} | undefined;
|
|
1015
1067
|
lensId?: string | undefined;
|
|
1016
1068
|
viewTimeSec?: number | undefined;
|
|
1069
|
+
lensGroupId?: string | undefined;
|
|
1017
1070
|
} & {
|
|
1018
1071
|
cameraKitEventBase?: ({
|
|
1019
1072
|
kitEventBase?: {
|
|
@@ -1048,6 +1101,8 @@ export declare const ServerEvent: {
|
|
|
1048
1101
|
sessionId?: string | undefined;
|
|
1049
1102
|
appVendorUuid?: string | undefined;
|
|
1050
1103
|
rankingRequestId?: string | undefined;
|
|
1104
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1105
|
+
partnerUuid?: string | undefined;
|
|
1051
1106
|
} & {
|
|
1052
1107
|
kitEventBase?: ({
|
|
1053
1108
|
oauthClientId?: string | undefined;
|
|
@@ -1101,9 +1156,12 @@ export declare const ServerEvent: {
|
|
|
1101
1156
|
sessionId?: string | undefined;
|
|
1102
1157
|
appVendorUuid?: string | undefined;
|
|
1103
1158
|
rankingRequestId?: string | undefined;
|
|
1159
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1160
|
+
partnerUuid?: string | undefined;
|
|
1104
1161
|
} & Record<Exclude<keyof I["eventData"]["cameraKitLensSpin"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
1105
1162
|
lensId?: string | undefined;
|
|
1106
1163
|
viewTimeSec?: number | undefined;
|
|
1164
|
+
lensGroupId?: string | undefined;
|
|
1107
1165
|
} & Record<Exclude<keyof I["eventData"]["cameraKitLensSpin"], keyof CameraKitLensSpin>, never>) | undefined;
|
|
1108
1166
|
cameraKitAssetDownload?: ({
|
|
1109
1167
|
cameraKitEventBase?: {
|
|
@@ -1139,6 +1197,8 @@ export declare const ServerEvent: {
|
|
|
1139
1197
|
sessionId?: string | undefined;
|
|
1140
1198
|
appVendorUuid?: string | undefined;
|
|
1141
1199
|
rankingRequestId?: string | undefined;
|
|
1200
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1201
|
+
partnerUuid?: string | undefined;
|
|
1142
1202
|
} | undefined;
|
|
1143
1203
|
automaticDownload?: boolean | undefined;
|
|
1144
1204
|
downloadTimeSec?: number | undefined;
|
|
@@ -1178,6 +1238,8 @@ export declare const ServerEvent: {
|
|
|
1178
1238
|
sessionId?: string | undefined;
|
|
1179
1239
|
appVendorUuid?: string | undefined;
|
|
1180
1240
|
rankingRequestId?: string | undefined;
|
|
1241
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1242
|
+
partnerUuid?: string | undefined;
|
|
1181
1243
|
} & {
|
|
1182
1244
|
kitEventBase?: ({
|
|
1183
1245
|
oauthClientId?: string | undefined;
|
|
@@ -1231,6 +1293,8 @@ export declare const ServerEvent: {
|
|
|
1231
1293
|
sessionId?: string | undefined;
|
|
1232
1294
|
appVendorUuid?: string | undefined;
|
|
1233
1295
|
rankingRequestId?: string | undefined;
|
|
1296
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1297
|
+
partnerUuid?: string | undefined;
|
|
1234
1298
|
} & Record<Exclude<keyof I["eventData"]["cameraKitAssetDownload"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
1235
1299
|
automaticDownload?: boolean | undefined;
|
|
1236
1300
|
downloadTimeSec?: number | undefined;
|
|
@@ -1271,6 +1335,8 @@ export declare const ServerEvent: {
|
|
|
1271
1335
|
sessionId?: string | undefined;
|
|
1272
1336
|
appVendorUuid?: string | undefined;
|
|
1273
1337
|
rankingRequestId?: string | undefined;
|
|
1338
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1339
|
+
partnerUuid?: string | undefined;
|
|
1274
1340
|
} | undefined;
|
|
1275
1341
|
lensId?: string | undefined;
|
|
1276
1342
|
} & {
|
|
@@ -1307,6 +1373,8 @@ export declare const ServerEvent: {
|
|
|
1307
1373
|
sessionId?: string | undefined;
|
|
1308
1374
|
appVendorUuid?: string | undefined;
|
|
1309
1375
|
rankingRequestId?: string | undefined;
|
|
1376
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1377
|
+
partnerUuid?: string | undefined;
|
|
1310
1378
|
} & {
|
|
1311
1379
|
kitEventBase?: ({
|
|
1312
1380
|
oauthClientId?: string | undefined;
|
|
@@ -1360,6 +1428,8 @@ export declare const ServerEvent: {
|
|
|
1360
1428
|
sessionId?: string | undefined;
|
|
1361
1429
|
appVendorUuid?: string | undefined;
|
|
1362
1430
|
rankingRequestId?: string | undefined;
|
|
1431
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1432
|
+
partnerUuid?: string | undefined;
|
|
1363
1433
|
} & Record<Exclude<keyof I["eventData"]["cameraKitLensContentValidationFailed"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
1364
1434
|
lensId?: string | undefined;
|
|
1365
1435
|
} & Record<Exclude<keyof I["eventData"]["cameraKitLensContentValidationFailed"], keyof CameraKitLensContentValidationFailed>, never>) | undefined;
|
|
@@ -1397,6 +1467,8 @@ export declare const ServerEvent: {
|
|
|
1397
1467
|
sessionId?: string | undefined;
|
|
1398
1468
|
appVendorUuid?: string | undefined;
|
|
1399
1469
|
rankingRequestId?: string | undefined;
|
|
1470
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1471
|
+
partnerUuid?: string | undefined;
|
|
1400
1472
|
} | undefined;
|
|
1401
1473
|
lensId?: string | undefined;
|
|
1402
1474
|
automaticDownload?: boolean | undefined;
|
|
@@ -1436,6 +1508,8 @@ export declare const ServerEvent: {
|
|
|
1436
1508
|
sessionId?: string | undefined;
|
|
1437
1509
|
appVendorUuid?: string | undefined;
|
|
1438
1510
|
rankingRequestId?: string | undefined;
|
|
1511
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1512
|
+
partnerUuid?: string | undefined;
|
|
1439
1513
|
} & {
|
|
1440
1514
|
kitEventBase?: ({
|
|
1441
1515
|
oauthClientId?: string | undefined;
|
|
@@ -1489,6 +1563,8 @@ export declare const ServerEvent: {
|
|
|
1489
1563
|
sessionId?: string | undefined;
|
|
1490
1564
|
appVendorUuid?: string | undefined;
|
|
1491
1565
|
rankingRequestId?: string | undefined;
|
|
1566
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1567
|
+
partnerUuid?: string | undefined;
|
|
1492
1568
|
} & Record<Exclude<keyof I["eventData"]["cameraKitLensDownload"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
1493
1569
|
lensId?: string | undefined;
|
|
1494
1570
|
automaticDownload?: boolean | undefined;
|
|
@@ -1529,6 +1605,8 @@ export declare const ServerEvent: {
|
|
|
1529
1605
|
sessionId?: string | undefined;
|
|
1530
1606
|
appVendorUuid?: string | undefined;
|
|
1531
1607
|
rankingRequestId?: string | undefined;
|
|
1608
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1609
|
+
partnerUuid?: string | undefined;
|
|
1532
1610
|
} | undefined;
|
|
1533
1611
|
assetId?: string | undefined;
|
|
1534
1612
|
} & {
|
|
@@ -1565,6 +1643,8 @@ export declare const ServerEvent: {
|
|
|
1565
1643
|
sessionId?: string | undefined;
|
|
1566
1644
|
appVendorUuid?: string | undefined;
|
|
1567
1645
|
rankingRequestId?: string | undefined;
|
|
1646
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1647
|
+
partnerUuid?: string | undefined;
|
|
1568
1648
|
} & {
|
|
1569
1649
|
kitEventBase?: ({
|
|
1570
1650
|
oauthClientId?: string | undefined;
|
|
@@ -1618,6 +1698,8 @@ export declare const ServerEvent: {
|
|
|
1618
1698
|
sessionId?: string | undefined;
|
|
1619
1699
|
appVendorUuid?: string | undefined;
|
|
1620
1700
|
rankingRequestId?: string | undefined;
|
|
1701
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1702
|
+
partnerUuid?: string | undefined;
|
|
1621
1703
|
} & Record<Exclude<keyof I["eventData"]["cameraKitAssetValidationFailed"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
1622
1704
|
assetId?: string | undefined;
|
|
1623
1705
|
} & Record<Exclude<keyof I["eventData"]["cameraKitAssetValidationFailed"], keyof CameraKitAssetValidationFailed>, never>) | undefined;
|
|
@@ -1655,6 +1737,8 @@ export declare const ServerEvent: {
|
|
|
1655
1737
|
sessionId?: string | undefined;
|
|
1656
1738
|
appVendorUuid?: string | undefined;
|
|
1657
1739
|
rankingRequestId?: string | undefined;
|
|
1740
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1741
|
+
partnerUuid?: string | undefined;
|
|
1658
1742
|
} | undefined;
|
|
1659
1743
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
1660
1744
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -1695,6 +1779,8 @@ export declare const ServerEvent: {
|
|
|
1695
1779
|
sessionId?: string | undefined;
|
|
1696
1780
|
appVendorUuid?: string | undefined;
|
|
1697
1781
|
rankingRequestId?: string | undefined;
|
|
1782
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1783
|
+
partnerUuid?: string | undefined;
|
|
1698
1784
|
} & {
|
|
1699
1785
|
kitEventBase?: ({
|
|
1700
1786
|
oauthClientId?: string | undefined;
|
|
@@ -1748,6 +1834,8 @@ export declare const ServerEvent: {
|
|
|
1748
1834
|
sessionId?: string | undefined;
|
|
1749
1835
|
appVendorUuid?: string | undefined;
|
|
1750
1836
|
rankingRequestId?: string | undefined;
|
|
1837
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1838
|
+
partnerUuid?: string | undefined;
|
|
1751
1839
|
} & Record<Exclude<keyof I["eventData"]["cameraKitSession"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
1752
1840
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
1753
1841
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -1789,6 +1877,8 @@ export declare const ServerEvent: {
|
|
|
1789
1877
|
sessionId?: string | undefined;
|
|
1790
1878
|
appVendorUuid?: string | undefined;
|
|
1791
1879
|
rankingRequestId?: string | undefined;
|
|
1880
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1881
|
+
partnerUuid?: string | undefined;
|
|
1792
1882
|
} | undefined;
|
|
1793
1883
|
performanceCluster?: number | undefined;
|
|
1794
1884
|
webglRendererInfo?: string | undefined;
|
|
@@ -1801,6 +1891,7 @@ export declare const ServerEvent: {
|
|
|
1801
1891
|
avgFps?: number | undefined;
|
|
1802
1892
|
isLensFirstWithinDay?: boolean | undefined;
|
|
1803
1893
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
1894
|
+
lensGroupId?: string | undefined;
|
|
1804
1895
|
} & {
|
|
1805
1896
|
cameraKitEventBase?: ({
|
|
1806
1897
|
kitEventBase?: {
|
|
@@ -1835,6 +1926,8 @@ export declare const ServerEvent: {
|
|
|
1835
1926
|
sessionId?: string | undefined;
|
|
1836
1927
|
appVendorUuid?: string | undefined;
|
|
1837
1928
|
rankingRequestId?: string | undefined;
|
|
1929
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1930
|
+
partnerUuid?: string | undefined;
|
|
1838
1931
|
} & {
|
|
1839
1932
|
kitEventBase?: ({
|
|
1840
1933
|
oauthClientId?: string | undefined;
|
|
@@ -1888,6 +1981,8 @@ export declare const ServerEvent: {
|
|
|
1888
1981
|
sessionId?: string | undefined;
|
|
1889
1982
|
appVendorUuid?: string | undefined;
|
|
1890
1983
|
rankingRequestId?: string | undefined;
|
|
1984
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
1985
|
+
partnerUuid?: string | undefined;
|
|
1891
1986
|
} & Record<Exclude<keyof I["eventData"]["cameraKitWebLensSwipe"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
1892
1987
|
performanceCluster?: number | undefined;
|
|
1893
1988
|
webglRendererInfo?: string | undefined;
|
|
@@ -1900,6 +1995,7 @@ export declare const ServerEvent: {
|
|
|
1900
1995
|
avgFps?: number | undefined;
|
|
1901
1996
|
isLensFirstWithinDay?: boolean | undefined;
|
|
1902
1997
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
1998
|
+
lensGroupId?: string | undefined;
|
|
1903
1999
|
} & Record<Exclude<keyof I["eventData"]["cameraKitWebLensSwipe"], keyof CameraKitWebLensSwipe>, never>) | undefined;
|
|
1904
2000
|
cameraKitWebBenchmarkComplete?: ({
|
|
1905
2001
|
cameraKitEventBase?: {
|
|
@@ -1935,6 +2031,8 @@ export declare const ServerEvent: {
|
|
|
1935
2031
|
sessionId?: string | undefined;
|
|
1936
2032
|
appVendorUuid?: string | undefined;
|
|
1937
2033
|
rankingRequestId?: string | undefined;
|
|
2034
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2035
|
+
partnerUuid?: string | undefined;
|
|
1938
2036
|
} | undefined;
|
|
1939
2037
|
benchmarkName?: string | undefined;
|
|
1940
2038
|
benchmarkValue?: number | undefined;
|
|
@@ -1974,6 +2072,8 @@ export declare const ServerEvent: {
|
|
|
1974
2072
|
sessionId?: string | undefined;
|
|
1975
2073
|
appVendorUuid?: string | undefined;
|
|
1976
2074
|
rankingRequestId?: string | undefined;
|
|
2075
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2076
|
+
partnerUuid?: string | undefined;
|
|
1977
2077
|
} & {
|
|
1978
2078
|
kitEventBase?: ({
|
|
1979
2079
|
oauthClientId?: string | undefined;
|
|
@@ -2027,6 +2127,8 @@ export declare const ServerEvent: {
|
|
|
2027
2127
|
sessionId?: string | undefined;
|
|
2028
2128
|
appVendorUuid?: string | undefined;
|
|
2029
2129
|
rankingRequestId?: string | undefined;
|
|
2130
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2131
|
+
partnerUuid?: string | undefined;
|
|
2030
2132
|
} & Record<Exclude<keyof I["eventData"]["cameraKitWebBenchmarkComplete"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
2031
2133
|
benchmarkName?: string | undefined;
|
|
2032
2134
|
benchmarkValue?: number | undefined;
|
|
@@ -2067,6 +2169,8 @@ export declare const ServerEvent: {
|
|
|
2067
2169
|
sessionId?: string | undefined;
|
|
2068
2170
|
appVendorUuid?: string | undefined;
|
|
2069
2171
|
rankingRequestId?: string | undefined;
|
|
2172
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2173
|
+
partnerUuid?: string | undefined;
|
|
2070
2174
|
} | undefined;
|
|
2071
2175
|
legalPromptId?: string | undefined;
|
|
2072
2176
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -2104,6 +2208,8 @@ export declare const ServerEvent: {
|
|
|
2104
2208
|
sessionId?: string | undefined;
|
|
2105
2209
|
appVendorUuid?: string | undefined;
|
|
2106
2210
|
rankingRequestId?: string | undefined;
|
|
2211
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2212
|
+
partnerUuid?: string | undefined;
|
|
2107
2213
|
} & {
|
|
2108
2214
|
kitEventBase?: ({
|
|
2109
2215
|
oauthClientId?: string | undefined;
|
|
@@ -2157,6 +2263,8 @@ export declare const ServerEvent: {
|
|
|
2157
2263
|
sessionId?: string | undefined;
|
|
2158
2264
|
appVendorUuid?: string | undefined;
|
|
2159
2265
|
rankingRequestId?: string | undefined;
|
|
2266
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2267
|
+
partnerUuid?: string | undefined;
|
|
2160
2268
|
} & Record<Exclude<keyof I["eventData"]["cameraKitLegalPrompt"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
2161
2269
|
legalPromptId?: string | undefined;
|
|
2162
2270
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -2200,6 +2308,8 @@ export declare const ServerEventData: {
|
|
|
2200
2308
|
sessionId?: string | undefined;
|
|
2201
2309
|
appVendorUuid?: string | undefined;
|
|
2202
2310
|
rankingRequestId?: string | undefined;
|
|
2311
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2312
|
+
partnerUuid?: string | undefined;
|
|
2203
2313
|
} | undefined;
|
|
2204
2314
|
lensId?: string | undefined;
|
|
2205
2315
|
type?: string | undefined;
|
|
@@ -2239,9 +2349,12 @@ export declare const ServerEventData: {
|
|
|
2239
2349
|
sessionId?: string | undefined;
|
|
2240
2350
|
appVendorUuid?: string | undefined;
|
|
2241
2351
|
rankingRequestId?: string | undefined;
|
|
2352
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2353
|
+
partnerUuid?: string | undefined;
|
|
2242
2354
|
} | undefined;
|
|
2243
2355
|
lensId?: string | undefined;
|
|
2244
2356
|
viewTimeSec?: number | undefined;
|
|
2357
|
+
lensGroupId?: string | undefined;
|
|
2245
2358
|
} | undefined;
|
|
2246
2359
|
cameraKitAssetDownload?: {
|
|
2247
2360
|
cameraKitEventBase?: {
|
|
@@ -2277,6 +2390,8 @@ export declare const ServerEventData: {
|
|
|
2277
2390
|
sessionId?: string | undefined;
|
|
2278
2391
|
appVendorUuid?: string | undefined;
|
|
2279
2392
|
rankingRequestId?: string | undefined;
|
|
2393
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2394
|
+
partnerUuid?: string | undefined;
|
|
2280
2395
|
} | undefined;
|
|
2281
2396
|
automaticDownload?: boolean | undefined;
|
|
2282
2397
|
downloadTimeSec?: number | undefined;
|
|
@@ -2317,6 +2432,8 @@ export declare const ServerEventData: {
|
|
|
2317
2432
|
sessionId?: string | undefined;
|
|
2318
2433
|
appVendorUuid?: string | undefined;
|
|
2319
2434
|
rankingRequestId?: string | undefined;
|
|
2435
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2436
|
+
partnerUuid?: string | undefined;
|
|
2320
2437
|
} | undefined;
|
|
2321
2438
|
lensId?: string | undefined;
|
|
2322
2439
|
} | undefined;
|
|
@@ -2354,6 +2471,8 @@ export declare const ServerEventData: {
|
|
|
2354
2471
|
sessionId?: string | undefined;
|
|
2355
2472
|
appVendorUuid?: string | undefined;
|
|
2356
2473
|
rankingRequestId?: string | undefined;
|
|
2474
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2475
|
+
partnerUuid?: string | undefined;
|
|
2357
2476
|
} | undefined;
|
|
2358
2477
|
lensId?: string | undefined;
|
|
2359
2478
|
automaticDownload?: boolean | undefined;
|
|
@@ -2394,6 +2513,8 @@ export declare const ServerEventData: {
|
|
|
2394
2513
|
sessionId?: string | undefined;
|
|
2395
2514
|
appVendorUuid?: string | undefined;
|
|
2396
2515
|
rankingRequestId?: string | undefined;
|
|
2516
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2517
|
+
partnerUuid?: string | undefined;
|
|
2397
2518
|
} | undefined;
|
|
2398
2519
|
assetId?: string | undefined;
|
|
2399
2520
|
} | undefined;
|
|
@@ -2431,6 +2552,8 @@ export declare const ServerEventData: {
|
|
|
2431
2552
|
sessionId?: string | undefined;
|
|
2432
2553
|
appVendorUuid?: string | undefined;
|
|
2433
2554
|
rankingRequestId?: string | undefined;
|
|
2555
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2556
|
+
partnerUuid?: string | undefined;
|
|
2434
2557
|
} | undefined;
|
|
2435
2558
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
2436
2559
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -2472,6 +2595,8 @@ export declare const ServerEventData: {
|
|
|
2472
2595
|
sessionId?: string | undefined;
|
|
2473
2596
|
appVendorUuid?: string | undefined;
|
|
2474
2597
|
rankingRequestId?: string | undefined;
|
|
2598
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2599
|
+
partnerUuid?: string | undefined;
|
|
2475
2600
|
} | undefined;
|
|
2476
2601
|
performanceCluster?: number | undefined;
|
|
2477
2602
|
webglRendererInfo?: string | undefined;
|
|
@@ -2484,6 +2609,7 @@ export declare const ServerEventData: {
|
|
|
2484
2609
|
avgFps?: number | undefined;
|
|
2485
2610
|
isLensFirstWithinDay?: boolean | undefined;
|
|
2486
2611
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
2612
|
+
lensGroupId?: string | undefined;
|
|
2487
2613
|
} | undefined;
|
|
2488
2614
|
cameraKitWebBenchmarkComplete?: {
|
|
2489
2615
|
cameraKitEventBase?: {
|
|
@@ -2519,6 +2645,8 @@ export declare const ServerEventData: {
|
|
|
2519
2645
|
sessionId?: string | undefined;
|
|
2520
2646
|
appVendorUuid?: string | undefined;
|
|
2521
2647
|
rankingRequestId?: string | undefined;
|
|
2648
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2649
|
+
partnerUuid?: string | undefined;
|
|
2522
2650
|
} | undefined;
|
|
2523
2651
|
benchmarkName?: string | undefined;
|
|
2524
2652
|
benchmarkValue?: number | undefined;
|
|
@@ -2559,6 +2687,8 @@ export declare const ServerEventData: {
|
|
|
2559
2687
|
sessionId?: string | undefined;
|
|
2560
2688
|
appVendorUuid?: string | undefined;
|
|
2561
2689
|
rankingRequestId?: string | undefined;
|
|
2690
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2691
|
+
partnerUuid?: string | undefined;
|
|
2562
2692
|
} | undefined;
|
|
2563
2693
|
legalPromptId?: string | undefined;
|
|
2564
2694
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -2598,6 +2728,8 @@ export declare const ServerEventData: {
|
|
|
2598
2728
|
sessionId?: string | undefined;
|
|
2599
2729
|
appVendorUuid?: string | undefined;
|
|
2600
2730
|
rankingRequestId?: string | undefined;
|
|
2731
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2732
|
+
partnerUuid?: string | undefined;
|
|
2601
2733
|
} | undefined;
|
|
2602
2734
|
lensId?: string | undefined;
|
|
2603
2735
|
type?: string | undefined;
|
|
@@ -2636,6 +2768,8 @@ export declare const ServerEventData: {
|
|
|
2636
2768
|
sessionId?: string | undefined;
|
|
2637
2769
|
appVendorUuid?: string | undefined;
|
|
2638
2770
|
rankingRequestId?: string | undefined;
|
|
2771
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2772
|
+
partnerUuid?: string | undefined;
|
|
2639
2773
|
} & {
|
|
2640
2774
|
kitEventBase?: ({
|
|
2641
2775
|
oauthClientId?: string | undefined;
|
|
@@ -2689,6 +2823,8 @@ export declare const ServerEventData: {
|
|
|
2689
2823
|
sessionId?: string | undefined;
|
|
2690
2824
|
appVendorUuid?: string | undefined;
|
|
2691
2825
|
rankingRequestId?: string | undefined;
|
|
2826
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2827
|
+
partnerUuid?: string | undefined;
|
|
2692
2828
|
} & Record<Exclude<keyof I["cameraKitException"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
2693
2829
|
lensId?: string | undefined;
|
|
2694
2830
|
type?: string | undefined;
|
|
@@ -2728,9 +2864,12 @@ export declare const ServerEventData: {
|
|
|
2728
2864
|
sessionId?: string | undefined;
|
|
2729
2865
|
appVendorUuid?: string | undefined;
|
|
2730
2866
|
rankingRequestId?: string | undefined;
|
|
2867
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2868
|
+
partnerUuid?: string | undefined;
|
|
2731
2869
|
} | undefined;
|
|
2732
2870
|
lensId?: string | undefined;
|
|
2733
2871
|
viewTimeSec?: number | undefined;
|
|
2872
|
+
lensGroupId?: string | undefined;
|
|
2734
2873
|
} & {
|
|
2735
2874
|
cameraKitEventBase?: ({
|
|
2736
2875
|
kitEventBase?: {
|
|
@@ -2765,6 +2904,8 @@ export declare const ServerEventData: {
|
|
|
2765
2904
|
sessionId?: string | undefined;
|
|
2766
2905
|
appVendorUuid?: string | undefined;
|
|
2767
2906
|
rankingRequestId?: string | undefined;
|
|
2907
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2908
|
+
partnerUuid?: string | undefined;
|
|
2768
2909
|
} & {
|
|
2769
2910
|
kitEventBase?: ({
|
|
2770
2911
|
oauthClientId?: string | undefined;
|
|
@@ -2818,9 +2959,12 @@ export declare const ServerEventData: {
|
|
|
2818
2959
|
sessionId?: string | undefined;
|
|
2819
2960
|
appVendorUuid?: string | undefined;
|
|
2820
2961
|
rankingRequestId?: string | undefined;
|
|
2962
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
2963
|
+
partnerUuid?: string | undefined;
|
|
2821
2964
|
} & Record<Exclude<keyof I["cameraKitLensSpin"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
2822
2965
|
lensId?: string | undefined;
|
|
2823
2966
|
viewTimeSec?: number | undefined;
|
|
2967
|
+
lensGroupId?: string | undefined;
|
|
2824
2968
|
} & Record<Exclude<keyof I["cameraKitLensSpin"], keyof CameraKitLensSpin>, never>) | undefined;
|
|
2825
2969
|
cameraKitAssetDownload?: ({
|
|
2826
2970
|
cameraKitEventBase?: {
|
|
@@ -2856,6 +3000,8 @@ export declare const ServerEventData: {
|
|
|
2856
3000
|
sessionId?: string | undefined;
|
|
2857
3001
|
appVendorUuid?: string | undefined;
|
|
2858
3002
|
rankingRequestId?: string | undefined;
|
|
3003
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3004
|
+
partnerUuid?: string | undefined;
|
|
2859
3005
|
} | undefined;
|
|
2860
3006
|
automaticDownload?: boolean | undefined;
|
|
2861
3007
|
downloadTimeSec?: number | undefined;
|
|
@@ -2895,6 +3041,8 @@ export declare const ServerEventData: {
|
|
|
2895
3041
|
sessionId?: string | undefined;
|
|
2896
3042
|
appVendorUuid?: string | undefined;
|
|
2897
3043
|
rankingRequestId?: string | undefined;
|
|
3044
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3045
|
+
partnerUuid?: string | undefined;
|
|
2898
3046
|
} & {
|
|
2899
3047
|
kitEventBase?: ({
|
|
2900
3048
|
oauthClientId?: string | undefined;
|
|
@@ -2948,6 +3096,8 @@ export declare const ServerEventData: {
|
|
|
2948
3096
|
sessionId?: string | undefined;
|
|
2949
3097
|
appVendorUuid?: string | undefined;
|
|
2950
3098
|
rankingRequestId?: string | undefined;
|
|
3099
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3100
|
+
partnerUuid?: string | undefined;
|
|
2951
3101
|
} & Record<Exclude<keyof I["cameraKitAssetDownload"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
2952
3102
|
automaticDownload?: boolean | undefined;
|
|
2953
3103
|
downloadTimeSec?: number | undefined;
|
|
@@ -2988,6 +3138,8 @@ export declare const ServerEventData: {
|
|
|
2988
3138
|
sessionId?: string | undefined;
|
|
2989
3139
|
appVendorUuid?: string | undefined;
|
|
2990
3140
|
rankingRequestId?: string | undefined;
|
|
3141
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3142
|
+
partnerUuid?: string | undefined;
|
|
2991
3143
|
} | undefined;
|
|
2992
3144
|
lensId?: string | undefined;
|
|
2993
3145
|
} & {
|
|
@@ -3024,6 +3176,8 @@ export declare const ServerEventData: {
|
|
|
3024
3176
|
sessionId?: string | undefined;
|
|
3025
3177
|
appVendorUuid?: string | undefined;
|
|
3026
3178
|
rankingRequestId?: string | undefined;
|
|
3179
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3180
|
+
partnerUuid?: string | undefined;
|
|
3027
3181
|
} & {
|
|
3028
3182
|
kitEventBase?: ({
|
|
3029
3183
|
oauthClientId?: string | undefined;
|
|
@@ -3077,6 +3231,8 @@ export declare const ServerEventData: {
|
|
|
3077
3231
|
sessionId?: string | undefined;
|
|
3078
3232
|
appVendorUuid?: string | undefined;
|
|
3079
3233
|
rankingRequestId?: string | undefined;
|
|
3234
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3235
|
+
partnerUuid?: string | undefined;
|
|
3080
3236
|
} & Record<Exclude<keyof I["cameraKitLensContentValidationFailed"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
3081
3237
|
lensId?: string | undefined;
|
|
3082
3238
|
} & Record<Exclude<keyof I["cameraKitLensContentValidationFailed"], keyof CameraKitLensContentValidationFailed>, never>) | undefined;
|
|
@@ -3114,6 +3270,8 @@ export declare const ServerEventData: {
|
|
|
3114
3270
|
sessionId?: string | undefined;
|
|
3115
3271
|
appVendorUuid?: string | undefined;
|
|
3116
3272
|
rankingRequestId?: string | undefined;
|
|
3273
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3274
|
+
partnerUuid?: string | undefined;
|
|
3117
3275
|
} | undefined;
|
|
3118
3276
|
lensId?: string | undefined;
|
|
3119
3277
|
automaticDownload?: boolean | undefined;
|
|
@@ -3153,6 +3311,8 @@ export declare const ServerEventData: {
|
|
|
3153
3311
|
sessionId?: string | undefined;
|
|
3154
3312
|
appVendorUuid?: string | undefined;
|
|
3155
3313
|
rankingRequestId?: string | undefined;
|
|
3314
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3315
|
+
partnerUuid?: string | undefined;
|
|
3156
3316
|
} & {
|
|
3157
3317
|
kitEventBase?: ({
|
|
3158
3318
|
oauthClientId?: string | undefined;
|
|
@@ -3206,6 +3366,8 @@ export declare const ServerEventData: {
|
|
|
3206
3366
|
sessionId?: string | undefined;
|
|
3207
3367
|
appVendorUuid?: string | undefined;
|
|
3208
3368
|
rankingRequestId?: string | undefined;
|
|
3369
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3370
|
+
partnerUuid?: string | undefined;
|
|
3209
3371
|
} & Record<Exclude<keyof I["cameraKitLensDownload"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
3210
3372
|
lensId?: string | undefined;
|
|
3211
3373
|
automaticDownload?: boolean | undefined;
|
|
@@ -3246,6 +3408,8 @@ export declare const ServerEventData: {
|
|
|
3246
3408
|
sessionId?: string | undefined;
|
|
3247
3409
|
appVendorUuid?: string | undefined;
|
|
3248
3410
|
rankingRequestId?: string | undefined;
|
|
3411
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3412
|
+
partnerUuid?: string | undefined;
|
|
3249
3413
|
} | undefined;
|
|
3250
3414
|
assetId?: string | undefined;
|
|
3251
3415
|
} & {
|
|
@@ -3282,6 +3446,8 @@ export declare const ServerEventData: {
|
|
|
3282
3446
|
sessionId?: string | undefined;
|
|
3283
3447
|
appVendorUuid?: string | undefined;
|
|
3284
3448
|
rankingRequestId?: string | undefined;
|
|
3449
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3450
|
+
partnerUuid?: string | undefined;
|
|
3285
3451
|
} & {
|
|
3286
3452
|
kitEventBase?: ({
|
|
3287
3453
|
oauthClientId?: string | undefined;
|
|
@@ -3335,6 +3501,8 @@ export declare const ServerEventData: {
|
|
|
3335
3501
|
sessionId?: string | undefined;
|
|
3336
3502
|
appVendorUuid?: string | undefined;
|
|
3337
3503
|
rankingRequestId?: string | undefined;
|
|
3504
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3505
|
+
partnerUuid?: string | undefined;
|
|
3338
3506
|
} & Record<Exclude<keyof I["cameraKitAssetValidationFailed"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
3339
3507
|
assetId?: string | undefined;
|
|
3340
3508
|
} & Record<Exclude<keyof I["cameraKitAssetValidationFailed"], keyof CameraKitAssetValidationFailed>, never>) | undefined;
|
|
@@ -3372,6 +3540,8 @@ export declare const ServerEventData: {
|
|
|
3372
3540
|
sessionId?: string | undefined;
|
|
3373
3541
|
appVendorUuid?: string | undefined;
|
|
3374
3542
|
rankingRequestId?: string | undefined;
|
|
3543
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3544
|
+
partnerUuid?: string | undefined;
|
|
3375
3545
|
} | undefined;
|
|
3376
3546
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
3377
3547
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -3412,6 +3582,8 @@ export declare const ServerEventData: {
|
|
|
3412
3582
|
sessionId?: string | undefined;
|
|
3413
3583
|
appVendorUuid?: string | undefined;
|
|
3414
3584
|
rankingRequestId?: string | undefined;
|
|
3585
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3586
|
+
partnerUuid?: string | undefined;
|
|
3415
3587
|
} & {
|
|
3416
3588
|
kitEventBase?: ({
|
|
3417
3589
|
oauthClientId?: string | undefined;
|
|
@@ -3465,6 +3637,8 @@ export declare const ServerEventData: {
|
|
|
3465
3637
|
sessionId?: string | undefined;
|
|
3466
3638
|
appVendorUuid?: string | undefined;
|
|
3467
3639
|
rankingRequestId?: string | undefined;
|
|
3640
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3641
|
+
partnerUuid?: string | undefined;
|
|
3468
3642
|
} & Record<Exclude<keyof I["cameraKitSession"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
3469
3643
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
3470
3644
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -3506,6 +3680,8 @@ export declare const ServerEventData: {
|
|
|
3506
3680
|
sessionId?: string | undefined;
|
|
3507
3681
|
appVendorUuid?: string | undefined;
|
|
3508
3682
|
rankingRequestId?: string | undefined;
|
|
3683
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3684
|
+
partnerUuid?: string | undefined;
|
|
3509
3685
|
} | undefined;
|
|
3510
3686
|
performanceCluster?: number | undefined;
|
|
3511
3687
|
webglRendererInfo?: string | undefined;
|
|
@@ -3518,6 +3694,7 @@ export declare const ServerEventData: {
|
|
|
3518
3694
|
avgFps?: number | undefined;
|
|
3519
3695
|
isLensFirstWithinDay?: boolean | undefined;
|
|
3520
3696
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
3697
|
+
lensGroupId?: string | undefined;
|
|
3521
3698
|
} & {
|
|
3522
3699
|
cameraKitEventBase?: ({
|
|
3523
3700
|
kitEventBase?: {
|
|
@@ -3552,6 +3729,8 @@ export declare const ServerEventData: {
|
|
|
3552
3729
|
sessionId?: string | undefined;
|
|
3553
3730
|
appVendorUuid?: string | undefined;
|
|
3554
3731
|
rankingRequestId?: string | undefined;
|
|
3732
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3733
|
+
partnerUuid?: string | undefined;
|
|
3555
3734
|
} & {
|
|
3556
3735
|
kitEventBase?: ({
|
|
3557
3736
|
oauthClientId?: string | undefined;
|
|
@@ -3605,6 +3784,8 @@ export declare const ServerEventData: {
|
|
|
3605
3784
|
sessionId?: string | undefined;
|
|
3606
3785
|
appVendorUuid?: string | undefined;
|
|
3607
3786
|
rankingRequestId?: string | undefined;
|
|
3787
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3788
|
+
partnerUuid?: string | undefined;
|
|
3608
3789
|
} & Record<Exclude<keyof I["cameraKitWebLensSwipe"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
3609
3790
|
performanceCluster?: number | undefined;
|
|
3610
3791
|
webglRendererInfo?: string | undefined;
|
|
@@ -3617,6 +3798,7 @@ export declare const ServerEventData: {
|
|
|
3617
3798
|
avgFps?: number | undefined;
|
|
3618
3799
|
isLensFirstWithinDay?: boolean | undefined;
|
|
3619
3800
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
3801
|
+
lensGroupId?: string | undefined;
|
|
3620
3802
|
} & Record<Exclude<keyof I["cameraKitWebLensSwipe"], keyof CameraKitWebLensSwipe>, never>) | undefined;
|
|
3621
3803
|
cameraKitWebBenchmarkComplete?: ({
|
|
3622
3804
|
cameraKitEventBase?: {
|
|
@@ -3652,6 +3834,8 @@ export declare const ServerEventData: {
|
|
|
3652
3834
|
sessionId?: string | undefined;
|
|
3653
3835
|
appVendorUuid?: string | undefined;
|
|
3654
3836
|
rankingRequestId?: string | undefined;
|
|
3837
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3838
|
+
partnerUuid?: string | undefined;
|
|
3655
3839
|
} | undefined;
|
|
3656
3840
|
benchmarkName?: string | undefined;
|
|
3657
3841
|
benchmarkValue?: number | undefined;
|
|
@@ -3691,6 +3875,8 @@ export declare const ServerEventData: {
|
|
|
3691
3875
|
sessionId?: string | undefined;
|
|
3692
3876
|
appVendorUuid?: string | undefined;
|
|
3693
3877
|
rankingRequestId?: string | undefined;
|
|
3878
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3879
|
+
partnerUuid?: string | undefined;
|
|
3694
3880
|
} & {
|
|
3695
3881
|
kitEventBase?: ({
|
|
3696
3882
|
oauthClientId?: string | undefined;
|
|
@@ -3744,6 +3930,8 @@ export declare const ServerEventData: {
|
|
|
3744
3930
|
sessionId?: string | undefined;
|
|
3745
3931
|
appVendorUuid?: string | undefined;
|
|
3746
3932
|
rankingRequestId?: string | undefined;
|
|
3933
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3934
|
+
partnerUuid?: string | undefined;
|
|
3747
3935
|
} & Record<Exclude<keyof I["cameraKitWebBenchmarkComplete"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
3748
3936
|
benchmarkName?: string | undefined;
|
|
3749
3937
|
benchmarkValue?: number | undefined;
|
|
@@ -3784,6 +3972,8 @@ export declare const ServerEventData: {
|
|
|
3784
3972
|
sessionId?: string | undefined;
|
|
3785
3973
|
appVendorUuid?: string | undefined;
|
|
3786
3974
|
rankingRequestId?: string | undefined;
|
|
3975
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
3976
|
+
partnerUuid?: string | undefined;
|
|
3787
3977
|
} | undefined;
|
|
3788
3978
|
legalPromptId?: string | undefined;
|
|
3789
3979
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -3821,6 +4011,8 @@ export declare const ServerEventData: {
|
|
|
3821
4011
|
sessionId?: string | undefined;
|
|
3822
4012
|
appVendorUuid?: string | undefined;
|
|
3823
4013
|
rankingRequestId?: string | undefined;
|
|
4014
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4015
|
+
partnerUuid?: string | undefined;
|
|
3824
4016
|
} & {
|
|
3825
4017
|
kitEventBase?: ({
|
|
3826
4018
|
oauthClientId?: string | undefined;
|
|
@@ -3874,6 +4066,8 @@ export declare const ServerEventData: {
|
|
|
3874
4066
|
sessionId?: string | undefined;
|
|
3875
4067
|
appVendorUuid?: string | undefined;
|
|
3876
4068
|
rankingRequestId?: string | undefined;
|
|
4069
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4070
|
+
partnerUuid?: string | undefined;
|
|
3877
4071
|
} & Record<Exclude<keyof I["cameraKitLegalPrompt"]["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
3878
4072
|
legalPromptId?: string | undefined;
|
|
3879
4073
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -4000,9 +4194,12 @@ export declare const CameraKitLensSpin: {
|
|
|
4000
4194
|
sessionId?: string | undefined;
|
|
4001
4195
|
appVendorUuid?: string | undefined;
|
|
4002
4196
|
rankingRequestId?: string | undefined;
|
|
4197
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4198
|
+
partnerUuid?: string | undefined;
|
|
4003
4199
|
} | undefined;
|
|
4004
4200
|
lensId?: string | undefined;
|
|
4005
4201
|
viewTimeSec?: number | undefined;
|
|
4202
|
+
lensGroupId?: string | undefined;
|
|
4006
4203
|
} & {
|
|
4007
4204
|
cameraKitEventBase?: ({
|
|
4008
4205
|
kitEventBase?: {
|
|
@@ -4037,6 +4234,8 @@ export declare const CameraKitLensSpin: {
|
|
|
4037
4234
|
sessionId?: string | undefined;
|
|
4038
4235
|
appVendorUuid?: string | undefined;
|
|
4039
4236
|
rankingRequestId?: string | undefined;
|
|
4237
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4238
|
+
partnerUuid?: string | undefined;
|
|
4040
4239
|
} & {
|
|
4041
4240
|
kitEventBase?: ({
|
|
4042
4241
|
oauthClientId?: string | undefined;
|
|
@@ -4090,15 +4289,19 @@ export declare const CameraKitLensSpin: {
|
|
|
4090
4289
|
sessionId?: string | undefined;
|
|
4091
4290
|
appVendorUuid?: string | undefined;
|
|
4092
4291
|
rankingRequestId?: string | undefined;
|
|
4292
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4293
|
+
partnerUuid?: string | undefined;
|
|
4093
4294
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
4094
4295
|
lensId?: string | undefined;
|
|
4095
4296
|
viewTimeSec?: number | undefined;
|
|
4297
|
+
lensGroupId?: string | undefined;
|
|
4096
4298
|
} & Record<Exclude<keyof I, keyof CameraKitLensSpin>, never>>(object: I): CameraKitLensSpin;
|
|
4097
4299
|
};
|
|
4098
4300
|
export interface CameraKitLensSpin {
|
|
4099
4301
|
cameraKitEventBase: CameraKitEventBase | undefined;
|
|
4100
4302
|
lensId: string;
|
|
4101
4303
|
viewTimeSec: number;
|
|
4304
|
+
lensGroupId: string;
|
|
4102
4305
|
}
|
|
4103
4306
|
export declare const CameraKitWebLensSwipe: {
|
|
4104
4307
|
fromPartial<I extends {
|
|
@@ -4135,6 +4338,8 @@ export declare const CameraKitWebLensSwipe: {
|
|
|
4135
4338
|
sessionId?: string | undefined;
|
|
4136
4339
|
appVendorUuid?: string | undefined;
|
|
4137
4340
|
rankingRequestId?: string | undefined;
|
|
4341
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4342
|
+
partnerUuid?: string | undefined;
|
|
4138
4343
|
} | undefined;
|
|
4139
4344
|
performanceCluster?: number | undefined;
|
|
4140
4345
|
webglRendererInfo?: string | undefined;
|
|
@@ -4147,6 +4352,7 @@ export declare const CameraKitWebLensSwipe: {
|
|
|
4147
4352
|
avgFps?: number | undefined;
|
|
4148
4353
|
isLensFirstWithinDay?: boolean | undefined;
|
|
4149
4354
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
4355
|
+
lensGroupId?: string | undefined;
|
|
4150
4356
|
} & {
|
|
4151
4357
|
cameraKitEventBase?: ({
|
|
4152
4358
|
kitEventBase?: {
|
|
@@ -4181,6 +4387,8 @@ export declare const CameraKitWebLensSwipe: {
|
|
|
4181
4387
|
sessionId?: string | undefined;
|
|
4182
4388
|
appVendorUuid?: string | undefined;
|
|
4183
4389
|
rankingRequestId?: string | undefined;
|
|
4390
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4391
|
+
partnerUuid?: string | undefined;
|
|
4184
4392
|
} & {
|
|
4185
4393
|
kitEventBase?: ({
|
|
4186
4394
|
oauthClientId?: string | undefined;
|
|
@@ -4234,6 +4442,8 @@ export declare const CameraKitWebLensSwipe: {
|
|
|
4234
4442
|
sessionId?: string | undefined;
|
|
4235
4443
|
appVendorUuid?: string | undefined;
|
|
4236
4444
|
rankingRequestId?: string | undefined;
|
|
4445
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4446
|
+
partnerUuid?: string | undefined;
|
|
4237
4447
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
4238
4448
|
performanceCluster?: number | undefined;
|
|
4239
4449
|
webglRendererInfo?: string | undefined;
|
|
@@ -4246,6 +4456,7 @@ export declare const CameraKitWebLensSwipe: {
|
|
|
4246
4456
|
avgFps?: number | undefined;
|
|
4247
4457
|
isLensFirstWithinDay?: boolean | undefined;
|
|
4248
4458
|
isLensFirstWithinMonth?: boolean | undefined;
|
|
4459
|
+
lensGroupId?: string | undefined;
|
|
4249
4460
|
} & Record<Exclude<keyof I, keyof CameraKitWebLensSwipe>, never>>(object: I): CameraKitWebLensSwipe;
|
|
4250
4461
|
};
|
|
4251
4462
|
export interface CameraKitWebLensSwipe {
|
|
@@ -4261,6 +4472,7 @@ export interface CameraKitWebLensSwipe {
|
|
|
4261
4472
|
avgFps: number;
|
|
4262
4473
|
isLensFirstWithinDay: boolean;
|
|
4263
4474
|
isLensFirstWithinMonth: boolean;
|
|
4475
|
+
lensGroupId: string;
|
|
4264
4476
|
}
|
|
4265
4477
|
export declare const CameraKitLensDownload: {
|
|
4266
4478
|
fromPartial<I extends {
|
|
@@ -4297,6 +4509,8 @@ export declare const CameraKitLensDownload: {
|
|
|
4297
4509
|
sessionId?: string | undefined;
|
|
4298
4510
|
appVendorUuid?: string | undefined;
|
|
4299
4511
|
rankingRequestId?: string | undefined;
|
|
4512
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4513
|
+
partnerUuid?: string | undefined;
|
|
4300
4514
|
} | undefined;
|
|
4301
4515
|
lensId?: string | undefined;
|
|
4302
4516
|
automaticDownload?: boolean | undefined;
|
|
@@ -4336,6 +4550,8 @@ export declare const CameraKitLensDownload: {
|
|
|
4336
4550
|
sessionId?: string | undefined;
|
|
4337
4551
|
appVendorUuid?: string | undefined;
|
|
4338
4552
|
rankingRequestId?: string | undefined;
|
|
4553
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4554
|
+
partnerUuid?: string | undefined;
|
|
4339
4555
|
} & {
|
|
4340
4556
|
kitEventBase?: ({
|
|
4341
4557
|
oauthClientId?: string | undefined;
|
|
@@ -4389,6 +4605,8 @@ export declare const CameraKitLensDownload: {
|
|
|
4389
4605
|
sessionId?: string | undefined;
|
|
4390
4606
|
appVendorUuid?: string | undefined;
|
|
4391
4607
|
rankingRequestId?: string | undefined;
|
|
4608
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4609
|
+
partnerUuid?: string | undefined;
|
|
4392
4610
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
4393
4611
|
lensId?: string | undefined;
|
|
4394
4612
|
automaticDownload?: boolean | undefined;
|
|
@@ -4438,6 +4656,8 @@ export declare const CameraKitAssetDownload: {
|
|
|
4438
4656
|
sessionId?: string | undefined;
|
|
4439
4657
|
appVendorUuid?: string | undefined;
|
|
4440
4658
|
rankingRequestId?: string | undefined;
|
|
4659
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4660
|
+
partnerUuid?: string | undefined;
|
|
4441
4661
|
} | undefined;
|
|
4442
4662
|
automaticDownload?: boolean | undefined;
|
|
4443
4663
|
downloadTimeSec?: number | undefined;
|
|
@@ -4477,6 +4697,8 @@ export declare const CameraKitAssetDownload: {
|
|
|
4477
4697
|
sessionId?: string | undefined;
|
|
4478
4698
|
appVendorUuid?: string | undefined;
|
|
4479
4699
|
rankingRequestId?: string | undefined;
|
|
4700
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4701
|
+
partnerUuid?: string | undefined;
|
|
4480
4702
|
} & {
|
|
4481
4703
|
kitEventBase?: ({
|
|
4482
4704
|
oauthClientId?: string | undefined;
|
|
@@ -4530,6 +4752,8 @@ export declare const CameraKitAssetDownload: {
|
|
|
4530
4752
|
sessionId?: string | undefined;
|
|
4531
4753
|
appVendorUuid?: string | undefined;
|
|
4532
4754
|
rankingRequestId?: string | undefined;
|
|
4755
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4756
|
+
partnerUuid?: string | undefined;
|
|
4533
4757
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
4534
4758
|
automaticDownload?: boolean | undefined;
|
|
4535
4759
|
downloadTimeSec?: number | undefined;
|
|
@@ -4579,6 +4803,8 @@ export declare const CameraKitException: {
|
|
|
4579
4803
|
sessionId?: string | undefined;
|
|
4580
4804
|
appVendorUuid?: string | undefined;
|
|
4581
4805
|
rankingRequestId?: string | undefined;
|
|
4806
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4807
|
+
partnerUuid?: string | undefined;
|
|
4582
4808
|
} | undefined;
|
|
4583
4809
|
lensId?: string | undefined;
|
|
4584
4810
|
type?: string | undefined;
|
|
@@ -4617,6 +4843,8 @@ export declare const CameraKitException: {
|
|
|
4617
4843
|
sessionId?: string | undefined;
|
|
4618
4844
|
appVendorUuid?: string | undefined;
|
|
4619
4845
|
rankingRequestId?: string | undefined;
|
|
4846
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4847
|
+
partnerUuid?: string | undefined;
|
|
4620
4848
|
} & {
|
|
4621
4849
|
kitEventBase?: ({
|
|
4622
4850
|
oauthClientId?: string | undefined;
|
|
@@ -4670,6 +4898,8 @@ export declare const CameraKitException: {
|
|
|
4670
4898
|
sessionId?: string | undefined;
|
|
4671
4899
|
appVendorUuid?: string | undefined;
|
|
4672
4900
|
rankingRequestId?: string | undefined;
|
|
4901
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4902
|
+
partnerUuid?: string | undefined;
|
|
4673
4903
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
4674
4904
|
lensId?: string | undefined;
|
|
4675
4905
|
type?: string | undefined;
|
|
@@ -4717,6 +4947,8 @@ export declare const CameraKitSession: {
|
|
|
4717
4947
|
sessionId?: string | undefined;
|
|
4718
4948
|
appVendorUuid?: string | undefined;
|
|
4719
4949
|
rankingRequestId?: string | undefined;
|
|
4950
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4951
|
+
partnerUuid?: string | undefined;
|
|
4720
4952
|
} | undefined;
|
|
4721
4953
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
4722
4954
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -4757,6 +4989,8 @@ export declare const CameraKitSession: {
|
|
|
4757
4989
|
sessionId?: string | undefined;
|
|
4758
4990
|
appVendorUuid?: string | undefined;
|
|
4759
4991
|
rankingRequestId?: string | undefined;
|
|
4992
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
4993
|
+
partnerUuid?: string | undefined;
|
|
4760
4994
|
} & {
|
|
4761
4995
|
kitEventBase?: ({
|
|
4762
4996
|
oauthClientId?: string | undefined;
|
|
@@ -4810,6 +5044,8 @@ export declare const CameraKitSession: {
|
|
|
4810
5044
|
sessionId?: string | undefined;
|
|
4811
5045
|
appVendorUuid?: string | undefined;
|
|
4812
5046
|
rankingRequestId?: string | undefined;
|
|
5047
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5048
|
+
partnerUuid?: string | undefined;
|
|
4813
5049
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
4814
5050
|
dailySessionBucket?: DailySessionBucket | undefined;
|
|
4815
5051
|
isFirstWithinMonth?: boolean | undefined;
|
|
@@ -4875,6 +5111,8 @@ export declare const CameraKitLensContentValidationFailed: {
|
|
|
4875
5111
|
sessionId?: string | undefined;
|
|
4876
5112
|
appVendorUuid?: string | undefined;
|
|
4877
5113
|
rankingRequestId?: string | undefined;
|
|
5114
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5115
|
+
partnerUuid?: string | undefined;
|
|
4878
5116
|
} | undefined;
|
|
4879
5117
|
lensId?: string | undefined;
|
|
4880
5118
|
} & {
|
|
@@ -4911,6 +5149,8 @@ export declare const CameraKitLensContentValidationFailed: {
|
|
|
4911
5149
|
sessionId?: string | undefined;
|
|
4912
5150
|
appVendorUuid?: string | undefined;
|
|
4913
5151
|
rankingRequestId?: string | undefined;
|
|
5152
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5153
|
+
partnerUuid?: string | undefined;
|
|
4914
5154
|
} & {
|
|
4915
5155
|
kitEventBase?: ({
|
|
4916
5156
|
oauthClientId?: string | undefined;
|
|
@@ -4964,6 +5204,8 @@ export declare const CameraKitLensContentValidationFailed: {
|
|
|
4964
5204
|
sessionId?: string | undefined;
|
|
4965
5205
|
appVendorUuid?: string | undefined;
|
|
4966
5206
|
rankingRequestId?: string | undefined;
|
|
5207
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5208
|
+
partnerUuid?: string | undefined;
|
|
4967
5209
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
4968
5210
|
lensId?: string | undefined;
|
|
4969
5211
|
} & Record<Exclude<keyof I, keyof CameraKitLensContentValidationFailed>, never>>(object: I): CameraKitLensContentValidationFailed;
|
|
@@ -5007,6 +5249,8 @@ export declare const CameraKitAssetValidationFailed: {
|
|
|
5007
5249
|
sessionId?: string | undefined;
|
|
5008
5250
|
appVendorUuid?: string | undefined;
|
|
5009
5251
|
rankingRequestId?: string | undefined;
|
|
5252
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5253
|
+
partnerUuid?: string | undefined;
|
|
5010
5254
|
} | undefined;
|
|
5011
5255
|
assetId?: string | undefined;
|
|
5012
5256
|
} & {
|
|
@@ -5043,6 +5287,8 @@ export declare const CameraKitAssetValidationFailed: {
|
|
|
5043
5287
|
sessionId?: string | undefined;
|
|
5044
5288
|
appVendorUuid?: string | undefined;
|
|
5045
5289
|
rankingRequestId?: string | undefined;
|
|
5290
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5291
|
+
partnerUuid?: string | undefined;
|
|
5046
5292
|
} & {
|
|
5047
5293
|
kitEventBase?: ({
|
|
5048
5294
|
oauthClientId?: string | undefined;
|
|
@@ -5096,6 +5342,8 @@ export declare const CameraKitAssetValidationFailed: {
|
|
|
5096
5342
|
sessionId?: string | undefined;
|
|
5097
5343
|
appVendorUuid?: string | undefined;
|
|
5098
5344
|
rankingRequestId?: string | undefined;
|
|
5345
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5346
|
+
partnerUuid?: string | undefined;
|
|
5099
5347
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
5100
5348
|
assetId?: string | undefined;
|
|
5101
5349
|
} & Record<Exclude<keyof I, keyof CameraKitAssetValidationFailed>, never>>(object: I): CameraKitAssetValidationFailed;
|
|
@@ -5139,6 +5387,8 @@ export declare const CameraKitWebBenchmarkComplete: {
|
|
|
5139
5387
|
sessionId?: string | undefined;
|
|
5140
5388
|
appVendorUuid?: string | undefined;
|
|
5141
5389
|
rankingRequestId?: string | undefined;
|
|
5390
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5391
|
+
partnerUuid?: string | undefined;
|
|
5142
5392
|
} | undefined;
|
|
5143
5393
|
benchmarkName?: string | undefined;
|
|
5144
5394
|
benchmarkValue?: number | undefined;
|
|
@@ -5178,6 +5428,8 @@ export declare const CameraKitWebBenchmarkComplete: {
|
|
|
5178
5428
|
sessionId?: string | undefined;
|
|
5179
5429
|
appVendorUuid?: string | undefined;
|
|
5180
5430
|
rankingRequestId?: string | undefined;
|
|
5431
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5432
|
+
partnerUuid?: string | undefined;
|
|
5181
5433
|
} & {
|
|
5182
5434
|
kitEventBase?: ({
|
|
5183
5435
|
oauthClientId?: string | undefined;
|
|
@@ -5231,6 +5483,8 @@ export declare const CameraKitWebBenchmarkComplete: {
|
|
|
5231
5483
|
sessionId?: string | undefined;
|
|
5232
5484
|
appVendorUuid?: string | undefined;
|
|
5233
5485
|
rankingRequestId?: string | undefined;
|
|
5486
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5487
|
+
partnerUuid?: string | undefined;
|
|
5234
5488
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
5235
5489
|
benchmarkName?: string | undefined;
|
|
5236
5490
|
benchmarkValue?: number | undefined;
|
|
@@ -5280,6 +5534,8 @@ export declare const CameraKitLegalPrompt: {
|
|
|
5280
5534
|
sessionId?: string | undefined;
|
|
5281
5535
|
appVendorUuid?: string | undefined;
|
|
5282
5536
|
rankingRequestId?: string | undefined;
|
|
5537
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5538
|
+
partnerUuid?: string | undefined;
|
|
5283
5539
|
} | undefined;
|
|
5284
5540
|
legalPromptId?: string | undefined;
|
|
5285
5541
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -5317,6 +5573,8 @@ export declare const CameraKitLegalPrompt: {
|
|
|
5317
5573
|
sessionId?: string | undefined;
|
|
5318
5574
|
appVendorUuid?: string | undefined;
|
|
5319
5575
|
rankingRequestId?: string | undefined;
|
|
5576
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5577
|
+
partnerUuid?: string | undefined;
|
|
5320
5578
|
} & {
|
|
5321
5579
|
kitEventBase?: ({
|
|
5322
5580
|
oauthClientId?: string | undefined;
|
|
@@ -5370,6 +5628,8 @@ export declare const CameraKitLegalPrompt: {
|
|
|
5370
5628
|
sessionId?: string | undefined;
|
|
5371
5629
|
appVendorUuid?: string | undefined;
|
|
5372
5630
|
rankingRequestId?: string | undefined;
|
|
5631
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5632
|
+
partnerUuid?: string | undefined;
|
|
5373
5633
|
} & Record<Exclude<keyof I["cameraKitEventBase"], keyof CameraKitEventBase>, never>) | undefined;
|
|
5374
5634
|
legalPromptId?: string | undefined;
|
|
5375
5635
|
legalPromptResult?: CameraKitLegalPromptResult | undefined;
|
|
@@ -5409,6 +5669,8 @@ export declare const CameraKitEventBase: {
|
|
|
5409
5669
|
sessionId?: string | undefined;
|
|
5410
5670
|
appVendorUuid?: string | undefined;
|
|
5411
5671
|
rankingRequestId?: string | undefined;
|
|
5672
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5673
|
+
partnerUuid?: string | undefined;
|
|
5412
5674
|
} & {
|
|
5413
5675
|
kitEventBase?: ({
|
|
5414
5676
|
oauthClientId?: string | undefined;
|
|
@@ -5462,6 +5724,8 @@ export declare const CameraKitEventBase: {
|
|
|
5462
5724
|
sessionId?: string | undefined;
|
|
5463
5725
|
appVendorUuid?: string | undefined;
|
|
5464
5726
|
rankingRequestId?: string | undefined;
|
|
5727
|
+
cameraKitEnvironment?: CameraKitEnvironment | undefined;
|
|
5728
|
+
partnerUuid?: string | undefined;
|
|
5465
5729
|
} & Record<Exclude<keyof I, keyof CameraKitEventBase>, never>>(object: I): CameraKitEventBase;
|
|
5466
5730
|
};
|
|
5467
5731
|
export declare const KitEventBase: {
|
|
@@ -5531,6 +5795,14 @@ export interface CameraKitEventBase {
|
|
|
5531
5795
|
sessionId: string;
|
|
5532
5796
|
appVendorUuid: string;
|
|
5533
5797
|
rankingRequestId: string;
|
|
5798
|
+
cameraKitEnvironment: CameraKitEnvironment;
|
|
5799
|
+
partnerUuid: string;
|
|
5800
|
+
}
|
|
5801
|
+
export declare enum CameraKitEnvironment {
|
|
5802
|
+
CAMERA_KIT_ENVIRONMENT_UNKNOWN = 0,
|
|
5803
|
+
CAMERA_KIT_ENVIRONMENT_STAGING = 1,
|
|
5804
|
+
CAMERA_KIT_ENVIRONMENT_PRODUCTION = 2,
|
|
5805
|
+
UNRECOGNIZED = -1
|
|
5534
5806
|
}
|
|
5535
5807
|
export declare enum CameraKitConnectivityType {
|
|
5536
5808
|
CAMERA_KIT_CONNECTIVITY_TYPE_UNKNOWN = 0,
|