@snap/camera-kit 0.17.0 → 0.18.1

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 (1223) hide show
  1. package/LICENSE.md +13 -391
  2. package/README.md +1 -1
  3. package/dist/CameraKit.d.ts +334 -0
  4. package/dist/CameraKit.d.ts.map +1 -0
  5. package/dist/CameraKit.js +104 -0
  6. package/dist/CameraKit.js.map +1 -0
  7. package/dist/benchmark/benchmarkGflops.d.ts +17 -0
  8. package/dist/benchmark/benchmarkGflops.d.ts.map +1 -0
  9. package/dist/benchmark/benchmarkGflops.js +116 -0
  10. package/dist/benchmark/benchmarkGflops.js.map +1 -0
  11. package/dist/benchmark/estimateLensPerformanceCluster.d.ts +34 -0
  12. package/dist/benchmark/estimateLensPerformanceCluster.d.ts.map +1 -0
  13. package/dist/benchmark/estimateLensPerformanceCluster.js +34 -0
  14. package/dist/benchmark/estimateLensPerformanceCluster.js.map +1 -0
  15. package/dist/benchmark/webglUtils.d.ts +8 -0
  16. package/dist/benchmark/webglUtils.d.ts.map +1 -0
  17. package/dist/bootstrapCameraKit.d.ts +97 -0
  18. package/dist/bootstrapCameraKit.d.ts.map +1 -0
  19. package/dist/bootstrapCameraKit.js +117 -0
  20. package/dist/bootstrapCameraKit.js.map +1 -0
  21. package/dist/clients/createTsProtoClient.d.ts +41 -0
  22. package/dist/clients/createTsProtoClient.d.ts.map +1 -0
  23. package/dist/clients/createTsProtoClient.js +36 -0
  24. package/dist/clients/createTsProtoClient.js.map +1 -0
  25. package/dist/clients/grpcHandler.d.ts +27 -0
  26. package/dist/clients/grpcHandler.d.ts.map +1 -0
  27. package/dist/clients/grpcHandler.js +79 -0
  28. package/dist/clients/grpcHandler.js.map +1 -0
  29. package/dist/clients/lensesClient.d.ts +10 -0
  30. package/dist/clients/lensesClient.d.ts.map +1 -0
  31. package/dist/clients/lensesClient.js.map +1 -0
  32. package/dist/clients/metricsClient.d.ts +27 -0
  33. package/dist/clients/metricsClient.d.ts.map +1 -0
  34. package/dist/clients/metricsClient.js +96 -0
  35. package/dist/clients/metricsClient.js.map +1 -0
  36. package/dist/common/assertions.d.ts +28 -0
  37. package/dist/common/assertions.d.ts.map +1 -0
  38. package/dist/common/assertions.js +14 -0
  39. package/dist/common/assertions.js.map +1 -0
  40. package/dist/common/copyDefinedProperties.d.ts +14 -0
  41. package/dist/common/copyDefinedProperties.d.ts.map +1 -0
  42. package/dist/common/copyDefinedProperties.js +4 -0
  43. package/dist/common/copyDefinedProperties.js.map +1 -0
  44. package/dist/common/date.d.ts +4 -0
  45. package/dist/common/date.d.ts.map +1 -0
  46. package/dist/common/dialog.d.ts +60 -0
  47. package/dist/common/dialog.d.ts.map +1 -0
  48. package/dist/common/dialog.js +158 -0
  49. package/dist/common/dialog.js.map +1 -0
  50. package/dist/common/entries.d.ts +5 -0
  51. package/dist/common/entries.d.ts.map +1 -0
  52. package/dist/common/entries.js +3 -0
  53. package/dist/common/entries.js.map +1 -0
  54. package/dist/common/errorHelpers.d.ts +18 -0
  55. package/dist/common/errorHelpers.d.ts.map +1 -0
  56. package/dist/common/errorHelpers.js +20 -0
  57. package/dist/common/errorHelpers.js.map +1 -0
  58. package/dist/common/getFilename.d.ts +2 -0
  59. package/dist/common/getFilename.d.ts.map +1 -0
  60. package/dist/common/hash.d.ts +6 -0
  61. package/dist/common/hash.d.ts.map +1 -0
  62. package/dist/common/hash.js +13 -0
  63. package/dist/common/hash.js.map +1 -0
  64. package/dist/common/loadScript.d.ts +7 -0
  65. package/dist/common/loadScript.d.ts.map +1 -0
  66. package/dist/common/loadScript.js +13 -0
  67. package/dist/common/loadScript.js.map +1 -0
  68. package/dist/common/localization.d.ts +55 -0
  69. package/dist/common/localization.d.ts.map +1 -0
  70. package/dist/common/localization.js +622 -0
  71. package/dist/common/localization.js.map +1 -0
  72. package/dist/common/memoize.d.ts +9 -0
  73. package/dist/common/memoize.d.ts.map +1 -0
  74. package/dist/common/pageVisibility.d.ts +35 -0
  75. package/dist/common/pageVisibility.d.ts.map +1 -0
  76. package/dist/common/pageVisibility.js +52 -0
  77. package/dist/common/pageVisibility.js.map +1 -0
  78. package/dist/common/result.d.ts +37 -0
  79. package/dist/common/result.d.ts.map +1 -0
  80. package/dist/common/result.js +39 -0
  81. package/dist/common/result.js.map +1 -0
  82. package/dist/common/time.d.ts +3 -0
  83. package/dist/common/time.d.ts.map +1 -0
  84. package/dist/common/typeguards.d.ts +68 -0
  85. package/dist/common/typeguards.d.ts.map +1 -0
  86. package/dist/common/typeguards.js +68 -0
  87. package/dist/common/typeguards.js.map +1 -0
  88. package/dist/common/types.d.ts +38 -0
  89. package/dist/common/types.d.ts.map +1 -0
  90. package/dist/common/types.js.map +1 -0
  91. package/dist/common/unionBy.d.ts +29 -0
  92. package/dist/common/unionBy.d.ts.map +1 -0
  93. package/dist/common/unionBy.js +16 -0
  94. package/dist/common/unionBy.js.map +1 -0
  95. package/dist/common/validate.d.ts +16 -0
  96. package/dist/common/validate.d.ts.map +1 -0
  97. package/dist/common/validate.js +57 -0
  98. package/dist/common/validate.js.map +1 -0
  99. package/dist/configuration.d.ts +102 -0
  100. package/dist/configuration.d.ts.map +1 -0
  101. package/dist/configuration.js +30 -0
  102. package/dist/configuration.js.map +1 -0
  103. package/dist/configurationOverrides.d.ts +13 -0
  104. package/dist/configurationOverrides.d.ts.map +1 -0
  105. package/dist/configurationOverrides.js +38 -0
  106. package/dist/configurationOverrides.js.map +1 -0
  107. package/dist/dependency-injection/Container.d.ts +177 -0
  108. package/dist/dependency-injection/Container.d.ts.map +1 -0
  109. package/dist/dependency-injection/Container.js +72 -0
  110. package/dist/dependency-injection/Container.js.map +1 -0
  111. package/dist/dependency-injection/Injectable.d.ts +96 -0
  112. package/dist/dependency-injection/Injectable.d.ts.map +1 -0
  113. package/dist/dependency-injection/Injectable.js.map +1 -0
  114. package/dist/dependency-injection/PartialContainer.d.ts +86 -0
  115. package/dist/dependency-injection/PartialContainer.d.ts.map +1 -0
  116. package/dist/dependency-injection/PartialContainer.js +28 -0
  117. package/dist/dependency-injection/PartialContainer.js.map +1 -0
  118. package/dist/dependency-injection/RootServices.d.ts +74 -0
  119. package/dist/dependency-injection/RootServices.d.ts.map +1 -0
  120. package/dist/dependency-injection/RootServices.js +2 -0
  121. package/dist/dependency-injection/RootServices.js.map +1 -0
  122. package/dist/dependency-injection/types.d.ts +57 -0
  123. package/dist/dependency-injection/types.d.ts.map +1 -0
  124. package/dist/dependency-injection/types.js.map +1 -0
  125. package/dist/environment.d.ts +5 -0
  126. package/dist/environment.d.ts.map +1 -0
  127. package/dist/environment.js +2 -0
  128. package/dist/environment.js.map +1 -0
  129. package/dist/events/TypedCustomEvent.d.ts +11 -0
  130. package/dist/events/TypedCustomEvent.d.ts.map +1 -0
  131. package/dist/events/TypedCustomEvent.js +6 -0
  132. package/dist/events/TypedCustomEvent.js.map +1 -0
  133. package/dist/events/TypedEventTarget.d.ts +26 -0
  134. package/dist/events/TypedEventTarget.d.ts.map +1 -0
  135. package/dist/events/TypedEventTarget.js +42 -0
  136. package/dist/events/TypedEventTarget.js.map +1 -0
  137. package/dist/events/scan.d.ts +18 -0
  138. package/dist/events/scan.d.ts.map +1 -0
  139. package/dist/events/scan.js +29 -0
  140. package/dist/events/scan.js.map +1 -0
  141. package/dist/extensions/RemoteApiServices.d.ts +88 -0
  142. package/dist/extensions/RemoteApiServices.d.ts.map +1 -0
  143. package/dist/extensions/RemoteApiServices.js +159 -0
  144. package/dist/extensions/RemoteApiServices.js.map +1 -0
  145. package/dist/extensions/UriHandlers.d.ts +48 -0
  146. package/dist/extensions/UriHandlers.d.ts.map +1 -0
  147. package/dist/extensions/UriHandlers.js +34 -0
  148. package/dist/extensions/UriHandlers.js.map +1 -0
  149. package/dist/extensions/extensionRequestContext.d.ts +5 -0
  150. package/dist/extensions/extensionRequestContext.d.ts.map +1 -0
  151. package/dist/extensions/extensionRequestContext.js +11 -0
  152. package/dist/extensions/extensionRequestContext.js.map +1 -0
  153. package/dist/extensions/uriHandlersRegister.d.ts +22 -0
  154. package/dist/extensions/uriHandlersRegister.d.ts.map +1 -0
  155. package/dist/extensions/uriHandlersRegister.js +61 -0
  156. package/dist/extensions/uriHandlersRegister.js.map +1 -0
  157. package/dist/generated-proto/blizzard/cameraKitEvents.d.ts +9528 -0
  158. package/dist/generated-proto/blizzard/cameraKitEvents.d.ts.map +1 -0
  159. package/dist/generated-proto/pb_schema/camera_kit/v3/business_events.d.ts +80 -0
  160. package/dist/generated-proto/pb_schema/camera_kit/v3/business_events.d.ts.map +1 -0
  161. package/dist/generated-proto/pb_schema/camera_kit/v3/export.d.ts +529 -0
  162. package/dist/generated-proto/pb_schema/camera_kit/v3/export.d.ts.map +1 -0
  163. package/dist/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.d.ts +35 -0
  164. package/dist/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.d.ts.map +1 -0
  165. package/dist/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js +42 -0
  166. package/dist/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js.map +1 -0
  167. package/dist/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.d.ts +30 -0
  168. package/dist/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.d.ts.map +1 -0
  169. package/dist/generated-proto/pb_schema/camera_kit/v3/legal_prompt.d.ts +86 -0
  170. package/dist/generated-proto/pb_schema/camera_kit/v3/legal_prompt.d.ts.map +1 -0
  171. package/dist/generated-proto/pb_schema/camera_kit/v3/lens.d.ts +385 -0
  172. package/dist/generated-proto/pb_schema/camera_kit/v3/lens.d.ts.map +1 -0
  173. package/dist/generated-proto/pb_schema/camera_kit/v3/operational_metrics.d.ts +179 -0
  174. package/dist/generated-proto/pb_schema/camera_kit/v3/operational_metrics.d.ts.map +1 -0
  175. package/dist/generated-proto/pb_schema/camera_kit/v3/ranking.d.ts +57 -0
  176. package/dist/generated-proto/pb_schema/camera_kit/v3/ranking.d.ts.map +1 -0
  177. package/dist/generated-proto/pb_schema/camera_kit/v3/service.d.ts +2512 -0
  178. package/dist/generated-proto/pb_schema/camera_kit/v3/service.d.ts.map +1 -0
  179. package/dist/generated-proto/pb_schema/cdp/cof/benchmark.d.ts +79 -0
  180. package/dist/generated-proto/pb_schema/cdp/cof/benchmark.d.ts.map +1 -0
  181. package/dist/generated-proto/pb_schema/cdp/cof/benchmark_name.d.ts +51 -0
  182. package/dist/generated-proto/pb_schema/cdp/cof/benchmark_name.d.ts.map +1 -0
  183. package/dist/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +25575 -0
  184. package/dist/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts.map +1 -0
  185. package/dist/generated-proto/pb_schema/cdp/cof/config_request.d.ts +280 -0
  186. package/dist/generated-proto/pb_schema/cdp/cof/config_request.d.ts.map +1 -0
  187. package/dist/generated-proto/pb_schema/cdp/cof/config_response.d.ts +3726 -0
  188. package/dist/generated-proto/pb_schema/cdp/cof/config_response.d.ts.map +1 -0
  189. package/dist/generated-proto/pb_schema/cdp/cof/config_result.d.ts +10224 -0
  190. package/dist/generated-proto/pb_schema/cdp/cof/config_result.d.ts.map +1 -0
  191. package/dist/generated-proto/pb_schema/cdp/cof/debug_info.d.ts +94 -0
  192. package/dist/generated-proto/pb_schema/cdp/cof/debug_info.d.ts.map +1 -0
  193. package/dist/generated-proto/pb_schema/cdp/cof/namespace.d.ts +9 -0
  194. package/dist/generated-proto/pb_schema/cdp/cof/namespace.d.ts.map +1 -0
  195. package/dist/generated-proto/pb_schema/common/ruid.d.ts +52 -0
  196. package/dist/generated-proto/pb_schema/common/ruid.d.ts.map +1 -0
  197. package/dist/generated-proto/pb_schema/common/value.d.ts +145 -0
  198. package/dist/generated-proto/pb_schema/common/value.d.ts.map +1 -0
  199. package/dist/generated-proto/pb_schema/google/api/annotations.d.ts +2 -0
  200. package/dist/generated-proto/pb_schema/google/api/annotations.d.ts.map +1 -0
  201. package/dist/generated-proto/pb_schema/google/api/annotations.js +8 -0
  202. package/dist/generated-proto/pb_schema/google/api/annotations.js.map +1 -0
  203. package/dist/generated-proto/pb_schema/google/api/http.d.ts +3631 -0
  204. package/dist/generated-proto/pb_schema/google/api/http.d.ts.map +1 -0
  205. package/dist/generated-proto/pb_schema/google/api/http.js +193 -0
  206. package/dist/generated-proto/pb_schema/google/api/http.js.map +1 -0
  207. package/dist/generated-proto/pb_schema/google/protobuf/any.d.ts +33 -0
  208. package/dist/generated-proto/pb_schema/google/protobuf/any.d.ts.map +1 -0
  209. package/dist/generated-proto/pb_schema/google/protobuf/descriptor.d.ts +50897 -0
  210. package/dist/generated-proto/pb_schema/google/protobuf/descriptor.d.ts.map +1 -0
  211. package/dist/generated-proto/pb_schema/google/protobuf/descriptor.js +1818 -0
  212. package/dist/generated-proto/pb_schema/google/protobuf/descriptor.js.map +1 -0
  213. package/dist/generated-proto/pb_schema/google/protobuf/timestamp.d.ts +33 -0
  214. package/dist/generated-proto/pb_schema/google/protobuf/timestamp.d.ts.map +1 -0
  215. package/dist/generated-proto/pb_schema/google/protobuf/wrappers.d.ts +120 -0
  216. package/dist/generated-proto/pb_schema/google/protobuf/wrappers.d.ts.map +1 -0
  217. package/dist/generated-proto/pb_schema/lenses/geocircle.d.ts +43 -0
  218. package/dist/generated-proto/pb_schema/lenses/geocircle.d.ts.map +1 -0
  219. package/dist/generated-proto/pb_schema/lenses/geopoint.d.ts +33 -0
  220. package/dist/generated-proto/pb_schema/lenses/geopoint.d.ts.map +1 -0
  221. package/dist/generated-proto/pb_schema/lenses/launch_params.d.ts +30 -0
  222. package/dist/generated-proto/pb_schema/lenses/launch_params.d.ts.map +1 -0
  223. package/dist/generated-proto/pb_schema/lenses/launchdata.d.ts +397 -0
  224. package/dist/generated-proto/pb_schema/lenses/launchdata.d.ts.map +1 -0
  225. package/dist/generated-proto/pb_schema/lenses/lures.d.ts +112 -0
  226. package/dist/generated-proto/pb_schema/lenses/lures.d.ts.map +1 -0
  227. package/dist/generated-proto/pb_schema/lenses/persistent_store.d.ts +30 -0
  228. package/dist/generated-proto/pb_schema/lenses/persistent_store.d.ts.map +1 -0
  229. package/dist/generated-proto/pb_schema/lenses/remote_api/remote_api_service.d.ts +570 -0
  230. package/dist/generated-proto/pb_schema/lenses/remote_api/remote_api_service.d.ts.map +1 -0
  231. package/dist/generated-proto/pb_schema/lenses/snappable.d.ts +903 -0
  232. package/dist/generated-proto/pb_schema/lenses/snappable.d.ts.map +1 -0
  233. package/dist/generated-proto/pb_schema/lenses/user_data.d.ts +230 -0
  234. package/dist/generated-proto/pb_schema/lenses/user_data.d.ts.map +1 -0
  235. package/dist/handlers/HandlerChainBuilder.d.ts +111 -0
  236. package/dist/handlers/HandlerChainBuilder.d.ts.map +1 -0
  237. package/dist/handlers/HandlerChainBuilder.js +55 -0
  238. package/dist/handlers/HandlerChainBuilder.js.map +1 -0
  239. package/dist/handlers/arrayBufferParsingHandler.d.ts +11 -0
  240. package/dist/handlers/arrayBufferParsingHandler.d.ts.map +1 -0
  241. package/dist/handlers/arrayBufferParsingHandler.js +13 -0
  242. package/dist/handlers/arrayBufferParsingHandler.js.map +1 -0
  243. package/dist/handlers/batchingHandler.d.ts +32 -0
  244. package/dist/handlers/batchingHandler.d.ts.map +1 -0
  245. package/dist/handlers/batchingHandler.js +45 -0
  246. package/dist/handlers/batchingHandler.js.map +1 -0
  247. package/dist/handlers/cameraKitServiceFetchHandlerFactory.d.ts +13 -0
  248. package/dist/handlers/cameraKitServiceFetchHandlerFactory.d.ts.map +1 -0
  249. package/dist/handlers/cameraKitServiceFetchHandlerFactory.js +14 -0
  250. package/dist/handlers/cameraKitServiceFetchHandlerFactory.js.map +1 -0
  251. package/dist/handlers/customLensCoreHandler.d.ts +8 -0
  252. package/dist/handlers/customLensCoreHandler.d.ts.map +1 -0
  253. package/dist/handlers/customLensCoreHandler.js +12 -0
  254. package/dist/handlers/customLensCoreHandler.js.map +1 -0
  255. package/dist/handlers/defaultFetchHandler.d.ts +16 -0
  256. package/dist/handlers/defaultFetchHandler.d.ts.map +1 -0
  257. package/dist/handlers/defaultFetchHandler.js +23 -0
  258. package/dist/handlers/defaultFetchHandler.js.map +1 -0
  259. package/dist/handlers/headersModifyingFetchHandler.d.ts +9 -0
  260. package/dist/handlers/headersModifyingFetchHandler.d.ts.map +1 -0
  261. package/dist/handlers/headersModifyingFetchHandler.js +10 -0
  262. package/dist/handlers/headersModifyingFetchHandler.js.map +1 -0
  263. package/dist/handlers/mappingHandler.d.ts +20 -0
  264. package/dist/handlers/mappingHandler.d.ts.map +1 -0
  265. package/dist/handlers/mappingHandler.js +44 -0
  266. package/dist/handlers/mappingHandler.js.map +1 -0
  267. package/dist/handlers/noCorsRetryingFetchHandler.d.ts +49 -0
  268. package/dist/handlers/noCorsRetryingFetchHandler.d.ts.map +1 -0
  269. package/dist/handlers/noCorsRetryingFetchHandler.js +33 -0
  270. package/dist/handlers/noCorsRetryingFetchHandler.js.map +1 -0
  271. package/dist/handlers/persistingHandler.d.ts +15 -0
  272. package/dist/handlers/persistingHandler.d.ts.map +1 -0
  273. package/dist/handlers/persistingHandler.js +43 -0
  274. package/dist/handlers/persistingHandler.js.map +1 -0
  275. package/dist/handlers/rateLimitingHandler.d.ts +25 -0
  276. package/dist/handlers/rateLimitingHandler.d.ts.map +1 -0
  277. package/dist/handlers/rateLimitingHandler.js +21 -0
  278. package/dist/handlers/rateLimitingHandler.js.map +1 -0
  279. package/dist/handlers/requestStateEmittingHandler.d.ts +42 -0
  280. package/dist/handlers/requestStateEmittingHandler.d.ts.map +1 -0
  281. package/dist/handlers/requestStateEmittingHandler.js +42 -0
  282. package/dist/handlers/requestStateEmittingHandler.js.map +1 -0
  283. package/dist/handlers/responseCachingHandler.d.ts +35 -0
  284. package/dist/handlers/responseCachingHandler.d.ts.map +1 -0
  285. package/dist/handlers/responseCachingHandler.js +83 -0
  286. package/dist/handlers/responseCachingHandler.js.map +1 -0
  287. package/dist/handlers/retryingHandler.d.ts +49 -0
  288. package/dist/handlers/retryingHandler.d.ts.map +1 -0
  289. package/dist/handlers/retryingHandler.js +62 -0
  290. package/dist/handlers/retryingHandler.js.map +1 -0
  291. package/dist/handlers/timeoutHandler.d.ts +19 -0
  292. package/dist/handlers/timeoutHandler.d.ts.map +1 -0
  293. package/dist/handlers/timeoutHandler.js +20 -0
  294. package/dist/handlers/timeoutHandler.js.map +1 -0
  295. package/dist/handlers/utils.d.ts +13 -0
  296. package/dist/handlers/utils.d.ts.map +1 -0
  297. package/dist/handlers/utils.js +7 -0
  298. package/dist/handlers/utils.js.map +1 -0
  299. package/dist/index.d.ts +43 -0
  300. package/dist/index.d.ts.map +1 -0
  301. package/dist/index.js +35 -0
  302. package/dist/index.js.map +1 -0
  303. package/dist/legal/legalPrompt.d.ts +21 -0
  304. package/dist/legal/legalPrompt.d.ts.map +1 -0
  305. package/dist/legal/legalPrompt.js +130 -0
  306. package/dist/legal/legalPrompt.js.map +1 -0
  307. package/dist/legal/legalState.d.ts +51 -0
  308. package/dist/legal/legalState.d.ts.map +1 -0
  309. package/dist/legal/legalState.js +100 -0
  310. package/dist/legal/legalState.js.map +1 -0
  311. package/dist/lens/Lens.d.ts +117 -0
  312. package/dist/lens/Lens.d.ts.map +1 -0
  313. package/dist/lens/Lens.js +74 -0
  314. package/dist/lens/Lens.js.map +1 -0
  315. package/dist/lens/LensLaunchData.d.ts +45 -0
  316. package/dist/lens/LensLaunchData.d.ts.map +1 -0
  317. package/dist/lens/LensLaunchData.js +83 -0
  318. package/dist/lens/LensLaunchData.js.map +1 -0
  319. package/dist/lens/LensPersistenceStore.d.ts +8 -0
  320. package/dist/lens/LensPersistenceStore.d.ts.map +1 -0
  321. package/dist/lens/LensPersistenceStore.js.map +1 -0
  322. package/dist/lens/LensRepository.d.ts +133 -0
  323. package/dist/lens/LensRepository.d.ts.map +1 -0
  324. package/dist/lens/LensRepository.js +147 -0
  325. package/dist/lens/LensRepository.js.map +1 -0
  326. package/dist/lens/LensSource.d.ts +44 -0
  327. package/dist/lens/LensSource.d.ts.map +1 -0
  328. package/dist/lens/LensSource.js +18 -0
  329. package/dist/lens/LensSource.js.map +1 -0
  330. package/dist/lens/assets/LensAssetRepository.d.ts +101 -0
  331. package/dist/lens/assets/LensAssetRepository.d.ts.map +1 -0
  332. package/dist/lens/assets/LensAssetRepository.js +139 -0
  333. package/dist/lens/assets/LensAssetRepository.js.map +1 -0
  334. package/dist/lens/assets/LensAssetsProvider.d.ts +28 -0
  335. package/dist/lens/assets/LensAssetsProvider.d.ts.map +1 -0
  336. package/dist/lens/assets/LensAssetsProvider.js +52 -0
  337. package/dist/lens/assets/LensAssetsProvider.js.map +1 -0
  338. package/dist/lens/assets/deviceDependentAssetLoader.d.ts +12 -0
  339. package/dist/lens/assets/deviceDependentAssetLoader.d.ts.map +1 -0
  340. package/dist/lens/assets/deviceDependentAssetLoader.js +49 -0
  341. package/dist/lens/assets/deviceDependentAssetLoader.js.map +1 -0
  342. package/dist/lens/assets/remoteMediaAssetLoaderFactory.d.ts +11 -0
  343. package/dist/lens/assets/remoteMediaAssetLoaderFactory.d.ts.map +1 -0
  344. package/dist/lens/assets/remoteMediaAssetLoaderFactory.js +18 -0
  345. package/dist/lens/assets/remoteMediaAssetLoaderFactory.js.map +1 -0
  346. package/dist/lens/assets/staticAssetLoader.d.ts +11 -0
  347. package/dist/lens/assets/staticAssetLoader.d.ts.map +1 -0
  348. package/dist/lens/assets/staticAssetLoader.js +21 -0
  349. package/dist/lens/assets/staticAssetLoader.js.map +1 -0
  350. package/dist/lens/cameraKitLensSource.d.ts +18 -0
  351. package/dist/lens/cameraKitLensSource.d.ts.map +1 -0
  352. package/dist/lens/cameraKitLensSource.js +93 -0
  353. package/dist/lens/cameraKitLensSource.js.map +1 -0
  354. package/dist/lens/fetchWatermarkLens.d.ts +12 -0
  355. package/dist/lens/fetchWatermarkLens.d.ts.map +1 -0
  356. package/dist/lens/fetchWatermarkLens.js +23 -0
  357. package/dist/lens/fetchWatermarkLens.js.map +1 -0
  358. package/dist/lens-client-interface/exif.d.ts +21 -0
  359. package/dist/lens-client-interface/exif.d.ts.map +1 -0
  360. package/dist/lens-client-interface/exif.js +51 -0
  361. package/dist/lens-client-interface/exif.js.map +1 -0
  362. package/dist/lens-client-interface/imagePicker.d.ts +9 -0
  363. package/dist/lens-client-interface/imagePicker.d.ts.map +1 -0
  364. package/dist/lens-client-interface/imagePicker.js +113 -0
  365. package/dist/lens-client-interface/imagePicker.js.map +1 -0
  366. package/dist/lens-client-interface/lensClientInterface.d.ts +14 -0
  367. package/dist/lens-client-interface/lensClientInterface.d.ts.map +1 -0
  368. package/dist/lens-client-interface/lensClientInterface.js +22 -0
  369. package/dist/lens-client-interface/lensClientInterface.js.map +1 -0
  370. package/dist/lens-core-module/generated-types.d.ts +474 -0
  371. package/dist/lens-core-module/generated-types.d.ts.map +1 -0
  372. package/dist/lens-core-module/generated-types.js.map +1 -0
  373. package/dist/lens-core-module/lensCore.d.ts +59 -0
  374. package/dist/lens-core-module/lensCore.d.ts.map +1 -0
  375. package/dist/lens-core-module/lensCore.js +95 -0
  376. package/dist/lens-core-module/lensCore.js.map +1 -0
  377. package/dist/lens-core-module/lensCoreError.d.ts +16 -0
  378. package/dist/lens-core-module/lensCoreError.d.ts.map +1 -0
  379. package/dist/lens-core-module/lensCoreError.js +35 -0
  380. package/dist/lens-core-module/lensCoreError.js.map +1 -0
  381. package/dist/lens-core-module/loader/bootstrapURLs.d.ts +13 -0
  382. package/dist/lens-core-module/loader/bootstrapURLs.d.ts.map +1 -0
  383. package/dist/lens-core-module/loader/bootstrapURLs.js +32 -0
  384. package/dist/lens-core-module/loader/bootstrapURLs.js.map +1 -0
  385. package/dist/lens-core-module/loader/lensCoreFactory.d.ts +18 -0
  386. package/dist/lens-core-module/loader/lensCoreFactory.d.ts.map +1 -0
  387. package/dist/lens-core-module/loader/lensCoreFactory.js +59 -0
  388. package/dist/lens-core-module/loader/lensCoreFactory.js.map +1 -0
  389. package/dist/lensCoreWasmVersions.d.ts +7 -0
  390. package/dist/lensCoreWasmVersions.d.ts.map +1 -0
  391. package/dist/lensCoreWasmVersions.js +6 -0
  392. package/dist/lensCoreWasmVersions.js.map +1 -0
  393. package/dist/logger/errorLoggingDecorator.d.ts +10 -0
  394. package/dist/logger/errorLoggingDecorator.d.ts.map +1 -0
  395. package/dist/logger/errorLoggingDecorator.js +19 -0
  396. package/dist/logger/errorLoggingDecorator.js.map +1 -0
  397. package/dist/logger/logEntries.d.ts +16 -0
  398. package/dist/logger/logEntries.d.ts.map +1 -0
  399. package/dist/logger/logEntries.js +4 -0
  400. package/dist/logger/logEntries.js.map +1 -0
  401. package/dist/logger/logger.d.ts +41 -0
  402. package/dist/logger/logger.d.ts.map +1 -0
  403. package/dist/logger/logger.js +27 -0
  404. package/dist/logger/logger.js.map +1 -0
  405. package/dist/logger/registerLogEntriesSubscriber.d.ts +15 -0
  406. package/dist/logger/registerLogEntriesSubscriber.d.ts.map +1 -0
  407. package/dist/logger/registerLogEntriesSubscriber.js +27 -0
  408. package/dist/logger/registerLogEntriesSubscriber.js.map +1 -0
  409. package/dist/media-sources/CameraKitSource.d.ts +130 -0
  410. package/dist/media-sources/CameraKitSource.d.ts.map +1 -0
  411. package/dist/media-sources/CameraKitSource.js +96 -0
  412. package/dist/media-sources/CameraKitSource.js.map +1 -0
  413. package/dist/media-sources/FunctionSource.d.ts +42 -0
  414. package/dist/media-sources/FunctionSource.d.ts.map +1 -0
  415. package/dist/media-sources/FunctionSource.js +105 -0
  416. package/dist/media-sources/FunctionSource.js.map +1 -0
  417. package/dist/media-sources/ImageSource.d.ts +13 -0
  418. package/dist/media-sources/ImageSource.d.ts.map +1 -0
  419. package/dist/media-sources/ImageSource.js +7 -0
  420. package/dist/media-sources/ImageSource.js.map +1 -0
  421. package/dist/media-sources/MediaStreamSource.d.ts +31 -0
  422. package/dist/media-sources/MediaStreamSource.d.ts.map +1 -0
  423. package/dist/media-sources/MediaStreamSource.js +140 -0
  424. package/dist/media-sources/MediaStreamSource.js.map +1 -0
  425. package/dist/media-sources/VideoSource.d.ts +27 -0
  426. package/dist/media-sources/VideoSource.d.ts.map +1 -0
  427. package/dist/media-sources/VideoSource.js +12 -0
  428. package/dist/media-sources/VideoSource.js.map +1 -0
  429. package/dist/metrics/businessEventsReporter.d.ts +40 -0
  430. package/dist/metrics/businessEventsReporter.d.ts.map +1 -0
  431. package/dist/metrics/businessEventsReporter.js +156 -0
  432. package/dist/metrics/businessEventsReporter.js.map +1 -0
  433. package/dist/metrics/metricsEventTarget.d.ts +42 -0
  434. package/dist/metrics/metricsEventTarget.d.ts.map +1 -0
  435. package/dist/metrics/metricsEventTarget.js +4 -0
  436. package/dist/metrics/metricsEventTarget.js.map +1 -0
  437. package/dist/metrics/operational/Count.d.ts +21 -0
  438. package/dist/metrics/operational/Count.d.ts.map +1 -0
  439. package/dist/metrics/operational/Count.js +31 -0
  440. package/dist/metrics/operational/Count.js.map +1 -0
  441. package/dist/metrics/operational/Histogram.d.ts +19 -0
  442. package/dist/metrics/operational/Histogram.d.ts.map +1 -0
  443. package/dist/metrics/operational/Histogram.js +26 -0
  444. package/dist/metrics/operational/Histogram.js.map +1 -0
  445. package/dist/metrics/operational/Metric.d.ts +21 -0
  446. package/dist/metrics/operational/Metric.d.ts.map +1 -0
  447. package/dist/metrics/operational/Metric.js +23 -0
  448. package/dist/metrics/operational/Metric.js.map +1 -0
  449. package/dist/metrics/operational/Timer.d.ts +96 -0
  450. package/dist/metrics/operational/Timer.d.ts.map +1 -0
  451. package/dist/metrics/operational/Timer.js +64 -0
  452. package/dist/metrics/operational/Timer.js.map +1 -0
  453. package/dist/metrics/reporters/reportBenchmarks.d.ts +11 -0
  454. package/dist/metrics/reporters/reportBenchmarks.d.ts.map +1 -0
  455. package/dist/metrics/reporters/reportBenchmarks.js +27 -0
  456. package/dist/metrics/reporters/reportBenchmarks.js.map +1 -0
  457. package/dist/metrics/reporters/reportGlobalException.d.ts +27 -0
  458. package/dist/metrics/reporters/reportGlobalException.d.ts.map +1 -0
  459. package/dist/metrics/reporters/reportGlobalException.js +82 -0
  460. package/dist/metrics/reporters/reportGlobalException.js.map +1 -0
  461. package/dist/metrics/reporters/reportHttpMetrics.d.ts +11 -0
  462. package/dist/metrics/reporters/reportHttpMetrics.d.ts.map +1 -0
  463. package/dist/metrics/reporters/reportHttpMetrics.js +107 -0
  464. package/dist/metrics/reporters/reportHttpMetrics.js.map +1 -0
  465. package/dist/metrics/reporters/reportLegalState.d.ts +16 -0
  466. package/dist/metrics/reporters/reportLegalState.d.ts.map +1 -0
  467. package/dist/metrics/reporters/reportLegalState.js +29 -0
  468. package/dist/metrics/reporters/reportLegalState.js.map +1 -0
  469. package/dist/metrics/reporters/reportLensAndAssetDownload.d.ts +39 -0
  470. package/dist/metrics/reporters/reportLensAndAssetDownload.d.ts.map +1 -0
  471. package/dist/metrics/reporters/reportLensAndAssetDownload.js +91 -0
  472. package/dist/metrics/reporters/reportLensAndAssetDownload.js.map +1 -0
  473. package/dist/metrics/reporters/reportLensValidationFailed.d.ts +21 -0
  474. package/dist/metrics/reporters/reportLensValidationFailed.d.ts.map +1 -0
  475. package/dist/metrics/reporters/reportLensValidationFailed.js +21 -0
  476. package/dist/metrics/reporters/reportLensValidationFailed.js.map +1 -0
  477. package/dist/metrics/reporters/reportLensView.d.ts +37 -0
  478. package/dist/metrics/reporters/reportLensView.d.ts.map +1 -0
  479. package/dist/metrics/reporters/reportLensView.js +102 -0
  480. package/dist/metrics/reporters/reportLensView.js.map +1 -0
  481. package/dist/metrics/reporters/reportLensWait.d.ts +33 -0
  482. package/dist/metrics/reporters/reportLensWait.d.ts.map +1 -0
  483. package/dist/metrics/reporters/reportLensWait.js +35 -0
  484. package/dist/metrics/reporters/reportLensWait.js.map +1 -0
  485. package/dist/metrics/reporters/reportPlatformCapabilities.d.ts +13 -0
  486. package/dist/metrics/reporters/reportPlatformCapabilities.d.ts.map +1 -0
  487. package/dist/metrics/reporters/reportPlatformCapabilities.js +13 -0
  488. package/dist/metrics/reporters/reportPlatformCapabilities.js.map +1 -0
  489. package/dist/metrics/reporters/reportSessionException.d.ts +18 -0
  490. package/dist/metrics/reporters/reportSessionException.d.ts.map +1 -0
  491. package/dist/metrics/reporters/reportSessionException.js +7 -0
  492. package/dist/metrics/reporters/reportSessionException.js.map +1 -0
  493. package/dist/metrics/reporters/reportUserSession.d.ts +15 -0
  494. package/dist/metrics/reporters/reportUserSession.d.ts.map +1 -0
  495. package/dist/metrics/reporters/reportUserSession.js +61 -0
  496. package/dist/metrics/reporters/reportUserSession.js.map +1 -0
  497. package/dist/metrics/reporters/reporters.d.ts +47 -0
  498. package/dist/metrics/reporters/reporters.d.ts.map +1 -0
  499. package/dist/metrics/reporters/reporters.js +24 -0
  500. package/dist/metrics/reporters/reporters.js.map +1 -0
  501. package/dist/namedErrors.d.ts +131 -0
  502. package/dist/namedErrors.d.ts.map +1 -0
  503. package/dist/namedErrors.js +29 -0
  504. package/dist/namedErrors.js.map +1 -0
  505. package/dist/observable-operators/debounceTimeAfter.d.ts +26 -0
  506. package/dist/observable-operators/debounceTimeAfter.d.ts.map +1 -0
  507. package/dist/observable-operators/debounceTimeAfter.js +22 -0
  508. package/dist/observable-operators/debounceTimeAfter.js.map +1 -0
  509. package/dist/observable-operators/unsubscribed.d.ts +13 -0
  510. package/dist/observable-operators/unsubscribed.d.ts.map +1 -0
  511. package/dist/observable-operators/unsubscribed.js +15 -0
  512. package/dist/observable-operators/unsubscribed.js.map +1 -0
  513. package/dist/persistence/ExpiringPersistence.d.ts +22 -0
  514. package/dist/persistence/ExpiringPersistence.d.ts.map +1 -0
  515. package/dist/persistence/ExpiringPersistence.js +64 -0
  516. package/dist/persistence/ExpiringPersistence.js.map +1 -0
  517. package/dist/persistence/IndexedDBPersistence.d.ts +48 -0
  518. package/dist/persistence/IndexedDBPersistence.d.ts.map +1 -0
  519. package/dist/persistence/IndexedDBPersistence.js +127 -0
  520. package/dist/persistence/IndexedDBPersistence.js.map +1 -0
  521. package/dist/persistence/Persistence.d.ts +26 -0
  522. package/dist/persistence/Persistence.d.ts.map +1 -0
  523. package/dist/persistence/Persistence.js +4 -0
  524. package/dist/persistence/Persistence.js.map +1 -0
  525. package/dist/platform/assertPlatformSupported.d.ts +5 -0
  526. package/dist/platform/assertPlatformSupported.d.ts.map +1 -0
  527. package/dist/platform/assertPlatformSupported.js +12 -0
  528. package/dist/platform/assertPlatformSupported.js.map +1 -0
  529. package/dist/platform/cameraKitUserAgent.d.ts +3 -0
  530. package/dist/platform/cameraKitUserAgent.d.ts.map +1 -0
  531. package/dist/platform/cameraKitUserAgent.js +13 -0
  532. package/dist/platform/cameraKitUserAgent.js.map +1 -0
  533. package/dist/platform/platformCapabilities.d.ts +58 -0
  534. package/dist/platform/platformCapabilities.d.ts.map +1 -0
  535. package/dist/platform/platformCapabilities.js +98 -0
  536. package/dist/platform/platformCapabilities.js.map +1 -0
  537. package/dist/platform/platformInfo.d.ts +44 -0
  538. package/dist/platform/platformInfo.d.ts.map +1 -0
  539. package/dist/platform/platformInfo.js +156 -0
  540. package/dist/platform/platformInfo.js.map +1 -0
  541. package/dist/remote-configuration/cofHandler.d.ts +30 -0
  542. package/dist/remote-configuration/cofHandler.d.ts.map +1 -0
  543. package/dist/remote-configuration/cofHandler.js +83 -0
  544. package/dist/remote-configuration/cofHandler.js.map +1 -0
  545. package/dist/remote-configuration/preloadConfiguration.d.ts +8 -0
  546. package/dist/remote-configuration/preloadConfiguration.d.ts.map +1 -0
  547. package/dist/remote-configuration/preloadConfiguration.js.map +1 -0
  548. package/dist/remote-configuration/remoteConfiguration.d.ts +36 -0
  549. package/dist/remote-configuration/remoteConfiguration.d.ts.map +1 -0
  550. package/dist/remote-configuration/remoteConfiguration.js +59 -0
  551. package/dist/remote-configuration/remoteConfiguration.js.map +1 -0
  552. package/dist/session/CameraKitSession.d.ts +257 -0
  553. package/dist/session/CameraKitSession.d.ts.map +1 -0
  554. package/dist/session/CameraKitSession.js +242 -0
  555. package/dist/session/CameraKitSession.js.map +1 -0
  556. package/dist/session/CameraKitSessionEvents.d.ts +29 -0
  557. package/dist/session/CameraKitSessionEvents.d.ts.map +1 -0
  558. package/dist/session/CameraKitSessionEvents.js +15 -0
  559. package/dist/session/CameraKitSessionEvents.js.map +1 -0
  560. package/dist/session/LensKeyboard.d.ts +90 -0
  561. package/dist/session/LensKeyboard.d.ts.map +1 -0
  562. package/dist/session/LensKeyboard.js +89 -0
  563. package/dist/session/LensKeyboard.js.map +1 -0
  564. package/dist/session/LensPerformanceMeasurement.d.ts +58 -0
  565. package/dist/session/LensPerformanceMeasurement.d.ts.map +1 -0
  566. package/dist/session/LensPerformanceMeasurement.js +63 -0
  567. package/dist/session/LensPerformanceMeasurement.js.map +1 -0
  568. package/dist/session/LensPerformanceMetrics.d.ts +32 -0
  569. package/dist/session/LensPerformanceMetrics.d.ts.map +1 -0
  570. package/dist/session/LensPerformanceMetrics.js +39 -0
  571. package/dist/session/LensPerformanceMetrics.js.map +1 -0
  572. package/dist/session/lensState.d.ts +32 -0
  573. package/dist/session/lensState.d.ts.map +1 -0
  574. package/dist/session/lensState.js +194 -0
  575. package/dist/session/lensState.js.map +1 -0
  576. package/dist/session/sessionState.d.ts +11 -0
  577. package/dist/session/sessionState.d.ts.map +1 -0
  578. package/dist/session/sessionState.js.map +1 -0
  579. package/dist/transforms/Transform2D.d.ts +27 -0
  580. package/dist/transforms/Transform2D.d.ts.map +1 -0
  581. package/dist/transforms/Transform2D.js +13 -0
  582. package/dist/transforms/Transform2D.js.map +1 -0
  583. package/dist/utils.d.ts +4 -0
  584. package/dist/utils.d.ts.map +1 -0
  585. package/docs/html/assets/navigation.js +1 -1
  586. package/docs/html/assets/search.js +1 -1
  587. package/docs/html/classes/CameraKit.html +2 -2
  588. package/docs/html/classes/CameraKitSession.html +2 -2
  589. package/docs/html/classes/CameraKitSource.html +2 -2
  590. package/docs/html/classes/LensPerformanceMeasurement.html +2 -2
  591. package/docs/html/classes/LensPerformanceMetrics.html +2 -2
  592. package/docs/html/classes/LensRepository.html +3 -3
  593. package/docs/html/classes/Transform2D.html +2 -2
  594. package/docs/html/classes/TypedCustomEvent.html +2 -2
  595. package/docs/html/classes/TypedEventTarget.html +2 -2
  596. package/docs/html/enums/Lens_CameraFacing.html +2 -2
  597. package/docs/html/functions/ConcatInjectable.html +2 -2
  598. package/docs/html/functions/Injectable.html +2 -2
  599. package/docs/html/functions/bootstrapCameraKit.html +2 -2
  600. package/docs/html/functions/createExtension.html +2 -2
  601. package/docs/html/functions/createImageSource.html +2 -2
  602. package/docs/html/functions/createMediaStreamSource.html +2 -2
  603. package/docs/html/functions/createVideoSource.html +2 -2
  604. package/docs/html/functions/estimateLensPerformance.html +2 -2
  605. package/docs/html/functions/lensSourcesFactory.html +2 -2
  606. package/docs/html/functions/remoteApiServicesFactory.html +2 -2
  607. package/docs/html/hierarchy.html +1 -1
  608. package/docs/html/index.html +3 -3
  609. package/docs/html/interfaces/BitmojiUserInfo.html +3 -0
  610. package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +2 -2
  611. package/docs/html/interfaces/CameraKitDeviceOptions.html +2 -2
  612. package/docs/html/interfaces/CameraKitSourceInfo.html +2 -2
  613. package/docs/html/interfaces/CameraKitSourceSubscriber.html +2 -2
  614. package/docs/html/interfaces/ComputedFrameMetrics.html +2 -2
  615. package/docs/html/interfaces/CreateSessionOptions.html +2 -2
  616. package/docs/html/interfaces/EstimatedLensPerformance.html +2 -2
  617. package/docs/html/interfaces/FriendUserInfo.html +4 -0
  618. package/docs/html/interfaces/FunctionSourceOptions.html +2 -2
  619. package/docs/html/interfaces/Lens.html +2 -2
  620. package/docs/html/interfaces/LensCreator.html +2 -2
  621. package/docs/html/interfaces/LensLaunchData.html +3 -3
  622. package/docs/html/interfaces/LensSource.html +2 -2
  623. package/docs/html/interfaces/LensUserData.html +10 -0
  624. package/docs/html/interfaces/LoadAssetRequest.html +2 -2
  625. package/docs/html/interfaces/MediaStreamSourceOptions.html +2 -2
  626. package/docs/html/interfaces/Preview.html +2 -2
  627. package/docs/html/interfaces/RemoteApiRequest.html +2 -2
  628. package/docs/html/interfaces/RemoteApiResponse.html +4 -4
  629. package/docs/html/interfaces/RemoteApiService.html +3 -3
  630. package/docs/html/interfaces/Snapcode.html +2 -2
  631. package/docs/html/interfaces/UriCancelRequest.html +2 -2
  632. package/docs/html/interfaces/UriRequest.html +2 -2
  633. package/docs/html/interfaces/UriResponse.html +2 -2
  634. package/docs/html/interfaces/VideoSourceOptions.html +2 -2
  635. package/docs/html/modules.html +7 -3
  636. package/docs/html/types/ArgumentValidationError.html +2 -0
  637. package/docs/html/types/AssetLoader.html +2 -2
  638. package/docs/html/types/AssetResponse.html +1 -1
  639. package/docs/html/types/AssetTiming.html +2 -2
  640. package/docs/html/types/BenchmarkError.html +1 -1
  641. package/docs/html/types/BootstrapError.html +2 -2
  642. package/docs/html/types/CacheKeyNotFoundError.html +1 -1
  643. package/docs/html/types/CameraKitSessionEventListener.html +2 -2
  644. package/docs/html/types/CameraKitSessionEvents.html +2 -2
  645. package/docs/html/types/CameraKitSourceError.html +1 -1
  646. package/docs/html/types/ConfigurationError.html +2 -2
  647. package/docs/html/types/FetchHandler.html +1 -1
  648. package/docs/html/types/Keyboard.html +2 -2
  649. package/docs/html/types/KeyboardEvents.html +2 -2
  650. package/docs/html/types/LegalError.html +1 -1
  651. package/docs/html/types/LensAbortError.html +2 -2
  652. package/docs/html/types/LensAssetError.html +2 -2
  653. package/docs/html/types/LensContentValidationError.html +1 -1
  654. package/docs/html/types/LensError.html +1 -1
  655. package/docs/html/types/LensExecutionError.html +2 -2
  656. package/docs/html/types/LensImagePickerError.html +2 -2
  657. package/docs/html/types/LensLaunchParams.html +2 -2
  658. package/docs/html/types/LensMetricsEvents.html +2 -2
  659. package/docs/html/types/LensPerformanceCluster.html +1 -1
  660. package/docs/html/types/LensView.html +2 -2
  661. package/docs/html/types/LensWait.html +2 -2
  662. package/docs/html/types/Matrix.html +2 -2
  663. package/docs/html/types/PersistentStoreError.html +2 -2
  664. package/docs/html/types/PlatformNotSupportedError.html +2 -2
  665. package/docs/html/types/PublicContainer.html +2 -2
  666. package/docs/html/types/PublicServices.html +2 -2
  667. package/docs/html/types/RemoteApiCancelRequestHandler.html +2 -2
  668. package/docs/html/types/RemoteApiRequestHandler.html +2 -2
  669. package/docs/html/types/RemoteApiServices.html +1 -1
  670. package/docs/html/types/RemoteApiStatus.html +2 -2
  671. package/docs/html/types/RenderTarget.html +2 -2
  672. package/docs/html/types/Uri.html +1 -1
  673. package/docs/html/types/WebGLError.html +1 -1
  674. package/docs/html/types/Zodiac.html +1 -0
  675. package/docs/html/variables/extensionRequestContext.html +2 -2
  676. package/docs/md/README.md +1 -1
  677. package/docs/md/classes/CameraKit.md +1 -1
  678. package/docs/md/classes/CameraKitSession.md +1 -1
  679. package/docs/md/classes/CameraKitSource.md +1 -1
  680. package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
  681. package/docs/md/classes/LensPerformanceMetrics.md +1 -1
  682. package/docs/md/classes/LensRepository.md +2 -2
  683. package/docs/md/classes/Transform2D.md +1 -1
  684. package/docs/md/classes/TypedCustomEvent.md +1 -1
  685. package/docs/md/classes/TypedEventTarget.md +1 -1
  686. package/docs/md/enums/Lens_CameraFacing.md +1 -1
  687. package/docs/md/interfaces/BitmojiUserInfo.md +22 -0
  688. package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +1 -1
  689. package/docs/md/interfaces/CameraKitDeviceOptions.md +1 -1
  690. package/docs/md/interfaces/CameraKitSourceInfo.md +1 -1
  691. package/docs/md/interfaces/CameraKitSourceSubscriber.md +1 -1
  692. package/docs/md/interfaces/ComputedFrameMetrics.md +1 -1
  693. package/docs/md/interfaces/CreateSessionOptions.md +1 -1
  694. package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
  695. package/docs/md/interfaces/FriendUserInfo.md +29 -0
  696. package/docs/md/interfaces/FunctionSourceOptions.md +1 -1
  697. package/docs/md/interfaces/Lens.md +1 -1
  698. package/docs/md/interfaces/LensCreator.md +1 -1
  699. package/docs/md/interfaces/LensLaunchData.md +2 -21
  700. package/docs/md/interfaces/LensSource.md +1 -1
  701. package/docs/md/interfaces/LensUserData.md +71 -0
  702. package/docs/md/interfaces/LoadAssetRequest.md +1 -1
  703. package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
  704. package/docs/md/interfaces/Preview.md +1 -1
  705. package/docs/md/interfaces/RemoteApiRequest.md +1 -1
  706. package/docs/md/interfaces/RemoteApiResponse.md +2 -2
  707. package/docs/md/interfaces/RemoteApiService.md +2 -2
  708. package/docs/md/interfaces/Snapcode.md +1 -1
  709. package/docs/md/interfaces/UriCancelRequest.md +1 -1
  710. package/docs/md/interfaces/UriRequest.md +1 -1
  711. package/docs/md/interfaces/UriResponse.md +1 -1
  712. package/docs/md/interfaces/VideoSourceOptions.md +1 -1
  713. package/docs/md/modules.md +23 -5
  714. package/package.json +14 -12
  715. package/docs/html/enums/UserData_Zodiac.html +0 -15
  716. package/docs/md/enums/UserData_Zodiac.md +0 -106
  717. package/lib/CameraKit.d.ts +0 -333
  718. package/lib/CameraKit.js +0 -176
  719. package/lib/CameraKit.js.map +0 -1
  720. package/lib/__tests__/data.d.ts +0 -14
  721. package/lib/__tests__/data.js +0 -69
  722. package/lib/__tests__/data.js.map +0 -1
  723. package/lib/__tests__/deferred.d.ts +0 -16
  724. package/lib/__tests__/deferred.js +0 -29
  725. package/lib/__tests__/deferred.js.map +0 -1
  726. package/lib/__tests__/jest.matchers.d.ts +0 -17
  727. package/lib/__tests__/jest.matchers.js +0 -67
  728. package/lib/__tests__/jest.matchers.js.map +0 -1
  729. package/lib/benchmark/benchmarkGflops.d.ts +0 -16
  730. package/lib/benchmark/benchmarkGflops.js +0 -129
  731. package/lib/benchmark/benchmarkGflops.js.map +0 -1
  732. package/lib/benchmark/estimateLensPerformanceCluster.d.ts +0 -33
  733. package/lib/benchmark/estimateLensPerformanceCluster.js +0 -48
  734. package/lib/benchmark/estimateLensPerformanceCluster.js.map +0 -1
  735. package/lib/benchmark/webglUtils.d.ts +0 -7
  736. package/lib/bootstrapCameraKit.d.ts +0 -96
  737. package/lib/bootstrapCameraKit.js +0 -222
  738. package/lib/bootstrapCameraKit.js.map +0 -1
  739. package/lib/clients/createTsProtoClient.d.ts +0 -40
  740. package/lib/clients/createTsProtoClient.js +0 -52
  741. package/lib/clients/createTsProtoClient.js.map +0 -1
  742. package/lib/clients/grpcHandler.d.ts +0 -26
  743. package/lib/clients/grpcHandler.js +0 -90
  744. package/lib/clients/grpcHandler.js.map +0 -1
  745. package/lib/clients/lensesClient.d.ts +0 -9
  746. package/lib/clients/lensesClient.js.map +0 -1
  747. package/lib/clients/metricsClient.d.ts +0 -26
  748. package/lib/clients/metricsClient.js +0 -120
  749. package/lib/clients/metricsClient.js.map +0 -1
  750. package/lib/common/__mocks__/loadScript.d.ts +0 -1
  751. package/lib/common/__mocks__/loadScript.js +0 -10
  752. package/lib/common/__mocks__/loadScript.js.map +0 -1
  753. package/lib/common/assertions.d.ts +0 -27
  754. package/lib/common/assertions.js +0 -39
  755. package/lib/common/assertions.js.map +0 -1
  756. package/lib/common/copyDefinedProperties.d.ts +0 -13
  757. package/lib/common/copyDefinedProperties.js +0 -16
  758. package/lib/common/copyDefinedProperties.js.map +0 -1
  759. package/lib/common/date.d.ts +0 -3
  760. package/lib/common/dialog.d.ts +0 -59
  761. package/lib/common/dialog.js +0 -160
  762. package/lib/common/dialog.js.map +0 -1
  763. package/lib/common/entries.d.ts +0 -4
  764. package/lib/common/entries.js +0 -5
  765. package/lib/common/entries.js.map +0 -1
  766. package/lib/common/errorHelpers.d.ts +0 -10
  767. package/lib/common/errorHelpers.js +0 -24
  768. package/lib/common/errorHelpers.js.map +0 -1
  769. package/lib/common/getFilename.d.ts +0 -1
  770. package/lib/common/hash.d.ts +0 -5
  771. package/lib/common/hash.js +0 -17
  772. package/lib/common/hash.js.map +0 -1
  773. package/lib/common/loadScript.d.ts +0 -6
  774. package/lib/common/loadScript.js +0 -18
  775. package/lib/common/loadScript.js.map +0 -1
  776. package/lib/common/localization.d.ts +0 -54
  777. package/lib/common/localization.js +0 -654
  778. package/lib/common/localization.js.map +0 -1
  779. package/lib/common/memoize.d.ts +0 -8
  780. package/lib/common/pageVisibility.d.ts +0 -34
  781. package/lib/common/pageVisibility.js +0 -71
  782. package/lib/common/pageVisibility.js.map +0 -1
  783. package/lib/common/result.d.ts +0 -36
  784. package/lib/common/result.js +0 -40
  785. package/lib/common/result.js.map +0 -1
  786. package/lib/common/time.d.ts +0 -2
  787. package/lib/common/typeguards.d.ts +0 -53
  788. package/lib/common/typeguards.js +0 -92
  789. package/lib/common/typeguards.js.map +0 -1
  790. package/lib/common/types.d.ts +0 -18
  791. package/lib/common/types.js.map +0 -1
  792. package/lib/common/unionBy.d.ts +0 -28
  793. package/lib/common/unionBy.js +0 -46
  794. package/lib/common/unionBy.js.map +0 -1
  795. package/lib/common/validate.d.ts +0 -14
  796. package/lib/common/validate.js +0 -112
  797. package/lib/common/validate.js.map +0 -1
  798. package/lib/configuration.d.ts +0 -101
  799. package/lib/configuration.js +0 -51
  800. package/lib/configuration.js.map +0 -1
  801. package/lib/configurationOverrides.d.ts +0 -12
  802. package/lib/configurationOverrides.js +0 -46
  803. package/lib/configurationOverrides.js.map +0 -1
  804. package/lib/dependency-injection/Container.d.ts +0 -176
  805. package/lib/dependency-injection/Container.js +0 -160
  806. package/lib/dependency-injection/Container.js.map +0 -1
  807. package/lib/dependency-injection/Injectable.d.ts +0 -95
  808. package/lib/dependency-injection/Injectable.js.map +0 -1
  809. package/lib/dependency-injection/PartialContainer.d.ts +0 -85
  810. package/lib/dependency-injection/PartialContainer.js +0 -85
  811. package/lib/dependency-injection/PartialContainer.js.map +0 -1
  812. package/lib/dependency-injection/RootServices.d.ts +0 -73
  813. package/lib/dependency-injection/RootServices.js +0 -2
  814. package/lib/dependency-injection/RootServices.js.map +0 -1
  815. package/lib/dependency-injection/types.d.ts +0 -56
  816. package/lib/dependency-injection/types.js.map +0 -1
  817. package/lib/environment.d.ts +0 -4
  818. package/lib/environment.js +0 -2
  819. package/lib/environment.js.map +0 -1
  820. package/lib/events/TypedCustomEvent.d.ts +0 -10
  821. package/lib/events/TypedCustomEvent.js +0 -11
  822. package/lib/events/TypedCustomEvent.js.map +0 -1
  823. package/lib/events/TypedEventTarget.d.ts +0 -25
  824. package/lib/events/TypedEventTarget.js +0 -57
  825. package/lib/events/TypedEventTarget.js.map +0 -1
  826. package/lib/events/scan.d.ts +0 -15
  827. package/lib/events/scan.js +0 -46
  828. package/lib/events/scan.js.map +0 -1
  829. package/lib/extensions/RemoteApiServices.d.ts +0 -101
  830. package/lib/extensions/RemoteApiServices.js +0 -203
  831. package/lib/extensions/RemoteApiServices.js.map +0 -1
  832. package/lib/extensions/UriHandlers.d.ts +0 -47
  833. package/lib/extensions/UriHandlers.js +0 -38
  834. package/lib/extensions/UriHandlers.js.map +0 -1
  835. package/lib/extensions/extensionRequestContext.d.ts +0 -4
  836. package/lib/extensions/extensionRequestContext.js +0 -14
  837. package/lib/extensions/extensionRequestContext.js.map +0 -1
  838. package/lib/extensions/uriHandlersRegister.d.ts +0 -21
  839. package/lib/extensions/uriHandlersRegister.js +0 -72
  840. package/lib/extensions/uriHandlersRegister.js.map +0 -1
  841. package/lib/generated-proto/blizzard/cameraKitEvents.d.ts +0 -9527
  842. package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.d.ts +0 -79
  843. package/lib/generated-proto/pb_schema/camera_kit/v3/export.d.ts +0 -528
  844. package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.d.ts +0 -34
  845. package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js +0 -43
  846. package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js.map +0 -1
  847. package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.d.ts +0 -29
  848. package/lib/generated-proto/pb_schema/camera_kit/v3/legal_prompt.d.ts +0 -85
  849. package/lib/generated-proto/pb_schema/camera_kit/v3/lens.d.ts +0 -384
  850. package/lib/generated-proto/pb_schema/camera_kit/v3/operational_metrics.d.ts +0 -178
  851. package/lib/generated-proto/pb_schema/camera_kit/v3/ranking.d.ts +0 -56
  852. package/lib/generated-proto/pb_schema/camera_kit/v3/service.d.ts +0 -2511
  853. package/lib/generated-proto/pb_schema/cdp/cof/benchmark.d.ts +0 -78
  854. package/lib/generated-proto/pb_schema/cdp/cof/benchmark_name.d.ts +0 -50
  855. package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +0 -25574
  856. package/lib/generated-proto/pb_schema/cdp/cof/config_request.d.ts +0 -279
  857. package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +0 -3725
  858. package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +0 -10223
  859. package/lib/generated-proto/pb_schema/cdp/cof/debug_info.d.ts +0 -93
  860. package/lib/generated-proto/pb_schema/cdp/cof/namespace.d.ts +0 -8
  861. package/lib/generated-proto/pb_schema/common/ruid.d.ts +0 -51
  862. package/lib/generated-proto/pb_schema/common/value.d.ts +0 -144
  863. package/lib/generated-proto/pb_schema/google/api/annotations.d.ts +0 -1
  864. package/lib/generated-proto/pb_schema/google/api/annotations.js +0 -9
  865. package/lib/generated-proto/pb_schema/google/api/annotations.js.map +0 -1
  866. package/lib/generated-proto/pb_schema/google/api/http.d.ts +0 -3630
  867. package/lib/generated-proto/pb_schema/google/api/http.js +0 -194
  868. package/lib/generated-proto/pb_schema/google/api/http.js.map +0 -1
  869. package/lib/generated-proto/pb_schema/google/protobuf/any.d.ts +0 -32
  870. package/lib/generated-proto/pb_schema/google/protobuf/descriptor.d.ts +0 -50896
  871. package/lib/generated-proto/pb_schema/google/protobuf/descriptor.js +0 -1857
  872. package/lib/generated-proto/pb_schema/google/protobuf/descriptor.js.map +0 -1
  873. package/lib/generated-proto/pb_schema/google/protobuf/timestamp.d.ts +0 -32
  874. package/lib/generated-proto/pb_schema/google/protobuf/wrappers.d.ts +0 -119
  875. package/lib/generated-proto/pb_schema/lenses/geocircle.d.ts +0 -42
  876. package/lib/generated-proto/pb_schema/lenses/geopoint.d.ts +0 -32
  877. package/lib/generated-proto/pb_schema/lenses/launch_params.d.ts +0 -29
  878. package/lib/generated-proto/pb_schema/lenses/launchdata.d.ts +0 -396
  879. package/lib/generated-proto/pb_schema/lenses/lures.d.ts +0 -111
  880. package/lib/generated-proto/pb_schema/lenses/persistent_store.d.ts +0 -29
  881. package/lib/generated-proto/pb_schema/lenses/remote_api/remote_api_service.d.ts +0 -569
  882. package/lib/generated-proto/pb_schema/lenses/snappable.d.ts +0 -902
  883. package/lib/generated-proto/pb_schema/lenses/user_data.d.ts +0 -229
  884. package/lib/handlers/HandlerChainBuilder.d.ts +0 -110
  885. package/lib/handlers/HandlerChainBuilder.js +0 -199
  886. package/lib/handlers/HandlerChainBuilder.js.map +0 -1
  887. package/lib/handlers/arrayBufferParsingHandler.d.ts +0 -10
  888. package/lib/handlers/arrayBufferParsingHandler.js +0 -18
  889. package/lib/handlers/arrayBufferParsingHandler.js.map +0 -1
  890. package/lib/handlers/batchingHandler.d.ts +0 -31
  891. package/lib/handlers/batchingHandler.js +0 -76
  892. package/lib/handlers/batchingHandler.js.map +0 -1
  893. package/lib/handlers/cameraKitServiceFetchHandlerFactory.d.ts +0 -12
  894. package/lib/handlers/cameraKitServiceFetchHandlerFactory.js +0 -19
  895. package/lib/handlers/cameraKitServiceFetchHandlerFactory.js.map +0 -1
  896. package/lib/handlers/debugHandler.d.ts +0 -8
  897. package/lib/handlers/debugHandler.js +0 -27
  898. package/lib/handlers/debugHandler.js.map +0 -1
  899. package/lib/handlers/defaultFetchHandler.d.ts +0 -15
  900. package/lib/handlers/defaultFetchHandler.js +0 -38
  901. package/lib/handlers/defaultFetchHandler.js.map +0 -1
  902. package/lib/handlers/headersModifyingFetchHandler.d.ts +0 -8
  903. package/lib/handlers/headersModifyingFetchHandler.js +0 -17
  904. package/lib/handlers/headersModifyingFetchHandler.js.map +0 -1
  905. package/lib/handlers/mappingHandler.d.ts +0 -19
  906. package/lib/handlers/mappingHandler.js +0 -67
  907. package/lib/handlers/mappingHandler.js.map +0 -1
  908. package/lib/handlers/noCorsRetryingFetchHandler.d.ts +0 -48
  909. package/lib/handlers/noCorsRetryingFetchHandler.js +0 -95
  910. package/lib/handlers/noCorsRetryingFetchHandler.js.map +0 -1
  911. package/lib/handlers/persistingHandler.d.ts +0 -14
  912. package/lib/handlers/persistingHandler.js +0 -71
  913. package/lib/handlers/persistingHandler.js.map +0 -1
  914. package/lib/handlers/rateLimitingHandler.d.ts +0 -24
  915. package/lib/handlers/rateLimitingHandler.js +0 -45
  916. package/lib/handlers/rateLimitingHandler.js.map +0 -1
  917. package/lib/handlers/requestStateEmittingHandler.d.ts +0 -41
  918. package/lib/handlers/requestStateEmittingHandler.js +0 -45
  919. package/lib/handlers/requestStateEmittingHandler.js.map +0 -1
  920. package/lib/handlers/responseCachingHandler.d.ts +0 -34
  921. package/lib/handlers/responseCachingHandler.js +0 -109
  922. package/lib/handlers/responseCachingHandler.js.map +0 -1
  923. package/lib/handlers/retryingHandler.d.ts +0 -48
  924. package/lib/handlers/retryingHandler.js +0 -86
  925. package/lib/handlers/retryingHandler.js.map +0 -1
  926. package/lib/handlers/timeoutHandler.d.ts +0 -18
  927. package/lib/handlers/timeoutHandler.js +0 -30
  928. package/lib/handlers/timeoutHandler.js.map +0 -1
  929. package/lib/handlers/utils.d.ts +0 -12
  930. package/lib/handlers/utils.js +0 -19
  931. package/lib/handlers/utils.js.map +0 -1
  932. package/lib/index.d.ts +0 -42
  933. package/lib/index.js +0 -36
  934. package/lib/index.js.map +0 -1
  935. package/lib/legal/legalPrompt.d.ts +0 -20
  936. package/lib/legal/legalPrompt.js +0 -135
  937. package/lib/legal/legalPrompt.js.map +0 -1
  938. package/lib/legal/legalState.d.ts +0 -50
  939. package/lib/legal/legalState.js +0 -163
  940. package/lib/legal/legalState.js.map +0 -1
  941. package/lib/lens/Lens.d.ts +0 -115
  942. package/lib/lens/Lens.js +0 -84
  943. package/lib/lens/Lens.js.map +0 -1
  944. package/lib/lens/LensLaunchData.d.ts +0 -40
  945. package/lib/lens/LensLaunchData.js +0 -37
  946. package/lib/lens/LensLaunchData.js.map +0 -1
  947. package/lib/lens/LensPersistenceStore.d.ts +0 -7
  948. package/lib/lens/LensPersistenceStore.js.map +0 -1
  949. package/lib/lens/LensRepository.d.ts +0 -137
  950. package/lib/lens/LensRepository.js +0 -237
  951. package/lib/lens/LensRepository.js.map +0 -1
  952. package/lib/lens/LensSource.d.ts +0 -43
  953. package/lib/lens/LensSource.js +0 -42
  954. package/lib/lens/LensSource.js.map +0 -1
  955. package/lib/lens/assets/LensAssetRepository.d.ts +0 -99
  956. package/lib/lens/assets/LensAssetRepository.js +0 -184
  957. package/lib/lens/assets/LensAssetRepository.js.map +0 -1
  958. package/lib/lens/assets/LensAssetsProvider.d.ts +0 -27
  959. package/lib/lens/assets/LensAssetsProvider.js +0 -68
  960. package/lib/lens/assets/LensAssetsProvider.js.map +0 -1
  961. package/lib/lens/assets/deviceDependentAssetLoader.d.ts +0 -11
  962. package/lib/lens/assets/deviceDependentAssetLoader.js +0 -59
  963. package/lib/lens/assets/deviceDependentAssetLoader.js.map +0 -1
  964. package/lib/lens/assets/remoteMediaAssetLoaderFactory.d.ts +0 -10
  965. package/lib/lens/assets/remoteMediaAssetLoaderFactory.js +0 -27
  966. package/lib/lens/assets/remoteMediaAssetLoaderFactory.js.map +0 -1
  967. package/lib/lens/assets/staticAssetLoader.d.ts +0 -10
  968. package/lib/lens/assets/staticAssetLoader.js +0 -25
  969. package/lib/lens/assets/staticAssetLoader.js.map +0 -1
  970. package/lib/lens/cameraKitLensSource.d.ts +0 -17
  971. package/lib/lens/cameraKitLensSource.js +0 -104
  972. package/lib/lens/cameraKitLensSource.js.map +0 -1
  973. package/lib/lens/fetchWatermarkLens.d.ts +0 -11
  974. package/lib/lens/fetchWatermarkLens.js +0 -27
  975. package/lib/lens/fetchWatermarkLens.js.map +0 -1
  976. package/lib/lens-client-interface/exif.d.ts +0 -20
  977. package/lib/lens-client-interface/exif.js +0 -61
  978. package/lib/lens-client-interface/exif.js.map +0 -1
  979. package/lib/lens-client-interface/imagePicker.d.ts +0 -8
  980. package/lib/lens-client-interface/imagePicker.js +0 -128
  981. package/lib/lens-client-interface/imagePicker.js.map +0 -1
  982. package/lib/lens-client-interface/lensClientInterface.d.ts +0 -13
  983. package/lib/lens-client-interface/lensClientInterface.js +0 -30
  984. package/lib/lens-client-interface/lensClientInterface.js.map +0 -1
  985. package/lib/lens-core-module/generated-types.d.ts +0 -469
  986. package/lib/lens-core-module/generated-types.js.map +0 -1
  987. package/lib/lens-core-module/lensCore.d.ts +0 -43
  988. package/lib/lens-core-module/lensCore.js +0 -59
  989. package/lib/lens-core-module/lensCore.js.map +0 -1
  990. package/lib/lens-core-module/lensCoreError.d.ts +0 -15
  991. package/lib/lens-core-module/lensCoreError.js +0 -43
  992. package/lib/lens-core-module/lensCoreError.js.map +0 -1
  993. package/lib/lens-core-module/loader/bootstrapURLs.d.ts +0 -12
  994. package/lib/lens-core-module/loader/bootstrapURLs.js +0 -48
  995. package/lib/lens-core-module/loader/bootstrapURLs.js.map +0 -1
  996. package/lib/lens-core-module/loader/lensCoreFactory.d.ts +0 -17
  997. package/lib/lens-core-module/loader/lensCoreFactory.js +0 -76
  998. package/lib/lens-core-module/loader/lensCoreFactory.js.map +0 -1
  999. package/lib/lensCoreWasmVersions.d.ts +0 -6
  1000. package/lib/lensCoreWasmVersions.js +0 -6
  1001. package/lib/lensCoreWasmVersions.js.map +0 -1
  1002. package/lib/logger/errorLoggingDecorator.d.ts +0 -9
  1003. package/lib/logger/errorLoggingDecorator.js +0 -32
  1004. package/lib/logger/errorLoggingDecorator.js.map +0 -1
  1005. package/lib/logger/logEntries.d.ts +0 -15
  1006. package/lib/logger/logEntries.js +0 -14
  1007. package/lib/logger/logEntries.js.map +0 -1
  1008. package/lib/logger/logger.d.ts +0 -40
  1009. package/lib/logger/logger.js +0 -53
  1010. package/lib/logger/logger.js.map +0 -1
  1011. package/lib/logger/registerLogEntriesSubscriber.d.ts +0 -14
  1012. package/lib/logger/registerLogEntriesSubscriber.js +0 -35
  1013. package/lib/logger/registerLogEntriesSubscriber.js.map +0 -1
  1014. package/lib/media-sources/CameraKitSource.d.ts +0 -126
  1015. package/lib/media-sources/CameraKitSource.js +0 -138
  1016. package/lib/media-sources/CameraKitSource.js.map +0 -1
  1017. package/lib/media-sources/FunctionSource.d.ts +0 -41
  1018. package/lib/media-sources/FunctionSource.js +0 -128
  1019. package/lib/media-sources/FunctionSource.js.map +0 -1
  1020. package/lib/media-sources/ImageSource.d.ts +0 -11
  1021. package/lib/media-sources/ImageSource.js +0 -16
  1022. package/lib/media-sources/ImageSource.js.map +0 -1
  1023. package/lib/media-sources/MediaStreamSource.d.ts +0 -29
  1024. package/lib/media-sources/MediaStreamSource.js +0 -137
  1025. package/lib/media-sources/MediaStreamSource.js.map +0 -1
  1026. package/lib/media-sources/VideoSource.d.ts +0 -25
  1027. package/lib/media-sources/VideoSource.js +0 -22
  1028. package/lib/media-sources/VideoSource.js.map +0 -1
  1029. package/lib/metrics/businessEventsReporter.d.ts +0 -39
  1030. package/lib/metrics/businessEventsReporter.js +0 -195
  1031. package/lib/metrics/businessEventsReporter.js.map +0 -1
  1032. package/lib/metrics/metricsEventTarget.d.ts +0 -41
  1033. package/lib/metrics/metricsEventTarget.js +0 -11
  1034. package/lib/metrics/metricsEventTarget.js.map +0 -1
  1035. package/lib/metrics/operational/Count.d.ts +0 -19
  1036. package/lib/metrics/operational/Count.js +0 -33
  1037. package/lib/metrics/operational/Count.js.map +0 -1
  1038. package/lib/metrics/operational/Histogram.d.ts +0 -17
  1039. package/lib/metrics/operational/Histogram.js +0 -27
  1040. package/lib/metrics/operational/Histogram.js.map +0 -1
  1041. package/lib/metrics/operational/Metric.d.ts +0 -20
  1042. package/lib/metrics/operational/Metric.js +0 -28
  1043. package/lib/metrics/operational/Metric.js.map +0 -1
  1044. package/lib/metrics/operational/Timer.d.ts +0 -94
  1045. package/lib/metrics/operational/Timer.js +0 -108
  1046. package/lib/metrics/operational/Timer.js.map +0 -1
  1047. package/lib/metrics/reporters/reportBenchmarks.d.ts +0 -10
  1048. package/lib/metrics/reporters/reportBenchmarks.js +0 -30
  1049. package/lib/metrics/reporters/reportBenchmarks.js.map +0 -1
  1050. package/lib/metrics/reporters/reportGlobalException.d.ts +0 -26
  1051. package/lib/metrics/reporters/reportGlobalException.js +0 -106
  1052. package/lib/metrics/reporters/reportGlobalException.js.map +0 -1
  1053. package/lib/metrics/reporters/reportHttpMetrics.d.ts +0 -10
  1054. package/lib/metrics/reporters/reportHttpMetrics.js +0 -110
  1055. package/lib/metrics/reporters/reportHttpMetrics.js.map +0 -1
  1056. package/lib/metrics/reporters/reportLegalState.d.ts +0 -15
  1057. package/lib/metrics/reporters/reportLegalState.js +0 -32
  1058. package/lib/metrics/reporters/reportLegalState.js.map +0 -1
  1059. package/lib/metrics/reporters/reportLensAndAssetDownload.d.ts +0 -38
  1060. package/lib/metrics/reporters/reportLensAndAssetDownload.js +0 -92
  1061. package/lib/metrics/reporters/reportLensAndAssetDownload.js.map +0 -1
  1062. package/lib/metrics/reporters/reportLensValidationFailed.d.ts +0 -20
  1063. package/lib/metrics/reporters/reportLensValidationFailed.js +0 -24
  1064. package/lib/metrics/reporters/reportLensValidationFailed.js.map +0 -1
  1065. package/lib/metrics/reporters/reportLensView.d.ts +0 -36
  1066. package/lib/metrics/reporters/reportLensView.js +0 -137
  1067. package/lib/metrics/reporters/reportLensView.js.map +0 -1
  1068. package/lib/metrics/reporters/reportLensWait.d.ts +0 -32
  1069. package/lib/metrics/reporters/reportLensWait.js +0 -60
  1070. package/lib/metrics/reporters/reportLensWait.js.map +0 -1
  1071. package/lib/metrics/reporters/reportPlatformCapabilities.d.ts +0 -12
  1072. package/lib/metrics/reporters/reportPlatformCapabilities.js +0 -19
  1073. package/lib/metrics/reporters/reportPlatformCapabilities.js.map +0 -1
  1074. package/lib/metrics/reporters/reportSessionException.d.ts +0 -17
  1075. package/lib/metrics/reporters/reportSessionException.js +0 -12
  1076. package/lib/metrics/reporters/reportSessionException.js.map +0 -1
  1077. package/lib/metrics/reporters/reportUserSession.d.ts +0 -14
  1078. package/lib/metrics/reporters/reportUserSession.js +0 -66
  1079. package/lib/metrics/reporters/reportUserSession.js.map +0 -1
  1080. package/lib/metrics/reporters/reporters.d.ts +0 -46
  1081. package/lib/metrics/reporters/reporters.js +0 -35
  1082. package/lib/metrics/reporters/reporters.js.map +0 -1
  1083. package/lib/namedErrors.d.ts +0 -124
  1084. package/lib/namedErrors.js +0 -58
  1085. package/lib/namedErrors.js.map +0 -1
  1086. package/lib/observable-operators/unsubscribed.d.ts +0 -12
  1087. package/lib/observable-operators/unsubscribed.js +0 -27
  1088. package/lib/observable-operators/unsubscribed.js.map +0 -1
  1089. package/lib/persistence/ExpiringPersistence.d.ts +0 -21
  1090. package/lib/persistence/ExpiringPersistence.js +0 -71
  1091. package/lib/persistence/ExpiringPersistence.js.map +0 -1
  1092. package/lib/persistence/IndexedDBPersistence.d.ts +0 -47
  1093. package/lib/persistence/IndexedDBPersistence.js +0 -190
  1094. package/lib/persistence/IndexedDBPersistence.js.map +0 -1
  1095. package/lib/persistence/Persistence.d.ts +0 -25
  1096. package/lib/persistence/Persistence.js +0 -10
  1097. package/lib/persistence/Persistence.js.map +0 -1
  1098. package/lib/platform/assertPlatformSupported.d.ts +0 -4
  1099. package/lib/platform/assertPlatformSupported.js +0 -15
  1100. package/lib/platform/assertPlatformSupported.js.map +0 -1
  1101. package/lib/platform/cameraKitUserAgent.d.ts +0 -2
  1102. package/lib/platform/cameraKitUserAgent.js +0 -20
  1103. package/lib/platform/cameraKitUserAgent.js.map +0 -1
  1104. package/lib/platform/platformCapabilities.d.ts +0 -50
  1105. package/lib/platform/platformCapabilities.js +0 -128
  1106. package/lib/platform/platformCapabilities.js.map +0 -1
  1107. package/lib/platform/platformInfo.d.ts +0 -43
  1108. package/lib/platform/platformInfo.js +0 -228
  1109. package/lib/platform/platformInfo.js.map +0 -1
  1110. package/lib/remote-configuration/cofHandler.d.ts +0 -29
  1111. package/lib/remote-configuration/cofHandler.js +0 -115
  1112. package/lib/remote-configuration/cofHandler.js.map +0 -1
  1113. package/lib/remote-configuration/preloadConfiguration.d.ts +0 -7
  1114. package/lib/remote-configuration/preloadConfiguration.js.map +0 -1
  1115. package/lib/remote-configuration/remoteConfiguration.d.ts +0 -34
  1116. package/lib/remote-configuration/remoteConfiguration.js +0 -73
  1117. package/lib/remote-configuration/remoteConfiguration.js.map +0 -1
  1118. package/lib/session/CameraKitSession.d.ts +0 -255
  1119. package/lib/session/CameraKitSession.js +0 -440
  1120. package/lib/session/CameraKitSession.js.map +0 -1
  1121. package/lib/session/CameraKitSessionEvents.d.ts +0 -37
  1122. package/lib/session/CameraKitSessionEvents.js +0 -38
  1123. package/lib/session/CameraKitSessionEvents.js.map +0 -1
  1124. package/lib/session/LensKeyboard.d.ts +0 -89
  1125. package/lib/session/LensKeyboard.js +0 -95
  1126. package/lib/session/LensKeyboard.js.map +0 -1
  1127. package/lib/session/LensPerformanceMeasurement.d.ts +0 -57
  1128. package/lib/session/LensPerformanceMeasurement.js +0 -114
  1129. package/lib/session/LensPerformanceMeasurement.js.map +0 -1
  1130. package/lib/session/LensPerformanceMetrics.d.ts +0 -31
  1131. package/lib/session/LensPerformanceMetrics.js +0 -59
  1132. package/lib/session/LensPerformanceMetrics.js.map +0 -1
  1133. package/lib/session/lensState.d.ts +0 -31
  1134. package/lib/session/lensState.js +0 -261
  1135. package/lib/session/lensState.js.map +0 -1
  1136. package/lib/session/sessionState.d.ts +0 -10
  1137. package/lib/session/sessionState.js.map +0 -1
  1138. package/lib/transforms/Transform2D.d.ts +0 -22
  1139. package/lib/transforms/Transform2D.js +0 -19
  1140. package/lib/transforms/Transform2D.js.map +0 -1
  1141. package/lib/utils.d.ts +0 -3
  1142. /package/{lib → dist}/benchmark/webglUtils.js +0 -0
  1143. /package/{lib → dist}/benchmark/webglUtils.js.map +0 -0
  1144. /package/{lib → dist}/clients/lensesClient.js +0 -0
  1145. /package/{lib → dist}/common/date.js +0 -0
  1146. /package/{lib → dist}/common/date.js.map +0 -0
  1147. /package/{lib → dist}/common/getFilename.js +0 -0
  1148. /package/{lib → dist}/common/getFilename.js.map +0 -0
  1149. /package/{lib → dist}/common/memoize.js +0 -0
  1150. /package/{lib → dist}/common/memoize.js.map +0 -0
  1151. /package/{lib → dist}/common/time.js +0 -0
  1152. /package/{lib → dist}/common/time.js.map +0 -0
  1153. /package/{lib → dist}/common/types.js +0 -0
  1154. /package/{lib → dist}/dependency-injection/Injectable.js +0 -0
  1155. /package/{lib → dist}/dependency-injection/types.js +0 -0
  1156. /package/{lib → dist}/generated-proto/blizzard/cameraKitEvents.js +0 -0
  1157. /package/{lib → dist}/generated-proto/blizzard/cameraKitEvents.js.map +0 -0
  1158. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/business_events.js +0 -0
  1159. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/business_events.js.map +0 -0
  1160. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/export.js +0 -0
  1161. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/export.js.map +0 -0
  1162. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js +0 -0
  1163. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js.map +0 -0
  1164. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/legal_prompt.js +0 -0
  1165. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/legal_prompt.js.map +0 -0
  1166. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/lens.js +0 -0
  1167. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/lens.js.map +0 -0
  1168. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/operational_metrics.js +0 -0
  1169. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/operational_metrics.js.map +0 -0
  1170. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/ranking.js +0 -0
  1171. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/ranking.js.map +0 -0
  1172. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/service.js +0 -0
  1173. /package/{lib → dist}/generated-proto/pb_schema/camera_kit/v3/service.js.map +0 -0
  1174. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/benchmark.js +0 -0
  1175. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/benchmark.js.map +0 -0
  1176. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/benchmark_name.js +0 -0
  1177. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/benchmark_name.js.map +0 -0
  1178. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/circumstance_service.js +0 -0
  1179. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/circumstance_service.js.map +0 -0
  1180. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/config_request.js +0 -0
  1181. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/config_request.js.map +0 -0
  1182. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/config_response.js +0 -0
  1183. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/config_response.js.map +0 -0
  1184. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/config_result.js +0 -0
  1185. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/config_result.js.map +0 -0
  1186. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/debug_info.js +0 -0
  1187. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/debug_info.js.map +0 -0
  1188. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/namespace.js +0 -0
  1189. /package/{lib → dist}/generated-proto/pb_schema/cdp/cof/namespace.js.map +0 -0
  1190. /package/{lib → dist}/generated-proto/pb_schema/common/ruid.js +0 -0
  1191. /package/{lib → dist}/generated-proto/pb_schema/common/ruid.js.map +0 -0
  1192. /package/{lib → dist}/generated-proto/pb_schema/common/value.js +0 -0
  1193. /package/{lib → dist}/generated-proto/pb_schema/common/value.js.map +0 -0
  1194. /package/{lib → dist}/generated-proto/pb_schema/google/protobuf/any.js +0 -0
  1195. /package/{lib → dist}/generated-proto/pb_schema/google/protobuf/any.js.map +0 -0
  1196. /package/{lib → dist}/generated-proto/pb_schema/google/protobuf/timestamp.js +0 -0
  1197. /package/{lib → dist}/generated-proto/pb_schema/google/protobuf/timestamp.js.map +0 -0
  1198. /package/{lib → dist}/generated-proto/pb_schema/google/protobuf/wrappers.js +0 -0
  1199. /package/{lib → dist}/generated-proto/pb_schema/google/protobuf/wrappers.js.map +0 -0
  1200. /package/{lib → dist}/generated-proto/pb_schema/lenses/geocircle.js +0 -0
  1201. /package/{lib → dist}/generated-proto/pb_schema/lenses/geocircle.js.map +0 -0
  1202. /package/{lib → dist}/generated-proto/pb_schema/lenses/geopoint.js +0 -0
  1203. /package/{lib → dist}/generated-proto/pb_schema/lenses/geopoint.js.map +0 -0
  1204. /package/{lib → dist}/generated-proto/pb_schema/lenses/launch_params.js +0 -0
  1205. /package/{lib → dist}/generated-proto/pb_schema/lenses/launch_params.js.map +0 -0
  1206. /package/{lib → dist}/generated-proto/pb_schema/lenses/launchdata.js +0 -0
  1207. /package/{lib → dist}/generated-proto/pb_schema/lenses/launchdata.js.map +0 -0
  1208. /package/{lib → dist}/generated-proto/pb_schema/lenses/lures.js +0 -0
  1209. /package/{lib → dist}/generated-proto/pb_schema/lenses/lures.js.map +0 -0
  1210. /package/{lib → dist}/generated-proto/pb_schema/lenses/persistent_store.js +0 -0
  1211. /package/{lib → dist}/generated-proto/pb_schema/lenses/persistent_store.js.map +0 -0
  1212. /package/{lib → dist}/generated-proto/pb_schema/lenses/remote_api/remote_api_service.js +0 -0
  1213. /package/{lib → dist}/generated-proto/pb_schema/lenses/remote_api/remote_api_service.js.map +0 -0
  1214. /package/{lib → dist}/generated-proto/pb_schema/lenses/snappable.js +0 -0
  1215. /package/{lib → dist}/generated-proto/pb_schema/lenses/snappable.js.map +0 -0
  1216. /package/{lib → dist}/generated-proto/pb_schema/lenses/user_data.js +0 -0
  1217. /package/{lib → dist}/generated-proto/pb_schema/lenses/user_data.js.map +0 -0
  1218. /package/{lib → dist}/lens/LensPersistenceStore.js +0 -0
  1219. /package/{lib → dist}/lens-core-module/generated-types.js +0 -0
  1220. /package/{lib → dist}/remote-configuration/preloadConfiguration.js +0 -0
  1221. /package/{lib → dist}/session/sessionState.js +0 -0
  1222. /package/{lib → dist}/utils.js +0 -0
  1223. /package/{lib → dist}/utils.js.map +0 -0
package/LICENSE.md CHANGED
@@ -7,15 +7,15 @@ If you no longer want to be a party to these terms or if you do not agree to all
7
7
  ================================================================================
8
8
  ================================================================================
9
9
 
10
- Third-Party Software for Camera Kit Web
10
+ Third-Party Software for @snap/camera-kit
11
11
 
12
12
  --------------------------------------------------------------------------------
13
13
 
14
- The following 3rd-party software packages may be used by or distributed with Camera Kit Web. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
14
+ The following 3rd-party software packages may be used by or distributed with @snap/camera-kit. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
15
15
 
16
- Date generated: 2024-4-8
16
+ Date generated: 2024-7-1
17
17
 
18
- Revision ID: feaa35a3dc391eb2ebdd6861e7a0ca19da2f100e
18
+ Revision ID: 86f08d5b72679edab2014400cd5718edc6717d5f
19
19
 
20
20
  ================================================================================
21
21
  ================================================================================
@@ -31,22 +31,19 @@ Revision ID: feaa35a3dc391eb2ebdd6861e7a0ca19da2f100e
31
31
  ================================================================================
32
32
 
33
33
  - @improbable-eng/grpc-web (0.15.0) [Apache-2.0]
34
- - @snap/state-management (^0.17.0) [No licenses found]
34
+ - @snap/state-management (^0.19.0) [No licenses found]
35
35
  - browser-fs-access (0.31.2) [Apache-2.0]
36
36
  - browser-headers (0.4.1) [Apache-2.0]
37
37
  - long (4.0.0) [Apache-2.0]
38
38
  - protobufjs (6.11.4) [BSD-3-Clause, Apache-2.0, MIT, BSD-2-Clause, ISC, CC-BY-SA-4.0, CC0-1.0, proprietary-license, Python-2.0, Unlicense]
39
- - reflect-metadata (^0.1.13) [Apache-2.0, MIT]
40
39
  - rxjs (7.8.1) [Apache-2.0, 0BSD]
41
- - tslib (2.6.2) [0BSD]
42
- - uuid (9.0.1) [MIT]
43
- - wasm-feature-detect (1.6.1) [Apache-2.0]
40
+ - tslib (2.6.3) [0BSD]
41
+ - uuid (^9.0.0) [MIT]
42
+ - wasm-feature-detect (1.6.2) [Apache-2.0]
44
43
 
45
44
 
46
45
  --------------------------------------------------------------------------------
47
46
  Package Title: @improbable-eng/grpc-web (0.15.0)
48
-
49
- Package Depth: Direct
50
47
  --------------------------------------------------------------------------------
51
48
 
52
49
  * Declared Licenses *
@@ -69,9 +66,7 @@ See the License for the specific language governing permissions and limitations
69
66
 
70
67
 
71
68
  --------------------------------------------------------------------------------
72
- Package Title: @snap/state-management (^0.17.0)
73
-
74
- Package Depth: Direct
69
+ Package Title: @snap/state-management (^0.19.0)
75
70
  --------------------------------------------------------------------------------
76
71
 
77
72
  * Declared Licenses *
@@ -80,8 +75,6 @@ No licenses found
80
75
 
81
76
  --------------------------------------------------------------------------------
82
77
  Package Title: browser-fs-access (0.31.2)
83
-
84
- Package Depth: Direct
85
78
  --------------------------------------------------------------------------------
86
79
 
87
80
  * Declared Licenses *
@@ -294,8 +287,6 @@ Apache-2.0
294
287
 
295
288
  --------------------------------------------------------------------------------
296
289
  Package Title: browser-headers (0.4.1)
297
-
298
- Package Depth: Direct
299
290
  --------------------------------------------------------------------------------
300
291
 
301
292
  * Declared Licenses *
@@ -480,8 +471,6 @@ Apache-2.0
480
471
 
481
472
  --------------------------------------------------------------------------------
482
473
  Package Title: long (4.0.0)
483
-
484
- Package Depth: Direct
485
474
  --------------------------------------------------------------------------------
486
475
 
487
476
  * Declared Licenses *
@@ -695,8 +684,6 @@ Apache-2.0
695
684
 
696
685
  --------------------------------------------------------------------------------
697
686
  Package Title: protobufjs (6.11.4)
698
-
699
- Package Depth: Direct
700
687
  --------------------------------------------------------------------------------
701
688
 
702
689
  * Declared Licenses *
@@ -973,101 +960,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
973
960
  For more information, please refer to <http://unlicense.org/>
974
961
 
975
962
 
976
- --------------------------------------------------------------------------------
977
- Package Title: reflect-metadata (^0.1.13)
978
-
979
- Package Depth: Direct
980
- --------------------------------------------------------------------------------
981
-
982
- * Declared Licenses *
983
- Apache-2.0
984
-
985
-
986
- Apache License
987
-
988
- Version 2.0, January 2004
989
-
990
- http://www.apache.org/licenses/
991
-
992
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
993
-
994
- 1. Definitions.
995
-
996
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
997
-
998
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
999
-
1000
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1001
-
1002
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
1003
-
1004
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1005
-
1006
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
1007
-
1008
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
1009
-
1010
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
1011
-
1012
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
1013
-
1014
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
1015
-
1016
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
1017
-
1018
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
1019
-
1020
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
1021
-
1022
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
1023
-
1024
- You must cause any modified files to carry prominent notices stating that You changed the files; and
1025
-
1026
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
1027
-
1028
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
1029
-
1030
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
1031
-
1032
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
1033
-
1034
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
1035
-
1036
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
1037
-
1038
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1039
-
1040
- END OF TERMS AND CONDITIONS
1041
-
1042
-
1043
- * Other Licenses *
1044
- MIT
1045
-
1046
-
1047
- Copyright (c) 2015 Nicolas Bevacqua
1048
- Permission is hereby granted, free of charge, to any person obtaining a copy
1049
- of this software and associated documentation files (the "Software"), to deal
1050
- in the Software without restriction, including without limitation the rights
1051
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1052
- copies of the Software, and to permit persons to whom the Software is
1053
- furnished to do so, subject to the following conditions:
1054
-
1055
- The above copyright notice and this permission notice shall be included in all
1056
- copies or substantial portions of the Software.
1057
-
1058
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1059
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1060
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1061
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1062
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1063
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1064
- SOFTWARE.
1065
-
1066
-
1067
963
  --------------------------------------------------------------------------------
1068
964
  Package Title: rxjs (7.8.1)
1069
-
1070
- Package Depth: Direct
1071
965
  --------------------------------------------------------------------------------
1072
966
 
1073
967
  * Declared Licenses *
@@ -1289,9 +1183,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
1289
1183
 
1290
1184
 
1291
1185
  --------------------------------------------------------------------------------
1292
- Package Title: tslib (2.6.2)
1293
-
1294
- Package Depth: Direct
1186
+ Package Title: tslib (2.6.3)
1295
1187
  --------------------------------------------------------------------------------
1296
1188
 
1297
1189
  * Declared Licenses *
@@ -1313,9 +1205,7 @@ PERFORMANCE OF THIS SOFTWARE.
1313
1205
 
1314
1206
 
1315
1207
  --------------------------------------------------------------------------------
1316
- Package Title: uuid (9.0.1)
1317
-
1318
- Package Depth: Direct
1208
+ Package Title: uuid (^9.0.0)
1319
1209
  --------------------------------------------------------------------------------
1320
1210
 
1321
1211
  * Declared Licenses *
@@ -1335,9 +1225,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1335
1225
 
1336
1226
 
1337
1227
  --------------------------------------------------------------------------------
1338
- Package Title: wasm-feature-detect (1.6.1)
1339
-
1340
- Package Depth: Direct
1228
+ Package Title: wasm-feature-detect (1.6.2)
1341
1229
  --------------------------------------------------------------------------------
1342
1230
 
1343
1231
  * Declared Licenses *
@@ -2561,64 +2449,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
2561
2449
 
2562
2450
  * Apache-2.0 *
2563
2451
 
2564
- Apache License
2565
-
2566
- Version 2.0, January 2004
2567
-
2568
- http://www.apache.org/licenses/
2569
-
2570
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2571
-
2572
- 1. Definitions.
2573
-
2574
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
2575
-
2576
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
2577
-
2578
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
2579
-
2580
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
2581
-
2582
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
2583
-
2584
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
2585
-
2586
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
2587
-
2588
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
2589
-
2590
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
2591
-
2592
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
2593
-
2594
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
2595
-
2596
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
2597
-
2598
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
2599
-
2600
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
2601
-
2602
- You must cause any modified files to carry prominent notices stating that You changed the files; and
2603
-
2604
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
2605
-
2606
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
2607
-
2608
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
2609
-
2610
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
2611
-
2612
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
2613
-
2614
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
2615
-
2616
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
2617
-
2618
- END OF TERMS AND CONDITIONS
2619
-
2620
- * Apache-2.0 *
2621
-
2622
2452
  Apache License
2623
2453
  Version 2.0, January 2004
2624
2454
  http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
@@ -2960,7 +2790,7 @@ This is a catch-all license used when we find many different proprietary license
2960
2790
  --------------------------------------------------------------------------------
2961
2791
  --------------------------------------------------------------------------------
2962
2792
 
2963
- Report Generated by FOSSA on 2024-4-8
2793
+ Report Generated by FOSSA on 2024-7-1
2964
2794
 
2965
2795
  --------------------------------------------------------------------------------
2966
2796
  Package Title: @nanosvg
@@ -6068,214 +5898,6 @@ Package Locator:
6068
5898
  * the use of this software, even if advised of the possibility of such damage.
6069
5899
  */
6070
5900
  --------------------------------------------------------------------------------
6071
- Package Title: @gemmlowp
6072
- Package Locator:
6073
- --------------------------------------------------------------------------------
6074
- * Declared Licenses *
6075
-
6076
- Apache License
6077
- Version 2.0, January 2004
6078
- http://www.apache.org/licenses/
6079
-
6080
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6081
-
6082
- 1. Definitions.
6083
-
6084
- "License" shall mean the terms and conditions for use, reproduction,
6085
- and distribution as defined by Sections 1 through 9 of this document.
6086
-
6087
- "Licensor" shall mean the copyright owner or entity authorized by
6088
- the copyright owner that is granting the License.
6089
-
6090
- "Legal Entity" shall mean the union of the acting entity and all
6091
- other entities that control, are controlled by, or are under common
6092
- control with that entity. For the purposes of this definition,
6093
- "control" means (i) the power, direct or indirect, to cause the
6094
- direction or management of such entity, whether by contract or
6095
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
6096
- outstanding shares, or (iii) beneficial ownership of such entity.
6097
-
6098
- "You" (or "Your") shall mean an individual or Legal Entity
6099
- exercising permissions granted by this License.
6100
-
6101
- "Source" form shall mean the preferred form for making modifications,
6102
- including but not limited to software source code, documentation
6103
- source, and configuration files.
6104
-
6105
- "Object" form shall mean any form resulting from mechanical
6106
- transformation or translation of a Source form, including but
6107
- not limited to compiled object code, generated documentation,
6108
- and conversions to other media types.
6109
-
6110
- "Work" shall mean the work of authorship, whether in Source or
6111
- Object form, made available under the License, as indicated by a
6112
- copyright notice that is included in or attached to the work
6113
- (an example is provided in the Appendix below).
6114
-
6115
- "Derivative Works" shall mean any work, whether in Source or Object
6116
- form, that is based on (or derived from) the Work and for which the
6117
- editorial revisions, annotations, elaborations, or other modifications
6118
- represent, as a whole, an original work of authorship. For the purposes
6119
- of this License, Derivative Works shall not include works that remain
6120
- separable from, or merely link (or bind by name) to the interfaces of,
6121
- the Work and Derivative Works thereof.
6122
-
6123
- "Contribution" shall mean any work of authorship, including
6124
- the original version of the Work and any modifications or additions
6125
- to that Work or Derivative Works thereof, that is intentionally
6126
- submitted to Licensor for inclusion in the Work by the copyright owner
6127
- or by an individual or Legal Entity authorized to submit on behalf of
6128
- the copyright owner. For the purposes of this definition, "submitted"
6129
- means any form of electronic, verbal, or written communication sent
6130
- to the Licensor or its representatives, including but not limited to
6131
- communication on electronic mailing lists, source code control systems,
6132
- and issue tracking systems that are managed by, or on behalf of, the
6133
- Licensor for the purpose of discussing and improving the Work, but
6134
- excluding communication that is conspicuously marked or otherwise
6135
- designated in writing by the copyright owner as "Not a Contribution."
6136
-
6137
- "Contributor" shall mean Licensor and any individual or Legal Entity
6138
- on behalf of whom a Contribution has been received by Licensor and
6139
- subsequently incorporated within the Work.
6140
-
6141
- 2. Grant of Copyright License. Subject to the terms and conditions of
6142
- this License, each Contributor hereby grants to You a perpetual,
6143
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6144
- copyright license to reproduce, prepare Derivative Works of,
6145
- publicly display, publicly perform, sublicense, and distribute the
6146
- Work and such Derivative Works in Source or Object form.
6147
-
6148
- 3. Grant of Patent License. Subject to the terms and conditions of
6149
- this License, each Contributor hereby grants to You a perpetual,
6150
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6151
- (except as stated in this section) patent license to make, have made,
6152
- use, offer to sell, sell, import, and otherwise transfer the Work,
6153
- where such license applies only to those patent claims licensable
6154
- by such Contributor that are necessarily infringed by their
6155
- Contribution(s) alone or by combination of their Contribution(s)
6156
- with the Work to which such Contribution(s) was submitted. If You
6157
- institute patent litigation against any entity (including a
6158
- cross-claim or counterclaim in a lawsuit) alleging that the Work
6159
- or a Contribution incorporated within the Work constitutes direct
6160
- or contributory patent infringement, then any patent licenses
6161
- granted to You under this License for that Work shall terminate
6162
- as of the date such litigation is filed.
6163
-
6164
- 4. Redistribution. You may reproduce and distribute copies of the
6165
- Work or Derivative Works thereof in any medium, with or without
6166
- modifications, and in Source or Object form, provided that You
6167
- meet the following conditions:
6168
-
6169
- (a) You must give any other recipients of the Work or
6170
- Derivative Works a copy of this License; and
6171
-
6172
- (b) You must cause any modified files to carry prominent notices
6173
- stating that You changed the files; and
6174
-
6175
- (c) You must retain, in the Source form of any Derivative Works
6176
- that You distribute, all copyright, patent, trademark, and
6177
- attribution notices from the Source form of the Work,
6178
- excluding those notices that do not pertain to any part of
6179
- the Derivative Works; and
6180
-
6181
- (d) If the Work includes a "NOTICE" text file as part of its
6182
- distribution, then any Derivative Works that You distribute must
6183
- include a readable copy of the attribution notices contained
6184
- within such NOTICE file, excluding those notices that do not
6185
- pertain to any part of the Derivative Works, in at least one
6186
- of the following places: within a NOTICE text file distributed
6187
- as part of the Derivative Works; within the Source form or
6188
- documentation, if provided along with the Derivative Works; or,
6189
- within a display generated by the Derivative Works, if and
6190
- wherever such third-party notices normally appear. The contents
6191
- of the NOTICE file are for informational purposes only and
6192
- do not modify the License. You may add Your own attribution
6193
- notices within Derivative Works that You distribute, alongside
6194
- or as an addendum to the NOTICE text from the Work, provided
6195
- that such additional attribution notices cannot be construed
6196
- as modifying the License.
6197
-
6198
- You may add Your own copyright statement to Your modifications and
6199
- may provide additional or different license terms and conditions
6200
- for use, reproduction, or distribution of Your modifications, or
6201
- for any such Derivative Works as a whole, provided Your use,
6202
- reproduction, and distribution of the Work otherwise complies with
6203
- the conditions stated in this License.
6204
-
6205
- 5. Submission of Contributions. Unless You explicitly state otherwise,
6206
- any Contribution intentionally submitted for inclusion in the Work
6207
- by You to the Licensor shall be under the terms and conditions of
6208
- this License, without any additional terms or conditions.
6209
- Notwithstanding the above, nothing herein shall supersede or modify
6210
- the terms of any separate license agreement you may have executed
6211
- with Licensor regarding such Contributions.
6212
-
6213
- 6. Trademarks. This License does not grant permission to use the trade
6214
- names, trademarks, service marks, or product names of the Licensor,
6215
- except as required for reasonable and customary use in describing the
6216
- origin of the Work and reproducing the content of the NOTICE file.
6217
-
6218
- 7. Disclaimer of Warranty. Unless required by applicable law or
6219
- agreed to in writing, Licensor provides the Work (and each
6220
- Contributor provides its Contributions) on an "AS IS" BASIS,
6221
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6222
- implied, including, without limitation, any warranties or conditions
6223
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6224
- PARTICULAR PURPOSE. You are solely responsible for determining the
6225
- appropriateness of using or redistributing the Work and assume any
6226
- risks associated with Your exercise of permissions under this License.
6227
-
6228
- 8. Limitation of Liability. In no event and under no legal theory,
6229
- whether in tort (including negligence), contract, or otherwise,
6230
- unless required by applicable law (such as deliberate and grossly
6231
- negligent acts) or agreed to in writing, shall any Contributor be
6232
- liable to You for damages, including any direct, indirect, special,
6233
- incidental, or consequential damages of any character arising as a
6234
- result of this License or out of the use or inability to use the
6235
- Work (including but not limited to damages for loss of goodwill,
6236
- work stoppage, computer failure or malfunction, or any and all
6237
- other commercial damages or losses), even if such Contributor
6238
- has been advised of the possibility of such damages.
6239
-
6240
- 9. Accepting Warranty or Additional Liability. While redistributing
6241
- the Work or Derivative Works thereof, You may choose to offer,
6242
- and charge a fee for, acceptance of support, warranty, indemnity,
6243
- or other liability obligations and/or rights consistent with this
6244
- License. However, in accepting such obligations, You may act only
6245
- on Your own behalf and on Your sole responsibility, not on behalf
6246
- of any other Contributor, and only if You agree to indemnify,
6247
- defend, and hold each Contributor harmless for any liability
6248
- incurred by, or claims asserted against, such Contributor by reason
6249
- of your accepting any such warranty or additional liability.
6250
-
6251
- END OF TERMS AND CONDITIONS
6252
-
6253
- APPENDIX: How to apply the Apache License to your work.
6254
-
6255
- To apply the Apache License to your work, attach the following
6256
- boilerplate notice, with the fields enclosed by brackets "[]"
6257
- replaced with your own identifying information. (Don't include
6258
- the brackets!) The text should be enclosed in the appropriate
6259
- comment syntax for the file format. We also recommend that a
6260
- file or class name and description of purpose be included on the
6261
- same "printed page" as the copyright notice for easier
6262
- identification within third-party archives.
6263
-
6264
- Copyright [yyyy] [name of copyright owner]
6265
-
6266
- Licensed under the Apache License, Version 2.0 (the "License");
6267
- you may not use this file except in compliance with the License.
6268
- You may obtain a copy of the License at
6269
-
6270
- http://www.apache.org/licenses/LICENSE-2.0
6271
-
6272
- Unless required by applicable law or agreed to in writing, software
6273
- distributed under the License is distributed on an "AS IS" BASIS,
6274
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6275
- See the License for the specific language governing permissions and
6276
- limitations under the License.
6277
-
6278
- --------------------------------------------------------------------------------
6279
5901
  Package Title: @protobuf-lite
6280
5902
  Package Locator:
6281
5903
  --------------------------------------------------------------------------------
package/README.md CHANGED
@@ -181,7 +181,7 @@ session.pause('capture');
181
181
 
182
182
  ## Error Handling
183
183
 
184
- Camera Kit Web SDK methods may throw errors, or return rejected Promises -- these are documented in the [API docs](https://kit.snapchat.com/reference/CameraKit/web/0.17.0/index.html). It is good practice to handle such cases, to provide a good experience to your users.
184
+ Camera Kit Web SDK methods may throw errors, or return rejected Promises -- these are documented in the [API docs](https://kit.snapchat.com/reference/CameraKit/web/0.18.1/index.html). It is good practice to handle such cases, to provide a good experience to your users.
185
185
 
186
186
  Errors may also occur during Lens rendering. For example, Lenses contain their own scripting, which could throw an error. A rendering error could also occur if a Lens attempts to use a feature that is not supported by Camera Kit Web SDK.
187
187