@lessly/sdk-app 52.3.0 → 54.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.
Files changed (50) hide show
  1. package/dist/_types/gen/analytics/index.d.ts +1 -1
  2. package/dist/_types/gen/analytics/queryOptions.gen.d.ts +1 -65
  3. package/dist/_types/gen/brain/index.d.ts +1 -1
  4. package/dist/_types/gen/brain/queryOptions.gen.d.ts +5 -1
  5. package/dist/_types/gen/client.gen.d.ts +7 -66
  6. package/dist/_types/gen/deployment/index.d.ts +1 -1
  7. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -13
  8. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  9. package/dist/_types/gen/types.gen.d.ts +127 -59965
  10. package/dist/analytics/index.cjs +0 -80
  11. package/dist/analytics/index.cjs.map +1 -1
  12. package/dist/analytics/index.js +1 -65
  13. package/dist/analytics/index.js.map +1 -1
  14. package/dist/brain/index.cjs +5 -0
  15. package/dist/brain/index.cjs.map +1 -1
  16. package/dist/brain/index.js +5 -1
  17. package/dist/brain/index.js.map +1 -1
  18. package/dist/deployment/index.cjs +5 -15
  19. package/dist/deployment/index.cjs.map +1 -1
  20. package/dist/deployment/index.js +5 -13
  21. package/dist/deployment/index.js.map +1 -1
  22. package/dist/index.cjs +46 -565
  23. package/dist/index.cjs.map +1 -1
  24. package/dist/index.js +8545 -2
  25. package/dist/index.js.map +1 -1
  26. package/package.json +2 -12
  27. package/src/gen/analytics/index.ts +1 -1
  28. package/src/gen/analytics/queryOptions.gen.ts +0 -106
  29. package/src/gen/bindings.gen.ts +47 -574
  30. package/src/gen/brain/index.ts +1 -1
  31. package/src/gen/brain/queryOptions.gen.ts +7 -0
  32. package/src/gen/client.gen.ts +10 -127
  33. package/src/gen/deployment/index.ts +1 -1
  34. package/src/gen/deployment/queryOptions.gen.ts +7 -20
  35. package/src/gen/manifest.gen.ts +1 -1
  36. package/src/gen/types.gen.ts +131 -54485
  37. package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
  38. package/dist/_types/gen/playground/index.d.ts +0 -3
  39. package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -50
  40. package/dist/chunk-E3CBZL3R.js +0 -9076
  41. package/dist/chunk-E3CBZL3R.js.map +0 -1
  42. package/dist/playground/index.cjs +0 -81
  43. package/dist/playground/index.cjs.map +0 -1
  44. package/dist/playground/index.d.cts +0 -1
  45. package/dist/playground/index.d.ts +0 -1
  46. package/dist/playground/index.js +0 -58
  47. package/dist/playground/index.js.map +0 -1
  48. package/src/gen/playground/connect.gen.ts +0 -9
  49. package/src/gen/playground/index.ts +0 -4
  50. package/src/gen/playground/queryOptions.gen.ts +0 -86
@@ -1,3 +0,0 @@
1
- import type { LesslyStream, LesslyStreamOpener } from '../../runtime/types.js';
2
- import type { PlaygroundWsEchoInput } from '../types.gen.js';
3
- export declare const playgroundWsEchoConnect: (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput) => LesslyStream;
@@ -1,3 +0,0 @@
1
- export * from './queryOptions.gen.js';
2
- export * from './connect.gen.js';
3
- export type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, PlaygroundWsEchoInput } from '../types.gen.js';
@@ -1,50 +0,0 @@
1
- import type { GeneratedClient } from '../client.gen.js';
2
- import type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundClickupCreateTaskInput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput } from '../types.gen.js';
3
- export declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
4
- queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
5
- queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
6
- };
7
- export declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
8
- queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
9
- queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
10
- };
11
- export declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<import(".").PlaygroundBillingRecordUsageOutput>;
14
- };
15
- export declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<import(".").PlaygroundClickupCreateTaskOutput>;
18
- };
19
- export declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
20
- queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
21
- queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
22
- };
23
- export declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
24
- queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
25
- queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
26
- };
27
- export declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
28
- queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
29
- queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
30
- };
31
- export declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
32
- queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
33
- queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
34
- };
35
- export declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
36
- queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
37
- queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
38
- };
39
- export declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
40
- queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
41
- queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
42
- };
43
- export declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
44
- queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
45
- queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
46
- };
47
- export declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
48
- queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
49
- queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
50
- };