@lessly/sdk-app 63.8.1 → 64.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 +11 -1
- package/dist/_types/gen/types.gen.d.ts +418 -8
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +17 -1
- package/dist/{chunk-NC3E6KPQ.js → chunk-E5DOALAH.js} +62 -2
- package/dist/{chunk-NC3E6KPQ.js.map → chunk-E5DOALAH.js.map} +1 -1
- package/dist/index.cjs +64 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -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 +20 -0
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.js +17 -1
- package/dist/workflow/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +60 -0
- package/src/gen/client.gen.ts +18 -0
- package/src/gen/manifest.gen.ts +4 -0
- package/src/gen/types.gen.ts +427 -8
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +26 -0
|
@@ -10759,6 +10759,21 @@ var bindings = {
|
|
|
10759
10759
|
"readOnly": true
|
|
10760
10760
|
}
|
|
10761
10761
|
},
|
|
10762
|
+
"grant": {
|
|
10763
|
+
"list": {
|
|
10764
|
+
"level": "read",
|
|
10765
|
+
"method": "GET",
|
|
10766
|
+
"operationKey": "workflow_grant_list",
|
|
10767
|
+
"params": [
|
|
10768
|
+
{
|
|
10769
|
+
"in": "query",
|
|
10770
|
+
"name": "workflow_id"
|
|
10771
|
+
}
|
|
10772
|
+
],
|
|
10773
|
+
"path": "/workflow/grant",
|
|
10774
|
+
"readOnly": true
|
|
10775
|
+
}
|
|
10776
|
+
},
|
|
10762
10777
|
"health": {
|
|
10763
10778
|
"ping": {
|
|
10764
10779
|
"level": "read",
|
|
@@ -10768,6 +10783,28 @@ var bindings = {
|
|
|
10768
10783
|
"readOnly": true
|
|
10769
10784
|
}
|
|
10770
10785
|
},
|
|
10786
|
+
"killswitch": {
|
|
10787
|
+
"get": {
|
|
10788
|
+
"level": "read",
|
|
10789
|
+
"method": "GET",
|
|
10790
|
+
"operationKey": "workflow_killswitch_get",
|
|
10791
|
+
"path": "/workflow/killswitch",
|
|
10792
|
+
"readOnly": true
|
|
10793
|
+
},
|
|
10794
|
+
"set": {
|
|
10795
|
+
"level": "write",
|
|
10796
|
+
"method": "POST",
|
|
10797
|
+
"operationKey": "workflow_killswitch_set",
|
|
10798
|
+
"params": [
|
|
10799
|
+
{
|
|
10800
|
+
"in": "body",
|
|
10801
|
+
"name": "on"
|
|
10802
|
+
}
|
|
10803
|
+
],
|
|
10804
|
+
"path": "/workflow/killswitch",
|
|
10805
|
+
"readOnly": false
|
|
10806
|
+
}
|
|
10807
|
+
},
|
|
10771
10808
|
"run": {
|
|
10772
10809
|
"cancel": {
|
|
10773
10810
|
"level": "write",
|
|
@@ -10859,6 +10896,29 @@ var bindings = {
|
|
|
10859
10896
|
"readOnly": false
|
|
10860
10897
|
}
|
|
10861
10898
|
},
|
|
10899
|
+
"run-replay": {
|
|
10900
|
+
"all": {
|
|
10901
|
+
"level": "write",
|
|
10902
|
+
"method": "POST",
|
|
10903
|
+
"operationKey": "workflow_run_replay_all",
|
|
10904
|
+
"params": [
|
|
10905
|
+
{
|
|
10906
|
+
"in": "body",
|
|
10907
|
+
"name": "workflow_id"
|
|
10908
|
+
},
|
|
10909
|
+
{
|
|
10910
|
+
"in": "body",
|
|
10911
|
+
"name": "status"
|
|
10912
|
+
},
|
|
10913
|
+
{
|
|
10914
|
+
"in": "body",
|
|
10915
|
+
"name": "limit"
|
|
10916
|
+
}
|
|
10917
|
+
],
|
|
10918
|
+
"path": "/workflow/runs/replay-all",
|
|
10919
|
+
"readOnly": false
|
|
10920
|
+
}
|
|
10921
|
+
},
|
|
10862
10922
|
"version": {
|
|
10863
10923
|
"get": {
|
|
10864
10924
|
"level": "read",
|
|
@@ -10912,5 +10972,5 @@ var wsBindings = {
|
|
|
10912
10972
|
};
|
|
10913
10973
|
|
|
10914
10974
|
export { bindings, wsBindings };
|
|
10915
|
-
//# sourceMappingURL=chunk-
|
|
10916
|
-
//# sourceMappingURL=chunk-
|
|
10975
|
+
//# sourceMappingURL=chunk-E5DOALAH.js.map
|
|
10976
|
+
//# sourceMappingURL=chunk-E5DOALAH.js.map
|