@lessly/sdk-app 6.1.2 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.cjs +11 -0
- package/dist/analytics/index.cjs.map +1 -0
- package/dist/analytics/index.d.cts +8 -0
- package/dist/analytics/index.d.ts +8 -0
- package/dist/analytics/index.js +9 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/brain/index.cjs +0 -10
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -10
- package/dist/brain/index.d.ts +2 -10
- package/dist/brain/index.js +1 -9
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-CJ4W5FzA.d.cts → client.gen-Q9n-n5S8.d.cts} +2809 -242
- package/dist/{client.gen-CJ4W5FzA.d.ts → client.gen-Q9n-n5S8.d.ts} +2809 -242
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.cjs +531 -0
- package/dist/deployment/index.cjs.map +1 -0
- package/dist/deployment/index.d.cts +424 -0
- package/dist/deployment/index.d.ts +424 -0
- package/dist/deployment/index.js +425 -0
- package/dist/deployment/index.js.map +1 -0
- package/dist/index.cjs +1895 -146
- 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 +1895 -146
- 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.cjs +5 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +6 -2
- package/dist/organization/index.d.ts +6 -2
- package/dist/organization/index.js +5 -1
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +17 -2
- package/src/gen/analytics/index.ts +3 -0
- package/src/gen/analytics/queryOptions.gen.ts +11 -0
- package/src/gen/bindings.gen.ts +1895 -146
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -14
- package/src/gen/client.gen.ts +455 -8
- package/src/gen/deployment/index.ts +3 -0
- package/src/gen/deployment/queryOptions.gen.ts +681 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +6 -0
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +2840 -234
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/gen/playground/queryOptions.gen.ts
|
|
4
|
+
var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
|
|
5
|
+
queryKey: ["playground", "analytics", "overview", input],
|
|
6
|
+
queryFn: () => sdk["playground"]["analytics"]["overview"](input)
|
|
7
|
+
});
|
|
8
|
+
var playgroundBillingEntitlementsQueryOptions = (sdk, input) => ({
|
|
9
|
+
queryKey: ["playground", "billing", "entitlements", input],
|
|
10
|
+
queryFn: () => sdk["playground"]["billing"]["entitlements"](input)
|
|
11
|
+
});
|
|
12
|
+
var playgroundBillingRecordUsageMutationOptions = (sdk) => ({
|
|
13
|
+
mutationKey: ["playground", "billing", "record-usage"],
|
|
14
|
+
mutationFn: (input) => sdk["playground"]["billing"]["record-usage"](input)
|
|
15
|
+
});
|
|
16
|
+
var playgroundClickupCreateTaskMutationOptions = (sdk) => ({
|
|
17
|
+
mutationKey: ["playground", "clickup", "create-task"],
|
|
18
|
+
mutationFn: (input) => sdk["playground"]["clickup"]["create-task"](input)
|
|
19
|
+
});
|
|
20
|
+
var playgroundClickupGetLastWebhookQueryOptions = (sdk, input) => ({
|
|
21
|
+
queryKey: ["playground", "clickup", "get-last-webhook", input],
|
|
22
|
+
queryFn: () => sdk["playground"]["clickup"]["get-last-webhook"](input)
|
|
23
|
+
});
|
|
24
|
+
var playgroundClickupGetOverviewQueryOptions = (sdk, input) => ({
|
|
25
|
+
queryKey: ["playground", "clickup", "get-overview", input],
|
|
26
|
+
queryFn: () => sdk["playground"]["clickup"]["get-overview"](input)
|
|
27
|
+
});
|
|
28
|
+
var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
|
|
29
|
+
queryKey: ["playground", "gdrive", "get-last-change", input],
|
|
30
|
+
queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
|
|
31
|
+
});
|
|
32
|
+
var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
|
|
33
|
+
queryKey: ["playground", "gdrive", "read-file", input],
|
|
34
|
+
queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
|
|
35
|
+
});
|
|
36
|
+
var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
|
|
37
|
+
queryKey: ["playground", "googleads", "read-customer", input],
|
|
38
|
+
queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
|
|
39
|
+
});
|
|
40
|
+
var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
|
|
41
|
+
queryKey: ["playground", "lifecycle", "get-state", input],
|
|
42
|
+
queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
|
|
43
|
+
});
|
|
44
|
+
var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
|
|
45
|
+
queryKey: ["playground", "lifecycle", "list-events", input],
|
|
46
|
+
queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
|
|
47
|
+
});
|
|
48
|
+
var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
|
|
49
|
+
queryKey: ["playground", "webhook", "get-last", input],
|
|
50
|
+
queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
exports.playgroundAnalyticsOverviewQueryOptions = playgroundAnalyticsOverviewQueryOptions;
|
|
54
|
+
exports.playgroundBillingEntitlementsQueryOptions = playgroundBillingEntitlementsQueryOptions;
|
|
55
|
+
exports.playgroundBillingRecordUsageMutationOptions = playgroundBillingRecordUsageMutationOptions;
|
|
56
|
+
exports.playgroundClickupCreateTaskMutationOptions = playgroundClickupCreateTaskMutationOptions;
|
|
57
|
+
exports.playgroundClickupGetLastWebhookQueryOptions = playgroundClickupGetLastWebhookQueryOptions;
|
|
58
|
+
exports.playgroundClickupGetOverviewQueryOptions = playgroundClickupGetOverviewQueryOptions;
|
|
59
|
+
exports.playgroundGdriveGetLastChangeQueryOptions = playgroundGdriveGetLastChangeQueryOptions;
|
|
60
|
+
exports.playgroundGdriveReadFileQueryOptions = playgroundGdriveReadFileQueryOptions;
|
|
61
|
+
exports.playgroundGoogleadsReadCustomerQueryOptions = playgroundGoogleadsReadCustomerQueryOptions;
|
|
62
|
+
exports.playgroundLifecycleGetStateQueryOptions = playgroundLifecycleGetStateQueryOptions;
|
|
63
|
+
exports.playgroundLifecycleListEventsQueryOptions = playgroundLifecycleListEventsQueryOptions;
|
|
64
|
+
exports.playgroundWebhookGetLastQueryOptions = playgroundWebhookGetLastQueryOptions;
|
|
65
|
+
//# sourceMappingURL=index.cjs.map
|
|
66
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/gen/playground/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.cjs","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"]}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { G as GeneratedClient, hC as PlaygroundAnalyticsOverviewInput, hD as PlaygroundAnalyticsOverviewOutput, hE as PlaygroundBillingEntitlementsInput, hF as PlaygroundBillingEntitlementsOutput, hG as PlaygroundBillingRecordUsageInput, hH as PlaygroundBillingRecordUsageOutput, hI as PlaygroundClickupCreateTaskInput, hJ as PlaygroundClickupCreateTaskOutput, hK as PlaygroundClickupGetLastWebhookInput, hL as PlaygroundClickupGetLastWebhookOutput, hM as PlaygroundClickupGetOverviewInput, hN as PlaygroundClickupGetOverviewOutput, hO as PlaygroundGdriveGetLastChangeInput, hP as PlaygroundGdriveGetLastChangeOutput, hQ as PlaygroundGdriveReadFileInput, hR as PlaygroundGdriveReadFileOutput, hS as PlaygroundGoogleadsReadCustomerInput, hT as PlaygroundGoogleadsReadCustomerOutput, hU as PlaygroundLifecycleGetStateInput, hV as PlaygroundLifecycleGetStateOutput, hW as PlaygroundLifecycleListEventsInput, hX as PlaygroundLifecycleListEventsOutput, hY as PlaygroundWebhookGetLastInput, hZ as PlaygroundWebhookGetLastOutput } from '../client.gen-Q9n-n5S8.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 };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { G as GeneratedClient, hC as PlaygroundAnalyticsOverviewInput, hD as PlaygroundAnalyticsOverviewOutput, hE as PlaygroundBillingEntitlementsInput, hF as PlaygroundBillingEntitlementsOutput, hG as PlaygroundBillingRecordUsageInput, hH as PlaygroundBillingRecordUsageOutput, hI as PlaygroundClickupCreateTaskInput, hJ as PlaygroundClickupCreateTaskOutput, hK as PlaygroundClickupGetLastWebhookInput, hL as PlaygroundClickupGetLastWebhookOutput, hM as PlaygroundClickupGetOverviewInput, hN as PlaygroundClickupGetOverviewOutput, hO as PlaygroundGdriveGetLastChangeInput, hP as PlaygroundGdriveGetLastChangeOutput, hQ as PlaygroundGdriveReadFileInput, hR as PlaygroundGdriveReadFileOutput, hS as PlaygroundGoogleadsReadCustomerInput, hT as PlaygroundGoogleadsReadCustomerOutput, hU as PlaygroundLifecycleGetStateInput, hV as PlaygroundLifecycleGetStateOutput, hW as PlaygroundLifecycleListEventsInput, hX as PlaygroundLifecycleListEventsOutput, hY as PlaygroundWebhookGetLastInput, hZ as PlaygroundWebhookGetLastOutput } from '../client.gen-Q9n-n5S8.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 };
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, h_ as TrackingApiKeysCreateInput, h$ as TrackingApiKeysCreateOutput, i0 as TrackingApiKeysListInput, i1 as TrackingApiKeysListOutput, i2 as TrackingApiKeysRevokeInput, i3 as TrackingApiKeysRevokeOutput, i4 as TrackingApiKeysRotateInput, i5 as TrackingApiKeysRotateOutput, i6 as TrackingDomainsCreateInput, i7 as TrackingDomainsCreateOutput, i8 as TrackingDomainsDeleteInput, i9 as TrackingDomainsDeleteOutput, ia as TrackingDomainsGetInput, ib as TrackingDomainsGetOutput, ic as TrackingDomainsListInput, id as TrackingDomainsListOutput, ie as TrackingDomainsVerifyInput, ig as TrackingDomainsVerifyOutput, ih as TrackingEventNamesArchiveInput, ii as TrackingEventNamesArchiveOutput, ij as TrackingEventNamesListInput, ik as TrackingEventNamesListOutput, il as TrackingEventNamesUnarchiveInput, im as TrackingEventNamesUnarchiveOutput, io as TrackingGoogleadsConnectionStatusInput, ip as TrackingGoogleadsConnectionStatusOutput, iq as TrackingGoogleadsConversionActionsInput, ir as TrackingGoogleadsConversionActionsOutput, is as TrackingGoogleadsFeedbackConfigGetInput, it as TrackingGoogleadsFeedbackConfigGetOutput, iu as TrackingGoogleadsFeedbackConfigSetInput, iv as TrackingGoogleadsFeedbackConfigSetOutput, iw as TrackingGoogleadsFeedbackRunInput, ix as TrackingGoogleadsFeedbackRunOutput, iy as TrackingGoogleadsFeedbackStatusInput, iz as TrackingGoogleadsFeedbackStatusOutput, iA as TrackingGoogleadsFeedbackUploadsInput, iB as TrackingGoogleadsFeedbackUploadsOutput, iC as TrackingGoogleadsRoasReportInput, iD as TrackingGoogleadsRoasReportOutput, iE as TrackingGoogleadsSyncNowInput, iF as TrackingGoogleadsSyncNowOutput, iG as TrackingGoogleadsTrackingHealthInput, iH as TrackingGoogleadsTrackingHealthOutput, iI as TrackingGoogleadsUsVsPlatformInput, iJ as TrackingGoogleadsUsVsPlatformOutput, iK as TrackingIdentityHealthInput, iL as TrackingIdentityHealthOutput, iM as TrackingInstallDomainsCreateInput, iN as TrackingInstallDomainsCreateOutput, iO as TrackingInstallDomainsDeleteInput, iP as TrackingInstallDomainsDeleteOutput, iQ as TrackingInstallDomainsListInput, iR as TrackingInstallDomainsListOutput, iS as TrackingLinkDomainsCreateInput, iT as TrackingLinkDomainsCreateOutput, iU as TrackingLinkDomainsDeleteInput, iV as TrackingLinkDomainsDeleteOutput, iW as TrackingLinkDomainsListInput, iX as TrackingLinkDomainsListOutput, iY as TrackingLiveEventsListInput, iZ as TrackingLiveEventsListOutput, i_ as TrackingProfilesDeleteInput, i$ as TrackingProfilesDeleteOutput, j0 as TrackingProfilesExportInput, j1 as TrackingProfilesExportOutput, j2 as TrackingProfilesGetInput, j3 as TrackingProfilesGetOutput, j4 as TrackingProfilesListInput, j5 as TrackingProfilesListOutput, j6 as TrackingReportsAttributedJourneyInput, j7 as TrackingReportsAttributedJourneyOutput, j8 as TrackingReportsRevenueBySourceInput, j9 as TrackingReportsRevenueBySourceOutput, ja as TrackingReportsSourcePeopleInput, jb as TrackingReportsSourcePeopleOutput, jc as TrackingSnippetsGetInput, jd as TrackingSnippetsGetOutput } from '../client.gen-Q9n-n5S8.cjs';
|
|
2
2
|
|
|
3
3
|
declare const trackingApiKeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/tracking/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, h_ as TrackingApiKeysCreateInput, h$ as TrackingApiKeysCreateOutput, i0 as TrackingApiKeysListInput, i1 as TrackingApiKeysListOutput, i2 as TrackingApiKeysRevokeInput, i3 as TrackingApiKeysRevokeOutput, i4 as TrackingApiKeysRotateInput, i5 as TrackingApiKeysRotateOutput, i6 as TrackingDomainsCreateInput, i7 as TrackingDomainsCreateOutput, i8 as TrackingDomainsDeleteInput, i9 as TrackingDomainsDeleteOutput, ia as TrackingDomainsGetInput, ib as TrackingDomainsGetOutput, ic as TrackingDomainsListInput, id as TrackingDomainsListOutput, ie as TrackingDomainsVerifyInput, ig as TrackingDomainsVerifyOutput, ih as TrackingEventNamesArchiveInput, ii as TrackingEventNamesArchiveOutput, ij as TrackingEventNamesListInput, ik as TrackingEventNamesListOutput, il as TrackingEventNamesUnarchiveInput, im as TrackingEventNamesUnarchiveOutput, io as TrackingGoogleadsConnectionStatusInput, ip as TrackingGoogleadsConnectionStatusOutput, iq as TrackingGoogleadsConversionActionsInput, ir as TrackingGoogleadsConversionActionsOutput, is as TrackingGoogleadsFeedbackConfigGetInput, it as TrackingGoogleadsFeedbackConfigGetOutput, iu as TrackingGoogleadsFeedbackConfigSetInput, iv as TrackingGoogleadsFeedbackConfigSetOutput, iw as TrackingGoogleadsFeedbackRunInput, ix as TrackingGoogleadsFeedbackRunOutput, iy as TrackingGoogleadsFeedbackStatusInput, iz as TrackingGoogleadsFeedbackStatusOutput, iA as TrackingGoogleadsFeedbackUploadsInput, iB as TrackingGoogleadsFeedbackUploadsOutput, iC as TrackingGoogleadsRoasReportInput, iD as TrackingGoogleadsRoasReportOutput, iE as TrackingGoogleadsSyncNowInput, iF as TrackingGoogleadsSyncNowOutput, iG as TrackingGoogleadsTrackingHealthInput, iH as TrackingGoogleadsTrackingHealthOutput, iI as TrackingGoogleadsUsVsPlatformInput, iJ as TrackingGoogleadsUsVsPlatformOutput, iK as TrackingIdentityHealthInput, iL as TrackingIdentityHealthOutput, iM as TrackingInstallDomainsCreateInput, iN as TrackingInstallDomainsCreateOutput, iO as TrackingInstallDomainsDeleteInput, iP as TrackingInstallDomainsDeleteOutput, iQ as TrackingInstallDomainsListInput, iR as TrackingInstallDomainsListOutput, iS as TrackingLinkDomainsCreateInput, iT as TrackingLinkDomainsCreateOutput, iU as TrackingLinkDomainsDeleteInput, iV as TrackingLinkDomainsDeleteOutput, iW as TrackingLinkDomainsListInput, iX as TrackingLinkDomainsListOutput, iY as TrackingLiveEventsListInput, iZ as TrackingLiveEventsListOutput, i_ as TrackingProfilesDeleteInput, i$ as TrackingProfilesDeleteOutput, j0 as TrackingProfilesExportInput, j1 as TrackingProfilesExportOutput, j2 as TrackingProfilesGetInput, j3 as TrackingProfilesGetOutput, j4 as TrackingProfilesListInput, j5 as TrackingProfilesListOutput, j6 as TrackingReportsAttributedJourneyInput, j7 as TrackingReportsAttributedJourneyOutput, j8 as TrackingReportsRevenueBySourceInput, j9 as TrackingReportsRevenueBySourceOutput, ja as TrackingReportsSourcePeopleInput, jb as TrackingReportsSourcePeopleOutput, jc as TrackingSnippetsGetInput, jd as TrackingSnippetsGetOutput } from '../client.gen-Q9n-n5S8.js';
|
|
2
2
|
|
|
3
3
|
declare const trackingApiKeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, je as WaitlistConfigGetInput, jf as WaitlistConfigGetOutput, jg as WaitlistConfigUpsertInput, jh as WaitlistConfigUpsertOutput, ji as WaitlistEmbedGetInput, jj as WaitlistEmbedGetOutput, jk as WaitlistInvitesSendInput, jl as WaitlistInvitesSendOutput, jm as WaitlistSignupsEraseInput, jn as WaitlistSignupsEraseOutput, jo as WaitlistSignupsFunnelInput, jp as WaitlistSignupsFunnelOutput, jq as WaitlistSignupsListInput, jr as WaitlistSignupsListOutput } from '../client.gen-Q9n-n5S8.cjs';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/dist/waitlist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, je as WaitlistConfigGetInput, jf as WaitlistConfigGetOutput, jg as WaitlistConfigUpsertInput, jh as WaitlistConfigUpsertOutput, ji as WaitlistEmbedGetInput, jj as WaitlistEmbedGetOutput, jk as WaitlistInvitesSendInput, jl as WaitlistInvitesSendOutput, jm as WaitlistSignupsEraseInput, jn as WaitlistSignupsEraseOutput, jo as WaitlistSignupsFunnelInput, jp as WaitlistSignupsFunnelOutput, jq as WaitlistSignupsListInput, jr as WaitlistSignupsListOutput } from '../client.gen-Q9n-n5S8.js';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
"import": "./dist/index.js",
|
|
40
40
|
"require": "./dist/index.cjs"
|
|
41
41
|
},
|
|
42
|
+
"./analytics": {
|
|
43
|
+
"types": "./dist/analytics/index.d.ts",
|
|
44
|
+
"import": "./dist/analytics/index.js",
|
|
45
|
+
"require": "./dist/analytics/index.cjs"
|
|
46
|
+
},
|
|
42
47
|
"./brain": {
|
|
43
48
|
"types": "./dist/brain/index.d.ts",
|
|
44
49
|
"import": "./dist/brain/index.js",
|
|
@@ -49,6 +54,11 @@
|
|
|
49
54
|
"import": "./dist/consent/index.js",
|
|
50
55
|
"require": "./dist/consent/index.cjs"
|
|
51
56
|
},
|
|
57
|
+
"./deployment": {
|
|
58
|
+
"types": "./dist/deployment/index.d.ts",
|
|
59
|
+
"import": "./dist/deployment/index.js",
|
|
60
|
+
"require": "./dist/deployment/index.cjs"
|
|
61
|
+
},
|
|
52
62
|
"./mail": {
|
|
53
63
|
"types": "./dist/mail/index.d.ts",
|
|
54
64
|
"import": "./dist/mail/index.js",
|
|
@@ -59,6 +69,11 @@
|
|
|
59
69
|
"import": "./dist/organization/index.js",
|
|
60
70
|
"require": "./dist/organization/index.cjs"
|
|
61
71
|
},
|
|
72
|
+
"./playground": {
|
|
73
|
+
"types": "./dist/playground/index.d.ts",
|
|
74
|
+
"import": "./dist/playground/index.js",
|
|
75
|
+
"require": "./dist/playground/index.cjs"
|
|
76
|
+
},
|
|
62
77
|
"./tracking": {
|
|
63
78
|
"types": "./dist/tracking/index.d.ts",
|
|
64
79
|
"import": "./dist/tracking/index.js",
|
|
@@ -70,5 +85,5 @@
|
|
|
70
85
|
"require": "./dist/waitlist/index.cjs"
|
|
71
86
|
}
|
|
72
87
|
},
|
|
73
|
-
"sdkContentHash": "sha256:
|
|
88
|
+
"sdkContentHash": "sha256:0f0570c6679905eb51e45ed6c00196d889fa1e419ea540c0d4c814d4ed80a2ac"
|
|
74
89
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
import type { GeneratedClient } from '../client.gen';
|
|
3
|
+
import type {
|
|
4
|
+
AnalyticsQueryRunInput,
|
|
5
|
+
AnalyticsQueryRunOutput,
|
|
6
|
+
} from '../types.gen';
|
|
7
|
+
|
|
8
|
+
export const analyticsQueryRunQueryOptions = (sdk: GeneratedClient, input: AnalyticsQueryRunInput) => ({
|
|
9
|
+
queryKey: ['analytics', 'query', 'run', input] as const,
|
|
10
|
+
queryFn: () => sdk['analytics']['query']['run'](input),
|
|
11
|
+
});
|