@lessly/sdk-app 70.1.0 → 70.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.
Files changed (42) hide show
  1. package/dist/_types/gen/client.gen.d.ts +3 -45
  2. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  3. package/dist/_types/gen/organization/index.d.ts +1 -1
  4. package/dist/_types/gen/organization/queryOptions.gen.d.ts +1 -25
  5. package/dist/_types/gen/types.gen.d.ts +51 -541
  6. package/dist/_types/gen/users/index.d.ts +1 -1
  7. package/dist/_types/gen/users/queryOptions.gen.d.ts +9 -1
  8. package/dist/index.cjs +49 -424
  9. package/dist/index.cjs.map +1 -1
  10. package/dist/index.js +11053 -78
  11. package/dist/index.js.map +1 -1
  12. package/dist/organization/index.cjs +0 -30
  13. package/dist/organization/index.cjs.map +1 -1
  14. package/dist/organization/index.js +1 -25
  15. package/dist/organization/index.js.map +1 -1
  16. package/dist/users/index.cjs +10 -0
  17. package/dist/users/index.cjs.map +1 -1
  18. package/dist/users/index.js +9 -1
  19. package/dist/users/index.js.map +1 -1
  20. package/package.json +2 -12
  21. package/src/gen/bindings.gen.ts +37 -357
  22. package/src/gen/client.gen.ts +6 -88
  23. package/src/gen/manifest.gen.ts +14 -77
  24. package/src/gen/organization/index.ts +1 -1
  25. package/src/gen/organization/queryOptions.gen.ts +0 -39
  26. package/src/gen/types.gen.ts +55 -597
  27. package/src/gen/users/index.ts +1 -1
  28. package/src/gen/users/queryOptions.gen.ts +12 -0
  29. package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
  30. package/dist/_types/gen/playground/index.d.ts +0 -3
  31. package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -66
  32. package/dist/chunk-C3QGKPUY.js +0 -11364
  33. package/dist/chunk-C3QGKPUY.js.map +0 -1
  34. package/dist/playground/index.cjs +0 -101
  35. package/dist/playground/index.cjs.map +0 -1
  36. package/dist/playground/index.d.cts +0 -1
  37. package/dist/playground/index.d.ts +0 -1
  38. package/dist/playground/index.js +0 -74
  39. package/dist/playground/index.js.map +0 -1
  40. package/src/gen/playground/connect.gen.ts +0 -9
  41. package/src/gen/playground/index.ts +0 -4
  42. package/src/gen/playground/queryOptions.gen.ts +0 -112
@@ -1,101 +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
- var playgroundWorkflowEchoMutationOptions = (sdk) => ({
53
- mutationKey: ["playground", "workflow", "echo"],
54
- mutationFn: (input) => sdk["playground"]["workflow"]["echo"](input)
55
- });
56
- var playgroundWorkflowEchoListQueryOptions = (sdk, input) => ({
57
- queryKey: ["playground", "workflow", "echo-list", input],
58
- queryFn: () => sdk["playground"]["workflow"]["echo-list"](input)
59
- });
60
- var playgroundWorkflowPingMutationOptions = (sdk) => ({
61
- mutationKey: ["playground", "workflow", "ping"],
62
- mutationFn: (input) => sdk["playground"]["workflow"]["ping"](input)
63
- });
64
- var playgroundWorkflowSubjectsListQueryOptions = (sdk, input) => ({
65
- queryKey: ["playground", "workflow", "subjects-list", input],
66
- queryFn: () => sdk["playground"]["workflow"]["subjects-list"](input)
67
- });
68
-
69
- // src/gen/bindings.gen.ts
70
- var wsBindings = {
71
- "playground": {
72
- "ws": {
73
- "echo": {
74
- "path": "/playground/ws/echo"
75
- }
76
- }
77
- }
78
- };
79
-
80
- // src/gen/playground/connect.gen.ts
81
- var playgroundWsEchoConnect = (sdk, input) => sdk.openStream(wsBindings["playground"]["ws"]["echo"], input);
82
-
83
- exports.playgroundAnalyticsOverviewQueryOptions = playgroundAnalyticsOverviewQueryOptions;
84
- exports.playgroundBillingEntitlementsQueryOptions = playgroundBillingEntitlementsQueryOptions;
85
- exports.playgroundBillingRecordUsageMutationOptions = playgroundBillingRecordUsageMutationOptions;
86
- exports.playgroundClickupCreateTaskMutationOptions = playgroundClickupCreateTaskMutationOptions;
87
- exports.playgroundClickupGetLastWebhookQueryOptions = playgroundClickupGetLastWebhookQueryOptions;
88
- exports.playgroundClickupGetOverviewQueryOptions = playgroundClickupGetOverviewQueryOptions;
89
- exports.playgroundGdriveGetLastChangeQueryOptions = playgroundGdriveGetLastChangeQueryOptions;
90
- exports.playgroundGdriveReadFileQueryOptions = playgroundGdriveReadFileQueryOptions;
91
- exports.playgroundGoogleadsReadCustomerQueryOptions = playgroundGoogleadsReadCustomerQueryOptions;
92
- exports.playgroundLifecycleGetStateQueryOptions = playgroundLifecycleGetStateQueryOptions;
93
- exports.playgroundLifecycleListEventsQueryOptions = playgroundLifecycleListEventsQueryOptions;
94
- exports.playgroundWebhookGetLastQueryOptions = playgroundWebhookGetLastQueryOptions;
95
- exports.playgroundWorkflowEchoListQueryOptions = playgroundWorkflowEchoListQueryOptions;
96
- exports.playgroundWorkflowEchoMutationOptions = playgroundWorkflowEchoMutationOptions;
97
- exports.playgroundWorkflowPingMutationOptions = playgroundWorkflowPingMutationOptions;
98
- exports.playgroundWorkflowSubjectsListQueryOptions = playgroundWorkflowSubjectsListQueryOptions;
99
- exports.playgroundWsEchoConnect = playgroundWsEchoConnect;
100
- //# sourceMappingURL=index.cjs.map
101
- //# sourceMappingURL=index.cjs.map