@lessly/sdk-app 63.8.0 → 64.0.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 +4 -1
- package/dist/_types/gen/types.gen.d.ts +359 -3
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +5 -1
- package/dist/{chunk-ETSAJJIN.js → chunk-PRFCIXWX.js} +31 -2
- package/dist/{chunk-ETSAJJIN.js.map → chunk-PRFCIXWX.js.map} +1 -1
- package/dist/index.cjs +30 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- 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 +29 -0
- package/src/gen/client.gen.ts +5 -0
- package/src/gen/manifest.gen.ts +1 -0
- package/src/gen/types.gen.ts +361 -3
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +7 -0
package/dist/index.cjs
CHANGED
|
@@ -10974,6 +10974,21 @@ var bindings = {
|
|
|
10974
10974
|
"readOnly": true
|
|
10975
10975
|
}
|
|
10976
10976
|
},
|
|
10977
|
+
"grant": {
|
|
10978
|
+
"list": {
|
|
10979
|
+
"level": "read",
|
|
10980
|
+
"method": "GET",
|
|
10981
|
+
"operationKey": "workflow_grant_list",
|
|
10982
|
+
"params": [
|
|
10983
|
+
{
|
|
10984
|
+
"in": "query",
|
|
10985
|
+
"name": "workflow_id"
|
|
10986
|
+
}
|
|
10987
|
+
],
|
|
10988
|
+
"path": "/workflow/grant",
|
|
10989
|
+
"readOnly": true
|
|
10990
|
+
}
|
|
10991
|
+
},
|
|
10977
10992
|
"health": {
|
|
10978
10993
|
"ping": {
|
|
10979
10994
|
"level": "read",
|
|
@@ -11056,6 +11071,20 @@ var bindings = {
|
|
|
11056
11071
|
"level": "write",
|
|
11057
11072
|
"method": "POST",
|
|
11058
11073
|
"operationKey": "workflow_run_start",
|
|
11074
|
+
"params": [
|
|
11075
|
+
{
|
|
11076
|
+
"in": "body",
|
|
11077
|
+
"name": "workflow_id"
|
|
11078
|
+
},
|
|
11079
|
+
{
|
|
11080
|
+
"in": "body",
|
|
11081
|
+
"name": "idempotency_key"
|
|
11082
|
+
},
|
|
11083
|
+
{
|
|
11084
|
+
"in": "body",
|
|
11085
|
+
"name": "input"
|
|
11086
|
+
}
|
|
11087
|
+
],
|
|
11059
11088
|
"path": "/workflow/runs/start",
|
|
11060
11089
|
"readOnly": false
|
|
11061
11090
|
}
|
|
@@ -11679,6 +11708,7 @@ var operations = {
|
|
|
11679
11708
|
"workflow_definition_publish": "write",
|
|
11680
11709
|
"workflow_definition_update": "write",
|
|
11681
11710
|
"workflow_definition_validate": "read",
|
|
11711
|
+
"workflow_grant_list": "read",
|
|
11682
11712
|
"workflow_health_ping": "read",
|
|
11683
11713
|
"workflow_run_cancel": "write",
|
|
11684
11714
|
"workflow_run_get": "read",
|