@snap/camera-kit 0.9.1 → 0.10.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/README.md +18 -15
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/CameraKit.html +5 -3
- package/docs/html/classes/CameraKitSession.html +5 -4
- package/docs/html/classes/CameraKitSource.html +5 -3
- package/docs/html/classes/LensPerformanceMeasurement.html +5 -3
- package/docs/html/classes/LensPerformanceMetrics.html +5 -3
- package/docs/html/classes/LensRepository.html +5 -3
- package/docs/html/classes/LensSources.html +5 -3
- package/docs/html/classes/Transform2D.html +5 -3
- package/docs/html/classes/TypedCustomEvent.html +5 -3
- package/docs/html/classes/TypedEventTarget.html +5 -3
- package/docs/html/functions/Injectable.html +5 -3
- package/docs/html/functions/bootstrapCameraKit.html +5 -3
- package/docs/html/functions/createExtension.html +5 -3
- package/docs/html/functions/createImageSource.html +5 -3
- package/docs/html/functions/createMediaStreamSource.html +6 -4
- package/docs/html/functions/createUserMediaSource.html +9 -3
- package/docs/html/functions/createVideoSource.html +5 -3
- package/docs/html/functions/estimateLensPerformance.html +5 -3
- package/docs/html/functions/getRequiredBootstrapURLs.html +5 -3
- package/docs/html/functions/lensSourcesFactory.html +5 -3
- package/docs/html/functions/uriHandlersFactory.html +5 -3
- package/docs/html/index.html +11 -9
- package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +5 -3
- package/docs/html/interfaces/CameraKitSourceSubscriber.html +5 -3
- package/docs/html/interfaces/ComputedFrameMetrics.html +5 -3
- package/docs/html/interfaces/CreateSessionOptions.html +5 -3
- package/docs/html/interfaces/EstimatedLensPerformance.html +5 -3
- package/docs/html/interfaces/Lens.html +16 -6
- package/docs/html/interfaces/LensSource.html +5 -3
- package/docs/html/interfaces/MediaStreamSourceOptions.html +5 -3
- package/docs/html/interfaces/Preview.html +133 -0
- package/docs/html/interfaces/Snapcode.html +140 -0
- package/docs/html/interfaces/UriCancelRequest.html +5 -3
- package/docs/html/interfaces/UriHandler.html +5 -3
- package/docs/html/interfaces/UriRequest.html +5 -3
- package/docs/html/interfaces/UriResponse.html +5 -3
- package/docs/html/interfaces/VideoSourceOptions.html +5 -3
- package/docs/html/modules.html +8 -4
- package/docs/html/types/AssetLoader.html +5 -3
- package/docs/html/types/AssetTiming.html +5 -3
- package/docs/html/types/BenchmarkError.html +5 -3
- package/docs/html/types/BootstrapError.html +5 -3
- package/docs/html/types/CacheKeyNotFoundError.html +5 -3
- package/docs/html/types/CameraKitDeviceInfo.html +5 -3
- package/docs/html/types/CameraKitSessionEventListener.html +5 -3
- package/docs/html/types/CameraKitSessionEvents.html +5 -3
- package/docs/html/types/CameraKitSourceError.html +5 -3
- package/docs/html/types/CameraKitSourceInfo.html +5 -3
- package/docs/html/types/CameraKitSourceOptions.html +5 -3
- package/docs/html/types/ConfigurationError.html +5 -3
- package/docs/html/types/Keyboard.html +5 -3
- package/docs/html/types/KeyboardEvents.html +5 -3
- package/docs/html/types/LegalError.html +5 -3
- package/docs/html/types/LensAssetError.html +5 -3
- package/docs/html/types/LensContentValidationError.html +5 -3
- package/docs/html/types/LensError.html +5 -3
- package/docs/html/types/LensExecutionError.html +5 -3
- package/docs/html/types/LensImagePickerError.html +5 -3
- package/docs/html/types/LensLaunchParams.html +5 -3
- package/docs/html/types/LensMetricsEvents.html +5 -3
- package/docs/html/types/LensPerformanceCluster.html +5 -3
- package/docs/html/types/LensView.html +5 -3
- package/docs/html/types/LensWait.html +5 -3
- package/docs/html/types/PersistentStoreError.html +5 -3
- package/docs/html/types/PlatformNotSupportedError.html +5 -3
- package/docs/html/types/PublicContainer.html +5 -3
- package/docs/html/types/RenderTarget.html +5 -3
- package/docs/html/types/Uri.html +5 -3
- package/docs/html/types/UriHandlers.html +5 -3
- package/docs/html/types/WebGLError.html +5 -3
- package/docs/html/variables/extensionRequestContext.html +5 -3
- package/docs/md/README.md +18 -15
- package/docs/md/classes/CameraKit.md +1 -1
- package/docs/md/classes/CameraKitSession.md +1 -2
- 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 +1 -1
- 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 +1 -1
- package/docs/md/interfaces/CameraKitSourceSubscriber.md +1 -1
- 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 +14 -3
- package/docs/md/interfaces/LensSource.md +1 -1
- package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
- package/docs/md/interfaces/Preview.md +19 -0
- package/docs/md/interfaces/Snapcode.md +28 -0
- package/docs/md/interfaces/UriCancelRequest.md +1 -1
- package/docs/md/interfaces/UriHandler.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 +11 -3
- package/lib/CameraKit.d.ts +10 -6
- package/lib/CameraKit.js +2 -1
- package/lib/CameraKit.js.map +1 -1
- package/lib/__tests__/data.js +9 -1
- package/lib/__tests__/data.js.map +1 -1
- package/lib/assertPlatformSupported.js +1 -1
- package/lib/assertPlatformSupported.js.map +1 -1
- package/lib/benchmark/webglUtils.js +2 -2
- package/lib/benchmark/webglUtils.js.map +1 -1
- package/lib/bootstrapCameraKit.js +4 -2
- package/lib/bootstrapCameraKit.js.map +1 -1
- package/lib/common/validate.js +2 -2
- package/lib/common/validate.js.map +1 -1
- package/lib/dependency-injection/RootServices.d.ts +2 -0
- package/lib/dependency-injection/RootServices.js.map +1 -1
- package/lib/environment.json +1 -1
- package/lib/events/scan.js +1 -1
- package/lib/events/scan.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.d.ts +17 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.js +63 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.d.ts +38 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/lens.d.ts +64 -3
- package/lib/generated-proto/pb_schema/camera_kit/v3/lens.js +70 -2
- package/lib/generated-proto/pb_schema/camera_kit/v3/lens.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.d.ts +457 -3
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.js +109 -3
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +1339 -1852
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.js +55 -132
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/config_request.d.ts +8 -1
- package/lib/generated-proto/pb_schema/cdp/cof/config_request.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +181 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +406 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js +42 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
- package/lib/generated-proto/pb_schema/common/ruid.d.ts +2 -0
- package/lib/generated-proto/pb_schema/common/ruid.js +2 -0
- package/lib/generated-proto/pb_schema/common/ruid.js.map +1 -1
- package/lib/generated-proto/pb_schema/common/value.d.ts +22 -0
- package/lib/generated-proto/pb_schema/common/value.js +45 -0
- package/lib/generated-proto/pb_schema/common/value.js.map +1 -1
- package/lib/generated-proto/pb_schema/lenses/launchdata.d.ts +2 -0
- package/lib/generated-proto/pb_schema/lenses/launchdata.js +12 -0
- package/lib/generated-proto/pb_schema/lenses/launchdata.js.map +1 -1
- package/lib/handlers/requestStateEmittingHandler.d.ts +18 -5
- package/lib/handlers/requestStateEmittingHandler.js +12 -8
- package/lib/handlers/requestStateEmittingHandler.js.map +1 -1
- package/lib/handlers/responseCachingHandler.js +1 -1
- package/lib/handlers/responseCachingHandler.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/lib/lens/Lens.d.ts +32 -3
- package/lib/lens/Lens.js +10 -3
- package/lib/lens/Lens.js.map +1 -1
- package/lib/lens/LensLaunchParams.js +6 -4
- package/lib/lens/LensLaunchParams.js.map +1 -1
- package/lib/lens/LensPersistenceStore.js +1 -1
- package/lib/lens/LensPersistenceStore.js.map +1 -1
- package/lib/lens/LensRepository.d.ts +3 -2
- package/lib/lens/LensRepository.js +6 -5
- package/lib/lens/LensRepository.js.map +1 -1
- package/lib/lens/assets/LensAssetRepository.d.ts +5 -3
- package/lib/lens/assets/LensAssetRepository.js +21 -12
- package/lib/lens/assets/LensAssetRepository.js.map +1 -1
- package/lib/lens/assets/LensAssetsProvider.js +1 -1
- package/lib/lens/assets/LensAssetsProvider.js.map +1 -1
- package/lib/lens/lensEnvelopeUtil.js +1 -1
- package/lib/lens/lensEnvelopeUtil.js.map +1 -1
- package/lib/lens-client-interface/imagePicker.js +2 -2
- package/lib/lens-client-interface/imagePicker.js.map +1 -1
- package/lib/lens-client-interface/lensClientInterface.js +1 -1
- package/lib/lens-client-interface/lensClientInterface.js.map +1 -1
- package/lib/lens-core-module/loader/lensCoreFactory.js +1 -1
- package/lib/lens-core-module/loader/lensCoreFactory.js.map +1 -1
- package/lib/lensCoreWasmVersions.json +3 -3
- package/lib/media-sources/FunctionSource.js +1 -1
- package/lib/media-sources/FunctionSource.js.map +1 -1
- package/lib/media-sources/MediaStreamSource.d.ts +5 -1
- package/lib/media-sources/MediaStreamSource.js +5 -1
- package/lib/media-sources/MediaStreamSource.js.map +1 -1
- package/lib/metrics/reporters/reportHttpMetrics.d.ts +3 -3
- package/lib/metrics/reporters/reportHttpMetrics.js +2 -2
- package/lib/metrics/reporters/reportHttpMetrics.js.map +1 -1
- package/lib/metrics/reporters/reportLensAndAssetDownload.d.ts +3 -3
- package/lib/metrics/reporters/reportLensAndAssetDownload.js +6 -2
- package/lib/metrics/reporters/reportLensAndAssetDownload.js.map +1 -1
- package/lib/metrics/reporters/reporters.d.ts +1 -0
- package/lib/remote-configuration/cofHandler.d.ts +2 -1
- package/lib/remote-configuration/cofHandler.js +8 -4
- package/lib/remote-configuration/cofHandler.js.map +1 -1
- package/lib/remote-configuration/remoteConfiguration.d.ts +4 -3
- package/lib/remote-configuration/remoteConfiguration.js +5 -4
- package/lib/remote-configuration/remoteConfiguration.js.map +1 -1
- package/lib/session/CameraKitSession.d.ts +0 -1
- package/lib/session/CameraKitSession.js +4 -4
- package/lib/session/CameraKitSession.js.map +1 -1
- package/lib/session/lensState.js +2 -3
- package/lib/session/lensState.js.map +1 -1
- package/package.json +1 -1
|
@@ -26,6 +26,16 @@ export interface GetGroupLensRequest {
|
|
|
26
26
|
export interface GetGroupLensResponse {
|
|
27
27
|
/** Lens in the requested Group context */
|
|
28
28
|
lens: Lens | undefined;
|
|
29
|
+
/** Group ID */
|
|
30
|
+
groupId: string;
|
|
31
|
+
}
|
|
32
|
+
export interface BatchGetGroupLensRequest {
|
|
33
|
+
/** List of GetGroupLens requests */
|
|
34
|
+
getRequests: GetGroupLensRequest[];
|
|
35
|
+
}
|
|
36
|
+
export interface BatchGetGroupLensResponse {
|
|
37
|
+
/** List of found GetGroupLens responses */
|
|
38
|
+
getResponses: GetGroupLensResponse[];
|
|
29
39
|
}
|
|
30
40
|
export interface GetPlaceholderConfigRequest {
|
|
31
41
|
}
|
|
@@ -53,6 +63,12 @@ export interface GetInitializationConfigResponse {
|
|
|
53
63
|
* versions before releasing.
|
|
54
64
|
*/
|
|
55
65
|
watermarkEnabled: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Defines if the application with the CameraKit can be used by young individuals, and more restrictive
|
|
68
|
+
* terms of service have to be applied (like COPPA - Children's Online Privacy Protection Rule).
|
|
69
|
+
* Such applications are configured with "https://kit.snapchat.com/feature/api/kit.camera.g.sdk" SnapKitAuthZ feature.
|
|
70
|
+
*/
|
|
71
|
+
childrenProtectionActRestricted: boolean;
|
|
56
72
|
}
|
|
57
73
|
export interface SetOperationalMetricsRequest {
|
|
58
74
|
/** Metrics bundle */
|
|
@@ -130,6 +146,8 @@ export declare const GetGroupResponse: {
|
|
|
130
146
|
iconUrl?: string | undefined;
|
|
131
147
|
preview?: {
|
|
132
148
|
imageUrl?: string | undefined;
|
|
149
|
+
imageSequenceSize?: number | undefined;
|
|
150
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
133
151
|
} | undefined;
|
|
134
152
|
assetManifest?: {
|
|
135
153
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -154,6 +172,10 @@ export declare const GetGroupResponse: {
|
|
|
154
172
|
lensCreator?: {
|
|
155
173
|
displayName?: string | undefined;
|
|
156
174
|
} | undefined;
|
|
175
|
+
scannable?: {
|
|
176
|
+
snapcodeImageUrl?: string | undefined;
|
|
177
|
+
snapcodeDeeplink?: string | undefined;
|
|
178
|
+
} | undefined;
|
|
157
179
|
}[] | undefined;
|
|
158
180
|
} & {
|
|
159
181
|
id?: string | undefined;
|
|
@@ -169,6 +191,8 @@ export declare const GetGroupResponse: {
|
|
|
169
191
|
iconUrl?: string | undefined;
|
|
170
192
|
preview?: {
|
|
171
193
|
imageUrl?: string | undefined;
|
|
194
|
+
imageSequenceSize?: number | undefined;
|
|
195
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
172
196
|
} | undefined;
|
|
173
197
|
assetManifest?: {
|
|
174
198
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -193,6 +217,10 @@ export declare const GetGroupResponse: {
|
|
|
193
217
|
lensCreator?: {
|
|
194
218
|
displayName?: string | undefined;
|
|
195
219
|
} | undefined;
|
|
220
|
+
scannable?: {
|
|
221
|
+
snapcodeImageUrl?: string | undefined;
|
|
222
|
+
snapcodeDeeplink?: string | undefined;
|
|
223
|
+
} | undefined;
|
|
196
224
|
}[] & ({
|
|
197
225
|
id?: string | undefined;
|
|
198
226
|
name?: string | undefined;
|
|
@@ -205,6 +233,8 @@ export declare const GetGroupResponse: {
|
|
|
205
233
|
iconUrl?: string | undefined;
|
|
206
234
|
preview?: {
|
|
207
235
|
imageUrl?: string | undefined;
|
|
236
|
+
imageSequenceSize?: number | undefined;
|
|
237
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
208
238
|
} | undefined;
|
|
209
239
|
assetManifest?: {
|
|
210
240
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -229,6 +259,10 @@ export declare const GetGroupResponse: {
|
|
|
229
259
|
lensCreator?: {
|
|
230
260
|
displayName?: string | undefined;
|
|
231
261
|
} | undefined;
|
|
262
|
+
scannable?: {
|
|
263
|
+
snapcodeImageUrl?: string | undefined;
|
|
264
|
+
snapcodeDeeplink?: string | undefined;
|
|
265
|
+
} | undefined;
|
|
232
266
|
} & {
|
|
233
267
|
id?: string | undefined;
|
|
234
268
|
name?: string | undefined;
|
|
@@ -243,6 +277,8 @@ export declare const GetGroupResponse: {
|
|
|
243
277
|
iconUrl?: string | undefined;
|
|
244
278
|
preview?: {
|
|
245
279
|
imageUrl?: string | undefined;
|
|
280
|
+
imageSequenceSize?: number | undefined;
|
|
281
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
246
282
|
} | undefined;
|
|
247
283
|
assetManifest?: {
|
|
248
284
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -263,9 +299,13 @@ export declare const GetGroupResponse: {
|
|
|
263
299
|
iconUrl?: string | undefined;
|
|
264
300
|
preview?: ({
|
|
265
301
|
imageUrl?: string | undefined;
|
|
302
|
+
imageSequenceSize?: number | undefined;
|
|
303
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
266
304
|
} & {
|
|
267
305
|
imageUrl?: string | undefined;
|
|
268
|
-
|
|
306
|
+
imageSequenceSize?: number | undefined;
|
|
307
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
308
|
+
} & Record<Exclude<keyof I["lenses"][number]["content"]["preview"], keyof import("./lens").Preview>, never>) | undefined;
|
|
269
309
|
assetManifest?: ({
|
|
270
310
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
271
311
|
id?: string | undefined;
|
|
@@ -320,6 +360,13 @@ export declare const GetGroupResponse: {
|
|
|
320
360
|
} & {
|
|
321
361
|
displayName?: string | undefined;
|
|
322
362
|
} & Record<Exclude<keyof I["lenses"][number]["lensCreator"], "displayName">, never>) | undefined;
|
|
363
|
+
scannable?: ({
|
|
364
|
+
snapcodeImageUrl?: string | undefined;
|
|
365
|
+
snapcodeDeeplink?: string | undefined;
|
|
366
|
+
} & {
|
|
367
|
+
snapcodeImageUrl?: string | undefined;
|
|
368
|
+
snapcodeDeeplink?: string | undefined;
|
|
369
|
+
} & Record<Exclude<keyof I["lenses"][number]["scannable"], keyof import("./lens").Scannable>, never>) | undefined;
|
|
323
370
|
} & Record<Exclude<keyof I["lenses"][number], keyof Lens>, never>)[] & Record<Exclude<keyof I["lenses"], keyof {
|
|
324
371
|
id?: string | undefined;
|
|
325
372
|
name?: string | undefined;
|
|
@@ -332,6 +379,8 @@ export declare const GetGroupResponse: {
|
|
|
332
379
|
iconUrl?: string | undefined;
|
|
333
380
|
preview?: {
|
|
334
381
|
imageUrl?: string | undefined;
|
|
382
|
+
imageSequenceSize?: number | undefined;
|
|
383
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
335
384
|
} | undefined;
|
|
336
385
|
assetManifest?: {
|
|
337
386
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -356,6 +405,10 @@ export declare const GetGroupResponse: {
|
|
|
356
405
|
lensCreator?: {
|
|
357
406
|
displayName?: string | undefined;
|
|
358
407
|
} | undefined;
|
|
408
|
+
scannable?: {
|
|
409
|
+
snapcodeImageUrl?: string | undefined;
|
|
410
|
+
snapcodeDeeplink?: string | undefined;
|
|
411
|
+
} | undefined;
|
|
359
412
|
}[]>, never>) | undefined;
|
|
360
413
|
} & Record<Exclude<keyof I, keyof GetGroupResponse>, never>>(object: I): GetGroupResponse;
|
|
361
414
|
};
|
|
@@ -388,6 +441,8 @@ export declare const GetGroupLensResponse: {
|
|
|
388
441
|
iconUrl?: string | undefined;
|
|
389
442
|
preview?: {
|
|
390
443
|
imageUrl?: string | undefined;
|
|
444
|
+
imageSequenceSize?: number | undefined;
|
|
445
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
391
446
|
} | undefined;
|
|
392
447
|
assetManifest?: {
|
|
393
448
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -412,7 +467,12 @@ export declare const GetGroupLensResponse: {
|
|
|
412
467
|
lensCreator?: {
|
|
413
468
|
displayName?: string | undefined;
|
|
414
469
|
} | undefined;
|
|
470
|
+
scannable?: {
|
|
471
|
+
snapcodeImageUrl?: string | undefined;
|
|
472
|
+
snapcodeDeeplink?: string | undefined;
|
|
473
|
+
} | undefined;
|
|
415
474
|
} | undefined;
|
|
475
|
+
groupId?: string | undefined;
|
|
416
476
|
} & {
|
|
417
477
|
lens?: ({
|
|
418
478
|
id?: string | undefined;
|
|
@@ -426,6 +486,8 @@ export declare const GetGroupLensResponse: {
|
|
|
426
486
|
iconUrl?: string | undefined;
|
|
427
487
|
preview?: {
|
|
428
488
|
imageUrl?: string | undefined;
|
|
489
|
+
imageSequenceSize?: number | undefined;
|
|
490
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
429
491
|
} | undefined;
|
|
430
492
|
assetManifest?: {
|
|
431
493
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -450,6 +512,10 @@ export declare const GetGroupLensResponse: {
|
|
|
450
512
|
lensCreator?: {
|
|
451
513
|
displayName?: string | undefined;
|
|
452
514
|
} | undefined;
|
|
515
|
+
scannable?: {
|
|
516
|
+
snapcodeImageUrl?: string | undefined;
|
|
517
|
+
snapcodeDeeplink?: string | undefined;
|
|
518
|
+
} | undefined;
|
|
453
519
|
} & {
|
|
454
520
|
id?: string | undefined;
|
|
455
521
|
name?: string | undefined;
|
|
@@ -464,6 +530,8 @@ export declare const GetGroupLensResponse: {
|
|
|
464
530
|
iconUrl?: string | undefined;
|
|
465
531
|
preview?: {
|
|
466
532
|
imageUrl?: string | undefined;
|
|
533
|
+
imageSequenceSize?: number | undefined;
|
|
534
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
467
535
|
} | undefined;
|
|
468
536
|
assetManifest?: {
|
|
469
537
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
@@ -484,9 +552,13 @@ export declare const GetGroupLensResponse: {
|
|
|
484
552
|
iconUrl?: string | undefined;
|
|
485
553
|
preview?: ({
|
|
486
554
|
imageUrl?: string | undefined;
|
|
555
|
+
imageSequenceSize?: number | undefined;
|
|
556
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
487
557
|
} & {
|
|
488
558
|
imageUrl?: string | undefined;
|
|
489
|
-
|
|
559
|
+
imageSequenceSize?: number | undefined;
|
|
560
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
561
|
+
} & Record<Exclude<keyof I["lens"]["content"]["preview"], keyof import("./lens").Preview>, never>) | undefined;
|
|
490
562
|
assetManifest?: ({
|
|
491
563
|
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
492
564
|
id?: string | undefined;
|
|
@@ -541,8 +613,380 @@ export declare const GetGroupLensResponse: {
|
|
|
541
613
|
} & {
|
|
542
614
|
displayName?: string | undefined;
|
|
543
615
|
} & Record<Exclude<keyof I["lens"]["lensCreator"], "displayName">, never>) | undefined;
|
|
616
|
+
scannable?: ({
|
|
617
|
+
snapcodeImageUrl?: string | undefined;
|
|
618
|
+
snapcodeDeeplink?: string | undefined;
|
|
619
|
+
} & {
|
|
620
|
+
snapcodeImageUrl?: string | undefined;
|
|
621
|
+
snapcodeDeeplink?: string | undefined;
|
|
622
|
+
} & Record<Exclude<keyof I["lens"]["scannable"], keyof import("./lens").Scannable>, never>) | undefined;
|
|
544
623
|
} & Record<Exclude<keyof I["lens"], keyof Lens>, never>) | undefined;
|
|
545
|
-
|
|
624
|
+
groupId?: string | undefined;
|
|
625
|
+
} & Record<Exclude<keyof I, keyof GetGroupLensResponse>, never>>(object: I): GetGroupLensResponse;
|
|
626
|
+
};
|
|
627
|
+
export declare const BatchGetGroupLensRequest: {
|
|
628
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BatchGetGroupLensRequest;
|
|
629
|
+
fromJSON(object: any): BatchGetGroupLensRequest;
|
|
630
|
+
toJSON(message: BatchGetGroupLensRequest): unknown;
|
|
631
|
+
fromPartial<I extends {
|
|
632
|
+
getRequests?: {
|
|
633
|
+
lensId?: string | undefined;
|
|
634
|
+
groupId?: string | undefined;
|
|
635
|
+
}[] | undefined;
|
|
636
|
+
} & {
|
|
637
|
+
getRequests?: ({
|
|
638
|
+
lensId?: string | undefined;
|
|
639
|
+
groupId?: string | undefined;
|
|
640
|
+
}[] & ({
|
|
641
|
+
lensId?: string | undefined;
|
|
642
|
+
groupId?: string | undefined;
|
|
643
|
+
} & {
|
|
644
|
+
lensId?: string | undefined;
|
|
645
|
+
groupId?: string | undefined;
|
|
646
|
+
} & Record<Exclude<keyof I["getRequests"][number], keyof GetGroupLensRequest>, never>)[] & Record<Exclude<keyof I["getRequests"], keyof {
|
|
647
|
+
lensId?: string | undefined;
|
|
648
|
+
groupId?: string | undefined;
|
|
649
|
+
}[]>, never>) | undefined;
|
|
650
|
+
} & Record<Exclude<keyof I, "getRequests">, never>>(object: I): BatchGetGroupLensRequest;
|
|
651
|
+
};
|
|
652
|
+
export declare const BatchGetGroupLensResponse: {
|
|
653
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BatchGetGroupLensResponse;
|
|
654
|
+
fromJSON(object: any): BatchGetGroupLensResponse;
|
|
655
|
+
toJSON(message: BatchGetGroupLensResponse): unknown;
|
|
656
|
+
fromPartial<I extends {
|
|
657
|
+
getResponses?: {
|
|
658
|
+
lens?: {
|
|
659
|
+
id?: string | undefined;
|
|
660
|
+
name?: string | undefined;
|
|
661
|
+
vendorData?: {
|
|
662
|
+
[x: string]: string | undefined;
|
|
663
|
+
} | undefined;
|
|
664
|
+
content?: {
|
|
665
|
+
lnsUrl?: string | undefined;
|
|
666
|
+
lnsSha256?: string | undefined;
|
|
667
|
+
iconUrl?: string | undefined;
|
|
668
|
+
preview?: {
|
|
669
|
+
imageUrl?: string | undefined;
|
|
670
|
+
imageSequenceSize?: number | undefined;
|
|
671
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
672
|
+
} | undefined;
|
|
673
|
+
assetManifest?: {
|
|
674
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
675
|
+
id?: string | undefined;
|
|
676
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
677
|
+
assetUrl?: string | undefined;
|
|
678
|
+
assetChecksum?: string | undefined;
|
|
679
|
+
}[] | undefined;
|
|
680
|
+
defaultHintId?: string | undefined;
|
|
681
|
+
hintTranslations?: {
|
|
682
|
+
[x: string]: string | undefined;
|
|
683
|
+
} | undefined;
|
|
684
|
+
lnsUrlBolt?: string | undefined;
|
|
685
|
+
iconUrlBolt?: string | undefined;
|
|
686
|
+
} | undefined;
|
|
687
|
+
isThirdParty?: boolean | undefined;
|
|
688
|
+
cameraFacingPreference?: import("./lens").Lens_CameraFacing | undefined;
|
|
689
|
+
featureMetadata?: {
|
|
690
|
+
typeUrl?: string | undefined;
|
|
691
|
+
value?: Uint8Array | undefined;
|
|
692
|
+
}[] | undefined;
|
|
693
|
+
lensCreator?: {
|
|
694
|
+
displayName?: string | undefined;
|
|
695
|
+
} | undefined;
|
|
696
|
+
scannable?: {
|
|
697
|
+
snapcodeImageUrl?: string | undefined;
|
|
698
|
+
snapcodeDeeplink?: string | undefined;
|
|
699
|
+
} | undefined;
|
|
700
|
+
} | undefined;
|
|
701
|
+
groupId?: string | undefined;
|
|
702
|
+
}[] | undefined;
|
|
703
|
+
} & {
|
|
704
|
+
getResponses?: ({
|
|
705
|
+
lens?: {
|
|
706
|
+
id?: string | undefined;
|
|
707
|
+
name?: string | undefined;
|
|
708
|
+
vendorData?: {
|
|
709
|
+
[x: string]: string | undefined;
|
|
710
|
+
} | undefined;
|
|
711
|
+
content?: {
|
|
712
|
+
lnsUrl?: string | undefined;
|
|
713
|
+
lnsSha256?: string | undefined;
|
|
714
|
+
iconUrl?: string | undefined;
|
|
715
|
+
preview?: {
|
|
716
|
+
imageUrl?: string | undefined;
|
|
717
|
+
imageSequenceSize?: number | undefined;
|
|
718
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
719
|
+
} | undefined;
|
|
720
|
+
assetManifest?: {
|
|
721
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
722
|
+
id?: string | undefined;
|
|
723
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
724
|
+
assetUrl?: string | undefined;
|
|
725
|
+
assetChecksum?: string | undefined;
|
|
726
|
+
}[] | undefined;
|
|
727
|
+
defaultHintId?: string | undefined;
|
|
728
|
+
hintTranslations?: {
|
|
729
|
+
[x: string]: string | undefined;
|
|
730
|
+
} | undefined;
|
|
731
|
+
lnsUrlBolt?: string | undefined;
|
|
732
|
+
iconUrlBolt?: string | undefined;
|
|
733
|
+
} | undefined;
|
|
734
|
+
isThirdParty?: boolean | undefined;
|
|
735
|
+
cameraFacingPreference?: import("./lens").Lens_CameraFacing | undefined;
|
|
736
|
+
featureMetadata?: {
|
|
737
|
+
typeUrl?: string | undefined;
|
|
738
|
+
value?: Uint8Array | undefined;
|
|
739
|
+
}[] | undefined;
|
|
740
|
+
lensCreator?: {
|
|
741
|
+
displayName?: string | undefined;
|
|
742
|
+
} | undefined;
|
|
743
|
+
scannable?: {
|
|
744
|
+
snapcodeImageUrl?: string | undefined;
|
|
745
|
+
snapcodeDeeplink?: string | undefined;
|
|
746
|
+
} | undefined;
|
|
747
|
+
} | undefined;
|
|
748
|
+
groupId?: string | undefined;
|
|
749
|
+
}[] & ({
|
|
750
|
+
lens?: {
|
|
751
|
+
id?: string | undefined;
|
|
752
|
+
name?: string | undefined;
|
|
753
|
+
vendorData?: {
|
|
754
|
+
[x: string]: string | undefined;
|
|
755
|
+
} | undefined;
|
|
756
|
+
content?: {
|
|
757
|
+
lnsUrl?: string | undefined;
|
|
758
|
+
lnsSha256?: string | undefined;
|
|
759
|
+
iconUrl?: string | undefined;
|
|
760
|
+
preview?: {
|
|
761
|
+
imageUrl?: string | undefined;
|
|
762
|
+
imageSequenceSize?: number | undefined;
|
|
763
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
764
|
+
} | undefined;
|
|
765
|
+
assetManifest?: {
|
|
766
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
767
|
+
id?: string | undefined;
|
|
768
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
769
|
+
assetUrl?: string | undefined;
|
|
770
|
+
assetChecksum?: string | undefined;
|
|
771
|
+
}[] | undefined;
|
|
772
|
+
defaultHintId?: string | undefined;
|
|
773
|
+
hintTranslations?: {
|
|
774
|
+
[x: string]: string | undefined;
|
|
775
|
+
} | undefined;
|
|
776
|
+
lnsUrlBolt?: string | undefined;
|
|
777
|
+
iconUrlBolt?: string | undefined;
|
|
778
|
+
} | undefined;
|
|
779
|
+
isThirdParty?: boolean | undefined;
|
|
780
|
+
cameraFacingPreference?: import("./lens").Lens_CameraFacing | undefined;
|
|
781
|
+
featureMetadata?: {
|
|
782
|
+
typeUrl?: string | undefined;
|
|
783
|
+
value?: Uint8Array | undefined;
|
|
784
|
+
}[] | undefined;
|
|
785
|
+
lensCreator?: {
|
|
786
|
+
displayName?: string | undefined;
|
|
787
|
+
} | undefined;
|
|
788
|
+
scannable?: {
|
|
789
|
+
snapcodeImageUrl?: string | undefined;
|
|
790
|
+
snapcodeDeeplink?: string | undefined;
|
|
791
|
+
} | undefined;
|
|
792
|
+
} | undefined;
|
|
793
|
+
groupId?: string | undefined;
|
|
794
|
+
} & {
|
|
795
|
+
lens?: ({
|
|
796
|
+
id?: string | undefined;
|
|
797
|
+
name?: string | undefined;
|
|
798
|
+
vendorData?: {
|
|
799
|
+
[x: string]: string | undefined;
|
|
800
|
+
} | undefined;
|
|
801
|
+
content?: {
|
|
802
|
+
lnsUrl?: string | undefined;
|
|
803
|
+
lnsSha256?: string | undefined;
|
|
804
|
+
iconUrl?: string | undefined;
|
|
805
|
+
preview?: {
|
|
806
|
+
imageUrl?: string | undefined;
|
|
807
|
+
imageSequenceSize?: number | undefined;
|
|
808
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
809
|
+
} | undefined;
|
|
810
|
+
assetManifest?: {
|
|
811
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
812
|
+
id?: string | undefined;
|
|
813
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
814
|
+
assetUrl?: string | undefined;
|
|
815
|
+
assetChecksum?: string | undefined;
|
|
816
|
+
}[] | undefined;
|
|
817
|
+
defaultHintId?: string | undefined;
|
|
818
|
+
hintTranslations?: {
|
|
819
|
+
[x: string]: string | undefined;
|
|
820
|
+
} | undefined;
|
|
821
|
+
lnsUrlBolt?: string | undefined;
|
|
822
|
+
iconUrlBolt?: string | undefined;
|
|
823
|
+
} | undefined;
|
|
824
|
+
isThirdParty?: boolean | undefined;
|
|
825
|
+
cameraFacingPreference?: import("./lens").Lens_CameraFacing | undefined;
|
|
826
|
+
featureMetadata?: {
|
|
827
|
+
typeUrl?: string | undefined;
|
|
828
|
+
value?: Uint8Array | undefined;
|
|
829
|
+
}[] | undefined;
|
|
830
|
+
lensCreator?: {
|
|
831
|
+
displayName?: string | undefined;
|
|
832
|
+
} | undefined;
|
|
833
|
+
scannable?: {
|
|
834
|
+
snapcodeImageUrl?: string | undefined;
|
|
835
|
+
snapcodeDeeplink?: string | undefined;
|
|
836
|
+
} | undefined;
|
|
837
|
+
} & {
|
|
838
|
+
id?: string | undefined;
|
|
839
|
+
name?: string | undefined;
|
|
840
|
+
vendorData?: ({
|
|
841
|
+
[x: string]: string | undefined;
|
|
842
|
+
} & {
|
|
843
|
+
[x: string]: string | undefined;
|
|
844
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["vendorData"], string | number>, never>) | undefined;
|
|
845
|
+
content?: ({
|
|
846
|
+
lnsUrl?: string | undefined;
|
|
847
|
+
lnsSha256?: string | undefined;
|
|
848
|
+
iconUrl?: string | undefined;
|
|
849
|
+
preview?: {
|
|
850
|
+
imageUrl?: string | undefined;
|
|
851
|
+
imageSequenceSize?: number | undefined;
|
|
852
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
853
|
+
} | undefined;
|
|
854
|
+
assetManifest?: {
|
|
855
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
856
|
+
id?: string | undefined;
|
|
857
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
858
|
+
assetUrl?: string | undefined;
|
|
859
|
+
assetChecksum?: string | undefined;
|
|
860
|
+
}[] | undefined;
|
|
861
|
+
defaultHintId?: string | undefined;
|
|
862
|
+
hintTranslations?: {
|
|
863
|
+
[x: string]: string | undefined;
|
|
864
|
+
} | undefined;
|
|
865
|
+
lnsUrlBolt?: string | undefined;
|
|
866
|
+
iconUrlBolt?: string | undefined;
|
|
867
|
+
} & {
|
|
868
|
+
lnsUrl?: string | undefined;
|
|
869
|
+
lnsSha256?: string | undefined;
|
|
870
|
+
iconUrl?: string | undefined;
|
|
871
|
+
preview?: ({
|
|
872
|
+
imageUrl?: string | undefined;
|
|
873
|
+
imageSequenceSize?: number | undefined;
|
|
874
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
875
|
+
} & {
|
|
876
|
+
imageUrl?: string | undefined;
|
|
877
|
+
imageSequenceSize?: number | undefined;
|
|
878
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
879
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["content"]["preview"], keyof import("./lens").Preview>, never>) | undefined;
|
|
880
|
+
assetManifest?: ({
|
|
881
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
882
|
+
id?: string | undefined;
|
|
883
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
884
|
+
assetUrl?: string | undefined;
|
|
885
|
+
assetChecksum?: string | undefined;
|
|
886
|
+
}[] & ({
|
|
887
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
888
|
+
id?: string | undefined;
|
|
889
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
890
|
+
assetUrl?: string | undefined;
|
|
891
|
+
assetChecksum?: string | undefined;
|
|
892
|
+
} & {
|
|
893
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
894
|
+
id?: string | undefined;
|
|
895
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
896
|
+
assetUrl?: string | undefined;
|
|
897
|
+
assetChecksum?: string | undefined;
|
|
898
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["content"]["assetManifest"][number], keyof import("./lens").LensAssetManifestItem>, never>)[] & Record<Exclude<keyof I["getResponses"][number]["lens"]["content"]["assetManifest"], keyof {
|
|
899
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
900
|
+
id?: string | undefined;
|
|
901
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
902
|
+
assetUrl?: string | undefined;
|
|
903
|
+
assetChecksum?: string | undefined;
|
|
904
|
+
}[]>, never>) | undefined;
|
|
905
|
+
defaultHintId?: string | undefined;
|
|
906
|
+
hintTranslations?: ({
|
|
907
|
+
[x: string]: string | undefined;
|
|
908
|
+
} & {
|
|
909
|
+
[x: string]: string | undefined;
|
|
910
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["content"]["hintTranslations"], string | number>, never>) | undefined;
|
|
911
|
+
lnsUrlBolt?: string | undefined;
|
|
912
|
+
iconUrlBolt?: string | undefined;
|
|
913
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["content"], keyof import("./lens").Content>, never>) | undefined;
|
|
914
|
+
isThirdParty?: boolean | undefined;
|
|
915
|
+
cameraFacingPreference?: import("./lens").Lens_CameraFacing | undefined;
|
|
916
|
+
featureMetadata?: ({
|
|
917
|
+
typeUrl?: string | undefined;
|
|
918
|
+
value?: Uint8Array | undefined;
|
|
919
|
+
}[] & ({
|
|
920
|
+
typeUrl?: string | undefined;
|
|
921
|
+
value?: Uint8Array | undefined;
|
|
922
|
+
} & {
|
|
923
|
+
typeUrl?: string | undefined;
|
|
924
|
+
value?: Uint8Array | undefined;
|
|
925
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["featureMetadata"][number], keyof Any>, never>)[] & Record<Exclude<keyof I["getResponses"][number]["lens"]["featureMetadata"], keyof {
|
|
926
|
+
typeUrl?: string | undefined;
|
|
927
|
+
value?: Uint8Array | undefined;
|
|
928
|
+
}[]>, never>) | undefined;
|
|
929
|
+
lensCreator?: ({
|
|
930
|
+
displayName?: string | undefined;
|
|
931
|
+
} & {
|
|
932
|
+
displayName?: string | undefined;
|
|
933
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["lensCreator"], "displayName">, never>) | undefined;
|
|
934
|
+
scannable?: ({
|
|
935
|
+
snapcodeImageUrl?: string | undefined;
|
|
936
|
+
snapcodeDeeplink?: string | undefined;
|
|
937
|
+
} & {
|
|
938
|
+
snapcodeImageUrl?: string | undefined;
|
|
939
|
+
snapcodeDeeplink?: string | undefined;
|
|
940
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"]["scannable"], keyof import("./lens").Scannable>, never>) | undefined;
|
|
941
|
+
} & Record<Exclude<keyof I["getResponses"][number]["lens"], keyof Lens>, never>) | undefined;
|
|
942
|
+
groupId?: string | undefined;
|
|
943
|
+
} & Record<Exclude<keyof I["getResponses"][number], keyof GetGroupLensResponse>, never>)[] & Record<Exclude<keyof I["getResponses"], keyof {
|
|
944
|
+
lens?: {
|
|
945
|
+
id?: string | undefined;
|
|
946
|
+
name?: string | undefined;
|
|
947
|
+
vendorData?: {
|
|
948
|
+
[x: string]: string | undefined;
|
|
949
|
+
} | undefined;
|
|
950
|
+
content?: {
|
|
951
|
+
lnsUrl?: string | undefined;
|
|
952
|
+
lnsSha256?: string | undefined;
|
|
953
|
+
iconUrl?: string | undefined;
|
|
954
|
+
preview?: {
|
|
955
|
+
imageUrl?: string | undefined;
|
|
956
|
+
imageSequenceSize?: number | undefined;
|
|
957
|
+
imageSequenceWebpUrlPattern?: string | undefined;
|
|
958
|
+
} | undefined;
|
|
959
|
+
assetManifest?: {
|
|
960
|
+
type?: import("./lens").LensAssetManifestItem_Type | undefined;
|
|
961
|
+
id?: string | undefined;
|
|
962
|
+
requestTiming?: import("./lens").LensAssetManifestItem_RequestTiming | undefined;
|
|
963
|
+
assetUrl?: string | undefined;
|
|
964
|
+
assetChecksum?: string | undefined;
|
|
965
|
+
}[] | undefined;
|
|
966
|
+
defaultHintId?: string | undefined;
|
|
967
|
+
hintTranslations?: {
|
|
968
|
+
[x: string]: string | undefined;
|
|
969
|
+
} | undefined;
|
|
970
|
+
lnsUrlBolt?: string | undefined;
|
|
971
|
+
iconUrlBolt?: string | undefined;
|
|
972
|
+
} | undefined;
|
|
973
|
+
isThirdParty?: boolean | undefined;
|
|
974
|
+
cameraFacingPreference?: import("./lens").Lens_CameraFacing | undefined;
|
|
975
|
+
featureMetadata?: {
|
|
976
|
+
typeUrl?: string | undefined;
|
|
977
|
+
value?: Uint8Array | undefined;
|
|
978
|
+
}[] | undefined;
|
|
979
|
+
lensCreator?: {
|
|
980
|
+
displayName?: string | undefined;
|
|
981
|
+
} | undefined;
|
|
982
|
+
scannable?: {
|
|
983
|
+
snapcodeImageUrl?: string | undefined;
|
|
984
|
+
snapcodeDeeplink?: string | undefined;
|
|
985
|
+
} | undefined;
|
|
986
|
+
} | undefined;
|
|
987
|
+
groupId?: string | undefined;
|
|
988
|
+
}[]>, never>) | undefined;
|
|
989
|
+
} & Record<Exclude<keyof I, "getResponses">, never>>(object: I): BatchGetGroupLensResponse;
|
|
546
990
|
};
|
|
547
991
|
export declare const GetPlaceholderConfigRequest: {
|
|
548
992
|
decode(input: _m0.Reader | Uint8Array, length?: number): GetPlaceholderConfigRequest;
|
|
@@ -591,9 +1035,11 @@ export declare const GetInitializationConfigResponse: {
|
|
|
591
1035
|
fromPartial<I extends {
|
|
592
1036
|
appVendorUuidOptIn?: boolean | undefined;
|
|
593
1037
|
watermarkEnabled?: boolean | undefined;
|
|
1038
|
+
childrenProtectionActRestricted?: boolean | undefined;
|
|
594
1039
|
} & {
|
|
595
1040
|
appVendorUuidOptIn?: boolean | undefined;
|
|
596
1041
|
watermarkEnabled?: boolean | undefined;
|
|
1042
|
+
childrenProtectionActRestricted?: boolean | undefined;
|
|
597
1043
|
} & Record<Exclude<keyof I, keyof GetInitializationConfigResponse>, never>>(object: I): GetInitializationConfigResponse;
|
|
598
1044
|
};
|
|
599
1045
|
export declare const SetOperationalMetricsRequest: {
|
|
@@ -768,6 +1214,7 @@ export declare const SetExtensionBusinessEventsRequest: {
|
|
|
768
1214
|
appId?: string | undefined;
|
|
769
1215
|
deviceConnectivity?: import("./business_events").CameraKitConnectivityType | undefined;
|
|
770
1216
|
sessionId?: string | undefined;
|
|
1217
|
+
cameraKitEnvironment?: import("./business_events").CameraKitEnvironment | undefined;
|
|
771
1218
|
} | undefined;
|
|
772
1219
|
} & {
|
|
773
1220
|
events?: ({
|
|
@@ -794,6 +1241,7 @@ export declare const SetExtensionBusinessEventsRequest: {
|
|
|
794
1241
|
appId?: string | undefined;
|
|
795
1242
|
deviceConnectivity?: import("./business_events").CameraKitConnectivityType | undefined;
|
|
796
1243
|
sessionId?: string | undefined;
|
|
1244
|
+
cameraKitEnvironment?: import("./business_events").CameraKitEnvironment | undefined;
|
|
797
1245
|
} & {
|
|
798
1246
|
extensionName?: string | undefined;
|
|
799
1247
|
extensionVersion?: string | undefined;
|
|
@@ -805,6 +1253,7 @@ export declare const SetExtensionBusinessEventsRequest: {
|
|
|
805
1253
|
appId?: string | undefined;
|
|
806
1254
|
deviceConnectivity?: import("./business_events").CameraKitConnectivityType | undefined;
|
|
807
1255
|
sessionId?: string | undefined;
|
|
1256
|
+
cameraKitEnvironment?: import("./business_events").CameraKitEnvironment | undefined;
|
|
808
1257
|
} & Record<Exclude<keyof I["extensionEventBase"], keyof ExtensionEventBase>, never>) | undefined;
|
|
809
1258
|
} & Record<Exclude<keyof I, keyof SetExtensionBusinessEventsRequest>, never>>(object: I): SetExtensionBusinessEventsRequest;
|
|
810
1259
|
};
|
|
@@ -820,6 +1269,11 @@ export interface Lenses {
|
|
|
820
1269
|
GetGroup(request: GetGroupRequest): Promise<GetGroupResponse>;
|
|
821
1270
|
/** GetGroupLens returns lens ID in the context of provided Group ID */
|
|
822
1271
|
GetGroupLens(request: GetGroupLensRequest): Promise<GetGroupLensResponse>;
|
|
1272
|
+
/**
|
|
1273
|
+
* BatchGetGroupLens returns lenses from the the same or different groups.
|
|
1274
|
+
* Up to 5000 lenses can be requested in a single batch request.
|
|
1275
|
+
*/
|
|
1276
|
+
BatchGetGroupLens(request: BatchGetGroupLensRequest): Promise<BatchGetGroupLensResponse>;
|
|
823
1277
|
/**
|
|
824
1278
|
* GetPlaceholderConfig returns config values where all values do not change depends on the request context
|
|
825
1279
|
* such as device type, device class, etc.
|