@lessly/sdk-app 67.3.0 → 67.5.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 +9 -1
- package/dist/_types/gen/types.gen.d.ts +296 -2
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +17 -1
- package/dist/{chunk-37QTFCCK.js → chunk-SJFS6NWD.js} +58 -2
- package/dist/{chunk-37QTFCCK.js.map → chunk-SJFS6NWD.js.map} +1 -1
- package/dist/index.cjs +60 -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 +56 -0
- package/src/gen/client.gen.ts +16 -0
- package/src/gen/manifest.gen.ts +4 -0
- package/src/gen/types.gen.ts +306 -2
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +27 -0
|
@@ -10559,6 +10559,15 @@ var bindings = {
|
|
|
10559
10559
|
}
|
|
10560
10560
|
},
|
|
10561
10561
|
"workflow": {
|
|
10562
|
+
"cap": {
|
|
10563
|
+
"list": {
|
|
10564
|
+
"level": "read",
|
|
10565
|
+
"method": "GET",
|
|
10566
|
+
"operationKey": "workflow_cap_list",
|
|
10567
|
+
"path": "/workflow/caps",
|
|
10568
|
+
"readOnly": true
|
|
10569
|
+
}
|
|
10570
|
+
},
|
|
10562
10571
|
"capability": {
|
|
10563
10572
|
"get": {
|
|
10564
10573
|
"level": "read",
|
|
@@ -10729,6 +10738,23 @@ var bindings = {
|
|
|
10729
10738
|
"path": "/workflow/definition/enable",
|
|
10730
10739
|
"readOnly": false
|
|
10731
10740
|
},
|
|
10741
|
+
"estimate": {
|
|
10742
|
+
"level": "read",
|
|
10743
|
+
"method": "POST",
|
|
10744
|
+
"operationKey": "workflow_definition_estimate",
|
|
10745
|
+
"params": [
|
|
10746
|
+
{
|
|
10747
|
+
"in": "body",
|
|
10748
|
+
"name": "workflow_id"
|
|
10749
|
+
},
|
|
10750
|
+
{
|
|
10751
|
+
"in": "body",
|
|
10752
|
+
"name": "definition"
|
|
10753
|
+
}
|
|
10754
|
+
],
|
|
10755
|
+
"path": "/workflow/definition/estimate",
|
|
10756
|
+
"readOnly": true
|
|
10757
|
+
},
|
|
10732
10758
|
"export": {
|
|
10733
10759
|
"level": "read",
|
|
10734
10760
|
"method": "GET",
|
|
@@ -10996,6 +11022,10 @@ var bindings = {
|
|
|
10996
11022
|
"in": "query",
|
|
10997
11023
|
"name": "test"
|
|
10998
11024
|
},
|
|
11025
|
+
{
|
|
11026
|
+
"in": "query",
|
|
11027
|
+
"name": "subject_key"
|
|
11028
|
+
},
|
|
10999
11029
|
{
|
|
11000
11030
|
"in": "query",
|
|
11001
11031
|
"name": "cursor"
|
|
@@ -11108,6 +11138,32 @@ var bindings = {
|
|
|
11108
11138
|
"readOnly": false
|
|
11109
11139
|
}
|
|
11110
11140
|
},
|
|
11141
|
+
"template": {
|
|
11142
|
+
"apply": {
|
|
11143
|
+
"level": "write",
|
|
11144
|
+
"method": "POST",
|
|
11145
|
+
"operationKey": "workflow_template_apply",
|
|
11146
|
+
"params": [
|
|
11147
|
+
{
|
|
11148
|
+
"in": "body",
|
|
11149
|
+
"name": "template_id"
|
|
11150
|
+
},
|
|
11151
|
+
{
|
|
11152
|
+
"in": "body",
|
|
11153
|
+
"name": "name"
|
|
11154
|
+
}
|
|
11155
|
+
],
|
|
11156
|
+
"path": "/workflow/templates/apply",
|
|
11157
|
+
"readOnly": false
|
|
11158
|
+
},
|
|
11159
|
+
"list": {
|
|
11160
|
+
"level": "read",
|
|
11161
|
+
"method": "GET",
|
|
11162
|
+
"operationKey": "workflow_template_list",
|
|
11163
|
+
"path": "/workflow/templates",
|
|
11164
|
+
"readOnly": true
|
|
11165
|
+
}
|
|
11166
|
+
},
|
|
11111
11167
|
"version": {
|
|
11112
11168
|
"get": {
|
|
11113
11169
|
"level": "read",
|
|
@@ -11257,5 +11313,5 @@ var wsBindings = {
|
|
|
11257
11313
|
};
|
|
11258
11314
|
|
|
11259
11315
|
export { bindings, wsBindings };
|
|
11260
|
-
//# sourceMappingURL=chunk-
|
|
11261
|
-
//# sourceMappingURL=chunk-
|
|
11316
|
+
//# sourceMappingURL=chunk-SJFS6NWD.js.map
|
|
11317
|
+
//# sourceMappingURL=chunk-SJFS6NWD.js.map
|