@lessly/sdk-app 52.1.0 → 52.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/_types/gen/analytics/index.d.ts +2 -0
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +70 -0
- package/dist/_types/gen/bindings.gen.d.ts +3 -0
- package/dist/_types/gen/brain/index.d.ts +2 -0
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +162 -0
- package/dist/_types/gen/client.gen.d.ts +991 -0
- package/dist/_types/gen/consent/index.d.ts +2 -0
- package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
- package/dist/_types/gen/content/index.d.ts +2 -0
- package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
- package/dist/_types/gen/deployment/index.d.ts +2 -0
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
- package/dist/_types/gen/mail/index.d.ts +2 -0
- package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
- package/dist/_types/gen/manifest.gen.d.ts +1 -0
- package/dist/_types/gen/observe/index.d.ts +2 -0
- package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
- package/dist/_types/gen/organization/index.d.ts +2 -0
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +286 -0
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
- package/dist/_types/gen/realtime/index.d.ts +2 -0
- package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
- package/dist/_types/gen/support/index.d.ts +2 -0
- package/dist/_types/gen/support/queryOptions.gen.d.ts +178 -0
- package/dist/_types/gen/tracking/index.d.ts +2 -0
- package/dist/_types/gen/tracking/queryOptions.gen.d.ts +146 -0
- package/dist/_types/gen/types.gen.d.ts +105597 -0
- package/dist/_types/gen/users/index.d.ts +2 -0
- package/dist/_types/gen/users/queryOptions.gen.d.ts +178 -0
- package/dist/_types/gen/waitlist/index.d.ts +2 -0
- package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
- package/dist/_types/index.d.ts +7 -0
- package/dist/_types/package.json +1 -0
- package/dist/_types/runtime/connectStream.d.ts +15 -0
- package/dist/_types/runtime/createLesslyApp.d.ts +6 -0
- package/dist/_types/runtime/csrf.d.ts +1 -0
- package/dist/_types/runtime/errors.d.ts +7 -0
- package/dist/_types/runtime/name.d.ts +26 -0
- package/dist/_types/runtime/request.d.ts +9 -0
- package/dist/{types-gTIUAUsP.d.cts → _types/runtime/types.d.ts} +18 -20
- package/dist/analytics/index.cjs +65 -0
- package/dist/analytics/index.cjs.map +1 -1
- package/dist/analytics/index.d.cts +1 -20
- package/dist/analytics/index.d.ts +1 -20
- package/dist/analytics/index.js +53 -1
- package/dist/analytics/index.js.map +1 -1
- package/dist/brain/index.d.cts +1 -164
- package/dist/brain/index.d.ts +1 -164
- package/dist/{chunk-7ZYVSB5J.js → chunk-E3CBZL3R.js} +295 -2
- package/dist/chunk-E3CBZL3R.js.map +1 -0
- package/dist/consent/index.d.cts +1 -64
- package/dist/consent/index.d.ts +1 -64
- package/dist/content/index.d.cts +1 -128
- package/dist/content/index.d.ts +1 -128
- package/dist/deployment/index.d.cts +1 -440
- package/dist/deployment/index.d.ts +1 -440
- package/dist/index.cjs +293 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -32
- package/dist/index.d.ts +1 -32
- package/dist/index.js +1 -1
- package/dist/mail/index.d.cts +1 -209
- package/dist/mail/index.d.ts +1 -209
- package/dist/observe/index.d.cts +1 -144
- package/dist/observe/index.d.ts +1 -144
- package/dist/organization/index.d.cts +1 -288
- package/dist/organization/index.d.ts +1 -288
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.d.cts +1 -55
- package/dist/playground/index.d.ts +1 -55
- package/dist/playground/index.js +1 -1
- package/dist/realtime/index.d.cts +1 -116
- package/dist/realtime/index.d.ts +1 -116
- package/dist/support/index.d.cts +1 -180
- package/dist/support/index.d.ts +1 -180
- package/dist/tracking/index.d.cts +1 -148
- package/dist/tracking/index.d.ts +1 -148
- package/dist/users/index.d.cts +1 -180
- package/dist/users/index.d.ts +1 -180
- package/dist/waitlist/index.d.cts +1 -32
- package/dist/waitlist/index.d.ts +1 -32
- package/package.json +123 -48
- package/src/gen/analytics/index.ts +1 -1
- package/src/gen/analytics/queryOptions.gen.ts +85 -0
- package/src/gen/bindings.gen.ts +293 -0
- package/src/gen/client.gen.ts +45 -0
- package/src/gen/types.gen.ts +53912 -0
- package/dist/chunk-7ZYVSB5J.js.map +0 -1
- package/dist/client.gen-cA-2Hpsz.d.cts +0 -47130
- package/dist/client.gen-cA-2Hpsz.d.ts +0 -47130
- package/dist/types-gTIUAUsP.d.ts +0 -82
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
import type { GeneratedClient } from '../client.gen.js';
|
|
2
|
+
import type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, OrganizationBillingBudgetsSetInput, OrganizationBillingCapsClearInput, OrganizationBillingCapsSetInput, OrganizationBindingsListInput, OrganizationBindingsListOutput, OrganizationClickupInstallInput, OrganizationClickupListInstallationsInput, OrganizationClickupListInstallationsOutput, OrganizationCloudflareInstallInput, OrganizationConnectorsApproveRequestInput, OrganizationConnectorsAttachInput, OrganizationConnectorsDeleteInput, OrganizationConnectorsDenyRequestInput, OrganizationConnectorsDetachInput, OrganizationConnectorsListAttachmentsInput, OrganizationConnectorsListAttachmentsOutput, OrganizationConnectorsListAvailableInput, OrganizationConnectorsListAvailableOutput, OrganizationConnectorsListInput, OrganizationConnectorsListOrgInput, OrganizationConnectorsListOrgOutput, OrganizationConnectorsListOutput, OrganizationConnectorsListRequestsInput, OrganizationConnectorsListRequestsOutput, OrganizationConnectorsRemoveInput, OrganizationConnectorsRequestInput, OrganizationCreateInput, OrganizationDomainsAddInput, OrganizationDomainsGetInput, OrganizationDomainsGetOutput, OrganizationDomainsListInput, OrganizationDomainsListOutput, OrganizationDomainsRemoveInput, OrganizationDomainsSetModeInput, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationFeedbackSubmitInput, OrganizationGdriveInstallInput, OrganizationGithubInstallInput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationListInput, OrganizationListOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberInviteInput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRevokeInvitationInput, OrganizationMemberSetRoleInput, OrganizationMemberShareProductInput, OrganizationMemberUnshareProductInput, OrganizationMembersAssignRoleInput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationProductCreateInput, OrganizationProductListAccessInput, OrganizationProductListAccessOutput, OrganizationProductListInput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductRevokeAccessInput, OrganizationProductSelectInput, OrganizationProductSetAccessInput, OrganizationProductUpdateInput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRolesCreateInput, OrganizationRolesDeleteInput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationSecurityMfaEnableInput, OrganizationSelectInput, OrganizationSupportThreadCreateInput, OrganizationSupportThreadGetInput, OrganizationSupportThreadGetOutput, OrganizationSupportThreadReplyInput, OrganizationSupportThreadsListInput, OrganizationSupportThreadsListOutput } from '../types.gen.js';
|
|
3
|
+
export declare const organizationAuthMeQueryOptions: (sdk: GeneratedClient, input: OrganizationAuthMeInput) => {
|
|
4
|
+
queryKey: readonly ["organization", "auth", "me", OrganizationAuthMeInput];
|
|
5
|
+
queryFn: () => Promise<OrganizationAuthMeOutput>;
|
|
6
|
+
};
|
|
7
|
+
export declare const organizationBillingBudgetsGetQueryOptions: (sdk: GeneratedClient, input: OrganizationBillingBudgetsGetInput) => {
|
|
8
|
+
queryKey: readonly ["organization", "billing-budgets", "get", OrganizationBillingBudgetsGetInput];
|
|
9
|
+
queryFn: () => Promise<OrganizationBillingBudgetsGetOutput>;
|
|
10
|
+
};
|
|
11
|
+
export declare const organizationBillingBudgetsSetMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
+
mutationKey: string[];
|
|
13
|
+
mutationFn: (input: OrganizationBillingBudgetsSetInput) => Promise<import(".").OrganizationBillingBudgetsSetOutput>;
|
|
14
|
+
};
|
|
15
|
+
export declare const organizationBillingCapsClearMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
+
mutationKey: string[];
|
|
17
|
+
mutationFn: (input: OrganizationBillingCapsClearInput) => Promise<import(".").OrganizationBillingCapsClearOutput>;
|
|
18
|
+
};
|
|
19
|
+
export declare const organizationBillingCapsSetMutationOptions: (sdk: GeneratedClient) => {
|
|
20
|
+
mutationKey: string[];
|
|
21
|
+
mutationFn: (input: OrganizationBillingCapsSetInput) => Promise<import(".").OrganizationBillingCapsSetOutput>;
|
|
22
|
+
};
|
|
23
|
+
export declare const organizationBindingsListQueryOptions: (sdk: GeneratedClient, input: OrganizationBindingsListInput) => {
|
|
24
|
+
queryKey: readonly ["organization", "bindings", "list", OrganizationBindingsListInput];
|
|
25
|
+
queryFn: () => Promise<OrganizationBindingsListOutput>;
|
|
26
|
+
};
|
|
27
|
+
export declare const organizationClickupInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
28
|
+
mutationKey: string[];
|
|
29
|
+
mutationFn: (input: OrganizationClickupInstallInput) => Promise<import(".").OrganizationClickupInstallOutput>;
|
|
30
|
+
};
|
|
31
|
+
export declare const organizationClickupListInstallationsQueryOptions: (sdk: GeneratedClient, input: OrganizationClickupListInstallationsInput) => {
|
|
32
|
+
queryKey: readonly ["organization", "clickup", "list-installations", OrganizationClickupListInstallationsInput];
|
|
33
|
+
queryFn: () => Promise<OrganizationClickupListInstallationsOutput>;
|
|
34
|
+
};
|
|
35
|
+
export declare const organizationCloudflareInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
36
|
+
mutationKey: string[];
|
|
37
|
+
mutationFn: (input: OrganizationCloudflareInstallInput) => Promise<import(".").OrganizationCloudflareInstallOutput>;
|
|
38
|
+
};
|
|
39
|
+
export declare const organizationConnectorsApproveRequestMutationOptions: (sdk: GeneratedClient) => {
|
|
40
|
+
mutationKey: string[];
|
|
41
|
+
mutationFn: (input: OrganizationConnectorsApproveRequestInput) => Promise<import(".").OrganizationConnectorsApproveRequestOutput>;
|
|
42
|
+
};
|
|
43
|
+
export declare const organizationConnectorsAttachMutationOptions: (sdk: GeneratedClient) => {
|
|
44
|
+
mutationKey: string[];
|
|
45
|
+
mutationFn: (input: OrganizationConnectorsAttachInput) => Promise<import(".").OrganizationConnectorsAttachOutput>;
|
|
46
|
+
};
|
|
47
|
+
export declare const organizationConnectorsDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
48
|
+
mutationKey: string[];
|
|
49
|
+
mutationFn: (input: OrganizationConnectorsDeleteInput) => Promise<import(".").OrganizationConnectorsDeleteOutput>;
|
|
50
|
+
};
|
|
51
|
+
export declare const organizationConnectorsDenyRequestMutationOptions: (sdk: GeneratedClient) => {
|
|
52
|
+
mutationKey: string[];
|
|
53
|
+
mutationFn: (input: OrganizationConnectorsDenyRequestInput) => Promise<import(".").OrganizationConnectorsDenyRequestOutput>;
|
|
54
|
+
};
|
|
55
|
+
export declare const organizationConnectorsDetachMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
+
mutationKey: string[];
|
|
57
|
+
mutationFn: (input: OrganizationConnectorsDetachInput) => Promise<import(".").OrganizationConnectorsDetachOutput>;
|
|
58
|
+
};
|
|
59
|
+
export declare const organizationConnectorsListQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListInput) => {
|
|
60
|
+
queryKey: readonly ["organization", "connectors", "list", OrganizationConnectorsListInput];
|
|
61
|
+
queryFn: () => Promise<OrganizationConnectorsListOutput>;
|
|
62
|
+
};
|
|
63
|
+
export declare const organizationConnectorsListAttachmentsQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListAttachmentsInput) => {
|
|
64
|
+
queryKey: readonly ["organization", "connectors", "list-attachments", OrganizationConnectorsListAttachmentsInput];
|
|
65
|
+
queryFn: () => Promise<OrganizationConnectorsListAttachmentsOutput>;
|
|
66
|
+
};
|
|
67
|
+
export declare const organizationConnectorsListAvailableQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListAvailableInput) => {
|
|
68
|
+
queryKey: readonly ["organization", "connectors", "list-available", OrganizationConnectorsListAvailableInput];
|
|
69
|
+
queryFn: () => Promise<OrganizationConnectorsListAvailableOutput>;
|
|
70
|
+
};
|
|
71
|
+
export declare const organizationConnectorsListOrgQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListOrgInput) => {
|
|
72
|
+
queryKey: readonly ["organization", "connectors", "list-org", OrganizationConnectorsListOrgInput];
|
|
73
|
+
queryFn: () => Promise<OrganizationConnectorsListOrgOutput>;
|
|
74
|
+
};
|
|
75
|
+
export declare const organizationConnectorsListRequestsQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListRequestsInput) => {
|
|
76
|
+
queryKey: readonly ["organization", "connectors", "list-requests", OrganizationConnectorsListRequestsInput];
|
|
77
|
+
queryFn: () => Promise<OrganizationConnectorsListRequestsOutput>;
|
|
78
|
+
};
|
|
79
|
+
export declare const organizationConnectorsRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
80
|
+
mutationKey: string[];
|
|
81
|
+
mutationFn: (input: OrganizationConnectorsRemoveInput) => Promise<import(".").OrganizationConnectorsRemoveOutput>;
|
|
82
|
+
};
|
|
83
|
+
export declare const organizationConnectorsRequestMutationOptions: (sdk: GeneratedClient) => {
|
|
84
|
+
mutationKey: string[];
|
|
85
|
+
mutationFn: (input: OrganizationConnectorsRequestInput) => Promise<import(".").OrganizationConnectorsRequestOutput>;
|
|
86
|
+
};
|
|
87
|
+
export declare const organizationCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
88
|
+
mutationKey: string[];
|
|
89
|
+
mutationFn: (input: OrganizationCreateInput) => Promise<import(".").OrganizationCreateOutput>;
|
|
90
|
+
};
|
|
91
|
+
export declare const organizationDomainsAddMutationOptions: (sdk: GeneratedClient) => {
|
|
92
|
+
mutationKey: string[];
|
|
93
|
+
mutationFn: (input: OrganizationDomainsAddInput) => Promise<import(".").OrganizationDomainsAddOutput>;
|
|
94
|
+
};
|
|
95
|
+
export declare const organizationDomainsGetQueryOptions: (sdk: GeneratedClient, input: OrganizationDomainsGetInput) => {
|
|
96
|
+
queryKey: readonly ["organization", "domains", "get", OrganizationDomainsGetInput];
|
|
97
|
+
queryFn: () => Promise<OrganizationDomainsGetOutput>;
|
|
98
|
+
};
|
|
99
|
+
export declare const organizationDomainsListQueryOptions: (sdk: GeneratedClient, input: OrganizationDomainsListInput) => {
|
|
100
|
+
queryKey: readonly ["organization", "domains", "list", OrganizationDomainsListInput];
|
|
101
|
+
queryFn: () => Promise<OrganizationDomainsListOutput>;
|
|
102
|
+
};
|
|
103
|
+
export declare const organizationDomainsRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
104
|
+
mutationKey: string[];
|
|
105
|
+
mutationFn: (input: OrganizationDomainsRemoveInput) => Promise<import(".").OrganizationDomainsRemoveOutput>;
|
|
106
|
+
};
|
|
107
|
+
export declare const organizationDomainsSetModeMutationOptions: (sdk: GeneratedClient) => {
|
|
108
|
+
mutationKey: string[];
|
|
109
|
+
mutationFn: (input: OrganizationDomainsSetModeInput) => Promise<import(".").OrganizationDomainsSetModeOutput>;
|
|
110
|
+
};
|
|
111
|
+
export declare const organizationExtensionsListInstalledQueryOptions: (sdk: GeneratedClient, input: OrganizationExtensionsListInstalledInput) => {
|
|
112
|
+
queryKey: readonly ["organization", "extensions", "list-installed", OrganizationExtensionsListInstalledInput];
|
|
113
|
+
queryFn: () => Promise<OrganizationExtensionsListInstalledOutput>;
|
|
114
|
+
};
|
|
115
|
+
export declare const organizationFeedbackSubmitMutationOptions: (sdk: GeneratedClient) => {
|
|
116
|
+
mutationKey: string[];
|
|
117
|
+
mutationFn: (input: OrganizationFeedbackSubmitInput) => Promise<import(".").OrganizationFeedbackSubmitOutput>;
|
|
118
|
+
};
|
|
119
|
+
export declare const organizationGdriveInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
120
|
+
mutationKey: string[];
|
|
121
|
+
mutationFn: (input: OrganizationGdriveInstallInput) => Promise<import(".").OrganizationGdriveInstallOutput>;
|
|
122
|
+
};
|
|
123
|
+
export declare const organizationGithubInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
124
|
+
mutationKey: string[];
|
|
125
|
+
mutationFn: (input: OrganizationGithubInstallInput) => Promise<import(".").OrganizationGithubInstallOutput>;
|
|
126
|
+
};
|
|
127
|
+
export declare const organizationGithubListInstallationsQueryOptions: (sdk: GeneratedClient, input: OrganizationGithubListInstallationsInput) => {
|
|
128
|
+
queryKey: readonly ["organization", "github", "list-installations", OrganizationGithubListInstallationsInput];
|
|
129
|
+
queryFn: () => Promise<OrganizationGithubListInstallationsOutput>;
|
|
130
|
+
};
|
|
131
|
+
export declare const organizationGoogleadsInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
132
|
+
mutationKey: string[];
|
|
133
|
+
mutationFn: (input: OrganizationGoogleadsInstallInput) => Promise<import(".").OrganizationGoogleadsInstallOutput>;
|
|
134
|
+
};
|
|
135
|
+
export declare const organizationListQueryOptions: (sdk: GeneratedClient, input: OrganizationListInput) => {
|
|
136
|
+
queryKey: readonly ["organization", "list", OrganizationListInput];
|
|
137
|
+
queryFn: () => Promise<OrganizationListOutput>;
|
|
138
|
+
};
|
|
139
|
+
export declare const organizationMemberAcceptInviteMutationOptions: (sdk: GeneratedClient) => {
|
|
140
|
+
mutationKey: string[];
|
|
141
|
+
mutationFn: (input: OrganizationMemberAcceptInviteInput) => Promise<import(".").OrganizationMemberAcceptInviteOutput>;
|
|
142
|
+
};
|
|
143
|
+
export declare const organizationMemberInviteMutationOptions: (sdk: GeneratedClient) => {
|
|
144
|
+
mutationKey: string[];
|
|
145
|
+
mutationFn: (input: OrganizationMemberInviteInput) => Promise<import(".").OrganizationMemberInviteOutput>;
|
|
146
|
+
};
|
|
147
|
+
export declare const organizationMemberListQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListInput) => {
|
|
148
|
+
queryKey: readonly ["organization", "member", "list", OrganizationMemberListInput];
|
|
149
|
+
queryFn: () => Promise<OrganizationMemberListOutput>;
|
|
150
|
+
};
|
|
151
|
+
export declare const organizationMemberListInvitationsQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListInvitationsInput) => {
|
|
152
|
+
queryKey: readonly ["organization", "member", "list-invitations", OrganizationMemberListInvitationsInput];
|
|
153
|
+
queryFn: () => Promise<OrganizationMemberListInvitationsOutput>;
|
|
154
|
+
};
|
|
155
|
+
export declare const organizationMemberListProductAccessQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListProductAccessInput) => {
|
|
156
|
+
queryKey: readonly ["organization", "member", "list-product-access", OrganizationMemberListProductAccessInput];
|
|
157
|
+
queryFn: () => Promise<OrganizationMemberListProductAccessOutput>;
|
|
158
|
+
};
|
|
159
|
+
export declare const organizationMemberRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
160
|
+
mutationKey: string[];
|
|
161
|
+
mutationFn: (input: OrganizationMemberRemoveInput) => Promise<import(".").OrganizationMemberRemoveOutput>;
|
|
162
|
+
};
|
|
163
|
+
export declare const organizationMemberRevokeInvitationMutationOptions: (sdk: GeneratedClient) => {
|
|
164
|
+
mutationKey: string[];
|
|
165
|
+
mutationFn: (input: OrganizationMemberRevokeInvitationInput) => Promise<import(".").OrganizationMemberRevokeInvitationOutput>;
|
|
166
|
+
};
|
|
167
|
+
export declare const organizationMemberSetRoleMutationOptions: (sdk: GeneratedClient) => {
|
|
168
|
+
mutationKey: string[];
|
|
169
|
+
mutationFn: (input: OrganizationMemberSetRoleInput) => Promise<import(".").OrganizationMemberSetRoleOutput>;
|
|
170
|
+
};
|
|
171
|
+
export declare const organizationMemberShareProductMutationOptions: (sdk: GeneratedClient) => {
|
|
172
|
+
mutationKey: string[];
|
|
173
|
+
mutationFn: (input: OrganizationMemberShareProductInput) => Promise<import(".").OrganizationMemberShareProductOutput>;
|
|
174
|
+
};
|
|
175
|
+
export declare const organizationMemberUnshareProductMutationOptions: (sdk: GeneratedClient) => {
|
|
176
|
+
mutationKey: string[];
|
|
177
|
+
mutationFn: (input: OrganizationMemberUnshareProductInput) => Promise<import(".").OrganizationMemberUnshareProductOutput>;
|
|
178
|
+
};
|
|
179
|
+
export declare const organizationMembersAssignRoleMutationOptions: (sdk: GeneratedClient) => {
|
|
180
|
+
mutationKey: string[];
|
|
181
|
+
mutationFn: (input: OrganizationMembersAssignRoleInput) => Promise<import(".").OrganizationMembersAssignRoleOutput>;
|
|
182
|
+
};
|
|
183
|
+
export declare const organizationPermissionCatalogQueryOptions: (sdk: GeneratedClient, input: OrganizationPermissionCatalogInput) => {
|
|
184
|
+
queryKey: readonly ["organization", "permission", "catalog", OrganizationPermissionCatalogInput];
|
|
185
|
+
queryFn: () => Promise<OrganizationPermissionCatalogOutput>;
|
|
186
|
+
};
|
|
187
|
+
export declare const organizationProductCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
188
|
+
mutationKey: string[];
|
|
189
|
+
mutationFn: (input: OrganizationProductCreateInput) => Promise<import(".").OrganizationProductCreateOutput>;
|
|
190
|
+
};
|
|
191
|
+
export declare const organizationProductListQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListInput) => {
|
|
192
|
+
queryKey: readonly ["organization", "product", "list", OrganizationProductListInput];
|
|
193
|
+
queryFn: () => Promise<OrganizationProductListOutput>;
|
|
194
|
+
};
|
|
195
|
+
export declare const organizationProductListAccessQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListAccessInput) => {
|
|
196
|
+
queryKey: readonly ["organization", "product", "list-access", OrganizationProductListAccessInput];
|
|
197
|
+
queryFn: () => Promise<OrganizationProductListAccessOutput>;
|
|
198
|
+
};
|
|
199
|
+
export declare const organizationProductListMembersQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListMembersInput) => {
|
|
200
|
+
queryKey: readonly ["organization", "product", "list-members", OrganizationProductListMembersInput];
|
|
201
|
+
queryFn: () => Promise<OrganizationProductListMembersOutput>;
|
|
202
|
+
};
|
|
203
|
+
export declare const organizationProductListRolesQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListRolesInput) => {
|
|
204
|
+
queryKey: readonly ["organization", "product", "list-roles", OrganizationProductListRolesInput];
|
|
205
|
+
queryFn: () => Promise<OrganizationProductListRolesOutput>;
|
|
206
|
+
};
|
|
207
|
+
export declare const organizationProductRevokeAccessMutationOptions: (sdk: GeneratedClient) => {
|
|
208
|
+
mutationKey: string[];
|
|
209
|
+
mutationFn: (input: OrganizationProductRevokeAccessInput) => Promise<import(".").OrganizationProductRevokeAccessOutput>;
|
|
210
|
+
};
|
|
211
|
+
export declare const organizationProductSelectMutationOptions: (sdk: GeneratedClient) => {
|
|
212
|
+
mutationKey: string[];
|
|
213
|
+
mutationFn: (input: OrganizationProductSelectInput) => Promise<import(".").OrganizationProductSelectOutput>;
|
|
214
|
+
};
|
|
215
|
+
export declare const organizationProductSetAccessMutationOptions: (sdk: GeneratedClient) => {
|
|
216
|
+
mutationKey: string[];
|
|
217
|
+
mutationFn: (input: OrganizationProductSetAccessInput) => Promise<import(".").OrganizationProductSetAccessOutput>;
|
|
218
|
+
};
|
|
219
|
+
export declare const organizationProductUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
220
|
+
mutationKey: string[];
|
|
221
|
+
mutationFn: (input: OrganizationProductUpdateInput) => Promise<import(".").OrganizationProductUpdateOutput>;
|
|
222
|
+
};
|
|
223
|
+
export declare const organizationPublicKeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
224
|
+
mutationKey: string[];
|
|
225
|
+
mutationFn: (input: OrganizationPublicKeysCreateInput) => Promise<import(".").OrganizationPublicKeysCreateOutput>;
|
|
226
|
+
};
|
|
227
|
+
export declare const organizationPublicKeysListQueryOptions: (sdk: GeneratedClient, input: OrganizationPublicKeysListInput) => {
|
|
228
|
+
queryKey: readonly ["organization", "public-keys", "list", OrganizationPublicKeysListInput];
|
|
229
|
+
queryFn: () => Promise<OrganizationPublicKeysListOutput>;
|
|
230
|
+
};
|
|
231
|
+
export declare const organizationPublicKeysRevokeMutationOptions: (sdk: GeneratedClient) => {
|
|
232
|
+
mutationKey: string[];
|
|
233
|
+
mutationFn: (input: OrganizationPublicKeysRevokeInput) => Promise<import(".").OrganizationPublicKeysRevokeOutput>;
|
|
234
|
+
};
|
|
235
|
+
export declare const organizationPublicKeysUpdateScopeMutationOptions: (sdk: GeneratedClient) => {
|
|
236
|
+
mutationKey: string[];
|
|
237
|
+
mutationFn: (input: OrganizationPublicKeysUpdateScopeInput) => Promise<import(".").OrganizationPublicKeysUpdateScopeOutput>;
|
|
238
|
+
};
|
|
239
|
+
export declare const organizationPublicRoutesListQueryOptions: (sdk: GeneratedClient, input: OrganizationPublicRoutesListInput) => {
|
|
240
|
+
queryKey: readonly ["organization", "public-routes", "list", OrganizationPublicRoutesListInput];
|
|
241
|
+
queryFn: () => Promise<OrganizationPublicRoutesListOutput>;
|
|
242
|
+
};
|
|
243
|
+
export declare const organizationRolesCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
244
|
+
mutationKey: string[];
|
|
245
|
+
mutationFn: (input: OrganizationRolesCreateInput) => Promise<import(".").OrganizationRolesCreateOutput>;
|
|
246
|
+
};
|
|
247
|
+
export declare const organizationRolesDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
248
|
+
mutationKey: string[];
|
|
249
|
+
mutationFn: (input: OrganizationRolesDeleteInput) => Promise<import(".").OrganizationRolesDeleteOutput>;
|
|
250
|
+
};
|
|
251
|
+
export declare const organizationRolesGetQueryOptions: (sdk: GeneratedClient, input: OrganizationRolesGetInput) => {
|
|
252
|
+
queryKey: readonly ["organization", "roles", "get", OrganizationRolesGetInput];
|
|
253
|
+
queryFn: () => Promise<OrganizationRolesGetOutput>;
|
|
254
|
+
};
|
|
255
|
+
export declare const organizationRolesListQueryOptions: (sdk: GeneratedClient, input: OrganizationRolesListInput) => {
|
|
256
|
+
queryKey: readonly ["organization", "roles", "list", OrganizationRolesListInput];
|
|
257
|
+
queryFn: () => Promise<OrganizationRolesListOutput>;
|
|
258
|
+
};
|
|
259
|
+
export declare const organizationRolesUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
260
|
+
mutationKey: string[];
|
|
261
|
+
mutationFn: (input: OrganizationRolesUpdateInput) => Promise<import(".").OrganizationRolesUpdateOutput>;
|
|
262
|
+
};
|
|
263
|
+
export declare const organizationSecurityMfaEnableMutationOptions: (sdk: GeneratedClient) => {
|
|
264
|
+
mutationKey: string[];
|
|
265
|
+
mutationFn: (input: OrganizationSecurityMfaEnableInput) => Promise<import(".").OrganizationSecurityMfaEnableOutput>;
|
|
266
|
+
};
|
|
267
|
+
export declare const organizationSelectMutationOptions: (sdk: GeneratedClient) => {
|
|
268
|
+
mutationKey: string[];
|
|
269
|
+
mutationFn: (input: OrganizationSelectInput) => Promise<import(".").OrganizationSelectOutput>;
|
|
270
|
+
};
|
|
271
|
+
export declare const organizationSupportThreadCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
272
|
+
mutationKey: string[];
|
|
273
|
+
mutationFn: (input: OrganizationSupportThreadCreateInput) => Promise<import(".").OrganizationSupportThreadCreateOutput>;
|
|
274
|
+
};
|
|
275
|
+
export declare const organizationSupportThreadGetQueryOptions: (sdk: GeneratedClient, input: OrganizationSupportThreadGetInput) => {
|
|
276
|
+
queryKey: readonly ["organization", "support-thread", "get", OrganizationSupportThreadGetInput];
|
|
277
|
+
queryFn: () => Promise<OrganizationSupportThreadGetOutput>;
|
|
278
|
+
};
|
|
279
|
+
export declare const organizationSupportThreadReplyMutationOptions: (sdk: GeneratedClient) => {
|
|
280
|
+
mutationKey: string[];
|
|
281
|
+
mutationFn: (input: OrganizationSupportThreadReplyInput) => Promise<import(".").OrganizationSupportThreadReplyOutput>;
|
|
282
|
+
};
|
|
283
|
+
export declare const organizationSupportThreadsListQueryOptions: (sdk: GeneratedClient, input: OrganizationSupportThreadsListInput) => {
|
|
284
|
+
queryKey: readonly ["organization", "support-threads", "list", OrganizationSupportThreadsListInput];
|
|
285
|
+
queryFn: () => Promise<OrganizationSupportThreadsListOutput>;
|
|
286
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './queryOptions.gen.js';
|
|
2
|
+
export * from './connect.gen.js';
|
|
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, PlaygroundWsEchoInput } from '../types.gen.js';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { GeneratedClient } from '../client.gen.js';
|
|
2
|
+
import type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundClickupCreateTaskInput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput } from '../types.gen.js';
|
|
3
|
+
export declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
4
|
+
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
5
|
+
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
6
|
+
};
|
|
7
|
+
export declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
8
|
+
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
9
|
+
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
10
|
+
};
|
|
11
|
+
export declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
+
mutationKey: string[];
|
|
13
|
+
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<import(".").PlaygroundBillingRecordUsageOutput>;
|
|
14
|
+
};
|
|
15
|
+
export declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
+
mutationKey: string[];
|
|
17
|
+
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<import(".").PlaygroundClickupCreateTaskOutput>;
|
|
18
|
+
};
|
|
19
|
+
export declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
20
|
+
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
21
|
+
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
22
|
+
};
|
|
23
|
+
export declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
24
|
+
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
25
|
+
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
26
|
+
};
|
|
27
|
+
export declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
28
|
+
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
29
|
+
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
30
|
+
};
|
|
31
|
+
export declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
32
|
+
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
33
|
+
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
34
|
+
};
|
|
35
|
+
export declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
36
|
+
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
37
|
+
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
38
|
+
};
|
|
39
|
+
export declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
40
|
+
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
41
|
+
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
42
|
+
};
|
|
43
|
+
export declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
44
|
+
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
45
|
+
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
46
|
+
};
|
|
47
|
+
export declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
48
|
+
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
49
|
+
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
50
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './queryOptions.gen.js';
|
|
2
|
+
export type { RealtimeArchiveExportInput, RealtimeArchiveExportOutput, RealtimeArchiveExportStatusInput, RealtimeArchiveExportStatusOutput, RealtimeArchiveGetInput, RealtimeArchiveGetOutput, RealtimeGrantCreateInput, RealtimeGrantCreateOutput, RealtimeGrantListInput, RealtimeGrantListOutput, RealtimeGrantRevokeInput, RealtimeGrantRevokeOutput, RealtimeHistoryGetInput, RealtimeHistoryGetOutput, RealtimeMessagesPublishInput, RealtimeMessagesPublishOutput, RealtimeNamespaceCreateInput, RealtimeNamespaceCreateOutput, RealtimeNamespaceDeleteInput, RealtimeNamespaceDeleteOutput, RealtimeNamespaceGetInput, RealtimeNamespaceGetOutput, RealtimeNamespaceListInput, RealtimeNamespaceListOutput, RealtimeNamespaceUpdateInput, RealtimeNamespaceUpdateOutput, RealtimePresenceEnterInput, RealtimePresenceEnterOutput, RealtimePresenceGetInput, RealtimePresenceGetOutput, RealtimePresenceLeaveInput, RealtimePresenceLeaveOutput, RealtimePresenceStatsInput, RealtimePresenceStatsOutput, RealtimePresenceUpdateInput, RealtimePresenceUpdateOutput, RealtimePublicAccessStatusInput, RealtimePublicAccessStatusOutput, RealtimeStatusGetInput, RealtimeStatusGetOutput, RealtimeTokensCreateInput, RealtimeTokensCreateOutput, RealtimeWebhookCreateInput, RealtimeWebhookCreateOutput, RealtimeWebhookDeleteInput, RealtimeWebhookDeleteOutput, RealtimeWebhookDeliveriesListInput, RealtimeWebhookDeliveriesListOutput, RealtimeWebhookGetInput, RealtimeWebhookGetOutput, RealtimeWebhookListInput, RealtimeWebhookListOutput, RealtimeWebhookSecretRotateInput, RealtimeWebhookSecretRotateOutput, RealtimeWebhookUpdateInput, RealtimeWebhookUpdateOutput } from '../types.gen.js';
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import type { GeneratedClient } from '../client.gen.js';
|
|
2
|
+
import type { RealtimeArchiveExportInput, RealtimeArchiveExportStatusInput, RealtimeArchiveExportStatusOutput, RealtimeArchiveGetInput, RealtimeArchiveGetOutput, RealtimeGrantCreateInput, RealtimeGrantListInput, RealtimeGrantListOutput, RealtimeGrantRevokeInput, RealtimeHistoryGetInput, RealtimeHistoryGetOutput, RealtimeMessagesPublishInput, RealtimeNamespaceCreateInput, RealtimeNamespaceDeleteInput, RealtimeNamespaceGetInput, RealtimeNamespaceGetOutput, RealtimeNamespaceListInput, RealtimeNamespaceListOutput, RealtimeNamespaceUpdateInput, RealtimePresenceEnterInput, RealtimePresenceGetInput, RealtimePresenceGetOutput, RealtimePresenceLeaveInput, RealtimePresenceStatsInput, RealtimePresenceStatsOutput, RealtimePresenceUpdateInput, RealtimePublicAccessStatusInput, RealtimePublicAccessStatusOutput, RealtimeStatusGetInput, RealtimeStatusGetOutput, RealtimeTokensCreateInput, RealtimeWebhookCreateInput, RealtimeWebhookDeleteInput, RealtimeWebhookDeliveriesListInput, RealtimeWebhookDeliveriesListOutput, RealtimeWebhookGetInput, RealtimeWebhookGetOutput, RealtimeWebhookListInput, RealtimeWebhookListOutput, RealtimeWebhookSecretRotateInput, RealtimeWebhookUpdateInput } from '../types.gen.js';
|
|
3
|
+
export declare const realtimeArchiveExportMutationOptions: (sdk: GeneratedClient) => {
|
|
4
|
+
mutationKey: string[];
|
|
5
|
+
mutationFn: (input: RealtimeArchiveExportInput) => Promise<import(".").RealtimeArchiveExportOutput>;
|
|
6
|
+
};
|
|
7
|
+
export declare const realtimeArchiveExportStatusQueryOptions: (sdk: GeneratedClient, input: RealtimeArchiveExportStatusInput) => {
|
|
8
|
+
queryKey: readonly ["realtime", "archive-export", "status", RealtimeArchiveExportStatusInput];
|
|
9
|
+
queryFn: () => Promise<RealtimeArchiveExportStatusOutput>;
|
|
10
|
+
};
|
|
11
|
+
export declare const realtimeArchiveGetQueryOptions: (sdk: GeneratedClient, input: RealtimeArchiveGetInput) => {
|
|
12
|
+
queryKey: readonly ["realtime", "archive", "get", RealtimeArchiveGetInput];
|
|
13
|
+
queryFn: () => Promise<RealtimeArchiveGetOutput>;
|
|
14
|
+
};
|
|
15
|
+
export declare const realtimeGrantCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
+
mutationKey: string[];
|
|
17
|
+
mutationFn: (input: RealtimeGrantCreateInput) => Promise<import(".").RealtimeGrantCreateOutput>;
|
|
18
|
+
};
|
|
19
|
+
export declare const realtimeGrantListQueryOptions: (sdk: GeneratedClient, input: RealtimeGrantListInput) => {
|
|
20
|
+
queryKey: readonly ["realtime", "grant", "list", RealtimeGrantListInput];
|
|
21
|
+
queryFn: () => Promise<RealtimeGrantListOutput>;
|
|
22
|
+
};
|
|
23
|
+
export declare const realtimeGrantRevokeMutationOptions: (sdk: GeneratedClient) => {
|
|
24
|
+
mutationKey: string[];
|
|
25
|
+
mutationFn: (input: RealtimeGrantRevokeInput) => Promise<import(".").RealtimeGrantRevokeOutput>;
|
|
26
|
+
};
|
|
27
|
+
export declare const realtimeHistoryGetQueryOptions: (sdk: GeneratedClient, input: RealtimeHistoryGetInput) => {
|
|
28
|
+
queryKey: readonly ["realtime", "history", "get", RealtimeHistoryGetInput];
|
|
29
|
+
queryFn: () => Promise<RealtimeHistoryGetOutput>;
|
|
30
|
+
};
|
|
31
|
+
export declare const realtimeMessagesPublishMutationOptions: (sdk: GeneratedClient) => {
|
|
32
|
+
mutationKey: string[];
|
|
33
|
+
mutationFn: (input: RealtimeMessagesPublishInput) => Promise<import(".").RealtimeMessagesPublishOutput>;
|
|
34
|
+
};
|
|
35
|
+
export declare const realtimeNamespaceCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
36
|
+
mutationKey: string[];
|
|
37
|
+
mutationFn: (input: RealtimeNamespaceCreateInput) => Promise<import(".").RealtimeNamespaceCreateOutput>;
|
|
38
|
+
};
|
|
39
|
+
export declare const realtimeNamespaceDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
40
|
+
mutationKey: string[];
|
|
41
|
+
mutationFn: (input: RealtimeNamespaceDeleteInput) => Promise<import(".").RealtimeNamespaceDeleteOutput>;
|
|
42
|
+
};
|
|
43
|
+
export declare const realtimeNamespaceGetQueryOptions: (sdk: GeneratedClient, input: RealtimeNamespaceGetInput) => {
|
|
44
|
+
queryKey: readonly ["realtime", "namespace", "get", RealtimeNamespaceGetInput];
|
|
45
|
+
queryFn: () => Promise<RealtimeNamespaceGetOutput>;
|
|
46
|
+
};
|
|
47
|
+
export declare const realtimeNamespaceListQueryOptions: (sdk: GeneratedClient, input: RealtimeNamespaceListInput) => {
|
|
48
|
+
queryKey: readonly ["realtime", "namespace", "list", RealtimeNamespaceListInput];
|
|
49
|
+
queryFn: () => Promise<RealtimeNamespaceListOutput>;
|
|
50
|
+
};
|
|
51
|
+
export declare const realtimeNamespaceUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
52
|
+
mutationKey: string[];
|
|
53
|
+
mutationFn: (input: RealtimeNamespaceUpdateInput) => Promise<import(".").RealtimeNamespaceUpdateOutput>;
|
|
54
|
+
};
|
|
55
|
+
export declare const realtimePresenceEnterMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
+
mutationKey: string[];
|
|
57
|
+
mutationFn: (input: RealtimePresenceEnterInput) => Promise<import(".").RealtimePresenceEnterOutput>;
|
|
58
|
+
};
|
|
59
|
+
export declare const realtimePresenceGetQueryOptions: (sdk: GeneratedClient, input: RealtimePresenceGetInput) => {
|
|
60
|
+
queryKey: readonly ["realtime", "presence", "get", RealtimePresenceGetInput];
|
|
61
|
+
queryFn: () => Promise<RealtimePresenceGetOutput>;
|
|
62
|
+
};
|
|
63
|
+
export declare const realtimePresenceLeaveMutationOptions: (sdk: GeneratedClient) => {
|
|
64
|
+
mutationKey: string[];
|
|
65
|
+
mutationFn: (input: RealtimePresenceLeaveInput) => Promise<import(".").RealtimePresenceLeaveOutput>;
|
|
66
|
+
};
|
|
67
|
+
export declare const realtimePresenceStatsQueryOptions: (sdk: GeneratedClient, input: RealtimePresenceStatsInput) => {
|
|
68
|
+
queryKey: readonly ["realtime", "presence", "stats", RealtimePresenceStatsInput];
|
|
69
|
+
queryFn: () => Promise<RealtimePresenceStatsOutput>;
|
|
70
|
+
};
|
|
71
|
+
export declare const realtimePresenceUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
72
|
+
mutationKey: string[];
|
|
73
|
+
mutationFn: (input: RealtimePresenceUpdateInput) => Promise<import(".").RealtimePresenceUpdateOutput>;
|
|
74
|
+
};
|
|
75
|
+
export declare const realtimePublicAccessStatusQueryOptions: (sdk: GeneratedClient, input: RealtimePublicAccessStatusInput) => {
|
|
76
|
+
queryKey: readonly ["realtime", "public-access", "status", RealtimePublicAccessStatusInput];
|
|
77
|
+
queryFn: () => Promise<RealtimePublicAccessStatusOutput>;
|
|
78
|
+
};
|
|
79
|
+
export declare const realtimeStatusGetQueryOptions: (sdk: GeneratedClient, input: RealtimeStatusGetInput) => {
|
|
80
|
+
queryKey: readonly ["realtime", "status", "get", RealtimeStatusGetInput];
|
|
81
|
+
queryFn: () => Promise<RealtimeStatusGetOutput>;
|
|
82
|
+
};
|
|
83
|
+
export declare const realtimeTokensCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
84
|
+
mutationKey: string[];
|
|
85
|
+
mutationFn: (input: RealtimeTokensCreateInput) => Promise<import(".").RealtimeTokensCreateOutput>;
|
|
86
|
+
};
|
|
87
|
+
export declare const realtimeWebhookCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
88
|
+
mutationKey: string[];
|
|
89
|
+
mutationFn: (input: RealtimeWebhookCreateInput) => Promise<import(".").RealtimeWebhookCreateOutput>;
|
|
90
|
+
};
|
|
91
|
+
export declare const realtimeWebhookDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
92
|
+
mutationKey: string[];
|
|
93
|
+
mutationFn: (input: RealtimeWebhookDeleteInput) => Promise<import(".").RealtimeWebhookDeleteOutput>;
|
|
94
|
+
};
|
|
95
|
+
export declare const realtimeWebhookDeliveriesListQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookDeliveriesListInput) => {
|
|
96
|
+
queryKey: readonly ["realtime", "webhook-deliveries", "list", RealtimeWebhookDeliveriesListInput];
|
|
97
|
+
queryFn: () => Promise<RealtimeWebhookDeliveriesListOutput>;
|
|
98
|
+
};
|
|
99
|
+
export declare const realtimeWebhookGetQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookGetInput) => {
|
|
100
|
+
queryKey: readonly ["realtime", "webhook", "get", RealtimeWebhookGetInput];
|
|
101
|
+
queryFn: () => Promise<RealtimeWebhookGetOutput>;
|
|
102
|
+
};
|
|
103
|
+
export declare const realtimeWebhookListQueryOptions: (sdk: GeneratedClient, input: RealtimeWebhookListInput) => {
|
|
104
|
+
queryKey: readonly ["realtime", "webhook", "list", RealtimeWebhookListInput];
|
|
105
|
+
queryFn: () => Promise<RealtimeWebhookListOutput>;
|
|
106
|
+
};
|
|
107
|
+
export declare const realtimeWebhookSecretRotateMutationOptions: (sdk: GeneratedClient) => {
|
|
108
|
+
mutationKey: string[];
|
|
109
|
+
mutationFn: (input: RealtimeWebhookSecretRotateInput) => Promise<import(".").RealtimeWebhookSecretRotateOutput>;
|
|
110
|
+
};
|
|
111
|
+
export declare const realtimeWebhookUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
112
|
+
mutationKey: string[];
|
|
113
|
+
mutationFn: (input: RealtimeWebhookUpdateInput) => Promise<import(".").RealtimeWebhookUpdateOutput>;
|
|
114
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './queryOptions.gen.js';
|
|
2
|
+
export type { SupportAgentCreateInput, SupportAgentCreateOutput, SupportAgentGetInput, SupportAgentGetOutput, SupportAgentListInput, SupportAgentListOutput, SupportAgentUpdateInput, SupportAgentUpdateOutput, SupportAttachmentCreateInput, SupportAttachmentCreateOutput, SupportAttachmentFinalizeInput, SupportAttachmentFinalizeOutput, SupportLabelCreateInput, SupportLabelCreateOutput, SupportLabelListInput, SupportLabelListOutput, SupportMessageCreateInput, SupportMessageCreateOutput, SupportMessageListInput, SupportMessageListOutput, SupportResponseEscalateInput, SupportResponseEscalateOutput, SupportResponseGetInput, SupportResponseGetOutput, SupportResponseListInput, SupportResponseListOutput, SupportRuleCreateInput, SupportRuleCreateOutput, SupportRuleDeleteInput, SupportRuleDeleteOutput, SupportRuleGetInput, SupportRuleGetOutput, SupportRuleListInput, SupportRuleListOutput, SupportRuleUpdateInput, SupportRuleUpdateOutput, SupportStatusArchiveInput, SupportStatusArchiveOutput, SupportStatusCreateInput, SupportStatusCreateOutput, SupportStatusListInput, SupportStatusListOutput, SupportStatusUpdateInput, SupportStatusUpdateOutput, SupportSurveyArchiveInput, SupportSurveyArchiveOutput, SupportSurveyCreateInput, SupportSurveyCreateOutput, SupportSurveyGetInput, SupportSurveyGetOutput, SupportSurveyListInput, SupportSurveyListOutput, SupportSurveyPublishInput, SupportSurveyPublishOutput, SupportSurveyStatsInput, SupportSurveyStatsOutput, SupportSurveyUnpublishInput, SupportSurveyUnpublishOutput, SupportSurveyUpdateInput, SupportSurveyUpdateOutput, 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.js';
|