@lessly/sdk-app 70.0.0 → 70.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 +3 -40
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/organization/index.d.ts +1 -1
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +1 -13
- package/dist/_types/gen/types.gen.d.ts +51 -380
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +9 -1
- package/dist/index.cjs +49 -348
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11053 -75
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +0 -15
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.js +1 -13
- package/dist/organization/index.js.map +1 -1
- package/dist/users/index.cjs +10 -0
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +9 -1
- package/dist/users/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/bindings.gen.ts +37 -284
- package/src/gen/client.gen.ts +6 -77
- package/src/gen/manifest.gen.ts +14 -74
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -19
- package/src/gen/types.gen.ts +55 -430
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +12 -0
- package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
- package/dist/_types/gen/playground/index.d.ts +0 -3
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -66
- package/dist/chunk-GFP6RQ7Z.js +0 -11291
- package/dist/chunk-GFP6RQ7Z.js.map +0 -1
- package/dist/playground/index.cjs +0 -101
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -1
- package/dist/playground/index.d.ts +0 -1
- package/dist/playground/index.js +0 -74
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/connect.gen.ts +0 -9
- package/src/gen/playground/index.ts +0 -4
- package/src/gen/playground/queryOptions.gen.ts +0 -112
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -6659,79 +6659,6 @@ export const bindings: BindingsMap = {
|
|
|
6659
6659
|
"readOnly": true
|
|
6660
6660
|
}
|
|
6661
6661
|
},
|
|
6662
|
-
"principal-grants": {
|
|
6663
|
-
"approve": {
|
|
6664
|
-
"level": "write",
|
|
6665
|
-
"method": "POST",
|
|
6666
|
-
"operationKey": "organization_principal-grants_approve",
|
|
6667
|
-
"params": [
|
|
6668
|
-
{
|
|
6669
|
-
"in": "path",
|
|
6670
|
-
"name": "productId"
|
|
6671
|
-
},
|
|
6672
|
-
{
|
|
6673
|
-
"in": "body",
|
|
6674
|
-
"name": "principalKind"
|
|
6675
|
-
},
|
|
6676
|
-
{
|
|
6677
|
-
"in": "body",
|
|
6678
|
-
"name": "principalId"
|
|
6679
|
-
},
|
|
6680
|
-
{
|
|
6681
|
-
"in": "body",
|
|
6682
|
-
"name": "tools"
|
|
6683
|
-
}
|
|
6684
|
-
],
|
|
6685
|
-
"path": "/governance/api/v1/products/:productId/principal-grants/approve",
|
|
6686
|
-
"readOnly": false
|
|
6687
|
-
},
|
|
6688
|
-
"list": {
|
|
6689
|
-
"level": "read",
|
|
6690
|
-
"method": "GET",
|
|
6691
|
-
"operationKey": "organization_principal-grants_list",
|
|
6692
|
-
"params": [
|
|
6693
|
-
{
|
|
6694
|
-
"in": "path",
|
|
6695
|
-
"name": "productId"
|
|
6696
|
-
},
|
|
6697
|
-
{
|
|
6698
|
-
"in": "query",
|
|
6699
|
-
"name": "principalKind"
|
|
6700
|
-
}
|
|
6701
|
-
],
|
|
6702
|
-
"path": "/governance/api/v1/products/:productId/principal-grants",
|
|
6703
|
-
"readOnly": true
|
|
6704
|
-
},
|
|
6705
|
-
"revoke": {
|
|
6706
|
-
"level": "admin",
|
|
6707
|
-
"method": "POST",
|
|
6708
|
-
"operationKey": "organization_principal-grants_revoke",
|
|
6709
|
-
"params": [
|
|
6710
|
-
{
|
|
6711
|
-
"in": "path",
|
|
6712
|
-
"name": "productId"
|
|
6713
|
-
},
|
|
6714
|
-
{
|
|
6715
|
-
"in": "body",
|
|
6716
|
-
"name": "principalKind"
|
|
6717
|
-
},
|
|
6718
|
-
{
|
|
6719
|
-
"in": "body",
|
|
6720
|
-
"name": "principalId"
|
|
6721
|
-
},
|
|
6722
|
-
{
|
|
6723
|
-
"in": "body",
|
|
6724
|
-
"name": "tools"
|
|
6725
|
-
},
|
|
6726
|
-
{
|
|
6727
|
-
"in": "body",
|
|
6728
|
-
"name": "reason"
|
|
6729
|
-
}
|
|
6730
|
-
],
|
|
6731
|
-
"path": "/governance/api/v1/products/:productId/principal-grants/revoke",
|
|
6732
|
-
"readOnly": false
|
|
6733
|
-
}
|
|
6734
|
-
},
|
|
6735
6662
|
"product": {
|
|
6736
6663
|
"create": {
|
|
6737
6664
|
"level": "write",
|
|
@@ -7189,198 +7116,6 @@ export const bindings: BindingsMap = {
|
|
|
7189
7116
|
}
|
|
7190
7117
|
}
|
|
7191
7118
|
},
|
|
7192
|
-
"playground": {
|
|
7193
|
-
"analytics": {
|
|
7194
|
-
"overview": {
|
|
7195
|
-
"level": "read",
|
|
7196
|
-
"method": "POST",
|
|
7197
|
-
"operationKey": "playground_analytics_overview",
|
|
7198
|
-
"params": [
|
|
7199
|
-
{
|
|
7200
|
-
"in": "body",
|
|
7201
|
-
"name": "limit"
|
|
7202
|
-
}
|
|
7203
|
-
],
|
|
7204
|
-
"path": "/playground/analytics/overview",
|
|
7205
|
-
"readOnly": true
|
|
7206
|
-
}
|
|
7207
|
-
},
|
|
7208
|
-
"billing": {
|
|
7209
|
-
"entitlements": {
|
|
7210
|
-
"level": "read",
|
|
7211
|
-
"method": "POST",
|
|
7212
|
-
"operationKey": "playground_billing_entitlements",
|
|
7213
|
-
"path": "/playground/billing/entitlements",
|
|
7214
|
-
"readOnly": true
|
|
7215
|
-
},
|
|
7216
|
-
"record-usage": {
|
|
7217
|
-
"level": "write",
|
|
7218
|
-
"method": "POST",
|
|
7219
|
-
"operationKey": "playground_billing_record-usage",
|
|
7220
|
-
"params": [
|
|
7221
|
-
{
|
|
7222
|
-
"in": "body",
|
|
7223
|
-
"name": "value"
|
|
7224
|
-
}
|
|
7225
|
-
],
|
|
7226
|
-
"path": "/playground/billing/usage",
|
|
7227
|
-
"readOnly": false
|
|
7228
|
-
}
|
|
7229
|
-
},
|
|
7230
|
-
"clickup": {
|
|
7231
|
-
"create-task": {
|
|
7232
|
-
"level": "write",
|
|
7233
|
-
"method": "POST",
|
|
7234
|
-
"operationKey": "playground_clickup_create-task",
|
|
7235
|
-
"params": [
|
|
7236
|
-
{
|
|
7237
|
-
"in": "body",
|
|
7238
|
-
"name": "listId"
|
|
7239
|
-
},
|
|
7240
|
-
{
|
|
7241
|
-
"in": "body",
|
|
7242
|
-
"name": "name"
|
|
7243
|
-
}
|
|
7244
|
-
],
|
|
7245
|
-
"path": "/playground/clickup/tasks",
|
|
7246
|
-
"readOnly": false
|
|
7247
|
-
},
|
|
7248
|
-
"get-last-webhook": {
|
|
7249
|
-
"level": "read",
|
|
7250
|
-
"method": "GET",
|
|
7251
|
-
"operationKey": "playground_clickup_get-last-webhook",
|
|
7252
|
-
"path": "/playground/clickup/webhooks/last",
|
|
7253
|
-
"readOnly": true
|
|
7254
|
-
},
|
|
7255
|
-
"get-overview": {
|
|
7256
|
-
"level": "read",
|
|
7257
|
-
"method": "GET",
|
|
7258
|
-
"operationKey": "playground_clickup_get-overview",
|
|
7259
|
-
"path": "/playground/clickup/overview",
|
|
7260
|
-
"readOnly": true
|
|
7261
|
-
}
|
|
7262
|
-
},
|
|
7263
|
-
"gdrive": {
|
|
7264
|
-
"get-last-change": {
|
|
7265
|
-
"level": "read",
|
|
7266
|
-
"method": "GET",
|
|
7267
|
-
"operationKey": "playground_gdrive_get-last-change",
|
|
7268
|
-
"path": "/playground/gdrive/changes/last",
|
|
7269
|
-
"readOnly": true
|
|
7270
|
-
},
|
|
7271
|
-
"read-file": {
|
|
7272
|
-
"level": "read",
|
|
7273
|
-
"method": "POST",
|
|
7274
|
-
"operationKey": "playground_gdrive_read-file",
|
|
7275
|
-
"params": [
|
|
7276
|
-
{
|
|
7277
|
-
"in": "body",
|
|
7278
|
-
"name": "fileId"
|
|
7279
|
-
}
|
|
7280
|
-
],
|
|
7281
|
-
"path": "/playground/gdrive/file",
|
|
7282
|
-
"readOnly": true
|
|
7283
|
-
}
|
|
7284
|
-
},
|
|
7285
|
-
"googleads": {
|
|
7286
|
-
"read-customer": {
|
|
7287
|
-
"level": "read",
|
|
7288
|
-
"method": "POST",
|
|
7289
|
-
"operationKey": "playground_googleads_read-customer",
|
|
7290
|
-
"path": "/playground/googleads/customer",
|
|
7291
|
-
"readOnly": true
|
|
7292
|
-
}
|
|
7293
|
-
},
|
|
7294
|
-
"lifecycle": {
|
|
7295
|
-
"get-state": {
|
|
7296
|
-
"level": "read",
|
|
7297
|
-
"method": "GET",
|
|
7298
|
-
"operationKey": "playground_lifecycle_get-state",
|
|
7299
|
-
"path": "/playground/lifecycle/state",
|
|
7300
|
-
"readOnly": true
|
|
7301
|
-
},
|
|
7302
|
-
"list-events": {
|
|
7303
|
-
"level": "read",
|
|
7304
|
-
"method": "GET",
|
|
7305
|
-
"operationKey": "playground_lifecycle_list-events",
|
|
7306
|
-
"path": "/playground/lifecycle/events",
|
|
7307
|
-
"readOnly": true
|
|
7308
|
-
}
|
|
7309
|
-
},
|
|
7310
|
-
"webhook": {
|
|
7311
|
-
"get-last": {
|
|
7312
|
-
"level": "read",
|
|
7313
|
-
"method": "GET",
|
|
7314
|
-
"operationKey": "playground_webhook_get-last",
|
|
7315
|
-
"path": "/playground/webhooks/last",
|
|
7316
|
-
"readOnly": true
|
|
7317
|
-
}
|
|
7318
|
-
},
|
|
7319
|
-
"workflow": {
|
|
7320
|
-
"echo": {
|
|
7321
|
-
"level": "write",
|
|
7322
|
-
"method": "POST",
|
|
7323
|
-
"operationKey": "playground_workflow_echo",
|
|
7324
|
-
"params": [
|
|
7325
|
-
{
|
|
7326
|
-
"in": "body",
|
|
7327
|
-
"name": "note"
|
|
7328
|
-
},
|
|
7329
|
-
{
|
|
7330
|
-
"in": "body",
|
|
7331
|
-
"name": "tags"
|
|
7332
|
-
}
|
|
7333
|
-
],
|
|
7334
|
-
"path": "/playground/workflow/echo",
|
|
7335
|
-
"readOnly": false
|
|
7336
|
-
},
|
|
7337
|
-
"echo-list": {
|
|
7338
|
-
"level": "read",
|
|
7339
|
-
"method": "GET",
|
|
7340
|
-
"operationKey": "playground_workflow_echo-list",
|
|
7341
|
-
"path": "/playground/workflow/echoes",
|
|
7342
|
-
"readOnly": true
|
|
7343
|
-
},
|
|
7344
|
-
"ping": {
|
|
7345
|
-
"level": "write",
|
|
7346
|
-
"method": "POST",
|
|
7347
|
-
"operationKey": "playground_workflow_ping",
|
|
7348
|
-
"params": [
|
|
7349
|
-
{
|
|
7350
|
-
"in": "body",
|
|
7351
|
-
"name": "kind"
|
|
7352
|
-
}
|
|
7353
|
-
],
|
|
7354
|
-
"path": "/playground/workflow/ping",
|
|
7355
|
-
"readOnly": false
|
|
7356
|
-
},
|
|
7357
|
-
"subjects-list": {
|
|
7358
|
-
"level": "read",
|
|
7359
|
-
"method": "GET",
|
|
7360
|
-
"operationKey": "playground_workflow_subjects-list",
|
|
7361
|
-
"params": [
|
|
7362
|
-
{
|
|
7363
|
-
"in": "query",
|
|
7364
|
-
"name": "last_activity_before"
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"in": "query",
|
|
7368
|
-
"name": "last_activity_after"
|
|
7369
|
-
},
|
|
7370
|
-
{
|
|
7371
|
-
"in": "query",
|
|
7372
|
-
"name": "limit"
|
|
7373
|
-
},
|
|
7374
|
-
{
|
|
7375
|
-
"in": "query",
|
|
7376
|
-
"name": "cursor"
|
|
7377
|
-
}
|
|
7378
|
-
],
|
|
7379
|
-
"path": "/playground/workflow/subjects",
|
|
7380
|
-
"readOnly": true
|
|
7381
|
-
}
|
|
7382
|
-
}
|
|
7383
|
-
},
|
|
7384
7119
|
"realtime": {
|
|
7385
7120
|
"archive": {
|
|
7386
7121
|
"export": {
|
|
@@ -9637,7 +9372,7 @@ export const bindings: BindingsMap = {
|
|
|
9637
9372
|
"readOnly": true
|
|
9638
9373
|
},
|
|
9639
9374
|
"upsert": {
|
|
9640
|
-
"level": "
|
|
9375
|
+
"level": "write",
|
|
9641
9376
|
"method": "PUT",
|
|
9642
9377
|
"operationKey": "users_config_upsert",
|
|
9643
9378
|
"params": [
|
|
@@ -9745,7 +9480,7 @@ export const bindings: BindingsMap = {
|
|
|
9745
9480
|
"readOnly": true
|
|
9746
9481
|
},
|
|
9747
9482
|
"reset": {
|
|
9748
|
-
"level": "
|
|
9483
|
+
"level": "write",
|
|
9749
9484
|
"method": "POST",
|
|
9750
9485
|
"operationKey": "users_factors_reset",
|
|
9751
9486
|
"params": [
|
|
@@ -9792,7 +9527,7 @@ export const bindings: BindingsMap = {
|
|
|
9792
9527
|
"readOnly": false
|
|
9793
9528
|
},
|
|
9794
9529
|
"rotate": {
|
|
9795
|
-
"level": "
|
|
9530
|
+
"level": "write",
|
|
9796
9531
|
"method": "POST",
|
|
9797
9532
|
"operationKey": "users_keys_rotate",
|
|
9798
9533
|
"path": "/users/keys/rotate",
|
|
@@ -9868,7 +9603,7 @@ export const bindings: BindingsMap = {
|
|
|
9868
9603
|
"readOnly": true
|
|
9869
9604
|
},
|
|
9870
9605
|
"impersonate": {
|
|
9871
|
-
"level": "
|
|
9606
|
+
"level": "write",
|
|
9872
9607
|
"method": "POST",
|
|
9873
9608
|
"operationKey": "users_sessions_impersonate",
|
|
9874
9609
|
"params": [
|
|
@@ -9932,7 +9667,7 @@ export const bindings: BindingsMap = {
|
|
|
9932
9667
|
},
|
|
9933
9668
|
"users": {
|
|
9934
9669
|
"ban": {
|
|
9935
|
-
"level": "
|
|
9670
|
+
"level": "write",
|
|
9936
9671
|
"method": "POST",
|
|
9937
9672
|
"operationKey": "users_users_ban",
|
|
9938
9673
|
"params": [
|
|
@@ -10006,8 +9741,21 @@ export const bindings: BindingsMap = {
|
|
|
10006
9741
|
"path": "/users/users/:userId",
|
|
10007
9742
|
"readOnly": false
|
|
10008
9743
|
},
|
|
9744
|
+
"erase": {
|
|
9745
|
+
"level": "write",
|
|
9746
|
+
"method": "POST",
|
|
9747
|
+
"operationKey": "users_users_erase",
|
|
9748
|
+
"params": [
|
|
9749
|
+
{
|
|
9750
|
+
"in": "path",
|
|
9751
|
+
"name": "userId"
|
|
9752
|
+
}
|
|
9753
|
+
],
|
|
9754
|
+
"path": "/users/users/:userId/erase",
|
|
9755
|
+
"readOnly": false
|
|
9756
|
+
},
|
|
10009
9757
|
"export": {
|
|
10010
|
-
"level": "
|
|
9758
|
+
"level": "read",
|
|
10011
9759
|
"method": "GET",
|
|
10012
9760
|
"operationKey": "users_users_export",
|
|
10013
9761
|
"params": [
|
|
@@ -10049,7 +9797,7 @@ export const bindings: BindingsMap = {
|
|
|
10049
9797
|
"readOnly": true
|
|
10050
9798
|
},
|
|
10051
9799
|
"import": {
|
|
10052
|
-
"level": "
|
|
9800
|
+
"level": "write",
|
|
10053
9801
|
"method": "POST",
|
|
10054
9802
|
"operationKey": "users_users_import",
|
|
10055
9803
|
"params": [
|
|
@@ -10124,7 +9872,7 @@ export const bindings: BindingsMap = {
|
|
|
10124
9872
|
"readOnly": true
|
|
10125
9873
|
},
|
|
10126
9874
|
"unban": {
|
|
10127
|
-
"level": "
|
|
9875
|
+
"level": "write",
|
|
10128
9876
|
"method": "POST",
|
|
10129
9877
|
"operationKey": "users_users_unban",
|
|
10130
9878
|
"params": [
|
|
@@ -10206,8 +9954,21 @@ export const bindings: BindingsMap = {
|
|
|
10206
9954
|
}
|
|
10207
9955
|
},
|
|
10208
9956
|
"waitlist": {
|
|
9957
|
+
"erase": {
|
|
9958
|
+
"level": "write",
|
|
9959
|
+
"method": "POST",
|
|
9960
|
+
"operationKey": "users_waitlist_erase",
|
|
9961
|
+
"params": [
|
|
9962
|
+
{
|
|
9963
|
+
"in": "body",
|
|
9964
|
+
"name": "userId"
|
|
9965
|
+
}
|
|
9966
|
+
],
|
|
9967
|
+
"path": "/users/waitlist/erase",
|
|
9968
|
+
"readOnly": false
|
|
9969
|
+
},
|
|
10209
9970
|
"funnel": {
|
|
10210
|
-
"level": "
|
|
9971
|
+
"level": "write",
|
|
10211
9972
|
"method": "POST",
|
|
10212
9973
|
"operationKey": "users_waitlist_funnel",
|
|
10213
9974
|
"path": "/users/waitlist/funnel",
|
|
@@ -10371,7 +10132,7 @@ export const bindings: BindingsMap = {
|
|
|
10371
10132
|
},
|
|
10372
10133
|
"webhooks-rotate": {
|
|
10373
10134
|
"secret": {
|
|
10374
|
-
"level": "
|
|
10135
|
+
"level": "write",
|
|
10375
10136
|
"method": "POST",
|
|
10376
10137
|
"operationKey": "users_webhooks_rotate_secret",
|
|
10377
10138
|
"params": [
|
|
@@ -11279,12 +11040,4 @@ export const bindings: BindingsMap = {
|
|
|
11279
11040
|
}
|
|
11280
11041
|
};
|
|
11281
11042
|
|
|
11282
|
-
export const wsBindings: WsBindingsMap = {
|
|
11283
|
-
"playground": {
|
|
11284
|
-
"ws": {
|
|
11285
|
-
"echo": {
|
|
11286
|
-
"path": "/playground/ws/echo"
|
|
11287
|
-
}
|
|
11288
|
-
}
|
|
11289
|
-
}
|
|
11290
|
-
};
|
|
11043
|
+
export const wsBindings: WsBindingsMap = {};
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -711,12 +711,6 @@ import type {
|
|
|
711
711
|
OrganizationMembersAssignRoleOutput,
|
|
712
712
|
OrganizationPermissionCatalogInput,
|
|
713
713
|
OrganizationPermissionCatalogOutput,
|
|
714
|
-
OrganizationPrincipalGrantsApproveInput,
|
|
715
|
-
OrganizationPrincipalGrantsApproveOutput,
|
|
716
|
-
OrganizationPrincipalGrantsListInput,
|
|
717
|
-
OrganizationPrincipalGrantsListOutput,
|
|
718
|
-
OrganizationPrincipalGrantsRevokeInput,
|
|
719
|
-
OrganizationPrincipalGrantsRevokeOutput,
|
|
720
714
|
OrganizationProductCreateInput,
|
|
721
715
|
OrganizationProductCreateOutput,
|
|
722
716
|
OrganizationProductListAccessInput,
|
|
@@ -775,38 +769,6 @@ import type {
|
|
|
775
769
|
OrganizationXInstallOutput,
|
|
776
770
|
OrganizationYoutubeInstallInput,
|
|
777
771
|
OrganizationYoutubeInstallOutput,
|
|
778
|
-
PlaygroundAnalyticsOverviewInput,
|
|
779
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
780
|
-
PlaygroundBillingEntitlementsInput,
|
|
781
|
-
PlaygroundBillingEntitlementsOutput,
|
|
782
|
-
PlaygroundBillingRecordUsageInput,
|
|
783
|
-
PlaygroundBillingRecordUsageOutput,
|
|
784
|
-
PlaygroundClickupCreateTaskInput,
|
|
785
|
-
PlaygroundClickupCreateTaskOutput,
|
|
786
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
787
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
788
|
-
PlaygroundClickupGetOverviewInput,
|
|
789
|
-
PlaygroundClickupGetOverviewOutput,
|
|
790
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
791
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
792
|
-
PlaygroundGdriveReadFileInput,
|
|
793
|
-
PlaygroundGdriveReadFileOutput,
|
|
794
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
795
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
796
|
-
PlaygroundLifecycleGetStateInput,
|
|
797
|
-
PlaygroundLifecycleGetStateOutput,
|
|
798
|
-
PlaygroundLifecycleListEventsInput,
|
|
799
|
-
PlaygroundLifecycleListEventsOutput,
|
|
800
|
-
PlaygroundWebhookGetLastInput,
|
|
801
|
-
PlaygroundWebhookGetLastOutput,
|
|
802
|
-
PlaygroundWorkflowEchoInput,
|
|
803
|
-
PlaygroundWorkflowEchoListInput,
|
|
804
|
-
PlaygroundWorkflowEchoListOutput,
|
|
805
|
-
PlaygroundWorkflowEchoOutput,
|
|
806
|
-
PlaygroundWorkflowPingInput,
|
|
807
|
-
PlaygroundWorkflowPingOutput,
|
|
808
|
-
PlaygroundWorkflowSubjectsListInput,
|
|
809
|
-
PlaygroundWorkflowSubjectsListOutput,
|
|
810
772
|
RealtimeArchiveExportInput,
|
|
811
773
|
RealtimeArchiveExportOutput,
|
|
812
774
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1069,6 +1031,8 @@ import type {
|
|
|
1069
1031
|
UsersUsersCreateOutput,
|
|
1070
1032
|
UsersUsersDeleteInput,
|
|
1071
1033
|
UsersUsersDeleteOutput,
|
|
1034
|
+
UsersUsersEraseInput,
|
|
1035
|
+
UsersUsersEraseOutput,
|
|
1072
1036
|
UsersUsersExportInput,
|
|
1073
1037
|
UsersUsersExportOutput,
|
|
1074
1038
|
UsersUsersGetInput,
|
|
@@ -1085,6 +1049,8 @@ import type {
|
|
|
1085
1049
|
UsersUsersUnbanOutput,
|
|
1086
1050
|
UsersUsersUpdateInput,
|
|
1087
1051
|
UsersUsersUpdateOutput,
|
|
1052
|
+
UsersWaitlistEraseInput,
|
|
1053
|
+
UsersWaitlistEraseOutput,
|
|
1088
1054
|
UsersWaitlistFunnelInput,
|
|
1089
1055
|
UsersWaitlistFunnelOutput,
|
|
1090
1056
|
UsersWaitlistImportInput,
|
|
@@ -1845,11 +1811,6 @@ export interface GeneratedClient {
|
|
|
1845
1811
|
permission: {
|
|
1846
1812
|
catalog: ((input: OrganizationPermissionCatalogInput) => Promise<OrganizationPermissionCatalogOutput>) & Operation;
|
|
1847
1813
|
};
|
|
1848
|
-
'principal-grants': {
|
|
1849
|
-
approve: ((input: OrganizationPrincipalGrantsApproveInput) => Promise<OrganizationPrincipalGrantsApproveOutput>) & Operation;
|
|
1850
|
-
list: ((input: OrganizationPrincipalGrantsListInput) => Promise<OrganizationPrincipalGrantsListOutput>) & Operation;
|
|
1851
|
-
revoke: ((input: OrganizationPrincipalGrantsRevokeInput) => Promise<OrganizationPrincipalGrantsRevokeOutput>) & Operation;
|
|
1852
|
-
};
|
|
1853
1814
|
product: {
|
|
1854
1815
|
create: ((input: OrganizationProductCreateInput) => Promise<OrganizationProductCreateOutput>) & Operation;
|
|
1855
1816
|
list: ((input: OrganizationProductListInput) => Promise<OrganizationProductListOutput>) & Operation;
|
|
@@ -1899,40 +1860,6 @@ export interface GeneratedClient {
|
|
|
1899
1860
|
install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
|
|
1900
1861
|
};
|
|
1901
1862
|
};
|
|
1902
|
-
playground: {
|
|
1903
|
-
analytics: {
|
|
1904
|
-
overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
|
|
1905
|
-
};
|
|
1906
|
-
billing: {
|
|
1907
|
-
entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
|
|
1908
|
-
'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
|
|
1909
|
-
};
|
|
1910
|
-
clickup: {
|
|
1911
|
-
'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
|
|
1912
|
-
'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
|
|
1913
|
-
'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
|
|
1914
|
-
};
|
|
1915
|
-
gdrive: {
|
|
1916
|
-
'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
|
|
1917
|
-
'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
|
|
1918
|
-
};
|
|
1919
|
-
googleads: {
|
|
1920
|
-
'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
|
|
1921
|
-
};
|
|
1922
|
-
lifecycle: {
|
|
1923
|
-
'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
|
|
1924
|
-
'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
|
|
1925
|
-
};
|
|
1926
|
-
webhook: {
|
|
1927
|
-
'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
|
|
1928
|
-
};
|
|
1929
|
-
workflow: {
|
|
1930
|
-
echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
|
|
1931
|
-
'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
|
|
1932
|
-
ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
|
|
1933
|
-
'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
|
|
1934
|
-
};
|
|
1935
|
-
};
|
|
1936
1863
|
realtime: {
|
|
1937
1864
|
archive: {
|
|
1938
1865
|
export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
|
|
@@ -2184,6 +2111,7 @@ export interface GeneratedClient {
|
|
|
2184
2111
|
ban: ((input: UsersUsersBanInput) => Promise<UsersUsersBanOutput>) & Operation;
|
|
2185
2112
|
create: ((input: UsersUsersCreateInput) => Promise<UsersUsersCreateOutput>) & Operation;
|
|
2186
2113
|
delete: ((input: UsersUsersDeleteInput) => Promise<UsersUsersDeleteOutput>) & Operation;
|
|
2114
|
+
erase: ((input: UsersUsersEraseInput) => Promise<UsersUsersEraseOutput>) & Operation;
|
|
2187
2115
|
export: ((input: UsersUsersExportInput) => Promise<UsersUsersExportOutput>) & Operation;
|
|
2188
2116
|
get: ((input: UsersUsersGetInput) => Promise<UsersUsersGetOutput>) & Operation;
|
|
2189
2117
|
import: ((input: UsersUsersImportInput) => Promise<UsersUsersImportOutput>) & Operation;
|
|
@@ -2196,6 +2124,7 @@ export interface GeneratedClient {
|
|
|
2196
2124
|
identifier: ((input: UsersUsersSetPrimaryIdentifierInput) => Promise<UsersUsersSetPrimaryIdentifierOutput>) & Operation;
|
|
2197
2125
|
};
|
|
2198
2126
|
waitlist: {
|
|
2127
|
+
erase: ((input: UsersWaitlistEraseInput) => Promise<UsersWaitlistEraseOutput>) & Operation;
|
|
2199
2128
|
funnel: ((input: UsersWaitlistFunnelInput) => Promise<UsersWaitlistFunnelOutput>) & Operation;
|
|
2200
2129
|
import: ((input: UsersWaitlistImportInput) => Promise<UsersWaitlistImportOutput>) & Operation;
|
|
2201
2130
|
invite: ((input: UsersWaitlistInviteInput) => Promise<UsersWaitlistInviteOutput>) & Operation;
|