@lepsto/sdk-app 87.3.1 → 89.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 (36) hide show
  1. package/CHANGELOG.md +128 -0
  2. package/README.md +8 -0
  3. package/dist/_types/gen/client.gen.d.ts +4 -38
  4. package/dist/_types/gen/deployment/index.d.ts +1 -1
  5. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -1
  6. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  7. package/dist/_types/gen/types.gen.d.ts +43 -340
  8. package/dist/deployment/index.cjs +5 -0
  9. package/dist/deployment/index.cjs.map +1 -1
  10. package/dist/deployment/index.js +5 -1
  11. package/dist/deployment/index.js.map +1 -1
  12. package/dist/index.cjs +14 -231
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.js +11190 -24
  15. package/dist/index.js.map +1 -1
  16. package/package.json +3 -12
  17. package/src/gen/bindings.gen.ts +12 -218
  18. package/src/gen/client.gen.ts +5 -71
  19. package/src/gen/deployment/index.ts +1 -1
  20. package/src/gen/deployment/queryOptions.gen.ts +7 -0
  21. package/src/gen/manifest.gen.ts +4 -23
  22. package/src/gen/types.gen.ts +46 -386
  23. package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
  24. package/dist/_types/gen/playground/index.d.ts +0 -3
  25. package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -70
  26. package/dist/chunk-EMK3O6JA.js +0 -11397
  27. package/dist/chunk-EMK3O6JA.js.map +0 -1
  28. package/dist/playground/index.cjs +0 -106
  29. package/dist/playground/index.cjs.map +0 -1
  30. package/dist/playground/index.d.cts +0 -1
  31. package/dist/playground/index.d.ts +0 -1
  32. package/dist/playground/index.js +0 -78
  33. package/dist/playground/index.js.map +0 -1
  34. package/src/gen/playground/connect.gen.ts +0 -9
  35. package/src/gen/playground/index.ts +0 -4
  36. package/src/gen/playground/queryOptions.gen.ts +0 -119
@@ -1,106 +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 playgroundEchoPingQueryOptions = (sdk, input) => ({
29
- queryKey: ["playground", "echo", "ping", input],
30
- queryFn: () => sdk["playground"]["echo"]["ping"](input)
31
- });
32
- var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
33
- queryKey: ["playground", "gdrive", "get-last-change", input],
34
- queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
35
- });
36
- var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
37
- queryKey: ["playground", "gdrive", "read-file", input],
38
- queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
39
- });
40
- var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
41
- queryKey: ["playground", "googleads", "read-customer", input],
42
- queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
43
- });
44
- var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
45
- queryKey: ["playground", "lifecycle", "get-state", input],
46
- queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
47
- });
48
- var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
49
- queryKey: ["playground", "lifecycle", "list-events", input],
50
- queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
51
- });
52
- var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
53
- queryKey: ["playground", "webhook", "get-last", input],
54
- queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
55
- });
56
- var playgroundWorkflowEchoMutationOptions = (sdk) => ({
57
- mutationKey: ["playground", "workflow", "echo"],
58
- mutationFn: (input) => sdk["playground"]["workflow"]["echo"](input)
59
- });
60
- var playgroundWorkflowEchoListQueryOptions = (sdk, input) => ({
61
- queryKey: ["playground", "workflow", "echo-list", input],
62
- queryFn: () => sdk["playground"]["workflow"]["echo-list"](input)
63
- });
64
- var playgroundWorkflowPingMutationOptions = (sdk) => ({
65
- mutationKey: ["playground", "workflow", "ping"],
66
- mutationFn: (input) => sdk["playground"]["workflow"]["ping"](input)
67
- });
68
- var playgroundWorkflowSubjectsListQueryOptions = (sdk, input) => ({
69
- queryKey: ["playground", "workflow", "subjects-list", input],
70
- queryFn: () => sdk["playground"]["workflow"]["subjects-list"](input)
71
- });
72
-
73
- // src/gen/bindings.gen.ts
74
- var wsBindings = {
75
- "playground": {
76
- "ws": {
77
- "echo": {
78
- "path": "/playground/ws/echo"
79
- }
80
- }
81
- }
82
- };
83
-
84
- // src/gen/playground/connect.gen.ts
85
- var playgroundWsEchoConnect = (sdk, input) => sdk.openStream(wsBindings["playground"]["ws"]["echo"], input);
86
-
87
- exports.playgroundAnalyticsOverviewQueryOptions = playgroundAnalyticsOverviewQueryOptions;
88
- exports.playgroundBillingEntitlementsQueryOptions = playgroundBillingEntitlementsQueryOptions;
89
- exports.playgroundBillingRecordUsageMutationOptions = playgroundBillingRecordUsageMutationOptions;
90
- exports.playgroundClickupCreateTaskMutationOptions = playgroundClickupCreateTaskMutationOptions;
91
- exports.playgroundClickupGetLastWebhookQueryOptions = playgroundClickupGetLastWebhookQueryOptions;
92
- exports.playgroundClickupGetOverviewQueryOptions = playgroundClickupGetOverviewQueryOptions;
93
- exports.playgroundEchoPingQueryOptions = playgroundEchoPingQueryOptions;
94
- exports.playgroundGdriveGetLastChangeQueryOptions = playgroundGdriveGetLastChangeQueryOptions;
95
- exports.playgroundGdriveReadFileQueryOptions = playgroundGdriveReadFileQueryOptions;
96
- exports.playgroundGoogleadsReadCustomerQueryOptions = playgroundGoogleadsReadCustomerQueryOptions;
97
- exports.playgroundLifecycleGetStateQueryOptions = playgroundLifecycleGetStateQueryOptions;
98
- exports.playgroundLifecycleListEventsQueryOptions = playgroundLifecycleListEventsQueryOptions;
99
- exports.playgroundWebhookGetLastQueryOptions = playgroundWebhookGetLastQueryOptions;
100
- exports.playgroundWorkflowEchoListQueryOptions = playgroundWorkflowEchoListQueryOptions;
101
- exports.playgroundWorkflowEchoMutationOptions = playgroundWorkflowEchoMutationOptions;
102
- exports.playgroundWorkflowPingMutationOptions = playgroundWorkflowPingMutationOptions;
103
- exports.playgroundWorkflowSubjectsListQueryOptions = playgroundWorkflowSubjectsListQueryOptions;
104
- exports.playgroundWsEchoConnect = playgroundWsEchoConnect;
105
- //# sourceMappingURL=index.cjs.map
106
- //# sourceMappingURL=index.cjs.map