@lessly/sdk-app 67.3.0 → 67.4.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 +4 -1
- package/dist/_types/gen/types.gen.d.ts +72 -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-37QTFCCK.js → chunk-UPW2DNXO.js} +15 -2
- package/dist/{chunk-37QTFCCK.js.map → chunk-UPW2DNXO.js.map} +1 -1
- package/dist/index.cjs +14 -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 +13 -0
- package/src/gen/client.gen.ts +5 -0
- package/src/gen/manifest.gen.ts +1 -0
- package/src/gen/types.gen.ts +75 -0
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +7 -0
package/dist/index.cjs
CHANGED
|
@@ -10774,6 +10774,15 @@ var bindings = {
|
|
|
10774
10774
|
}
|
|
10775
10775
|
},
|
|
10776
10776
|
"workflow": {
|
|
10777
|
+
"cap": {
|
|
10778
|
+
"list": {
|
|
10779
|
+
"level": "read",
|
|
10780
|
+
"method": "GET",
|
|
10781
|
+
"operationKey": "workflow_cap_list",
|
|
10782
|
+
"path": "/workflow/caps",
|
|
10783
|
+
"readOnly": true
|
|
10784
|
+
}
|
|
10785
|
+
},
|
|
10777
10786
|
"capability": {
|
|
10778
10787
|
"get": {
|
|
10779
10788
|
"level": "read",
|
|
@@ -11211,6 +11220,10 @@ var bindings = {
|
|
|
11211
11220
|
"in": "query",
|
|
11212
11221
|
"name": "test"
|
|
11213
11222
|
},
|
|
11223
|
+
{
|
|
11224
|
+
"in": "query",
|
|
11225
|
+
"name": "subject_key"
|
|
11226
|
+
},
|
|
11214
11227
|
{
|
|
11215
11228
|
"in": "query",
|
|
11216
11229
|
"name": "cursor"
|
|
@@ -12026,6 +12039,7 @@ var operations = {
|
|
|
12026
12039
|
"waitlist_signups_erase": "write",
|
|
12027
12040
|
"waitlist_signups_funnel": "read",
|
|
12028
12041
|
"waitlist_signups_list": "read",
|
|
12042
|
+
"workflow_cap_list": "read",
|
|
12029
12043
|
"workflow_capability_get": "read",
|
|
12030
12044
|
"workflow_capability_list": "read",
|
|
12031
12045
|
"workflow_config_delete": "admin",
|