@lessly/sdk-app 64.0.0 → 64.2.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 +12 -1
- package/dist/_types/gen/types.gen.d.ts +250 -13
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +21 -1
- package/dist/{chunk-PRFCIXWX.js → chunk-6MZMAF4Y.js} +83 -2
- package/dist/{chunk-PRFCIXWX.js.map → chunk-6MZMAF4Y.js.map} +1 -1
- package/dist/index.cjs +86 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -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 +25 -0
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.js +21 -1
- package/dist/workflow/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +81 -0
- package/src/gen/client.gen.ts +21 -0
- package/src/gen/manifest.gen.ts +5 -0
- package/src/gen/types.gen.ts +261 -13
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +33 -0
package/dist/index.cjs
CHANGED
|
@@ -10974,6 +10974,21 @@ var bindings = {
|
|
|
10974
10974
|
"readOnly": true
|
|
10975
10975
|
}
|
|
10976
10976
|
},
|
|
10977
|
+
"dependency": {
|
|
10978
|
+
"list": {
|
|
10979
|
+
"level": "read",
|
|
10980
|
+
"method": "GET",
|
|
10981
|
+
"operationKey": "workflow_dependency_list",
|
|
10982
|
+
"params": [
|
|
10983
|
+
{
|
|
10984
|
+
"in": "query",
|
|
10985
|
+
"name": "toolkit"
|
|
10986
|
+
}
|
|
10987
|
+
],
|
|
10988
|
+
"path": "/workflow/health/dependencies",
|
|
10989
|
+
"readOnly": true
|
|
10990
|
+
}
|
|
10991
|
+
},
|
|
10977
10992
|
"grant": {
|
|
10978
10993
|
"list": {
|
|
10979
10994
|
"level": "read",
|
|
@@ -10990,6 +11005,27 @@ var bindings = {
|
|
|
10990
11005
|
}
|
|
10991
11006
|
},
|
|
10992
11007
|
"health": {
|
|
11008
|
+
"list": {
|
|
11009
|
+
"level": "read",
|
|
11010
|
+
"method": "GET",
|
|
11011
|
+
"operationKey": "workflow_health_list",
|
|
11012
|
+
"params": [
|
|
11013
|
+
{
|
|
11014
|
+
"in": "query",
|
|
11015
|
+
"name": "workflow_id"
|
|
11016
|
+
},
|
|
11017
|
+
{
|
|
11018
|
+
"in": "query",
|
|
11019
|
+
"name": "cursor"
|
|
11020
|
+
},
|
|
11021
|
+
{
|
|
11022
|
+
"in": "query",
|
|
11023
|
+
"name": "limit"
|
|
11024
|
+
}
|
|
11025
|
+
],
|
|
11026
|
+
"path": "/workflow/health/list",
|
|
11027
|
+
"readOnly": true
|
|
11028
|
+
},
|
|
10993
11029
|
"ping": {
|
|
10994
11030
|
"level": "read",
|
|
10995
11031
|
"method": "GET",
|
|
@@ -10998,6 +11034,28 @@ var bindings = {
|
|
|
10998
11034
|
"readOnly": true
|
|
10999
11035
|
}
|
|
11000
11036
|
},
|
|
11037
|
+
"killswitch": {
|
|
11038
|
+
"get": {
|
|
11039
|
+
"level": "read",
|
|
11040
|
+
"method": "GET",
|
|
11041
|
+
"operationKey": "workflow_killswitch_get",
|
|
11042
|
+
"path": "/workflow/killswitch",
|
|
11043
|
+
"readOnly": true
|
|
11044
|
+
},
|
|
11045
|
+
"set": {
|
|
11046
|
+
"level": "write",
|
|
11047
|
+
"method": "POST",
|
|
11048
|
+
"operationKey": "workflow_killswitch_set",
|
|
11049
|
+
"params": [
|
|
11050
|
+
{
|
|
11051
|
+
"in": "body",
|
|
11052
|
+
"name": "on"
|
|
11053
|
+
}
|
|
11054
|
+
],
|
|
11055
|
+
"path": "/workflow/killswitch",
|
|
11056
|
+
"readOnly": false
|
|
11057
|
+
}
|
|
11058
|
+
},
|
|
11001
11059
|
"run": {
|
|
11002
11060
|
"cancel": {
|
|
11003
11061
|
"level": "write",
|
|
@@ -11089,6 +11147,29 @@ var bindings = {
|
|
|
11089
11147
|
"readOnly": false
|
|
11090
11148
|
}
|
|
11091
11149
|
},
|
|
11150
|
+
"run-replay": {
|
|
11151
|
+
"all": {
|
|
11152
|
+
"level": "write",
|
|
11153
|
+
"method": "POST",
|
|
11154
|
+
"operationKey": "workflow_run_replay_all",
|
|
11155
|
+
"params": [
|
|
11156
|
+
{
|
|
11157
|
+
"in": "body",
|
|
11158
|
+
"name": "workflow_id"
|
|
11159
|
+
},
|
|
11160
|
+
{
|
|
11161
|
+
"in": "body",
|
|
11162
|
+
"name": "status"
|
|
11163
|
+
},
|
|
11164
|
+
{
|
|
11165
|
+
"in": "body",
|
|
11166
|
+
"name": "limit"
|
|
11167
|
+
}
|
|
11168
|
+
],
|
|
11169
|
+
"path": "/workflow/runs/replay-all",
|
|
11170
|
+
"readOnly": false
|
|
11171
|
+
}
|
|
11172
|
+
},
|
|
11092
11173
|
"version": {
|
|
11093
11174
|
"get": {
|
|
11094
11175
|
"level": "read",
|
|
@@ -11708,12 +11789,17 @@ var operations = {
|
|
|
11708
11789
|
"workflow_definition_publish": "write",
|
|
11709
11790
|
"workflow_definition_update": "write",
|
|
11710
11791
|
"workflow_definition_validate": "read",
|
|
11792
|
+
"workflow_dependency_list": "read",
|
|
11711
11793
|
"workflow_grant_list": "read",
|
|
11794
|
+
"workflow_health_list": "read",
|
|
11712
11795
|
"workflow_health_ping": "read",
|
|
11796
|
+
"workflow_killswitch_get": "read",
|
|
11797
|
+
"workflow_killswitch_set": "write",
|
|
11713
11798
|
"workflow_run_cancel": "write",
|
|
11714
11799
|
"workflow_run_get": "read",
|
|
11715
11800
|
"workflow_run_list": "read",
|
|
11716
11801
|
"workflow_run_replay": "write",
|
|
11802
|
+
"workflow_run_replay_all": "write",
|
|
11717
11803
|
"workflow_run_start": "write",
|
|
11718
11804
|
"workflow_version_get": "read",
|
|
11719
11805
|
"workflow_version_list": "read"
|