@lessly/sdk-app 23.1.0 → 25.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-DqpzhA8m.d.cts → client.gen-DpY3PlYJ.d.cts} +98 -374
- package/dist/{client.gen-DqpzhA8m.d.ts → client.gen-DpY3PlYJ.d.ts} +98 -374
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +13 -108
- 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 +13 -108
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -7
- package/src/gen/bindings.gen.ts +13 -108
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -52
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +96 -377
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { G as GeneratedClient, hS as PlaygroundAnalyticsOverviewInput, hT as PlaygroundAnalyticsOverviewOutput, hU as PlaygroundBillingEntitlementsInput, hV as PlaygroundBillingEntitlementsOutput, hW as PlaygroundBillingRecordUsageInput, hX as PlaygroundBillingRecordUsageOutput, hY as PlaygroundClickupCreateTaskInput, hZ as PlaygroundClickupCreateTaskOutput, h_ as PlaygroundClickupGetLastWebhookInput, h$ as PlaygroundClickupGetLastWebhookOutput, i0 as PlaygroundClickupGetOverviewInput, i1 as PlaygroundClickupGetOverviewOutput, i2 as PlaygroundGdriveGetLastChangeInput, i3 as PlaygroundGdriveGetLastChangeOutput, i4 as PlaygroundGdriveReadFileInput, i5 as PlaygroundGdriveReadFileOutput, i6 as PlaygroundGoogleadsReadCustomerInput, i7 as PlaygroundGoogleadsReadCustomerOutput, i8 as PlaygroundLifecycleGetStateInput, i9 as PlaygroundLifecycleGetStateOutput, ia as PlaygroundLifecycleListEventsInput, ib as PlaygroundLifecycleListEventsOutput, ic as PlaygroundWebhookGetLastInput, id as PlaygroundWebhookGetLastOutput } from '../client.gen-DqpzhA8m.js';
|
|
2
|
-
|
|
3
|
-
declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
4
|
-
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
5
|
-
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
6
|
-
};
|
|
7
|
-
declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
8
|
-
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
9
|
-
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
10
|
-
};
|
|
11
|
-
declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
-
mutationKey: string[];
|
|
13
|
-
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
|
|
14
|
-
};
|
|
15
|
-
declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
-
mutationKey: string[];
|
|
17
|
-
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
|
|
18
|
-
};
|
|
19
|
-
declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
20
|
-
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
21
|
-
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
22
|
-
};
|
|
23
|
-
declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
24
|
-
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
25
|
-
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
26
|
-
};
|
|
27
|
-
declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
28
|
-
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
29
|
-
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
30
|
-
};
|
|
31
|
-
declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
32
|
-
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
33
|
-
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
34
|
-
};
|
|
35
|
-
declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
36
|
-
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
37
|
-
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
38
|
-
};
|
|
39
|
-
declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
40
|
-
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
41
|
-
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
42
|
-
};
|
|
43
|
-
declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
44
|
-
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
45
|
-
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
46
|
-
};
|
|
47
|
-
declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
48
|
-
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
49
|
-
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
export { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
|
package/dist/playground/index.js
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
// src/gen/playground/queryOptions.gen.ts
|
|
2
|
-
var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
|
|
3
|
-
queryKey: ["playground", "analytics", "overview", input],
|
|
4
|
-
queryFn: () => sdk["playground"]["analytics"]["overview"](input)
|
|
5
|
-
});
|
|
6
|
-
var playgroundBillingEntitlementsQueryOptions = (sdk, input) => ({
|
|
7
|
-
queryKey: ["playground", "billing", "entitlements", input],
|
|
8
|
-
queryFn: () => sdk["playground"]["billing"]["entitlements"](input)
|
|
9
|
-
});
|
|
10
|
-
var playgroundBillingRecordUsageMutationOptions = (sdk) => ({
|
|
11
|
-
mutationKey: ["playground", "billing", "record-usage"],
|
|
12
|
-
mutationFn: (input) => sdk["playground"]["billing"]["record-usage"](input)
|
|
13
|
-
});
|
|
14
|
-
var playgroundClickupCreateTaskMutationOptions = (sdk) => ({
|
|
15
|
-
mutationKey: ["playground", "clickup", "create-task"],
|
|
16
|
-
mutationFn: (input) => sdk["playground"]["clickup"]["create-task"](input)
|
|
17
|
-
});
|
|
18
|
-
var playgroundClickupGetLastWebhookQueryOptions = (sdk, input) => ({
|
|
19
|
-
queryKey: ["playground", "clickup", "get-last-webhook", input],
|
|
20
|
-
queryFn: () => sdk["playground"]["clickup"]["get-last-webhook"](input)
|
|
21
|
-
});
|
|
22
|
-
var playgroundClickupGetOverviewQueryOptions = (sdk, input) => ({
|
|
23
|
-
queryKey: ["playground", "clickup", "get-overview", input],
|
|
24
|
-
queryFn: () => sdk["playground"]["clickup"]["get-overview"](input)
|
|
25
|
-
});
|
|
26
|
-
var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
|
|
27
|
-
queryKey: ["playground", "gdrive", "get-last-change", input],
|
|
28
|
-
queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
|
|
29
|
-
});
|
|
30
|
-
var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
|
|
31
|
-
queryKey: ["playground", "gdrive", "read-file", input],
|
|
32
|
-
queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
|
|
33
|
-
});
|
|
34
|
-
var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
|
|
35
|
-
queryKey: ["playground", "googleads", "read-customer", input],
|
|
36
|
-
queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
|
|
37
|
-
});
|
|
38
|
-
var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
|
|
39
|
-
queryKey: ["playground", "lifecycle", "get-state", input],
|
|
40
|
-
queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
|
|
41
|
-
});
|
|
42
|
-
var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
|
|
43
|
-
queryKey: ["playground", "lifecycle", "list-events", input],
|
|
44
|
-
queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
|
|
45
|
-
});
|
|
46
|
-
var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
|
|
47
|
-
queryKey: ["playground", "webhook", "get-last", input],
|
|
48
|
-
queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
export { playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
|
|
52
|
-
//# sourceMappingURL=index.js.map
|
|
53
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/gen/playground/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.js","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n PlaygroundAnalyticsOverviewInput,\n PlaygroundAnalyticsOverviewOutput,\n PlaygroundBillingEntitlementsInput,\n PlaygroundBillingEntitlementsOutput,\n PlaygroundBillingRecordUsageInput,\n PlaygroundClickupCreateTaskInput,\n PlaygroundClickupGetLastWebhookInput,\n PlaygroundClickupGetLastWebhookOutput,\n PlaygroundClickupGetOverviewInput,\n PlaygroundClickupGetOverviewOutput,\n PlaygroundGdriveGetLastChangeInput,\n PlaygroundGdriveGetLastChangeOutput,\n PlaygroundGdriveReadFileInput,\n PlaygroundGdriveReadFileOutput,\n PlaygroundGoogleadsReadCustomerInput,\n PlaygroundGoogleadsReadCustomerOutput,\n PlaygroundLifecycleGetStateInput,\n PlaygroundLifecycleGetStateOutput,\n PlaygroundLifecycleListEventsInput,\n PlaygroundLifecycleListEventsOutput,\n PlaygroundWebhookGetLastInput,\n PlaygroundWebhookGetLastOutput,\n} from '../types.gen';\n\nexport const playgroundAnalyticsOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => ({\n queryKey: ['playground', 'analytics', 'overview', input] as const,\n queryFn: () => sdk['playground']['analytics']['overview'](input),\n});\n\nexport const playgroundBillingEntitlementsQueryOptions = (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => ({\n queryKey: ['playground', 'billing', 'entitlements', input] as const,\n queryFn: () => sdk['playground']['billing']['entitlements'](input),\n});\n\nexport const playgroundBillingRecordUsageMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'billing', 'record-usage'],\n mutationFn: (input: PlaygroundBillingRecordUsageInput) => sdk['playground']['billing']['record-usage'](input),\n});\n\nexport const playgroundClickupCreateTaskMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'clickup', 'create-task'],\n mutationFn: (input: PlaygroundClickupCreateTaskInput) => sdk['playground']['clickup']['create-task'](input),\n});\n\nexport const playgroundClickupGetLastWebhookQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => ({\n queryKey: ['playground', 'clickup', 'get-last-webhook', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-last-webhook'](input),\n});\n\nexport const playgroundClickupGetOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => ({\n queryKey: ['playground', 'clickup', 'get-overview', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-overview'](input),\n});\n\nexport const playgroundGdriveGetLastChangeQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => ({\n queryKey: ['playground', 'gdrive', 'get-last-change', input] as const,\n queryFn: () => sdk['playground']['gdrive']['get-last-change'](input),\n});\n\nexport const playgroundGdriveReadFileQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => ({\n queryKey: ['playground', 'gdrive', 'read-file', input] as const,\n queryFn: () => sdk['playground']['gdrive']['read-file'](input),\n});\n\nexport const playgroundGoogleadsReadCustomerQueryOptions = (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => ({\n queryKey: ['playground', 'googleads', 'read-customer', input] as const,\n queryFn: () => sdk['playground']['googleads']['read-customer'](input),\n});\n\nexport const playgroundLifecycleGetStateQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => ({\n queryKey: ['playground', 'lifecycle', 'get-state', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['get-state'](input),\n});\n\nexport const playgroundLifecycleListEventsQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => ({\n queryKey: ['playground', 'lifecycle', 'list-events', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['list-events'](input),\n});\n\nexport const playgroundWebhookGetLastQueryOptions = (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => ({\n queryKey: ['playground', 'webhook', 'get-last', input] as const,\n queryFn: () => sdk['playground']['webhook']['get-last'](input),\n});\n"]}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export * from './queryOptions.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';
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
import type { GeneratedClient } from '../client.gen';
|
|
3
|
-
import type {
|
|
4
|
-
PlaygroundAnalyticsOverviewInput,
|
|
5
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
6
|
-
PlaygroundBillingEntitlementsInput,
|
|
7
|
-
PlaygroundBillingEntitlementsOutput,
|
|
8
|
-
PlaygroundBillingRecordUsageInput,
|
|
9
|
-
PlaygroundClickupCreateTaskInput,
|
|
10
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
11
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
12
|
-
PlaygroundClickupGetOverviewInput,
|
|
13
|
-
PlaygroundClickupGetOverviewOutput,
|
|
14
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
15
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
16
|
-
PlaygroundGdriveReadFileInput,
|
|
17
|
-
PlaygroundGdriveReadFileOutput,
|
|
18
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
19
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
20
|
-
PlaygroundLifecycleGetStateInput,
|
|
21
|
-
PlaygroundLifecycleGetStateOutput,
|
|
22
|
-
PlaygroundLifecycleListEventsInput,
|
|
23
|
-
PlaygroundLifecycleListEventsOutput,
|
|
24
|
-
PlaygroundWebhookGetLastInput,
|
|
25
|
-
PlaygroundWebhookGetLastOutput,
|
|
26
|
-
} from '../types.gen';
|
|
27
|
-
|
|
28
|
-
export const playgroundAnalyticsOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => ({
|
|
29
|
-
queryKey: ['playground', 'analytics', 'overview', input] as const,
|
|
30
|
-
queryFn: () => sdk['playground']['analytics']['overview'](input),
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
export const playgroundBillingEntitlementsQueryOptions = (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => ({
|
|
34
|
-
queryKey: ['playground', 'billing', 'entitlements', input] as const,
|
|
35
|
-
queryFn: () => sdk['playground']['billing']['entitlements'](input),
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
export const playgroundBillingRecordUsageMutationOptions = (sdk: GeneratedClient) => ({
|
|
39
|
-
mutationKey: ['playground', 'billing', 'record-usage'],
|
|
40
|
-
mutationFn: (input: PlaygroundBillingRecordUsageInput) => sdk['playground']['billing']['record-usage'](input),
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
export const playgroundClickupCreateTaskMutationOptions = (sdk: GeneratedClient) => ({
|
|
44
|
-
mutationKey: ['playground', 'clickup', 'create-task'],
|
|
45
|
-
mutationFn: (input: PlaygroundClickupCreateTaskInput) => sdk['playground']['clickup']['create-task'](input),
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
export const playgroundClickupGetLastWebhookQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => ({
|
|
49
|
-
queryKey: ['playground', 'clickup', 'get-last-webhook', input] as const,
|
|
50
|
-
queryFn: () => sdk['playground']['clickup']['get-last-webhook'](input),
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
export const playgroundClickupGetOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => ({
|
|
54
|
-
queryKey: ['playground', 'clickup', 'get-overview', input] as const,
|
|
55
|
-
queryFn: () => sdk['playground']['clickup']['get-overview'](input),
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
export const playgroundGdriveGetLastChangeQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => ({
|
|
59
|
-
queryKey: ['playground', 'gdrive', 'get-last-change', input] as const,
|
|
60
|
-
queryFn: () => sdk['playground']['gdrive']['get-last-change'](input),
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
export const playgroundGdriveReadFileQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => ({
|
|
64
|
-
queryKey: ['playground', 'gdrive', 'read-file', input] as const,
|
|
65
|
-
queryFn: () => sdk['playground']['gdrive']['read-file'](input),
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
export const playgroundGoogleadsReadCustomerQueryOptions = (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => ({
|
|
69
|
-
queryKey: ['playground', 'googleads', 'read-customer', input] as const,
|
|
70
|
-
queryFn: () => sdk['playground']['googleads']['read-customer'](input),
|
|
71
|
-
});
|
|
72
|
-
|
|
73
|
-
export const playgroundLifecycleGetStateQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => ({
|
|
74
|
-
queryKey: ['playground', 'lifecycle', 'get-state', input] as const,
|
|
75
|
-
queryFn: () => sdk['playground']['lifecycle']['get-state'](input),
|
|
76
|
-
});
|
|
77
|
-
|
|
78
|
-
export const playgroundLifecycleListEventsQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => ({
|
|
79
|
-
queryKey: ['playground', 'lifecycle', 'list-events', input] as const,
|
|
80
|
-
queryFn: () => sdk['playground']['lifecycle']['list-events'](input),
|
|
81
|
-
});
|
|
82
|
-
|
|
83
|
-
export const playgroundWebhookGetLastQueryOptions = (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => ({
|
|
84
|
-
queryKey: ['playground', 'webhook', 'get-last', input] as const,
|
|
85
|
-
queryFn: () => sdk['playground']['webhook']['get-last'](input),
|
|
86
|
-
});
|