@lepsto/sdk-app 84.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.
Files changed (183) hide show
  1. package/README.md +233 -0
  2. package/dist/_types/gen/analytics/index.d.ts +2 -0
  3. package/dist/_types/gen/analytics/queryOptions.gen.d.ts +74 -0
  4. package/dist/_types/gen/bindings.gen.d.ts +3 -0
  5. package/dist/_types/gen/brain/index.d.ts +2 -0
  6. package/dist/_types/gen/brain/queryOptions.gen.d.ts +166 -0
  7. package/dist/_types/gen/client.gen.d.ts +1087 -0
  8. package/dist/_types/gen/consent/index.d.ts +2 -0
  9. package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
  10. package/dist/_types/gen/content/index.d.ts +2 -0
  11. package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
  12. package/dist/_types/gen/deployment/index.d.ts +2 -0
  13. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
  14. package/dist/_types/gen/mail/index.d.ts +2 -0
  15. package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
  16. package/dist/_types/gen/manifest.gen.d.ts +4 -0
  17. package/dist/_types/gen/observe/index.d.ts +2 -0
  18. package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
  19. package/dist/_types/gen/organization/index.d.ts +2 -0
  20. package/dist/_types/gen/organization/queryOptions.gen.d.ts +362 -0
  21. package/dist/_types/gen/realtime/index.d.ts +2 -0
  22. package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
  23. package/dist/_types/gen/support/index.d.ts +2 -0
  24. package/dist/_types/gen/support/queryOptions.gen.d.ts +206 -0
  25. package/dist/_types/gen/tracking/index.d.ts +2 -0
  26. package/dist/_types/gen/tracking/queryOptions.gen.d.ts +150 -0
  27. package/dist/_types/gen/types.gen.d.ts +126011 -0
  28. package/dist/_types/gen/users/index.d.ts +2 -0
  29. package/dist/_types/gen/users/queryOptions.gen.d.ts +182 -0
  30. package/dist/_types/gen/waitlist/index.d.ts +2 -0
  31. package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
  32. package/dist/_types/gen/workflow/index.d.ts +2 -0
  33. package/dist/_types/gen/workflow/queryOptions.gen.d.ts +166 -0
  34. package/dist/_types/index.d.ts +11 -0
  35. package/dist/_types/package.json +1 -0
  36. package/dist/_types/react/index.d.ts +33 -0
  37. package/dist/_types/runtime/access-reason.d.ts +27 -0
  38. package/dist/_types/runtime/access.d.ts +40 -0
  39. package/dist/_types/runtime/compositions.d.ts +16 -0
  40. package/dist/_types/runtime/connectStream.d.ts +15 -0
  41. package/dist/_types/runtime/createLesslyApp.d.ts +10 -0
  42. package/dist/_types/runtime/csrf.d.ts +1 -0
  43. package/dist/_types/runtime/errors.d.ts +18 -0
  44. package/dist/_types/runtime/name.d.ts +26 -0
  45. package/dist/_types/runtime/operations.d.ts +13 -0
  46. package/dist/_types/runtime/permission-match.d.ts +62 -0
  47. package/dist/_types/runtime/request.d.ts +9 -0
  48. package/dist/_types/runtime/types.d.ts +129 -0
  49. package/dist/analytics/index.cjs +96 -0
  50. package/dist/analytics/index.cjs.map +1 -0
  51. package/dist/analytics/index.d.cts +1 -0
  52. package/dist/analytics/index.d.ts +1 -0
  53. package/dist/analytics/index.js +77 -0
  54. package/dist/analytics/index.js.map +1 -0
  55. package/dist/brain/index.cjs +211 -0
  56. package/dist/brain/index.cjs.map +1 -0
  57. package/dist/brain/index.d.cts +1 -0
  58. package/dist/brain/index.d.ts +1 -0
  59. package/dist/brain/index.js +169 -0
  60. package/dist/brain/index.js.map +1 -0
  61. package/dist/consent/index.cjs +81 -0
  62. package/dist/consent/index.cjs.map +1 -0
  63. package/dist/consent/index.d.cts +1 -0
  64. package/dist/consent/index.d.ts +1 -0
  65. package/dist/consent/index.js +65 -0
  66. package/dist/consent/index.js.map +1 -0
  67. package/dist/content/index.cjs +161 -0
  68. package/dist/content/index.cjs.map +1 -0
  69. package/dist/content/index.d.cts +1 -0
  70. package/dist/content/index.d.ts +1 -0
  71. package/dist/content/index.js +129 -0
  72. package/dist/content/index.js.map +1 -0
  73. package/dist/deployment/index.cjs +551 -0
  74. package/dist/deployment/index.cjs.map +1 -0
  75. package/dist/deployment/index.d.cts +1 -0
  76. package/dist/deployment/index.d.ts +1 -0
  77. package/dist/deployment/index.js +441 -0
  78. package/dist/deployment/index.js.map +1 -0
  79. package/dist/index.cjs +12565 -0
  80. package/dist/index.cjs.map +1 -0
  81. package/dist/index.d.cts +1 -0
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.js +12557 -0
  84. package/dist/index.js.map +1 -0
  85. package/dist/mail/index.cjs +261 -0
  86. package/dist/mail/index.cjs.map +1 -0
  87. package/dist/mail/index.d.cts +1 -0
  88. package/dist/mail/index.d.ts +1 -0
  89. package/dist/mail/index.js +209 -0
  90. package/dist/mail/index.js.map +1 -0
  91. package/dist/observe/index.cjs +181 -0
  92. package/dist/observe/index.cjs.map +1 -0
  93. package/dist/observe/index.d.cts +1 -0
  94. package/dist/observe/index.d.ts +1 -0
  95. package/dist/observe/index.js +145 -0
  96. package/dist/observe/index.js.map +1 -0
  97. package/dist/organization/index.cjs +456 -0
  98. package/dist/organization/index.cjs.map +1 -0
  99. package/dist/organization/index.d.cts +1 -0
  100. package/dist/organization/index.d.ts +1 -0
  101. package/dist/organization/index.js +365 -0
  102. package/dist/organization/index.js.map +1 -0
  103. package/dist/react/index.cjs +29 -0
  104. package/dist/react/index.cjs.map +1 -0
  105. package/dist/react/index.d.cts +1 -0
  106. package/dist/react/index.d.ts +1 -0
  107. package/dist/react/index.js +26 -0
  108. package/dist/react/index.js.map +1 -0
  109. package/dist/realtime/index.cjs +146 -0
  110. package/dist/realtime/index.cjs.map +1 -0
  111. package/dist/realtime/index.d.cts +1 -0
  112. package/dist/realtime/index.d.ts +1 -0
  113. package/dist/realtime/index.js +117 -0
  114. package/dist/realtime/index.js.map +1 -0
  115. package/dist/support/index.cjs +261 -0
  116. package/dist/support/index.cjs.map +1 -0
  117. package/dist/support/index.d.cts +1 -0
  118. package/dist/support/index.d.ts +1 -0
  119. package/dist/support/index.js +209 -0
  120. package/dist/support/index.js.map +1 -0
  121. package/dist/tracking/index.cjs +191 -0
  122. package/dist/tracking/index.cjs.map +1 -0
  123. package/dist/tracking/index.d.cts +1 -0
  124. package/dist/tracking/index.d.ts +1 -0
  125. package/dist/tracking/index.js +153 -0
  126. package/dist/tracking/index.js.map +1 -0
  127. package/dist/users/index.cjs +231 -0
  128. package/dist/users/index.cjs.map +1 -0
  129. package/dist/users/index.d.cts +1 -0
  130. package/dist/users/index.d.ts +1 -0
  131. package/dist/users/index.js +185 -0
  132. package/dist/users/index.js.map +1 -0
  133. package/dist/waitlist/index.cjs +41 -0
  134. package/dist/waitlist/index.cjs.map +1 -0
  135. package/dist/waitlist/index.d.cts +1 -0
  136. package/dist/waitlist/index.d.ts +1 -0
  137. package/dist/waitlist/index.js +33 -0
  138. package/dist/waitlist/index.js.map +1 -0
  139. package/dist/workflow/index.cjs +211 -0
  140. package/dist/workflow/index.cjs.map +1 -0
  141. package/dist/workflow/index.d.cts +1 -0
  142. package/dist/workflow/index.d.ts +1 -0
  143. package/dist/workflow/index.js +169 -0
  144. package/dist/workflow/index.js.map +1 -0
  145. package/docs/README.md +89 -0
  146. package/docs/recipes/access.md +781 -0
  147. package/docs/recipes/federation.md +285 -0
  148. package/docs/recipes/local-dev.md +111 -0
  149. package/docs/recipes/sdk-usage.md +194 -0
  150. package/docs/rules.md +522 -0
  151. package/package.json +212 -0
  152. package/src/gen/analytics/index.ts +3 -0
  153. package/src/gen/analytics/queryOptions.gen.ts +124 -0
  154. package/src/gen/bindings.gen.ts +11330 -0
  155. package/src/gen/brain/index.ts +3 -0
  156. package/src/gen/brain/queryOptions.gen.ts +278 -0
  157. package/src/gen/client.gen.ts +2288 -0
  158. package/src/gen/consent/index.ts +3 -0
  159. package/src/gen/consent/queryOptions.gen.ts +102 -0
  160. package/src/gen/content/index.ts +3 -0
  161. package/src/gen/content/queryOptions.gen.ts +202 -0
  162. package/src/gen/deployment/index.ts +3 -0
  163. package/src/gen/deployment/queryOptions.gen.ts +707 -0
  164. package/src/gen/mail/index.ts +3 -0
  165. package/src/gen/mail/queryOptions.gen.ts +331 -0
  166. package/src/gen/manifest.gen.ts +780 -0
  167. package/src/gen/observe/index.ts +3 -0
  168. package/src/gen/observe/queryOptions.gen.ts +235 -0
  169. package/src/gen/organization/index.ts +3 -0
  170. package/src/gen/organization/queryOptions.gen.ts +578 -0
  171. package/src/gen/realtime/index.ts +3 -0
  172. package/src/gen/realtime/queryOptions.gen.ts +185 -0
  173. package/src/gen/support/index.ts +3 -0
  174. package/src/gen/support/queryOptions.gen.ts +331 -0
  175. package/src/gen/tracking/index.ts +3 -0
  176. package/src/gen/tracking/queryOptions.gen.ts +249 -0
  177. package/src/gen/types.gen.ts +119506 -0
  178. package/src/gen/users/index.ts +3 -0
  179. package/src/gen/users/queryOptions.gen.ts +295 -0
  180. package/src/gen/waitlist/index.ts +3 -0
  181. package/src/gen/waitlist/queryOptions.gen.ts +50 -0
  182. package/src/gen/workflow/index.ts +3 -0
  183. package/src/gen/workflow/queryOptions.gen.ts +274 -0
@@ -0,0 +1,362 @@
1
+ import type { GeneratedClient } from '../client.gen.js';
2
+ import type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, 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, OrganizationGroupsCreateInput, OrganizationGroupsDeleteInput, OrganizationGroupsGetInput, OrganizationGroupsGetOutput, OrganizationGroupsGrantRemoveInput, OrganizationGroupsGrantSetInput, OrganizationGroupsListInput, OrganizationGroupsListOutput, OrganizationGroupsMemberAddInput, OrganizationGroupsMemberRemoveInput, OrganizationGroupsUpdateInput, OrganizationLinkedinMemberInstallInput, OrganizationListInput, OrganizationListOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberInviteInput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRevokeInvitationInput, OrganizationMemberSetRoleInput, OrganizationMemberShareProductInput, OrganizationMemberUnshareProductInput, OrganizationMembersAssignRoleInput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationPrincipalGrantsApproveInput, OrganizationPrincipalGrantsListInput, OrganizationPrincipalGrantsListOutput, OrganizationPrincipalGrantsRevokeInput, OrganizationProductCreateInput, OrganizationProductErasureGetInput, OrganizationProductErasureGetOutput, OrganizationProductErasureListInput, OrganizationProductErasureListOutput, OrganizationProductErasureRequestInput, OrganizationProductListAccessInput, OrganizationProductListAccessOutput, OrganizationProductListInput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductMeInput, OrganizationProductMeOutput, OrganizationProductRevokeAccessInput, OrganizationProductSelectInput, OrganizationProductSetAccessInput, OrganizationProductUpdateInput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRedditInstallInput, OrganizationRolesCreateInput, OrganizationRolesDeleteInput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationSecurityMfaEnableInput, OrganizationSelectInput, OrganizationSupportThreadCreateInput, OrganizationSupportThreadGetInput, OrganizationSupportThreadGetOutput, OrganizationSupportThreadReplyInput, OrganizationSupportThreadsListInput, OrganizationSupportThreadsListOutput, OrganizationXInstallInput, OrganizationYoutubeInstallInput } 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 organizationBillingCapsClearMutationOptions: (sdk: GeneratedClient) => {
12
+ mutationKey: string[];
13
+ mutationFn: (input: OrganizationBillingCapsClearInput) => Promise<import(".").OrganizationBillingCapsClearOutput>;
14
+ };
15
+ export declare const organizationBillingCapsSetMutationOptions: (sdk: GeneratedClient) => {
16
+ mutationKey: string[];
17
+ mutationFn: (input: OrganizationBillingCapsSetInput) => Promise<import(".").OrganizationBillingCapsSetOutput>;
18
+ };
19
+ export declare const organizationBindingsListQueryOptions: (sdk: GeneratedClient, input: OrganizationBindingsListInput) => {
20
+ queryKey: readonly ["organization", "bindings", "list", OrganizationBindingsListInput];
21
+ queryFn: () => Promise<OrganizationBindingsListOutput>;
22
+ };
23
+ export declare const organizationClickupInstallMutationOptions: (sdk: GeneratedClient) => {
24
+ mutationKey: string[];
25
+ mutationFn: (input: OrganizationClickupInstallInput) => Promise<import(".").OrganizationClickupInstallOutput>;
26
+ };
27
+ export declare const organizationClickupListInstallationsQueryOptions: (sdk: GeneratedClient, input: OrganizationClickupListInstallationsInput) => {
28
+ queryKey: readonly ["organization", "clickup", "list-installations", OrganizationClickupListInstallationsInput];
29
+ queryFn: () => Promise<OrganizationClickupListInstallationsOutput>;
30
+ };
31
+ export declare const organizationCloudflareInstallMutationOptions: (sdk: GeneratedClient) => {
32
+ mutationKey: string[];
33
+ mutationFn: (input: OrganizationCloudflareInstallInput) => Promise<import(".").OrganizationCloudflareInstallOutput>;
34
+ };
35
+ export declare const organizationConnectorsApproveRequestMutationOptions: (sdk: GeneratedClient) => {
36
+ mutationKey: string[];
37
+ mutationFn: (input: OrganizationConnectorsApproveRequestInput) => Promise<import(".").OrganizationConnectorsApproveRequestOutput>;
38
+ };
39
+ export declare const organizationConnectorsAttachMutationOptions: (sdk: GeneratedClient) => {
40
+ mutationKey: string[];
41
+ mutationFn: (input: OrganizationConnectorsAttachInput) => Promise<import(".").OrganizationConnectorsAttachOutput>;
42
+ };
43
+ export declare const organizationConnectorsDeleteMutationOptions: (sdk: GeneratedClient) => {
44
+ mutationKey: string[];
45
+ mutationFn: (input: OrganizationConnectorsDeleteInput) => Promise<import(".").OrganizationConnectorsDeleteOutput>;
46
+ };
47
+ export declare const organizationConnectorsDenyRequestMutationOptions: (sdk: GeneratedClient) => {
48
+ mutationKey: string[];
49
+ mutationFn: (input: OrganizationConnectorsDenyRequestInput) => Promise<import(".").OrganizationConnectorsDenyRequestOutput>;
50
+ };
51
+ export declare const organizationConnectorsDetachMutationOptions: (sdk: GeneratedClient) => {
52
+ mutationKey: string[];
53
+ mutationFn: (input: OrganizationConnectorsDetachInput) => Promise<import(".").OrganizationConnectorsDetachOutput>;
54
+ };
55
+ export declare const organizationConnectorsListQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListInput) => {
56
+ queryKey: readonly ["organization", "connectors", "list", OrganizationConnectorsListInput];
57
+ queryFn: () => Promise<OrganizationConnectorsListOutput>;
58
+ };
59
+ export declare const organizationConnectorsListAttachmentsQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListAttachmentsInput) => {
60
+ queryKey: readonly ["organization", "connectors", "list-attachments", OrganizationConnectorsListAttachmentsInput];
61
+ queryFn: () => Promise<OrganizationConnectorsListAttachmentsOutput>;
62
+ };
63
+ export declare const organizationConnectorsListAvailableQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListAvailableInput) => {
64
+ queryKey: readonly ["organization", "connectors", "list-available", OrganizationConnectorsListAvailableInput];
65
+ queryFn: () => Promise<OrganizationConnectorsListAvailableOutput>;
66
+ };
67
+ export declare const organizationConnectorsListOrgQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListOrgInput) => {
68
+ queryKey: readonly ["organization", "connectors", "list-org", OrganizationConnectorsListOrgInput];
69
+ queryFn: () => Promise<OrganizationConnectorsListOrgOutput>;
70
+ };
71
+ export declare const organizationConnectorsListRequestsQueryOptions: (sdk: GeneratedClient, input: OrganizationConnectorsListRequestsInput) => {
72
+ queryKey: readonly ["organization", "connectors", "list-requests", OrganizationConnectorsListRequestsInput];
73
+ queryFn: () => Promise<OrganizationConnectorsListRequestsOutput>;
74
+ };
75
+ export declare const organizationConnectorsRemoveMutationOptions: (sdk: GeneratedClient) => {
76
+ mutationKey: string[];
77
+ mutationFn: (input: OrganizationConnectorsRemoveInput) => Promise<import(".").OrganizationConnectorsRemoveOutput>;
78
+ };
79
+ export declare const organizationConnectorsRequestMutationOptions: (sdk: GeneratedClient) => {
80
+ mutationKey: string[];
81
+ mutationFn: (input: OrganizationConnectorsRequestInput) => Promise<import(".").OrganizationConnectorsRequestOutput>;
82
+ };
83
+ export declare const organizationCreateMutationOptions: (sdk: GeneratedClient) => {
84
+ mutationKey: string[];
85
+ mutationFn: (input: OrganizationCreateInput) => Promise<import(".").OrganizationCreateOutput>;
86
+ };
87
+ export declare const organizationDomainsAddMutationOptions: (sdk: GeneratedClient) => {
88
+ mutationKey: string[];
89
+ mutationFn: (input: OrganizationDomainsAddInput) => Promise<import(".").OrganizationDomainsAddOutput>;
90
+ };
91
+ export declare const organizationDomainsGetQueryOptions: (sdk: GeneratedClient, input: OrganizationDomainsGetInput) => {
92
+ queryKey: readonly ["organization", "domains", "get", OrganizationDomainsGetInput];
93
+ queryFn: () => Promise<OrganizationDomainsGetOutput>;
94
+ };
95
+ export declare const organizationDomainsListQueryOptions: (sdk: GeneratedClient, input: OrganizationDomainsListInput) => {
96
+ queryKey: readonly ["organization", "domains", "list", OrganizationDomainsListInput];
97
+ queryFn: () => Promise<OrganizationDomainsListOutput>;
98
+ };
99
+ export declare const organizationDomainsRemoveMutationOptions: (sdk: GeneratedClient) => {
100
+ mutationKey: string[];
101
+ mutationFn: (input: OrganizationDomainsRemoveInput) => Promise<import(".").OrganizationDomainsRemoveOutput>;
102
+ };
103
+ export declare const organizationDomainsSetModeMutationOptions: (sdk: GeneratedClient) => {
104
+ mutationKey: string[];
105
+ mutationFn: (input: OrganizationDomainsSetModeInput) => Promise<import(".").OrganizationDomainsSetModeOutput>;
106
+ };
107
+ export declare const organizationExtensionsListInstalledQueryOptions: (sdk: GeneratedClient, input: OrganizationExtensionsListInstalledInput) => {
108
+ queryKey: readonly ["organization", "extensions", "list-installed", OrganizationExtensionsListInstalledInput];
109
+ queryFn: () => Promise<OrganizationExtensionsListInstalledOutput>;
110
+ };
111
+ export declare const organizationFeedbackSubmitMutationOptions: (sdk: GeneratedClient) => {
112
+ mutationKey: string[];
113
+ mutationFn: (input: OrganizationFeedbackSubmitInput) => Promise<import(".").OrganizationFeedbackSubmitOutput>;
114
+ };
115
+ export declare const organizationGdriveInstallMutationOptions: (sdk: GeneratedClient) => {
116
+ mutationKey: string[];
117
+ mutationFn: (input: OrganizationGdriveInstallInput) => Promise<import(".").OrganizationGdriveInstallOutput>;
118
+ };
119
+ export declare const organizationGithubInstallMutationOptions: (sdk: GeneratedClient) => {
120
+ mutationKey: string[];
121
+ mutationFn: (input: OrganizationGithubInstallInput) => Promise<import(".").OrganizationGithubInstallOutput>;
122
+ };
123
+ export declare const organizationGithubListInstallationsQueryOptions: (sdk: GeneratedClient, input: OrganizationGithubListInstallationsInput) => {
124
+ queryKey: readonly ["organization", "github", "list-installations", OrganizationGithubListInstallationsInput];
125
+ queryFn: () => Promise<OrganizationGithubListInstallationsOutput>;
126
+ };
127
+ export declare const organizationGoogleadsInstallMutationOptions: (sdk: GeneratedClient) => {
128
+ mutationKey: string[];
129
+ mutationFn: (input: OrganizationGoogleadsInstallInput) => Promise<import(".").OrganizationGoogleadsInstallOutput>;
130
+ };
131
+ export declare const organizationGroupsCreateMutationOptions: (sdk: GeneratedClient) => {
132
+ mutationKey: string[];
133
+ mutationFn: (input: OrganizationGroupsCreateInput) => Promise<import(".").OrganizationGroupsCreateOutput>;
134
+ };
135
+ export declare const organizationGroupsDeleteMutationOptions: (sdk: GeneratedClient) => {
136
+ mutationKey: string[];
137
+ mutationFn: (input: OrganizationGroupsDeleteInput) => Promise<import(".").OrganizationGroupsDeleteOutput>;
138
+ };
139
+ export declare const organizationGroupsGetQueryOptions: (sdk: GeneratedClient, input: OrganizationGroupsGetInput) => {
140
+ queryKey: readonly ["organization", "groups", "get", OrganizationGroupsGetInput];
141
+ queryFn: () => Promise<OrganizationGroupsGetOutput>;
142
+ };
143
+ export declare const organizationGroupsGrantRemoveMutationOptions: (sdk: GeneratedClient) => {
144
+ mutationKey: string[];
145
+ mutationFn: (input: OrganizationGroupsGrantRemoveInput) => Promise<import(".").OrganizationGroupsGrantRemoveOutput>;
146
+ };
147
+ export declare const organizationGroupsGrantSetMutationOptions: (sdk: GeneratedClient) => {
148
+ mutationKey: string[];
149
+ mutationFn: (input: OrganizationGroupsGrantSetInput) => Promise<import(".").OrganizationGroupsGrantSetOutput>;
150
+ };
151
+ export declare const organizationGroupsListQueryOptions: (sdk: GeneratedClient, input: OrganizationGroupsListInput) => {
152
+ queryKey: readonly ["organization", "groups", "list", OrganizationGroupsListInput];
153
+ queryFn: () => Promise<OrganizationGroupsListOutput>;
154
+ };
155
+ export declare const organizationGroupsMemberAddMutationOptions: (sdk: GeneratedClient) => {
156
+ mutationKey: string[];
157
+ mutationFn: (input: OrganizationGroupsMemberAddInput) => Promise<import(".").OrganizationGroupsMemberAddOutput>;
158
+ };
159
+ export declare const organizationGroupsMemberRemoveMutationOptions: (sdk: GeneratedClient) => {
160
+ mutationKey: string[];
161
+ mutationFn: (input: OrganizationGroupsMemberRemoveInput) => Promise<import(".").OrganizationGroupsMemberRemoveOutput>;
162
+ };
163
+ export declare const organizationGroupsUpdateMutationOptions: (sdk: GeneratedClient) => {
164
+ mutationKey: string[];
165
+ mutationFn: (input: OrganizationGroupsUpdateInput) => Promise<import(".").OrganizationGroupsUpdateOutput>;
166
+ };
167
+ export declare const organizationLinkedinMemberInstallMutationOptions: (sdk: GeneratedClient) => {
168
+ mutationKey: string[];
169
+ mutationFn: (input: OrganizationLinkedinMemberInstallInput) => Promise<import(".").OrganizationLinkedinMemberInstallOutput>;
170
+ };
171
+ export declare const organizationListQueryOptions: (sdk: GeneratedClient, input: OrganizationListInput) => {
172
+ queryKey: readonly ["organization", "list", OrganizationListInput];
173
+ queryFn: () => Promise<OrganizationListOutput>;
174
+ };
175
+ export declare const organizationMemberAcceptInviteMutationOptions: (sdk: GeneratedClient) => {
176
+ mutationKey: string[];
177
+ mutationFn: (input: OrganizationMemberAcceptInviteInput) => Promise<import(".").OrganizationMemberAcceptInviteOutput>;
178
+ };
179
+ export declare const organizationMemberInviteMutationOptions: (sdk: GeneratedClient) => {
180
+ mutationKey: string[];
181
+ mutationFn: (input: OrganizationMemberInviteInput) => Promise<import(".").OrganizationMemberInviteOutput>;
182
+ };
183
+ export declare const organizationMemberListQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListInput) => {
184
+ queryKey: readonly ["organization", "member", "list", OrganizationMemberListInput];
185
+ queryFn: () => Promise<OrganizationMemberListOutput>;
186
+ };
187
+ export declare const organizationMemberListInvitationsQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListInvitationsInput) => {
188
+ queryKey: readonly ["organization", "member", "list-invitations", OrganizationMemberListInvitationsInput];
189
+ queryFn: () => Promise<OrganizationMemberListInvitationsOutput>;
190
+ };
191
+ export declare const organizationMemberListProductAccessQueryOptions: (sdk: GeneratedClient, input: OrganizationMemberListProductAccessInput) => {
192
+ queryKey: readonly ["organization", "member", "list-product-access", OrganizationMemberListProductAccessInput];
193
+ queryFn: () => Promise<OrganizationMemberListProductAccessOutput>;
194
+ };
195
+ export declare const organizationMemberRemoveMutationOptions: (sdk: GeneratedClient) => {
196
+ mutationKey: string[];
197
+ mutationFn: (input: OrganizationMemberRemoveInput) => Promise<import(".").OrganizationMemberRemoveOutput>;
198
+ };
199
+ export declare const organizationMemberRevokeInvitationMutationOptions: (sdk: GeneratedClient) => {
200
+ mutationKey: string[];
201
+ mutationFn: (input: OrganizationMemberRevokeInvitationInput) => Promise<import(".").OrganizationMemberRevokeInvitationOutput>;
202
+ };
203
+ export declare const organizationMemberSetRoleMutationOptions: (sdk: GeneratedClient) => {
204
+ mutationKey: string[];
205
+ mutationFn: (input: OrganizationMemberSetRoleInput) => Promise<import(".").OrganizationMemberSetRoleOutput>;
206
+ };
207
+ export declare const organizationMemberShareProductMutationOptions: (sdk: GeneratedClient) => {
208
+ mutationKey: string[];
209
+ mutationFn: (input: OrganizationMemberShareProductInput) => Promise<import(".").OrganizationMemberShareProductOutput>;
210
+ };
211
+ export declare const organizationMemberUnshareProductMutationOptions: (sdk: GeneratedClient) => {
212
+ mutationKey: string[];
213
+ mutationFn: (input: OrganizationMemberUnshareProductInput) => Promise<import(".").OrganizationMemberUnshareProductOutput>;
214
+ };
215
+ export declare const organizationMembersAssignRoleMutationOptions: (sdk: GeneratedClient) => {
216
+ mutationKey: string[];
217
+ mutationFn: (input: OrganizationMembersAssignRoleInput) => Promise<import(".").OrganizationMembersAssignRoleOutput>;
218
+ };
219
+ export declare const organizationPermissionCatalogQueryOptions: (sdk: GeneratedClient, input: OrganizationPermissionCatalogInput) => {
220
+ queryKey: readonly ["organization", "permission", "catalog", OrganizationPermissionCatalogInput];
221
+ queryFn: () => Promise<OrganizationPermissionCatalogOutput>;
222
+ };
223
+ export declare const organizationPrincipalGrantsApproveMutationOptions: (sdk: GeneratedClient) => {
224
+ mutationKey: string[];
225
+ mutationFn: (input: OrganizationPrincipalGrantsApproveInput) => Promise<import(".").OrganizationPrincipalGrantsApproveOutput>;
226
+ };
227
+ export declare const organizationPrincipalGrantsListQueryOptions: (sdk: GeneratedClient, input: OrganizationPrincipalGrantsListInput) => {
228
+ queryKey: readonly ["organization", "principal-grants", "list", OrganizationPrincipalGrantsListInput];
229
+ queryFn: () => Promise<OrganizationPrincipalGrantsListOutput>;
230
+ };
231
+ export declare const organizationPrincipalGrantsRevokeMutationOptions: (sdk: GeneratedClient) => {
232
+ mutationKey: string[];
233
+ mutationFn: (input: OrganizationPrincipalGrantsRevokeInput) => Promise<import(".").OrganizationPrincipalGrantsRevokeOutput>;
234
+ };
235
+ export declare const organizationProductCreateMutationOptions: (sdk: GeneratedClient) => {
236
+ mutationKey: string[];
237
+ mutationFn: (input: OrganizationProductCreateInput) => Promise<import(".").OrganizationProductCreateOutput>;
238
+ };
239
+ export declare const organizationProductErasureGetQueryOptions: (sdk: GeneratedClient, input: OrganizationProductErasureGetInput) => {
240
+ queryKey: readonly ["organization", "product-erasure", "get", OrganizationProductErasureGetInput];
241
+ queryFn: () => Promise<OrganizationProductErasureGetOutput>;
242
+ };
243
+ export declare const organizationProductErasureListQueryOptions: (sdk: GeneratedClient, input: OrganizationProductErasureListInput) => {
244
+ queryKey: readonly ["organization", "product-erasure", "list", OrganizationProductErasureListInput];
245
+ queryFn: () => Promise<OrganizationProductErasureListOutput>;
246
+ };
247
+ export declare const organizationProductErasureRequestMutationOptions: (sdk: GeneratedClient) => {
248
+ mutationKey: string[];
249
+ mutationFn: (input: OrganizationProductErasureRequestInput) => Promise<import(".").OrganizationProductErasureRequestOutput>;
250
+ };
251
+ export declare const organizationProductListQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListInput) => {
252
+ queryKey: readonly ["organization", "product", "list", OrganizationProductListInput];
253
+ queryFn: () => Promise<OrganizationProductListOutput>;
254
+ };
255
+ export declare const organizationProductListAccessQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListAccessInput) => {
256
+ queryKey: readonly ["organization", "product", "list-access", OrganizationProductListAccessInput];
257
+ queryFn: () => Promise<OrganizationProductListAccessOutput>;
258
+ };
259
+ export declare const organizationProductListMembersQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListMembersInput) => {
260
+ queryKey: readonly ["organization", "product", "list-members", OrganizationProductListMembersInput];
261
+ queryFn: () => Promise<OrganizationProductListMembersOutput>;
262
+ };
263
+ export declare const organizationProductListRolesQueryOptions: (sdk: GeneratedClient, input: OrganizationProductListRolesInput) => {
264
+ queryKey: readonly ["organization", "product", "list-roles", OrganizationProductListRolesInput];
265
+ queryFn: () => Promise<OrganizationProductListRolesOutput>;
266
+ };
267
+ export declare const organizationProductMeQueryOptions: (sdk: GeneratedClient, input: OrganizationProductMeInput) => {
268
+ queryKey: readonly ["organization", "product", "me", OrganizationProductMeInput];
269
+ queryFn: () => Promise<OrganizationProductMeOutput>;
270
+ };
271
+ export declare const organizationProductRevokeAccessMutationOptions: (sdk: GeneratedClient) => {
272
+ mutationKey: string[];
273
+ mutationFn: (input: OrganizationProductRevokeAccessInput) => Promise<import(".").OrganizationProductRevokeAccessOutput>;
274
+ };
275
+ export declare const organizationProductSelectMutationOptions: (sdk: GeneratedClient) => {
276
+ mutationKey: string[];
277
+ mutationFn: (input: OrganizationProductSelectInput) => Promise<import(".").OrganizationProductSelectOutput>;
278
+ };
279
+ export declare const organizationProductSetAccessMutationOptions: (sdk: GeneratedClient) => {
280
+ mutationKey: string[];
281
+ mutationFn: (input: OrganizationProductSetAccessInput) => Promise<import(".").OrganizationProductSetAccessOutput>;
282
+ };
283
+ export declare const organizationProductUpdateMutationOptions: (sdk: GeneratedClient) => {
284
+ mutationKey: string[];
285
+ mutationFn: (input: OrganizationProductUpdateInput) => Promise<import(".").OrganizationProductUpdateOutput>;
286
+ };
287
+ export declare const organizationPublicKeysCreateMutationOptions: (sdk: GeneratedClient) => {
288
+ mutationKey: string[];
289
+ mutationFn: (input: OrganizationPublicKeysCreateInput) => Promise<import(".").OrganizationPublicKeysCreateOutput>;
290
+ };
291
+ export declare const organizationPublicKeysListQueryOptions: (sdk: GeneratedClient, input: OrganizationPublicKeysListInput) => {
292
+ queryKey: readonly ["organization", "public-keys", "list", OrganizationPublicKeysListInput];
293
+ queryFn: () => Promise<OrganizationPublicKeysListOutput>;
294
+ };
295
+ export declare const organizationPublicKeysRevokeMutationOptions: (sdk: GeneratedClient) => {
296
+ mutationKey: string[];
297
+ mutationFn: (input: OrganizationPublicKeysRevokeInput) => Promise<import(".").OrganizationPublicKeysRevokeOutput>;
298
+ };
299
+ export declare const organizationPublicKeysUpdateScopeMutationOptions: (sdk: GeneratedClient) => {
300
+ mutationKey: string[];
301
+ mutationFn: (input: OrganizationPublicKeysUpdateScopeInput) => Promise<import(".").OrganizationPublicKeysUpdateScopeOutput>;
302
+ };
303
+ export declare const organizationPublicRoutesListQueryOptions: (sdk: GeneratedClient, input: OrganizationPublicRoutesListInput) => {
304
+ queryKey: readonly ["organization", "public-routes", "list", OrganizationPublicRoutesListInput];
305
+ queryFn: () => Promise<OrganizationPublicRoutesListOutput>;
306
+ };
307
+ export declare const organizationRedditInstallMutationOptions: (sdk: GeneratedClient) => {
308
+ mutationKey: string[];
309
+ mutationFn: (input: OrganizationRedditInstallInput) => Promise<import(".").OrganizationRedditInstallOutput>;
310
+ };
311
+ export declare const organizationRolesCreateMutationOptions: (sdk: GeneratedClient) => {
312
+ mutationKey: string[];
313
+ mutationFn: (input: OrganizationRolesCreateInput) => Promise<import(".").OrganizationRolesCreateOutput>;
314
+ };
315
+ export declare const organizationRolesDeleteMutationOptions: (sdk: GeneratedClient) => {
316
+ mutationKey: string[];
317
+ mutationFn: (input: OrganizationRolesDeleteInput) => Promise<import(".").OrganizationRolesDeleteOutput>;
318
+ };
319
+ export declare const organizationRolesGetQueryOptions: (sdk: GeneratedClient, input: OrganizationRolesGetInput) => {
320
+ queryKey: readonly ["organization", "roles", "get", OrganizationRolesGetInput];
321
+ queryFn: () => Promise<OrganizationRolesGetOutput>;
322
+ };
323
+ export declare const organizationRolesListQueryOptions: (sdk: GeneratedClient, input: OrganizationRolesListInput) => {
324
+ queryKey: readonly ["organization", "roles", "list", OrganizationRolesListInput];
325
+ queryFn: () => Promise<OrganizationRolesListOutput>;
326
+ };
327
+ export declare const organizationRolesUpdateMutationOptions: (sdk: GeneratedClient) => {
328
+ mutationKey: string[];
329
+ mutationFn: (input: OrganizationRolesUpdateInput) => Promise<import(".").OrganizationRolesUpdateOutput>;
330
+ };
331
+ export declare const organizationSecurityMfaEnableMutationOptions: (sdk: GeneratedClient) => {
332
+ mutationKey: string[];
333
+ mutationFn: (input: OrganizationSecurityMfaEnableInput) => Promise<import(".").OrganizationSecurityMfaEnableOutput>;
334
+ };
335
+ export declare const organizationSelectMutationOptions: (sdk: GeneratedClient) => {
336
+ mutationKey: string[];
337
+ mutationFn: (input: OrganizationSelectInput) => Promise<import(".").OrganizationSelectOutput>;
338
+ };
339
+ export declare const organizationSupportThreadCreateMutationOptions: (sdk: GeneratedClient) => {
340
+ mutationKey: string[];
341
+ mutationFn: (input: OrganizationSupportThreadCreateInput) => Promise<import(".").OrganizationSupportThreadCreateOutput>;
342
+ };
343
+ export declare const organizationSupportThreadGetQueryOptions: (sdk: GeneratedClient, input: OrganizationSupportThreadGetInput) => {
344
+ queryKey: readonly ["organization", "support-thread", "get", OrganizationSupportThreadGetInput];
345
+ queryFn: () => Promise<OrganizationSupportThreadGetOutput>;
346
+ };
347
+ export declare const organizationSupportThreadReplyMutationOptions: (sdk: GeneratedClient) => {
348
+ mutationKey: string[];
349
+ mutationFn: (input: OrganizationSupportThreadReplyInput) => Promise<import(".").OrganizationSupportThreadReplyOutput>;
350
+ };
351
+ export declare const organizationSupportThreadsListQueryOptions: (sdk: GeneratedClient, input: OrganizationSupportThreadsListInput) => {
352
+ queryKey: readonly ["organization", "support-threads", "list", OrganizationSupportThreadsListInput];
353
+ queryFn: () => Promise<OrganizationSupportThreadsListOutput>;
354
+ };
355
+ export declare const organizationXInstallMutationOptions: (sdk: GeneratedClient) => {
356
+ mutationKey: string[];
357
+ mutationFn: (input: OrganizationXInstallInput) => Promise<import(".").OrganizationXInstallOutput>;
358
+ };
359
+ export declare const organizationYoutubeInstallMutationOptions: (sdk: GeneratedClient) => {
360
+ mutationKey: string[];
361
+ mutationFn: (input: OrganizationYoutubeInstallInput) => Promise<import(".").OrganizationYoutubeInstallOutput>;
362
+ };
@@ -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, SupportLabelGetInput, SupportLabelGetOutput, SupportLabelListInput, SupportLabelListOutput, SupportMessageCreateInput, SupportMessageCreateOutput, SupportMessageDeleteAnyInput, SupportMessageDeleteAnyOutput, SupportMessageDeleteInput, SupportMessageDeleteOutput, SupportMessageGetInput, SupportMessageGetOutput, SupportMessageListInput, SupportMessageListOutput, SupportMessageRevisionsListInput, SupportMessageRevisionsListOutput, SupportMessageUpdateInput, SupportMessageUpdateOutput, SupportResponseEscalateInput, SupportResponseEscalateOutput, SupportResponseGetInput, SupportResponseGetOutput, SupportResponseListInput, SupportResponseListOutput, SupportRuleCreateInput, SupportRuleCreateOutput, SupportRuleDeleteInput, SupportRuleDeleteOutput, SupportRuleGetInput, SupportRuleGetOutput, SupportRuleListInput, SupportRuleListOutput, SupportRuleUpdateInput, SupportRuleUpdateOutput, SupportStatusArchiveInput, SupportStatusArchiveOutput, SupportStatusCreateInput, SupportStatusCreateOutput, SupportStatusGetInput, SupportStatusGetOutput, 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';