@lessly/sdk-app 65.2.0 → 66.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_types/gen/client.gen.d.ts +2 -1
- package/dist/_types/gen/types.gen.d.ts +94 -0
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +5 -1
- package/dist/{chunk-Z3HG67EN.js → chunk-ORP3C4MA.js} +15 -2
- package/dist/{chunk-Z3HG67EN.js.map → chunk-ORP3C4MA.js.map} +1 -1
- package/dist/index.cjs +15 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.js +1 -1
- package/dist/workflow/index.cjs +5 -0
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.js +5 -1
- package/dist/workflow/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +13 -0
- package/src/gen/client.gen.ts +3 -0
- package/src/gen/manifest.gen.ts +2 -1
- package/src/gen/types.gen.ts +96 -0
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +6 -0
package/dist/index.cjs
CHANGED
|
@@ -11075,6 +11075,19 @@ var bindings = {
|
|
|
11075
11075
|
],
|
|
11076
11076
|
"path": "/workflow/grant",
|
|
11077
11077
|
"readOnly": true
|
|
11078
|
+
},
|
|
11079
|
+
"request": {
|
|
11080
|
+
"level": "write",
|
|
11081
|
+
"method": "POST",
|
|
11082
|
+
"operationKey": "workflow_grant_request",
|
|
11083
|
+
"params": [
|
|
11084
|
+
{
|
|
11085
|
+
"in": "body",
|
|
11086
|
+
"name": "workflow_id"
|
|
11087
|
+
}
|
|
11088
|
+
],
|
|
11089
|
+
"path": "/workflow/grant/request",
|
|
11090
|
+
"readOnly": false
|
|
11078
11091
|
}
|
|
11079
11092
|
},
|
|
11080
11093
|
"health": {
|
|
@@ -11867,6 +11880,7 @@ var operations = {
|
|
|
11867
11880
|
"workflow_definition_validate": "read",
|
|
11868
11881
|
"workflow_dependency_list": "read",
|
|
11869
11882
|
"workflow_grant_list": "read",
|
|
11883
|
+
"workflow_grant_request": "write",
|
|
11870
11884
|
"workflow_health_list": "read",
|
|
11871
11885
|
"workflow_health_ping": "read",
|
|
11872
11886
|
"workflow_killswitch_get": "read",
|
|
@@ -11920,7 +11934,7 @@ var compositions = {
|
|
|
11920
11934
|
"mail_template_publish": { "label": "Publish template" },
|
|
11921
11935
|
"mail_template_update": { "label": "Update template" },
|
|
11922
11936
|
"mail_usage_get": { "label": "Get usage" },
|
|
11923
|
-
"playground_workflow_echo": { "pii": ["input.note"], "label": "Store workflow echo" },
|
|
11937
|
+
"playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
|
|
11924
11938
|
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" }
|
|
11925
11939
|
};
|
|
11926
11940
|
|