@lessly/sdk-app 70.1.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 -45
- 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 -25
- package/dist/_types/gen/types.gen.d.ts +51 -541
- 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 -424
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11053 -78
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +0 -30
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.js +1 -25
- 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 -357
- package/src/gen/client.gen.ts +6 -88
- package/src/gen/manifest.gen.ts +14 -77
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -39
- package/src/gen/types.gen.ts +55 -597
- 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-C3QGKPUY.js +0 -11364
- package/dist/chunk-C3QGKPUY.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",
|
|
@@ -6896,79 +6823,6 @@ export const bindings: BindingsMap = {
|
|
|
6896
6823
|
"readOnly": false
|
|
6897
6824
|
}
|
|
6898
6825
|
},
|
|
6899
|
-
"product-erasure": {
|
|
6900
|
-
"get": {
|
|
6901
|
-
"level": "read",
|
|
6902
|
-
"method": "GET",
|
|
6903
|
-
"operationKey": "organization_product_erasure_get",
|
|
6904
|
-
"params": [
|
|
6905
|
-
{
|
|
6906
|
-
"in": "path",
|
|
6907
|
-
"name": "productId"
|
|
6908
|
-
},
|
|
6909
|
-
{
|
|
6910
|
-
"in": "path",
|
|
6911
|
-
"name": "requestId"
|
|
6912
|
-
}
|
|
6913
|
-
],
|
|
6914
|
-
"path": "/governance/api/v1/products/:productId/erasure/:requestId",
|
|
6915
|
-
"readOnly": true
|
|
6916
|
-
},
|
|
6917
|
-
"list": {
|
|
6918
|
-
"level": "read",
|
|
6919
|
-
"method": "GET",
|
|
6920
|
-
"operationKey": "organization_product_erasure_list",
|
|
6921
|
-
"params": [
|
|
6922
|
-
{
|
|
6923
|
-
"in": "path",
|
|
6924
|
-
"name": "productId"
|
|
6925
|
-
},
|
|
6926
|
-
{
|
|
6927
|
-
"in": "query",
|
|
6928
|
-
"name": "status"
|
|
6929
|
-
},
|
|
6930
|
-
{
|
|
6931
|
-
"in": "query",
|
|
6932
|
-
"name": "after"
|
|
6933
|
-
},
|
|
6934
|
-
{
|
|
6935
|
-
"in": "query",
|
|
6936
|
-
"name": "limit"
|
|
6937
|
-
}
|
|
6938
|
-
],
|
|
6939
|
-
"path": "/governance/api/v1/products/:productId/erasure",
|
|
6940
|
-
"readOnly": true
|
|
6941
|
-
},
|
|
6942
|
-
"request": {
|
|
6943
|
-
"level": "write",
|
|
6944
|
-
"method": "POST",
|
|
6945
|
-
"operationKey": "organization_product_erasure_request",
|
|
6946
|
-
"params": [
|
|
6947
|
-
{
|
|
6948
|
-
"in": "path",
|
|
6949
|
-
"name": "productId"
|
|
6950
|
-
},
|
|
6951
|
-
{
|
|
6952
|
-
"in": "body",
|
|
6953
|
-
"name": "emails"
|
|
6954
|
-
},
|
|
6955
|
-
{
|
|
6956
|
-
"in": "body",
|
|
6957
|
-
"name": "phones"
|
|
6958
|
-
},
|
|
6959
|
-
{
|
|
6960
|
-
"in": "body",
|
|
6961
|
-
"name": "externalIds"
|
|
6962
|
-
},
|
|
6963
|
-
{
|
|
6964
|
-
"in": "body",
|
|
6965
|
-
"name": "name"
|
|
6966
|
-
}
|
|
6967
|
-
],
|
|
6968
|
-
"path": "/governance/api/v1/products/:productId/erasure",
|
|
6969
|
-
"readOnly": false
|
|
6970
|
-
}
|
|
6971
|
-
},
|
|
6972
6826
|
"public-keys": {
|
|
6973
6827
|
"create": {
|
|
6974
6828
|
"level": "write",
|
|
@@ -7262,198 +7116,6 @@ export const bindings: BindingsMap = {
|
|
|
7262
7116
|
}
|
|
7263
7117
|
}
|
|
7264
7118
|
},
|
|
7265
|
-
"playground": {
|
|
7266
|
-
"analytics": {
|
|
7267
|
-
"overview": {
|
|
7268
|
-
"level": "read",
|
|
7269
|
-
"method": "POST",
|
|
7270
|
-
"operationKey": "playground_analytics_overview",
|
|
7271
|
-
"params": [
|
|
7272
|
-
{
|
|
7273
|
-
"in": "body",
|
|
7274
|
-
"name": "limit"
|
|
7275
|
-
}
|
|
7276
|
-
],
|
|
7277
|
-
"path": "/playground/analytics/overview",
|
|
7278
|
-
"readOnly": true
|
|
7279
|
-
}
|
|
7280
|
-
},
|
|
7281
|
-
"billing": {
|
|
7282
|
-
"entitlements": {
|
|
7283
|
-
"level": "read",
|
|
7284
|
-
"method": "POST",
|
|
7285
|
-
"operationKey": "playground_billing_entitlements",
|
|
7286
|
-
"path": "/playground/billing/entitlements",
|
|
7287
|
-
"readOnly": true
|
|
7288
|
-
},
|
|
7289
|
-
"record-usage": {
|
|
7290
|
-
"level": "write",
|
|
7291
|
-
"method": "POST",
|
|
7292
|
-
"operationKey": "playground_billing_record-usage",
|
|
7293
|
-
"params": [
|
|
7294
|
-
{
|
|
7295
|
-
"in": "body",
|
|
7296
|
-
"name": "value"
|
|
7297
|
-
}
|
|
7298
|
-
],
|
|
7299
|
-
"path": "/playground/billing/usage",
|
|
7300
|
-
"readOnly": false
|
|
7301
|
-
}
|
|
7302
|
-
},
|
|
7303
|
-
"clickup": {
|
|
7304
|
-
"create-task": {
|
|
7305
|
-
"level": "write",
|
|
7306
|
-
"method": "POST",
|
|
7307
|
-
"operationKey": "playground_clickup_create-task",
|
|
7308
|
-
"params": [
|
|
7309
|
-
{
|
|
7310
|
-
"in": "body",
|
|
7311
|
-
"name": "listId"
|
|
7312
|
-
},
|
|
7313
|
-
{
|
|
7314
|
-
"in": "body",
|
|
7315
|
-
"name": "name"
|
|
7316
|
-
}
|
|
7317
|
-
],
|
|
7318
|
-
"path": "/playground/clickup/tasks",
|
|
7319
|
-
"readOnly": false
|
|
7320
|
-
},
|
|
7321
|
-
"get-last-webhook": {
|
|
7322
|
-
"level": "read",
|
|
7323
|
-
"method": "GET",
|
|
7324
|
-
"operationKey": "playground_clickup_get-last-webhook",
|
|
7325
|
-
"path": "/playground/clickup/webhooks/last",
|
|
7326
|
-
"readOnly": true
|
|
7327
|
-
},
|
|
7328
|
-
"get-overview": {
|
|
7329
|
-
"level": "read",
|
|
7330
|
-
"method": "GET",
|
|
7331
|
-
"operationKey": "playground_clickup_get-overview",
|
|
7332
|
-
"path": "/playground/clickup/overview",
|
|
7333
|
-
"readOnly": true
|
|
7334
|
-
}
|
|
7335
|
-
},
|
|
7336
|
-
"gdrive": {
|
|
7337
|
-
"get-last-change": {
|
|
7338
|
-
"level": "read",
|
|
7339
|
-
"method": "GET",
|
|
7340
|
-
"operationKey": "playground_gdrive_get-last-change",
|
|
7341
|
-
"path": "/playground/gdrive/changes/last",
|
|
7342
|
-
"readOnly": true
|
|
7343
|
-
},
|
|
7344
|
-
"read-file": {
|
|
7345
|
-
"level": "read",
|
|
7346
|
-
"method": "POST",
|
|
7347
|
-
"operationKey": "playground_gdrive_read-file",
|
|
7348
|
-
"params": [
|
|
7349
|
-
{
|
|
7350
|
-
"in": "body",
|
|
7351
|
-
"name": "fileId"
|
|
7352
|
-
}
|
|
7353
|
-
],
|
|
7354
|
-
"path": "/playground/gdrive/file",
|
|
7355
|
-
"readOnly": true
|
|
7356
|
-
}
|
|
7357
|
-
},
|
|
7358
|
-
"googleads": {
|
|
7359
|
-
"read-customer": {
|
|
7360
|
-
"level": "read",
|
|
7361
|
-
"method": "POST",
|
|
7362
|
-
"operationKey": "playground_googleads_read-customer",
|
|
7363
|
-
"path": "/playground/googleads/customer",
|
|
7364
|
-
"readOnly": true
|
|
7365
|
-
}
|
|
7366
|
-
},
|
|
7367
|
-
"lifecycle": {
|
|
7368
|
-
"get-state": {
|
|
7369
|
-
"level": "read",
|
|
7370
|
-
"method": "GET",
|
|
7371
|
-
"operationKey": "playground_lifecycle_get-state",
|
|
7372
|
-
"path": "/playground/lifecycle/state",
|
|
7373
|
-
"readOnly": true
|
|
7374
|
-
},
|
|
7375
|
-
"list-events": {
|
|
7376
|
-
"level": "read",
|
|
7377
|
-
"method": "GET",
|
|
7378
|
-
"operationKey": "playground_lifecycle_list-events",
|
|
7379
|
-
"path": "/playground/lifecycle/events",
|
|
7380
|
-
"readOnly": true
|
|
7381
|
-
}
|
|
7382
|
-
},
|
|
7383
|
-
"webhook": {
|
|
7384
|
-
"get-last": {
|
|
7385
|
-
"level": "read",
|
|
7386
|
-
"method": "GET",
|
|
7387
|
-
"operationKey": "playground_webhook_get-last",
|
|
7388
|
-
"path": "/playground/webhooks/last",
|
|
7389
|
-
"readOnly": true
|
|
7390
|
-
}
|
|
7391
|
-
},
|
|
7392
|
-
"workflow": {
|
|
7393
|
-
"echo": {
|
|
7394
|
-
"level": "write",
|
|
7395
|
-
"method": "POST",
|
|
7396
|
-
"operationKey": "playground_workflow_echo",
|
|
7397
|
-
"params": [
|
|
7398
|
-
{
|
|
7399
|
-
"in": "body",
|
|
7400
|
-
"name": "note"
|
|
7401
|
-
},
|
|
7402
|
-
{
|
|
7403
|
-
"in": "body",
|
|
7404
|
-
"name": "tags"
|
|
7405
|
-
}
|
|
7406
|
-
],
|
|
7407
|
-
"path": "/playground/workflow/echo",
|
|
7408
|
-
"readOnly": false
|
|
7409
|
-
},
|
|
7410
|
-
"echo-list": {
|
|
7411
|
-
"level": "read",
|
|
7412
|
-
"method": "GET",
|
|
7413
|
-
"operationKey": "playground_workflow_echo-list",
|
|
7414
|
-
"path": "/playground/workflow/echoes",
|
|
7415
|
-
"readOnly": true
|
|
7416
|
-
},
|
|
7417
|
-
"ping": {
|
|
7418
|
-
"level": "write",
|
|
7419
|
-
"method": "POST",
|
|
7420
|
-
"operationKey": "playground_workflow_ping",
|
|
7421
|
-
"params": [
|
|
7422
|
-
{
|
|
7423
|
-
"in": "body",
|
|
7424
|
-
"name": "kind"
|
|
7425
|
-
}
|
|
7426
|
-
],
|
|
7427
|
-
"path": "/playground/workflow/ping",
|
|
7428
|
-
"readOnly": false
|
|
7429
|
-
},
|
|
7430
|
-
"subjects-list": {
|
|
7431
|
-
"level": "read",
|
|
7432
|
-
"method": "GET",
|
|
7433
|
-
"operationKey": "playground_workflow_subjects-list",
|
|
7434
|
-
"params": [
|
|
7435
|
-
{
|
|
7436
|
-
"in": "query",
|
|
7437
|
-
"name": "last_activity_before"
|
|
7438
|
-
},
|
|
7439
|
-
{
|
|
7440
|
-
"in": "query",
|
|
7441
|
-
"name": "last_activity_after"
|
|
7442
|
-
},
|
|
7443
|
-
{
|
|
7444
|
-
"in": "query",
|
|
7445
|
-
"name": "limit"
|
|
7446
|
-
},
|
|
7447
|
-
{
|
|
7448
|
-
"in": "query",
|
|
7449
|
-
"name": "cursor"
|
|
7450
|
-
}
|
|
7451
|
-
],
|
|
7452
|
-
"path": "/playground/workflow/subjects",
|
|
7453
|
-
"readOnly": true
|
|
7454
|
-
}
|
|
7455
|
-
}
|
|
7456
|
-
},
|
|
7457
7119
|
"realtime": {
|
|
7458
7120
|
"archive": {
|
|
7459
7121
|
"export": {
|
|
@@ -9710,7 +9372,7 @@ export const bindings: BindingsMap = {
|
|
|
9710
9372
|
"readOnly": true
|
|
9711
9373
|
},
|
|
9712
9374
|
"upsert": {
|
|
9713
|
-
"level": "
|
|
9375
|
+
"level": "write",
|
|
9714
9376
|
"method": "PUT",
|
|
9715
9377
|
"operationKey": "users_config_upsert",
|
|
9716
9378
|
"params": [
|
|
@@ -9818,7 +9480,7 @@ export const bindings: BindingsMap = {
|
|
|
9818
9480
|
"readOnly": true
|
|
9819
9481
|
},
|
|
9820
9482
|
"reset": {
|
|
9821
|
-
"level": "
|
|
9483
|
+
"level": "write",
|
|
9822
9484
|
"method": "POST",
|
|
9823
9485
|
"operationKey": "users_factors_reset",
|
|
9824
9486
|
"params": [
|
|
@@ -9865,7 +9527,7 @@ export const bindings: BindingsMap = {
|
|
|
9865
9527
|
"readOnly": false
|
|
9866
9528
|
},
|
|
9867
9529
|
"rotate": {
|
|
9868
|
-
"level": "
|
|
9530
|
+
"level": "write",
|
|
9869
9531
|
"method": "POST",
|
|
9870
9532
|
"operationKey": "users_keys_rotate",
|
|
9871
9533
|
"path": "/users/keys/rotate",
|
|
@@ -9941,7 +9603,7 @@ export const bindings: BindingsMap = {
|
|
|
9941
9603
|
"readOnly": true
|
|
9942
9604
|
},
|
|
9943
9605
|
"impersonate": {
|
|
9944
|
-
"level": "
|
|
9606
|
+
"level": "write",
|
|
9945
9607
|
"method": "POST",
|
|
9946
9608
|
"operationKey": "users_sessions_impersonate",
|
|
9947
9609
|
"params": [
|
|
@@ -10005,7 +9667,7 @@ export const bindings: BindingsMap = {
|
|
|
10005
9667
|
},
|
|
10006
9668
|
"users": {
|
|
10007
9669
|
"ban": {
|
|
10008
|
-
"level": "
|
|
9670
|
+
"level": "write",
|
|
10009
9671
|
"method": "POST",
|
|
10010
9672
|
"operationKey": "users_users_ban",
|
|
10011
9673
|
"params": [
|
|
@@ -10079,8 +9741,21 @@ export const bindings: BindingsMap = {
|
|
|
10079
9741
|
"path": "/users/users/:userId",
|
|
10080
9742
|
"readOnly": false
|
|
10081
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
|
+
},
|
|
10082
9757
|
"export": {
|
|
10083
|
-
"level": "
|
|
9758
|
+
"level": "read",
|
|
10084
9759
|
"method": "GET",
|
|
10085
9760
|
"operationKey": "users_users_export",
|
|
10086
9761
|
"params": [
|
|
@@ -10122,7 +9797,7 @@ export const bindings: BindingsMap = {
|
|
|
10122
9797
|
"readOnly": true
|
|
10123
9798
|
},
|
|
10124
9799
|
"import": {
|
|
10125
|
-
"level": "
|
|
9800
|
+
"level": "write",
|
|
10126
9801
|
"method": "POST",
|
|
10127
9802
|
"operationKey": "users_users_import",
|
|
10128
9803
|
"params": [
|
|
@@ -10197,7 +9872,7 @@ export const bindings: BindingsMap = {
|
|
|
10197
9872
|
"readOnly": true
|
|
10198
9873
|
},
|
|
10199
9874
|
"unban": {
|
|
10200
|
-
"level": "
|
|
9875
|
+
"level": "write",
|
|
10201
9876
|
"method": "POST",
|
|
10202
9877
|
"operationKey": "users_users_unban",
|
|
10203
9878
|
"params": [
|
|
@@ -10279,8 +9954,21 @@ export const bindings: BindingsMap = {
|
|
|
10279
9954
|
}
|
|
10280
9955
|
},
|
|
10281
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
|
+
},
|
|
10282
9970
|
"funnel": {
|
|
10283
|
-
"level": "
|
|
9971
|
+
"level": "write",
|
|
10284
9972
|
"method": "POST",
|
|
10285
9973
|
"operationKey": "users_waitlist_funnel",
|
|
10286
9974
|
"path": "/users/waitlist/funnel",
|
|
@@ -10444,7 +10132,7 @@ export const bindings: BindingsMap = {
|
|
|
10444
10132
|
},
|
|
10445
10133
|
"webhooks-rotate": {
|
|
10446
10134
|
"secret": {
|
|
10447
|
-
"level": "
|
|
10135
|
+
"level": "write",
|
|
10448
10136
|
"method": "POST",
|
|
10449
10137
|
"operationKey": "users_webhooks_rotate_secret",
|
|
10450
10138
|
"params": [
|
|
@@ -11352,12 +11040,4 @@ export const bindings: BindingsMap = {
|
|
|
11352
11040
|
}
|
|
11353
11041
|
};
|
|
11354
11042
|
|
|
11355
|
-
export const wsBindings: WsBindingsMap = {
|
|
11356
|
-
"playground": {
|
|
11357
|
-
"ws": {
|
|
11358
|
-
"echo": {
|
|
11359
|
-
"path": "/playground/ws/echo"
|
|
11360
|
-
}
|
|
11361
|
-
}
|
|
11362
|
-
}
|
|
11363
|
-
};
|
|
11043
|
+
export const wsBindings: WsBindingsMap = {};
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -711,20 +711,8 @@ 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
|
-
OrganizationProductErasureGetInput,
|
|
723
|
-
OrganizationProductErasureGetOutput,
|
|
724
|
-
OrganizationProductErasureListInput,
|
|
725
|
-
OrganizationProductErasureListOutput,
|
|
726
|
-
OrganizationProductErasureRequestInput,
|
|
727
|
-
OrganizationProductErasureRequestOutput,
|
|
728
716
|
OrganizationProductListAccessInput,
|
|
729
717
|
OrganizationProductListAccessOutput,
|
|
730
718
|
OrganizationProductListInput,
|
|
@@ -781,38 +769,6 @@ import type {
|
|
|
781
769
|
OrganizationXInstallOutput,
|
|
782
770
|
OrganizationYoutubeInstallInput,
|
|
783
771
|
OrganizationYoutubeInstallOutput,
|
|
784
|
-
PlaygroundAnalyticsOverviewInput,
|
|
785
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
786
|
-
PlaygroundBillingEntitlementsInput,
|
|
787
|
-
PlaygroundBillingEntitlementsOutput,
|
|
788
|
-
PlaygroundBillingRecordUsageInput,
|
|
789
|
-
PlaygroundBillingRecordUsageOutput,
|
|
790
|
-
PlaygroundClickupCreateTaskInput,
|
|
791
|
-
PlaygroundClickupCreateTaskOutput,
|
|
792
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
793
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
794
|
-
PlaygroundClickupGetOverviewInput,
|
|
795
|
-
PlaygroundClickupGetOverviewOutput,
|
|
796
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
797
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
798
|
-
PlaygroundGdriveReadFileInput,
|
|
799
|
-
PlaygroundGdriveReadFileOutput,
|
|
800
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
801
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
802
|
-
PlaygroundLifecycleGetStateInput,
|
|
803
|
-
PlaygroundLifecycleGetStateOutput,
|
|
804
|
-
PlaygroundLifecycleListEventsInput,
|
|
805
|
-
PlaygroundLifecycleListEventsOutput,
|
|
806
|
-
PlaygroundWebhookGetLastInput,
|
|
807
|
-
PlaygroundWebhookGetLastOutput,
|
|
808
|
-
PlaygroundWorkflowEchoInput,
|
|
809
|
-
PlaygroundWorkflowEchoListInput,
|
|
810
|
-
PlaygroundWorkflowEchoListOutput,
|
|
811
|
-
PlaygroundWorkflowEchoOutput,
|
|
812
|
-
PlaygroundWorkflowPingInput,
|
|
813
|
-
PlaygroundWorkflowPingOutput,
|
|
814
|
-
PlaygroundWorkflowSubjectsListInput,
|
|
815
|
-
PlaygroundWorkflowSubjectsListOutput,
|
|
816
772
|
RealtimeArchiveExportInput,
|
|
817
773
|
RealtimeArchiveExportOutput,
|
|
818
774
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1075,6 +1031,8 @@ import type {
|
|
|
1075
1031
|
UsersUsersCreateOutput,
|
|
1076
1032
|
UsersUsersDeleteInput,
|
|
1077
1033
|
UsersUsersDeleteOutput,
|
|
1034
|
+
UsersUsersEraseInput,
|
|
1035
|
+
UsersUsersEraseOutput,
|
|
1078
1036
|
UsersUsersExportInput,
|
|
1079
1037
|
UsersUsersExportOutput,
|
|
1080
1038
|
UsersUsersGetInput,
|
|
@@ -1091,6 +1049,8 @@ import type {
|
|
|
1091
1049
|
UsersUsersUnbanOutput,
|
|
1092
1050
|
UsersUsersUpdateInput,
|
|
1093
1051
|
UsersUsersUpdateOutput,
|
|
1052
|
+
UsersWaitlistEraseInput,
|
|
1053
|
+
UsersWaitlistEraseOutput,
|
|
1094
1054
|
UsersWaitlistFunnelInput,
|
|
1095
1055
|
UsersWaitlistFunnelOutput,
|
|
1096
1056
|
UsersWaitlistImportInput,
|
|
@@ -1851,11 +1811,6 @@ export interface GeneratedClient {
|
|
|
1851
1811
|
permission: {
|
|
1852
1812
|
catalog: ((input: OrganizationPermissionCatalogInput) => Promise<OrganizationPermissionCatalogOutput>) & Operation;
|
|
1853
1813
|
};
|
|
1854
|
-
'principal-grants': {
|
|
1855
|
-
approve: ((input: OrganizationPrincipalGrantsApproveInput) => Promise<OrganizationPrincipalGrantsApproveOutput>) & Operation;
|
|
1856
|
-
list: ((input: OrganizationPrincipalGrantsListInput) => Promise<OrganizationPrincipalGrantsListOutput>) & Operation;
|
|
1857
|
-
revoke: ((input: OrganizationPrincipalGrantsRevokeInput) => Promise<OrganizationPrincipalGrantsRevokeOutput>) & Operation;
|
|
1858
|
-
};
|
|
1859
1814
|
product: {
|
|
1860
1815
|
create: ((input: OrganizationProductCreateInput) => Promise<OrganizationProductCreateOutput>) & Operation;
|
|
1861
1816
|
list: ((input: OrganizationProductListInput) => Promise<OrganizationProductListOutput>) & Operation;
|
|
@@ -1868,11 +1823,6 @@ export interface GeneratedClient {
|
|
|
1868
1823
|
'set-access': ((input: OrganizationProductSetAccessInput) => Promise<OrganizationProductSetAccessOutput>) & Operation;
|
|
1869
1824
|
update: ((input: OrganizationProductUpdateInput) => Promise<OrganizationProductUpdateOutput>) & Operation;
|
|
1870
1825
|
};
|
|
1871
|
-
'product-erasure': {
|
|
1872
|
-
get: ((input: OrganizationProductErasureGetInput) => Promise<OrganizationProductErasureGetOutput>) & Operation;
|
|
1873
|
-
list: ((input: OrganizationProductErasureListInput) => Promise<OrganizationProductErasureListOutput>) & Operation;
|
|
1874
|
-
request: ((input: OrganizationProductErasureRequestInput) => Promise<OrganizationProductErasureRequestOutput>) & Operation;
|
|
1875
|
-
};
|
|
1876
1826
|
'public-keys': {
|
|
1877
1827
|
create: ((input: OrganizationPublicKeysCreateInput) => Promise<OrganizationPublicKeysCreateOutput>) & Operation;
|
|
1878
1828
|
list: ((input: OrganizationPublicKeysListInput) => Promise<OrganizationPublicKeysListOutput>) & Operation;
|
|
@@ -1910,40 +1860,6 @@ export interface GeneratedClient {
|
|
|
1910
1860
|
install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
|
|
1911
1861
|
};
|
|
1912
1862
|
};
|
|
1913
|
-
playground: {
|
|
1914
|
-
analytics: {
|
|
1915
|
-
overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
|
|
1916
|
-
};
|
|
1917
|
-
billing: {
|
|
1918
|
-
entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
|
|
1919
|
-
'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
|
|
1920
|
-
};
|
|
1921
|
-
clickup: {
|
|
1922
|
-
'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
|
|
1923
|
-
'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
|
|
1924
|
-
'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
|
|
1925
|
-
};
|
|
1926
|
-
gdrive: {
|
|
1927
|
-
'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
|
|
1928
|
-
'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
|
|
1929
|
-
};
|
|
1930
|
-
googleads: {
|
|
1931
|
-
'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
|
|
1932
|
-
};
|
|
1933
|
-
lifecycle: {
|
|
1934
|
-
'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
|
|
1935
|
-
'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
|
|
1936
|
-
};
|
|
1937
|
-
webhook: {
|
|
1938
|
-
'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
|
|
1939
|
-
};
|
|
1940
|
-
workflow: {
|
|
1941
|
-
echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
|
|
1942
|
-
'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
|
|
1943
|
-
ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
|
|
1944
|
-
'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
|
|
1945
|
-
};
|
|
1946
|
-
};
|
|
1947
1863
|
realtime: {
|
|
1948
1864
|
archive: {
|
|
1949
1865
|
export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
|
|
@@ -2195,6 +2111,7 @@ export interface GeneratedClient {
|
|
|
2195
2111
|
ban: ((input: UsersUsersBanInput) => Promise<UsersUsersBanOutput>) & Operation;
|
|
2196
2112
|
create: ((input: UsersUsersCreateInput) => Promise<UsersUsersCreateOutput>) & Operation;
|
|
2197
2113
|
delete: ((input: UsersUsersDeleteInput) => Promise<UsersUsersDeleteOutput>) & Operation;
|
|
2114
|
+
erase: ((input: UsersUsersEraseInput) => Promise<UsersUsersEraseOutput>) & Operation;
|
|
2198
2115
|
export: ((input: UsersUsersExportInput) => Promise<UsersUsersExportOutput>) & Operation;
|
|
2199
2116
|
get: ((input: UsersUsersGetInput) => Promise<UsersUsersGetOutput>) & Operation;
|
|
2200
2117
|
import: ((input: UsersUsersImportInput) => Promise<UsersUsersImportOutput>) & Operation;
|
|
@@ -2207,6 +2124,7 @@ export interface GeneratedClient {
|
|
|
2207
2124
|
identifier: ((input: UsersUsersSetPrimaryIdentifierInput) => Promise<UsersUsersSetPrimaryIdentifierOutput>) & Operation;
|
|
2208
2125
|
};
|
|
2209
2126
|
waitlist: {
|
|
2127
|
+
erase: ((input: UsersWaitlistEraseInput) => Promise<UsersWaitlistEraseOutput>) & Operation;
|
|
2210
2128
|
funnel: ((input: UsersWaitlistFunnelInput) => Promise<UsersWaitlistFunnelOutput>) & Operation;
|
|
2211
2129
|
import: ((input: UsersWaitlistImportInput) => Promise<UsersWaitlistImportOutput>) & Operation;
|
|
2212
2130
|
invite: ((input: UsersWaitlistInviteInput) => Promise<UsersWaitlistInviteOutput>) & Operation;
|