@lessly/sdk-app 30.5.0 → 30.6.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.
Files changed (61) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-TuN8pGec.d.cts → client.gen-DK6VpzBG.d.cts} +657 -122
  10. package/dist/{client.gen-TuN8pGec.d.ts → client.gen-DK6VpzBG.d.ts} +657 -122
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +248 -36
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +248 -36
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/organization/index.cjs +0 -5
  24. package/dist/organization/index.cjs.map +1 -1
  25. package/dist/organization/index.d.cts +2 -6
  26. package/dist/organization/index.d.ts +2 -6
  27. package/dist/organization/index.js +1 -5
  28. package/dist/organization/index.js.map +1 -1
  29. package/dist/playground/index.cjs +66 -0
  30. package/dist/playground/index.cjs.map +1 -0
  31. package/dist/playground/index.d.cts +52 -0
  32. package/dist/playground/index.d.ts +52 -0
  33. package/dist/playground/index.js +53 -0
  34. package/dist/playground/index.js.map +1 -0
  35. package/dist/realtime/index.d.cts +1 -1
  36. package/dist/realtime/index.d.ts +1 -1
  37. package/dist/support/index.cjs +40 -0
  38. package/dist/support/index.cjs.map +1 -1
  39. package/dist/support/index.d.cts +34 -2
  40. package/dist/support/index.d.ts +34 -2
  41. package/dist/support/index.js +33 -1
  42. package/dist/support/index.js.map +1 -1
  43. package/dist/tracking/index.d.cts +1 -1
  44. package/dist/tracking/index.d.ts +1 -1
  45. package/dist/users/index.d.cts +1 -1
  46. package/dist/users/index.d.ts +1 -1
  47. package/dist/waitlist/index.d.cts +1 -1
  48. package/dist/waitlist/index.d.ts +1 -1
  49. package/package.json +7 -2
  50. package/src/gen/bindings.gen.ts +248 -36
  51. package/src/gen/brain/index.ts +1 -1
  52. package/src/gen/brain/queryOptions.gen.ts +0 -7
  53. package/src/gen/client.gen.ts +82 -8
  54. package/src/gen/manifest.gen.ts +1 -1
  55. package/src/gen/organization/index.ts +1 -1
  56. package/src/gen/organization/queryOptions.gen.ts +0 -6
  57. package/src/gen/playground/index.ts +3 -0
  58. package/src/gen/playground/queryOptions.gen.ts +86 -0
  59. package/src/gen/support/index.ts +1 -1
  60. package/src/gen/support/queryOptions.gen.ts +51 -0
  61. package/src/gen/types.gen.ts +663 -121
@@ -683,19 +683,6 @@ export const bindings: BindingsMap = {
683
683
  "path": "/brain/restores/:restoreId",
684
684
  "readOnly": true
685
685
  }
686
- },
687
- "usage": {
688
- "report": {
689
- "method": "GET",
690
- "params": [
691
- {
692
- "in": "query",
693
- "name": "days"
694
- }
695
- ],
696
- "path": "/brain/usage/report",
697
- "readOnly": true
698
- }
699
686
  }
700
687
  },
701
688
  "consent": {
@@ -3840,29 +3827,6 @@ export const bindings: BindingsMap = {
3840
3827
  ],
3841
3828
  "path": "/governance/api/v1/products/:productId/domains/:domainId",
3842
3829
  "readOnly": false
3843
- },
3844
- "set-mode": {
3845
- "method": "PUT",
3846
- "params": [
3847
- {
3848
- "in": "path",
3849
- "name": "productId"
3850
- },
3851
- {
3852
- "in": "path",
3853
- "name": "domainId"
3854
- },
3855
- {
3856
- "in": "body",
3857
- "name": "mode"
3858
- },
3859
- {
3860
- "in": "body",
3861
- "name": "providerConnectorId"
3862
- }
3863
- ],
3864
- "path": "/governance/api/v1/products/:productId/domains/:domainId/mode",
3865
- "readOnly": false
3866
3830
  }
3867
3831
  },
3868
3832
  "extensions": {
@@ -4457,6 +4421,110 @@ export const bindings: BindingsMap = {
4457
4421
  }
4458
4422
  }
4459
4423
  },
4424
+ "playground": {
4425
+ "analytics": {
4426
+ "overview": {
4427
+ "method": "POST",
4428
+ "params": [
4429
+ {
4430
+ "in": "body",
4431
+ "name": "limit"
4432
+ }
4433
+ ],
4434
+ "path": "/playground/analytics/overview",
4435
+ "readOnly": true
4436
+ }
4437
+ },
4438
+ "billing": {
4439
+ "entitlements": {
4440
+ "method": "POST",
4441
+ "path": "/playground/billing/entitlements",
4442
+ "readOnly": true
4443
+ },
4444
+ "record-usage": {
4445
+ "method": "POST",
4446
+ "params": [
4447
+ {
4448
+ "in": "body",
4449
+ "name": "value"
4450
+ }
4451
+ ],
4452
+ "path": "/playground/billing/usage",
4453
+ "readOnly": false
4454
+ }
4455
+ },
4456
+ "clickup": {
4457
+ "create-task": {
4458
+ "method": "POST",
4459
+ "params": [
4460
+ {
4461
+ "in": "body",
4462
+ "name": "listId"
4463
+ },
4464
+ {
4465
+ "in": "body",
4466
+ "name": "name"
4467
+ }
4468
+ ],
4469
+ "path": "/playground/clickup/tasks",
4470
+ "readOnly": false
4471
+ },
4472
+ "get-last-webhook": {
4473
+ "method": "GET",
4474
+ "path": "/playground/clickup/webhooks/last",
4475
+ "readOnly": true
4476
+ },
4477
+ "get-overview": {
4478
+ "method": "GET",
4479
+ "path": "/playground/clickup/overview",
4480
+ "readOnly": true
4481
+ }
4482
+ },
4483
+ "gdrive": {
4484
+ "get-last-change": {
4485
+ "method": "GET",
4486
+ "path": "/playground/gdrive/changes/last",
4487
+ "readOnly": true
4488
+ },
4489
+ "read-file": {
4490
+ "method": "POST",
4491
+ "params": [
4492
+ {
4493
+ "in": "body",
4494
+ "name": "fileId"
4495
+ }
4496
+ ],
4497
+ "path": "/playground/gdrive/file",
4498
+ "readOnly": true
4499
+ }
4500
+ },
4501
+ "googleads": {
4502
+ "read-customer": {
4503
+ "method": "POST",
4504
+ "path": "/playground/googleads/customer",
4505
+ "readOnly": true
4506
+ }
4507
+ },
4508
+ "lifecycle": {
4509
+ "get-state": {
4510
+ "method": "GET",
4511
+ "path": "/playground/lifecycle/state",
4512
+ "readOnly": true
4513
+ },
4514
+ "list-events": {
4515
+ "method": "GET",
4516
+ "path": "/playground/lifecycle/events",
4517
+ "readOnly": true
4518
+ }
4519
+ },
4520
+ "webhook": {
4521
+ "get-last": {
4522
+ "method": "GET",
4523
+ "path": "/playground/webhooks/last",
4524
+ "readOnly": true
4525
+ }
4526
+ }
4527
+ },
4460
4528
  "realtime": {
4461
4529
  "archive": {
4462
4530
  "export": {
@@ -5129,6 +5197,14 @@ export const bindings: BindingsMap = {
5129
5197
  "in": "query",
5130
5198
  "name": "visibility"
5131
5199
  },
5200
+ {
5201
+ "in": "query",
5202
+ "name": "since"
5203
+ },
5204
+ {
5205
+ "in": "query",
5206
+ "name": "cursor"
5207
+ },
5132
5208
  {
5133
5209
  "in": "query",
5134
5210
  "name": "limit"
@@ -5373,6 +5449,142 @@ export const bindings: BindingsMap = {
5373
5449
  "path": "/support/threads/:id/status",
5374
5450
  "readOnly": false
5375
5451
  }
5452
+ },
5453
+ "webhook": {
5454
+ "create": {
5455
+ "method": "POST",
5456
+ "params": [
5457
+ {
5458
+ "in": "body",
5459
+ "name": "url"
5460
+ },
5461
+ {
5462
+ "in": "body",
5463
+ "name": "eventTypes"
5464
+ },
5465
+ {
5466
+ "in": "body",
5467
+ "name": "description"
5468
+ }
5469
+ ],
5470
+ "path": "/support/webhooks",
5471
+ "readOnly": false
5472
+ },
5473
+ "delete": {
5474
+ "method": "DELETE",
5475
+ "params": [
5476
+ {
5477
+ "in": "path",
5478
+ "name": "id"
5479
+ }
5480
+ ],
5481
+ "path": "/support/webhooks/:id",
5482
+ "readOnly": false
5483
+ },
5484
+ "get": {
5485
+ "method": "GET",
5486
+ "params": [
5487
+ {
5488
+ "in": "path",
5489
+ "name": "id"
5490
+ }
5491
+ ],
5492
+ "path": "/support/webhooks/:id",
5493
+ "readOnly": true
5494
+ },
5495
+ "list": {
5496
+ "method": "GET",
5497
+ "path": "/support/webhooks",
5498
+ "readOnly": true
5499
+ },
5500
+ "redeliver": {
5501
+ "method": "POST",
5502
+ "params": [
5503
+ {
5504
+ "in": "body",
5505
+ "name": "id"
5506
+ }
5507
+ ],
5508
+ "path": "/support/webhook-deliveries/redeliver",
5509
+ "readOnly": false
5510
+ },
5511
+ "update": {
5512
+ "method": "PATCH",
5513
+ "params": [
5514
+ {
5515
+ "in": "body",
5516
+ "name": "url"
5517
+ },
5518
+ {
5519
+ "in": "body",
5520
+ "name": "eventTypes"
5521
+ },
5522
+ {
5523
+ "in": "body",
5524
+ "name": "description"
5525
+ },
5526
+ {
5527
+ "in": "body",
5528
+ "name": "status"
5529
+ },
5530
+ {
5531
+ "in": "path",
5532
+ "name": "id"
5533
+ }
5534
+ ],
5535
+ "path": "/support/webhooks/:id",
5536
+ "readOnly": false
5537
+ }
5538
+ },
5539
+ "webhook-deliveries": {
5540
+ "list": {
5541
+ "method": "GET",
5542
+ "params": [
5543
+ {
5544
+ "in": "query",
5545
+ "name": "webhookId"
5546
+ },
5547
+ {
5548
+ "in": "query",
5549
+ "name": "state"
5550
+ },
5551
+ {
5552
+ "in": "query",
5553
+ "name": "eventType"
5554
+ },
5555
+ {
5556
+ "in": "query",
5557
+ "name": "createdFrom"
5558
+ },
5559
+ {
5560
+ "in": "query",
5561
+ "name": "createdTo"
5562
+ },
5563
+ {
5564
+ "in": "query",
5565
+ "name": "limit"
5566
+ },
5567
+ {
5568
+ "in": "query",
5569
+ "name": "offset"
5570
+ }
5571
+ ],
5572
+ "path": "/support/webhook-deliveries",
5573
+ "readOnly": true
5574
+ }
5575
+ },
5576
+ "webhook-rotate": {
5577
+ "secret": {
5578
+ "method": "POST",
5579
+ "params": [
5580
+ {
5581
+ "in": "path",
5582
+ "name": "id"
5583
+ }
5584
+ ],
5585
+ "path": "/support/webhooks/:id/rotate-secret",
5586
+ "readOnly": false
5587
+ }
5376
5588
  }
5377
5589
  },
5378
5590
  "tracking": {
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput, BrainUsageReportInput, BrainUsageReportOutput } from '../types.gen';
3
+ export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput } from '../types.gen';
@@ -68,8 +68,6 @@ import type {
68
68
  BrainProductSharedMemoryResetInput,
69
69
  BrainRestoreStatusInput,
70
70
  BrainRestoreStatusOutput,
71
- BrainUsageReportInput,
72
- BrainUsageReportOutput,
73
71
  } from '../types.gen';
74
72
 
75
73
  export const brainBackupCreateMutationOptions = (sdk: GeneratedClient) => ({
@@ -271,8 +269,3 @@ export const brainRestoreStatusQueryOptions = (sdk: GeneratedClient, input: Brai
271
269
  queryKey: ['brain', 'restore', 'status', input] as const,
272
270
  queryFn: () => sdk['brain']['restore']['status'](input),
273
271
  });
274
-
275
- export const brainUsageReportQueryOptions = (sdk: GeneratedClient, input: BrainUsageReportInput) => ({
276
- queryKey: ['brain', 'usage', 'report', input] as const,
277
- queryFn: () => sdk['brain']['usage']['report'](input),
278
- });
@@ -82,8 +82,6 @@ import type {
82
82
  BrainProductSharedMemoryResetOutput,
83
83
  BrainRestoreStatusInput,
84
84
  BrainRestoreStatusOutput,
85
- BrainUsageReportInput,
86
- BrainUsageReportOutput,
87
85
  ConsentConfigCookieDomainUpsertInput,
88
86
  ConsentConfigCookieDomainUpsertOutput,
89
87
  ConsentConfigCustomizationUpsertInput,
@@ -482,8 +480,6 @@ import type {
482
480
  OrganizationDomainsListOutput,
483
481
  OrganizationDomainsRemoveInput,
484
482
  OrganizationDomainsRemoveOutput,
485
- OrganizationDomainsSetModeInput,
486
- OrganizationDomainsSetModeOutput,
487
483
  OrganizationExtensionsListInstalledInput,
488
484
  OrganizationExtensionsListInstalledOutput,
489
485
  OrganizationFeedbackSubmitInput,
@@ -566,6 +562,30 @@ import type {
566
562
  OrganizationSecurityMfaEnableOutput,
567
563
  OrganizationSelectInput,
568
564
  OrganizationSelectOutput,
565
+ PlaygroundAnalyticsOverviewInput,
566
+ PlaygroundAnalyticsOverviewOutput,
567
+ PlaygroundBillingEntitlementsInput,
568
+ PlaygroundBillingEntitlementsOutput,
569
+ PlaygroundBillingRecordUsageInput,
570
+ PlaygroundBillingRecordUsageOutput,
571
+ PlaygroundClickupCreateTaskInput,
572
+ PlaygroundClickupCreateTaskOutput,
573
+ PlaygroundClickupGetLastWebhookInput,
574
+ PlaygroundClickupGetLastWebhookOutput,
575
+ PlaygroundClickupGetOverviewInput,
576
+ PlaygroundClickupGetOverviewOutput,
577
+ PlaygroundGdriveGetLastChangeInput,
578
+ PlaygroundGdriveGetLastChangeOutput,
579
+ PlaygroundGdriveReadFileInput,
580
+ PlaygroundGdriveReadFileOutput,
581
+ PlaygroundGoogleadsReadCustomerInput,
582
+ PlaygroundGoogleadsReadCustomerOutput,
583
+ PlaygroundLifecycleGetStateInput,
584
+ PlaygroundLifecycleGetStateOutput,
585
+ PlaygroundLifecycleListEventsInput,
586
+ PlaygroundLifecycleListEventsOutput,
587
+ PlaygroundWebhookGetLastInput,
588
+ PlaygroundWebhookGetLastOutput,
569
589
  RealtimeArchiveExportInput,
570
590
  RealtimeArchiveExportOutput,
571
591
  RealtimeArchiveExportStatusInput,
@@ -662,6 +682,22 @@ import type {
662
682
  SupportThreadStatusSetOutput,
663
683
  SupportThreadUpdateInput,
664
684
  SupportThreadUpdateOutput,
685
+ SupportWebhookCreateInput,
686
+ SupportWebhookCreateOutput,
687
+ SupportWebhookDeleteInput,
688
+ SupportWebhookDeleteOutput,
689
+ SupportWebhookDeliveriesListInput,
690
+ SupportWebhookDeliveriesListOutput,
691
+ SupportWebhookGetInput,
692
+ SupportWebhookGetOutput,
693
+ SupportWebhookListInput,
694
+ SupportWebhookListOutput,
695
+ SupportWebhookRedeliverInput,
696
+ SupportWebhookRedeliverOutput,
697
+ SupportWebhookRotateSecretInput,
698
+ SupportWebhookRotateSecretOutput,
699
+ SupportWebhookUpdateInput,
700
+ SupportWebhookUpdateOutput,
665
701
  TrackingDomainsCreateInput,
666
702
  TrackingDomainsCreateOutput,
667
703
  TrackingDomainsDeleteInput,
@@ -921,9 +957,6 @@ export interface GeneratedClient {
921
957
  restore: {
922
958
  status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
923
959
  };
924
- usage: {
925
- report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
926
- };
927
960
  };
928
961
  consent: {
929
962
  'config-cookie-domain': {
@@ -1278,7 +1311,6 @@ export interface GeneratedClient {
1278
1311
  get(input: OrganizationDomainsGetInput): Promise<OrganizationDomainsGetOutput>;
1279
1312
  list(input: OrganizationDomainsListInput): Promise<OrganizationDomainsListOutput>;
1280
1313
  remove(input: OrganizationDomainsRemoveInput): Promise<OrganizationDomainsRemoveOutput>;
1281
- 'set-mode'(input: OrganizationDomainsSetModeInput): Promise<OrganizationDomainsSetModeOutput>;
1282
1314
  };
1283
1315
  extensions: {
1284
1316
  'list-installed'(input: OrganizationExtensionsListInstalledInput): Promise<OrganizationExtensionsListInstalledOutput>;
@@ -1346,6 +1378,34 @@ export interface GeneratedClient {
1346
1378
  enable(input: OrganizationSecurityMfaEnableInput): Promise<OrganizationSecurityMfaEnableOutput>;
1347
1379
  };
1348
1380
  };
1381
+ playground: {
1382
+ analytics: {
1383
+ overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
1384
+ };
1385
+ billing: {
1386
+ entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
1387
+ 'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
1388
+ };
1389
+ clickup: {
1390
+ 'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
1391
+ 'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
1392
+ 'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
1393
+ };
1394
+ gdrive: {
1395
+ 'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
1396
+ 'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
1397
+ };
1398
+ googleads: {
1399
+ 'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
1400
+ };
1401
+ lifecycle: {
1402
+ 'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
1403
+ 'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
1404
+ };
1405
+ webhook: {
1406
+ 'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
1407
+ };
1408
+ };
1349
1409
  realtime: {
1350
1410
  archive: {
1351
1411
  export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
@@ -1437,6 +1497,20 @@ export interface GeneratedClient {
1437
1497
  'thread-status': {
1438
1498
  set(input: SupportThreadStatusSetInput): Promise<SupportThreadStatusSetOutput>;
1439
1499
  };
1500
+ webhook: {
1501
+ create(input: SupportWebhookCreateInput): Promise<SupportWebhookCreateOutput>;
1502
+ delete(input: SupportWebhookDeleteInput): Promise<SupportWebhookDeleteOutput>;
1503
+ get(input: SupportWebhookGetInput): Promise<SupportWebhookGetOutput>;
1504
+ list(input: SupportWebhookListInput): Promise<SupportWebhookListOutput>;
1505
+ redeliver(input: SupportWebhookRedeliverInput): Promise<SupportWebhookRedeliverOutput>;
1506
+ update(input: SupportWebhookUpdateInput): Promise<SupportWebhookUpdateOutput>;
1507
+ };
1508
+ 'webhook-deliveries': {
1509
+ list(input: SupportWebhookDeliveriesListInput): Promise<SupportWebhookDeliveriesListOutput>;
1510
+ };
1511
+ 'webhook-rotate': {
1512
+ secret(input: SupportWebhookRotateSecretInput): Promise<SupportWebhookRotateSecretOutput>;
1513
+ };
1440
1514
  };
1441
1515
  tracking: {
1442
1516
  domains: {
@@ -1,2 +1,2 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
- export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
2
+ export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, OrganizationBillingBudgetsSetInput, OrganizationBillingBudgetsSetOutput, OrganizationBillingCapsClearInput, OrganizationBillingCapsClearOutput, OrganizationBillingCapsSetInput, OrganizationBillingCapsSetOutput, OrganizationBindingsListInput, OrganizationBindingsListOutput, OrganizationClickupInstallInput, OrganizationClickupInstallOutput, OrganizationClickupListInstallationsInput, OrganizationClickupListInstallationsOutput, OrganizationCloudflareInstallInput, OrganizationCloudflareInstallOutput, OrganizationConnectorsApproveRequestInput, OrganizationConnectorsApproveRequestOutput, OrganizationConnectorsAttachInput, OrganizationConnectorsAttachOutput, OrganizationConnectorsDeleteInput, OrganizationConnectorsDeleteOutput, OrganizationConnectorsDenyRequestInput, OrganizationConnectorsDenyRequestOutput, OrganizationConnectorsDetachInput, OrganizationConnectorsDetachOutput, OrganizationConnectorsListAttachmentsInput, OrganizationConnectorsListAttachmentsOutput, OrganizationConnectorsListAvailableInput, OrganizationConnectorsListAvailableOutput, OrganizationConnectorsListInput, OrganizationConnectorsListOrgInput, OrganizationConnectorsListOrgOutput, OrganizationConnectorsListOutput, OrganizationConnectorsListRequestsInput, OrganizationConnectorsListRequestsOutput, OrganizationConnectorsRemoveInput, OrganizationConnectorsRemoveOutput, OrganizationConnectorsRequestInput, OrganizationConnectorsRequestOutput, OrganizationCreateInput, OrganizationCreateOutput, OrganizationDomainsAddInput, OrganizationDomainsAddOutput, OrganizationDomainsGetInput, OrganizationDomainsGetOutput, OrganizationDomainsListInput, OrganizationDomainsListOutput, OrganizationDomainsRemoveInput, OrganizationDomainsRemoveOutput, OrganizationDomainsSetModeInput, OrganizationDomainsSetModeOutput, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationFeedbackSubmitInput, OrganizationFeedbackSubmitOutput, OrganizationGdriveInstallInput, OrganizationGdriveInstallOutput, OrganizationGithubInstallInput, OrganizationGithubInstallOutput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationGoogleadsInstallOutput, OrganizationListInput, OrganizationListOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberAcceptInviteOutput, OrganizationMemberInviteInput, OrganizationMemberInviteOutput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRemoveOutput, OrganizationMemberRevokeInvitationInput, OrganizationMemberRevokeInvitationOutput, OrganizationMemberSetRoleInput, OrganizationMemberSetRoleOutput, OrganizationMemberShareProductInput, OrganizationMemberShareProductOutput, OrganizationMemberUnshareProductInput, OrganizationMemberUnshareProductOutput, OrganizationMembersAssignRoleInput, OrganizationMembersAssignRoleOutput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationProductAcceptInvitationInput, OrganizationProductAcceptInvitationOutput, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductInviteInput, OrganizationProductInviteOutput, OrganizationProductListInput, OrganizationProductListInvitationsInput, OrganizationProductListInvitationsOutput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductRevokeInvitationInput, OrganizationProductRevokeInvitationOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationProductUpdateInput, OrganizationProductUpdateOutput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysCreateOutput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysRevokeOutput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicKeysUpdateScopeOutput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRolesCreateInput, OrganizationRolesCreateOutput, OrganizationRolesDeleteInput, OrganizationRolesDeleteOutput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationRolesUpdateOutput, OrganizationSecurityMfaEnableInput, OrganizationSecurityMfaEnableOutput, OrganizationSelectInput, OrganizationSelectOutput } from '../types.gen';
3
+ export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, OrganizationBillingBudgetsSetInput, OrganizationBillingBudgetsSetOutput, OrganizationBillingCapsClearInput, OrganizationBillingCapsClearOutput, OrganizationBillingCapsSetInput, OrganizationBillingCapsSetOutput, OrganizationBindingsListInput, OrganizationBindingsListOutput, OrganizationClickupInstallInput, OrganizationClickupInstallOutput, OrganizationClickupListInstallationsInput, OrganizationClickupListInstallationsOutput, OrganizationCloudflareInstallInput, OrganizationCloudflareInstallOutput, OrganizationConnectorsApproveRequestInput, OrganizationConnectorsApproveRequestOutput, OrganizationConnectorsAttachInput, OrganizationConnectorsAttachOutput, OrganizationConnectorsDeleteInput, OrganizationConnectorsDeleteOutput, OrganizationConnectorsDenyRequestInput, OrganizationConnectorsDenyRequestOutput, OrganizationConnectorsDetachInput, OrganizationConnectorsDetachOutput, OrganizationConnectorsListAttachmentsInput, OrganizationConnectorsListAttachmentsOutput, OrganizationConnectorsListAvailableInput, OrganizationConnectorsListAvailableOutput, OrganizationConnectorsListInput, OrganizationConnectorsListOrgInput, OrganizationConnectorsListOrgOutput, OrganizationConnectorsListOutput, OrganizationConnectorsListRequestsInput, OrganizationConnectorsListRequestsOutput, OrganizationConnectorsRemoveInput, OrganizationConnectorsRemoveOutput, OrganizationConnectorsRequestInput, OrganizationConnectorsRequestOutput, OrganizationCreateInput, OrganizationCreateOutput, OrganizationDomainsAddInput, OrganizationDomainsAddOutput, OrganizationDomainsGetInput, OrganizationDomainsGetOutput, OrganizationDomainsListInput, OrganizationDomainsListOutput, OrganizationDomainsRemoveInput, OrganizationDomainsRemoveOutput, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationFeedbackSubmitInput, OrganizationFeedbackSubmitOutput, OrganizationGdriveInstallInput, OrganizationGdriveInstallOutput, OrganizationGithubInstallInput, OrganizationGithubInstallOutput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationGoogleadsInstallOutput, OrganizationListInput, OrganizationListOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberAcceptInviteOutput, OrganizationMemberInviteInput, OrganizationMemberInviteOutput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRemoveOutput, OrganizationMemberRevokeInvitationInput, OrganizationMemberRevokeInvitationOutput, OrganizationMemberSetRoleInput, OrganizationMemberSetRoleOutput, OrganizationMemberShareProductInput, OrganizationMemberShareProductOutput, OrganizationMemberUnshareProductInput, OrganizationMemberUnshareProductOutput, OrganizationMembersAssignRoleInput, OrganizationMembersAssignRoleOutput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationProductAcceptInvitationInput, OrganizationProductAcceptInvitationOutput, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductInviteInput, OrganizationProductInviteOutput, OrganizationProductListInput, OrganizationProductListInvitationsInput, OrganizationProductListInvitationsOutput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductRevokeInvitationInput, OrganizationProductRevokeInvitationOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationProductUpdateInput, OrganizationProductUpdateOutput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysCreateOutput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysRevokeOutput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicKeysUpdateScopeOutput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRolesCreateInput, OrganizationRolesCreateOutput, OrganizationRolesDeleteInput, OrganizationRolesDeleteOutput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationRolesUpdateOutput, OrganizationSecurityMfaEnableInput, OrganizationSecurityMfaEnableOutput, OrganizationSelectInput, OrganizationSelectOutput } from '../types.gen';
@@ -38,7 +38,6 @@ import type {
38
38
  OrganizationDomainsListInput,
39
39
  OrganizationDomainsListOutput,
40
40
  OrganizationDomainsRemoveInput,
41
- OrganizationDomainsSetModeInput,
42
41
  OrganizationExtensionsListInstalledInput,
43
42
  OrganizationExtensionsListInstalledOutput,
44
43
  OrganizationFeedbackSubmitInput,
@@ -227,11 +226,6 @@ export const organizationDomainsRemoveMutationOptions = (sdk: GeneratedClient) =
227
226
  mutationFn: (input: OrganizationDomainsRemoveInput) => sdk['organization']['domains']['remove'](input),
228
227
  });
229
228
 
230
- export const organizationDomainsSetModeMutationOptions = (sdk: GeneratedClient) => ({
231
- mutationKey: ['organization', 'domains', 'set-mode'],
232
- mutationFn: (input: OrganizationDomainsSetModeInput) => sdk['organization']['domains']['set-mode'](input),
233
- });
234
-
235
229
  export const organizationExtensionsListInstalledQueryOptions = (sdk: GeneratedClient, input: OrganizationExtensionsListInstalledInput) => ({
236
230
  queryKey: ['organization', 'extensions', 'list-installed', input] as const,
237
231
  queryFn: () => sdk['organization']['extensions']['list-installed'](input),
@@ -0,0 +1,3 @@
1
+ // AUTOGENERATED by scripts/generate.ts — do not edit.
2
+ export * from './queryOptions.gen';
3
+ export type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput } from '../types.gen';
@@ -0,0 +1,86 @@
1
+ // AUTOGENERATED by scripts/generate.ts — do not edit.
2
+ import type { GeneratedClient } from '../client.gen';
3
+ import type {
4
+ PlaygroundAnalyticsOverviewInput,
5
+ PlaygroundAnalyticsOverviewOutput,
6
+ PlaygroundBillingEntitlementsInput,
7
+ PlaygroundBillingEntitlementsOutput,
8
+ PlaygroundBillingRecordUsageInput,
9
+ PlaygroundClickupCreateTaskInput,
10
+ PlaygroundClickupGetLastWebhookInput,
11
+ PlaygroundClickupGetLastWebhookOutput,
12
+ PlaygroundClickupGetOverviewInput,
13
+ PlaygroundClickupGetOverviewOutput,
14
+ PlaygroundGdriveGetLastChangeInput,
15
+ PlaygroundGdriveGetLastChangeOutput,
16
+ PlaygroundGdriveReadFileInput,
17
+ PlaygroundGdriveReadFileOutput,
18
+ PlaygroundGoogleadsReadCustomerInput,
19
+ PlaygroundGoogleadsReadCustomerOutput,
20
+ PlaygroundLifecycleGetStateInput,
21
+ PlaygroundLifecycleGetStateOutput,
22
+ PlaygroundLifecycleListEventsInput,
23
+ PlaygroundLifecycleListEventsOutput,
24
+ PlaygroundWebhookGetLastInput,
25
+ PlaygroundWebhookGetLastOutput,
26
+ } from '../types.gen';
27
+
28
+ export const playgroundAnalyticsOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => ({
29
+ queryKey: ['playground', 'analytics', 'overview', input] as const,
30
+ queryFn: () => sdk['playground']['analytics']['overview'](input),
31
+ });
32
+
33
+ export const playgroundBillingEntitlementsQueryOptions = (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => ({
34
+ queryKey: ['playground', 'billing', 'entitlements', input] as const,
35
+ queryFn: () => sdk['playground']['billing']['entitlements'](input),
36
+ });
37
+
38
+ export const playgroundBillingRecordUsageMutationOptions = (sdk: GeneratedClient) => ({
39
+ mutationKey: ['playground', 'billing', 'record-usage'],
40
+ mutationFn: (input: PlaygroundBillingRecordUsageInput) => sdk['playground']['billing']['record-usage'](input),
41
+ });
42
+
43
+ export const playgroundClickupCreateTaskMutationOptions = (sdk: GeneratedClient) => ({
44
+ mutationKey: ['playground', 'clickup', 'create-task'],
45
+ mutationFn: (input: PlaygroundClickupCreateTaskInput) => sdk['playground']['clickup']['create-task'](input),
46
+ });
47
+
48
+ export const playgroundClickupGetLastWebhookQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => ({
49
+ queryKey: ['playground', 'clickup', 'get-last-webhook', input] as const,
50
+ queryFn: () => sdk['playground']['clickup']['get-last-webhook'](input),
51
+ });
52
+
53
+ export const playgroundClickupGetOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => ({
54
+ queryKey: ['playground', 'clickup', 'get-overview', input] as const,
55
+ queryFn: () => sdk['playground']['clickup']['get-overview'](input),
56
+ });
57
+
58
+ export const playgroundGdriveGetLastChangeQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => ({
59
+ queryKey: ['playground', 'gdrive', 'get-last-change', input] as const,
60
+ queryFn: () => sdk['playground']['gdrive']['get-last-change'](input),
61
+ });
62
+
63
+ export const playgroundGdriveReadFileQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => ({
64
+ queryKey: ['playground', 'gdrive', 'read-file', input] as const,
65
+ queryFn: () => sdk['playground']['gdrive']['read-file'](input),
66
+ });
67
+
68
+ export const playgroundGoogleadsReadCustomerQueryOptions = (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => ({
69
+ queryKey: ['playground', 'googleads', 'read-customer', input] as const,
70
+ queryFn: () => sdk['playground']['googleads']['read-customer'](input),
71
+ });
72
+
73
+ export const playgroundLifecycleGetStateQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => ({
74
+ queryKey: ['playground', 'lifecycle', 'get-state', input] as const,
75
+ queryFn: () => sdk['playground']['lifecycle']['get-state'](input),
76
+ });
77
+
78
+ export const playgroundLifecycleListEventsQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => ({
79
+ queryKey: ['playground', 'lifecycle', 'list-events', input] as const,
80
+ queryFn: () => sdk['playground']['lifecycle']['list-events'](input),
81
+ });
82
+
83
+ export const playgroundWebhookGetLastQueryOptions = (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => ({
84
+ queryKey: ['playground', 'webhook', 'get-last', input] as const,
85
+ queryFn: () => sdk['playground']['webhook']['get-last'](input),
86
+ });
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { SupportAgentCreateInput, SupportAgentCreateOutput, SupportAgentGetInput, SupportAgentGetOutput, SupportAgentListInput, SupportAgentListOutput, SupportAgentUpdateInput, SupportAgentUpdateOutput, SupportAttachmentCreateInput, SupportAttachmentCreateOutput, SupportAttachmentFinalizeInput, SupportAttachmentFinalizeOutput, SupportLabelCreateInput, SupportLabelCreateOutput, SupportLabelListInput, SupportLabelListOutput, SupportMessageCreateInput, SupportMessageCreateOutput, SupportMessageListInput, SupportMessageListOutput, SupportStatusArchiveInput, SupportStatusArchiveOutput, SupportStatusCreateInput, SupportStatusCreateOutput, SupportStatusListInput, SupportStatusListOutput, SupportStatusUpdateInput, SupportStatusUpdateOutput, SupportThreadAssignInput, SupportThreadAssignOutput, SupportThreadCreateInput, SupportThreadCreateOutput, SupportThreadGetInput, SupportThreadGetOutput, SupportThreadListInput, SupportThreadListOutput, SupportThreadStatusSetInput, SupportThreadStatusSetOutput, SupportThreadUpdateInput, SupportThreadUpdateOutput } from '../types.gen';
3
+ export type { SupportAgentCreateInput, SupportAgentCreateOutput, SupportAgentGetInput, SupportAgentGetOutput, SupportAgentListInput, SupportAgentListOutput, SupportAgentUpdateInput, SupportAgentUpdateOutput, SupportAttachmentCreateInput, SupportAttachmentCreateOutput, SupportAttachmentFinalizeInput, SupportAttachmentFinalizeOutput, SupportLabelCreateInput, SupportLabelCreateOutput, SupportLabelListInput, SupportLabelListOutput, SupportMessageCreateInput, SupportMessageCreateOutput, SupportMessageListInput, SupportMessageListOutput, SupportStatusArchiveInput, SupportStatusArchiveOutput, SupportStatusCreateInput, SupportStatusCreateOutput, SupportStatusListInput, SupportStatusListOutput, SupportStatusUpdateInput, SupportStatusUpdateOutput, SupportThreadAssignInput, SupportThreadAssignOutput, SupportThreadCreateInput, SupportThreadCreateOutput, SupportThreadGetInput, SupportThreadGetOutput, SupportThreadListInput, SupportThreadListOutput, SupportThreadStatusSetInput, SupportThreadStatusSetOutput, SupportThreadUpdateInput, SupportThreadUpdateOutput, SupportWebhookCreateInput, SupportWebhookCreateOutput, SupportWebhookDeleteInput, SupportWebhookDeleteOutput, SupportWebhookDeliveriesListInput, SupportWebhookDeliveriesListOutput, SupportWebhookGetInput, SupportWebhookGetOutput, SupportWebhookListInput, SupportWebhookListOutput, SupportWebhookRedeliverInput, SupportWebhookRedeliverOutput, SupportWebhookRotateSecretInput, SupportWebhookRotateSecretOutput, SupportWebhookUpdateInput, SupportWebhookUpdateOutput } from '../types.gen';