@lessly/sdk-app 52.0.0 → 52.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_types/gen/analytics/index.d.ts +2 -0
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +46 -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 +983 -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 +97920 -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 +50 -0
- package/dist/analytics/index.cjs.map +1 -1
- package/dist/analytics/index.d.cts +1 -8
- package/dist/analytics/index.d.ts +1 -8
- package/dist/analytics/index.js +41 -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-5IRH5DIK.js → chunk-4XZXPEXP.js} +264 -2
- package/dist/chunk-4XZXPEXP.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 +262 -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 +67 -0
- package/src/gen/bindings.gen.ts +262 -0
- package/src/gen/client.gen.ts +40 -0
- package/src/gen/types.gen.ts +47078 -0
- package/dist/chunk-5IRH5DIK.js.map +0 -1
- package/dist/client.gen-DlSflqUn.d.cts +0 -46965
- package/dist/client.gen-DlSflqUn.d.ts +0 -46965
- package/dist/types-gTIUAUsP.d.ts +0 -82
|
@@ -1,288 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare const organizationAuthMeQueryOptions: (sdk: GeneratedClient, input: OrganizationAuthMeInput) => {
|
|
4
|
-
queryKey: readonly ["organization", "auth", "me", OrganizationAuthMeInput];
|
|
5
|
-
queryFn: () => Promise<OrganizationAuthMeOutput>;
|
|
6
|
-
};
|
|
7
|
-
declare const organizationBillingBudgetsGetQueryOptions: (sdk: GeneratedClient, input: OrganizationBillingBudgetsGetInput) => {
|
|
8
|
-
queryKey: readonly ["organization", "billing-budgets", "get", OrganizationBillingBudgetsGetInput];
|
|
9
|
-
queryFn: () => Promise<OrganizationBillingBudgetsGetOutput>;
|
|
10
|
-
};
|
|
11
|
-
declare const organizationBillingBudgetsSetMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
-
mutationKey: string[];
|
|
13
|
-
mutationFn: (input: OrganizationBillingBudgetsSetInput) => Promise<OrganizationBillingBudgetsSetOutput>;
|
|
14
|
-
};
|
|
15
|
-
declare const organizationBillingCapsClearMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
-
mutationKey: string[];
|
|
17
|
-
mutationFn: (input: OrganizationBillingCapsClearInput) => Promise<OrganizationBillingCapsClearOutput>;
|
|
18
|
-
};
|
|
19
|
-
declare const organizationBillingCapsSetMutationOptions: (sdk: GeneratedClient) => {
|
|
20
|
-
mutationKey: string[];
|
|
21
|
-
mutationFn: (input: OrganizationBillingCapsSetInput) => Promise<OrganizationBillingCapsSetOutput>;
|
|
22
|
-
};
|
|
23
|
-
declare const organizationBindingsListQueryOptions: (sdk: GeneratedClient, input: OrganizationBindingsListInput) => {
|
|
24
|
-
queryKey: readonly ["organization", "bindings", "list", OrganizationBindingsListInput];
|
|
25
|
-
queryFn: () => Promise<OrganizationBindingsListOutput>;
|
|
26
|
-
};
|
|
27
|
-
declare const organizationClickupInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
28
|
-
mutationKey: string[];
|
|
29
|
-
mutationFn: (input: OrganizationClickupInstallInput) => Promise<OrganizationClickupInstallOutput>;
|
|
30
|
-
};
|
|
31
|
-
declare const organizationClickupListInstallationsQueryOptions: (sdk: GeneratedClient, input: OrganizationClickupListInstallationsInput) => {
|
|
32
|
-
queryKey: readonly ["organization", "clickup", "list-installations", OrganizationClickupListInstallationsInput];
|
|
33
|
-
queryFn: () => Promise<OrganizationClickupListInstallationsOutput>;
|
|
34
|
-
};
|
|
35
|
-
declare const organizationCloudflareInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
36
|
-
mutationKey: string[];
|
|
37
|
-
mutationFn: (input: OrganizationCloudflareInstallInput) => Promise<OrganizationCloudflareInstallOutput>;
|
|
38
|
-
};
|
|
39
|
-
declare const organizationConnectorsApproveRequestMutationOptions: (sdk: GeneratedClient) => {
|
|
40
|
-
mutationKey: string[];
|
|
41
|
-
mutationFn: (input: OrganizationConnectorsApproveRequestInput) => Promise<OrganizationConnectorsApproveRequestOutput>;
|
|
42
|
-
};
|
|
43
|
-
declare const organizationConnectorsAttachMutationOptions: (sdk: GeneratedClient) => {
|
|
44
|
-
mutationKey: string[];
|
|
45
|
-
mutationFn: (input: OrganizationConnectorsAttachInput) => Promise<OrganizationConnectorsAttachOutput>;
|
|
46
|
-
};
|
|
47
|
-
declare const organizationConnectorsDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
48
|
-
mutationKey: string[];
|
|
49
|
-
mutationFn: (input: OrganizationConnectorsDeleteInput) => Promise<OrganizationConnectorsDeleteOutput>;
|
|
50
|
-
};
|
|
51
|
-
declare const organizationConnectorsDenyRequestMutationOptions: (sdk: GeneratedClient) => {
|
|
52
|
-
mutationKey: string[];
|
|
53
|
-
mutationFn: (input: OrganizationConnectorsDenyRequestInput) => Promise<OrganizationConnectorsDenyRequestOutput>;
|
|
54
|
-
};
|
|
55
|
-
declare const organizationConnectorsDetachMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
-
mutationKey: string[];
|
|
57
|
-
mutationFn: (input: OrganizationConnectorsDetachInput) => Promise<OrganizationConnectorsDetachOutput>;
|
|
58
|
-
};
|
|
59
|
-
declare const organizationConnectorsListQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListInput) => {
|
|
60
|
-
queryKey: readonly ["organization", "connectors", "list", OrganizationConnectorsListInput];
|
|
61
|
-
queryFn: () => Promise<OrganizationConnectorsListOutput>;
|
|
62
|
-
};
|
|
63
|
-
declare const organizationConnectorsListAttachmentsQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListAttachmentsInput) => {
|
|
64
|
-
queryKey: readonly ["organization", "connectors", "list-attachments", OrganizationConnectorsListAttachmentsInput];
|
|
65
|
-
queryFn: () => Promise<OrganizationConnectorsListAttachmentsOutput>;
|
|
66
|
-
};
|
|
67
|
-
declare const organizationConnectorsListAvailableQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListAvailableInput) => {
|
|
68
|
-
queryKey: readonly ["organization", "connectors", "list-available", OrganizationConnectorsListAvailableInput];
|
|
69
|
-
queryFn: () => Promise<OrganizationConnectorsListAvailableOutput>;
|
|
70
|
-
};
|
|
71
|
-
declare const organizationConnectorsListOrgQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListOrgInput) => {
|
|
72
|
-
queryKey: readonly ["organization", "connectors", "list-org", OrganizationConnectorsListOrgInput];
|
|
73
|
-
queryFn: () => Promise<OrganizationConnectorsListOrgOutput>;
|
|
74
|
-
};
|
|
75
|
-
declare const organizationConnectorsListRequestsQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListRequestsInput) => {
|
|
76
|
-
queryKey: readonly ["organization", "connectors", "list-requests", OrganizationConnectorsListRequestsInput];
|
|
77
|
-
queryFn: () => Promise<OrganizationConnectorsListRequestsOutput>;
|
|
78
|
-
};
|
|
79
|
-
declare const organizationConnectorsRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
80
|
-
mutationKey: string[];
|
|
81
|
-
mutationFn: (input: OrganizationConnectorsRemoveInput) => Promise<OrganizationConnectorsRemoveOutput>;
|
|
82
|
-
};
|
|
83
|
-
declare const organizationConnectorsRequestMutationOptions: (sdk: GeneratedClient) => {
|
|
84
|
-
mutationKey: string[];
|
|
85
|
-
mutationFn: (input: OrganizationConnectorsRequestInput) => Promise<OrganizationConnectorsRequestOutput>;
|
|
86
|
-
};
|
|
87
|
-
declare const organizationCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
88
|
-
mutationKey: string[];
|
|
89
|
-
mutationFn: (input: OrganizationCreateInput) => Promise<OrganizationCreateOutput>;
|
|
90
|
-
};
|
|
91
|
-
declare const organizationDomainsAddMutationOptions: (sdk: GeneratedClient) => {
|
|
92
|
-
mutationKey: string[];
|
|
93
|
-
mutationFn: (input: OrganizationDomainsAddInput) => Promise<OrganizationDomainsAddOutput>;
|
|
94
|
-
};
|
|
95
|
-
declare const organizationDomainsGetQueryOptions: (sdk: GeneratedClient, input: OrganizationDomainsGetInput) => {
|
|
96
|
-
queryKey: readonly ["organization", "domains", "get", OrganizationDomainsGetInput];
|
|
97
|
-
queryFn: () => Promise<OrganizationDomainsGetOutput>;
|
|
98
|
-
};
|
|
99
|
-
declare const organizationDomainsListQueryOptions: (sdk: GeneratedClient, input: OrganizationDomainsListInput) => {
|
|
100
|
-
queryKey: readonly ["organization", "domains", "list", OrganizationDomainsListInput];
|
|
101
|
-
queryFn: () => Promise<OrganizationDomainsListOutput>;
|
|
102
|
-
};
|
|
103
|
-
declare const organizationDomainsRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
104
|
-
mutationKey: string[];
|
|
105
|
-
mutationFn: (input: OrganizationDomainsRemoveInput) => Promise<OrganizationDomainsRemoveOutput>;
|
|
106
|
-
};
|
|
107
|
-
declare const organizationDomainsSetModeMutationOptions: (sdk: GeneratedClient) => {
|
|
108
|
-
mutationKey: string[];
|
|
109
|
-
mutationFn: (input: OrganizationDomainsSetModeInput) => Promise<OrganizationDomainsSetModeOutput>;
|
|
110
|
-
};
|
|
111
|
-
declare const organizationExtensionsListInstalledQueryOptions: (sdk: GeneratedClient, input: OrganizationExtensionsListInstalledInput) => {
|
|
112
|
-
queryKey: readonly ["organization", "extensions", "list-installed", OrganizationExtensionsListInstalledInput];
|
|
113
|
-
queryFn: () => Promise<OrganizationExtensionsListInstalledOutput>;
|
|
114
|
-
};
|
|
115
|
-
declare const organizationFeedbackSubmitMutationOptions: (sdk: GeneratedClient) => {
|
|
116
|
-
mutationKey: string[];
|
|
117
|
-
mutationFn: (input: OrganizationFeedbackSubmitInput) => Promise<OrganizationFeedbackSubmitOutput>;
|
|
118
|
-
};
|
|
119
|
-
declare const organizationGdriveInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
120
|
-
mutationKey: string[];
|
|
121
|
-
mutationFn: (input: OrganizationGdriveInstallInput) => Promise<OrganizationGdriveInstallOutput>;
|
|
122
|
-
};
|
|
123
|
-
declare const organizationGithubInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
124
|
-
mutationKey: string[];
|
|
125
|
-
mutationFn: (input: OrganizationGithubInstallInput) => Promise<OrganizationGithubInstallOutput>;
|
|
126
|
-
};
|
|
127
|
-
declare const organizationGithubListInstallationsQueryOptions: (sdk: GeneratedClient, input: OrganizationGithubListInstallationsInput) => {
|
|
128
|
-
queryKey: readonly ["organization", "github", "list-installations", OrganizationGithubListInstallationsInput];
|
|
129
|
-
queryFn: () => Promise<OrganizationGithubListInstallationsOutput>;
|
|
130
|
-
};
|
|
131
|
-
declare const organizationGoogleadsInstallMutationOptions: (sdk: GeneratedClient) => {
|
|
132
|
-
mutationKey: string[];
|
|
133
|
-
mutationFn: (input: OrganizationGoogleadsInstallInput) => Promise<OrganizationGoogleadsInstallOutput>;
|
|
134
|
-
};
|
|
135
|
-
declare const organizationListQueryOptions: (sdk: GeneratedClient, input: OrganizationListInput) => {
|
|
136
|
-
queryKey: readonly ["organization", "list", OrganizationListInput];
|
|
137
|
-
queryFn: () => Promise<OrganizationListOutput>;
|
|
138
|
-
};
|
|
139
|
-
declare const organizationMemberAcceptInviteMutationOptions: (sdk: GeneratedClient) => {
|
|
140
|
-
mutationKey: string[];
|
|
141
|
-
mutationFn: (input: OrganizationMemberAcceptInviteInput) => Promise<OrganizationMemberAcceptInviteOutput>;
|
|
142
|
-
};
|
|
143
|
-
declare const organizationMemberInviteMutationOptions: (sdk: GeneratedClient) => {
|
|
144
|
-
mutationKey: string[];
|
|
145
|
-
mutationFn: (input: OrganizationMemberInviteInput) => Promise<OrganizationMemberInviteOutput>;
|
|
146
|
-
};
|
|
147
|
-
declare const organizationMemberListQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListInput) => {
|
|
148
|
-
queryKey: readonly ["organization", "member", "list", OrganizationMemberListInput];
|
|
149
|
-
queryFn: () => Promise<OrganizationMemberListOutput>;
|
|
150
|
-
};
|
|
151
|
-
declare const organizationMemberListInvitationsQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListInvitationsInput) => {
|
|
152
|
-
queryKey: readonly ["organization", "member", "list-invitations", OrganizationMemberListInvitationsInput];
|
|
153
|
-
queryFn: () => Promise<OrganizationMemberListInvitationsOutput>;
|
|
154
|
-
};
|
|
155
|
-
declare const organizationMemberListProductAccessQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListProductAccessInput) => {
|
|
156
|
-
queryKey: readonly ["organization", "member", "list-product-access", OrganizationMemberListProductAccessInput];
|
|
157
|
-
queryFn: () => Promise<OrganizationMemberListProductAccessOutput>;
|
|
158
|
-
};
|
|
159
|
-
declare const organizationMemberRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
160
|
-
mutationKey: string[];
|
|
161
|
-
mutationFn: (input: OrganizationMemberRemoveInput) => Promise<OrganizationMemberRemoveOutput>;
|
|
162
|
-
};
|
|
163
|
-
declare const organizationMemberRevokeInvitationMutationOptions: (sdk: GeneratedClient) => {
|
|
164
|
-
mutationKey: string[];
|
|
165
|
-
mutationFn: (input: OrganizationMemberRevokeInvitationInput) => Promise<OrganizationMemberRevokeInvitationOutput>;
|
|
166
|
-
};
|
|
167
|
-
declare const organizationMemberSetRoleMutationOptions: (sdk: GeneratedClient) => {
|
|
168
|
-
mutationKey: string[];
|
|
169
|
-
mutationFn: (input: OrganizationMemberSetRoleInput) => Promise<OrganizationMemberSetRoleOutput>;
|
|
170
|
-
};
|
|
171
|
-
declare const organizationMemberShareProductMutationOptions: (sdk: GeneratedClient) => {
|
|
172
|
-
mutationKey: string[];
|
|
173
|
-
mutationFn: (input: OrganizationMemberShareProductInput) => Promise<OrganizationMemberShareProductOutput>;
|
|
174
|
-
};
|
|
175
|
-
declare const organizationMemberUnshareProductMutationOptions: (sdk: GeneratedClient) => {
|
|
176
|
-
mutationKey: string[];
|
|
177
|
-
mutationFn: (input: OrganizationMemberUnshareProductInput) => Promise<OrganizationMemberUnshareProductOutput>;
|
|
178
|
-
};
|
|
179
|
-
declare const organizationMembersAssignRoleMutationOptions: (sdk: GeneratedClient) => {
|
|
180
|
-
mutationKey: string[];
|
|
181
|
-
mutationFn: (input: OrganizationMembersAssignRoleInput) => Promise<OrganizationMembersAssignRoleOutput>;
|
|
182
|
-
};
|
|
183
|
-
declare const organizationPermissionCatalogQueryOptions: (sdk: GeneratedClient, input: OrganizationPermissionCatalogInput) => {
|
|
184
|
-
queryKey: readonly ["organization", "permission", "catalog", OrganizationPermissionCatalogInput];
|
|
185
|
-
queryFn: () => Promise<OrganizationPermissionCatalogOutput>;
|
|
186
|
-
};
|
|
187
|
-
declare const organizationProductCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
188
|
-
mutationKey: string[];
|
|
189
|
-
mutationFn: (input: OrganizationProductCreateInput) => Promise<OrganizationProductCreateOutput>;
|
|
190
|
-
};
|
|
191
|
-
declare const organizationProductListQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListInput) => {
|
|
192
|
-
queryKey: readonly ["organization", "product", "list", OrganizationProductListInput];
|
|
193
|
-
queryFn: () => Promise<OrganizationProductListOutput>;
|
|
194
|
-
};
|
|
195
|
-
declare const organizationProductListAccessQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListAccessInput) => {
|
|
196
|
-
queryKey: readonly ["organization", "product", "list-access", OrganizationProductListAccessInput];
|
|
197
|
-
queryFn: () => Promise<OrganizationProductListAccessOutput>;
|
|
198
|
-
};
|
|
199
|
-
declare const organizationProductListMembersQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListMembersInput) => {
|
|
200
|
-
queryKey: readonly ["organization", "product", "list-members", OrganizationProductListMembersInput];
|
|
201
|
-
queryFn: () => Promise<OrganizationProductListMembersOutput>;
|
|
202
|
-
};
|
|
203
|
-
declare const organizationProductListRolesQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListRolesInput) => {
|
|
204
|
-
queryKey: readonly ["organization", "product", "list-roles", OrganizationProductListRolesInput];
|
|
205
|
-
queryFn: () => Promise<OrganizationProductListRolesOutput>;
|
|
206
|
-
};
|
|
207
|
-
declare const organizationProductRevokeAccessMutationOptions: (sdk: GeneratedClient) => {
|
|
208
|
-
mutationKey: string[];
|
|
209
|
-
mutationFn: (input: OrganizationProductRevokeAccessInput) => Promise<OrganizationProductRevokeAccessOutput>;
|
|
210
|
-
};
|
|
211
|
-
declare const organizationProductSelectMutationOptions: (sdk: GeneratedClient) => {
|
|
212
|
-
mutationKey: string[];
|
|
213
|
-
mutationFn: (input: OrganizationProductSelectInput) => Promise<OrganizationProductSelectOutput>;
|
|
214
|
-
};
|
|
215
|
-
declare const organizationProductSetAccessMutationOptions: (sdk: GeneratedClient) => {
|
|
216
|
-
mutationKey: string[];
|
|
217
|
-
mutationFn: (input: OrganizationProductSetAccessInput) => Promise<OrganizationProductSetAccessOutput>;
|
|
218
|
-
};
|
|
219
|
-
declare const organizationProductUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
220
|
-
mutationKey: string[];
|
|
221
|
-
mutationFn: (input: OrganizationProductUpdateInput) => Promise<OrganizationProductUpdateOutput>;
|
|
222
|
-
};
|
|
223
|
-
declare const organizationPublicKeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
224
|
-
mutationKey: string[];
|
|
225
|
-
mutationFn: (input: OrganizationPublicKeysCreateInput) => Promise<OrganizationPublicKeysCreateOutput>;
|
|
226
|
-
};
|
|
227
|
-
declare const organizationPublicKeysListQueryOptions: (sdk: GeneratedClient, input: OrganizationPublicKeysListInput) => {
|
|
228
|
-
queryKey: readonly ["organization", "public-keys", "list", OrganizationPublicKeysListInput];
|
|
229
|
-
queryFn: () => Promise<OrganizationPublicKeysListOutput>;
|
|
230
|
-
};
|
|
231
|
-
declare const organizationPublicKeysRevokeMutationOptions: (sdk: GeneratedClient) => {
|
|
232
|
-
mutationKey: string[];
|
|
233
|
-
mutationFn: (input: OrganizationPublicKeysRevokeInput) => Promise<OrganizationPublicKeysRevokeOutput>;
|
|
234
|
-
};
|
|
235
|
-
declare const organizationPublicKeysUpdateScopeMutationOptions: (sdk: GeneratedClient) => {
|
|
236
|
-
mutationKey: string[];
|
|
237
|
-
mutationFn: (input: OrganizationPublicKeysUpdateScopeInput) => Promise<OrganizationPublicKeysUpdateScopeOutput>;
|
|
238
|
-
};
|
|
239
|
-
declare const organizationPublicRoutesListQueryOptions: (sdk: GeneratedClient, input: OrganizationPublicRoutesListInput) => {
|
|
240
|
-
queryKey: readonly ["organization", "public-routes", "list", OrganizationPublicRoutesListInput];
|
|
241
|
-
queryFn: () => Promise<OrganizationPublicRoutesListOutput>;
|
|
242
|
-
};
|
|
243
|
-
declare const organizationRolesCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
244
|
-
mutationKey: string[];
|
|
245
|
-
mutationFn: (input: OrganizationRolesCreateInput) => Promise<OrganizationRolesCreateOutput>;
|
|
246
|
-
};
|
|
247
|
-
declare const organizationRolesDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
248
|
-
mutationKey: string[];
|
|
249
|
-
mutationFn: (input: OrganizationRolesDeleteInput) => Promise<OrganizationRolesDeleteOutput>;
|
|
250
|
-
};
|
|
251
|
-
declare const organizationRolesGetQueryOptions: (sdk: GeneratedClient, input: OrganizationRolesGetInput) => {
|
|
252
|
-
queryKey: readonly ["organization", "roles", "get", OrganizationRolesGetInput];
|
|
253
|
-
queryFn: () => Promise<OrganizationRolesGetOutput>;
|
|
254
|
-
};
|
|
255
|
-
declare const organizationRolesListQueryOptions: (sdk: GeneratedClient, input: OrganizationRolesListInput) => {
|
|
256
|
-
queryKey: readonly ["organization", "roles", "list", OrganizationRolesListInput];
|
|
257
|
-
queryFn: () => Promise<OrganizationRolesListOutput>;
|
|
258
|
-
};
|
|
259
|
-
declare const organizationRolesUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
260
|
-
mutationKey: string[];
|
|
261
|
-
mutationFn: (input: OrganizationRolesUpdateInput) => Promise<OrganizationRolesUpdateOutput>;
|
|
262
|
-
};
|
|
263
|
-
declare const organizationSecurityMfaEnableMutationOptions: (sdk: GeneratedClient) => {
|
|
264
|
-
mutationKey: string[];
|
|
265
|
-
mutationFn: (input: OrganizationSecurityMfaEnableInput) => Promise<OrganizationSecurityMfaEnableOutput>;
|
|
266
|
-
};
|
|
267
|
-
declare const organizationSelectMutationOptions: (sdk: GeneratedClient) => {
|
|
268
|
-
mutationKey: string[];
|
|
269
|
-
mutationFn: (input: OrganizationSelectInput) => Promise<OrganizationSelectOutput>;
|
|
270
|
-
};
|
|
271
|
-
declare const organizationSupportThreadCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
272
|
-
mutationKey: string[];
|
|
273
|
-
mutationFn: (input: OrganizationSupportThreadCreateInput) => Promise<OrganizationSupportThreadCreateOutput>;
|
|
274
|
-
};
|
|
275
|
-
declare const organizationSupportThreadGetQueryOptions: (sdk: GeneratedClient, input: OrganizationSupportThreadGetInput) => {
|
|
276
|
-
queryKey: readonly ["organization", "support-thread", "get", OrganizationSupportThreadGetInput];
|
|
277
|
-
queryFn: () => Promise<OrganizationSupportThreadGetOutput>;
|
|
278
|
-
};
|
|
279
|
-
declare const organizationSupportThreadReplyMutationOptions: (sdk: GeneratedClient) => {
|
|
280
|
-
mutationKey: string[];
|
|
281
|
-
mutationFn: (input: OrganizationSupportThreadReplyInput) => Promise<OrganizationSupportThreadReplyOutput>;
|
|
282
|
-
};
|
|
283
|
-
declare const organizationSupportThreadsListQueryOptions: (sdk: GeneratedClient, input: OrganizationSupportThreadsListInput) => {
|
|
284
|
-
queryKey: readonly ["organization", "support-threads", "list", OrganizationSupportThreadsListInput];
|
|
285
|
-
queryFn: () => Promise<OrganizationSupportThreadsListOutput>;
|
|
286
|
-
};
|
|
287
|
-
|
|
288
|
-
export { 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, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductListAccessInput, OrganizationProductListAccessOutput, OrganizationProductListInput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductRevokeAccessInput, OrganizationProductRevokeAccessOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationProductSetAccessInput, OrganizationProductSetAccessOutput, 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, OrganizationSupportThreadCreateInput, OrganizationSupportThreadCreateOutput, OrganizationSupportThreadGetInput, OrganizationSupportThreadGetOutput, OrganizationSupportThreadReplyInput, OrganizationSupportThreadReplyOutput, OrganizationSupportThreadsListInput, OrganizationSupportThreadsListOutput, organizationAuthMeQueryOptions, organizationBillingBudgetsGetQueryOptions, organizationBillingBudgetsSetMutationOptions, organizationBillingCapsClearMutationOptions, organizationBillingCapsSetMutationOptions, organizationBindingsListQueryOptions, organizationClickupInstallMutationOptions, organizationClickupListInstallationsQueryOptions, organizationCloudflareInstallMutationOptions, organizationConnectorsApproveRequestMutationOptions, organizationConnectorsAttachMutationOptions, organizationConnectorsDeleteMutationOptions, organizationConnectorsDenyRequestMutationOptions, organizationConnectorsDetachMutationOptions, organizationConnectorsListAttachmentsQueryOptions, organizationConnectorsListAvailableQueryOptions, organizationConnectorsListOrgQueryOptions, organizationConnectorsListQueryOptions, organizationConnectorsListRequestsQueryOptions, organizationConnectorsRemoveMutationOptions, organizationConnectorsRequestMutationOptions, organizationCreateMutationOptions, organizationDomainsAddMutationOptions, organizationDomainsGetQueryOptions, organizationDomainsListQueryOptions, organizationDomainsRemoveMutationOptions, organizationDomainsSetModeMutationOptions, organizationExtensionsListInstalledQueryOptions, organizationFeedbackSubmitMutationOptions, organizationGdriveInstallMutationOptions, organizationGithubInstallMutationOptions, organizationGithubListInstallationsQueryOptions, organizationGoogleadsInstallMutationOptions, organizationListQueryOptions, organizationMemberAcceptInviteMutationOptions, organizationMemberInviteMutationOptions, organizationMemberListInvitationsQueryOptions, organizationMemberListProductAccessQueryOptions, organizationMemberListQueryOptions, organizationMemberRemoveMutationOptions, organizationMemberRevokeInvitationMutationOptions, organizationMemberSetRoleMutationOptions, organizationMemberShareProductMutationOptions, organizationMemberUnshareProductMutationOptions, organizationMembersAssignRoleMutationOptions, organizationPermissionCatalogQueryOptions, organizationProductCreateMutationOptions, organizationProductListAccessQueryOptions, organizationProductListMembersQueryOptions, organizationProductListQueryOptions, organizationProductListRolesQueryOptions, organizationProductRevokeAccessMutationOptions, organizationProductSelectMutationOptions, organizationProductSetAccessMutationOptions, organizationProductUpdateMutationOptions, organizationPublicKeysCreateMutationOptions, organizationPublicKeysListQueryOptions, organizationPublicKeysRevokeMutationOptions, organizationPublicKeysUpdateScopeMutationOptions, organizationPublicRoutesListQueryOptions, organizationRolesCreateMutationOptions, organizationRolesDeleteMutationOptions, organizationRolesGetQueryOptions, organizationRolesListQueryOptions, organizationRolesUpdateMutationOptions, organizationSecurityMfaEnableMutationOptions, organizationSelectMutationOptions, organizationSupportThreadCreateMutationOptions, organizationSupportThreadGetQueryOptions, organizationSupportThreadReplyMutationOptions, organizationSupportThreadsListQueryOptions };
|
|
1
|
+
export * from '../_types/gen/organization/index.js';
|