@lepsto/sdk-app 84.0.0 → 85.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/dist/_types/gen/client.gen.d.ts +38 -18
  2. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  3. package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
  4. package/dist/_types/gen/playground/index.d.ts +3 -0
  5. package/dist/_types/gen/playground/queryOptions.gen.d.ts +70 -0
  6. package/dist/_types/gen/types.gen.d.ts +1948 -212
  7. package/dist/chunk-HRKHYP5B.js +11397 -0
  8. package/dist/chunk-HRKHYP5B.js.map +1 -0
  9. package/dist/index.cjs +236 -176
  10. package/dist/index.cjs.map +1 -1
  11. package/dist/index.js +31 -11354
  12. package/dist/index.js.map +1 -1
  13. package/dist/playground/index.cjs +106 -0
  14. package/dist/playground/index.cjs.map +1 -0
  15. package/dist/playground/index.d.cts +1 -0
  16. package/dist/playground/index.d.ts +1 -0
  17. package/dist/playground/index.js +78 -0
  18. package/dist/playground/index.js.map +1 -0
  19. package/package.json +12 -12
  20. package/src/gen/bindings.gen.ts +216 -150
  21. package/src/gen/client.gen.ts +71 -31
  22. package/src/gen/manifest.gen.ts +30 -28
  23. package/src/gen/playground/connect.gen.ts +9 -0
  24. package/src/gen/playground/index.ts +4 -0
  25. package/src/gen/playground/queryOptions.gen.ts +119 -0
  26. package/src/gen/types.gen.ts +1977 -211
  27. package/dist/_types/gen/waitlist/index.d.ts +0 -2
  28. package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +0 -30
  29. package/dist/waitlist/index.cjs +0 -41
  30. package/dist/waitlist/index.cjs.map +0 -1
  31. package/dist/waitlist/index.d.cts +0 -1
  32. package/dist/waitlist/index.d.ts +0 -1
  33. package/dist/waitlist/index.js +0 -33
  34. package/dist/waitlist/index.js.map +0 -1
  35. package/src/gen/waitlist/index.ts +0 -3
  36. package/src/gen/waitlist/queryOptions.gen.ts +0 -50
@@ -0,0 +1,106 @@
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