@lessly/sdk-app 67.4.0 → 68.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 +6 -3
- package/dist/_types/gen/types.gen.d.ts +224 -49
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +1 -9
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +13 -1
- package/dist/{chunk-UPW2DNXO.js → chunk-GFP6RQ7Z.js} +45 -28
- package/dist/{chunk-UPW2DNXO.js.map → chunk-GFP6RQ7Z.js.map} +1 -1
- package/dist/index.cjs +46 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.js +1 -1
- package/dist/users/index.cjs +0 -10
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +1 -9
- package/dist/users/index.js.map +1 -1
- package/dist/workflow/index.cjs +15 -0
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.js +13 -1
- package/dist/workflow/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +43 -26
- package/src/gen/client.gen.ts +11 -6
- package/src/gen/manifest.gen.ts +3 -2
- package/src/gen/types.gen.ts +231 -53
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +0 -12
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +20 -0
|
@@ -10004,19 +10004,6 @@ var bindings = {
|
|
|
10004
10004
|
"path": "/users/users/:userId",
|
|
10005
10005
|
"readOnly": false
|
|
10006
10006
|
},
|
|
10007
|
-
"erase": {
|
|
10008
|
-
"level": "admin",
|
|
10009
|
-
"method": "POST",
|
|
10010
|
-
"operationKey": "users_users_erase",
|
|
10011
|
-
"params": [
|
|
10012
|
-
{
|
|
10013
|
-
"in": "path",
|
|
10014
|
-
"name": "userId"
|
|
10015
|
-
}
|
|
10016
|
-
],
|
|
10017
|
-
"path": "/users/users/:userId/erase",
|
|
10018
|
-
"readOnly": false
|
|
10019
|
-
},
|
|
10020
10007
|
"export": {
|
|
10021
10008
|
"level": "admin",
|
|
10022
10009
|
"method": "GET",
|
|
@@ -10217,19 +10204,6 @@ var bindings = {
|
|
|
10217
10204
|
}
|
|
10218
10205
|
},
|
|
10219
10206
|
"waitlist": {
|
|
10220
|
-
"erase": {
|
|
10221
|
-
"level": "admin",
|
|
10222
|
-
"method": "POST",
|
|
10223
|
-
"operationKey": "users_waitlist_erase",
|
|
10224
|
-
"params": [
|
|
10225
|
-
{
|
|
10226
|
-
"in": "body",
|
|
10227
|
-
"name": "userId"
|
|
10228
|
-
}
|
|
10229
|
-
],
|
|
10230
|
-
"path": "/users/waitlist/erase",
|
|
10231
|
-
"readOnly": false
|
|
10232
|
-
},
|
|
10233
10207
|
"funnel": {
|
|
10234
10208
|
"level": "read",
|
|
10235
10209
|
"method": "POST",
|
|
@@ -10738,6 +10712,23 @@ var bindings = {
|
|
|
10738
10712
|
"path": "/workflow/definition/enable",
|
|
10739
10713
|
"readOnly": false
|
|
10740
10714
|
},
|
|
10715
|
+
"estimate": {
|
|
10716
|
+
"level": "read",
|
|
10717
|
+
"method": "POST",
|
|
10718
|
+
"operationKey": "workflow_definition_estimate",
|
|
10719
|
+
"params": [
|
|
10720
|
+
{
|
|
10721
|
+
"in": "body",
|
|
10722
|
+
"name": "workflow_id"
|
|
10723
|
+
},
|
|
10724
|
+
{
|
|
10725
|
+
"in": "body",
|
|
10726
|
+
"name": "definition"
|
|
10727
|
+
}
|
|
10728
|
+
],
|
|
10729
|
+
"path": "/workflow/definition/estimate",
|
|
10730
|
+
"readOnly": true
|
|
10731
|
+
},
|
|
10741
10732
|
"export": {
|
|
10742
10733
|
"level": "read",
|
|
10743
10734
|
"method": "GET",
|
|
@@ -11121,6 +11112,32 @@ var bindings = {
|
|
|
11121
11112
|
"readOnly": false
|
|
11122
11113
|
}
|
|
11123
11114
|
},
|
|
11115
|
+
"template": {
|
|
11116
|
+
"apply": {
|
|
11117
|
+
"level": "write",
|
|
11118
|
+
"method": "POST",
|
|
11119
|
+
"operationKey": "workflow_template_apply",
|
|
11120
|
+
"params": [
|
|
11121
|
+
{
|
|
11122
|
+
"in": "body",
|
|
11123
|
+
"name": "template_id"
|
|
11124
|
+
},
|
|
11125
|
+
{
|
|
11126
|
+
"in": "body",
|
|
11127
|
+
"name": "name"
|
|
11128
|
+
}
|
|
11129
|
+
],
|
|
11130
|
+
"path": "/workflow/templates/apply",
|
|
11131
|
+
"readOnly": false
|
|
11132
|
+
},
|
|
11133
|
+
"list": {
|
|
11134
|
+
"level": "read",
|
|
11135
|
+
"method": "GET",
|
|
11136
|
+
"operationKey": "workflow_template_list",
|
|
11137
|
+
"path": "/workflow/templates",
|
|
11138
|
+
"readOnly": true
|
|
11139
|
+
}
|
|
11140
|
+
},
|
|
11124
11141
|
"version": {
|
|
11125
11142
|
"get": {
|
|
11126
11143
|
"level": "read",
|
|
@@ -11270,5 +11287,5 @@ var wsBindings = {
|
|
|
11270
11287
|
};
|
|
11271
11288
|
|
|
11272
11289
|
export { bindings, wsBindings };
|
|
11273
|
-
//# sourceMappingURL=chunk-
|
|
11274
|
-
//# sourceMappingURL=chunk-
|
|
11290
|
+
//# sourceMappingURL=chunk-GFP6RQ7Z.js.map
|
|
11291
|
+
//# sourceMappingURL=chunk-GFP6RQ7Z.js.map
|