@snap/camera-kit 0.18.1 → 0.21.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.
Files changed (324) hide show
  1. package/README.md +1 -1
  2. package/dist/CameraKit.d.ts +2 -2
  3. package/dist/bootstrapCameraKit.d.ts.map +1 -1
  4. package/dist/bootstrapCameraKit.js +3 -1
  5. package/dist/bootstrapCameraKit.js.map +1 -1
  6. package/dist/clients/grpcHandler.d.ts +9 -3
  7. package/dist/clients/grpcHandler.d.ts.map +1 -1
  8. package/dist/clients/grpcHandler.js +20 -3
  9. package/dist/clients/grpcHandler.js.map +1 -1
  10. package/dist/dependency-injection/RootServices.d.ts +2 -0
  11. package/dist/dependency-injection/RootServices.d.ts.map +1 -1
  12. package/dist/dependency-injection/RootServices.js.map +1 -1
  13. package/dist/environment.js +1 -1
  14. package/dist/environment.js.map +1 -1
  15. package/dist/generated-proto/pb_schema/camera_kit/v3/remote_api_spec.d.ts +644 -0
  16. package/dist/generated-proto/pb_schema/camera_kit/v3/remote_api_spec.d.ts.map +1 -0
  17. package/dist/generated-proto/pb_schema/camera_kit/v3/remote_api_spec.js +320 -0
  18. package/dist/generated-proto/pb_schema/camera_kit/v3/remote_api_spec.js.map +1 -0
  19. package/dist/generated-proto/pb_schema/cdp/cof/app_launch_type.d.ts +10 -0
  20. package/dist/generated-proto/pb_schema/cdp/cof/app_launch_type.d.ts.map +1 -0
  21. package/dist/generated-proto/pb_schema/cdp/cof/app_launch_type.js +17 -0
  22. package/dist/generated-proto/pb_schema/cdp/cof/app_launch_type.js.map +1 -0
  23. package/dist/generated-proto/pb_schema/cdp/cof/billboard_provided_signals.d.ts +167 -0
  24. package/dist/generated-proto/pb_schema/cdp/cof/billboard_provided_signals.d.ts.map +1 -0
  25. package/dist/generated-proto/pb_schema/cdp/cof/billboard_provided_signals.js +423 -0
  26. package/dist/generated-proto/pb_schema/cdp/cof/billboard_provided_signals.js.map +1 -0
  27. package/dist/generated-proto/pb_schema/cdp/cof/bolt_provided_signals.d.ts +34 -0
  28. package/dist/generated-proto/pb_schema/cdp/cof/bolt_provided_signals.d.ts.map +1 -0
  29. package/dist/generated-proto/pb_schema/cdp/cof/bolt_provided_signals.js +63 -0
  30. package/dist/generated-proto/pb_schema/cdp/cof/bolt_provided_signals.js.map +1 -0
  31. package/dist/generated-proto/pb_schema/cdp/cof/camera_provided_signals.d.ts +109 -0
  32. package/dist/generated-proto/pb_schema/cdp/cof/camera_provided_signals.d.ts.map +1 -0
  33. package/dist/generated-proto/pb_schema/cdp/cof/camera_provided_signals.js +192 -0
  34. package/dist/generated-proto/pb_schema/cdp/cof/camera_provided_signals.js.map +1 -0
  35. package/dist/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +3203 -0
  36. package/dist/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts.map +1 -1
  37. package/dist/generated-proto/pb_schema/cdp/cof/circumstance_service.js +290 -0
  38. package/dist/generated-proto/pb_schema/cdp/cof/circumstance_service.js.map +1 -1
  39. package/dist/generated-proto/pb_schema/cdp/cof/cognac_provided_signals.d.ts +24 -0
  40. package/dist/generated-proto/pb_schema/cdp/cof/cognac_provided_signals.d.ts.map +1 -0
  41. package/dist/generated-proto/pb_schema/cdp/cof/cognac_provided_signals.js +42 -0
  42. package/dist/generated-proto/pb_schema/cdp/cof/cognac_provided_signals.js.map +1 -0
  43. package/dist/generated-proto/pb_schema/cdp/cof/config_request.d.ts +24 -0
  44. package/dist/generated-proto/pb_schema/cdp/cof/config_request.d.ts.map +1 -1
  45. package/dist/generated-proto/pb_schema/cdp/cof/config_request.js +54 -1
  46. package/dist/generated-proto/pb_schema/cdp/cof/config_request.js.map +1 -1
  47. package/dist/generated-proto/pb_schema/cdp/cof/config_response.d.ts +97 -0
  48. package/dist/generated-proto/pb_schema/cdp/cof/config_response.d.ts.map +1 -1
  49. package/dist/generated-proto/pb_schema/cdp/cof/config_result.d.ts +277 -0
  50. package/dist/generated-proto/pb_schema/cdp/cof/config_result.d.ts.map +1 -1
  51. package/dist/generated-proto/pb_schema/cdp/cof/config_result.js +39 -2
  52. package/dist/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
  53. package/dist/generated-proto/pb_schema/cdp/cof/contact_authorization_status.d.ts +11 -0
  54. package/dist/generated-proto/pb_schema/cdp/cof/contact_authorization_status.d.ts.map +1 -0
  55. package/dist/generated-proto/pb_schema/cdp/cof/contact_authorization_status.js +18 -0
  56. package/dist/generated-proto/pb_schema/cdp/cof/contact_authorization_status.js.map +1 -0
  57. package/dist/generated-proto/pb_schema/cdp/cof/content_manager_provided_signals.d.ts +89 -0
  58. package/dist/generated-proto/pb_schema/cdp/cof/content_manager_provided_signals.d.ts.map +1 -0
  59. package/dist/generated-proto/pb_schema/cdp/cof/content_manager_provided_signals.js +108 -0
  60. package/dist/generated-proto/pb_schema/cdp/cof/content_manager_provided_signals.js.map +1 -0
  61. package/dist/generated-proto/pb_schema/cdp/cof/creative_tools_provided_signals.d.ts +27 -0
  62. package/dist/generated-proto/pb_schema/cdp/cof/creative_tools_provided_signals.d.ts.map +1 -0
  63. package/dist/generated-proto/pb_schema/cdp/cof/creative_tools_provided_signals.js +49 -0
  64. package/dist/generated-proto/pb_schema/cdp/cof/creative_tools_provided_signals.js.map +1 -0
  65. package/dist/generated-proto/pb_schema/cdp/cof/feature_provided_signals.d.ts +1184 -0
  66. package/dist/generated-proto/pb_schema/cdp/cof/feature_provided_signals.d.ts.map +1 -0
  67. package/dist/generated-proto/pb_schema/cdp/cof/feature_provided_signals.js +507 -0
  68. package/dist/generated-proto/pb_schema/cdp/cof/feature_provided_signals.js.map +1 -0
  69. package/dist/generated-proto/pb_schema/cdp/cof/lenses_provided_signals.d.ts +30 -0
  70. package/dist/generated-proto/pb_schema/cdp/cof/lenses_provided_signals.d.ts.map +1 -0
  71. package/dist/generated-proto/pb_schema/cdp/cof/lenses_provided_signals.js +59 -0
  72. package/dist/generated-proto/pb_schema/cdp/cof/lenses_provided_signals.js.map +1 -0
  73. package/dist/generated-proto/pb_schema/cdp/cof/mdp_media_attribution.d.ts +29 -0
  74. package/dist/generated-proto/pb_schema/cdp/cof/mdp_media_attribution.d.ts.map +1 -0
  75. package/dist/generated-proto/pb_schema/cdp/cof/mdp_media_attribution.js +49 -0
  76. package/dist/generated-proto/pb_schema/cdp/cof/mdp_media_attribution.js.map +1 -0
  77. package/dist/generated-proto/pb_schema/cdp/cof/media_provided_signals.d.ts +35 -0
  78. package/dist/generated-proto/pb_schema/cdp/cof/media_provided_signals.d.ts.map +1 -0
  79. package/dist/generated-proto/pb_schema/cdp/cof/media_provided_signals.js +58 -0
  80. package/dist/generated-proto/pb_schema/cdp/cof/media_provided_signals.js.map +1 -0
  81. package/dist/generated-proto/pb_schema/cdp/cof/opera_provided_signals.d.ts +30 -0
  82. package/dist/generated-proto/pb_schema/cdp/cof/opera_provided_signals.d.ts.map +1 -0
  83. package/dist/generated-proto/pb_schema/cdp/cof/opera_provided_signals.js +56 -0
  84. package/dist/generated-proto/pb_schema/cdp/cof/opera_provided_signals.js.map +1 -0
  85. package/dist/generated-proto/pb_schema/cdp/cof/perception_provided_signals.d.ts +24 -0
  86. package/dist/generated-proto/pb_schema/cdp/cof/perception_provided_signals.d.ts.map +1 -0
  87. package/dist/generated-proto/pb_schema/cdp/cof/perception_provided_signals.js +42 -0
  88. package/dist/generated-proto/pb_schema/cdp/cof/perception_provided_signals.js.map +1 -0
  89. package/dist/generated-proto/pb_schema/cdp/cof/recipients_provided_signals.d.ts +24 -0
  90. package/dist/generated-proto/pb_schema/cdp/cof/recipients_provided_signals.d.ts.map +1 -0
  91. package/dist/generated-proto/pb_schema/cdp/cof/recipients_provided_signals.js +42 -0
  92. package/dist/generated-proto/pb_schema/cdp/cof/recipients_provided_signals.js.map +1 -0
  93. package/dist/generated-proto/pb_schema/cdp/cof/routing_provided_signals.d.ts +24 -0
  94. package/dist/generated-proto/pb_schema/cdp/cof/routing_provided_signals.d.ts.map +1 -0
  95. package/dist/generated-proto/pb_schema/cdp/cof/routing_provided_signals.js +42 -0
  96. package/dist/generated-proto/pb_schema/cdp/cof/routing_provided_signals.js.map +1 -0
  97. package/dist/generated-proto/pb_schema/cdp/cof/snap_kit_provided_signals.d.ts +24 -0
  98. package/dist/generated-proto/pb_schema/cdp/cof/snap_kit_provided_signals.d.ts.map +1 -0
  99. package/dist/generated-proto/pb_schema/cdp/cof/snap_kit_provided_signals.js +42 -0
  100. package/dist/generated-proto/pb_schema/cdp/cof/snap_kit_provided_signals.js.map +1 -0
  101. package/dist/generated-proto/pb_schema/cdp/cof/upload_provided_signals.d.ts +40 -0
  102. package/dist/generated-proto/pb_schema/cdp/cof/upload_provided_signals.d.ts.map +1 -0
  103. package/dist/generated-proto/pb_schema/cdp/cof/upload_provided_signals.js +71 -0
  104. package/dist/generated-proto/pb_schema/cdp/cof/upload_provided_signals.js.map +1 -0
  105. package/dist/generated-proto/pb_schema/cdp/media/snap_source.d.ts +14 -0
  106. package/dist/generated-proto/pb_schema/cdp/media/snap_source.d.ts.map +1 -0
  107. package/dist/generated-proto/pb_schema/cdp/media/snap_source.js +21 -0
  108. package/dist/generated-proto/pb_schema/cdp/media/snap_source.js.map +1 -0
  109. package/dist/generated-proto/pb_schema/content/asset.d.ts +51 -0
  110. package/dist/generated-proto/pb_schema/content/asset.d.ts.map +1 -0
  111. package/dist/generated-proto/pb_schema/content/asset.js +74 -0
  112. package/dist/generated-proto/pb_schema/content/asset.js.map +1 -0
  113. package/dist/generated-proto/pb_schema/content/media_reference.d.ts +103 -0
  114. package/dist/generated-proto/pb_schema/content/media_reference.d.ts.map +1 -0
  115. package/dist/generated-proto/pb_schema/content/media_reference.js +183 -0
  116. package/dist/generated-proto/pb_schema/content/media_reference.js.map +1 -0
  117. package/dist/generated-proto/pb_schema/content/media_source.d.ts +19 -0
  118. package/dist/generated-proto/pb_schema/content/media_source.d.ts.map +1 -0
  119. package/dist/generated-proto/pb_schema/content/media_source.js +26 -0
  120. package/dist/generated-proto/pb_schema/content/media_source.js.map +1 -0
  121. package/dist/generated-proto/pb_schema/content/media_types.d.ts +63 -0
  122. package/dist/generated-proto/pb_schema/content/media_types.d.ts.map +1 -0
  123. package/dist/generated-proto/pb_schema/content/media_types.js +71 -0
  124. package/dist/generated-proto/pb_schema/content/media_types.js.map +1 -0
  125. package/dist/generated-proto/pb_schema/lenses/launchdata.d.ts +3 -0
  126. package/dist/generated-proto/pb_schema/lenses/launchdata.d.ts.map +1 -1
  127. package/dist/generated-proto/pb_schema/lenses/launchdata.js +20 -1
  128. package/dist/generated-proto/pb_schema/lenses/launchdata.js.map +1 -1
  129. package/dist/generated-proto/pb_schema/lenses/remote_api/remote_api_spec.d.ts +2983 -0
  130. package/dist/generated-proto/pb_schema/lenses/remote_api/remote_api_spec.d.ts.map +1 -0
  131. package/dist/generated-proto/pb_schema/lenses/remote_api/remote_api_spec.js +2107 -0
  132. package/dist/generated-proto/pb_schema/lenses/remote_api/remote_api_spec.js.map +1 -0
  133. package/dist/generated-proto/pb_schema/snapdoc/capture_characteristics.d.ts +27 -0
  134. package/dist/generated-proto/pb_schema/snapdoc/capture_characteristics.d.ts.map +1 -0
  135. package/dist/generated-proto/pb_schema/snapdoc/capture_characteristics.js +49 -0
  136. package/dist/generated-proto/pb_schema/snapdoc/capture_characteristics.js.map +1 -0
  137. package/dist/generated-proto/pb_schema/snapdoc/extensions.d.ts +31 -0
  138. package/dist/generated-proto/pb_schema/snapdoc/extensions.d.ts.map +1 -0
  139. package/dist/generated-proto/pb_schema/snapdoc/extensions.js +56 -0
  140. package/dist/generated-proto/pb_schema/snapdoc/extensions.js.map +1 -0
  141. package/dist/generated-proto/pb_schema/snapdoc/media.d.ts +703 -0
  142. package/dist/generated-proto/pb_schema/snapdoc/media.d.ts.map +1 -0
  143. package/dist/generated-proto/pb_schema/snapdoc/media.js +992 -0
  144. package/dist/generated-proto/pb_schema/snapdoc/media.js.map +1 -0
  145. package/dist/generated-proto/pb_schema/snapdoc/media_codec_formats.d.ts +27 -0
  146. package/dist/generated-proto/pb_schema/snapdoc/media_codec_formats.d.ts.map +1 -0
  147. package/dist/generated-proto/pb_schema/snapdoc/media_codec_formats.js +36 -0
  148. package/dist/generated-proto/pb_schema/snapdoc/media_codec_formats.js.map +1 -0
  149. package/dist/generated-proto/pb_schema/snapdoc/media_file_formats.d.ts +8 -0
  150. package/dist/generated-proto/pb_schema/snapdoc/media_file_formats.d.ts.map +1 -0
  151. package/dist/generated-proto/pb_schema/snapdoc/media_file_formats.js +15 -0
  152. package/dist/generated-proto/pb_schema/snapdoc/media_file_formats.js.map +1 -0
  153. package/dist/generated-proto/pb_schema/snapdoc/media_id.d.ts +24 -0
  154. package/dist/generated-proto/pb_schema/snapdoc/media_id.d.ts.map +1 -0
  155. package/dist/generated-proto/pb_schema/snapdoc/media_id.js +45 -0
  156. package/dist/generated-proto/pb_schema/snapdoc/media_id.js.map +1 -0
  157. package/dist/generated-proto/pb_schema/snapdoc/snap_component_type.d.ts +68 -0
  158. package/dist/generated-proto/pb_schema/snapdoc/snap_component_type.d.ts.map +1 -0
  159. package/dist/generated-proto/pb_schema/snapdoc/snap_component_type.js +66 -0
  160. package/dist/generated-proto/pb_schema/snapdoc/snap_component_type.js.map +1 -0
  161. package/dist/index.d.ts +1 -0
  162. package/dist/index.d.ts.map +1 -1
  163. package/dist/index.js +1 -0
  164. package/dist/index.js.map +1 -1
  165. package/dist/lens-client-interface/filePicker.d.ts +31 -0
  166. package/dist/lens-client-interface/filePicker.d.ts.map +1 -0
  167. package/dist/lens-client-interface/filePicker.js +3 -0
  168. package/dist/lens-client-interface/filePicker.js.map +1 -0
  169. package/dist/lens-client-interface/imagePicker.d.ts +2 -1
  170. package/dist/lens-client-interface/imagePicker.d.ts.map +1 -1
  171. package/dist/lens-client-interface/imagePicker.js +6 -3
  172. package/dist/lens-client-interface/imagePicker.js.map +1 -1
  173. package/dist/lens-client-interface/lensClientInterface.d.ts +3 -2
  174. package/dist/lens-client-interface/lensClientInterface.d.ts.map +1 -1
  175. package/dist/lens-client-interface/lensClientInterface.js +3 -2
  176. package/dist/lens-client-interface/lensClientInterface.js.map +1 -1
  177. package/dist/lens-core-module/loader/lensCoreFactory.d.ts +9 -2
  178. package/dist/lens-core-module/loader/lensCoreFactory.d.ts.map +1 -1
  179. package/dist/lens-core-module/loader/lensCoreFactory.js +18 -6
  180. package/dist/lens-core-module/loader/lensCoreFactory.js.map +1 -1
  181. package/dist/lensCoreWasmVersions.js +3 -3
  182. package/dist/lensCoreWasmVersions.js.map +1 -1
  183. package/dist/metrics/reporters/reportHttpMetrics.d.ts +5 -1
  184. package/dist/metrics/reporters/reportHttpMetrics.d.ts.map +1 -1
  185. package/dist/metrics/reporters/reportHttpMetrics.js +21 -15
  186. package/dist/metrics/reporters/reportHttpMetrics.js.map +1 -1
  187. package/dist/metrics/reporters/reporters.d.ts +1 -1
  188. package/dist/remote-configuration/cofHandler.d.ts.map +1 -1
  189. package/dist/remote-configuration/cofHandler.js +1 -1
  190. package/dist/remote-configuration/cofHandler.js.map +1 -1
  191. package/docs/html/assets/navigation.js +1 -1
  192. package/docs/html/assets/search.js +1 -1
  193. package/docs/html/classes/CameraKit.html +2 -2
  194. package/docs/html/classes/CameraKitSession.html +2 -2
  195. package/docs/html/classes/CameraKitSource.html +2 -2
  196. package/docs/html/classes/LensPerformanceMeasurement.html +2 -2
  197. package/docs/html/classes/LensPerformanceMetrics.html +2 -2
  198. package/docs/html/classes/LensRepository.html +2 -2
  199. package/docs/html/classes/Transform2D.html +2 -2
  200. package/docs/html/classes/TypedCustomEvent.html +2 -2
  201. package/docs/html/classes/TypedEventTarget.html +2 -2
  202. package/docs/html/enums/Lens_CameraFacing.html +2 -2
  203. package/docs/html/functions/ConcatInjectable.html +2 -2
  204. package/docs/html/functions/Injectable.html +2 -2
  205. package/docs/html/functions/bootstrapCameraKit.html +2 -2
  206. package/docs/html/functions/createExtension.html +2 -2
  207. package/docs/html/functions/createImageSource.html +2 -2
  208. package/docs/html/functions/createMediaStreamSource.html +2 -2
  209. package/docs/html/functions/createVideoSource.html +2 -2
  210. package/docs/html/functions/estimateLensPerformance.html +2 -2
  211. package/docs/html/functions/filePickerFactory.html +5 -0
  212. package/docs/html/functions/lensSourcesFactory.html +2 -2
  213. package/docs/html/functions/remoteApiServicesFactory.html +2 -2
  214. package/docs/html/hierarchy.html +1 -1
  215. package/docs/html/index.html +3 -3
  216. package/docs/html/interfaces/BitmojiUserInfo.html +2 -2
  217. package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +2 -2
  218. package/docs/html/interfaces/CameraKitDeviceOptions.html +2 -2
  219. package/docs/html/interfaces/CameraKitSourceInfo.html +2 -2
  220. package/docs/html/interfaces/CameraKitSourceSubscriber.html +2 -2
  221. package/docs/html/interfaces/ComputedFrameMetrics.html +2 -2
  222. package/docs/html/interfaces/CreateSessionOptions.html +2 -2
  223. package/docs/html/interfaces/EstimatedLensPerformance.html +2 -2
  224. package/docs/html/interfaces/FriendUserInfo.html +2 -2
  225. package/docs/html/interfaces/FunctionSourceOptions.html +2 -2
  226. package/docs/html/interfaces/Lens.html +2 -2
  227. package/docs/html/interfaces/LensCreator.html +2 -2
  228. package/docs/html/interfaces/LensLaunchData.html +2 -2
  229. package/docs/html/interfaces/LensSource.html +2 -2
  230. package/docs/html/interfaces/LensUserData.html +2 -2
  231. package/docs/html/interfaces/LoadAssetRequest.html +2 -2
  232. package/docs/html/interfaces/MediaStreamSourceOptions.html +2 -2
  233. package/docs/html/interfaces/Preview.html +2 -2
  234. package/docs/html/interfaces/RemoteApiRequest.html +2 -2
  235. package/docs/html/interfaces/RemoteApiResponse.html +2 -2
  236. package/docs/html/interfaces/RemoteApiService.html +2 -2
  237. package/docs/html/interfaces/Snapcode.html +2 -2
  238. package/docs/html/interfaces/UriCancelRequest.html +2 -2
  239. package/docs/html/interfaces/UriRequest.html +2 -2
  240. package/docs/html/interfaces/UriResponse.html +2 -2
  241. package/docs/html/interfaces/VideoSourceOptions.html +2 -2
  242. package/docs/html/modules.html +6 -2
  243. package/docs/html/types/ArgumentValidationError.html +2 -2
  244. package/docs/html/types/AssetLoader.html +2 -2
  245. package/docs/html/types/AssetResponse.html +1 -1
  246. package/docs/html/types/AssetTiming.html +2 -2
  247. package/docs/html/types/BenchmarkError.html +1 -1
  248. package/docs/html/types/BootstrapError.html +2 -2
  249. package/docs/html/types/CacheKeyNotFoundError.html +1 -1
  250. package/docs/html/types/CameraKitSessionEventListener.html +2 -2
  251. package/docs/html/types/CameraKitSessionEvents.html +2 -2
  252. package/docs/html/types/CameraKitSourceError.html +1 -1
  253. package/docs/html/types/ConfigurationError.html +2 -2
  254. package/docs/html/types/FetchHandler.html +1 -1
  255. package/docs/html/types/FilePicker.html +6 -0
  256. package/docs/html/types/FilePickerOptions.html +2 -0
  257. package/docs/html/types/FilePickerResult.html +2 -0
  258. package/docs/html/types/Keyboard.html +2 -2
  259. package/docs/html/types/KeyboardEvents.html +2 -2
  260. package/docs/html/types/LegalError.html +1 -1
  261. package/docs/html/types/LensAbortError.html +2 -2
  262. package/docs/html/types/LensAssetError.html +2 -2
  263. package/docs/html/types/LensContentValidationError.html +1 -1
  264. package/docs/html/types/LensError.html +1 -1
  265. package/docs/html/types/LensExecutionError.html +2 -2
  266. package/docs/html/types/LensImagePickerError.html +2 -2
  267. package/docs/html/types/LensLaunchParams.html +2 -2
  268. package/docs/html/types/LensMetricsEvents.html +2 -2
  269. package/docs/html/types/LensPerformanceCluster.html +1 -1
  270. package/docs/html/types/LensView.html +2 -2
  271. package/docs/html/types/LensWait.html +2 -2
  272. package/docs/html/types/Matrix.html +2 -2
  273. package/docs/html/types/PersistentStoreError.html +2 -2
  274. package/docs/html/types/PlatformNotSupportedError.html +2 -2
  275. package/docs/html/types/PublicContainer.html +2 -2
  276. package/docs/html/types/PublicServices.html +2 -2
  277. package/docs/html/types/RemoteApiCancelRequestHandler.html +2 -2
  278. package/docs/html/types/RemoteApiRequestHandler.html +2 -2
  279. package/docs/html/types/RemoteApiServices.html +1 -1
  280. package/docs/html/types/RemoteApiStatus.html +2 -2
  281. package/docs/html/types/RenderTarget.html +2 -2
  282. package/docs/html/types/Uri.html +1 -1
  283. package/docs/html/types/WebGLError.html +1 -1
  284. package/docs/html/types/Zodiac.html +1 -1
  285. package/docs/html/variables/extensionRequestContext.html +2 -2
  286. package/docs/md/README.md +1 -1
  287. package/docs/md/classes/CameraKit.md +1 -1
  288. package/docs/md/classes/CameraKitSession.md +1 -1
  289. package/docs/md/classes/CameraKitSource.md +1 -1
  290. package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
  291. package/docs/md/classes/LensPerformanceMetrics.md +1 -1
  292. package/docs/md/classes/LensRepository.md +1 -1
  293. package/docs/md/classes/Transform2D.md +1 -1
  294. package/docs/md/classes/TypedCustomEvent.md +1 -1
  295. package/docs/md/classes/TypedEventTarget.md +1 -1
  296. package/docs/md/enums/Lens_CameraFacing.md +1 -1
  297. package/docs/md/interfaces/BitmojiUserInfo.md +1 -1
  298. package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +1 -1
  299. package/docs/md/interfaces/CameraKitDeviceOptions.md +1 -1
  300. package/docs/md/interfaces/CameraKitSourceInfo.md +1 -1
  301. package/docs/md/interfaces/CameraKitSourceSubscriber.md +1 -1
  302. package/docs/md/interfaces/ComputedFrameMetrics.md +1 -1
  303. package/docs/md/interfaces/CreateSessionOptions.md +1 -1
  304. package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
  305. package/docs/md/interfaces/FriendUserInfo.md +1 -1
  306. package/docs/md/interfaces/FunctionSourceOptions.md +1 -1
  307. package/docs/md/interfaces/Lens.md +1 -1
  308. package/docs/md/interfaces/LensCreator.md +1 -1
  309. package/docs/md/interfaces/LensLaunchData.md +1 -1
  310. package/docs/md/interfaces/LensSource.md +1 -1
  311. package/docs/md/interfaces/LensUserData.md +1 -1
  312. package/docs/md/interfaces/LoadAssetRequest.md +1 -1
  313. package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
  314. package/docs/md/interfaces/Preview.md +1 -1
  315. package/docs/md/interfaces/RemoteApiRequest.md +1 -1
  316. package/docs/md/interfaces/RemoteApiResponse.md +1 -1
  317. package/docs/md/interfaces/RemoteApiService.md +1 -1
  318. package/docs/md/interfaces/Snapcode.md +1 -1
  319. package/docs/md/interfaces/UriCancelRequest.md +1 -1
  320. package/docs/md/interfaces/UriRequest.md +1 -1
  321. package/docs/md/interfaces/UriResponse.md +1 -1
  322. package/docs/md/interfaces/VideoSourceOptions.md +1 -1
  323. package/docs/md/modules.md +65 -3
  324. package/package.json +6 -6
@@ -1 +1 @@
1
- {"version":3,"file":"config_response.d.ts","sourceRoot":"","sources":["../../../../../src/generated-proto/pb_schema/cdp/cof/config_response.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,oBAAoB,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,eAAO,MAAM,eAAe,qBAAqB,CAAC;AAClD,MAAM,WAAW,gCAAgC;IAC7C,qBAAqB,EAAE,MAAM,CAAC;CACjC;AACD,MAAM,WAAW,uBAAuB;IACpC,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC/C,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,qCAAqC,EAAE,MAAM,CAAC;IAC9C,SAAS,EAAE,gCAAgC,GAAG,SAAS,CAAC;CAC3D;AAID,eAAO,MAAM,gCAAgC;oBACzB,gCAAgC,WAAU,IAAI,MAAM,GAAyB,IAAI,MAAM;kBAMzF,IAAI,MAAM,GAAG,UAAU,WAAW,MAAM,GAAG,gCAAgC;;;;;8EAiBE,gCAAgC;CAK9H,CAAC;AAYF,eAAO,MAAM,uBAAuB;oBAChB,uBAAuB,WAAU,IAAI,MAAM,GAAyB,IAAI,MAAM;kBAwBhF,IAAI,MAAM,GAAG,UAAU,WAAW,MAAM,GAAG,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oFAmCE,uBAAuB;CAiB5G,CAAC;AACF,KAAK,OAAO,GAAG,IAAI,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AACpF,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,GAAG,CAAC,GAAG,CAAC,SAAS,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,EAAE,GAAG;KACrL,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACrC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;AACf,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,GAAG,KAAK,CAAC;AACpD,MAAM,MAAM,KAAK,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,OAAO,GAAG,CAAC,GAAG,CAAC,GAAG;KAC3D,CAAC,IAAI,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;CACpC,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"config_response.d.ts","sourceRoot":"","sources":["../../../../../src/generated-proto/pb_schema/cdp/cof/config_response.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,oBAAoB,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,eAAO,MAAM,eAAe,qBAAqB,CAAC;AAClD,MAAM,WAAW,gCAAgC;IAC7C,qBAAqB,EAAE,MAAM,CAAC;CACjC;AACD,MAAM,WAAW,uBAAuB;IACpC,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC/C,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,qCAAqC,EAAE,MAAM,CAAC;IAC9C,SAAS,EAAE,gCAAgC,GAAG,SAAS,CAAC;CAC3D;AAID,eAAO,MAAM,gCAAgC;oBACzB,gCAAgC,WAAU,IAAI,MAAM,GAAyB,IAAI,MAAM;kBAMzF,IAAI,MAAM,GAAG,UAAU,WAAW,MAAM,GAAG,gCAAgC;;;;;8EAiBE,gCAAgC;CAK9H,CAAC;AAYF,eAAO,MAAM,uBAAuB;oBAChB,uBAAuB,WAAU,IAAI,MAAM,GAAyB,IAAI,MAAM;kBAwBhF,IAAI,MAAM,GAAG,UAAU,WAAW,MAAM,GAAG,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oFAmCE,uBAAuB;CAiB5G,CAAC;AACF,KAAK,OAAO,GAAG,IAAI,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AACpF,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,GAAG,CAAC,GAAG,CAAC,SAAS,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,EAAE,GAAG;KACrL,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACrC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;AACf,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,GAAG,KAAK,CAAC;AACpD,MAAM,MAAM,KAAK,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,OAAO,GAAG,CAAC,GAAG,CAAC,GAAG;KAC3D,CAAC,IAAI,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;CACpC,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC"}