@lessly/sdk-app 0.2.0 → 0.3.1
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/README.md +24 -14
- package/dist/client.gen-DtgaSZYB.d.cts +909 -0
- package/dist/client.gen-DtgaSZYB.d.ts +909 -0
- package/dist/index.cjs +735 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +735 -23
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +251 -0
- package/dist/organization/index.cjs.map +1 -0
- package/dist/organization/index.d.cts +200 -0
- package/dist/organization/index.d.ts +200 -0
- package/dist/organization/index.js +201 -0
- package/dist/organization/index.js.map +1 -0
- package/dist/playground/index.cjs +55 -0
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.d.cts +46 -2
- package/dist/playground/index.d.ts +46 -2
- package/dist/playground/index.js +45 -1
- package/dist/playground/index.js.map +1 -1
- package/docs/recipes/sdk-usage.md +24 -14
- package/package.json +7 -11
- package/src/gen/bindings.gen.ts +735 -23
- package/src/gen/client.gen.ts +219 -25
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +3 -0
- package/src/gen/organization/queryOptions.gen.ts +318 -0
- package/src/gen/playground/index.ts +1 -1
- package/src/gen/playground/queryOptions.gen.ts +76 -0
- package/src/gen/types.gen.ts +900 -27
- package/dist/client.gen-kP64GHhc.d.cts +0 -75
- package/dist/client.gen-kP64GHhc.d.ts +0 -75
- package/dist/mail/index.cjs +0 -16
- package/dist/mail/index.cjs.map +0 -1
- package/dist/mail/index.d.cts +0 -13
- package/dist/mail/index.d.ts +0 -13
- package/dist/mail/index.js +0 -13
- package/dist/mail/index.js.map +0 -1
- package/dist/tracking/index.cjs +0 -26
- package/dist/tracking/index.cjs.map +0 -1
- package/dist/tracking/index.d.cts +0 -20
- package/dist/tracking/index.d.ts +0 -20
- package/dist/tracking/index.js +0 -21
- package/dist/tracking/index.js.map +0 -1
- package/src/gen/mail/index.ts +0 -3
- package/src/gen/mail/queryOptions.gen.ts +0 -17
- package/src/gen/tracking/index.ts +0 -3
- package/src/gen/tracking/queryOptions.gen.ts +0 -31
package/src/gen/client.gen.ts
CHANGED
|
@@ -1,43 +1,237 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
import type {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
OrganizationAuthMeInput,
|
|
4
|
+
OrganizationAuthMeOutput,
|
|
5
|
+
OrganizationBindingsListInput,
|
|
6
|
+
OrganizationBindingsListOutput,
|
|
7
|
+
OrganizationClickupInstallInput,
|
|
8
|
+
OrganizationClickupInstallOutput,
|
|
9
|
+
OrganizationClickupListInstallationsInput,
|
|
10
|
+
OrganizationClickupListInstallationsOutput,
|
|
11
|
+
OrganizationCloudflareInstallInput,
|
|
12
|
+
OrganizationCloudflareInstallOutput,
|
|
13
|
+
OrganizationConnectorsAttachInput,
|
|
14
|
+
OrganizationConnectorsAttachOutput,
|
|
15
|
+
OrganizationConnectorsDeleteInput,
|
|
16
|
+
OrganizationConnectorsDeleteOutput,
|
|
17
|
+
OrganizationConnectorsDetachInput,
|
|
18
|
+
OrganizationConnectorsDetachOutput,
|
|
19
|
+
OrganizationConnectorsListAttachmentsInput,
|
|
20
|
+
OrganizationConnectorsListAttachmentsOutput,
|
|
21
|
+
OrganizationConnectorsListInput,
|
|
22
|
+
OrganizationConnectorsListOrgInput,
|
|
23
|
+
OrganizationConnectorsListOrgOutput,
|
|
24
|
+
OrganizationConnectorsListOutput,
|
|
25
|
+
OrganizationConnectorsRemoveInput,
|
|
26
|
+
OrganizationConnectorsRemoveOutput,
|
|
27
|
+
OrganizationDomainsAddInput,
|
|
28
|
+
OrganizationDomainsAddOutput,
|
|
29
|
+
OrganizationDomainsGetInput,
|
|
30
|
+
OrganizationDomainsGetOutput,
|
|
31
|
+
OrganizationDomainsListInput,
|
|
32
|
+
OrganizationDomainsListOutput,
|
|
33
|
+
OrganizationDomainsRemoveInput,
|
|
34
|
+
OrganizationDomainsRemoveOutput,
|
|
35
|
+
OrganizationExtensionsInstallInput,
|
|
36
|
+
OrganizationExtensionsInstallOutput,
|
|
37
|
+
OrganizationExtensionsListInput,
|
|
38
|
+
OrganizationExtensionsListInstalledInput,
|
|
39
|
+
OrganizationExtensionsListInstalledOutput,
|
|
40
|
+
OrganizationExtensionsListOutput,
|
|
41
|
+
OrganizationExtensionsUninstallInput,
|
|
42
|
+
OrganizationExtensionsUninstallOutput,
|
|
43
|
+
OrganizationGdriveInstallInput,
|
|
44
|
+
OrganizationGdriveInstallOutput,
|
|
45
|
+
OrganizationGithubInstallInput,
|
|
46
|
+
OrganizationGithubInstallOutput,
|
|
47
|
+
OrganizationGithubListInstallationsInput,
|
|
48
|
+
OrganizationGithubListInstallationsOutput,
|
|
49
|
+
OrganizationGoogleadsInstallInput,
|
|
50
|
+
OrganizationGoogleadsInstallOutput,
|
|
51
|
+
OrganizationMemberAcceptInviteInput,
|
|
52
|
+
OrganizationMemberAcceptInviteOutput,
|
|
53
|
+
OrganizationMemberInviteInput,
|
|
54
|
+
OrganizationMemberInviteOutput,
|
|
55
|
+
OrganizationMemberListInput,
|
|
56
|
+
OrganizationMemberListInvitationsInput,
|
|
57
|
+
OrganizationMemberListInvitationsOutput,
|
|
58
|
+
OrganizationMemberListOutput,
|
|
59
|
+
OrganizationMemberListProductAccessInput,
|
|
60
|
+
OrganizationMemberListProductAccessOutput,
|
|
61
|
+
OrganizationMemberRemoveInput,
|
|
62
|
+
OrganizationMemberRemoveOutput,
|
|
63
|
+
OrganizationMemberRevokeInvitationInput,
|
|
64
|
+
OrganizationMemberRevokeInvitationOutput,
|
|
65
|
+
OrganizationMemberSetRoleInput,
|
|
66
|
+
OrganizationMemberSetRoleOutput,
|
|
67
|
+
OrganizationMemberShareProductInput,
|
|
68
|
+
OrganizationMemberShareProductOutput,
|
|
69
|
+
OrganizationMemberUnshareProductInput,
|
|
70
|
+
OrganizationMemberUnshareProductOutput,
|
|
71
|
+
OrganizationMembersAssignRoleInput,
|
|
72
|
+
OrganizationMembersAssignRoleOutput,
|
|
73
|
+
OrganizationPermissionCatalogInput,
|
|
74
|
+
OrganizationPermissionCatalogOutput,
|
|
75
|
+
OrganizationProductAcceptInvitationInput,
|
|
76
|
+
OrganizationProductAcceptInvitationOutput,
|
|
77
|
+
OrganizationProductCreateInput,
|
|
78
|
+
OrganizationProductCreateOutput,
|
|
79
|
+
OrganizationProductInviteInput,
|
|
80
|
+
OrganizationProductInviteOutput,
|
|
81
|
+
OrganizationProductListInput,
|
|
82
|
+
OrganizationProductListInvitationsInput,
|
|
83
|
+
OrganizationProductListInvitationsOutput,
|
|
84
|
+
OrganizationProductListMembersInput,
|
|
85
|
+
OrganizationProductListMembersOutput,
|
|
86
|
+
OrganizationProductListOutput,
|
|
87
|
+
OrganizationProductRevokeInvitationInput,
|
|
88
|
+
OrganizationProductRevokeInvitationOutput,
|
|
89
|
+
OrganizationProductSelectInput,
|
|
90
|
+
OrganizationProductSelectOutput,
|
|
91
|
+
OrganizationRolesCreateInput,
|
|
92
|
+
OrganizationRolesCreateOutput,
|
|
93
|
+
OrganizationRolesDeleteInput,
|
|
94
|
+
OrganizationRolesDeleteOutput,
|
|
95
|
+
OrganizationRolesGetInput,
|
|
96
|
+
OrganizationRolesGetOutput,
|
|
97
|
+
OrganizationRolesListInput,
|
|
98
|
+
OrganizationRolesListOutput,
|
|
99
|
+
OrganizationRolesUpdateInput,
|
|
100
|
+
OrganizationRolesUpdateOutput,
|
|
101
|
+
PlaygroundAnalyticsOverviewInput,
|
|
102
|
+
PlaygroundAnalyticsOverviewOutput,
|
|
103
|
+
PlaygroundBillingEntitlementsInput,
|
|
104
|
+
PlaygroundBillingEntitlementsOutput,
|
|
7
105
|
PlaygroundBillingRecordUsageInput,
|
|
8
106
|
PlaygroundBillingRecordUsageOutput,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
107
|
+
PlaygroundClickupCreateTaskInput,
|
|
108
|
+
PlaygroundClickupCreateTaskOutput,
|
|
109
|
+
PlaygroundClickupGetLastWebhookInput,
|
|
110
|
+
PlaygroundClickupGetLastWebhookOutput,
|
|
111
|
+
PlaygroundClickupGetOverviewInput,
|
|
112
|
+
PlaygroundClickupGetOverviewOutput,
|
|
113
|
+
PlaygroundGdriveGetLastChangeInput,
|
|
114
|
+
PlaygroundGdriveGetLastChangeOutput,
|
|
115
|
+
PlaygroundGdriveReadFileInput,
|
|
116
|
+
PlaygroundGdriveReadFileOutput,
|
|
117
|
+
PlaygroundGoogleadsReadCustomerInput,
|
|
118
|
+
PlaygroundGoogleadsReadCustomerOutput,
|
|
119
|
+
PlaygroundLifecycleGetStateInput,
|
|
120
|
+
PlaygroundLifecycleGetStateOutput,
|
|
121
|
+
PlaygroundLifecycleListEventsInput,
|
|
122
|
+
PlaygroundLifecycleListEventsOutput,
|
|
123
|
+
PlaygroundWebhookGetLastInput,
|
|
124
|
+
PlaygroundWebhookGetLastOutput,
|
|
17
125
|
} from './types.gen';
|
|
18
126
|
|
|
19
127
|
export interface GeneratedClient {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
128
|
+
organization: {
|
|
129
|
+
auth: {
|
|
130
|
+
me(input: OrganizationAuthMeInput): Promise<OrganizationAuthMeOutput>;
|
|
23
131
|
};
|
|
24
|
-
|
|
25
|
-
list(input:
|
|
132
|
+
bindings: {
|
|
133
|
+
list(input: OrganizationBindingsListInput): Promise<OrganizationBindingsListOutput>;
|
|
134
|
+
};
|
|
135
|
+
clickup: {
|
|
136
|
+
install(input: OrganizationClickupInstallInput): Promise<OrganizationClickupInstallOutput>;
|
|
137
|
+
'list-installations'(input: OrganizationClickupListInstallationsInput): Promise<OrganizationClickupListInstallationsOutput>;
|
|
138
|
+
};
|
|
139
|
+
cloudflare: {
|
|
140
|
+
install(input: OrganizationCloudflareInstallInput): Promise<OrganizationCloudflareInstallOutput>;
|
|
141
|
+
};
|
|
142
|
+
connectors: {
|
|
143
|
+
attach(input: OrganizationConnectorsAttachInput): Promise<OrganizationConnectorsAttachOutput>;
|
|
144
|
+
delete(input: OrganizationConnectorsDeleteInput): Promise<OrganizationConnectorsDeleteOutput>;
|
|
145
|
+
detach(input: OrganizationConnectorsDetachInput): Promise<OrganizationConnectorsDetachOutput>;
|
|
146
|
+
list(input: OrganizationConnectorsListInput): Promise<OrganizationConnectorsListOutput>;
|
|
147
|
+
'list-attachments'(input: OrganizationConnectorsListAttachmentsInput): Promise<OrganizationConnectorsListAttachmentsOutput>;
|
|
148
|
+
'list-org'(input: OrganizationConnectorsListOrgInput): Promise<OrganizationConnectorsListOrgOutput>;
|
|
149
|
+
remove(input: OrganizationConnectorsRemoveInput): Promise<OrganizationConnectorsRemoveOutput>;
|
|
150
|
+
};
|
|
151
|
+
domains: {
|
|
152
|
+
add(input: OrganizationDomainsAddInput): Promise<OrganizationDomainsAddOutput>;
|
|
153
|
+
get(input: OrganizationDomainsGetInput): Promise<OrganizationDomainsGetOutput>;
|
|
154
|
+
list(input: OrganizationDomainsListInput): Promise<OrganizationDomainsListOutput>;
|
|
155
|
+
remove(input: OrganizationDomainsRemoveInput): Promise<OrganizationDomainsRemoveOutput>;
|
|
156
|
+
};
|
|
157
|
+
extensions: {
|
|
158
|
+
install(input: OrganizationExtensionsInstallInput): Promise<OrganizationExtensionsInstallOutput>;
|
|
159
|
+
list(input: OrganizationExtensionsListInput): Promise<OrganizationExtensionsListOutput>;
|
|
160
|
+
'list-installed'(input: OrganizationExtensionsListInstalledInput): Promise<OrganizationExtensionsListInstalledOutput>;
|
|
161
|
+
uninstall(input: OrganizationExtensionsUninstallInput): Promise<OrganizationExtensionsUninstallOutput>;
|
|
162
|
+
};
|
|
163
|
+
gdrive: {
|
|
164
|
+
install(input: OrganizationGdriveInstallInput): Promise<OrganizationGdriveInstallOutput>;
|
|
165
|
+
};
|
|
166
|
+
github: {
|
|
167
|
+
install(input: OrganizationGithubInstallInput): Promise<OrganizationGithubInstallOutput>;
|
|
168
|
+
'list-installations'(input: OrganizationGithubListInstallationsInput): Promise<OrganizationGithubListInstallationsOutput>;
|
|
169
|
+
};
|
|
170
|
+
googleads: {
|
|
171
|
+
install(input: OrganizationGoogleadsInstallInput): Promise<OrganizationGoogleadsInstallOutput>;
|
|
172
|
+
};
|
|
173
|
+
member: {
|
|
174
|
+
'accept-invite'(input: OrganizationMemberAcceptInviteInput): Promise<OrganizationMemberAcceptInviteOutput>;
|
|
175
|
+
invite(input: OrganizationMemberInviteInput): Promise<OrganizationMemberInviteOutput>;
|
|
176
|
+
list(input: OrganizationMemberListInput): Promise<OrganizationMemberListOutput>;
|
|
177
|
+
'list-invitations'(input: OrganizationMemberListInvitationsInput): Promise<OrganizationMemberListInvitationsOutput>;
|
|
178
|
+
'list-product-access'(input: OrganizationMemberListProductAccessInput): Promise<OrganizationMemberListProductAccessOutput>;
|
|
179
|
+
remove(input: OrganizationMemberRemoveInput): Promise<OrganizationMemberRemoveOutput>;
|
|
180
|
+
'revoke-invitation'(input: OrganizationMemberRevokeInvitationInput): Promise<OrganizationMemberRevokeInvitationOutput>;
|
|
181
|
+
'set-role'(input: OrganizationMemberSetRoleInput): Promise<OrganizationMemberSetRoleOutput>;
|
|
182
|
+
'share-product'(input: OrganizationMemberShareProductInput): Promise<OrganizationMemberShareProductOutput>;
|
|
183
|
+
'unshare-product'(input: OrganizationMemberUnshareProductInput): Promise<OrganizationMemberUnshareProductOutput>;
|
|
184
|
+
};
|
|
185
|
+
members: {
|
|
186
|
+
'assign-role'(input: OrganizationMembersAssignRoleInput): Promise<OrganizationMembersAssignRoleOutput>;
|
|
187
|
+
};
|
|
188
|
+
permission: {
|
|
189
|
+
catalog(input: OrganizationPermissionCatalogInput): Promise<OrganizationPermissionCatalogOutput>;
|
|
190
|
+
};
|
|
191
|
+
product: {
|
|
192
|
+
'accept-invitation'(input: OrganizationProductAcceptInvitationInput): Promise<OrganizationProductAcceptInvitationOutput>;
|
|
193
|
+
create(input: OrganizationProductCreateInput): Promise<OrganizationProductCreateOutput>;
|
|
194
|
+
invite(input: OrganizationProductInviteInput): Promise<OrganizationProductInviteOutput>;
|
|
195
|
+
list(input: OrganizationProductListInput): Promise<OrganizationProductListOutput>;
|
|
196
|
+
'list-invitations'(input: OrganizationProductListInvitationsInput): Promise<OrganizationProductListInvitationsOutput>;
|
|
197
|
+
'list-members'(input: OrganizationProductListMembersInput): Promise<OrganizationProductListMembersOutput>;
|
|
198
|
+
'revoke-invitation'(input: OrganizationProductRevokeInvitationInput): Promise<OrganizationProductRevokeInvitationOutput>;
|
|
199
|
+
select(input: OrganizationProductSelectInput): Promise<OrganizationProductSelectOutput>;
|
|
200
|
+
};
|
|
201
|
+
roles: {
|
|
202
|
+
create(input: OrganizationRolesCreateInput): Promise<OrganizationRolesCreateOutput>;
|
|
203
|
+
delete(input: OrganizationRolesDeleteInput): Promise<OrganizationRolesDeleteOutput>;
|
|
204
|
+
get(input: OrganizationRolesGetInput): Promise<OrganizationRolesGetOutput>;
|
|
205
|
+
list(input: OrganizationRolesListInput): Promise<OrganizationRolesListOutput>;
|
|
206
|
+
update(input: OrganizationRolesUpdateInput): Promise<OrganizationRolesUpdateOutput>;
|
|
26
207
|
};
|
|
27
208
|
};
|
|
28
209
|
playground: {
|
|
210
|
+
analytics: {
|
|
211
|
+
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
212
|
+
};
|
|
29
213
|
billing: {
|
|
214
|
+
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
30
215
|
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
31
216
|
};
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
217
|
+
clickup: {
|
|
218
|
+
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
219
|
+
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
220
|
+
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
221
|
+
};
|
|
222
|
+
gdrive: {
|
|
223
|
+
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
224
|
+
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
225
|
+
};
|
|
226
|
+
googleads: {
|
|
227
|
+
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
228
|
+
};
|
|
229
|
+
lifecycle: {
|
|
230
|
+
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
231
|
+
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
38
232
|
};
|
|
39
|
-
|
|
40
|
-
|
|
233
|
+
webhook: {
|
|
234
|
+
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
41
235
|
};
|
|
42
236
|
};
|
|
43
237
|
}
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export const namespaces = ['
|
|
2
|
+
export const namespaces = ['organization', 'playground'] as const;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
export * from './queryOptions.gen';
|
|
3
|
+
export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBindingsListInput, OrganizationBindingsListOutput, OrganizationClickupInstallInput, OrganizationClickupInstallOutput, OrganizationClickupListInstallationsInput, OrganizationClickupListInstallationsOutput, OrganizationCloudflareInstallInput, OrganizationCloudflareInstallOutput, OrganizationConnectorsAttachInput, OrganizationConnectorsAttachOutput, OrganizationConnectorsDeleteInput, OrganizationConnectorsDeleteOutput, OrganizationConnectorsDetachInput, OrganizationConnectorsDetachOutput, OrganizationConnectorsListAttachmentsInput, OrganizationConnectorsListAttachmentsOutput, OrganizationConnectorsListInput, OrganizationConnectorsListOrgInput, OrganizationConnectorsListOrgOutput, OrganizationConnectorsListOutput, OrganizationConnectorsRemoveInput, OrganizationConnectorsRemoveOutput, OrganizationDomainsAddInput, OrganizationDomainsAddOutput, OrganizationDomainsGetInput, OrganizationDomainsGetOutput, OrganizationDomainsListInput, OrganizationDomainsListOutput, OrganizationDomainsRemoveInput, OrganizationDomainsRemoveOutput, OrganizationExtensionsInstallInput, OrganizationExtensionsInstallOutput, OrganizationExtensionsListInput, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationExtensionsListOutput, OrganizationExtensionsUninstallInput, OrganizationExtensionsUninstallOutput, OrganizationGdriveInstallInput, OrganizationGdriveInstallOutput, OrganizationGithubInstallInput, OrganizationGithubInstallOutput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationGoogleadsInstallOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberAcceptInviteOutput, OrganizationMemberInviteInput, OrganizationMemberInviteOutput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRemoveOutput, OrganizationMemberRevokeInvitationInput, OrganizationMemberRevokeInvitationOutput, OrganizationMemberSetRoleInput, OrganizationMemberSetRoleOutput, OrganizationMemberShareProductInput, OrganizationMemberShareProductOutput, OrganizationMemberUnshareProductInput, OrganizationMemberUnshareProductOutput, OrganizationMembersAssignRoleInput, OrganizationMembersAssignRoleOutput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationProductAcceptInvitationInput, OrganizationProductAcceptInvitationOutput, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductInviteInput, OrganizationProductInviteOutput, OrganizationProductListInput, OrganizationProductListInvitationsInput, OrganizationProductListInvitationsOutput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductRevokeInvitationInput, OrganizationProductRevokeInvitationOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationRolesCreateInput, OrganizationRolesCreateOutput, OrganizationRolesDeleteInput, OrganizationRolesDeleteOutput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationRolesUpdateOutput } from '../types.gen';
|
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
import type { GeneratedClient } from '../client.gen';
|
|
3
|
+
import type {
|
|
4
|
+
OrganizationAuthMeInput,
|
|
5
|
+
OrganizationAuthMeOutput,
|
|
6
|
+
OrganizationBindingsListInput,
|
|
7
|
+
OrganizationBindingsListOutput,
|
|
8
|
+
OrganizationClickupInstallInput,
|
|
9
|
+
OrganizationClickupListInstallationsInput,
|
|
10
|
+
OrganizationClickupListInstallationsOutput,
|
|
11
|
+
OrganizationCloudflareInstallInput,
|
|
12
|
+
OrganizationConnectorsAttachInput,
|
|
13
|
+
OrganizationConnectorsDeleteInput,
|
|
14
|
+
OrganizationConnectorsDetachInput,
|
|
15
|
+
OrganizationConnectorsListAttachmentsInput,
|
|
16
|
+
OrganizationConnectorsListAttachmentsOutput,
|
|
17
|
+
OrganizationConnectorsListInput,
|
|
18
|
+
OrganizationConnectorsListOrgInput,
|
|
19
|
+
OrganizationConnectorsListOrgOutput,
|
|
20
|
+
OrganizationConnectorsListOutput,
|
|
21
|
+
OrganizationConnectorsRemoveInput,
|
|
22
|
+
OrganizationDomainsAddInput,
|
|
23
|
+
OrganizationDomainsGetInput,
|
|
24
|
+
OrganizationDomainsGetOutput,
|
|
25
|
+
OrganizationDomainsListInput,
|
|
26
|
+
OrganizationDomainsListOutput,
|
|
27
|
+
OrganizationDomainsRemoveInput,
|
|
28
|
+
OrganizationExtensionsInstallInput,
|
|
29
|
+
OrganizationExtensionsListInput,
|
|
30
|
+
OrganizationExtensionsListInstalledInput,
|
|
31
|
+
OrganizationExtensionsListInstalledOutput,
|
|
32
|
+
OrganizationExtensionsListOutput,
|
|
33
|
+
OrganizationExtensionsUninstallInput,
|
|
34
|
+
OrganizationGdriveInstallInput,
|
|
35
|
+
OrganizationGithubInstallInput,
|
|
36
|
+
OrganizationGithubListInstallationsInput,
|
|
37
|
+
OrganizationGithubListInstallationsOutput,
|
|
38
|
+
OrganizationGoogleadsInstallInput,
|
|
39
|
+
OrganizationMemberAcceptInviteInput,
|
|
40
|
+
OrganizationMemberInviteInput,
|
|
41
|
+
OrganizationMemberListInput,
|
|
42
|
+
OrganizationMemberListInvitationsInput,
|
|
43
|
+
OrganizationMemberListInvitationsOutput,
|
|
44
|
+
OrganizationMemberListOutput,
|
|
45
|
+
OrganizationMemberListProductAccessInput,
|
|
46
|
+
OrganizationMemberListProductAccessOutput,
|
|
47
|
+
OrganizationMemberRemoveInput,
|
|
48
|
+
OrganizationMemberRevokeInvitationInput,
|
|
49
|
+
OrganizationMemberSetRoleInput,
|
|
50
|
+
OrganizationMemberShareProductInput,
|
|
51
|
+
OrganizationMemberUnshareProductInput,
|
|
52
|
+
OrganizationMembersAssignRoleInput,
|
|
53
|
+
OrganizationPermissionCatalogInput,
|
|
54
|
+
OrganizationPermissionCatalogOutput,
|
|
55
|
+
OrganizationProductAcceptInvitationInput,
|
|
56
|
+
OrganizationProductCreateInput,
|
|
57
|
+
OrganizationProductInviteInput,
|
|
58
|
+
OrganizationProductListInput,
|
|
59
|
+
OrganizationProductListInvitationsInput,
|
|
60
|
+
OrganizationProductListInvitationsOutput,
|
|
61
|
+
OrganizationProductListMembersInput,
|
|
62
|
+
OrganizationProductListMembersOutput,
|
|
63
|
+
OrganizationProductListOutput,
|
|
64
|
+
OrganizationProductRevokeInvitationInput,
|
|
65
|
+
OrganizationProductSelectInput,
|
|
66
|
+
OrganizationRolesCreateInput,
|
|
67
|
+
OrganizationRolesDeleteInput,
|
|
68
|
+
OrganizationRolesGetInput,
|
|
69
|
+
OrganizationRolesGetOutput,
|
|
70
|
+
OrganizationRolesListInput,
|
|
71
|
+
OrganizationRolesListOutput,
|
|
72
|
+
OrganizationRolesUpdateInput,
|
|
73
|
+
} from '../types.gen';
|
|
74
|
+
|
|
75
|
+
export const organizationAuthMeQueryOptions = (sdk: GeneratedClient, input: OrganizationAuthMeInput) => ({
|
|
76
|
+
queryKey: ['organization', 'auth', 'me', input] as const,
|
|
77
|
+
queryFn: () => sdk['organization']['auth']['me'](input),
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
export const organizationBindingsListQueryOptions = (sdk: GeneratedClient, input: OrganizationBindingsListInput) => ({
|
|
81
|
+
queryKey: ['organization', 'bindings', 'list', input] as const,
|
|
82
|
+
queryFn: () => sdk['organization']['bindings']['list'](input),
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
export const organizationClickupInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
86
|
+
mutationKey: ['organization', 'clickup', 'install'],
|
|
87
|
+
mutationFn: (input: OrganizationClickupInstallInput) => sdk['organization']['clickup']['install'](input),
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
export const organizationClickupListInstallationsQueryOptions = (sdk: GeneratedClient, input: OrganizationClickupListInstallationsInput) => ({
|
|
91
|
+
queryKey: ['organization', 'clickup', 'list-installations', input] as const,
|
|
92
|
+
queryFn: () => sdk['organization']['clickup']['list-installations'](input),
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
export const organizationCloudflareInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
96
|
+
mutationKey: ['organization', 'cloudflare', 'install'],
|
|
97
|
+
mutationFn: (input: OrganizationCloudflareInstallInput) => sdk['organization']['cloudflare']['install'](input),
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
export const organizationConnectorsAttachMutationOptions = (sdk: GeneratedClient) => ({
|
|
101
|
+
mutationKey: ['organization', 'connectors', 'attach'],
|
|
102
|
+
mutationFn: (input: OrganizationConnectorsAttachInput) => sdk['organization']['connectors']['attach'](input),
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
export const organizationConnectorsDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
106
|
+
mutationKey: ['organization', 'connectors', 'delete'],
|
|
107
|
+
mutationFn: (input: OrganizationConnectorsDeleteInput) => sdk['organization']['connectors']['delete'](input),
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
export const organizationConnectorsDetachMutationOptions = (sdk: GeneratedClient) => ({
|
|
111
|
+
mutationKey: ['organization', 'connectors', 'detach'],
|
|
112
|
+
mutationFn: (input: OrganizationConnectorsDetachInput) => sdk['organization']['connectors']['detach'](input),
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
export const organizationConnectorsListQueryOptions = (sdk: GeneratedClient, input: OrganizationConnectorsListInput) => ({
|
|
116
|
+
queryKey: ['organization', 'connectors', 'list', input] as const,
|
|
117
|
+
queryFn: () => sdk['organization']['connectors']['list'](input),
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
export const organizationConnectorsListAttachmentsQueryOptions = (sdk: GeneratedClient, input: OrganizationConnectorsListAttachmentsInput) => ({
|
|
121
|
+
queryKey: ['organization', 'connectors', 'list-attachments', input] as const,
|
|
122
|
+
queryFn: () => sdk['organization']['connectors']['list-attachments'](input),
|
|
123
|
+
});
|
|
124
|
+
|
|
125
|
+
export const organizationConnectorsListOrgQueryOptions = (sdk: GeneratedClient, input: OrganizationConnectorsListOrgInput) => ({
|
|
126
|
+
queryKey: ['organization', 'connectors', 'list-org', input] as const,
|
|
127
|
+
queryFn: () => sdk['organization']['connectors']['list-org'](input),
|
|
128
|
+
});
|
|
129
|
+
|
|
130
|
+
export const organizationConnectorsRemoveMutationOptions = (sdk: GeneratedClient) => ({
|
|
131
|
+
mutationKey: ['organization', 'connectors', 'remove'],
|
|
132
|
+
mutationFn: (input: OrganizationConnectorsRemoveInput) => sdk['organization']['connectors']['remove'](input),
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
export const organizationDomainsAddMutationOptions = (sdk: GeneratedClient) => ({
|
|
136
|
+
mutationKey: ['organization', 'domains', 'add'],
|
|
137
|
+
mutationFn: (input: OrganizationDomainsAddInput) => sdk['organization']['domains']['add'](input),
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
export const organizationDomainsGetQueryOptions = (sdk: GeneratedClient, input: OrganizationDomainsGetInput) => ({
|
|
141
|
+
queryKey: ['organization', 'domains', 'get', input] as const,
|
|
142
|
+
queryFn: () => sdk['organization']['domains']['get'](input),
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
export const organizationDomainsListQueryOptions = (sdk: GeneratedClient, input: OrganizationDomainsListInput) => ({
|
|
146
|
+
queryKey: ['organization', 'domains', 'list', input] as const,
|
|
147
|
+
queryFn: () => sdk['organization']['domains']['list'](input),
|
|
148
|
+
});
|
|
149
|
+
|
|
150
|
+
export const organizationDomainsRemoveMutationOptions = (sdk: GeneratedClient) => ({
|
|
151
|
+
mutationKey: ['organization', 'domains', 'remove'],
|
|
152
|
+
mutationFn: (input: OrganizationDomainsRemoveInput) => sdk['organization']['domains']['remove'](input),
|
|
153
|
+
});
|
|
154
|
+
|
|
155
|
+
export const organizationExtensionsInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
156
|
+
mutationKey: ['organization', 'extensions', 'install'],
|
|
157
|
+
mutationFn: (input: OrganizationExtensionsInstallInput) => sdk['organization']['extensions']['install'](input),
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
export const organizationExtensionsListQueryOptions = (sdk: GeneratedClient, input: OrganizationExtensionsListInput) => ({
|
|
161
|
+
queryKey: ['organization', 'extensions', 'list', input] as const,
|
|
162
|
+
queryFn: () => sdk['organization']['extensions']['list'](input),
|
|
163
|
+
});
|
|
164
|
+
|
|
165
|
+
export const organizationExtensionsListInstalledQueryOptions = (sdk: GeneratedClient, input: OrganizationExtensionsListInstalledInput) => ({
|
|
166
|
+
queryKey: ['organization', 'extensions', 'list-installed', input] as const,
|
|
167
|
+
queryFn: () => sdk['organization']['extensions']['list-installed'](input),
|
|
168
|
+
});
|
|
169
|
+
|
|
170
|
+
export const organizationExtensionsUninstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
171
|
+
mutationKey: ['organization', 'extensions', 'uninstall'],
|
|
172
|
+
mutationFn: (input: OrganizationExtensionsUninstallInput) => sdk['organization']['extensions']['uninstall'](input),
|
|
173
|
+
});
|
|
174
|
+
|
|
175
|
+
export const organizationGdriveInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
176
|
+
mutationKey: ['organization', 'gdrive', 'install'],
|
|
177
|
+
mutationFn: (input: OrganizationGdriveInstallInput) => sdk['organization']['gdrive']['install'](input),
|
|
178
|
+
});
|
|
179
|
+
|
|
180
|
+
export const organizationGithubInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
181
|
+
mutationKey: ['organization', 'github', 'install'],
|
|
182
|
+
mutationFn: (input: OrganizationGithubInstallInput) => sdk['organization']['github']['install'](input),
|
|
183
|
+
});
|
|
184
|
+
|
|
185
|
+
export const organizationGithubListInstallationsQueryOptions = (sdk: GeneratedClient, input: OrganizationGithubListInstallationsInput) => ({
|
|
186
|
+
queryKey: ['organization', 'github', 'list-installations', input] as const,
|
|
187
|
+
queryFn: () => sdk['organization']['github']['list-installations'](input),
|
|
188
|
+
});
|
|
189
|
+
|
|
190
|
+
export const organizationGoogleadsInstallMutationOptions = (sdk: GeneratedClient) => ({
|
|
191
|
+
mutationKey: ['organization', 'googleads', 'install'],
|
|
192
|
+
mutationFn: (input: OrganizationGoogleadsInstallInput) => sdk['organization']['googleads']['install'](input),
|
|
193
|
+
});
|
|
194
|
+
|
|
195
|
+
export const organizationMemberAcceptInviteMutationOptions = (sdk: GeneratedClient) => ({
|
|
196
|
+
mutationKey: ['organization', 'member', 'accept-invite'],
|
|
197
|
+
mutationFn: (input: OrganizationMemberAcceptInviteInput) => sdk['organization']['member']['accept-invite'](input),
|
|
198
|
+
});
|
|
199
|
+
|
|
200
|
+
export const organizationMemberInviteMutationOptions = (sdk: GeneratedClient) => ({
|
|
201
|
+
mutationKey: ['organization', 'member', 'invite'],
|
|
202
|
+
mutationFn: (input: OrganizationMemberInviteInput) => sdk['organization']['member']['invite'](input),
|
|
203
|
+
});
|
|
204
|
+
|
|
205
|
+
export const organizationMemberListQueryOptions = (sdk: GeneratedClient, input: OrganizationMemberListInput) => ({
|
|
206
|
+
queryKey: ['organization', 'member', 'list', input] as const,
|
|
207
|
+
queryFn: () => sdk['organization']['member']['list'](input),
|
|
208
|
+
});
|
|
209
|
+
|
|
210
|
+
export const organizationMemberListInvitationsQueryOptions = (sdk: GeneratedClient, input: OrganizationMemberListInvitationsInput) => ({
|
|
211
|
+
queryKey: ['organization', 'member', 'list-invitations', input] as const,
|
|
212
|
+
queryFn: () => sdk['organization']['member']['list-invitations'](input),
|
|
213
|
+
});
|
|
214
|
+
|
|
215
|
+
export const organizationMemberListProductAccessQueryOptions = (sdk: GeneratedClient, input: OrganizationMemberListProductAccessInput) => ({
|
|
216
|
+
queryKey: ['organization', 'member', 'list-product-access', input] as const,
|
|
217
|
+
queryFn: () => sdk['organization']['member']['list-product-access'](input),
|
|
218
|
+
});
|
|
219
|
+
|
|
220
|
+
export const organizationMemberRemoveMutationOptions = (sdk: GeneratedClient) => ({
|
|
221
|
+
mutationKey: ['organization', 'member', 'remove'],
|
|
222
|
+
mutationFn: (input: OrganizationMemberRemoveInput) => sdk['organization']['member']['remove'](input),
|
|
223
|
+
});
|
|
224
|
+
|
|
225
|
+
export const organizationMemberRevokeInvitationMutationOptions = (sdk: GeneratedClient) => ({
|
|
226
|
+
mutationKey: ['organization', 'member', 'revoke-invitation'],
|
|
227
|
+
mutationFn: (input: OrganizationMemberRevokeInvitationInput) => sdk['organization']['member']['revoke-invitation'](input),
|
|
228
|
+
});
|
|
229
|
+
|
|
230
|
+
export const organizationMemberSetRoleMutationOptions = (sdk: GeneratedClient) => ({
|
|
231
|
+
mutationKey: ['organization', 'member', 'set-role'],
|
|
232
|
+
mutationFn: (input: OrganizationMemberSetRoleInput) => sdk['organization']['member']['set-role'](input),
|
|
233
|
+
});
|
|
234
|
+
|
|
235
|
+
export const organizationMemberShareProductMutationOptions = (sdk: GeneratedClient) => ({
|
|
236
|
+
mutationKey: ['organization', 'member', 'share-product'],
|
|
237
|
+
mutationFn: (input: OrganizationMemberShareProductInput) => sdk['organization']['member']['share-product'](input),
|
|
238
|
+
});
|
|
239
|
+
|
|
240
|
+
export const organizationMemberUnshareProductMutationOptions = (sdk: GeneratedClient) => ({
|
|
241
|
+
mutationKey: ['organization', 'member', 'unshare-product'],
|
|
242
|
+
mutationFn: (input: OrganizationMemberUnshareProductInput) => sdk['organization']['member']['unshare-product'](input),
|
|
243
|
+
});
|
|
244
|
+
|
|
245
|
+
export const organizationMembersAssignRoleMutationOptions = (sdk: GeneratedClient) => ({
|
|
246
|
+
mutationKey: ['organization', 'members', 'assign-role'],
|
|
247
|
+
mutationFn: (input: OrganizationMembersAssignRoleInput) => sdk['organization']['members']['assign-role'](input),
|
|
248
|
+
});
|
|
249
|
+
|
|
250
|
+
export const organizationPermissionCatalogQueryOptions = (sdk: GeneratedClient, input: OrganizationPermissionCatalogInput) => ({
|
|
251
|
+
queryKey: ['organization', 'permission', 'catalog', input] as const,
|
|
252
|
+
queryFn: () => sdk['organization']['permission']['catalog'](input),
|
|
253
|
+
});
|
|
254
|
+
|
|
255
|
+
export const organizationProductAcceptInvitationMutationOptions = (sdk: GeneratedClient) => ({
|
|
256
|
+
mutationKey: ['organization', 'product', 'accept-invitation'],
|
|
257
|
+
mutationFn: (input: OrganizationProductAcceptInvitationInput) => sdk['organization']['product']['accept-invitation'](input),
|
|
258
|
+
});
|
|
259
|
+
|
|
260
|
+
export const organizationProductCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
261
|
+
mutationKey: ['organization', 'product', 'create'],
|
|
262
|
+
mutationFn: (input: OrganizationProductCreateInput) => sdk['organization']['product']['create'](input),
|
|
263
|
+
});
|
|
264
|
+
|
|
265
|
+
export const organizationProductInviteMutationOptions = (sdk: GeneratedClient) => ({
|
|
266
|
+
mutationKey: ['organization', 'product', 'invite'],
|
|
267
|
+
mutationFn: (input: OrganizationProductInviteInput) => sdk['organization']['product']['invite'](input),
|
|
268
|
+
});
|
|
269
|
+
|
|
270
|
+
export const organizationProductListQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListInput) => ({
|
|
271
|
+
queryKey: ['organization', 'product', 'list', input] as const,
|
|
272
|
+
queryFn: () => sdk['organization']['product']['list'](input),
|
|
273
|
+
});
|
|
274
|
+
|
|
275
|
+
export const organizationProductListInvitationsQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListInvitationsInput) => ({
|
|
276
|
+
queryKey: ['organization', 'product', 'list-invitations', input] as const,
|
|
277
|
+
queryFn: () => sdk['organization']['product']['list-invitations'](input),
|
|
278
|
+
});
|
|
279
|
+
|
|
280
|
+
export const organizationProductListMembersQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListMembersInput) => ({
|
|
281
|
+
queryKey: ['organization', 'product', 'list-members', input] as const,
|
|
282
|
+
queryFn: () => sdk['organization']['product']['list-members'](input),
|
|
283
|
+
});
|
|
284
|
+
|
|
285
|
+
export const organizationProductRevokeInvitationMutationOptions = (sdk: GeneratedClient) => ({
|
|
286
|
+
mutationKey: ['organization', 'product', 'revoke-invitation'],
|
|
287
|
+
mutationFn: (input: OrganizationProductRevokeInvitationInput) => sdk['organization']['product']['revoke-invitation'](input),
|
|
288
|
+
});
|
|
289
|
+
|
|
290
|
+
export const organizationProductSelectMutationOptions = (sdk: GeneratedClient) => ({
|
|
291
|
+
mutationKey: ['organization', 'product', 'select'],
|
|
292
|
+
mutationFn: (input: OrganizationProductSelectInput) => sdk['organization']['product']['select'](input),
|
|
293
|
+
});
|
|
294
|
+
|
|
295
|
+
export const organizationRolesCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
296
|
+
mutationKey: ['organization', 'roles', 'create'],
|
|
297
|
+
mutationFn: (input: OrganizationRolesCreateInput) => sdk['organization']['roles']['create'](input),
|
|
298
|
+
});
|
|
299
|
+
|
|
300
|
+
export const organizationRolesDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
301
|
+
mutationKey: ['organization', 'roles', 'delete'],
|
|
302
|
+
mutationFn: (input: OrganizationRolesDeleteInput) => sdk['organization']['roles']['delete'](input),
|
|
303
|
+
});
|
|
304
|
+
|
|
305
|
+
export const organizationRolesGetQueryOptions = (sdk: GeneratedClient, input: OrganizationRolesGetInput) => ({
|
|
306
|
+
queryKey: ['organization', 'roles', 'get', input] as const,
|
|
307
|
+
queryFn: () => sdk['organization']['roles']['get'](input),
|
|
308
|
+
});
|
|
309
|
+
|
|
310
|
+
export const organizationRolesListQueryOptions = (sdk: GeneratedClient, input: OrganizationRolesListInput) => ({
|
|
311
|
+
queryKey: ['organization', 'roles', 'list', input] as const,
|
|
312
|
+
queryFn: () => sdk['organization']['roles']['list'](input),
|
|
313
|
+
});
|
|
314
|
+
|
|
315
|
+
export const organizationRolesUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
316
|
+
mutationKey: ['organization', 'roles', 'update'],
|
|
317
|
+
mutationFn: (input: OrganizationRolesUpdateInput) => sdk['organization']['roles']['update'](input),
|
|
318
|
+
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput } from '../types.gen';
|
|
3
|
+
export type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput } from '../types.gen';
|