@lessly/sdk-app 67.0.1 → 67.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 +2 -1
- package/dist/_types/gen/types.gen.d.ts +229 -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-FHCLOD3O.js → chunk-NEGA65H6.js} +23 -2
- package/dist/{chunk-FHCLOD3O.js.map → chunk-NEGA65H6.js.map} +1 -1
- package/dist/index.cjs +22 -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 +21 -0
- package/src/gen/client.gen.ts +3 -0
- package/src/gen/manifest.gen.ts +1 -0
- package/src/gen/types.gen.ts +231 -0
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +7 -0
package/dist/index.cjs
CHANGED
|
@@ -11236,6 +11236,27 @@ var bindings = {
|
|
|
11236
11236
|
"path": "/workflow/runs/start",
|
|
11237
11237
|
"readOnly": false
|
|
11238
11238
|
},
|
|
11239
|
+
"stats": {
|
|
11240
|
+
"level": "read",
|
|
11241
|
+
"method": "GET",
|
|
11242
|
+
"operationKey": "workflow_run_stats",
|
|
11243
|
+
"params": [
|
|
11244
|
+
{
|
|
11245
|
+
"in": "query",
|
|
11246
|
+
"name": "workflow_id"
|
|
11247
|
+
},
|
|
11248
|
+
{
|
|
11249
|
+
"in": "query",
|
|
11250
|
+
"name": "window"
|
|
11251
|
+
},
|
|
11252
|
+
{
|
|
11253
|
+
"in": "query",
|
|
11254
|
+
"name": "include_test"
|
|
11255
|
+
}
|
|
11256
|
+
],
|
|
11257
|
+
"path": "/workflow/runs/stats",
|
|
11258
|
+
"readOnly": true
|
|
11259
|
+
},
|
|
11239
11260
|
"test": {
|
|
11240
11261
|
"level": "write",
|
|
11241
11262
|
"method": "POST",
|
|
@@ -12008,6 +12029,7 @@ var operations = {
|
|
|
12008
12029
|
"workflow_run_replay": "write",
|
|
12009
12030
|
"workflow_run_replay_all": "write",
|
|
12010
12031
|
"workflow_run_start": "write",
|
|
12032
|
+
"workflow_run_stats": "read",
|
|
12011
12033
|
"workflow_run_test": "write",
|
|
12012
12034
|
"workflow_version_get": "read",
|
|
12013
12035
|
"workflow_version_list": "read",
|