@lessly/sdk-app 36.2.0 → 37.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-B78AtFRC.d.cts → client.gen-C7SVQnZq.d.cts} +94 -1596
- package/dist/{client.gen-B78AtFRC.d.ts → client.gen-C7SVQnZq.d.ts} +94 -1596
- 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 -520
- 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 -520
- 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/support/index.d.cts +1 -1
- package/dist/support/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 -12
- package/src/gen/bindings.gen.ts +13 -520
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -142
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +190 -1704
- package/dist/observe/index.cjs +0 -126
- package/dist/observe/index.cjs.map +0 -1
- package/dist/observe/index.d.cts +0 -100
- package/dist/observe/index.d.ts +0 -100
- package/dist/observe/index.js +0 -101
- package/dist/observe/index.js.map +0 -1
- 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/observe/index.ts +0 -3
- package/src/gen/observe/queryOptions.gen.ts +0 -161
- 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, iU as PlaygroundAnalyticsOverviewInput, iV as PlaygroundAnalyticsOverviewOutput, iW as PlaygroundBillingEntitlementsInput, iX as PlaygroundBillingEntitlementsOutput, iY as PlaygroundBillingRecordUsageInput, iZ as PlaygroundBillingRecordUsageOutput, i_ as PlaygroundClickupCreateTaskInput, i$ as PlaygroundClickupCreateTaskOutput, j0 as PlaygroundClickupGetLastWebhookInput, j1 as PlaygroundClickupGetLastWebhookOutput, j2 as PlaygroundClickupGetOverviewInput, j3 as PlaygroundClickupGetOverviewOutput, j4 as PlaygroundGdriveGetLastChangeInput, j5 as PlaygroundGdriveGetLastChangeOutput, j6 as PlaygroundGdriveReadFileInput, j7 as PlaygroundGdriveReadFileOutput, j8 as PlaygroundGoogleadsReadCustomerInput, j9 as PlaygroundGoogleadsReadCustomerOutput, ja as PlaygroundLifecycleGetStateInput, jb as PlaygroundLifecycleGetStateOutput, jc as PlaygroundLifecycleListEventsInput, jd as PlaygroundLifecycleListEventsOutput, je as PlaygroundWebhookGetLastInput, jf as PlaygroundWebhookGetLastOutput } from '../client.gen-B78AtFRC.cjs';
|
|
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 };
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { G as GeneratedClient, iU as PlaygroundAnalyticsOverviewInput, iV as PlaygroundAnalyticsOverviewOutput, iW as PlaygroundBillingEntitlementsInput, iX as PlaygroundBillingEntitlementsOutput, iY as PlaygroundBillingRecordUsageInput, iZ as PlaygroundBillingRecordUsageOutput, i_ as PlaygroundClickupCreateTaskInput, i$ as PlaygroundClickupCreateTaskOutput, j0 as PlaygroundClickupGetLastWebhookInput, j1 as PlaygroundClickupGetLastWebhookOutput, j2 as PlaygroundClickupGetOverviewInput, j3 as PlaygroundClickupGetOverviewOutput, j4 as PlaygroundGdriveGetLastChangeInput, j5 as PlaygroundGdriveGetLastChangeOutput, j6 as PlaygroundGdriveReadFileInput, j7 as PlaygroundGdriveReadFileOutput, j8 as PlaygroundGoogleadsReadCustomerInput, j9 as PlaygroundGoogleadsReadCustomerOutput, ja as PlaygroundLifecycleGetStateInput, jb as PlaygroundLifecycleGetStateOutput, jc as PlaygroundLifecycleListEventsInput, jd as PlaygroundLifecycleListEventsOutput, je as PlaygroundWebhookGetLastInput, jf as PlaygroundWebhookGetLastOutput } from '../client.gen-B78AtFRC.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"]}
|
package/src/gen/observe/index.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export * from './queryOptions.gen';
|
|
3
|
-
export type { ObserveArtifactsDeleteInput, ObserveArtifactsDeleteOutput, ObserveArtifactsListInput, ObserveArtifactsListOutput, ObserveArtifactsResolveInput, ObserveArtifactsResolveOutput, ObserveIssuesArchiveInput, ObserveIssuesArchiveOutput, ObserveIssuesAssignInput, ObserveIssuesAssignOutput, ObserveIssuesGetInput, ObserveIssuesGetOutput, ObserveIssuesListInput, ObserveIssuesListOutput, ObserveIssuesResolveInput, ObserveIssuesResolveOutput, ObserveKeysCreateInput, ObserveKeysCreateOutput, ObserveKeysListInput, ObserveKeysListOutput, ObserveKeysRevokeInput, ObserveKeysRevokeOutput, ObserveLogsFacetsInput, ObserveLogsFacetsOutput, ObserveLogsSearchInput, ObserveLogsSearchOutput, ObserveLogsTailInput, ObserveLogsTailOutput, ObserveTracesGetInput, ObserveTracesGetOutput, ObserveTracesSearchInput, ObserveTracesSearchOutput, ObserveWebhooksCreateInput, ObserveWebhooksCreateOutput, ObserveWebhooksDeleteInput, ObserveWebhooksDeleteOutput, ObserveWebhooksDeliveriesListInput, ObserveWebhooksDeliveriesListOutput, ObserveWebhooksGetInput, ObserveWebhooksGetOutput, ObserveWebhooksListInput, ObserveWebhooksListOutput, ObserveWebhooksRedeliverInput, ObserveWebhooksRedeliverOutput, ObserveWebhooksRotateSecretInput, ObserveWebhooksRotateSecretOutput, ObserveWebhooksUpdateInput, ObserveWebhooksUpdateOutput } from '../types.gen';
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
import type { GeneratedClient } from '../client.gen';
|
|
3
|
-
import type {
|
|
4
|
-
ObserveArtifactsDeleteInput,
|
|
5
|
-
ObserveArtifactsListInput,
|
|
6
|
-
ObserveArtifactsListOutput,
|
|
7
|
-
ObserveArtifactsResolveInput,
|
|
8
|
-
ObserveArtifactsResolveOutput,
|
|
9
|
-
ObserveIssuesArchiveInput,
|
|
10
|
-
ObserveIssuesAssignInput,
|
|
11
|
-
ObserveIssuesGetInput,
|
|
12
|
-
ObserveIssuesGetOutput,
|
|
13
|
-
ObserveIssuesListInput,
|
|
14
|
-
ObserveIssuesListOutput,
|
|
15
|
-
ObserveIssuesResolveInput,
|
|
16
|
-
ObserveKeysCreateInput,
|
|
17
|
-
ObserveKeysListInput,
|
|
18
|
-
ObserveKeysListOutput,
|
|
19
|
-
ObserveKeysRevokeInput,
|
|
20
|
-
ObserveLogsFacetsInput,
|
|
21
|
-
ObserveLogsFacetsOutput,
|
|
22
|
-
ObserveLogsSearchInput,
|
|
23
|
-
ObserveLogsSearchOutput,
|
|
24
|
-
ObserveLogsTailInput,
|
|
25
|
-
ObserveLogsTailOutput,
|
|
26
|
-
ObserveTracesGetInput,
|
|
27
|
-
ObserveTracesGetOutput,
|
|
28
|
-
ObserveTracesSearchInput,
|
|
29
|
-
ObserveTracesSearchOutput,
|
|
30
|
-
ObserveWebhooksCreateInput,
|
|
31
|
-
ObserveWebhooksDeleteInput,
|
|
32
|
-
ObserveWebhooksDeliveriesListInput,
|
|
33
|
-
ObserveWebhooksDeliveriesListOutput,
|
|
34
|
-
ObserveWebhooksGetInput,
|
|
35
|
-
ObserveWebhooksGetOutput,
|
|
36
|
-
ObserveWebhooksListInput,
|
|
37
|
-
ObserveWebhooksListOutput,
|
|
38
|
-
ObserveWebhooksRedeliverInput,
|
|
39
|
-
ObserveWebhooksRotateSecretInput,
|
|
40
|
-
ObserveWebhooksUpdateInput,
|
|
41
|
-
} from '../types.gen';
|
|
42
|
-
|
|
43
|
-
export const observeArtifactsDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
44
|
-
mutationKey: ['observe', 'artifacts', 'delete'],
|
|
45
|
-
mutationFn: (input: ObserveArtifactsDeleteInput) => sdk['observe']['artifacts']['delete'](input),
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
export const observeArtifactsListQueryOptions = (sdk: GeneratedClient, input: ObserveArtifactsListInput) => ({
|
|
49
|
-
queryKey: ['observe', 'artifacts', 'list', input] as const,
|
|
50
|
-
queryFn: () => sdk['observe']['artifacts']['list'](input),
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
export const observeArtifactsResolveQueryOptions = (sdk: GeneratedClient, input: ObserveArtifactsResolveInput) => ({
|
|
54
|
-
queryKey: ['observe', 'artifacts', 'resolve', input] as const,
|
|
55
|
-
queryFn: () => sdk['observe']['artifacts']['resolve'](input),
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
export const observeIssuesArchiveMutationOptions = (sdk: GeneratedClient) => ({
|
|
59
|
-
mutationKey: ['observe', 'issues', 'archive'],
|
|
60
|
-
mutationFn: (input: ObserveIssuesArchiveInput) => sdk['observe']['issues']['archive'](input),
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
export const observeIssuesAssignMutationOptions = (sdk: GeneratedClient) => ({
|
|
64
|
-
mutationKey: ['observe', 'issues', 'assign'],
|
|
65
|
-
mutationFn: (input: ObserveIssuesAssignInput) => sdk['observe']['issues']['assign'](input),
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
export const observeIssuesGetQueryOptions = (sdk: GeneratedClient, input: ObserveIssuesGetInput) => ({
|
|
69
|
-
queryKey: ['observe', 'issues', 'get', input] as const,
|
|
70
|
-
queryFn: () => sdk['observe']['issues']['get'](input),
|
|
71
|
-
});
|
|
72
|
-
|
|
73
|
-
export const observeIssuesListQueryOptions = (sdk: GeneratedClient, input: ObserveIssuesListInput) => ({
|
|
74
|
-
queryKey: ['observe', 'issues', 'list', input] as const,
|
|
75
|
-
queryFn: () => sdk['observe']['issues']['list'](input),
|
|
76
|
-
});
|
|
77
|
-
|
|
78
|
-
export const observeIssuesResolveMutationOptions = (sdk: GeneratedClient) => ({
|
|
79
|
-
mutationKey: ['observe', 'issues', 'resolve'],
|
|
80
|
-
mutationFn: (input: ObserveIssuesResolveInput) => sdk['observe']['issues']['resolve'](input),
|
|
81
|
-
});
|
|
82
|
-
|
|
83
|
-
export const observeKeysCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
84
|
-
mutationKey: ['observe', 'keys', 'create'],
|
|
85
|
-
mutationFn: (input: ObserveKeysCreateInput) => sdk['observe']['keys']['create'](input),
|
|
86
|
-
});
|
|
87
|
-
|
|
88
|
-
export const observeKeysListQueryOptions = (sdk: GeneratedClient, input: ObserveKeysListInput) => ({
|
|
89
|
-
queryKey: ['observe', 'keys', 'list', input] as const,
|
|
90
|
-
queryFn: () => sdk['observe']['keys']['list'](input),
|
|
91
|
-
});
|
|
92
|
-
|
|
93
|
-
export const observeKeysRevokeMutationOptions = (sdk: GeneratedClient) => ({
|
|
94
|
-
mutationKey: ['observe', 'keys', 'revoke'],
|
|
95
|
-
mutationFn: (input: ObserveKeysRevokeInput) => sdk['observe']['keys']['revoke'](input),
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
export const observeLogsFacetsQueryOptions = (sdk: GeneratedClient, input: ObserveLogsFacetsInput) => ({
|
|
99
|
-
queryKey: ['observe', 'logs', 'facets', input] as const,
|
|
100
|
-
queryFn: () => sdk['observe']['logs']['facets'](input),
|
|
101
|
-
});
|
|
102
|
-
|
|
103
|
-
export const observeLogsSearchQueryOptions = (sdk: GeneratedClient, input: ObserveLogsSearchInput) => ({
|
|
104
|
-
queryKey: ['observe', 'logs', 'search', input] as const,
|
|
105
|
-
queryFn: () => sdk['observe']['logs']['search'](input),
|
|
106
|
-
});
|
|
107
|
-
|
|
108
|
-
export const observeLogsTailQueryOptions = (sdk: GeneratedClient, input: ObserveLogsTailInput) => ({
|
|
109
|
-
queryKey: ['observe', 'logs', 'tail', input] as const,
|
|
110
|
-
queryFn: () => sdk['observe']['logs']['tail'](input),
|
|
111
|
-
});
|
|
112
|
-
|
|
113
|
-
export const observeTracesGetQueryOptions = (sdk: GeneratedClient, input: ObserveTracesGetInput) => ({
|
|
114
|
-
queryKey: ['observe', 'traces', 'get', input] as const,
|
|
115
|
-
queryFn: () => sdk['observe']['traces']['get'](input),
|
|
116
|
-
});
|
|
117
|
-
|
|
118
|
-
export const observeTracesSearchQueryOptions = (sdk: GeneratedClient, input: ObserveTracesSearchInput) => ({
|
|
119
|
-
queryKey: ['observe', 'traces', 'search', input] as const,
|
|
120
|
-
queryFn: () => sdk['observe']['traces']['search'](input),
|
|
121
|
-
});
|
|
122
|
-
|
|
123
|
-
export const observeWebhooksCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
124
|
-
mutationKey: ['observe', 'webhooks', 'create'],
|
|
125
|
-
mutationFn: (input: ObserveWebhooksCreateInput) => sdk['observe']['webhooks']['create'](input),
|
|
126
|
-
});
|
|
127
|
-
|
|
128
|
-
export const observeWebhooksDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
129
|
-
mutationKey: ['observe', 'webhooks', 'delete'],
|
|
130
|
-
mutationFn: (input: ObserveWebhooksDeleteInput) => sdk['observe']['webhooks']['delete'](input),
|
|
131
|
-
});
|
|
132
|
-
|
|
133
|
-
export const observeWebhooksDeliveriesListQueryOptions = (sdk: GeneratedClient, input: ObserveWebhooksDeliveriesListInput) => ({
|
|
134
|
-
queryKey: ['observe', 'webhooks-deliveries', 'list', input] as const,
|
|
135
|
-
queryFn: () => sdk['observe']['webhooks-deliveries']['list'](input),
|
|
136
|
-
});
|
|
137
|
-
|
|
138
|
-
export const observeWebhooksGetQueryOptions = (sdk: GeneratedClient, input: ObserveWebhooksGetInput) => ({
|
|
139
|
-
queryKey: ['observe', 'webhooks', 'get', input] as const,
|
|
140
|
-
queryFn: () => sdk['observe']['webhooks']['get'](input),
|
|
141
|
-
});
|
|
142
|
-
|
|
143
|
-
export const observeWebhooksListQueryOptions = (sdk: GeneratedClient, input: ObserveWebhooksListInput) => ({
|
|
144
|
-
queryKey: ['observe', 'webhooks', 'list', input] as const,
|
|
145
|
-
queryFn: () => sdk['observe']['webhooks']['list'](input),
|
|
146
|
-
});
|
|
147
|
-
|
|
148
|
-
export const observeWebhooksRedeliverMutationOptions = (sdk: GeneratedClient) => ({
|
|
149
|
-
mutationKey: ['observe', 'webhooks', 'redeliver'],
|
|
150
|
-
mutationFn: (input: ObserveWebhooksRedeliverInput) => sdk['observe']['webhooks']['redeliver'](input),
|
|
151
|
-
});
|
|
152
|
-
|
|
153
|
-
export const observeWebhooksRotateSecretMutationOptions = (sdk: GeneratedClient) => ({
|
|
154
|
-
mutationKey: ['observe', 'webhooks-rotate', 'secret'],
|
|
155
|
-
mutationFn: (input: ObserveWebhooksRotateSecretInput) => sdk['observe']['webhooks-rotate']['secret'](input),
|
|
156
|
-
});
|
|
157
|
-
|
|
158
|
-
export const observeWebhooksUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
159
|
-
mutationKey: ['observe', 'webhooks', 'update'],
|
|
160
|
-
mutationFn: (input: ObserveWebhooksUpdateInput) => sdk['observe']['webhooks']['update'](input),
|
|
161
|
-
});
|
|
@@ -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
|
-
});
|