@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,81 +0,0 @@
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
- // src/gen/bindings.gen.ts
54
- var wsBindings = {
55
- "playground": {
56
- "ws": {
57
- "echo": {
58
- "path": "/playground/ws/echo"
59
- }
60
- }
61
- }
62
- };
63
-
64
- // src/gen/playground/connect.gen.ts
65
- var playgroundWsEchoConnect = (sdk, input) => sdk.openStream(wsBindings["playground"]["ws"]["echo"], input);
66
-
67
- exports.playgroundAnalyticsOverviewQueryOptions = playgroundAnalyticsOverviewQueryOptions;
68
- exports.playgroundBillingEntitlementsQueryOptions = playgroundBillingEntitlementsQueryOptions;
69
- exports.playgroundBillingRecordUsageMutationOptions = playgroundBillingRecordUsageMutationOptions;
70
- exports.playgroundClickupCreateTaskMutationOptions = playgroundClickupCreateTaskMutationOptions;
71
- exports.playgroundClickupGetLastWebhookQueryOptions = playgroundClickupGetLastWebhookQueryOptions;
72
- exports.playgroundClickupGetOverviewQueryOptions = playgroundClickupGetOverviewQueryOptions;
73
- exports.playgroundGdriveGetLastChangeQueryOptions = playgroundGdriveGetLastChangeQueryOptions;
74
- exports.playgroundGdriveReadFileQueryOptions = playgroundGdriveReadFileQueryOptions;
75
- exports.playgroundGoogleadsReadCustomerQueryOptions = playgroundGoogleadsReadCustomerQueryOptions;
76
- exports.playgroundLifecycleGetStateQueryOptions = playgroundLifecycleGetStateQueryOptions;
77
- exports.playgroundLifecycleListEventsQueryOptions = playgroundLifecycleListEventsQueryOptions;
78
- exports.playgroundWebhookGetLastQueryOptions = playgroundWebhookGetLastQueryOptions;
79
- exports.playgroundWsEchoConnect = playgroundWsEchoConnect;
80
- //# sourceMappingURL=index.cjs.map
81
- //# sourceMappingURL=index.cjs.map