@lessly/sdk-app 30.2.0 → 30.3.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-C6_mJktu.d.cts → client.gen-BsUBUFNz.d.cts} +1834 -231
- package/dist/{client.gen-C6_mJktu.d.ts → client.gen-BsUBUFNz.d.ts} +1834 -231
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +534 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +534 -36
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.cjs +0 -5
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +2 -6
- package/dist/organization/index.d.ts +2 -6
- package/dist/organization/index.js +1 -5
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.cjs +106 -0
- package/dist/support/index.cjs.map +1 -0
- package/dist/support/index.d.cts +84 -0
- package/dist/support/index.d.ts +84 -0
- package/dist/support/index.js +85 -0
- package/dist/support/index.js.map +1 -0
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +534 -36
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +128 -8
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -6
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/support/index.ts +3 -0
- package/src/gen/support/queryOptions.gen.ts +131 -0
- package/src/gen/types.gen.ts +1730 -118
package/src/gen/client.gen.ts
CHANGED
|
@@ -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,
|
|
@@ -622,6 +642,46 @@ import type {
|
|
|
622
642
|
RealtimeWebhookSecretRotateOutput,
|
|
623
643
|
RealtimeWebhookUpdateInput,
|
|
624
644
|
RealtimeWebhookUpdateOutput,
|
|
645
|
+
SupportAgentCreateInput,
|
|
646
|
+
SupportAgentCreateOutput,
|
|
647
|
+
SupportAgentGetInput,
|
|
648
|
+
SupportAgentGetOutput,
|
|
649
|
+
SupportAgentListInput,
|
|
650
|
+
SupportAgentListOutput,
|
|
651
|
+
SupportAgentUpdateInput,
|
|
652
|
+
SupportAgentUpdateOutput,
|
|
653
|
+
SupportAttachmentCreateInput,
|
|
654
|
+
SupportAttachmentCreateOutput,
|
|
655
|
+
SupportAttachmentFinalizeInput,
|
|
656
|
+
SupportAttachmentFinalizeOutput,
|
|
657
|
+
SupportLabelCreateInput,
|
|
658
|
+
SupportLabelCreateOutput,
|
|
659
|
+
SupportLabelListInput,
|
|
660
|
+
SupportLabelListOutput,
|
|
661
|
+
SupportMessageCreateInput,
|
|
662
|
+
SupportMessageCreateOutput,
|
|
663
|
+
SupportMessageListInput,
|
|
664
|
+
SupportMessageListOutput,
|
|
665
|
+
SupportStatusArchiveInput,
|
|
666
|
+
SupportStatusArchiveOutput,
|
|
667
|
+
SupportStatusCreateInput,
|
|
668
|
+
SupportStatusCreateOutput,
|
|
669
|
+
SupportStatusListInput,
|
|
670
|
+
SupportStatusListOutput,
|
|
671
|
+
SupportStatusUpdateInput,
|
|
672
|
+
SupportStatusUpdateOutput,
|
|
673
|
+
SupportThreadAssignInput,
|
|
674
|
+
SupportThreadAssignOutput,
|
|
675
|
+
SupportThreadCreateInput,
|
|
676
|
+
SupportThreadCreateOutput,
|
|
677
|
+
SupportThreadGetInput,
|
|
678
|
+
SupportThreadGetOutput,
|
|
679
|
+
SupportThreadListInput,
|
|
680
|
+
SupportThreadListOutput,
|
|
681
|
+
SupportThreadStatusSetInput,
|
|
682
|
+
SupportThreadStatusSetOutput,
|
|
683
|
+
SupportThreadUpdateInput,
|
|
684
|
+
SupportThreadUpdateOutput,
|
|
625
685
|
TrackingDomainsCreateInput,
|
|
626
686
|
TrackingDomainsCreateOutput,
|
|
627
687
|
TrackingDomainsDeleteInput,
|
|
@@ -881,9 +941,6 @@ export interface GeneratedClient {
|
|
|
881
941
|
restore: {
|
|
882
942
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
883
943
|
};
|
|
884
|
-
usage: {
|
|
885
|
-
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
886
|
-
};
|
|
887
944
|
};
|
|
888
945
|
consent: {
|
|
889
946
|
'config-cookie-domain': {
|
|
@@ -1238,7 +1295,6 @@ export interface GeneratedClient {
|
|
|
1238
1295
|
get(input: OrganizationDomainsGetInput): Promise<OrganizationDomainsGetOutput>;
|
|
1239
1296
|
list(input: OrganizationDomainsListInput): Promise<OrganizationDomainsListOutput>;
|
|
1240
1297
|
remove(input: OrganizationDomainsRemoveInput): Promise<OrganizationDomainsRemoveOutput>;
|
|
1241
|
-
'set-mode'(input: OrganizationDomainsSetModeInput): Promise<OrganizationDomainsSetModeOutput>;
|
|
1242
1298
|
};
|
|
1243
1299
|
extensions: {
|
|
1244
1300
|
'list-installed'(input: OrganizationExtensionsListInstalledInput): Promise<OrganizationExtensionsListInstalledOutput>;
|
|
@@ -1306,6 +1362,34 @@ export interface GeneratedClient {
|
|
|
1306
1362
|
enable(input: OrganizationSecurityMfaEnableInput): Promise<OrganizationSecurityMfaEnableOutput>;
|
|
1307
1363
|
};
|
|
1308
1364
|
};
|
|
1365
|
+
playground: {
|
|
1366
|
+
analytics: {
|
|
1367
|
+
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
1368
|
+
};
|
|
1369
|
+
billing: {
|
|
1370
|
+
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
1371
|
+
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
1372
|
+
};
|
|
1373
|
+
clickup: {
|
|
1374
|
+
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
1375
|
+
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
1376
|
+
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
1377
|
+
};
|
|
1378
|
+
gdrive: {
|
|
1379
|
+
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
1380
|
+
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
1381
|
+
};
|
|
1382
|
+
googleads: {
|
|
1383
|
+
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
1384
|
+
};
|
|
1385
|
+
lifecycle: {
|
|
1386
|
+
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
1387
|
+
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
1388
|
+
};
|
|
1389
|
+
webhook: {
|
|
1390
|
+
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
1391
|
+
};
|
|
1392
|
+
};
|
|
1309
1393
|
realtime: {
|
|
1310
1394
|
archive: {
|
|
1311
1395
|
export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
|
|
@@ -1362,6 +1446,42 @@ export interface GeneratedClient {
|
|
|
1362
1446
|
rotate(input: RealtimeWebhookSecretRotateInput): Promise<RealtimeWebhookSecretRotateOutput>;
|
|
1363
1447
|
};
|
|
1364
1448
|
};
|
|
1449
|
+
support: {
|
|
1450
|
+
agent: {
|
|
1451
|
+
create(input: SupportAgentCreateInput): Promise<SupportAgentCreateOutput>;
|
|
1452
|
+
get(input: SupportAgentGetInput): Promise<SupportAgentGetOutput>;
|
|
1453
|
+
list(input: SupportAgentListInput): Promise<SupportAgentListOutput>;
|
|
1454
|
+
update(input: SupportAgentUpdateInput): Promise<SupportAgentUpdateOutput>;
|
|
1455
|
+
};
|
|
1456
|
+
attachment: {
|
|
1457
|
+
create(input: SupportAttachmentCreateInput): Promise<SupportAttachmentCreateOutput>;
|
|
1458
|
+
finalize(input: SupportAttachmentFinalizeInput): Promise<SupportAttachmentFinalizeOutput>;
|
|
1459
|
+
};
|
|
1460
|
+
label: {
|
|
1461
|
+
create(input: SupportLabelCreateInput): Promise<SupportLabelCreateOutput>;
|
|
1462
|
+
list(input: SupportLabelListInput): Promise<SupportLabelListOutput>;
|
|
1463
|
+
};
|
|
1464
|
+
message: {
|
|
1465
|
+
create(input: SupportMessageCreateInput): Promise<SupportMessageCreateOutput>;
|
|
1466
|
+
list(input: SupportMessageListInput): Promise<SupportMessageListOutput>;
|
|
1467
|
+
};
|
|
1468
|
+
status: {
|
|
1469
|
+
archive(input: SupportStatusArchiveInput): Promise<SupportStatusArchiveOutput>;
|
|
1470
|
+
create(input: SupportStatusCreateInput): Promise<SupportStatusCreateOutput>;
|
|
1471
|
+
list(input: SupportStatusListInput): Promise<SupportStatusListOutput>;
|
|
1472
|
+
update(input: SupportStatusUpdateInput): Promise<SupportStatusUpdateOutput>;
|
|
1473
|
+
};
|
|
1474
|
+
thread: {
|
|
1475
|
+
assign(input: SupportThreadAssignInput): Promise<SupportThreadAssignOutput>;
|
|
1476
|
+
create(input: SupportThreadCreateInput): Promise<SupportThreadCreateOutput>;
|
|
1477
|
+
get(input: SupportThreadGetInput): Promise<SupportThreadGetOutput>;
|
|
1478
|
+
list(input: SupportThreadListInput): Promise<SupportThreadListOutput>;
|
|
1479
|
+
update(input: SupportThreadUpdateInput): Promise<SupportThreadUpdateOutput>;
|
|
1480
|
+
};
|
|
1481
|
+
'thread-status': {
|
|
1482
|
+
set(input: SupportThreadStatusSetInput): Promise<SupportThreadStatusSetOutput>;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1365
1485
|
tracking: {
|
|
1366
1486
|
domains: {
|
|
1367
1487
|
create(input: TrackingDomainsCreateInput): Promise<TrackingDomainsCreateOutput>;
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -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', '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,
|
|
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
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
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';
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
import type { GeneratedClient } from '../client.gen';
|
|
3
|
+
import type {
|
|
4
|
+
SupportAgentCreateInput,
|
|
5
|
+
SupportAgentGetInput,
|
|
6
|
+
SupportAgentGetOutput,
|
|
7
|
+
SupportAgentListInput,
|
|
8
|
+
SupportAgentListOutput,
|
|
9
|
+
SupportAgentUpdateInput,
|
|
10
|
+
SupportAttachmentCreateInput,
|
|
11
|
+
SupportAttachmentFinalizeInput,
|
|
12
|
+
SupportLabelCreateInput,
|
|
13
|
+
SupportLabelListInput,
|
|
14
|
+
SupportLabelListOutput,
|
|
15
|
+
SupportMessageCreateInput,
|
|
16
|
+
SupportMessageListInput,
|
|
17
|
+
SupportMessageListOutput,
|
|
18
|
+
SupportStatusArchiveInput,
|
|
19
|
+
SupportStatusCreateInput,
|
|
20
|
+
SupportStatusListInput,
|
|
21
|
+
SupportStatusListOutput,
|
|
22
|
+
SupportStatusUpdateInput,
|
|
23
|
+
SupportThreadAssignInput,
|
|
24
|
+
SupportThreadCreateInput,
|
|
25
|
+
SupportThreadGetInput,
|
|
26
|
+
SupportThreadGetOutput,
|
|
27
|
+
SupportThreadListInput,
|
|
28
|
+
SupportThreadListOutput,
|
|
29
|
+
SupportThreadStatusSetInput,
|
|
30
|
+
SupportThreadUpdateInput,
|
|
31
|
+
} from '../types.gen';
|
|
32
|
+
|
|
33
|
+
export const supportAgentCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
34
|
+
mutationKey: ['support', 'agent', 'create'],
|
|
35
|
+
mutationFn: (input: SupportAgentCreateInput) => sdk['support']['agent']['create'](input),
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
export const supportAgentGetQueryOptions = (sdk: GeneratedClient, input: SupportAgentGetInput) => ({
|
|
39
|
+
queryKey: ['support', 'agent', 'get', input] as const,
|
|
40
|
+
queryFn: () => sdk['support']['agent']['get'](input),
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
export const supportAgentListQueryOptions = (sdk: GeneratedClient, input: SupportAgentListInput) => ({
|
|
44
|
+
queryKey: ['support', 'agent', 'list', input] as const,
|
|
45
|
+
queryFn: () => sdk['support']['agent']['list'](input),
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
export const supportAgentUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
49
|
+
mutationKey: ['support', 'agent', 'update'],
|
|
50
|
+
mutationFn: (input: SupportAgentUpdateInput) => sdk['support']['agent']['update'](input),
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
export const supportAttachmentCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
54
|
+
mutationKey: ['support', 'attachment', 'create'],
|
|
55
|
+
mutationFn: (input: SupportAttachmentCreateInput) => sdk['support']['attachment']['create'](input),
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
export const supportAttachmentFinalizeMutationOptions = (sdk: GeneratedClient) => ({
|
|
59
|
+
mutationKey: ['support', 'attachment', 'finalize'],
|
|
60
|
+
mutationFn: (input: SupportAttachmentFinalizeInput) => sdk['support']['attachment']['finalize'](input),
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
export const supportLabelCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
64
|
+
mutationKey: ['support', 'label', 'create'],
|
|
65
|
+
mutationFn: (input: SupportLabelCreateInput) => sdk['support']['label']['create'](input),
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
export const supportLabelListQueryOptions = (sdk: GeneratedClient, input: SupportLabelListInput) => ({
|
|
69
|
+
queryKey: ['support', 'label', 'list', input] as const,
|
|
70
|
+
queryFn: () => sdk['support']['label']['list'](input),
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
export const supportMessageCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
74
|
+
mutationKey: ['support', 'message', 'create'],
|
|
75
|
+
mutationFn: (input: SupportMessageCreateInput) => sdk['support']['message']['create'](input),
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
export const supportMessageListQueryOptions = (sdk: GeneratedClient, input: SupportMessageListInput) => ({
|
|
79
|
+
queryKey: ['support', 'message', 'list', input] as const,
|
|
80
|
+
queryFn: () => sdk['support']['message']['list'](input),
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
export const supportStatusArchiveMutationOptions = (sdk: GeneratedClient) => ({
|
|
84
|
+
mutationKey: ['support', 'status', 'archive'],
|
|
85
|
+
mutationFn: (input: SupportStatusArchiveInput) => sdk['support']['status']['archive'](input),
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
export const supportStatusCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
89
|
+
mutationKey: ['support', 'status', 'create'],
|
|
90
|
+
mutationFn: (input: SupportStatusCreateInput) => sdk['support']['status']['create'](input),
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
export const supportStatusListQueryOptions = (sdk: GeneratedClient, input: SupportStatusListInput) => ({
|
|
94
|
+
queryKey: ['support', 'status', 'list', input] as const,
|
|
95
|
+
queryFn: () => sdk['support']['status']['list'](input),
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
export const supportStatusUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
99
|
+
mutationKey: ['support', 'status', 'update'],
|
|
100
|
+
mutationFn: (input: SupportStatusUpdateInput) => sdk['support']['status']['update'](input),
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
export const supportThreadAssignMutationOptions = (sdk: GeneratedClient) => ({
|
|
104
|
+
mutationKey: ['support', 'thread', 'assign'],
|
|
105
|
+
mutationFn: (input: SupportThreadAssignInput) => sdk['support']['thread']['assign'](input),
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
export const supportThreadCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
109
|
+
mutationKey: ['support', 'thread', 'create'],
|
|
110
|
+
mutationFn: (input: SupportThreadCreateInput) => sdk['support']['thread']['create'](input),
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
export const supportThreadGetQueryOptions = (sdk: GeneratedClient, input: SupportThreadGetInput) => ({
|
|
114
|
+
queryKey: ['support', 'thread', 'get', input] as const,
|
|
115
|
+
queryFn: () => sdk['support']['thread']['get'](input),
|
|
116
|
+
});
|
|
117
|
+
|
|
118
|
+
export const supportThreadListQueryOptions = (sdk: GeneratedClient, input: SupportThreadListInput) => ({
|
|
119
|
+
queryKey: ['support', 'thread', 'list', input] as const,
|
|
120
|
+
queryFn: () => sdk['support']['thread']['list'](input),
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
export const supportThreadStatusSetMutationOptions = (sdk: GeneratedClient) => ({
|
|
124
|
+
mutationKey: ['support', 'thread-status', 'set'],
|
|
125
|
+
mutationFn: (input: SupportThreadStatusSetInput) => sdk['support']['thread-status']['set'](input),
|
|
126
|
+
});
|
|
127
|
+
|
|
128
|
+
export const supportThreadUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
129
|
+
mutationKey: ['support', 'thread', 'update'],
|
|
130
|
+
mutationFn: (input: SupportThreadUpdateInput) => sdk['support']['thread']['update'](input),
|
|
131
|
+
});
|