@lessly/sdk-app 61.1.0 → 61.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "61.1.0",
3
+ "version": "61.2.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -148,16 +148,6 @@
148
148
  "default": "./dist/organization/index.cjs"
149
149
  }
150
150
  },
151
- "./playground": {
152
- "import": {
153
- "types": "./dist/playground/index.d.ts",
154
- "default": "./dist/playground/index.js"
155
- },
156
- "require": {
157
- "types": "./dist/playground/index.d.cts",
158
- "default": "./dist/playground/index.cjs"
159
- }
160
- },
161
151
  "./realtime": {
162
152
  "import": {
163
153
  "types": "./dist/realtime/index.d.ts",
@@ -209,5 +199,5 @@
209
199
  }
210
200
  }
211
201
  },
212
- "sdkContentHash": "sha256:4286e8d70a0ad35c76e78a79da634fc36929ad84f7d3b65f7d5a196fe0b9562c"
202
+ "sdkContentHash": "sha256:e136531e93f19a2cd0e3d8b282f4cb0037bfac84b281cea72e6bcb372d34925b"
213
203
  }
@@ -474,7 +474,7 @@ export const bindings: BindingsMap = {
474
474
  "readOnly": false
475
475
  },
476
476
  "restore": {
477
- "level": "admin",
477
+ "level": "write",
478
478
  "method": "POST",
479
479
  "operationKey": "brain_backup_restore",
480
480
  "params": [
@@ -1071,7 +1071,7 @@ export const bindings: BindingsMap = {
1071
1071
  "readOnly": false
1072
1072
  },
1073
1073
  "delete": {
1074
- "level": "write",
1074
+ "level": "admin",
1075
1075
  "method": "DELETE",
1076
1076
  "operationKey": "brain_memory_delete",
1077
1077
  "params": [
@@ -1175,7 +1175,7 @@ export const bindings: BindingsMap = {
1175
1175
  },
1176
1176
  "product-shared-memory": {
1177
1177
  "reset": {
1178
- "level": "admin",
1178
+ "level": "write",
1179
1179
  "method": "POST",
1180
1180
  "operationKey": "brain_product_shared_memory_reset",
1181
1181
  "params": [
@@ -1230,7 +1230,7 @@ export const bindings: BindingsMap = {
1230
1230
  "consent": {
1231
1231
  "config-cookie-domain": {
1232
1232
  "upsert": {
1233
- "level": "admin",
1233
+ "level": "write",
1234
1234
  "method": "PATCH",
1235
1235
  "operationKey": "consent_config_cookie_domain_upsert",
1236
1236
  "params": [
@@ -1481,7 +1481,7 @@ export const bindings: BindingsMap = {
1481
1481
  },
1482
1482
  "records": {
1483
1483
  "export": {
1484
- "level": "admin",
1484
+ "level": "read",
1485
1485
  "method": "POST",
1486
1486
  "operationKey": "consent_records_export",
1487
1487
  "params": [
@@ -4087,7 +4087,7 @@ export const bindings: BindingsMap = {
4087
4087
  "mail": {
4088
4088
  "apikey": {
4089
4089
  "create": {
4090
- "level": "admin",
4090
+ "level": "write",
4091
4091
  "method": "POST",
4092
4092
  "operationKey": "mail_apikey_create",
4093
4093
  "params": [
@@ -4504,7 +4504,7 @@ export const bindings: BindingsMap = {
4504
4504
  },
4505
4505
  "domain": {
4506
4506
  "create": {
4507
- "level": "admin",
4507
+ "level": "write",
4508
4508
  "method": "POST",
4509
4509
  "operationKey": "mail_domain_create",
4510
4510
  "params": [
@@ -4554,7 +4554,7 @@ export const bindings: BindingsMap = {
4554
4554
  "readOnly": true
4555
4555
  },
4556
4556
  "update": {
4557
- "level": "admin",
4557
+ "level": "write",
4558
4558
  "method": "PATCH",
4559
4559
  "operationKey": "mail_domain_update",
4560
4560
  "params": [
@@ -4924,7 +4924,7 @@ export const bindings: BindingsMap = {
4924
4924
  },
4925
4925
  "webhook": {
4926
4926
  "create": {
4927
- "level": "admin",
4927
+ "level": "write",
4928
4928
  "method": "POST",
4929
4929
  "operationKey": "mail_webhook_create",
4930
4930
  "params": [
@@ -4978,7 +4978,7 @@ export const bindings: BindingsMap = {
4978
4978
  "readOnly": true
4979
4979
  },
4980
4980
  "update": {
4981
- "level": "admin",
4981
+ "level": "write",
4982
4982
  "method": "PATCH",
4983
4983
  "operationKey": "mail_webhook_update",
4984
4984
  "params": [
@@ -5191,7 +5191,7 @@ export const bindings: BindingsMap = {
5191
5191
  },
5192
5192
  "issues": {
5193
5193
  "archive": {
5194
- "level": "write",
5194
+ "level": "admin",
5195
5195
  "method": "POST",
5196
5196
  "operationKey": "observe_issues_archive",
5197
5197
  "params": [
@@ -5720,7 +5720,7 @@ export const bindings: BindingsMap = {
5720
5720
  },
5721
5721
  "webhooks-rotate": {
5722
5722
  "secret": {
5723
- "level": "admin",
5723
+ "level": "write",
5724
5724
  "method": "POST",
5725
5725
  "operationKey": "observe_webhooks_rotate_secret",
5726
5726
  "params": [
@@ -6897,138 +6897,10 @@ export const bindings: BindingsMap = {
6897
6897
  }
6898
6898
  }
6899
6899
  },
6900
- "playground": {
6901
- "analytics": {
6902
- "overview": {
6903
- "level": "read",
6904
- "method": "POST",
6905
- "operationKey": "playground_analytics_overview",
6906
- "params": [
6907
- {
6908
- "in": "body",
6909
- "name": "limit"
6910
- }
6911
- ],
6912
- "path": "/playground/analytics/overview",
6913
- "readOnly": true
6914
- }
6915
- },
6916
- "billing": {
6917
- "entitlements": {
6918
- "level": "read",
6919
- "method": "POST",
6920
- "operationKey": "playground_billing_entitlements",
6921
- "path": "/playground/billing/entitlements",
6922
- "readOnly": true
6923
- },
6924
- "record-usage": {
6925
- "level": "write",
6926
- "method": "POST",
6927
- "operationKey": "playground_billing_record-usage",
6928
- "params": [
6929
- {
6930
- "in": "body",
6931
- "name": "value"
6932
- }
6933
- ],
6934
- "path": "/playground/billing/usage",
6935
- "readOnly": false
6936
- }
6937
- },
6938
- "clickup": {
6939
- "create-task": {
6940
- "level": "write",
6941
- "method": "POST",
6942
- "operationKey": "playground_clickup_create-task",
6943
- "params": [
6944
- {
6945
- "in": "body",
6946
- "name": "listId"
6947
- },
6948
- {
6949
- "in": "body",
6950
- "name": "name"
6951
- }
6952
- ],
6953
- "path": "/playground/clickup/tasks",
6954
- "readOnly": false
6955
- },
6956
- "get-last-webhook": {
6957
- "level": "read",
6958
- "method": "GET",
6959
- "operationKey": "playground_clickup_get-last-webhook",
6960
- "path": "/playground/clickup/webhooks/last",
6961
- "readOnly": true
6962
- },
6963
- "get-overview": {
6964
- "level": "read",
6965
- "method": "GET",
6966
- "operationKey": "playground_clickup_get-overview",
6967
- "path": "/playground/clickup/overview",
6968
- "readOnly": true
6969
- }
6970
- },
6971
- "gdrive": {
6972
- "get-last-change": {
6973
- "level": "read",
6974
- "method": "GET",
6975
- "operationKey": "playground_gdrive_get-last-change",
6976
- "path": "/playground/gdrive/changes/last",
6977
- "readOnly": true
6978
- },
6979
- "read-file": {
6980
- "level": "read",
6981
- "method": "POST",
6982
- "operationKey": "playground_gdrive_read-file",
6983
- "params": [
6984
- {
6985
- "in": "body",
6986
- "name": "fileId"
6987
- }
6988
- ],
6989
- "path": "/playground/gdrive/file",
6990
- "readOnly": true
6991
- }
6992
- },
6993
- "googleads": {
6994
- "read-customer": {
6995
- "level": "read",
6996
- "method": "POST",
6997
- "operationKey": "playground_googleads_read-customer",
6998
- "path": "/playground/googleads/customer",
6999
- "readOnly": true
7000
- }
7001
- },
7002
- "lifecycle": {
7003
- "get-state": {
7004
- "level": "read",
7005
- "method": "GET",
7006
- "operationKey": "playground_lifecycle_get-state",
7007
- "path": "/playground/lifecycle/state",
7008
- "readOnly": true
7009
- },
7010
- "list-events": {
7011
- "level": "read",
7012
- "method": "GET",
7013
- "operationKey": "playground_lifecycle_list-events",
7014
- "path": "/playground/lifecycle/events",
7015
- "readOnly": true
7016
- }
7017
- },
7018
- "webhook": {
7019
- "get-last": {
7020
- "level": "read",
7021
- "method": "GET",
7022
- "operationKey": "playground_webhook_get-last",
7023
- "path": "/playground/webhooks/last",
7024
- "readOnly": true
7025
- }
7026
- }
7027
- },
7028
6900
  "realtime": {
7029
6901
  "archive": {
7030
6902
  "export": {
7031
- "level": "admin",
6903
+ "level": "write",
7032
6904
  "method": "POST",
7033
6905
  "operationKey": "realtime_archive_export",
7034
6906
  "params": [
@@ -7087,7 +6959,7 @@ export const bindings: BindingsMap = {
7087
6959
  },
7088
6960
  "grant": {
7089
6961
  "create": {
7090
- "level": "admin",
6962
+ "level": "write",
7091
6963
  "method": "POST",
7092
6964
  "operationKey": "realtime_grant_create",
7093
6965
  "params": [
@@ -7551,7 +7423,7 @@ export const bindings: BindingsMap = {
7551
7423
  },
7552
7424
  "webhook-secret": {
7553
7425
  "rotate": {
7554
- "level": "admin",
7426
+ "level": "write",
7555
7427
  "method": "POST",
7556
7428
  "operationKey": "realtime_webhook_secret_rotate",
7557
7429
  "params": [
@@ -8150,7 +8022,7 @@ export const bindings: BindingsMap = {
8150
8022
  "readOnly": true
8151
8023
  },
8152
8024
  "publish": {
8153
- "level": "admin",
8025
+ "level": "write",
8154
8026
  "method": "POST",
8155
8027
  "operationKey": "support_survey_publish",
8156
8028
  "params": [
@@ -8184,7 +8056,7 @@ export const bindings: BindingsMap = {
8184
8056
  "readOnly": true
8185
8057
  },
8186
8058
  "unpublish": {
8187
- "level": "admin",
8059
+ "level": "write",
8188
8060
  "method": "POST",
8189
8061
  "operationKey": "support_survey_unpublish",
8190
8062
  "params": [
@@ -8398,7 +8270,7 @@ export const bindings: BindingsMap = {
8398
8270
  },
8399
8271
  "webhook": {
8400
8272
  "create": {
8401
- "level": "admin",
8273
+ "level": "write",
8402
8274
  "method": "POST",
8403
8275
  "operationKey": "support_webhook_create",
8404
8276
  "params": [
@@ -8432,7 +8304,7 @@ export const bindings: BindingsMap = {
8432
8304
  "readOnly": false
8433
8305
  },
8434
8306
  "get": {
8435
- "level": "admin",
8307
+ "level": "read",
8436
8308
  "method": "GET",
8437
8309
  "operationKey": "support_webhook_get",
8438
8310
  "params": [
@@ -8445,14 +8317,14 @@ export const bindings: BindingsMap = {
8445
8317
  "readOnly": true
8446
8318
  },
8447
8319
  "list": {
8448
- "level": "admin",
8320
+ "level": "read",
8449
8321
  "method": "GET",
8450
8322
  "operationKey": "support_webhook_list",
8451
8323
  "path": "/support/webhooks",
8452
8324
  "readOnly": true
8453
8325
  },
8454
8326
  "redeliver": {
8455
- "level": "admin",
8327
+ "level": "write",
8456
8328
  "method": "POST",
8457
8329
  "operationKey": "support_webhook_redeliver",
8458
8330
  "params": [
@@ -8465,7 +8337,7 @@ export const bindings: BindingsMap = {
8465
8337
  "readOnly": false
8466
8338
  },
8467
8339
  "update": {
8468
- "level": "admin",
8340
+ "level": "write",
8469
8341
  "method": "PATCH",
8470
8342
  "operationKey": "support_webhook_update",
8471
8343
  "params": [
@@ -8496,7 +8368,7 @@ export const bindings: BindingsMap = {
8496
8368
  },
8497
8369
  "webhook-deliveries": {
8498
8370
  "list": {
8499
- "level": "admin",
8371
+ "level": "read",
8500
8372
  "method": "GET",
8501
8373
  "operationKey": "support_webhook_deliveries_list",
8502
8374
  "params": [
@@ -8535,7 +8407,7 @@ export const bindings: BindingsMap = {
8535
8407
  },
8536
8408
  "webhook-rotate": {
8537
8409
  "secret": {
8538
- "level": "admin",
8410
+ "level": "write",
8539
8411
  "method": "POST",
8540
8412
  "operationKey": "support_webhook_rotate_secret",
8541
8413
  "params": [
@@ -8621,7 +8493,7 @@ export const bindings: BindingsMap = {
8621
8493
  },
8622
8494
  "event-names": {
8623
8495
  "archive": {
8624
- "level": "write",
8496
+ "level": "admin",
8625
8497
  "method": "POST",
8626
8498
  "operationKey": "tracking_event-names_archive",
8627
8499
  "params": [
@@ -8659,7 +8531,7 @@ export const bindings: BindingsMap = {
8659
8531
  "readOnly": true
8660
8532
  },
8661
8533
  "unarchive": {
8662
- "level": "write",
8534
+ "level": "admin",
8663
8535
  "method": "POST",
8664
8536
  "operationKey": "tracking_event-names_unarchive",
8665
8537
  "params": [
@@ -10206,12 +10078,4 @@ export const bindings: BindingsMap = {
10206
10078
  }
10207
10079
  };
10208
10080
 
10209
- export const wsBindings: WsBindingsMap = {
10210
- "playground": {
10211
- "ws": {
10212
- "echo": {
10213
- "path": "/playground/ws/echo"
10214
- }
10215
- }
10216
- }
10217
- };
10081
+ export const wsBindings: WsBindingsMap = {};
@@ -743,30 +743,6 @@ import type {
743
743
  OrganizationSupportThreadReplyOutput,
744
744
  OrganizationSupportThreadsListInput,
745
745
  OrganizationSupportThreadsListOutput,
746
- PlaygroundAnalyticsOverviewInput,
747
- PlaygroundAnalyticsOverviewOutput,
748
- PlaygroundBillingEntitlementsInput,
749
- PlaygroundBillingEntitlementsOutput,
750
- PlaygroundBillingRecordUsageInput,
751
- PlaygroundBillingRecordUsageOutput,
752
- PlaygroundClickupCreateTaskInput,
753
- PlaygroundClickupCreateTaskOutput,
754
- PlaygroundClickupGetLastWebhookInput,
755
- PlaygroundClickupGetLastWebhookOutput,
756
- PlaygroundClickupGetOverviewInput,
757
- PlaygroundClickupGetOverviewOutput,
758
- PlaygroundGdriveGetLastChangeInput,
759
- PlaygroundGdriveGetLastChangeOutput,
760
- PlaygroundGdriveReadFileInput,
761
- PlaygroundGdriveReadFileOutput,
762
- PlaygroundGoogleadsReadCustomerInput,
763
- PlaygroundGoogleadsReadCustomerOutput,
764
- PlaygroundLifecycleGetStateInput,
765
- PlaygroundLifecycleGetStateOutput,
766
- PlaygroundLifecycleListEventsInput,
767
- PlaygroundLifecycleListEventsOutput,
768
- PlaygroundWebhookGetLastInput,
769
- PlaygroundWebhookGetLastOutput,
770
746
  RealtimeArchiveExportInput,
771
747
  RealtimeArchiveExportOutput,
772
748
  RealtimeArchiveExportStatusInput,
@@ -1753,34 +1729,6 @@ export interface GeneratedClient {
1753
1729
  list: ((input: OrganizationSupportThreadsListInput) => Promise<OrganizationSupportThreadsListOutput>) & Operation;
1754
1730
  };
1755
1731
  };
1756
- playground: {
1757
- analytics: {
1758
- overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
1759
- };
1760
- billing: {
1761
- entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
1762
- 'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
1763
- };
1764
- clickup: {
1765
- 'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
1766
- 'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
1767
- 'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
1768
- };
1769
- gdrive: {
1770
- 'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
1771
- 'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
1772
- };
1773
- googleads: {
1774
- 'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
1775
- };
1776
- lifecycle: {
1777
- 'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
1778
- 'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
1779
- };
1780
- webhook: {
1781
- 'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
1782
- };
1783
- };
1784
1732
  realtime: {
1785
1733
  archive: {
1786
1734
  export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
@@ -1,7 +1,7 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  import type { ToolLevel } from '../runtime/types';
3
3
 
4
- export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
4
+ export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
5
5
 
6
6
  export const operations: Record<string, ToolLevel> = {
7
7
  'analytics_catalog_get': 'read',
@@ -23,7 +23,7 @@ export const operations: Record<string, ToolLevel> = {
23
23
  'analytics_query_run': 'read',
24
24
  'analytics_retention_run': 'read',
25
25
  'brain_backup_create': 'write',
26
- 'brain_backup_restore': 'admin',
26
+ 'brain_backup_restore': 'write',
27
27
  'brain_backup_status': 'read',
28
28
  'brain_backups_list': 'read',
29
29
  'brain_clickup_channels_list': 'read',
@@ -54,16 +54,16 @@ export const operations: Record<string, ToolLevel> = {
54
54
  'brain_knowledge_relations': 'read',
55
55
  'brain_knowledge_search': 'read',
56
56
  'brain_memory_add': 'write',
57
- 'brain_memory_delete': 'write',
57
+ 'brain_memory_delete': 'admin',
58
58
  'brain_memory_get': 'read',
59
59
  'brain_memory_list': 'read',
60
60
  'brain_memory_search': 'read',
61
61
  'brain_memory_stats': 'read',
62
62
  'brain_memory_update': 'write',
63
- 'brain_product_shared_memory_reset': 'admin',
63
+ 'brain_product_shared_memory_reset': 'write',
64
64
  'brain_restore_status': 'read',
65
65
  'brain_usage_report': 'read',
66
- 'consent_config_cookie_domain_upsert': 'admin',
66
+ 'consent_config_cookie_domain_upsert': 'write',
67
67
  'consent_config_customization_upsert': 'write',
68
68
  'consent_config_floating_icon_upsert': 'write',
69
69
  'consent_config_theme_upsert': 'write',
@@ -76,7 +76,7 @@ export const operations: Record<string, ToolLevel> = {
76
76
  'consent_providers_delete': 'admin',
77
77
  'consent_providers_list': 'read',
78
78
  'consent_providers_update': 'write',
79
- 'consent_records_export': 'admin',
79
+ 'consent_records_export': 'read',
80
80
  'consent_stats_get': 'read',
81
81
  'content_channels_bind': 'write',
82
82
  'content_channels_get': 'read',
@@ -218,7 +218,7 @@ export const operations: Record<string, ToolLevel> = {
218
218
  'deployment_volume_get': 'read',
219
219
  'deployment_volume_list': 'read',
220
220
  'deployment_volume_resize': 'write',
221
- 'mail_apikey_create': 'admin',
221
+ 'mail_apikey_create': 'write',
222
222
  'mail_apikey_delete': 'admin',
223
223
  'mail_apikey_list': 'read',
224
224
  'mail_audience_create': 'write',
@@ -240,11 +240,11 @@ export const operations: Record<string, ToolLevel> = {
240
240
  'mail_contact_list': 'read',
241
241
  'mail_contact_update': 'write',
242
242
  'mail_domain_allowed_list': 'read',
243
- 'mail_domain_create': 'admin',
243
+ 'mail_domain_create': 'write',
244
244
  'mail_domain_delete': 'admin',
245
245
  'mail_domain_get': 'read',
246
246
  'mail_domain_list': 'read',
247
- 'mail_domain_update': 'admin',
247
+ 'mail_domain_update': 'write',
248
248
  'mail_domain_verify': 'write',
249
249
  'mail_email_cancel': 'write',
250
250
  'mail_email_get': 'read',
@@ -263,12 +263,12 @@ export const operations: Record<string, ToolLevel> = {
263
263
  'mail_template_publish': 'write',
264
264
  'mail_template_update': 'write',
265
265
  'mail_usage_get': 'read',
266
- 'mail_webhook_create': 'admin',
266
+ 'mail_webhook_create': 'write',
267
267
  'mail_webhook_delete': 'admin',
268
268
  'mail_webhook_deliveries_list': 'read',
269
269
  'mail_webhook_get': 'read',
270
270
  'mail_webhook_list': 'read',
271
- 'mail_webhook_update': 'admin',
271
+ 'mail_webhook_update': 'write',
272
272
  'observe_alerts_create': 'write',
273
273
  'observe_alerts_delete': 'admin',
274
274
  'observe_alerts_events_list': 'read',
@@ -278,7 +278,7 @@ export const operations: Record<string, ToolLevel> = {
278
278
  'observe_artifacts_delete': 'admin',
279
279
  'observe_artifacts_list': 'read',
280
280
  'observe_artifacts_resolve': 'read',
281
- 'observe_issues_archive': 'write',
281
+ 'observe_issues_archive': 'admin',
282
282
  'observe_issues_assign': 'write',
283
283
  'observe_issues_event': 'read',
284
284
  'observe_issues_events': 'read',
@@ -302,7 +302,7 @@ export const operations: Record<string, ToolLevel> = {
302
302
  'observe_webhooks_get': 'read',
303
303
  'observe_webhooks_list': 'read',
304
304
  'observe_webhooks_redeliver': 'write',
305
- 'observe_webhooks_rotate_secret': 'admin',
305
+ 'observe_webhooks_rotate_secret': 'write',
306
306
  'observe_webhooks_update': 'write',
307
307
  'organization_auth_me': 'read',
308
308
  'organization_billing_budgets_get': 'read',
@@ -375,22 +375,10 @@ export const operations: Record<string, ToolLevel> = {
375
375
  'organization_support_thread_get': 'read',
376
376
  'organization_support_thread_reply': 'write',
377
377
  'organization_support_threads_list': 'read',
378
- 'playground_analytics_overview': 'read',
379
- 'playground_billing_entitlements': 'read',
380
- 'playground_billing_record-usage': 'write',
381
- 'playground_clickup_create-task': 'write',
382
- 'playground_clickup_get-last-webhook': 'read',
383
- 'playground_clickup_get-overview': 'read',
384
- 'playground_gdrive_get-last-change': 'read',
385
- 'playground_gdrive_read-file': 'read',
386
- 'playground_googleads_read-customer': 'read',
387
- 'playground_lifecycle_get-state': 'read',
388
- 'playground_lifecycle_list-events': 'read',
389
- 'playground_webhook_get-last': 'read',
390
- 'realtime_archive_export': 'admin',
378
+ 'realtime_archive_export': 'write',
391
379
  'realtime_archive_export_status': 'read',
392
380
  'realtime_archive_get': 'read',
393
- 'realtime_grant_create': 'admin',
381
+ 'realtime_grant_create': 'write',
394
382
  'realtime_grant_list': 'read',
395
383
  'realtime_grant_revoke': 'admin',
396
384
  'realtime_history_get': 'read',
@@ -413,7 +401,7 @@ export const operations: Record<string, ToolLevel> = {
413
401
  'realtime_webhook_deliveries_list': 'read',
414
402
  'realtime_webhook_get': 'read',
415
403
  'realtime_webhook_list': 'read',
416
- 'realtime_webhook_secret_rotate': 'admin',
404
+ 'realtime_webhook_secret_rotate': 'write',
417
405
  'realtime_webhook_update': 'write',
418
406
  'support_agent_create': 'write',
419
407
  'support_agent_get': 'read',
@@ -441,9 +429,9 @@ export const operations: Record<string, ToolLevel> = {
441
429
  'support_survey_create': 'write',
442
430
  'support_survey_get': 'read',
443
431
  'support_survey_list': 'read',
444
- 'support_survey_publish': 'admin',
432
+ 'support_survey_publish': 'write',
445
433
  'support_survey_stats': 'read',
446
- 'support_survey_unpublish': 'admin',
434
+ 'support_survey_unpublish': 'write',
447
435
  'support_survey_update': 'write',
448
436
  'support_thread_assign': 'write',
449
437
  'support_thread_create': 'write',
@@ -451,22 +439,22 @@ export const operations: Record<string, ToolLevel> = {
451
439
  'support_thread_list': 'read',
452
440
  'support_thread_status_set': 'write',
453
441
  'support_thread_update': 'write',
454
- 'support_webhook_create': 'admin',
442
+ 'support_webhook_create': 'write',
455
443
  'support_webhook_delete': 'admin',
456
- 'support_webhook_deliveries_list': 'admin',
457
- 'support_webhook_get': 'admin',
458
- 'support_webhook_list': 'admin',
459
- 'support_webhook_redeliver': 'admin',
460
- 'support_webhook_rotate_secret': 'admin',
461
- 'support_webhook_update': 'admin',
444
+ 'support_webhook_deliveries_list': 'read',
445
+ 'support_webhook_get': 'read',
446
+ 'support_webhook_list': 'read',
447
+ 'support_webhook_redeliver': 'write',
448
+ 'support_webhook_rotate_secret': 'write',
449
+ 'support_webhook_update': 'write',
462
450
  'tracking_domains_create': 'write',
463
451
  'tracking_domains_delete': 'admin',
464
452
  'tracking_domains_get': 'read',
465
453
  'tracking_domains_list': 'read',
466
454
  'tracking_domains_verify': 'write',
467
- 'tracking_event-names_archive': 'write',
455
+ 'tracking_event-names_archive': 'admin',
468
456
  'tracking_event-names_list': 'read',
469
- 'tracking_event-names_unarchive': 'write',
457
+ 'tracking_event-names_unarchive': 'admin',
470
458
  'tracking_googleads_connection_status': 'read',
471
459
  'tracking_googleads_conversion_actions': 'read',
472
460
  'tracking_googleads_feedback_config_get': 'read',