@lessly/sdk-app 28.0.0 → 30.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-DhQqDgJm.d.cts → client.gen-BOjtovBR.d.cts} +154 -267
- package/dist/{client.gen-DhQqDgJm.d.ts → client.gen-BOjtovBR.d.ts} +154 -267
- 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 +86 -109
- 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 +86 -109
- 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 +24 -4
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +21 -5
- package/dist/organization/index.d.ts +21 -5
- package/dist/organization/index.js +20 -4
- package/dist/organization/index.js.map +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- 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 +2 -7
- package/src/gen/bindings.gen.ts +86 -109
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +24 -55
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +29 -5
- package/src/gen/types.gen.ts +151 -269
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/src/gen/client.gen.ts
CHANGED
|
@@ -82,6 +82,8 @@ import type {
|
|
|
82
82
|
BrainProductSharedMemoryResetOutput,
|
|
83
83
|
BrainRestoreStatusInput,
|
|
84
84
|
BrainRestoreStatusOutput,
|
|
85
|
+
BrainUsageReportInput,
|
|
86
|
+
BrainUsageReportOutput,
|
|
85
87
|
ConsentConfigCookieDomainUpsertInput,
|
|
86
88
|
ConsentConfigCookieDomainUpsertOutput,
|
|
87
89
|
ConsentConfigCustomizationUpsertInput,
|
|
@@ -430,6 +432,14 @@ import type {
|
|
|
430
432
|
MailWebhookUpdateOutput,
|
|
431
433
|
OrganizationAuthMeInput,
|
|
432
434
|
OrganizationAuthMeOutput,
|
|
435
|
+
OrganizationBillingBudgetsGetInput,
|
|
436
|
+
OrganizationBillingBudgetsGetOutput,
|
|
437
|
+
OrganizationBillingBudgetsSetInput,
|
|
438
|
+
OrganizationBillingBudgetsSetOutput,
|
|
439
|
+
OrganizationBillingCapsClearInput,
|
|
440
|
+
OrganizationBillingCapsClearOutput,
|
|
441
|
+
OrganizationBillingCapsSetInput,
|
|
442
|
+
OrganizationBillingCapsSetOutput,
|
|
433
443
|
OrganizationBindingsListInput,
|
|
434
444
|
OrganizationBindingsListOutput,
|
|
435
445
|
OrganizationClickupInstallInput,
|
|
@@ -472,10 +482,10 @@ import type {
|
|
|
472
482
|
OrganizationDomainsListOutput,
|
|
473
483
|
OrganizationDomainsRemoveInput,
|
|
474
484
|
OrganizationDomainsRemoveOutput,
|
|
475
|
-
|
|
485
|
+
OrganizationDomainsSetModeInput,
|
|
486
|
+
OrganizationDomainsSetModeOutput,
|
|
476
487
|
OrganizationExtensionsListInstalledInput,
|
|
477
488
|
OrganizationExtensionsListInstalledOutput,
|
|
478
|
-
OrganizationExtensionsListOutput,
|
|
479
489
|
OrganizationFeedbackSubmitInput,
|
|
480
490
|
OrganizationFeedbackSubmitOutput,
|
|
481
491
|
OrganizationGdriveInstallInput,
|
|
@@ -556,30 +566,6 @@ import type {
|
|
|
556
566
|
OrganizationSecurityMfaEnableOutput,
|
|
557
567
|
OrganizationSelectInput,
|
|
558
568
|
OrganizationSelectOutput,
|
|
559
|
-
PlaygroundAnalyticsOverviewInput,
|
|
560
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
561
|
-
PlaygroundBillingEntitlementsInput,
|
|
562
|
-
PlaygroundBillingEntitlementsOutput,
|
|
563
|
-
PlaygroundBillingRecordUsageInput,
|
|
564
|
-
PlaygroundBillingRecordUsageOutput,
|
|
565
|
-
PlaygroundClickupCreateTaskInput,
|
|
566
|
-
PlaygroundClickupCreateTaskOutput,
|
|
567
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
568
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
569
|
-
PlaygroundClickupGetOverviewInput,
|
|
570
|
-
PlaygroundClickupGetOverviewOutput,
|
|
571
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
572
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
573
|
-
PlaygroundGdriveReadFileInput,
|
|
574
|
-
PlaygroundGdriveReadFileOutput,
|
|
575
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
576
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
577
|
-
PlaygroundLifecycleGetStateInput,
|
|
578
|
-
PlaygroundLifecycleGetStateOutput,
|
|
579
|
-
PlaygroundLifecycleListEventsInput,
|
|
580
|
-
PlaygroundLifecycleListEventsOutput,
|
|
581
|
-
PlaygroundWebhookGetLastInput,
|
|
582
|
-
PlaygroundWebhookGetLastOutput,
|
|
583
569
|
RealtimeArchiveExportInput,
|
|
584
570
|
RealtimeArchiveExportOutput,
|
|
585
571
|
RealtimeArchiveExportStatusInput,
|
|
@@ -895,6 +881,9 @@ export interface GeneratedClient {
|
|
|
895
881
|
restore: {
|
|
896
882
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
897
883
|
};
|
|
884
|
+
usage: {
|
|
885
|
+
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
886
|
+
};
|
|
898
887
|
};
|
|
899
888
|
consent: {
|
|
900
889
|
'config-cookie-domain': {
|
|
@@ -1212,6 +1201,14 @@ export interface GeneratedClient {
|
|
|
1212
1201
|
auth: {
|
|
1213
1202
|
me(input: OrganizationAuthMeInput): Promise<OrganizationAuthMeOutput>;
|
|
1214
1203
|
};
|
|
1204
|
+
'billing-budgets': {
|
|
1205
|
+
get(input: OrganizationBillingBudgetsGetInput): Promise<OrganizationBillingBudgetsGetOutput>;
|
|
1206
|
+
set(input: OrganizationBillingBudgetsSetInput): Promise<OrganizationBillingBudgetsSetOutput>;
|
|
1207
|
+
};
|
|
1208
|
+
'billing-caps': {
|
|
1209
|
+
clear(input: OrganizationBillingCapsClearInput): Promise<OrganizationBillingCapsClearOutput>;
|
|
1210
|
+
set(input: OrganizationBillingCapsSetInput): Promise<OrganizationBillingCapsSetOutput>;
|
|
1211
|
+
};
|
|
1215
1212
|
bindings: {
|
|
1216
1213
|
list(input: OrganizationBindingsListInput): Promise<OrganizationBindingsListOutput>;
|
|
1217
1214
|
};
|
|
@@ -1241,9 +1238,9 @@ export interface GeneratedClient {
|
|
|
1241
1238
|
get(input: OrganizationDomainsGetInput): Promise<OrganizationDomainsGetOutput>;
|
|
1242
1239
|
list(input: OrganizationDomainsListInput): Promise<OrganizationDomainsListOutput>;
|
|
1243
1240
|
remove(input: OrganizationDomainsRemoveInput): Promise<OrganizationDomainsRemoveOutput>;
|
|
1241
|
+
'set-mode'(input: OrganizationDomainsSetModeInput): Promise<OrganizationDomainsSetModeOutput>;
|
|
1244
1242
|
};
|
|
1245
1243
|
extensions: {
|
|
1246
|
-
list(input: OrganizationExtensionsListInput): Promise<OrganizationExtensionsListOutput>;
|
|
1247
1244
|
'list-installed'(input: OrganizationExtensionsListInstalledInput): Promise<OrganizationExtensionsListInstalledOutput>;
|
|
1248
1245
|
};
|
|
1249
1246
|
feedback: {
|
|
@@ -1309,34 +1306,6 @@ export interface GeneratedClient {
|
|
|
1309
1306
|
enable(input: OrganizationSecurityMfaEnableInput): Promise<OrganizationSecurityMfaEnableOutput>;
|
|
1310
1307
|
};
|
|
1311
1308
|
};
|
|
1312
|
-
playground: {
|
|
1313
|
-
analytics: {
|
|
1314
|
-
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
1315
|
-
};
|
|
1316
|
-
billing: {
|
|
1317
|
-
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
1318
|
-
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
1319
|
-
};
|
|
1320
|
-
clickup: {
|
|
1321
|
-
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
1322
|
-
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
1323
|
-
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
1324
|
-
};
|
|
1325
|
-
gdrive: {
|
|
1326
|
-
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
1327
|
-
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
1328
|
-
};
|
|
1329
|
-
googleads: {
|
|
1330
|
-
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
1331
|
-
};
|
|
1332
|
-
lifecycle: {
|
|
1333
|
-
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
1334
|
-
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
1335
|
-
};
|
|
1336
|
-
webhook: {
|
|
1337
|
-
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
1338
|
-
};
|
|
1339
|
-
};
|
|
1340
1309
|
realtime: {
|
|
1341
1310
|
archive: {
|
|
1342
1311
|
export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
|
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', '
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'realtime', '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, 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, 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,6 +3,11 @@ import type { GeneratedClient } from '../client.gen';
|
|
|
3
3
|
import type {
|
|
4
4
|
OrganizationAuthMeInput,
|
|
5
5
|
OrganizationAuthMeOutput,
|
|
6
|
+
OrganizationBillingBudgetsGetInput,
|
|
7
|
+
OrganizationBillingBudgetsGetOutput,
|
|
8
|
+
OrganizationBillingBudgetsSetInput,
|
|
9
|
+
OrganizationBillingCapsClearInput,
|
|
10
|
+
OrganizationBillingCapsSetInput,
|
|
6
11
|
OrganizationBindingsListInput,
|
|
7
12
|
OrganizationBindingsListOutput,
|
|
8
13
|
OrganizationClickupInstallInput,
|
|
@@ -33,10 +38,9 @@ import type {
|
|
|
33
38
|
OrganizationDomainsListInput,
|
|
34
39
|
OrganizationDomainsListOutput,
|
|
35
40
|
OrganizationDomainsRemoveInput,
|
|
36
|
-
|
|
41
|
+
OrganizationDomainsSetModeInput,
|
|
37
42
|
OrganizationExtensionsListInstalledInput,
|
|
38
43
|
OrganizationExtensionsListInstalledOutput,
|
|
39
|
-
OrganizationExtensionsListOutput,
|
|
40
44
|
OrganizationFeedbackSubmitInput,
|
|
41
45
|
OrganizationGdriveInstallInput,
|
|
42
46
|
OrganizationGithubInstallInput,
|
|
@@ -98,6 +102,26 @@ export const organizationAuthMeQueryOptions = (sdk: GeneratedClient, input: Orga
|
|
|
98
102
|
queryFn: () => sdk['organization']['auth']['me'](input),
|
|
99
103
|
});
|
|
100
104
|
|
|
105
|
+
export const organizationBillingBudgetsGetQueryOptions = (sdk: GeneratedClient, input: OrganizationBillingBudgetsGetInput) => ({
|
|
106
|
+
queryKey: ['organization', 'billing-budgets', 'get', input] as const,
|
|
107
|
+
queryFn: () => sdk['organization']['billing-budgets']['get'](input),
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
export const organizationBillingBudgetsSetMutationOptions = (sdk: GeneratedClient) => ({
|
|
111
|
+
mutationKey: ['organization', 'billing-budgets', 'set'],
|
|
112
|
+
mutationFn: (input: OrganizationBillingBudgetsSetInput) => sdk['organization']['billing-budgets']['set'](input),
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
export const organizationBillingCapsClearMutationOptions = (sdk: GeneratedClient) => ({
|
|
116
|
+
mutationKey: ['organization', 'billing-caps', 'clear'],
|
|
117
|
+
mutationFn: (input: OrganizationBillingCapsClearInput) => sdk['organization']['billing-caps']['clear'](input),
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
export const organizationBillingCapsSetMutationOptions = (sdk: GeneratedClient) => ({
|
|
121
|
+
mutationKey: ['organization', 'billing-caps', 'set'],
|
|
122
|
+
mutationFn: (input: OrganizationBillingCapsSetInput) => sdk['organization']['billing-caps']['set'](input),
|
|
123
|
+
});
|
|
124
|
+
|
|
101
125
|
export const organizationBindingsListQueryOptions = (sdk: GeneratedClient, input: OrganizationBindingsListInput) => ({
|
|
102
126
|
queryKey: ['organization', 'bindings', 'list', input] as const,
|
|
103
127
|
queryFn: () => sdk['organization']['bindings']['list'](input),
|
|
@@ -203,9 +227,9 @@ export const organizationDomainsRemoveMutationOptions = (sdk: GeneratedClient) =
|
|
|
203
227
|
mutationFn: (input: OrganizationDomainsRemoveInput) => sdk['organization']['domains']['remove'](input),
|
|
204
228
|
});
|
|
205
229
|
|
|
206
|
-
export const
|
|
207
|
-
|
|
208
|
-
|
|
230
|
+
export const organizationDomainsSetModeMutationOptions = (sdk: GeneratedClient) => ({
|
|
231
|
+
mutationKey: ['organization', 'domains', 'set-mode'],
|
|
232
|
+
mutationFn: (input: OrganizationDomainsSetModeInput) => sdk['organization']['domains']['set-mode'](input),
|
|
209
233
|
});
|
|
210
234
|
|
|
211
235
|
export const organizationExtensionsListInstalledQueryOptions = (sdk: GeneratedClient, input: OrganizationExtensionsListInstalledInput) => ({
|