canvas 0.29.1__py3-none-any.whl → 0.30.0__py3-none-any.whl

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.

Potentially problematic release.


This version of canvas might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: canvas
3
- Version: 0.29.1
3
+ Version: 0.30.0
4
4
  Summary: SDK to customize event-driven actions in your Canvas instance
5
5
  Author-email: Canvas Team <engineering@canvasmedical.com>
6
6
  License-Expression: MIT
@@ -96,7 +96,7 @@ canvas_cli/utils/urls/__init__.py,sha256=08hlrQhQ1pKBjlIRaC0j53IkgK723jfK8-j3djv
96
96
  canvas_cli/utils/urls/tests.py,sha256=opXDF2i3lXTdsKJ7ywIRzWDDzZ5KAO0JbGIR3hbJdoE,407
97
97
  canvas_cli/utils/urls/urls.py,sha256=KwWTh5ERrEsZEvdBrZpZB71xtyWkDuglpXUbycWmBOo,798
98
98
  canvas_cli/utils/validators/__init__.py,sha256=rBvSR2O1hWkNAnUBdcr-zUkmqT796_A61b9pnvEhwrM,113
99
- canvas_cli/utils/validators/manifest_schema.py,sha256=Kk6mXXpFvDNsM4ad6e2TKiFI_XaGsS8ILQvr0pOC1ac,5465
99
+ canvas_cli/utils/validators/manifest_schema.py,sha256=-ck7jTNpkv5o3qbWMPU5sb-WqM3L4hHyGnfF0GgpYCc,5507
100
100
  canvas_cli/utils/validators/tests.py,sha256=KhaOdbxGUK2QwL2KnycAJJkqclYQSXF7CKg-scSf0DU,1259
101
101
  canvas_cli/utils/validators/validators.py,sha256=lrUBQ0sF7seTe_pNGsNgASdr2BGp6g-Qui58V4H9qfQ,1598
102
102
  canvas_generated/messages/effects_pb2.py,sha256=b5BD3uyAhA1PIg__7xcLRYNWBblhOcj3CTnYVrNwqI8,11578
@@ -358,7 +358,7 @@ protobufs/canvas_generated/messages/plugins.proto,sha256=oNainUPWFYQjgCX7bJEPI9_
358
358
  protobufs/canvas_generated/services/plugin_runner.proto,sha256=doadBKn5k4xAtOgR-q_pEvW4yzxpUaHNOowMG6CL5GY,304
359
359
  pubsub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
360
360
  pubsub/pubsub.py,sha256=pyTW0JU8mtaqiAV6g6xjZwel1CVy2EonPMU-_vkmhUM,1044
361
- canvas-0.29.1.dist-info/METADATA,sha256=btAtREswURUt0soOc28Mrx7xoonZ2qxdVmxq6-mTx1g,4375
362
- canvas-0.29.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
363
- canvas-0.29.1.dist-info/entry_points.txt,sha256=0Vs_9GmTVUNniH6eDBlRPgofmADMV4BES6Ao26M4AbM,47
364
- canvas-0.29.1.dist-info/RECORD,,
361
+ canvas-0.30.0.dist-info/METADATA,sha256=aSwVXQvMSzHTuiu9ECdutG6003t-9hCiK_laKzEtuKQ,4375
362
+ canvas-0.30.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
363
+ canvas-0.30.0.dist-info/entry_points.txt,sha256=0Vs_9GmTVUNniH6eDBlRPgofmADMV4BES6Ao26M4AbM,47
364
+ canvas-0.30.0.dist-info/RECORD,,
@@ -81,6 +81,7 @@ manifest_schema = {
81
81
  "SCRIPTS",
82
82
  "ALLOW_SAME_ORIGIN",
83
83
  "MICROPHONE",
84
+ "CAMERA",
84
85
  ],
85
86
  },
86
87
  },