@snap/camera-kit 0.13.0 → 0.13.2

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 (138) hide show
  1. package/README.md +0 -22
  2. package/docs/html/assets/search.js +1 -1
  3. package/docs/html/classes/CameraKit.html +3 -3
  4. package/docs/html/classes/CameraKitSession.html +3 -3
  5. package/docs/html/classes/CameraKitSource.html +3 -3
  6. package/docs/html/classes/LensPerformanceMeasurement.html +3 -3
  7. package/docs/html/classes/LensPerformanceMetrics.html +3 -3
  8. package/docs/html/classes/LensRepository.html +3 -3
  9. package/docs/html/classes/LensSources.html +3 -3
  10. package/docs/html/classes/Transform2D.html +3 -3
  11. package/docs/html/classes/TypedCustomEvent.html +3 -3
  12. package/docs/html/classes/TypedEventTarget.html +3 -3
  13. package/docs/html/functions/Injectable.html +3 -3
  14. package/docs/html/functions/bootstrapCameraKit.html +3 -3
  15. package/docs/html/functions/createExtension.html +3 -3
  16. package/docs/html/functions/createImageSource.html +3 -3
  17. package/docs/html/functions/createMediaStreamSource.html +3 -3
  18. package/docs/html/functions/createUserMediaSource.html +3 -3
  19. package/docs/html/functions/createVideoSource.html +3 -3
  20. package/docs/html/functions/estimateLensPerformance.html +3 -3
  21. package/docs/html/functions/getRequiredBootstrapURLs.html +3 -3
  22. package/docs/html/functions/lensSourcesFactory.html +3 -3
  23. package/docs/html/functions/remoteApiServicesFactory.html +3 -3
  24. package/docs/html/index.html +5 -28
  25. package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +3 -3
  26. package/docs/html/interfaces/CameraKitSourceSubscriber.html +3 -3
  27. package/docs/html/interfaces/ComputedFrameMetrics.html +3 -3
  28. package/docs/html/interfaces/CreateSessionOptions.html +3 -3
  29. package/docs/html/interfaces/EstimatedLensPerformance.html +3 -3
  30. package/docs/html/interfaces/Lens.html +12 -4
  31. package/docs/html/interfaces/LensSource.html +3 -3
  32. package/docs/html/interfaces/MediaStreamSourceOptions.html +3 -3
  33. package/docs/html/interfaces/Preview.html +3 -3
  34. package/docs/html/interfaces/RemoteApiRequest.html +3 -3
  35. package/docs/html/interfaces/RemoteApiResponse.html +3 -3
  36. package/docs/html/interfaces/RemoteApiService.html +3 -3
  37. package/docs/html/interfaces/Snapcode.html +3 -3
  38. package/docs/html/interfaces/UriCancelRequest.html +3 -3
  39. package/docs/html/interfaces/UriRequest.html +3 -3
  40. package/docs/html/interfaces/UriResponse.html +3 -3
  41. package/docs/html/interfaces/VideoSourceOptions.html +3 -3
  42. package/docs/html/modules.html +4 -4
  43. package/docs/html/types/AssetLoader.html +3 -3
  44. package/docs/html/types/AssetTiming.html +3 -3
  45. package/docs/html/types/BenchmarkError.html +3 -3
  46. package/docs/html/types/BootstrapError.html +3 -3
  47. package/docs/html/types/CacheKeyNotFoundError.html +3 -3
  48. package/docs/html/types/CameraKitDeviceInfo.html +3 -3
  49. package/docs/html/types/CameraKitDeviceOptions.html +3 -3
  50. package/docs/html/types/CameraKitSessionEventListener.html +3 -3
  51. package/docs/html/types/CameraKitSessionEvents.html +3 -3
  52. package/docs/html/types/CameraKitSourceError.html +3 -3
  53. package/docs/html/types/CameraKitSourceInfo.html +3 -3
  54. package/docs/html/types/CameraKitSourceOptions.html +3 -3
  55. package/docs/html/types/ConfigurationError.html +3 -3
  56. package/docs/html/types/Keyboard.html +3 -3
  57. package/docs/html/types/KeyboardEvents.html +3 -3
  58. package/docs/html/types/LegalError.html +3 -3
  59. package/docs/html/types/LensAssetError.html +3 -3
  60. package/docs/html/types/LensContentValidationError.html +3 -3
  61. package/docs/html/types/LensError.html +3 -3
  62. package/docs/html/types/LensExecutionError.html +3 -3
  63. package/docs/html/types/LensImagePickerError.html +3 -3
  64. package/docs/html/types/LensLaunchParams.html +3 -3
  65. package/docs/html/types/LensMetricsEvents.html +3 -3
  66. package/docs/html/types/LensPerformanceCluster.html +3 -3
  67. package/docs/html/types/LensView.html +3 -3
  68. package/docs/html/types/LensWait.html +3 -3
  69. package/docs/html/types/PersistentStoreError.html +3 -3
  70. package/docs/html/types/PlatformNotSupportedError.html +3 -3
  71. package/docs/html/types/PublicContainer.html +3 -3
  72. package/docs/html/types/RemoteApiRequestHandler.html +3 -3
  73. package/docs/html/types/RemoteApiServices.html +3 -3
  74. package/docs/html/types/RemoteApiStatus.html +3 -3
  75. package/docs/html/types/RenderTarget.html +3 -3
  76. package/docs/html/types/Uri.html +3 -3
  77. package/docs/html/types/WebGLError.html +3 -3
  78. package/docs/html/variables/extensionRequestContext.html +3 -3
  79. package/docs/md/README.md +0 -22
  80. package/docs/md/classes/CameraKit.md +1 -1
  81. package/docs/md/classes/CameraKitSession.md +1 -1
  82. package/docs/md/classes/CameraKitSource.md +1 -1
  83. package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
  84. package/docs/md/classes/LensPerformanceMetrics.md +1 -1
  85. package/docs/md/classes/LensRepository.md +1 -1
  86. package/docs/md/classes/LensSources.md +1 -1
  87. package/docs/md/classes/Transform2D.md +1 -1
  88. package/docs/md/classes/TypedCustomEvent.md +1 -1
  89. package/docs/md/classes/TypedEventTarget.md +1 -1
  90. package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +1 -1
  91. package/docs/md/interfaces/CameraKitSourceSubscriber.md +1 -1
  92. package/docs/md/interfaces/ComputedFrameMetrics.md +1 -1
  93. package/docs/md/interfaces/CreateSessionOptions.md +1 -1
  94. package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
  95. package/docs/md/interfaces/Lens.md +10 -1
  96. package/docs/md/interfaces/LensSource.md +1 -1
  97. package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
  98. package/docs/md/interfaces/Preview.md +1 -1
  99. package/docs/md/interfaces/RemoteApiRequest.md +1 -1
  100. package/docs/md/interfaces/RemoteApiResponse.md +1 -1
  101. package/docs/md/interfaces/RemoteApiService.md +1 -1
  102. package/docs/md/interfaces/Snapcode.md +1 -1
  103. package/docs/md/interfaces/UriCancelRequest.md +1 -1
  104. package/docs/md/interfaces/UriRequest.md +1 -1
  105. package/docs/md/interfaces/UriResponse.md +1 -1
  106. package/docs/md/interfaces/VideoSourceOptions.md +1 -1
  107. package/docs/md/modules.md +2 -2
  108. package/lib/common/any.d.ts +2 -0
  109. package/lib/common/any.js +23 -6
  110. package/lib/common/any.js.map +1 -1
  111. package/lib/environment.json +1 -1
  112. package/lib/generated-proto/pb_schema/camera_kit/v3/export.d.ts +2 -1
  113. package/lib/generated-proto/pb_schema/camera_kit/v3/export.js +6 -0
  114. package/lib/generated-proto/pb_schema/camera_kit/v3/export.js.map +1 -1
  115. package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.d.ts +34 -0
  116. package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js +43 -0
  117. package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js.map +1 -0
  118. package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.d.ts +0 -2
  119. package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js +0 -1
  120. package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js.map +1 -1
  121. package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +14346 -3145
  122. package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +1717 -62
  123. package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +6267 -373
  124. package/lib/generated-proto/pb_schema/cdp/cof/config_result.js +159 -4
  125. package/lib/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
  126. package/lib/generated-proto/pb_schema/common/ruid.d.ts +1 -0
  127. package/lib/generated-proto/pb_schema/common/ruid.js +1 -0
  128. package/lib/generated-proto/pb_schema/common/ruid.js.map +1 -1
  129. package/lib/generated-proto/pb_schema/lenses/launchdata.d.ts +31 -0
  130. package/lib/generated-proto/pb_schema/lenses/launchdata.js +143 -1
  131. package/lib/generated-proto/pb_schema/lenses/launchdata.js.map +1 -1
  132. package/lib/index.d.ts +1 -0
  133. package/lib/index.js +1 -0
  134. package/lib/index.js.map +1 -1
  135. package/lib/lens/Lens.d.ts +8 -1
  136. package/lib/lens/Lens.js +11 -3
  137. package/lib/lens/Lens.js.map +1 -1
  138. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.