@c1m-public/control-client 0.1.0 → 0.1.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.
- package/dist/types.d.ts +1 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export interface ChannelWebhookDelivery {
|
|
|
82
82
|
webhook_id?: string;
|
|
83
83
|
event_id: string;
|
|
84
84
|
event_type: string;
|
|
85
|
-
status:
|
|
85
|
+
status: "pending" | "delivering" | "delivered" | "dead";
|
|
86
86
|
attempt_count: number;
|
|
87
87
|
next_attempt_at: string;
|
|
88
88
|
last_error?: string;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c1m-public/control-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Typed server-side client for C1M platform and workspace control APIs",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/cloud1mediaLtd/mml-js.git",
|
|
9
|
+
"url": "git+https://github.com/cloud1mediaLtd/mml-js.git",
|
|
10
10
|
"directory": "packages/control-client"
|
|
11
11
|
},
|
|
12
12
|
"main": "./dist/index.js",
|