@lessly/sdk-app 50.0.0 → 51.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 +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/chunk-5IRH5DIK.js +8710 -0
- package/dist/chunk-5IRH5DIK.js.map +1 -0
- package/dist/{client.gen-Dw0AIIZi.d.cts → client.gen-Boew7CkH.d.cts} +4824 -363
- package/dist/{client.gen-Dw0AIIZi.d.ts → client.gen-Boew7CkH.d.ts} +4824 -363
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/content/index.cjs +161 -0
- package/dist/content/index.cjs.map +1 -0
- package/dist/content/index.d.cts +128 -0
- package/dist/content/index.d.ts +128 -0
- package/dist/content/index.js +129 -0
- package/dist/content/index.js.map +1 -0
- package/dist/deployment/index.cjs +15 -5
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.d.cts +14 -6
- package/dist/deployment/index.d.ts +14 -6
- package/dist/deployment/index.js +13 -5
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +780 -98
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -83
- package/dist/index.d.ts +4 -83
- package/dist/index.js +2 -8016
- 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/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.cjs +81 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +55 -0
- package/dist/playground/index.d.ts +55 -0
- package/dist/playground/index.js +58 -0
- package/dist/playground/index.js.map +1 -0
- 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/types-gTIUAUsP.d.cts +82 -0
- package/dist/types-gTIUAUsP.d.ts +82 -0
- 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 +12 -2
- package/src/gen/bindings.gen.ts +789 -99
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +180 -10
- package/src/gen/content/index.ts +3 -0
- package/src/gen/content/queryOptions.gen.ts +202 -0
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +20 -7
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +4403 -154
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { G as GeneratedClient, kg as PlaygroundAnalyticsOverviewInput, kh as PlaygroundAnalyticsOverviewOutput, ki as PlaygroundBillingEntitlementsInput, kj as PlaygroundBillingEntitlementsOutput, kk as PlaygroundBillingRecordUsageInput, kl as PlaygroundBillingRecordUsageOutput, km as PlaygroundClickupCreateTaskInput, kn as PlaygroundClickupCreateTaskOutput, ko as PlaygroundClickupGetLastWebhookInput, kp as PlaygroundClickupGetLastWebhookOutput, kq as PlaygroundClickupGetOverviewInput, kr as PlaygroundClickupGetOverviewOutput, ks as PlaygroundGdriveGetLastChangeInput, kt as PlaygroundGdriveGetLastChangeOutput, ku as PlaygroundGdriveReadFileInput, kv as PlaygroundGdriveReadFileOutput, kw as PlaygroundGoogleadsReadCustomerInput, kx as PlaygroundGoogleadsReadCustomerOutput, ky as PlaygroundLifecycleGetStateInput, kz as PlaygroundLifecycleGetStateOutput, kA as PlaygroundLifecycleListEventsInput, kB as PlaygroundLifecycleListEventsOutput, kC as PlaygroundWebhookGetLastInput, kD as PlaygroundWebhookGetLastOutput, kE as PlaygroundWsEchoInput } from '../client.gen-Boew7CkH.cjs';
|
|
2
|
+
import { L as LesslyStreamOpener, a as LesslyStream } from '../types-gTIUAUsP.cjs';
|
|
3
|
+
|
|
4
|
+
declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
5
|
+
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
6
|
+
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
7
|
+
};
|
|
8
|
+
declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
9
|
+
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
10
|
+
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
11
|
+
};
|
|
12
|
+
declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
13
|
+
mutationKey: string[];
|
|
14
|
+
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
|
|
15
|
+
};
|
|
16
|
+
declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
17
|
+
mutationKey: string[];
|
|
18
|
+
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
|
|
19
|
+
};
|
|
20
|
+
declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
21
|
+
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
22
|
+
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
23
|
+
};
|
|
24
|
+
declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
25
|
+
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
26
|
+
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
27
|
+
};
|
|
28
|
+
declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
29
|
+
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
30
|
+
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
31
|
+
};
|
|
32
|
+
declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
33
|
+
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
34
|
+
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
35
|
+
};
|
|
36
|
+
declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
37
|
+
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
38
|
+
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
39
|
+
};
|
|
40
|
+
declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
41
|
+
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
42
|
+
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
43
|
+
};
|
|
44
|
+
declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
45
|
+
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
46
|
+
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
47
|
+
};
|
|
48
|
+
declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
49
|
+
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
50
|
+
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
declare const playgroundWsEchoConnect: (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput) => LesslyStream;
|
|
54
|
+
|
|
55
|
+
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, PlaygroundWsEchoInput, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions, playgroundWsEchoConnect };
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { G as GeneratedClient, kg as PlaygroundAnalyticsOverviewInput, kh as PlaygroundAnalyticsOverviewOutput, ki as PlaygroundBillingEntitlementsInput, kj as PlaygroundBillingEntitlementsOutput, kk as PlaygroundBillingRecordUsageInput, kl as PlaygroundBillingRecordUsageOutput, km as PlaygroundClickupCreateTaskInput, kn as PlaygroundClickupCreateTaskOutput, ko as PlaygroundClickupGetLastWebhookInput, kp as PlaygroundClickupGetLastWebhookOutput, kq as PlaygroundClickupGetOverviewInput, kr as PlaygroundClickupGetOverviewOutput, ks as PlaygroundGdriveGetLastChangeInput, kt as PlaygroundGdriveGetLastChangeOutput, ku as PlaygroundGdriveReadFileInput, kv as PlaygroundGdriveReadFileOutput, kw as PlaygroundGoogleadsReadCustomerInput, kx as PlaygroundGoogleadsReadCustomerOutput, ky as PlaygroundLifecycleGetStateInput, kz as PlaygroundLifecycleGetStateOutput, kA as PlaygroundLifecycleListEventsInput, kB as PlaygroundLifecycleListEventsOutput, kC as PlaygroundWebhookGetLastInput, kD as PlaygroundWebhookGetLastOutput, kE as PlaygroundWsEchoInput } from '../client.gen-Boew7CkH.js';
|
|
2
|
+
import { L as LesslyStreamOpener, a as LesslyStream } from '../types-gTIUAUsP.js';
|
|
3
|
+
|
|
4
|
+
declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
|
|
5
|
+
queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
|
|
6
|
+
queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
7
|
+
};
|
|
8
|
+
declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
|
|
9
|
+
queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
|
|
10
|
+
queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
|
|
11
|
+
};
|
|
12
|
+
declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
|
|
13
|
+
mutationKey: string[];
|
|
14
|
+
mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
|
|
15
|
+
};
|
|
16
|
+
declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
|
|
17
|
+
mutationKey: string[];
|
|
18
|
+
mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
|
|
19
|
+
};
|
|
20
|
+
declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
|
|
21
|
+
queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
|
|
22
|
+
queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
23
|
+
};
|
|
24
|
+
declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
|
|
25
|
+
queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
|
|
26
|
+
queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
|
|
27
|
+
};
|
|
28
|
+
declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
|
|
29
|
+
queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
|
|
30
|
+
queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
31
|
+
};
|
|
32
|
+
declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
|
|
33
|
+
queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
|
|
34
|
+
queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
|
|
35
|
+
};
|
|
36
|
+
declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
|
|
37
|
+
queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
|
|
38
|
+
queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
39
|
+
};
|
|
40
|
+
declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
|
|
41
|
+
queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
|
|
42
|
+
queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
|
|
43
|
+
};
|
|
44
|
+
declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
|
|
45
|
+
queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
|
|
46
|
+
queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
|
|
47
|
+
};
|
|
48
|
+
declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
|
|
49
|
+
queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
|
|
50
|
+
queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
declare const playgroundWsEchoConnect: (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput) => LesslyStream;
|
|
54
|
+
|
|
55
|
+
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, PlaygroundWsEchoInput, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions, playgroundWsEchoConnect };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { wsBindings } from '../chunk-5IRH5DIK.js';
|
|
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
|
+
// src/gen/playground/connect.gen.ts
|
|
54
|
+
var playgroundWsEchoConnect = (sdk, input) => sdk.openStream(wsBindings["playground"]["ws"]["echo"], input);
|
|
55
|
+
|
|
56
|
+
export { playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions, playgroundWsEchoConnect };
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
58
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/gen/playground/queryOptions.gen.ts","../../src/gen/playground/connect.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","// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport { wsBindings } from '../bindings.gen';\nimport type { LesslyStream, LesslyStreamOpener } from '../../runtime/types';\nimport type {\n PlaygroundWsEchoInput,\n} from '../types.gen';\n\nexport const playgroundWsEchoConnect = (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput): LesslyStream =>\n sdk.openStream(wsBindings['playground']!['ws']!['echo']!, input as Record<string, unknown>);\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, kF as RealtimeArchiveExportInput, kG as RealtimeArchiveExportOutput, kH as RealtimeArchiveExportStatusInput, kI as RealtimeArchiveExportStatusOutput, kJ as RealtimeArchiveGetInput, kK as RealtimeArchiveGetOutput, kL as RealtimeGrantCreateInput, kM as RealtimeGrantCreateOutput, kN as RealtimeGrantListInput, kO as RealtimeGrantListOutput, kP as RealtimeGrantRevokeInput, kQ as RealtimeGrantRevokeOutput, kR as RealtimeHistoryGetInput, kS as RealtimeHistoryGetOutput, kT as RealtimeMessagesPublishInput, kU as RealtimeMessagesPublishOutput, kV as RealtimeNamespaceCreateInput, kW as RealtimeNamespaceCreateOutput, kX as RealtimeNamespaceDeleteInput, kY as RealtimeNamespaceDeleteOutput, kZ as RealtimeNamespaceGetInput, k_ as RealtimeNamespaceGetOutput, k$ as RealtimeNamespaceListInput, l0 as RealtimeNamespaceListOutput, l1 as RealtimeNamespaceUpdateInput, l2 as RealtimeNamespaceUpdateOutput, l3 as RealtimePresenceEnterInput, l4 as RealtimePresenceEnterOutput, l5 as RealtimePresenceGetInput, l6 as RealtimePresenceGetOutput, l7 as RealtimePresenceLeaveInput, l8 as RealtimePresenceLeaveOutput, l9 as RealtimePresenceStatsInput, la as RealtimePresenceStatsOutput, lb as RealtimePresenceUpdateInput, lc as RealtimePresenceUpdateOutput, ld as RealtimePublicAccessStatusInput, le as RealtimePublicAccessStatusOutput, lf as RealtimeStatusGetInput, lg as RealtimeStatusGetOutput, lh as RealtimeTokensCreateInput, li as RealtimeTokensCreateOutput, lj as RealtimeWebhookCreateInput, lk as RealtimeWebhookCreateOutput, ll as RealtimeWebhookDeleteInput, lm as RealtimeWebhookDeleteOutput, ln as RealtimeWebhookDeliveriesListInput, lo as RealtimeWebhookDeliveriesListOutput, lp as RealtimeWebhookGetInput, lq as RealtimeWebhookGetOutput, lr as RealtimeWebhookListInput, ls as RealtimeWebhookListOutput, lt as RealtimeWebhookSecretRotateInput, lu as RealtimeWebhookSecretRotateOutput, lv as RealtimeWebhookUpdateInput, lw as RealtimeWebhookUpdateOutput } from '../client.gen-Boew7CkH.cjs';
|
|
2
2
|
|
|
3
3
|
declare const realtimeArchiveExportMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/realtime/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, kF as RealtimeArchiveExportInput, kG as RealtimeArchiveExportOutput, kH as RealtimeArchiveExportStatusInput, kI as RealtimeArchiveExportStatusOutput, kJ as RealtimeArchiveGetInput, kK as RealtimeArchiveGetOutput, kL as RealtimeGrantCreateInput, kM as RealtimeGrantCreateOutput, kN as RealtimeGrantListInput, kO as RealtimeGrantListOutput, kP as RealtimeGrantRevokeInput, kQ as RealtimeGrantRevokeOutput, kR as RealtimeHistoryGetInput, kS as RealtimeHistoryGetOutput, kT as RealtimeMessagesPublishInput, kU as RealtimeMessagesPublishOutput, kV as RealtimeNamespaceCreateInput, kW as RealtimeNamespaceCreateOutput, kX as RealtimeNamespaceDeleteInput, kY as RealtimeNamespaceDeleteOutput, kZ as RealtimeNamespaceGetInput, k_ as RealtimeNamespaceGetOutput, k$ as RealtimeNamespaceListInput, l0 as RealtimeNamespaceListOutput, l1 as RealtimeNamespaceUpdateInput, l2 as RealtimeNamespaceUpdateOutput, l3 as RealtimePresenceEnterInput, l4 as RealtimePresenceEnterOutput, l5 as RealtimePresenceGetInput, l6 as RealtimePresenceGetOutput, l7 as RealtimePresenceLeaveInput, l8 as RealtimePresenceLeaveOutput, l9 as RealtimePresenceStatsInput, la as RealtimePresenceStatsOutput, lb as RealtimePresenceUpdateInput, lc as RealtimePresenceUpdateOutput, ld as RealtimePublicAccessStatusInput, le as RealtimePublicAccessStatusOutput, lf as RealtimeStatusGetInput, lg as RealtimeStatusGetOutput, lh as RealtimeTokensCreateInput, li as RealtimeTokensCreateOutput, lj as RealtimeWebhookCreateInput, lk as RealtimeWebhookCreateOutput, ll as RealtimeWebhookDeleteInput, lm as RealtimeWebhookDeleteOutput, ln as RealtimeWebhookDeliveriesListInput, lo as RealtimeWebhookDeliveriesListOutput, lp as RealtimeWebhookGetInput, lq as RealtimeWebhookGetOutput, lr as RealtimeWebhookListInput, ls as RealtimeWebhookListOutput, lt as RealtimeWebhookSecretRotateInput, lu as RealtimeWebhookSecretRotateOutput, lv as RealtimeWebhookUpdateInput, lw as RealtimeWebhookUpdateOutput } from '../client.gen-Boew7CkH.js';
|
|
2
2
|
|
|
3
3
|
declare const realtimeArchiveExportMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/support/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lx as SupportAgentCreateInput, ly as SupportAgentCreateOutput, lz as SupportAgentGetInput, lA as SupportAgentGetOutput, lB as SupportAgentListInput, lC as SupportAgentListOutput, lD as SupportAgentUpdateInput, lE as SupportAgentUpdateOutput, lF as SupportAttachmentCreateInput, lG as SupportAttachmentCreateOutput, lH as SupportAttachmentFinalizeInput, lI as SupportAttachmentFinalizeOutput, lJ as SupportLabelCreateInput, lK as SupportLabelCreateOutput, lL as SupportLabelListInput, lM as SupportLabelListOutput, lN as SupportMessageCreateInput, lO as SupportMessageCreateOutput, lP as SupportMessageListInput, lQ as SupportMessageListOutput, lR as SupportResponseEscalateInput, lS as SupportResponseEscalateOutput, lT as SupportResponseGetInput, lU as SupportResponseGetOutput, lV as SupportResponseListInput, lW as SupportResponseListOutput, lX as SupportRuleCreateInput, lY as SupportRuleCreateOutput, lZ as SupportRuleDeleteInput, l_ as SupportRuleDeleteOutput, l$ as SupportRuleGetInput, m0 as SupportRuleGetOutput, m1 as SupportRuleListInput, m2 as SupportRuleListOutput, m3 as SupportRuleUpdateInput, m4 as SupportRuleUpdateOutput, m5 as SupportStatusArchiveInput, m6 as SupportStatusArchiveOutput, m7 as SupportStatusCreateInput, m8 as SupportStatusCreateOutput, m9 as SupportStatusListInput, ma as SupportStatusListOutput, mb as SupportStatusUpdateInput, mc as SupportStatusUpdateOutput, md as SupportSurveyArchiveInput, me as SupportSurveyArchiveOutput, mf as SupportSurveyCreateInput, mg as SupportSurveyCreateOutput, mh as SupportSurveyGetInput, mi as SupportSurveyGetOutput, mj as SupportSurveyListInput, mk as SupportSurveyListOutput, ml as SupportSurveyPublishInput, mm as SupportSurveyPublishOutput, mn as SupportSurveyStatsInput, mo as SupportSurveyStatsOutput, mp as SupportSurveyUnpublishInput, mq as SupportSurveyUnpublishOutput, mr as SupportSurveyUpdateInput, ms as SupportSurveyUpdateOutput, mt as SupportThreadAssignInput, mu as SupportThreadAssignOutput, mv as SupportThreadCreateInput, mw as SupportThreadCreateOutput, mx as SupportThreadGetInput, my as SupportThreadGetOutput, mz as SupportThreadListInput, mA as SupportThreadListOutput, mB as SupportThreadStatusSetInput, mC as SupportThreadStatusSetOutput, mD as SupportThreadUpdateInput, mE as SupportThreadUpdateOutput, mF as SupportWebhookCreateInput, mG as SupportWebhookCreateOutput, mH as SupportWebhookDeleteInput, mI as SupportWebhookDeleteOutput, mJ as SupportWebhookDeliveriesListInput, mK as SupportWebhookDeliveriesListOutput, mL as SupportWebhookGetInput, mM as SupportWebhookGetOutput, mN as SupportWebhookListInput, mO as SupportWebhookListOutput, mP as SupportWebhookRedeliverInput, mQ as SupportWebhookRedeliverOutput, mR as SupportWebhookRotateSecretInput, mS as SupportWebhookRotateSecretOutput, mT as SupportWebhookUpdateInput, mU as SupportWebhookUpdateOutput } from '../client.gen-Boew7CkH.cjs';
|
|
2
2
|
|
|
3
3
|
declare const supportAgentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/support/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, lx as SupportAgentCreateInput, ly as SupportAgentCreateOutput, lz as SupportAgentGetInput, lA as SupportAgentGetOutput, lB as SupportAgentListInput, lC as SupportAgentListOutput, lD as SupportAgentUpdateInput, lE as SupportAgentUpdateOutput, lF as SupportAttachmentCreateInput, lG as SupportAttachmentCreateOutput, lH as SupportAttachmentFinalizeInput, lI as SupportAttachmentFinalizeOutput, lJ as SupportLabelCreateInput, lK as SupportLabelCreateOutput, lL as SupportLabelListInput, lM as SupportLabelListOutput, lN as SupportMessageCreateInput, lO as SupportMessageCreateOutput, lP as SupportMessageListInput, lQ as SupportMessageListOutput, lR as SupportResponseEscalateInput, lS as SupportResponseEscalateOutput, lT as SupportResponseGetInput, lU as SupportResponseGetOutput, lV as SupportResponseListInput, lW as SupportResponseListOutput, lX as SupportRuleCreateInput, lY as SupportRuleCreateOutput, lZ as SupportRuleDeleteInput, l_ as SupportRuleDeleteOutput, l$ as SupportRuleGetInput, m0 as SupportRuleGetOutput, m1 as SupportRuleListInput, m2 as SupportRuleListOutput, m3 as SupportRuleUpdateInput, m4 as SupportRuleUpdateOutput, m5 as SupportStatusArchiveInput, m6 as SupportStatusArchiveOutput, m7 as SupportStatusCreateInput, m8 as SupportStatusCreateOutput, m9 as SupportStatusListInput, ma as SupportStatusListOutput, mb as SupportStatusUpdateInput, mc as SupportStatusUpdateOutput, md as SupportSurveyArchiveInput, me as SupportSurveyArchiveOutput, mf as SupportSurveyCreateInput, mg as SupportSurveyCreateOutput, mh as SupportSurveyGetInput, mi as SupportSurveyGetOutput, mj as SupportSurveyListInput, mk as SupportSurveyListOutput, ml as SupportSurveyPublishInput, mm as SupportSurveyPublishOutput, mn as SupportSurveyStatsInput, mo as SupportSurveyStatsOutput, mp as SupportSurveyUnpublishInput, mq as SupportSurveyUnpublishOutput, mr as SupportSurveyUpdateInput, ms as SupportSurveyUpdateOutput, mt as SupportThreadAssignInput, mu as SupportThreadAssignOutput, mv as SupportThreadCreateInput, mw as SupportThreadCreateOutput, mx as SupportThreadGetInput, my as SupportThreadGetOutput, mz as SupportThreadListInput, mA as SupportThreadListOutput, mB as SupportThreadStatusSetInput, mC as SupportThreadStatusSetOutput, mD as SupportThreadUpdateInput, mE as SupportThreadUpdateOutput, mF as SupportWebhookCreateInput, mG as SupportWebhookCreateOutput, mH as SupportWebhookDeleteInput, mI as SupportWebhookDeleteOutput, mJ as SupportWebhookDeliveriesListInput, mK as SupportWebhookDeliveriesListOutput, mL as SupportWebhookGetInput, mM as SupportWebhookGetOutput, mN as SupportWebhookListInput, mO as SupportWebhookListOutput, mP as SupportWebhookRedeliverInput, mQ as SupportWebhookRedeliverOutput, mR as SupportWebhookRotateSecretInput, mS as SupportWebhookRotateSecretOutput, mT as SupportWebhookUpdateInput, mU as SupportWebhookUpdateOutput } from '../client.gen-Boew7CkH.js';
|
|
2
2
|
|
|
3
3
|
declare const supportAgentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, mV as TrackingDomainsCreateInput, mW as TrackingDomainsCreateOutput, mX as TrackingDomainsDeleteInput, mY as TrackingDomainsDeleteOutput, mZ as TrackingDomainsGetInput, m_ as TrackingDomainsGetOutput, m$ as TrackingDomainsListInput, n0 as TrackingDomainsListOutput, n1 as TrackingDomainsVerifyInput, n2 as TrackingDomainsVerifyOutput, n3 as TrackingEventNamesArchiveInput, n4 as TrackingEventNamesArchiveOutput, n5 as TrackingEventNamesListInput, n6 as TrackingEventNamesListOutput, n7 as TrackingEventNamesUnarchiveInput, n8 as TrackingEventNamesUnarchiveOutput, n9 as TrackingGoogleadsConnectionStatusInput, na as TrackingGoogleadsConnectionStatusOutput, nb as TrackingGoogleadsConversionActionsInput, nc as TrackingGoogleadsConversionActionsOutput, nd as TrackingGoogleadsFeedbackConfigGetInput, ne as TrackingGoogleadsFeedbackConfigGetOutput, nf as TrackingGoogleadsFeedbackConfigSetInput, ng as TrackingGoogleadsFeedbackConfigSetOutput, nh as TrackingGoogleadsFeedbackRunInput, ni as TrackingGoogleadsFeedbackRunOutput, nj as TrackingGoogleadsFeedbackStatusInput, nk as TrackingGoogleadsFeedbackStatusOutput, nl as TrackingGoogleadsFeedbackUploadsInput, nm as TrackingGoogleadsFeedbackUploadsOutput, nn as TrackingGoogleadsRoasReportInput, no as TrackingGoogleadsRoasReportOutput, np as TrackingGoogleadsSyncNowInput, nq as TrackingGoogleadsSyncNowOutput, nr as TrackingGoogleadsTrackingHealthInput, ns as TrackingGoogleadsTrackingHealthOutput, nt as TrackingGoogleadsUsVsPlatformInput, nu as TrackingGoogleadsUsVsPlatformOutput, nv as TrackingIdentityHealthInput, nw as TrackingIdentityHealthOutput, nx as TrackingInstallDomainsCreateInput, ny as TrackingInstallDomainsCreateOutput, nz as TrackingInstallDomainsDeleteInput, nA as TrackingInstallDomainsDeleteOutput, nB as TrackingInstallDomainsListInput, nC as TrackingInstallDomainsListOutput, nD as TrackingLinkDomainsCreateInput, nE as TrackingLinkDomainsCreateOutput, nF as TrackingLinkDomainsDeleteInput, nG as TrackingLinkDomainsDeleteOutput, nH as TrackingLinkDomainsListInput, nI as TrackingLinkDomainsListOutput, nJ as TrackingLiveEventsListInput, nK as TrackingLiveEventsListOutput, nL as TrackingProfilesDeleteInput, nM as TrackingProfilesDeleteOutput, nN as TrackingProfilesExportInput, nO as TrackingProfilesExportOutput, nP as TrackingProfilesGetInput, nQ as TrackingProfilesGetOutput, nR as TrackingProfilesListInput, nS as TrackingProfilesListOutput, nT as TrackingReportsAttributedJourneyInput, nU as TrackingReportsAttributedJourneyOutput, nV as TrackingReportsEventVolumeInput, nW as TrackingReportsEventVolumeOutput, nX as TrackingReportsRevenueBySourceInput, nY as TrackingReportsRevenueBySourceOutput, nZ as TrackingReportsSourcePeopleInput, n_ as TrackingReportsSourcePeopleOutput, n$ as TrackingSnippetsGetInput, o0 as TrackingSnippetsGetOutput } from '../client.gen-Boew7CkH.cjs';
|
|
2
2
|
|
|
3
3
|
declare const trackingDomainsCreateMutationOptions: (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, mV as TrackingDomainsCreateInput, mW as TrackingDomainsCreateOutput, mX as TrackingDomainsDeleteInput, mY as TrackingDomainsDeleteOutput, mZ as TrackingDomainsGetInput, m_ as TrackingDomainsGetOutput, m$ as TrackingDomainsListInput, n0 as TrackingDomainsListOutput, n1 as TrackingDomainsVerifyInput, n2 as TrackingDomainsVerifyOutput, n3 as TrackingEventNamesArchiveInput, n4 as TrackingEventNamesArchiveOutput, n5 as TrackingEventNamesListInput, n6 as TrackingEventNamesListOutput, n7 as TrackingEventNamesUnarchiveInput, n8 as TrackingEventNamesUnarchiveOutput, n9 as TrackingGoogleadsConnectionStatusInput, na as TrackingGoogleadsConnectionStatusOutput, nb as TrackingGoogleadsConversionActionsInput, nc as TrackingGoogleadsConversionActionsOutput, nd as TrackingGoogleadsFeedbackConfigGetInput, ne as TrackingGoogleadsFeedbackConfigGetOutput, nf as TrackingGoogleadsFeedbackConfigSetInput, ng as TrackingGoogleadsFeedbackConfigSetOutput, nh as TrackingGoogleadsFeedbackRunInput, ni as TrackingGoogleadsFeedbackRunOutput, nj as TrackingGoogleadsFeedbackStatusInput, nk as TrackingGoogleadsFeedbackStatusOutput, nl as TrackingGoogleadsFeedbackUploadsInput, nm as TrackingGoogleadsFeedbackUploadsOutput, nn as TrackingGoogleadsRoasReportInput, no as TrackingGoogleadsRoasReportOutput, np as TrackingGoogleadsSyncNowInput, nq as TrackingGoogleadsSyncNowOutput, nr as TrackingGoogleadsTrackingHealthInput, ns as TrackingGoogleadsTrackingHealthOutput, nt as TrackingGoogleadsUsVsPlatformInput, nu as TrackingGoogleadsUsVsPlatformOutput, nv as TrackingIdentityHealthInput, nw as TrackingIdentityHealthOutput, nx as TrackingInstallDomainsCreateInput, ny as TrackingInstallDomainsCreateOutput, nz as TrackingInstallDomainsDeleteInput, nA as TrackingInstallDomainsDeleteOutput, nB as TrackingInstallDomainsListInput, nC as TrackingInstallDomainsListOutput, nD as TrackingLinkDomainsCreateInput, nE as TrackingLinkDomainsCreateOutput, nF as TrackingLinkDomainsDeleteInput, nG as TrackingLinkDomainsDeleteOutput, nH as TrackingLinkDomainsListInput, nI as TrackingLinkDomainsListOutput, nJ as TrackingLiveEventsListInput, nK as TrackingLiveEventsListOutput, nL as TrackingProfilesDeleteInput, nM as TrackingProfilesDeleteOutput, nN as TrackingProfilesExportInput, nO as TrackingProfilesExportOutput, nP as TrackingProfilesGetInput, nQ as TrackingProfilesGetOutput, nR as TrackingProfilesListInput, nS as TrackingProfilesListOutput, nT as TrackingReportsAttributedJourneyInput, nU as TrackingReportsAttributedJourneyOutput, nV as TrackingReportsEventVolumeInput, nW as TrackingReportsEventVolumeOutput, nX as TrackingReportsRevenueBySourceInput, nY as TrackingReportsRevenueBySourceOutput, nZ as TrackingReportsSourcePeopleInput, n_ as TrackingReportsSourcePeopleOutput, n$ as TrackingSnippetsGetInput, o0 as TrackingSnippetsGetOutput } from '../client.gen-Boew7CkH.js';
|
|
2
2
|
|
|
3
3
|
declare const trackingDomainsCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
|
|
2
|
+
type ParamIn = 'path' | 'query' | 'body';
|
|
3
|
+
interface ParamSpec {
|
|
4
|
+
name: string;
|
|
5
|
+
in: ParamIn;
|
|
6
|
+
}
|
|
7
|
+
interface Binding {
|
|
8
|
+
method: HttpMethod;
|
|
9
|
+
path: string;
|
|
10
|
+
readOnly: boolean;
|
|
11
|
+
params?: ParamSpec[];
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* The streaming counterpart of `Binding`: the upgrade route of a ws-bound tool. No method (an
|
|
15
|
+
* upgrade is always a GET) and no `readOnly` (a socket is neither a read nor a write — the tool's
|
|
16
|
+
* own description defines its framing).
|
|
17
|
+
*/
|
|
18
|
+
interface WsBinding {
|
|
19
|
+
path: string;
|
|
20
|
+
params?: ParamSpec[];
|
|
21
|
+
}
|
|
22
|
+
type ActionBindings = Record<string, Binding>;
|
|
23
|
+
type ResourceBindings = Record<string, ActionBindings>;
|
|
24
|
+
type BindingsMap = Record<string, ResourceBindings>;
|
|
25
|
+
type WsActionBindings = Record<string, WsBinding>;
|
|
26
|
+
type WsResourceBindings = Record<string, WsActionBindings>;
|
|
27
|
+
type WsBindingsMap = Record<string, WsResourceBindings>;
|
|
28
|
+
/** Close information, as delivered to every `onClose` subscriber. */
|
|
29
|
+
interface StreamCloseInfo {
|
|
30
|
+
code: number;
|
|
31
|
+
reason: string;
|
|
32
|
+
wasClean: boolean;
|
|
33
|
+
}
|
|
34
|
+
/** Frame payload, exactly as the socket delivered it — never parsed by the SDK. */
|
|
35
|
+
type StreamData = string | ArrayBufferLike | ArrayBufferView | Blob;
|
|
36
|
+
/**
|
|
37
|
+
* The handle returned by `connectStream`. Deliberately small: no reconnection, no backoff, no
|
|
38
|
+
* heartbeat and no framing. A dropped connection surfaces once, through `onClose` with the close
|
|
39
|
+
* code; deciding whether and how to reconnect is the App's business, not the SDK's.
|
|
40
|
+
*/
|
|
41
|
+
interface LesslyStream {
|
|
42
|
+
/** Queued until the socket is OPEN, then flushed in order. Ignored once the stream is closed. */
|
|
43
|
+
send(data: StreamData): void;
|
|
44
|
+
close(code?: number, reason?: string): void;
|
|
45
|
+
/** Delivers `MessageEvent.data` as-is. Returns an unsubscribe function. */
|
|
46
|
+
onMessage(cb: (data: StreamData) => void): () => void;
|
|
47
|
+
/** Returns an unsubscribe function. */
|
|
48
|
+
onClose(cb: (info: StreamCloseInfo) => void): () => void;
|
|
49
|
+
/** The underlying socket's readyState (0 CONNECTING, 1 OPEN, 2 CLOSING, 3 CLOSED). */
|
|
50
|
+
readonly readyState: number;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* What a generated `<tool>Connect` factory needs from the client: the ability to open a stream
|
|
54
|
+
* for a binding. `createLesslyApp`'s client implements it (see `LesslyClientBase`).
|
|
55
|
+
*/
|
|
56
|
+
interface LesslyStreamOpener {
|
|
57
|
+
openStream(binding: WsBinding, input?: Record<string, unknown>): LesslyStream;
|
|
58
|
+
}
|
|
59
|
+
/** The shape of `globalThis.WebSocket` this SDK relies on — injectable, like `fetch`. */
|
|
60
|
+
type WebSocketCtor = new (url: string) => WebSocketLike;
|
|
61
|
+
interface WebSocketLike {
|
|
62
|
+
readonly readyState: number;
|
|
63
|
+
send(data: StreamData): void;
|
|
64
|
+
close(code?: number, reason?: string): void;
|
|
65
|
+
addEventListener(type: string, cb: (ev: never) => void): void;
|
|
66
|
+
removeEventListener(type: string, cb: (ev: never) => void): void;
|
|
67
|
+
}
|
|
68
|
+
interface LesslyAppOptions {
|
|
69
|
+
/**
|
|
70
|
+
* Absolute origin ("https://api.lessly.dev") or a path relative to the page
|
|
71
|
+
* ("/api", ""), which is resolved against globalThis.location and therefore
|
|
72
|
+
* only works in a browser.
|
|
73
|
+
*/
|
|
74
|
+
baseUrl: string;
|
|
75
|
+
productId: string;
|
|
76
|
+
getCsrfToken?: () => string | null | undefined;
|
|
77
|
+
fetch?: typeof fetch;
|
|
78
|
+
/** Injectable WebSocket constructor for `connectStream`; defaults to `globalThis.WebSocket`. */
|
|
79
|
+
WebSocket?: WebSocketCtor;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export type { Binding as B, HttpMethod as H, LesslyStreamOpener as L, ParamIn as P, StreamCloseInfo as S, WsBinding as W, LesslyStream as a, LesslyAppOptions as b, BindingsMap as c, ParamSpec as d, StreamData as e, WebSocketCtor as f, WebSocketLike as g, WsBindingsMap as h };
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
|
|
2
|
+
type ParamIn = 'path' | 'query' | 'body';
|
|
3
|
+
interface ParamSpec {
|
|
4
|
+
name: string;
|
|
5
|
+
in: ParamIn;
|
|
6
|
+
}
|
|
7
|
+
interface Binding {
|
|
8
|
+
method: HttpMethod;
|
|
9
|
+
path: string;
|
|
10
|
+
readOnly: boolean;
|
|
11
|
+
params?: ParamSpec[];
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* The streaming counterpart of `Binding`: the upgrade route of a ws-bound tool. No method (an
|
|
15
|
+
* upgrade is always a GET) and no `readOnly` (a socket is neither a read nor a write — the tool's
|
|
16
|
+
* own description defines its framing).
|
|
17
|
+
*/
|
|
18
|
+
interface WsBinding {
|
|
19
|
+
path: string;
|
|
20
|
+
params?: ParamSpec[];
|
|
21
|
+
}
|
|
22
|
+
type ActionBindings = Record<string, Binding>;
|
|
23
|
+
type ResourceBindings = Record<string, ActionBindings>;
|
|
24
|
+
type BindingsMap = Record<string, ResourceBindings>;
|
|
25
|
+
type WsActionBindings = Record<string, WsBinding>;
|
|
26
|
+
type WsResourceBindings = Record<string, WsActionBindings>;
|
|
27
|
+
type WsBindingsMap = Record<string, WsResourceBindings>;
|
|
28
|
+
/** Close information, as delivered to every `onClose` subscriber. */
|
|
29
|
+
interface StreamCloseInfo {
|
|
30
|
+
code: number;
|
|
31
|
+
reason: string;
|
|
32
|
+
wasClean: boolean;
|
|
33
|
+
}
|
|
34
|
+
/** Frame payload, exactly as the socket delivered it — never parsed by the SDK. */
|
|
35
|
+
type StreamData = string | ArrayBufferLike | ArrayBufferView | Blob;
|
|
36
|
+
/**
|
|
37
|
+
* The handle returned by `connectStream`. Deliberately small: no reconnection, no backoff, no
|
|
38
|
+
* heartbeat and no framing. A dropped connection surfaces once, through `onClose` with the close
|
|
39
|
+
* code; deciding whether and how to reconnect is the App's business, not the SDK's.
|
|
40
|
+
*/
|
|
41
|
+
interface LesslyStream {
|
|
42
|
+
/** Queued until the socket is OPEN, then flushed in order. Ignored once the stream is closed. */
|
|
43
|
+
send(data: StreamData): void;
|
|
44
|
+
close(code?: number, reason?: string): void;
|
|
45
|
+
/** Delivers `MessageEvent.data` as-is. Returns an unsubscribe function. */
|
|
46
|
+
onMessage(cb: (data: StreamData) => void): () => void;
|
|
47
|
+
/** Returns an unsubscribe function. */
|
|
48
|
+
onClose(cb: (info: StreamCloseInfo) => void): () => void;
|
|
49
|
+
/** The underlying socket's readyState (0 CONNECTING, 1 OPEN, 2 CLOSING, 3 CLOSED). */
|
|
50
|
+
readonly readyState: number;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* What a generated `<tool>Connect` factory needs from the client: the ability to open a stream
|
|
54
|
+
* for a binding. `createLesslyApp`'s client implements it (see `LesslyClientBase`).
|
|
55
|
+
*/
|
|
56
|
+
interface LesslyStreamOpener {
|
|
57
|
+
openStream(binding: WsBinding, input?: Record<string, unknown>): LesslyStream;
|
|
58
|
+
}
|
|
59
|
+
/** The shape of `globalThis.WebSocket` this SDK relies on — injectable, like `fetch`. */
|
|
60
|
+
type WebSocketCtor = new (url: string) => WebSocketLike;
|
|
61
|
+
interface WebSocketLike {
|
|
62
|
+
readonly readyState: number;
|
|
63
|
+
send(data: StreamData): void;
|
|
64
|
+
close(code?: number, reason?: string): void;
|
|
65
|
+
addEventListener(type: string, cb: (ev: never) => void): void;
|
|
66
|
+
removeEventListener(type: string, cb: (ev: never) => void): void;
|
|
67
|
+
}
|
|
68
|
+
interface LesslyAppOptions {
|
|
69
|
+
/**
|
|
70
|
+
* Absolute origin ("https://api.lessly.dev") or a path relative to the page
|
|
71
|
+
* ("/api", ""), which is resolved against globalThis.location and therefore
|
|
72
|
+
* only works in a browser.
|
|
73
|
+
*/
|
|
74
|
+
baseUrl: string;
|
|
75
|
+
productId: string;
|
|
76
|
+
getCsrfToken?: () => string | null | undefined;
|
|
77
|
+
fetch?: typeof fetch;
|
|
78
|
+
/** Injectable WebSocket constructor for `connectStream`; defaults to `globalThis.WebSocket`. */
|
|
79
|
+
WebSocket?: WebSocketCtor;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export type { Binding as B, HttpMethod as H, LesslyStreamOpener as L, ParamIn as P, StreamCloseInfo as S, WsBinding as W, LesslyStream as a, LesslyAppOptions as b, BindingsMap as c, ParamSpec as d, StreamData as e, WebSocketCtor as f, WebSocketLike as g, WsBindingsMap as h };
|
package/dist/users/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, o1 as UsersApikeysCreateInput, o2 as UsersApikeysCreateOutput, o3 as UsersApikeysListInput, o4 as UsersApikeysListOutput, o5 as UsersApikeysRevokeInput, o6 as UsersApikeysRevokeOutput, o7 as UsersAuditListInput, o8 as UsersAuditListOutput, o9 as UsersConfigGetInput, oa as UsersConfigGetOutput, ob as UsersConfigUpsertInput, oc as UsersConfigUpsertOutput, od as UsersFactorsListInput, oe as UsersFactorsListOutput, of as UsersFactorsResetInput, og as UsersFactorsResetOutput, oh as UsersKeysListInput, oi as UsersKeysListOutput, oj as UsersKeysRevokeInput, ok as UsersKeysRevokeOutput, ol as UsersKeysRotateInput, om as UsersKeysRotateOutput, on as UsersOpsRetentionGetInput, oo as UsersOpsRetentionGetOutput, op as UsersOpsSloGetInput, oq as UsersOpsSloGetOutput, or as UsersPasskeysListInput, os as UsersPasskeysListOutput, ot as UsersPasskeysRevokeInput, ou as UsersPasskeysRevokeOutput, ov as UsersSessionsGetInput, ow as UsersSessionsGetOutput, ox as UsersSessionsImpersonateInput, oy as UsersSessionsImpersonateOutput, oz as UsersSessionsListInput, oA as UsersSessionsListOutput, oB as UsersSessionsRevokeInput, oC as UsersSessionsRevokeOutput, oD as UsersStatsGetInput, oE as UsersStatsGetOutput, oF as UsersUsersBanInput, oG as UsersUsersBanOutput, oH as UsersUsersCreateInput, oI as UsersUsersCreateOutput, oJ as UsersUsersDeleteInput, oK as UsersUsersDeleteOutput, oL as UsersUsersEraseInput, oM as UsersUsersEraseOutput, oN as UsersUsersExportInput, oO as UsersUsersExportOutput, oP as UsersUsersGetInput, oQ as UsersUsersGetOutput, oR as UsersUsersImportInput, oS as UsersUsersImportOutput, oT as UsersUsersInviteInput, oU as UsersUsersInviteOutput, oV as UsersUsersListInput, oW as UsersUsersListOutput, oX as UsersUsersSetPrimaryIdentifierInput, oY as UsersUsersSetPrimaryIdentifierOutput, oZ as UsersUsersUnbanInput, o_ as UsersUsersUnbanOutput, o$ as UsersUsersUpdateInput, p0 as UsersUsersUpdateOutput, p1 as UsersWaitlistEraseInput, p2 as UsersWaitlistEraseOutput, p3 as UsersWaitlistFunnelInput, p4 as UsersWaitlistFunnelOutput, p5 as UsersWaitlistImportInput, p6 as UsersWaitlistImportOutput, p7 as UsersWaitlistInviteInput, p8 as UsersWaitlistInviteOutput, p9 as UsersWaitlistListInput, pa as UsersWaitlistListOutput, pb as UsersWebhooksCreateInput, pc as UsersWebhooksCreateOutput, pd as UsersWebhooksDeleteInput, pe as UsersWebhooksDeleteOutput, pf as UsersWebhooksDeliveriesListInput, pg as UsersWebhooksDeliveriesListOutput, ph as UsersWebhooksGetInput, pi as UsersWebhooksGetOutput, pj as UsersWebhooksListInput, pk as UsersWebhooksListOutput, pl as UsersWebhooksRotateSecretInput, pm as UsersWebhooksRotateSecretOutput, pn as UsersWebhooksUpdateInput, po as UsersWebhooksUpdateOutput } from '../client.gen-Boew7CkH.cjs';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/users/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, o1 as UsersApikeysCreateInput, o2 as UsersApikeysCreateOutput, o3 as UsersApikeysListInput, o4 as UsersApikeysListOutput, o5 as UsersApikeysRevokeInput, o6 as UsersApikeysRevokeOutput, o7 as UsersAuditListInput, o8 as UsersAuditListOutput, o9 as UsersConfigGetInput, oa as UsersConfigGetOutput, ob as UsersConfigUpsertInput, oc as UsersConfigUpsertOutput, od as UsersFactorsListInput, oe as UsersFactorsListOutput, of as UsersFactorsResetInput, og as UsersFactorsResetOutput, oh as UsersKeysListInput, oi as UsersKeysListOutput, oj as UsersKeysRevokeInput, ok as UsersKeysRevokeOutput, ol as UsersKeysRotateInput, om as UsersKeysRotateOutput, on as UsersOpsRetentionGetInput, oo as UsersOpsRetentionGetOutput, op as UsersOpsSloGetInput, oq as UsersOpsSloGetOutput, or as UsersPasskeysListInput, os as UsersPasskeysListOutput, ot as UsersPasskeysRevokeInput, ou as UsersPasskeysRevokeOutput, ov as UsersSessionsGetInput, ow as UsersSessionsGetOutput, ox as UsersSessionsImpersonateInput, oy as UsersSessionsImpersonateOutput, oz as UsersSessionsListInput, oA as UsersSessionsListOutput, oB as UsersSessionsRevokeInput, oC as UsersSessionsRevokeOutput, oD as UsersStatsGetInput, oE as UsersStatsGetOutput, oF as UsersUsersBanInput, oG as UsersUsersBanOutput, oH as UsersUsersCreateInput, oI as UsersUsersCreateOutput, oJ as UsersUsersDeleteInput, oK as UsersUsersDeleteOutput, oL as UsersUsersEraseInput, oM as UsersUsersEraseOutput, oN as UsersUsersExportInput, oO as UsersUsersExportOutput, oP as UsersUsersGetInput, oQ as UsersUsersGetOutput, oR as UsersUsersImportInput, oS as UsersUsersImportOutput, oT as UsersUsersInviteInput, oU as UsersUsersInviteOutput, oV as UsersUsersListInput, oW as UsersUsersListOutput, oX as UsersUsersSetPrimaryIdentifierInput, oY as UsersUsersSetPrimaryIdentifierOutput, oZ as UsersUsersUnbanInput, o_ as UsersUsersUnbanOutput, o$ as UsersUsersUpdateInput, p0 as UsersUsersUpdateOutput, p1 as UsersWaitlistEraseInput, p2 as UsersWaitlistEraseOutput, p3 as UsersWaitlistFunnelInput, p4 as UsersWaitlistFunnelOutput, p5 as UsersWaitlistImportInput, p6 as UsersWaitlistImportOutput, p7 as UsersWaitlistInviteInput, p8 as UsersWaitlistInviteOutput, p9 as UsersWaitlistListInput, pa as UsersWaitlistListOutput, pb as UsersWebhooksCreateInput, pc as UsersWebhooksCreateOutput, pd as UsersWebhooksDeleteInput, pe as UsersWebhooksDeleteOutput, pf as UsersWebhooksDeliveriesListInput, pg as UsersWebhooksDeliveriesListOutput, ph as UsersWebhooksGetInput, pi as UsersWebhooksGetOutput, pj as UsersWebhooksListInput, pk as UsersWebhooksListOutput, pl as UsersWebhooksRotateSecretInput, pm as UsersWebhooksRotateSecretOutput, pn as UsersWebhooksUpdateInput, po as UsersWebhooksUpdateOutput } from '../client.gen-Boew7CkH.js';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, pp as WaitlistConfigGetInput, pq as WaitlistConfigGetOutput, pr as WaitlistConfigUpsertInput, ps as WaitlistConfigUpsertOutput, pt as WaitlistEmbedGetInput, pu as WaitlistEmbedGetOutput, pv as WaitlistInvitesSendInput, pw as WaitlistInvitesSendOutput, px as WaitlistSignupsEraseInput, py as WaitlistSignupsEraseOutput, pz as WaitlistSignupsFunnelInput, pA as WaitlistSignupsFunnelOutput, pB as WaitlistSignupsListInput, pC as WaitlistSignupsListOutput } from '../client.gen-Boew7CkH.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, pp as WaitlistConfigGetInput, pq as WaitlistConfigGetOutput, pr as WaitlistConfigUpsertInput, ps as WaitlistConfigUpsertOutput, pt as WaitlistEmbedGetInput, pu as WaitlistEmbedGetOutput, pv as WaitlistInvitesSendInput, pw as WaitlistInvitesSendOutput, px as WaitlistSignupsEraseInput, py as WaitlistSignupsEraseOutput, pz as WaitlistSignupsFunnelInput, pA as WaitlistSignupsFunnelOutput, pB as WaitlistSignupsListInput, pC as WaitlistSignupsListOutput } from '../client.gen-Boew7CkH.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": "
|
|
3
|
+
"version": "51.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -55,6 +55,11 @@
|
|
|
55
55
|
"import": "./dist/consent/index.js",
|
|
56
56
|
"require": "./dist/consent/index.cjs"
|
|
57
57
|
},
|
|
58
|
+
"./content": {
|
|
59
|
+
"types": "./dist/content/index.d.ts",
|
|
60
|
+
"import": "./dist/content/index.js",
|
|
61
|
+
"require": "./dist/content/index.cjs"
|
|
62
|
+
},
|
|
58
63
|
"./deployment": {
|
|
59
64
|
"types": "./dist/deployment/index.d.ts",
|
|
60
65
|
"import": "./dist/deployment/index.js",
|
|
@@ -75,6 +80,11 @@
|
|
|
75
80
|
"import": "./dist/organization/index.js",
|
|
76
81
|
"require": "./dist/organization/index.cjs"
|
|
77
82
|
},
|
|
83
|
+
"./playground": {
|
|
84
|
+
"types": "./dist/playground/index.d.ts",
|
|
85
|
+
"import": "./dist/playground/index.js",
|
|
86
|
+
"require": "./dist/playground/index.cjs"
|
|
87
|
+
},
|
|
78
88
|
"./realtime": {
|
|
79
89
|
"types": "./dist/realtime/index.d.ts",
|
|
80
90
|
"import": "./dist/realtime/index.js",
|
|
@@ -101,5 +111,5 @@
|
|
|
101
111
|
"require": "./dist/waitlist/index.cjs"
|
|
102
112
|
}
|
|
103
113
|
},
|
|
104
|
-
"sdkContentHash": "sha256:
|
|
114
|
+
"sdkContentHash": "sha256:63c3482e8d85c73bfec4609773a782d9cf16096ccee24b2abfccfbb10abeaf27"
|
|
105
115
|
}
|