@lessly/sdk-app 61.2.0 → 62.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 +53 -2
- 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 +57 -5
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
- package/dist/_types/gen/types.gen.d.ts +374 -10
- package/dist/chunk-2YAA3AF4.js +10437 -0
- package/dist/chunk-2YAA3AF4.js.map +1 -0
- package/dist/index.cjs +438 -66
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +54 -10105
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +70 -5
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.js +57 -5
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +81 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +58 -0
- package/dist/playground/index.js.map +1 -0
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +395 -40
- package/src/gen/client.gen.ts +104 -3
- package/src/gen/manifest.gen.ts +53 -28
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +87 -6
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +441 -12
package/dist/index.cjs
CHANGED
|
@@ -687,7 +687,7 @@ var bindings = {
|
|
|
687
687
|
"readOnly": false
|
|
688
688
|
},
|
|
689
689
|
"restore": {
|
|
690
|
-
"level": "
|
|
690
|
+
"level": "admin",
|
|
691
691
|
"method": "POST",
|
|
692
692
|
"operationKey": "brain_backup_restore",
|
|
693
693
|
"params": [
|
|
@@ -1284,7 +1284,7 @@ var bindings = {
|
|
|
1284
1284
|
"readOnly": false
|
|
1285
1285
|
},
|
|
1286
1286
|
"delete": {
|
|
1287
|
-
"level": "
|
|
1287
|
+
"level": "write",
|
|
1288
1288
|
"method": "DELETE",
|
|
1289
1289
|
"operationKey": "brain_memory_delete",
|
|
1290
1290
|
"params": [
|
|
@@ -1388,7 +1388,7 @@ var bindings = {
|
|
|
1388
1388
|
},
|
|
1389
1389
|
"product-shared-memory": {
|
|
1390
1390
|
"reset": {
|
|
1391
|
-
"level": "
|
|
1391
|
+
"level": "admin",
|
|
1392
1392
|
"method": "POST",
|
|
1393
1393
|
"operationKey": "brain_product_shared_memory_reset",
|
|
1394
1394
|
"params": [
|
|
@@ -1443,7 +1443,7 @@ var bindings = {
|
|
|
1443
1443
|
"consent": {
|
|
1444
1444
|
"config-cookie-domain": {
|
|
1445
1445
|
"upsert": {
|
|
1446
|
-
"level": "
|
|
1446
|
+
"level": "admin",
|
|
1447
1447
|
"method": "PATCH",
|
|
1448
1448
|
"operationKey": "consent_config_cookie_domain_upsert",
|
|
1449
1449
|
"params": [
|
|
@@ -1694,7 +1694,7 @@ var bindings = {
|
|
|
1694
1694
|
},
|
|
1695
1695
|
"records": {
|
|
1696
1696
|
"export": {
|
|
1697
|
-
"level": "
|
|
1697
|
+
"level": "admin",
|
|
1698
1698
|
"method": "POST",
|
|
1699
1699
|
"operationKey": "consent_records_export",
|
|
1700
1700
|
"params": [
|
|
@@ -4300,7 +4300,7 @@ var bindings = {
|
|
|
4300
4300
|
"mail": {
|
|
4301
4301
|
"apikey": {
|
|
4302
4302
|
"create": {
|
|
4303
|
-
"level": "
|
|
4303
|
+
"level": "admin",
|
|
4304
4304
|
"method": "POST",
|
|
4305
4305
|
"operationKey": "mail_apikey_create",
|
|
4306
4306
|
"params": [
|
|
@@ -4717,7 +4717,7 @@ var bindings = {
|
|
|
4717
4717
|
},
|
|
4718
4718
|
"domain": {
|
|
4719
4719
|
"create": {
|
|
4720
|
-
"level": "
|
|
4720
|
+
"level": "admin",
|
|
4721
4721
|
"method": "POST",
|
|
4722
4722
|
"operationKey": "mail_domain_create",
|
|
4723
4723
|
"params": [
|
|
@@ -4767,7 +4767,7 @@ var bindings = {
|
|
|
4767
4767
|
"readOnly": true
|
|
4768
4768
|
},
|
|
4769
4769
|
"update": {
|
|
4770
|
-
"level": "
|
|
4770
|
+
"level": "admin",
|
|
4771
4771
|
"method": "PATCH",
|
|
4772
4772
|
"operationKey": "mail_domain_update",
|
|
4773
4773
|
"params": [
|
|
@@ -5137,7 +5137,7 @@ var bindings = {
|
|
|
5137
5137
|
},
|
|
5138
5138
|
"webhook": {
|
|
5139
5139
|
"create": {
|
|
5140
|
-
"level": "
|
|
5140
|
+
"level": "admin",
|
|
5141
5141
|
"method": "POST",
|
|
5142
5142
|
"operationKey": "mail_webhook_create",
|
|
5143
5143
|
"params": [
|
|
@@ -5191,7 +5191,7 @@ var bindings = {
|
|
|
5191
5191
|
"readOnly": true
|
|
5192
5192
|
},
|
|
5193
5193
|
"update": {
|
|
5194
|
-
"level": "
|
|
5194
|
+
"level": "admin",
|
|
5195
5195
|
"method": "PATCH",
|
|
5196
5196
|
"operationKey": "mail_webhook_update",
|
|
5197
5197
|
"params": [
|
|
@@ -5404,7 +5404,7 @@ var bindings = {
|
|
|
5404
5404
|
},
|
|
5405
5405
|
"issues": {
|
|
5406
5406
|
"archive": {
|
|
5407
|
-
"level": "
|
|
5407
|
+
"level": "write",
|
|
5408
5408
|
"method": "POST",
|
|
5409
5409
|
"operationKey": "observe_issues_archive",
|
|
5410
5410
|
"params": [
|
|
@@ -5933,7 +5933,7 @@ var bindings = {
|
|
|
5933
5933
|
},
|
|
5934
5934
|
"webhooks-rotate": {
|
|
5935
5935
|
"secret": {
|
|
5936
|
-
"level": "
|
|
5936
|
+
"level": "admin",
|
|
5937
5937
|
"method": "POST",
|
|
5938
5938
|
"operationKey": "observe_webhooks_rotate_secret",
|
|
5939
5939
|
"params": [
|
|
@@ -6023,19 +6023,6 @@ var bindings = {
|
|
|
6023
6023
|
"operationKey": "organization_billing_budgets_get",
|
|
6024
6024
|
"path": "/governance/api/v1/billing/budgets",
|
|
6025
6025
|
"readOnly": true
|
|
6026
|
-
},
|
|
6027
|
-
"set": {
|
|
6028
|
-
"level": "write",
|
|
6029
|
-
"method": "PUT",
|
|
6030
|
-
"operationKey": "organization_billing_budgets_set",
|
|
6031
|
-
"params": [
|
|
6032
|
-
{
|
|
6033
|
-
"in": "body",
|
|
6034
|
-
"name": "ceiling_minor"
|
|
6035
|
-
}
|
|
6036
|
-
],
|
|
6037
|
-
"path": "/governance/api/v1/billing/budgets",
|
|
6038
|
-
"readOnly": false
|
|
6039
6026
|
}
|
|
6040
6027
|
},
|
|
6041
6028
|
"billing-caps": {
|
|
@@ -6465,6 +6452,198 @@ var bindings = {
|
|
|
6465
6452
|
"readOnly": false
|
|
6466
6453
|
}
|
|
6467
6454
|
},
|
|
6455
|
+
"groups": {
|
|
6456
|
+
"create": {
|
|
6457
|
+
"level": "write",
|
|
6458
|
+
"method": "POST",
|
|
6459
|
+
"operationKey": "organization_groups_create",
|
|
6460
|
+
"params": [
|
|
6461
|
+
{
|
|
6462
|
+
"in": "path",
|
|
6463
|
+
"name": "orgId"
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"in": "body",
|
|
6467
|
+
"name": "name"
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"in": "body",
|
|
6471
|
+
"name": "description"
|
|
6472
|
+
}
|
|
6473
|
+
],
|
|
6474
|
+
"path": "/governance/api/v1/organizations/:orgId/groups",
|
|
6475
|
+
"readOnly": false
|
|
6476
|
+
},
|
|
6477
|
+
"delete": {
|
|
6478
|
+
"level": "admin",
|
|
6479
|
+
"method": "DELETE",
|
|
6480
|
+
"operationKey": "organization_groups_delete",
|
|
6481
|
+
"params": [
|
|
6482
|
+
{
|
|
6483
|
+
"in": "path",
|
|
6484
|
+
"name": "orgId"
|
|
6485
|
+
},
|
|
6486
|
+
{
|
|
6487
|
+
"in": "path",
|
|
6488
|
+
"name": "groupId"
|
|
6489
|
+
}
|
|
6490
|
+
],
|
|
6491
|
+
"path": "/governance/api/v1/organizations/:orgId/groups/:groupId",
|
|
6492
|
+
"readOnly": false
|
|
6493
|
+
},
|
|
6494
|
+
"get": {
|
|
6495
|
+
"level": "read",
|
|
6496
|
+
"method": "GET",
|
|
6497
|
+
"operationKey": "organization_groups_get",
|
|
6498
|
+
"params": [
|
|
6499
|
+
{
|
|
6500
|
+
"in": "path",
|
|
6501
|
+
"name": "orgId"
|
|
6502
|
+
},
|
|
6503
|
+
{
|
|
6504
|
+
"in": "path",
|
|
6505
|
+
"name": "groupId"
|
|
6506
|
+
}
|
|
6507
|
+
],
|
|
6508
|
+
"path": "/governance/api/v1/organizations/:orgId/groups/:groupId",
|
|
6509
|
+
"readOnly": true
|
|
6510
|
+
},
|
|
6511
|
+
"grant-remove": {
|
|
6512
|
+
"level": "write",
|
|
6513
|
+
"method": "DELETE",
|
|
6514
|
+
"operationKey": "organization_groups_grant-remove",
|
|
6515
|
+
"params": [
|
|
6516
|
+
{
|
|
6517
|
+
"in": "path",
|
|
6518
|
+
"name": "orgId"
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
"in": "path",
|
|
6522
|
+
"name": "groupId"
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"in": "path",
|
|
6526
|
+
"name": "productId"
|
|
6527
|
+
}
|
|
6528
|
+
],
|
|
6529
|
+
"path": "/governance/api/v1/organizations/:orgId/groups/:groupId/grants/:productId",
|
|
6530
|
+
"readOnly": false
|
|
6531
|
+
},
|
|
6532
|
+
"grant-set": {
|
|
6533
|
+
"level": "write",
|
|
6534
|
+
"method": "PUT",
|
|
6535
|
+
"operationKey": "organization_groups_grant-set",
|
|
6536
|
+
"params": [
|
|
6537
|
+
{
|
|
6538
|
+
"in": "path",
|
|
6539
|
+
"name": "orgId"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"in": "path",
|
|
6543
|
+
"name": "groupId"
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"in": "path",
|
|
6547
|
+
"name": "productId"
|
|
6548
|
+
},
|
|
6549
|
+
{
|
|
6550
|
+
"in": "body",
|
|
6551
|
+
"name": "roleId"
|
|
6552
|
+
}
|
|
6553
|
+
],
|
|
6554
|
+
"path": "/governance/api/v1/organizations/:orgId/groups/:groupId/grants/:productId",
|
|
6555
|
+
"readOnly": false
|
|
6556
|
+
},
|
|
6557
|
+
"list": {
|
|
6558
|
+
"level": "read",
|
|
6559
|
+
"method": "GET",
|
|
6560
|
+
"operationKey": "organization_groups_list",
|
|
6561
|
+
"params": [
|
|
6562
|
+
{
|
|
6563
|
+
"in": "path",
|
|
6564
|
+
"name": "orgId"
|
|
6565
|
+
}
|
|
6566
|
+
],
|
|
6567
|
+
"path": "/governance/api/v1/organizations/:orgId/groups",
|
|
6568
|
+
"readOnly": true
|
|
6569
|
+
},
|
|
6570
|
+
"member-add": {
|
|
6571
|
+
"level": "write",
|
|
6572
|
+
"method": "POST",
|
|
6573
|
+
"operationKey": "organization_groups_member-add",
|
|
6574
|
+
"params": [
|
|
6575
|
+
{
|
|
6576
|
+
"in": "path",
|
|
6577
|
+
"name": "orgId"
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"in": "path",
|
|
6581
|
+
"name": "groupId"
|
|
6582
|
+
},
|
|
6583
|
+
{
|
|
6584
|
+
"in": "body",
|
|
6585
|
+
"name": "userId"
|
|
6586
|
+
}
|
|
6587
|
+
],
|
|
6588
|
+
"path": "/governance/api/v1/organizations/:orgId/groups/:groupId/members",
|
|
6589
|
+
"readOnly": false
|
|
6590
|
+
},
|
|
6591
|
+
"member-remove": {
|
|
6592
|
+
"level": "write",
|
|
6593
|
+
"method": "DELETE",
|
|
6594
|
+
"operationKey": "organization_groups_member-remove",
|
|
6595
|
+
"params": [
|
|
6596
|
+
{
|
|
6597
|
+
"in": "path",
|
|
6598
|
+
"name": "orgId"
|
|
6599
|
+
},
|
|
6600
|
+
{
|
|
6601
|
+
"in": "path",
|
|
6602
|
+
"name": "groupId"
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"in": "path",
|
|
6606
|
+
"name": "userId"
|
|
6607
|
+
}
|
|
6608
|
+
],
|
|
6609
|
+
"path": "/governance/api/v1/organizations/:orgId/groups/:groupId/members/:userId",
|
|
6610
|
+
"readOnly": false
|
|
6611
|
+
},
|
|
6612
|
+
"update": {
|
|
6613
|
+
"level": "write",
|
|
6614
|
+
"method": "PATCH",
|
|
6615
|
+
"operationKey": "organization_groups_update",
|
|
6616
|
+
"params": [
|
|
6617
|
+
{
|
|
6618
|
+
"in": "path",
|
|
6619
|
+
"name": "orgId"
|
|
6620
|
+
},
|
|
6621
|
+
{
|
|
6622
|
+
"in": "path",
|
|
6623
|
+
"name": "groupId"
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"in": "body",
|
|
6627
|
+
"name": "name"
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"in": "body",
|
|
6631
|
+
"name": "description"
|
|
6632
|
+
}
|
|
6633
|
+
],
|
|
6634
|
+
"path": "/governance/api/v1/organizations/:orgId/groups/:groupId",
|
|
6635
|
+
"readOnly": false
|
|
6636
|
+
}
|
|
6637
|
+
},
|
|
6638
|
+
"linkedin-member": {
|
|
6639
|
+
"install": {
|
|
6640
|
+
"level": "read",
|
|
6641
|
+
"method": "GET",
|
|
6642
|
+
"operationKey": "organization_linkedin_member_install",
|
|
6643
|
+
"path": "/governance/api/v1/connectors/linkedin-member/install",
|
|
6644
|
+
"readOnly": false
|
|
6645
|
+
}
|
|
6646
|
+
},
|
|
6468
6647
|
"member": {
|
|
6469
6648
|
"accept-invite": {
|
|
6470
6649
|
"level": "write",
|
|
@@ -6767,6 +6946,19 @@ var bindings = {
|
|
|
6767
6946
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
6768
6947
|
"readOnly": true
|
|
6769
6948
|
},
|
|
6949
|
+
"me": {
|
|
6950
|
+
"level": "read",
|
|
6951
|
+
"method": "GET",
|
|
6952
|
+
"operationKey": "organization_product_me",
|
|
6953
|
+
"params": [
|
|
6954
|
+
{
|
|
6955
|
+
"in": "path",
|
|
6956
|
+
"name": "productId"
|
|
6957
|
+
}
|
|
6958
|
+
],
|
|
6959
|
+
"path": "/governance/api/v1/products/:productId/me",
|
|
6960
|
+
"readOnly": true
|
|
6961
|
+
},
|
|
6770
6962
|
"revoke-access": {
|
|
6771
6963
|
"level": "write",
|
|
6772
6964
|
"method": "DELETE",
|
|
@@ -6933,6 +7125,15 @@ var bindings = {
|
|
|
6933
7125
|
"readOnly": true
|
|
6934
7126
|
}
|
|
6935
7127
|
},
|
|
7128
|
+
"reddit": {
|
|
7129
|
+
"install": {
|
|
7130
|
+
"level": "read",
|
|
7131
|
+
"method": "GET",
|
|
7132
|
+
"operationKey": "organization_reddit_install",
|
|
7133
|
+
"path": "/governance/api/v1/connectors/reddit/install",
|
|
7134
|
+
"readOnly": false
|
|
7135
|
+
}
|
|
7136
|
+
},
|
|
6936
7137
|
"roles": {
|
|
6937
7138
|
"create": {
|
|
6938
7139
|
"level": "write",
|
|
@@ -7108,12 +7309,158 @@ var bindings = {
|
|
|
7108
7309
|
"path": "/governance/api/v1/support/threads",
|
|
7109
7310
|
"readOnly": true
|
|
7110
7311
|
}
|
|
7312
|
+
},
|
|
7313
|
+
"x": {
|
|
7314
|
+
"install": {
|
|
7315
|
+
"level": "read",
|
|
7316
|
+
"method": "GET",
|
|
7317
|
+
"operationKey": "organization_x_install",
|
|
7318
|
+
"path": "/governance/api/v1/connectors/x/install",
|
|
7319
|
+
"readOnly": false
|
|
7320
|
+
}
|
|
7321
|
+
},
|
|
7322
|
+
"youtube": {
|
|
7323
|
+
"install": {
|
|
7324
|
+
"level": "read",
|
|
7325
|
+
"method": "GET",
|
|
7326
|
+
"operationKey": "organization_youtube_install",
|
|
7327
|
+
"path": "/governance/api/v1/connectors/youtube/install",
|
|
7328
|
+
"readOnly": false
|
|
7329
|
+
}
|
|
7330
|
+
}
|
|
7331
|
+
},
|
|
7332
|
+
"playground": {
|
|
7333
|
+
"analytics": {
|
|
7334
|
+
"overview": {
|
|
7335
|
+
"level": "read",
|
|
7336
|
+
"method": "POST",
|
|
7337
|
+
"operationKey": "playground_analytics_overview",
|
|
7338
|
+
"params": [
|
|
7339
|
+
{
|
|
7340
|
+
"in": "body",
|
|
7341
|
+
"name": "limit"
|
|
7342
|
+
}
|
|
7343
|
+
],
|
|
7344
|
+
"path": "/playground/analytics/overview",
|
|
7345
|
+
"readOnly": true
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
"billing": {
|
|
7349
|
+
"entitlements": {
|
|
7350
|
+
"level": "read",
|
|
7351
|
+
"method": "POST",
|
|
7352
|
+
"operationKey": "playground_billing_entitlements",
|
|
7353
|
+
"path": "/playground/billing/entitlements",
|
|
7354
|
+
"readOnly": true
|
|
7355
|
+
},
|
|
7356
|
+
"record-usage": {
|
|
7357
|
+
"level": "write",
|
|
7358
|
+
"method": "POST",
|
|
7359
|
+
"operationKey": "playground_billing_record-usage",
|
|
7360
|
+
"params": [
|
|
7361
|
+
{
|
|
7362
|
+
"in": "body",
|
|
7363
|
+
"name": "value"
|
|
7364
|
+
}
|
|
7365
|
+
],
|
|
7366
|
+
"path": "/playground/billing/usage",
|
|
7367
|
+
"readOnly": false
|
|
7368
|
+
}
|
|
7369
|
+
},
|
|
7370
|
+
"clickup": {
|
|
7371
|
+
"create-task": {
|
|
7372
|
+
"level": "write",
|
|
7373
|
+
"method": "POST",
|
|
7374
|
+
"operationKey": "playground_clickup_create-task",
|
|
7375
|
+
"params": [
|
|
7376
|
+
{
|
|
7377
|
+
"in": "body",
|
|
7378
|
+
"name": "listId"
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"in": "body",
|
|
7382
|
+
"name": "name"
|
|
7383
|
+
}
|
|
7384
|
+
],
|
|
7385
|
+
"path": "/playground/clickup/tasks",
|
|
7386
|
+
"readOnly": false
|
|
7387
|
+
},
|
|
7388
|
+
"get-last-webhook": {
|
|
7389
|
+
"level": "read",
|
|
7390
|
+
"method": "GET",
|
|
7391
|
+
"operationKey": "playground_clickup_get-last-webhook",
|
|
7392
|
+
"path": "/playground/clickup/webhooks/last",
|
|
7393
|
+
"readOnly": true
|
|
7394
|
+
},
|
|
7395
|
+
"get-overview": {
|
|
7396
|
+
"level": "read",
|
|
7397
|
+
"method": "GET",
|
|
7398
|
+
"operationKey": "playground_clickup_get-overview",
|
|
7399
|
+
"path": "/playground/clickup/overview",
|
|
7400
|
+
"readOnly": true
|
|
7401
|
+
}
|
|
7402
|
+
},
|
|
7403
|
+
"gdrive": {
|
|
7404
|
+
"get-last-change": {
|
|
7405
|
+
"level": "read",
|
|
7406
|
+
"method": "GET",
|
|
7407
|
+
"operationKey": "playground_gdrive_get-last-change",
|
|
7408
|
+
"path": "/playground/gdrive/changes/last",
|
|
7409
|
+
"readOnly": true
|
|
7410
|
+
},
|
|
7411
|
+
"read-file": {
|
|
7412
|
+
"level": "read",
|
|
7413
|
+
"method": "POST",
|
|
7414
|
+
"operationKey": "playground_gdrive_read-file",
|
|
7415
|
+
"params": [
|
|
7416
|
+
{
|
|
7417
|
+
"in": "body",
|
|
7418
|
+
"name": "fileId"
|
|
7419
|
+
}
|
|
7420
|
+
],
|
|
7421
|
+
"path": "/playground/gdrive/file",
|
|
7422
|
+
"readOnly": true
|
|
7423
|
+
}
|
|
7424
|
+
},
|
|
7425
|
+
"googleads": {
|
|
7426
|
+
"read-customer": {
|
|
7427
|
+
"level": "read",
|
|
7428
|
+
"method": "POST",
|
|
7429
|
+
"operationKey": "playground_googleads_read-customer",
|
|
7430
|
+
"path": "/playground/googleads/customer",
|
|
7431
|
+
"readOnly": true
|
|
7432
|
+
}
|
|
7433
|
+
},
|
|
7434
|
+
"lifecycle": {
|
|
7435
|
+
"get-state": {
|
|
7436
|
+
"level": "read",
|
|
7437
|
+
"method": "GET",
|
|
7438
|
+
"operationKey": "playground_lifecycle_get-state",
|
|
7439
|
+
"path": "/playground/lifecycle/state",
|
|
7440
|
+
"readOnly": true
|
|
7441
|
+
},
|
|
7442
|
+
"list-events": {
|
|
7443
|
+
"level": "read",
|
|
7444
|
+
"method": "GET",
|
|
7445
|
+
"operationKey": "playground_lifecycle_list-events",
|
|
7446
|
+
"path": "/playground/lifecycle/events",
|
|
7447
|
+
"readOnly": true
|
|
7448
|
+
}
|
|
7449
|
+
},
|
|
7450
|
+
"webhook": {
|
|
7451
|
+
"get-last": {
|
|
7452
|
+
"level": "read",
|
|
7453
|
+
"method": "GET",
|
|
7454
|
+
"operationKey": "playground_webhook_get-last",
|
|
7455
|
+
"path": "/playground/webhooks/last",
|
|
7456
|
+
"readOnly": true
|
|
7457
|
+
}
|
|
7111
7458
|
}
|
|
7112
7459
|
},
|
|
7113
7460
|
"realtime": {
|
|
7114
7461
|
"archive": {
|
|
7115
7462
|
"export": {
|
|
7116
|
-
"level": "
|
|
7463
|
+
"level": "admin",
|
|
7117
7464
|
"method": "POST",
|
|
7118
7465
|
"operationKey": "realtime_archive_export",
|
|
7119
7466
|
"params": [
|
|
@@ -7172,7 +7519,7 @@ var bindings = {
|
|
|
7172
7519
|
},
|
|
7173
7520
|
"grant": {
|
|
7174
7521
|
"create": {
|
|
7175
|
-
"level": "
|
|
7522
|
+
"level": "admin",
|
|
7176
7523
|
"method": "POST",
|
|
7177
7524
|
"operationKey": "realtime_grant_create",
|
|
7178
7525
|
"params": [
|
|
@@ -7636,7 +7983,7 @@ var bindings = {
|
|
|
7636
7983
|
},
|
|
7637
7984
|
"webhook-secret": {
|
|
7638
7985
|
"rotate": {
|
|
7639
|
-
"level": "
|
|
7986
|
+
"level": "admin",
|
|
7640
7987
|
"method": "POST",
|
|
7641
7988
|
"operationKey": "realtime_webhook_secret_rotate",
|
|
7642
7989
|
"params": [
|
|
@@ -8235,7 +8582,7 @@ var bindings = {
|
|
|
8235
8582
|
"readOnly": true
|
|
8236
8583
|
},
|
|
8237
8584
|
"publish": {
|
|
8238
|
-
"level": "
|
|
8585
|
+
"level": "admin",
|
|
8239
8586
|
"method": "POST",
|
|
8240
8587
|
"operationKey": "support_survey_publish",
|
|
8241
8588
|
"params": [
|
|
@@ -8269,7 +8616,7 @@ var bindings = {
|
|
|
8269
8616
|
"readOnly": true
|
|
8270
8617
|
},
|
|
8271
8618
|
"unpublish": {
|
|
8272
|
-
"level": "
|
|
8619
|
+
"level": "admin",
|
|
8273
8620
|
"method": "POST",
|
|
8274
8621
|
"operationKey": "support_survey_unpublish",
|
|
8275
8622
|
"params": [
|
|
@@ -8483,7 +8830,7 @@ var bindings = {
|
|
|
8483
8830
|
},
|
|
8484
8831
|
"webhook": {
|
|
8485
8832
|
"create": {
|
|
8486
|
-
"level": "
|
|
8833
|
+
"level": "admin",
|
|
8487
8834
|
"method": "POST",
|
|
8488
8835
|
"operationKey": "support_webhook_create",
|
|
8489
8836
|
"params": [
|
|
@@ -8517,7 +8864,7 @@ var bindings = {
|
|
|
8517
8864
|
"readOnly": false
|
|
8518
8865
|
},
|
|
8519
8866
|
"get": {
|
|
8520
|
-
"level": "
|
|
8867
|
+
"level": "admin",
|
|
8521
8868
|
"method": "GET",
|
|
8522
8869
|
"operationKey": "support_webhook_get",
|
|
8523
8870
|
"params": [
|
|
@@ -8530,14 +8877,14 @@ var bindings = {
|
|
|
8530
8877
|
"readOnly": true
|
|
8531
8878
|
},
|
|
8532
8879
|
"list": {
|
|
8533
|
-
"level": "
|
|
8880
|
+
"level": "admin",
|
|
8534
8881
|
"method": "GET",
|
|
8535
8882
|
"operationKey": "support_webhook_list",
|
|
8536
8883
|
"path": "/support/webhooks",
|
|
8537
8884
|
"readOnly": true
|
|
8538
8885
|
},
|
|
8539
8886
|
"redeliver": {
|
|
8540
|
-
"level": "
|
|
8887
|
+
"level": "admin",
|
|
8541
8888
|
"method": "POST",
|
|
8542
8889
|
"operationKey": "support_webhook_redeliver",
|
|
8543
8890
|
"params": [
|
|
@@ -8550,7 +8897,7 @@ var bindings = {
|
|
|
8550
8897
|
"readOnly": false
|
|
8551
8898
|
},
|
|
8552
8899
|
"update": {
|
|
8553
|
-
"level": "
|
|
8900
|
+
"level": "admin",
|
|
8554
8901
|
"method": "PATCH",
|
|
8555
8902
|
"operationKey": "support_webhook_update",
|
|
8556
8903
|
"params": [
|
|
@@ -8581,7 +8928,7 @@ var bindings = {
|
|
|
8581
8928
|
},
|
|
8582
8929
|
"webhook-deliveries": {
|
|
8583
8930
|
"list": {
|
|
8584
|
-
"level": "
|
|
8931
|
+
"level": "admin",
|
|
8585
8932
|
"method": "GET",
|
|
8586
8933
|
"operationKey": "support_webhook_deliveries_list",
|
|
8587
8934
|
"params": [
|
|
@@ -8620,7 +8967,7 @@ var bindings = {
|
|
|
8620
8967
|
},
|
|
8621
8968
|
"webhook-rotate": {
|
|
8622
8969
|
"secret": {
|
|
8623
|
-
"level": "
|
|
8970
|
+
"level": "admin",
|
|
8624
8971
|
"method": "POST",
|
|
8625
8972
|
"operationKey": "support_webhook_rotate_secret",
|
|
8626
8973
|
"params": [
|
|
@@ -8706,7 +9053,7 @@ var bindings = {
|
|
|
8706
9053
|
},
|
|
8707
9054
|
"event-names": {
|
|
8708
9055
|
"archive": {
|
|
8709
|
-
"level": "
|
|
9056
|
+
"level": "write",
|
|
8710
9057
|
"method": "POST",
|
|
8711
9058
|
"operationKey": "tracking_event-names_archive",
|
|
8712
9059
|
"params": [
|
|
@@ -8744,7 +9091,7 @@ var bindings = {
|
|
|
8744
9091
|
"readOnly": true
|
|
8745
9092
|
},
|
|
8746
9093
|
"unarchive": {
|
|
8747
|
-
"level": "
|
|
9094
|
+
"level": "write",
|
|
8748
9095
|
"method": "POST",
|
|
8749
9096
|
"operationKey": "tracking_event-names_unarchive",
|
|
8750
9097
|
"params": [
|
|
@@ -10312,7 +10659,7 @@ var operations = {
|
|
|
10312
10659
|
"analytics_query_run": "read",
|
|
10313
10660
|
"analytics_retention_run": "read",
|
|
10314
10661
|
"brain_backup_create": "write",
|
|
10315
|
-
"brain_backup_restore": "
|
|
10662
|
+
"brain_backup_restore": "admin",
|
|
10316
10663
|
"brain_backup_status": "read",
|
|
10317
10664
|
"brain_backups_list": "read",
|
|
10318
10665
|
"brain_clickup_channels_list": "read",
|
|
@@ -10343,16 +10690,16 @@ var operations = {
|
|
|
10343
10690
|
"brain_knowledge_relations": "read",
|
|
10344
10691
|
"brain_knowledge_search": "read",
|
|
10345
10692
|
"brain_memory_add": "write",
|
|
10346
|
-
"brain_memory_delete": "
|
|
10693
|
+
"brain_memory_delete": "write",
|
|
10347
10694
|
"brain_memory_get": "read",
|
|
10348
10695
|
"brain_memory_list": "read",
|
|
10349
10696
|
"brain_memory_search": "read",
|
|
10350
10697
|
"brain_memory_stats": "read",
|
|
10351
10698
|
"brain_memory_update": "write",
|
|
10352
|
-
"brain_product_shared_memory_reset": "
|
|
10699
|
+
"brain_product_shared_memory_reset": "admin",
|
|
10353
10700
|
"brain_restore_status": "read",
|
|
10354
10701
|
"brain_usage_report": "read",
|
|
10355
|
-
"consent_config_cookie_domain_upsert": "
|
|
10702
|
+
"consent_config_cookie_domain_upsert": "admin",
|
|
10356
10703
|
"consent_config_customization_upsert": "write",
|
|
10357
10704
|
"consent_config_floating_icon_upsert": "write",
|
|
10358
10705
|
"consent_config_theme_upsert": "write",
|
|
@@ -10365,7 +10712,7 @@ var operations = {
|
|
|
10365
10712
|
"consent_providers_delete": "admin",
|
|
10366
10713
|
"consent_providers_list": "read",
|
|
10367
10714
|
"consent_providers_update": "write",
|
|
10368
|
-
"consent_records_export": "
|
|
10715
|
+
"consent_records_export": "admin",
|
|
10369
10716
|
"consent_stats_get": "read",
|
|
10370
10717
|
"content_channels_bind": "write",
|
|
10371
10718
|
"content_channels_get": "read",
|
|
@@ -10507,7 +10854,7 @@ var operations = {
|
|
|
10507
10854
|
"deployment_volume_get": "read",
|
|
10508
10855
|
"deployment_volume_list": "read",
|
|
10509
10856
|
"deployment_volume_resize": "write",
|
|
10510
|
-
"mail_apikey_create": "
|
|
10857
|
+
"mail_apikey_create": "admin",
|
|
10511
10858
|
"mail_apikey_delete": "admin",
|
|
10512
10859
|
"mail_apikey_list": "read",
|
|
10513
10860
|
"mail_audience_create": "write",
|
|
@@ -10529,11 +10876,11 @@ var operations = {
|
|
|
10529
10876
|
"mail_contact_list": "read",
|
|
10530
10877
|
"mail_contact_update": "write",
|
|
10531
10878
|
"mail_domain_allowed_list": "read",
|
|
10532
|
-
"mail_domain_create": "
|
|
10879
|
+
"mail_domain_create": "admin",
|
|
10533
10880
|
"mail_domain_delete": "admin",
|
|
10534
10881
|
"mail_domain_get": "read",
|
|
10535
10882
|
"mail_domain_list": "read",
|
|
10536
|
-
"mail_domain_update": "
|
|
10883
|
+
"mail_domain_update": "admin",
|
|
10537
10884
|
"mail_domain_verify": "write",
|
|
10538
10885
|
"mail_email_cancel": "write",
|
|
10539
10886
|
"mail_email_get": "read",
|
|
@@ -10552,12 +10899,12 @@ var operations = {
|
|
|
10552
10899
|
"mail_template_publish": "write",
|
|
10553
10900
|
"mail_template_update": "write",
|
|
10554
10901
|
"mail_usage_get": "read",
|
|
10555
|
-
"mail_webhook_create": "
|
|
10902
|
+
"mail_webhook_create": "admin",
|
|
10556
10903
|
"mail_webhook_delete": "admin",
|
|
10557
10904
|
"mail_webhook_deliveries_list": "read",
|
|
10558
10905
|
"mail_webhook_get": "read",
|
|
10559
10906
|
"mail_webhook_list": "read",
|
|
10560
|
-
"mail_webhook_update": "
|
|
10907
|
+
"mail_webhook_update": "admin",
|
|
10561
10908
|
"observe_alerts_create": "write",
|
|
10562
10909
|
"observe_alerts_delete": "admin",
|
|
10563
10910
|
"observe_alerts_events_list": "read",
|
|
@@ -10567,7 +10914,7 @@ var operations = {
|
|
|
10567
10914
|
"observe_artifacts_delete": "admin",
|
|
10568
10915
|
"observe_artifacts_list": "read",
|
|
10569
10916
|
"observe_artifacts_resolve": "read",
|
|
10570
|
-
"observe_issues_archive": "
|
|
10917
|
+
"observe_issues_archive": "write",
|
|
10571
10918
|
"observe_issues_assign": "write",
|
|
10572
10919
|
"observe_issues_event": "read",
|
|
10573
10920
|
"observe_issues_events": "read",
|
|
@@ -10591,11 +10938,10 @@ var operations = {
|
|
|
10591
10938
|
"observe_webhooks_get": "read",
|
|
10592
10939
|
"observe_webhooks_list": "read",
|
|
10593
10940
|
"observe_webhooks_redeliver": "write",
|
|
10594
|
-
"observe_webhooks_rotate_secret": "
|
|
10941
|
+
"observe_webhooks_rotate_secret": "admin",
|
|
10595
10942
|
"observe_webhooks_update": "write",
|
|
10596
10943
|
"organization_auth_me": "read",
|
|
10597
10944
|
"organization_billing_budgets_get": "read",
|
|
10598
|
-
"organization_billing_budgets_set": "write",
|
|
10599
10945
|
"organization_billing_caps_clear": "write",
|
|
10600
10946
|
"organization_billing_caps_set": "write",
|
|
10601
10947
|
"organization_bindings_list": "read",
|
|
@@ -10626,6 +10972,16 @@ var operations = {
|
|
|
10626
10972
|
"organization_github_install": "read",
|
|
10627
10973
|
"organization_github_list-installations": "read",
|
|
10628
10974
|
"organization_googleads_install": "read",
|
|
10975
|
+
"organization_groups_create": "write",
|
|
10976
|
+
"organization_groups_delete": "admin",
|
|
10977
|
+
"organization_groups_get": "read",
|
|
10978
|
+
"organization_groups_grant-remove": "write",
|
|
10979
|
+
"organization_groups_grant-set": "write",
|
|
10980
|
+
"organization_groups_list": "read",
|
|
10981
|
+
"organization_groups_member-add": "write",
|
|
10982
|
+
"organization_groups_member-remove": "write",
|
|
10983
|
+
"organization_groups_update": "write",
|
|
10984
|
+
"organization_linkedin_member_install": "read",
|
|
10629
10985
|
"organization_list": "read",
|
|
10630
10986
|
"organization_member_accept-invite": "write",
|
|
10631
10987
|
"organization_member_invite": "write",
|
|
@@ -10644,6 +11000,7 @@ var operations = {
|
|
|
10644
11000
|
"organization_product_list-access": "read",
|
|
10645
11001
|
"organization_product_list-members": "read",
|
|
10646
11002
|
"organization_product_list-roles": "read",
|
|
11003
|
+
"organization_product_me": "read",
|
|
10647
11004
|
"organization_product_revoke-access": "write",
|
|
10648
11005
|
"organization_product_select": "read",
|
|
10649
11006
|
"organization_product_set-access": "write",
|
|
@@ -10653,6 +11010,7 @@ var operations = {
|
|
|
10653
11010
|
"organization_public-keys_revoke": "admin",
|
|
10654
11011
|
"organization_public-keys_update-scope": "write",
|
|
10655
11012
|
"organization_public-routes_list": "read",
|
|
11013
|
+
"organization_reddit_install": "read",
|
|
10656
11014
|
"organization_roles_create": "write",
|
|
10657
11015
|
"organization_roles_delete": "admin",
|
|
10658
11016
|
"organization_roles_get": "read",
|
|
@@ -10664,10 +11022,24 @@ var operations = {
|
|
|
10664
11022
|
"organization_support_thread_get": "read",
|
|
10665
11023
|
"organization_support_thread_reply": "write",
|
|
10666
11024
|
"organization_support_threads_list": "read",
|
|
10667
|
-
"
|
|
11025
|
+
"organization_x_install": "read",
|
|
11026
|
+
"organization_youtube_install": "read",
|
|
11027
|
+
"playground_analytics_overview": "read",
|
|
11028
|
+
"playground_billing_entitlements": "read",
|
|
11029
|
+
"playground_billing_record-usage": "write",
|
|
11030
|
+
"playground_clickup_create-task": "write",
|
|
11031
|
+
"playground_clickup_get-last-webhook": "read",
|
|
11032
|
+
"playground_clickup_get-overview": "read",
|
|
11033
|
+
"playground_gdrive_get-last-change": "read",
|
|
11034
|
+
"playground_gdrive_read-file": "read",
|
|
11035
|
+
"playground_googleads_read-customer": "read",
|
|
11036
|
+
"playground_lifecycle_get-state": "read",
|
|
11037
|
+
"playground_lifecycle_list-events": "read",
|
|
11038
|
+
"playground_webhook_get-last": "read",
|
|
11039
|
+
"realtime_archive_export": "admin",
|
|
10668
11040
|
"realtime_archive_export_status": "read",
|
|
10669
11041
|
"realtime_archive_get": "read",
|
|
10670
|
-
"realtime_grant_create": "
|
|
11042
|
+
"realtime_grant_create": "admin",
|
|
10671
11043
|
"realtime_grant_list": "read",
|
|
10672
11044
|
"realtime_grant_revoke": "admin",
|
|
10673
11045
|
"realtime_history_get": "read",
|
|
@@ -10690,7 +11062,7 @@ var operations = {
|
|
|
10690
11062
|
"realtime_webhook_deliveries_list": "read",
|
|
10691
11063
|
"realtime_webhook_get": "read",
|
|
10692
11064
|
"realtime_webhook_list": "read",
|
|
10693
|
-
"realtime_webhook_secret_rotate": "
|
|
11065
|
+
"realtime_webhook_secret_rotate": "admin",
|
|
10694
11066
|
"realtime_webhook_update": "write",
|
|
10695
11067
|
"support_agent_create": "write",
|
|
10696
11068
|
"support_agent_get": "read",
|
|
@@ -10718,9 +11090,9 @@ var operations = {
|
|
|
10718
11090
|
"support_survey_create": "write",
|
|
10719
11091
|
"support_survey_get": "read",
|
|
10720
11092
|
"support_survey_list": "read",
|
|
10721
|
-
"support_survey_publish": "
|
|
11093
|
+
"support_survey_publish": "admin",
|
|
10722
11094
|
"support_survey_stats": "read",
|
|
10723
|
-
"support_survey_unpublish": "
|
|
11095
|
+
"support_survey_unpublish": "admin",
|
|
10724
11096
|
"support_survey_update": "write",
|
|
10725
11097
|
"support_thread_assign": "write",
|
|
10726
11098
|
"support_thread_create": "write",
|
|
@@ -10728,22 +11100,22 @@ var operations = {
|
|
|
10728
11100
|
"support_thread_list": "read",
|
|
10729
11101
|
"support_thread_status_set": "write",
|
|
10730
11102
|
"support_thread_update": "write",
|
|
10731
|
-
"support_webhook_create": "
|
|
11103
|
+
"support_webhook_create": "admin",
|
|
10732
11104
|
"support_webhook_delete": "admin",
|
|
10733
|
-
"support_webhook_deliveries_list": "
|
|
10734
|
-
"support_webhook_get": "
|
|
10735
|
-
"support_webhook_list": "
|
|
10736
|
-
"support_webhook_redeliver": "
|
|
10737
|
-
"support_webhook_rotate_secret": "
|
|
10738
|
-
"support_webhook_update": "
|
|
11105
|
+
"support_webhook_deliveries_list": "admin",
|
|
11106
|
+
"support_webhook_get": "admin",
|
|
11107
|
+
"support_webhook_list": "admin",
|
|
11108
|
+
"support_webhook_redeliver": "admin",
|
|
11109
|
+
"support_webhook_rotate_secret": "admin",
|
|
11110
|
+
"support_webhook_update": "admin",
|
|
10739
11111
|
"tracking_domains_create": "write",
|
|
10740
11112
|
"tracking_domains_delete": "admin",
|
|
10741
11113
|
"tracking_domains_get": "read",
|
|
10742
11114
|
"tracking_domains_list": "read",
|
|
10743
11115
|
"tracking_domains_verify": "write",
|
|
10744
|
-
"tracking_event-names_archive": "
|
|
11116
|
+
"tracking_event-names_archive": "write",
|
|
10745
11117
|
"tracking_event-names_list": "read",
|
|
10746
|
-
"tracking_event-names_unarchive": "
|
|
11118
|
+
"tracking_event-names_unarchive": "write",
|
|
10747
11119
|
"tracking_googleads_connection_status": "read",
|
|
10748
11120
|
"tracking_googleads_conversion_actions": "read",
|
|
10749
11121
|
"tracking_googleads_feedback_config_get": "read",
|