syllable-sdk 0.1.0-alpha.46 → 0.1.0-alpha.47

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 (192) hide show
  1. package/README.md +34 -0
  2. package/docs/sdks/insights/README.md +6 -0
  3. package/docs/sdks/summary/README.md +85 -0
  4. package/docs/sdks/syllablesdktools/README.md +411 -0
  5. package/docs/sdks/workflows/README.md +429 -0
  6. package/funcs/insightsToolsCreate.d.ts +16 -0
  7. package/funcs/insightsToolsCreate.d.ts.map +1 -0
  8. package/funcs/insightsToolsCreate.js +102 -0
  9. package/funcs/insightsToolsCreate.js.map +1 -0
  10. package/funcs/insightsToolsGetById.d.ts +17 -0
  11. package/funcs/insightsToolsGetById.d.ts.map +1 -0
  12. package/funcs/insightsToolsGetById.js +108 -0
  13. package/funcs/insightsToolsGetById.js.map +1 -0
  14. package/funcs/insightsToolsInsightToolGetDefinitions.d.ts +15 -0
  15. package/funcs/insightsToolsInsightToolGetDefinitions.d.ts.map +1 -0
  16. package/funcs/insightsToolsInsightToolGetDefinitions.js +89 -0
  17. package/funcs/insightsToolsInsightToolGetDefinitions.js.map +1 -0
  18. package/funcs/insightsToolsList.d.ts +17 -0
  19. package/funcs/insightsToolsList.d.ts.map +1 -0
  20. package/funcs/insightsToolsList.js +114 -0
  21. package/funcs/insightsToolsList.js.map +1 -0
  22. package/funcs/insightsToolsUpdate.d.ts +17 -0
  23. package/funcs/insightsToolsUpdate.d.ts.map +1 -0
  24. package/funcs/insightsToolsUpdate.js +109 -0
  25. package/funcs/insightsToolsUpdate.js.map +1 -0
  26. package/funcs/insightsWorkflowsCreate.d.ts +16 -0
  27. package/funcs/insightsWorkflowsCreate.d.ts.map +1 -0
  28. package/funcs/insightsWorkflowsCreate.js +102 -0
  29. package/funcs/insightsWorkflowsCreate.js.map +1 -0
  30. package/funcs/insightsWorkflowsDelete.d.ts +16 -0
  31. package/funcs/insightsWorkflowsDelete.d.ts.map +1 -0
  32. package/funcs/insightsWorkflowsDelete.js +108 -0
  33. package/funcs/insightsWorkflowsDelete.js.map +1 -0
  34. package/funcs/insightsWorkflowsGetById.d.ts +17 -0
  35. package/funcs/insightsWorkflowsGetById.d.ts.map +1 -0
  36. package/funcs/insightsWorkflowsGetById.js +108 -0
  37. package/funcs/insightsWorkflowsGetById.js.map +1 -0
  38. package/funcs/insightsWorkflowsList.d.ts +17 -0
  39. package/funcs/insightsWorkflowsList.d.ts.map +1 -0
  40. package/funcs/insightsWorkflowsList.js +114 -0
  41. package/funcs/insightsWorkflowsList.js.map +1 -0
  42. package/funcs/insightsWorkflowsUpdate.d.ts +17 -0
  43. package/funcs/insightsWorkflowsUpdate.d.ts.map +1 -0
  44. package/funcs/insightsWorkflowsUpdate.js +111 -0
  45. package/funcs/insightsWorkflowsUpdate.js.map +1 -0
  46. package/funcs/sessionsSummaryGetById.d.ts +13 -0
  47. package/funcs/sessionsSummaryGetById.d.ts.map +1 -0
  48. package/funcs/sessionsSummaryGetById.js +105 -0
  49. package/funcs/sessionsSummaryGetById.js.map +1 -0
  50. package/jsr.json +1 -1
  51. package/lib/config.d.ts +2 -2
  52. package/lib/config.js +2 -2
  53. package/mintlify/mint.json +4 -2
  54. package/models/components/index.d.ts +9 -0
  55. package/models/components/index.d.ts.map +1 -1
  56. package/models/components/index.js +9 -0
  57. package/models/components/index.js.map +1 -1
  58. package/models/components/insighttooldefinition.d.ts +105 -0
  59. package/models/components/insighttooldefinition.d.ts.map +1 -0
  60. package/models/components/insighttooldefinition.js +126 -0
  61. package/models/components/insighttooldefinition.js.map +1 -0
  62. package/models/components/insighttoolinput.d.ts +76 -0
  63. package/models/components/insighttoolinput.d.ts.map +1 -0
  64. package/models/components/insighttoolinput.js +101 -0
  65. package/models/components/insighttoolinput.js.map +1 -0
  66. package/models/components/insighttooloutput.d.ts +102 -0
  67. package/models/components/insighttooloutput.d.ts.map +1 -0
  68. package/models/components/insighttooloutput.js +124 -0
  69. package/models/components/insighttooloutput.js.map +1 -0
  70. package/models/components/insighttoolproperties.d.ts +40 -0
  71. package/models/components/insighttoolproperties.d.ts.map +1 -0
  72. package/models/components/insighttoolproperties.js +54 -0
  73. package/models/components/insighttoolproperties.js.map +1 -0
  74. package/models/components/insightworkflowinput.d.ts +76 -0
  75. package/models/components/insightworkflowinput.d.ts.map +1 -0
  76. package/models/components/insightworkflowinput.js +99 -0
  77. package/models/components/insightworkflowinput.js.map +1 -0
  78. package/models/components/insightworkflowoutput.d.ts +102 -0
  79. package/models/components/insightworkflowoutput.d.ts.map +1 -0
  80. package/models/components/insightworkflowoutput.js +120 -0
  81. package/models/components/insightworkflowoutput.js.map +1 -0
  82. package/models/components/insightworkflowproperties.d.ts +43 -0
  83. package/models/components/insightworkflowproperties.d.ts.map +1 -0
  84. package/models/components/insightworkflowproperties.js +55 -0
  85. package/models/components/insightworkflowproperties.js.map +1 -0
  86. package/models/components/listresponseinsighttooloutput.d.ts +38 -0
  87. package/models/components/listresponseinsighttooloutput.d.ts.map +1 -0
  88. package/models/components/listresponseinsighttooloutput.js +81 -0
  89. package/models/components/listresponseinsighttooloutput.js.map +1 -0
  90. package/models/components/listresponseinsightworkflowoutput.d.ts +38 -0
  91. package/models/components/listresponseinsightworkflowoutput.d.ts.map +1 -0
  92. package/models/components/listresponseinsightworkflowoutput.js +81 -0
  93. package/models/components/listresponseinsightworkflowoutput.js.map +1 -0
  94. package/models/operations/directoryworkflowdelete.d.ts +29 -0
  95. package/models/operations/directoryworkflowdelete.d.ts.map +1 -0
  96. package/models/operations/directoryworkflowdelete.js +68 -0
  97. package/models/operations/directoryworkflowdelete.js.map +1 -0
  98. package/models/operations/index.d.ts +8 -0
  99. package/models/operations/index.d.ts.map +1 -1
  100. package/models/operations/index.js +8 -0
  101. package/models/operations/index.js.map +1 -1
  102. package/models/operations/insightstoolupdate.d.ts +32 -0
  103. package/models/operations/insightstoolupdate.d.ts.map +1 -0
  104. package/models/operations/insightstoolupdate.js +73 -0
  105. package/models/operations/insightstoolupdate.js.map +1 -0
  106. package/models/operations/insightsworkflowgetbyid.d.ts +29 -0
  107. package/models/operations/insightsworkflowgetbyid.d.ts.map +1 -0
  108. package/models/operations/insightsworkflowgetbyid.js +68 -0
  109. package/models/operations/insightsworkflowgetbyid.js.map +1 -0
  110. package/models/operations/insightsworkflowlist.d.ts +46 -0
  111. package/models/operations/insightsworkflowlist.d.ts.map +1 -0
  112. package/models/operations/insightsworkflowlist.js +101 -0
  113. package/models/operations/insightsworkflowlist.js.map +1 -0
  114. package/models/operations/insightsworkflowupdate.d.ts +32 -0
  115. package/models/operations/insightsworkflowupdate.d.ts.map +1 -0
  116. package/models/operations/insightsworkflowupdate.js +73 -0
  117. package/models/operations/insightsworkflowupdate.js.map +1 -0
  118. package/models/operations/insighttoolgetbyid.d.ts +29 -0
  119. package/models/operations/insighttoolgetbyid.d.ts.map +1 -0
  120. package/models/operations/insighttoolgetbyid.js +68 -0
  121. package/models/operations/insighttoolgetbyid.js.map +1 -0
  122. package/models/operations/insighttoollist.d.ts +46 -0
  123. package/models/operations/insighttoollist.d.ts.map +1 -0
  124. package/models/operations/insighttoollist.js +103 -0
  125. package/models/operations/insighttoollist.js.map +1 -0
  126. package/models/operations/sessionsummarygetbyid.d.ts +29 -0
  127. package/models/operations/sessionsummarygetbyid.d.ts.map +1 -0
  128. package/models/operations/sessionsummarygetbyid.js +68 -0
  129. package/models/operations/sessionsummarygetbyid.js.map +1 -0
  130. package/openapi.json +1255 -35
  131. package/package.json +1 -1
  132. package/sdk/insights.d.ts +10 -0
  133. package/sdk/insights.d.ts.map +1 -0
  134. package/sdk/insights.js +19 -0
  135. package/sdk/insights.js.map +1 -0
  136. package/sdk/sdk.d.ts +3 -0
  137. package/sdk/sdk.d.ts.map +1 -1
  138. package/sdk/sdk.js +4 -0
  139. package/sdk/sdk.js.map +1 -1
  140. package/sdk/sessions.d.ts +3 -0
  141. package/sdk/sessions.d.ts.map +1 -1
  142. package/sdk/sessions.js +4 -0
  143. package/sdk/sessions.js.map +1 -1
  144. package/sdk/summary.d.ts +9 -0
  145. package/sdk/summary.d.ts.map +1 -0
  146. package/sdk/summary.js +19 -0
  147. package/sdk/summary.js.map +1 -0
  148. package/sdk/syllablesdktools.d.ts +41 -0
  149. package/sdk/syllablesdktools.d.ts.map +1 -0
  150. package/sdk/syllablesdktools.js +62 -0
  151. package/sdk/syllablesdktools.js.map +1 -0
  152. package/sdk/workflows.d.ts +41 -0
  153. package/sdk/workflows.d.ts.map +1 -0
  154. package/sdk/workflows.js +62 -0
  155. package/sdk/workflows.js.map +1 -0
  156. package/src/funcs/insightsToolsCreate.ts +135 -0
  157. package/src/funcs/insightsToolsGetById.ts +142 -0
  158. package/src/funcs/insightsToolsInsightToolGetDefinitions.ts +112 -0
  159. package/src/funcs/insightsToolsList.ts +148 -0
  160. package/src/funcs/insightsToolsUpdate.ts +143 -0
  161. package/src/funcs/insightsWorkflowsCreate.ts +135 -0
  162. package/src/funcs/insightsWorkflowsDelete.ts +145 -0
  163. package/src/funcs/insightsWorkflowsGetById.ts +145 -0
  164. package/src/funcs/insightsWorkflowsList.ts +149 -0
  165. package/src/funcs/insightsWorkflowsUpdate.ts +148 -0
  166. package/src/funcs/sessionsSummaryGetById.ts +140 -0
  167. package/src/lib/config.ts +2 -2
  168. package/src/models/components/index.ts +9 -0
  169. package/src/models/components/insighttooldefinition.ts +213 -0
  170. package/src/models/components/insighttoolinput.ts +163 -0
  171. package/src/models/components/insighttooloutput.ts +210 -0
  172. package/src/models/components/insighttoolproperties.ts +37 -0
  173. package/src/models/components/insightworkflowinput.ts +161 -0
  174. package/src/models/components/insightworkflowoutput.ts +206 -0
  175. package/src/models/components/insightworkflowproperties.ts +40 -0
  176. package/src/models/components/listresponseinsighttooloutput.ts +103 -0
  177. package/src/models/components/listresponseinsightworkflowoutput.ts +104 -0
  178. package/src/models/operations/directoryworkflowdelete.ts +77 -0
  179. package/src/models/operations/index.ts +8 -0
  180. package/src/models/operations/insightstoolupdate.ts +82 -0
  181. package/src/models/operations/insightsworkflowgetbyid.ts +77 -0
  182. package/src/models/operations/insightsworkflowlist.ts +130 -0
  183. package/src/models/operations/insightsworkflowupdate.ts +84 -0
  184. package/src/models/operations/insighttoolgetbyid.ts +75 -0
  185. package/src/models/operations/insighttoollist.ts +126 -0
  186. package/src/models/operations/sessionsummarygetbyid.ts +77 -0
  187. package/src/sdk/insights.ts +19 -0
  188. package/src/sdk/sdk.ts +6 -0
  189. package/src/sdk/sessions.ts +6 -0
  190. package/src/sdk/summary.ts +24 -0
  191. package/src/sdk/syllablesdktools.ts +98 -0
  192. package/src/sdk/workflows.ts +100 -0
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.DirectoryWorkflowDeleteRequest$ = exports.DirectoryWorkflowDeleteRequest$outboundSchema = exports.DirectoryWorkflowDeleteRequest$inboundSchema = void 0;
30
+ exports.directoryWorkflowDeleteRequestToJSON = directoryWorkflowDeleteRequestToJSON;
31
+ exports.directoryWorkflowDeleteRequestFromJSON = directoryWorkflowDeleteRequestFromJSON;
32
+ const z = __importStar(require("zod"));
33
+ const primitives_js_1 = require("../../lib/primitives.js");
34
+ const schemas_js_1 = require("../../lib/schemas.js");
35
+ /** @internal */
36
+ exports.DirectoryWorkflowDeleteRequest$inboundSchema = z.object({
37
+ workflow_id: z.number().int(),
38
+ }).transform((v) => {
39
+ return (0, primitives_js_1.remap)(v, {
40
+ "workflow_id": "workflowId",
41
+ });
42
+ });
43
+ /** @internal */
44
+ exports.DirectoryWorkflowDeleteRequest$outboundSchema = z.object({
45
+ workflowId: z.number().int(),
46
+ }).transform((v) => {
47
+ return (0, primitives_js_1.remap)(v, {
48
+ workflowId: "workflow_id",
49
+ });
50
+ });
51
+ /**
52
+ * @internal
53
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
54
+ */
55
+ var DirectoryWorkflowDeleteRequest$;
56
+ (function (DirectoryWorkflowDeleteRequest$) {
57
+ /** @deprecated use `DirectoryWorkflowDeleteRequest$inboundSchema` instead. */
58
+ DirectoryWorkflowDeleteRequest$.inboundSchema = exports.DirectoryWorkflowDeleteRequest$inboundSchema;
59
+ /** @deprecated use `DirectoryWorkflowDeleteRequest$outboundSchema` instead. */
60
+ DirectoryWorkflowDeleteRequest$.outboundSchema = exports.DirectoryWorkflowDeleteRequest$outboundSchema;
61
+ })(DirectoryWorkflowDeleteRequest$ || (exports.DirectoryWorkflowDeleteRequest$ = DirectoryWorkflowDeleteRequest$ = {}));
62
+ function directoryWorkflowDeleteRequestToJSON(directoryWorkflowDeleteRequest) {
63
+ return JSON.stringify(exports.DirectoryWorkflowDeleteRequest$outboundSchema.parse(directoryWorkflowDeleteRequest));
64
+ }
65
+ function directoryWorkflowDeleteRequestFromJSON(jsonString) {
66
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DirectoryWorkflowDeleteRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DirectoryWorkflowDeleteRequest' from JSON`);
67
+ }
68
+ //# sourceMappingURL=directoryworkflowdelete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"directoryworkflowdelete.js","sourceRoot":"","sources":["../../src/models/operations/directoryworkflowdelete.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAwDH,oFAQC;AAED,wFAQC;AAxED,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAQjD,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC9B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC7B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,+BAA+B,CAO/C;AAPD,WAAiB,+BAA+B;IAC9C,8EAA8E;IACjE,6CAAa,GAAG,oDAA4C,CAAC;IAC1E,+EAA+E;IAClE,8CAAc,GAAG,qDAA6C,CAAC;AAG9E,CAAC,EAPgB,+BAA+B,+CAA/B,+BAA+B,QAO/C;AAED,SAAgB,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,qDAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,sCAAsC,CACpD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oDAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC"}
@@ -15,8 +15,15 @@ export * from "./custommessageslist.js";
15
15
  export * from "./datasourcesdelete.js";
16
16
  export * from "./datasourcesgetbyid.js";
17
17
  export * from "./datasourceslist.js";
18
+ export * from "./directoryworkflowdelete.js";
18
19
  export * from "./eventslist.js";
19
20
  export * from "./generatesessionrecordingurls.js";
21
+ export * from "./insightstoolupdate.js";
22
+ export * from "./insightsworkflowgetbyid.js";
23
+ export * from "./insightsworkflowlist.js";
24
+ export * from "./insightsworkflowupdate.js";
25
+ export * from "./insighttoolgetbyid.js";
26
+ export * from "./insighttoollist.js";
20
27
  export * from "./postgetdashboard.js";
21
28
  export * from "./postlistdashboard.js";
22
29
  export * from "./promptsdelete.js";
@@ -31,6 +38,7 @@ export * from "./sessionlabelgetbyid.js";
31
38
  export * from "./sessionlabelslist.js";
32
39
  export * from "./sessionrecordingstream.js";
33
40
  export * from "./sessionslist.js";
41
+ export * from "./sessionsummarygetbyid.js";
34
42
  export * from "./sessiontranscriptgetbyid.js";
35
43
  export * from "./tooldelete.js";
36
44
  export * from "./toolgetbyname.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
@@ -34,8 +34,15 @@ __exportStar(require("./custommessageslist.js"), exports);
34
34
  __exportStar(require("./datasourcesdelete.js"), exports);
35
35
  __exportStar(require("./datasourcesgetbyid.js"), exports);
36
36
  __exportStar(require("./datasourceslist.js"), exports);
37
+ __exportStar(require("./directoryworkflowdelete.js"), exports);
37
38
  __exportStar(require("./eventslist.js"), exports);
38
39
  __exportStar(require("./generatesessionrecordingurls.js"), exports);
40
+ __exportStar(require("./insightstoolupdate.js"), exports);
41
+ __exportStar(require("./insightsworkflowgetbyid.js"), exports);
42
+ __exportStar(require("./insightsworkflowlist.js"), exports);
43
+ __exportStar(require("./insightsworkflowupdate.js"), exports);
44
+ __exportStar(require("./insighttoolgetbyid.js"), exports);
45
+ __exportStar(require("./insighttoollist.js"), exports);
39
46
  __exportStar(require("./postgetdashboard.js"), exports);
40
47
  __exportStar(require("./postlistdashboard.js"), exports);
41
48
  __exportStar(require("./promptsdelete.js"), exports);
@@ -50,6 +57,7 @@ __exportStar(require("./sessionlabelgetbyid.js"), exports);
50
57
  __exportStar(require("./sessionlabelslist.js"), exports);
51
58
  __exportStar(require("./sessionrecordingstream.js"), exports);
52
59
  __exportStar(require("./sessionslist.js"), exports);
60
+ __exportStar(require("./sessionsummarygetbyid.js"), exports);
53
61
  __exportStar(require("./sessiontranscriptgetbyid.js"), exports);
54
62
  __exportStar(require("./tooldelete.js"), exports);
55
63
  __exportStar(require("./toolgetbyname.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,mDAAiC;AACjC,oDAAkC;AAClC,iDAA+B;AAC/B,wDAAsC;AACtC,oDAAkC;AAClC,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,0DAAwC;AACxC,4DAA0C;AAC1C,yDAAuC;AACvC,4DAA0C;AAC1C,4DAA0C;AAC1C,0DAAwC;AACxC,yDAAuC;AACvC,0DAAwC;AACxC,uDAAqC;AACrC,kDAAgC;AAChC,oEAAkD;AAClD,wDAAsC;AACtC,yDAAuC;AACvC,qDAAmC;AACnC,sDAAoC;AACpC,sDAAoC;AACpC,mDAAiC;AACjC,qDAAmC;AACnC,mDAAiC;AACjC,uDAAqC;AACrC,sDAAoC;AACpC,2DAAyC;AACzC,yDAAuC;AACvC,8DAA4C;AAC5C,oDAAkC;AAClC,gEAA8C;AAC9C,kDAAgC;AAChC,qDAAmC;AACnC,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,mDAAiC;AACjC,oDAAkC;AAClC,iDAA+B;AAC/B,wDAAsC;AACtC,oDAAkC;AAClC,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,0DAAwC;AACxC,4DAA0C;AAC1C,yDAAuC;AACvC,4DAA0C;AAC1C,4DAA0C;AAC1C,0DAAwC;AACxC,yDAAuC;AACvC,0DAAwC;AACxC,uDAAqC;AACrC,+DAA6C;AAC7C,kDAAgC;AAChC,oEAAkD;AAClD,0DAAwC;AACxC,+DAA6C;AAC7C,4DAA0C;AAC1C,8DAA4C;AAC5C,0DAAwC;AACxC,uDAAqC;AACrC,wDAAsC;AACtC,yDAAuC;AACvC,qDAAmC;AACnC,sDAAoC;AACpC,sDAAoC;AACpC,mDAAiC;AACjC,qDAAmC;AACnC,mDAAiC;AACjC,uDAAqC;AACrC,sDAAoC;AACpC,2DAAyC;AACzC,yDAAuC;AACvC,8DAA4C;AAC5C,oDAAkC;AAClC,6DAA2C;AAC3C,gEAA8C;AAC9C,kDAAgC;AAChC,qDAAmC;AACnC,gDAA8B"}
@@ -0,0 +1,32 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type InsightsToolUpdateRequest = {
6
+ toolId: number;
7
+ insightToolInput: components.InsightToolInput;
8
+ };
9
+ /** @internal */
10
+ export declare const InsightsToolUpdateRequest$inboundSchema: z.ZodType<InsightsToolUpdateRequest, z.ZodTypeDef, unknown>;
11
+ /** @internal */
12
+ export type InsightsToolUpdateRequest$Outbound = {
13
+ tool_id: number;
14
+ InsightToolInput: components.InsightToolInput$Outbound;
15
+ };
16
+ /** @internal */
17
+ export declare const InsightsToolUpdateRequest$outboundSchema: z.ZodType<InsightsToolUpdateRequest$Outbound, z.ZodTypeDef, InsightsToolUpdateRequest>;
18
+ /**
19
+ * @internal
20
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
21
+ */
22
+ export declare namespace InsightsToolUpdateRequest$ {
23
+ /** @deprecated use `InsightsToolUpdateRequest$inboundSchema` instead. */
24
+ const inboundSchema: z.ZodType<InsightsToolUpdateRequest, z.ZodTypeDef, unknown>;
25
+ /** @deprecated use `InsightsToolUpdateRequest$outboundSchema` instead. */
26
+ const outboundSchema: z.ZodType<InsightsToolUpdateRequest$Outbound, z.ZodTypeDef, InsightsToolUpdateRequest>;
27
+ /** @deprecated use `InsightsToolUpdateRequest$Outbound` instead. */
28
+ type Outbound = InsightsToolUpdateRequest$Outbound;
29
+ }
30
+ export declare function insightsToolUpdateRequestToJSON(insightsToolUpdateRequest: InsightsToolUpdateRequest): string;
31
+ export declare function insightsToolUpdateRequestFromJSON(jsonString: string): SafeParseResult<InsightsToolUpdateRequest, SDKValidationError>;
32
+ //# sourceMappingURL=insightstoolupdate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightstoolupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/insightstoolupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,yBAAyB,GAAG;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC;CAC/C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,UAAU,CAAC,yBAAyB,CAAC;CACxD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CASzB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC3D;AAED,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,MAAM,CAIR;AAED,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE"}
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.InsightsToolUpdateRequest$ = exports.InsightsToolUpdateRequest$outboundSchema = exports.InsightsToolUpdateRequest$inboundSchema = void 0;
30
+ exports.insightsToolUpdateRequestToJSON = insightsToolUpdateRequestToJSON;
31
+ exports.insightsToolUpdateRequestFromJSON = insightsToolUpdateRequestFromJSON;
32
+ const z = __importStar(require("zod"));
33
+ const primitives_js_1 = require("../../lib/primitives.js");
34
+ const schemas_js_1 = require("../../lib/schemas.js");
35
+ const components = __importStar(require("../components/index.js"));
36
+ /** @internal */
37
+ exports.InsightsToolUpdateRequest$inboundSchema = z.object({
38
+ tool_id: z.number().int(),
39
+ InsightToolInput: components.InsightToolInput$inboundSchema,
40
+ }).transform((v) => {
41
+ return (0, primitives_js_1.remap)(v, {
42
+ "tool_id": "toolId",
43
+ "InsightToolInput": "insightToolInput",
44
+ });
45
+ });
46
+ /** @internal */
47
+ exports.InsightsToolUpdateRequest$outboundSchema = z.object({
48
+ toolId: z.number().int(),
49
+ insightToolInput: components.InsightToolInput$outboundSchema,
50
+ }).transform((v) => {
51
+ return (0, primitives_js_1.remap)(v, {
52
+ toolId: "tool_id",
53
+ insightToolInput: "InsightToolInput",
54
+ });
55
+ });
56
+ /**
57
+ * @internal
58
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
59
+ */
60
+ var InsightsToolUpdateRequest$;
61
+ (function (InsightsToolUpdateRequest$) {
62
+ /** @deprecated use `InsightsToolUpdateRequest$inboundSchema` instead. */
63
+ InsightsToolUpdateRequest$.inboundSchema = exports.InsightsToolUpdateRequest$inboundSchema;
64
+ /** @deprecated use `InsightsToolUpdateRequest$outboundSchema` instead. */
65
+ InsightsToolUpdateRequest$.outboundSchema = exports.InsightsToolUpdateRequest$outboundSchema;
66
+ })(InsightsToolUpdateRequest$ || (exports.InsightsToolUpdateRequest$ = InsightsToolUpdateRequest$ = {}));
67
+ function insightsToolUpdateRequestToJSON(insightsToolUpdateRequest) {
68
+ return JSON.stringify(exports.InsightsToolUpdateRequest$outboundSchema.parse(insightsToolUpdateRequest));
69
+ }
70
+ function insightsToolUpdateRequestFromJSON(jsonString) {
71
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.InsightsToolUpdateRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InsightsToolUpdateRequest' from JSON`);
72
+ }
73
+ //# sourceMappingURL=insightstoolupdate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightstoolupdate.js","sourceRoot":"","sources":["../../src/models/operations/insightstoolupdate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DH,0EAMC;AAED,8EAQC;AA7ED,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAQrD,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACzB,gBAAgB,EAAE,UAAU,CAAC,8BAA8B;CAC5D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,QAAQ;QACnB,kBAAkB,EAAE,kBAAkB;KACvC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACxB,gBAAgB,EAAE,UAAU,CAAC,+BAA+B;CAC7D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,MAAM,EAAE,SAAS;QACjB,gBAAgB,EAAE,kBAAkB;KACrC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAGzE,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C;AAED,SAAgB,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,SAAgB,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type InsightsWorkflowGetByIdRequest = {
5
+ workflowId: number;
6
+ };
7
+ /** @internal */
8
+ export declare const InsightsWorkflowGetByIdRequest$inboundSchema: z.ZodType<InsightsWorkflowGetByIdRequest, z.ZodTypeDef, unknown>;
9
+ /** @internal */
10
+ export type InsightsWorkflowGetByIdRequest$Outbound = {
11
+ workflow_id: number;
12
+ };
13
+ /** @internal */
14
+ export declare const InsightsWorkflowGetByIdRequest$outboundSchema: z.ZodType<InsightsWorkflowGetByIdRequest$Outbound, z.ZodTypeDef, InsightsWorkflowGetByIdRequest>;
15
+ /**
16
+ * @internal
17
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
18
+ */
19
+ export declare namespace InsightsWorkflowGetByIdRequest$ {
20
+ /** @deprecated use `InsightsWorkflowGetByIdRequest$inboundSchema` instead. */
21
+ const inboundSchema: z.ZodType<InsightsWorkflowGetByIdRequest, z.ZodTypeDef, unknown>;
22
+ /** @deprecated use `InsightsWorkflowGetByIdRequest$outboundSchema` instead. */
23
+ const outboundSchema: z.ZodType<InsightsWorkflowGetByIdRequest$Outbound, z.ZodTypeDef, InsightsWorkflowGetByIdRequest>;
24
+ /** @deprecated use `InsightsWorkflowGetByIdRequest$Outbound` instead. */
25
+ type Outbound = InsightsWorkflowGetByIdRequest$Outbound;
26
+ }
27
+ export declare function insightsWorkflowGetByIdRequestToJSON(insightsWorkflowGetByIdRequest: InsightsWorkflowGetByIdRequest): string;
28
+ export declare function insightsWorkflowGetByIdRequestFromJSON(jsonString: string): SafeParseResult<InsightsWorkflowGetByIdRequest, SDKValidationError>;
29
+ //# sourceMappingURL=insightsworkflowgetbyid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightsworkflowgetbyid.d.ts","sourceRoot":"","sources":["../../src/models/operations/insightsworkflowgetbyid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,8BAA8B,GAAG;IAC3C,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAO9B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa,kEAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc,kGAAgD,CAAC;IAC5E,yEAAyE;IACzE,KAAY,QAAQ,GAAG,uCAAuC,CAAC;CAChE;AAED,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AAED,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE"}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.InsightsWorkflowGetByIdRequest$ = exports.InsightsWorkflowGetByIdRequest$outboundSchema = exports.InsightsWorkflowGetByIdRequest$inboundSchema = void 0;
30
+ exports.insightsWorkflowGetByIdRequestToJSON = insightsWorkflowGetByIdRequestToJSON;
31
+ exports.insightsWorkflowGetByIdRequestFromJSON = insightsWorkflowGetByIdRequestFromJSON;
32
+ const z = __importStar(require("zod"));
33
+ const primitives_js_1 = require("../../lib/primitives.js");
34
+ const schemas_js_1 = require("../../lib/schemas.js");
35
+ /** @internal */
36
+ exports.InsightsWorkflowGetByIdRequest$inboundSchema = z.object({
37
+ workflow_id: z.number().int(),
38
+ }).transform((v) => {
39
+ return (0, primitives_js_1.remap)(v, {
40
+ "workflow_id": "workflowId",
41
+ });
42
+ });
43
+ /** @internal */
44
+ exports.InsightsWorkflowGetByIdRequest$outboundSchema = z.object({
45
+ workflowId: z.number().int(),
46
+ }).transform((v) => {
47
+ return (0, primitives_js_1.remap)(v, {
48
+ workflowId: "workflow_id",
49
+ });
50
+ });
51
+ /**
52
+ * @internal
53
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
54
+ */
55
+ var InsightsWorkflowGetByIdRequest$;
56
+ (function (InsightsWorkflowGetByIdRequest$) {
57
+ /** @deprecated use `InsightsWorkflowGetByIdRequest$inboundSchema` instead. */
58
+ InsightsWorkflowGetByIdRequest$.inboundSchema = exports.InsightsWorkflowGetByIdRequest$inboundSchema;
59
+ /** @deprecated use `InsightsWorkflowGetByIdRequest$outboundSchema` instead. */
60
+ InsightsWorkflowGetByIdRequest$.outboundSchema = exports.InsightsWorkflowGetByIdRequest$outboundSchema;
61
+ })(InsightsWorkflowGetByIdRequest$ || (exports.InsightsWorkflowGetByIdRequest$ = InsightsWorkflowGetByIdRequest$ = {}));
62
+ function insightsWorkflowGetByIdRequestToJSON(insightsWorkflowGetByIdRequest) {
63
+ return JSON.stringify(exports.InsightsWorkflowGetByIdRequest$outboundSchema.parse(insightsWorkflowGetByIdRequest));
64
+ }
65
+ function insightsWorkflowGetByIdRequestFromJSON(jsonString) {
66
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.InsightsWorkflowGetByIdRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InsightsWorkflowGetByIdRequest' from JSON`);
67
+ }
68
+ //# sourceMappingURL=insightsworkflowgetbyid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightsworkflowgetbyid.js","sourceRoot":"","sources":["../../src/models/operations/insightsworkflowgetbyid.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAwDH,oFAQC;AAED,wFAQC;AAxED,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAQjD,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC9B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC7B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,+BAA+B,CAO/C;AAPD,WAAiB,+BAA+B;IAC9C,8EAA8E;IACjE,6CAAa,GAAG,oDAA4C,CAAC;IAC1E,+EAA+E;IAClE,8CAAc,GAAG,qDAA6C,CAAC;AAG9E,CAAC,EAPgB,+BAA+B,+CAA/B,+BAA+B,QAO/C;AAED,SAAgB,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,qDAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,sCAAsC,CACpD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oDAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,46 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type InsightsWorkflowListRequest = {
6
+ page?: number | null | undefined;
7
+ limit?: number | undefined;
8
+ searchFields?: Array<components.InsightWorkflowProperties> | undefined;
9
+ searchFieldValues?: Array<string> | undefined;
10
+ orderBy?: components.InsightWorkflowProperties | null | undefined;
11
+ orderByDirection?: components.OrderByDirection | null | undefined;
12
+ fields?: Array<components.InsightWorkflowProperties> | null | undefined;
13
+ startDatetime?: string | null | undefined;
14
+ endDatetime?: string | null | undefined;
15
+ };
16
+ /** @internal */
17
+ export declare const InsightsWorkflowListRequest$inboundSchema: z.ZodType<InsightsWorkflowListRequest, z.ZodTypeDef, unknown>;
18
+ /** @internal */
19
+ export type InsightsWorkflowListRequest$Outbound = {
20
+ page?: number | null | undefined;
21
+ limit: number;
22
+ search_fields?: Array<string> | undefined;
23
+ search_field_values?: Array<string> | undefined;
24
+ order_by?: string | null | undefined;
25
+ order_by_direction?: string | null | undefined;
26
+ fields?: Array<string> | null | undefined;
27
+ start_datetime?: string | null | undefined;
28
+ end_datetime?: string | null | undefined;
29
+ };
30
+ /** @internal */
31
+ export declare const InsightsWorkflowListRequest$outboundSchema: z.ZodType<InsightsWorkflowListRequest$Outbound, z.ZodTypeDef, InsightsWorkflowListRequest>;
32
+ /**
33
+ * @internal
34
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
35
+ */
36
+ export declare namespace InsightsWorkflowListRequest$ {
37
+ /** @deprecated use `InsightsWorkflowListRequest$inboundSchema` instead. */
38
+ const inboundSchema: z.ZodType<InsightsWorkflowListRequest, z.ZodTypeDef, unknown>;
39
+ /** @deprecated use `InsightsWorkflowListRequest$outboundSchema` instead. */
40
+ const outboundSchema: z.ZodType<InsightsWorkflowListRequest$Outbound, z.ZodTypeDef, InsightsWorkflowListRequest>;
41
+ /** @deprecated use `InsightsWorkflowListRequest$Outbound` instead. */
42
+ type Outbound = InsightsWorkflowListRequest$Outbound;
43
+ }
44
+ export declare function insightsWorkflowListRequestToJSON(insightsWorkflowListRequest: InsightsWorkflowListRequest): string;
45
+ export declare function insightsWorkflowListRequestFromJSON(jsonString: string): SafeParseResult<InsightsWorkflowListRequest, SDKValidationError>;
46
+ //# sourceMappingURL=insightsworkflowlist.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightsworkflowlist.d.ts","sourceRoot":"","sources":["../../src/models/operations/insightsworkflowlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC;IACvE,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,yBAAyB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAyBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG;IACjD,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC1C,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAChD,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAyB3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D;AAED,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR;AAED,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
@@ -0,0 +1,101 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.InsightsWorkflowListRequest$ = exports.InsightsWorkflowListRequest$outboundSchema = exports.InsightsWorkflowListRequest$inboundSchema = void 0;
30
+ exports.insightsWorkflowListRequestToJSON = insightsWorkflowListRequestToJSON;
31
+ exports.insightsWorkflowListRequestFromJSON = insightsWorkflowListRequestFromJSON;
32
+ const z = __importStar(require("zod"));
33
+ const primitives_js_1 = require("../../lib/primitives.js");
34
+ const schemas_js_1 = require("../../lib/schemas.js");
35
+ const components = __importStar(require("../components/index.js"));
36
+ /** @internal */
37
+ exports.InsightsWorkflowListRequest$inboundSchema = z.object({
38
+ page: z.nullable(z.number().int()).optional(),
39
+ limit: z.number().int().default(25),
40
+ search_fields: z.array(components.InsightWorkflowProperties$inboundSchema)
41
+ .optional(),
42
+ search_field_values: z.array(z.string()).optional(),
43
+ order_by: z.nullable(components.InsightWorkflowProperties$inboundSchema)
44
+ .optional(),
45
+ order_by_direction: z.nullable(components.OrderByDirection$inboundSchema)
46
+ .optional(),
47
+ fields: z.nullable(z.array(components.InsightWorkflowProperties$inboundSchema)).optional(),
48
+ start_datetime: z.nullable(z.string()).optional(),
49
+ end_datetime: z.nullable(z.string()).optional(),
50
+ }).transform((v) => {
51
+ return (0, primitives_js_1.remap)(v, {
52
+ "search_fields": "searchFields",
53
+ "search_field_values": "searchFieldValues",
54
+ "order_by": "orderBy",
55
+ "order_by_direction": "orderByDirection",
56
+ "start_datetime": "startDatetime",
57
+ "end_datetime": "endDatetime",
58
+ });
59
+ });
60
+ /** @internal */
61
+ exports.InsightsWorkflowListRequest$outboundSchema = z.object({
62
+ page: z.nullable(z.number().int()).optional(),
63
+ limit: z.number().int().default(25),
64
+ searchFields: z.array(components.InsightWorkflowProperties$outboundSchema)
65
+ .optional(),
66
+ searchFieldValues: z.array(z.string()).optional(),
67
+ orderBy: z.nullable(components.InsightWorkflowProperties$outboundSchema)
68
+ .optional(),
69
+ orderByDirection: z.nullable(components.OrderByDirection$outboundSchema)
70
+ .optional(),
71
+ fields: z.nullable(z.array(components.InsightWorkflowProperties$outboundSchema)).optional(),
72
+ startDatetime: z.nullable(z.string()).optional(),
73
+ endDatetime: z.nullable(z.string()).optional(),
74
+ }).transform((v) => {
75
+ return (0, primitives_js_1.remap)(v, {
76
+ searchFields: "search_fields",
77
+ searchFieldValues: "search_field_values",
78
+ orderBy: "order_by",
79
+ orderByDirection: "order_by_direction",
80
+ startDatetime: "start_datetime",
81
+ endDatetime: "end_datetime",
82
+ });
83
+ });
84
+ /**
85
+ * @internal
86
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
87
+ */
88
+ var InsightsWorkflowListRequest$;
89
+ (function (InsightsWorkflowListRequest$) {
90
+ /** @deprecated use `InsightsWorkflowListRequest$inboundSchema` instead. */
91
+ InsightsWorkflowListRequest$.inboundSchema = exports.InsightsWorkflowListRequest$inboundSchema;
92
+ /** @deprecated use `InsightsWorkflowListRequest$outboundSchema` instead. */
93
+ InsightsWorkflowListRequest$.outboundSchema = exports.InsightsWorkflowListRequest$outboundSchema;
94
+ })(InsightsWorkflowListRequest$ || (exports.InsightsWorkflowListRequest$ = InsightsWorkflowListRequest$ = {}));
95
+ function insightsWorkflowListRequestToJSON(insightsWorkflowListRequest) {
96
+ return JSON.stringify(exports.InsightsWorkflowListRequest$outboundSchema.parse(insightsWorkflowListRequest));
97
+ }
98
+ function insightsWorkflowListRequestFromJSON(jsonString) {
99
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.InsightsWorkflowListRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InsightsWorkflowListRequest' from JSON`);
100
+ }
101
+ //# sourceMappingURL=insightsworkflowlist.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightsworkflowlist.js","sourceRoot":"","sources":["../../src/models/operations/insightsworkflowlist.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,32 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type InsightsWorkflowUpdateRequest = {
6
+ workflowId: number;
7
+ insightWorkflowInput: components.InsightWorkflowInput;
8
+ };
9
+ /** @internal */
10
+ export declare const InsightsWorkflowUpdateRequest$inboundSchema: z.ZodType<InsightsWorkflowUpdateRequest, z.ZodTypeDef, unknown>;
11
+ /** @internal */
12
+ export type InsightsWorkflowUpdateRequest$Outbound = {
13
+ workflow_id: number;
14
+ InsightWorkflowInput: components.InsightWorkflowInput$Outbound;
15
+ };
16
+ /** @internal */
17
+ export declare const InsightsWorkflowUpdateRequest$outboundSchema: z.ZodType<InsightsWorkflowUpdateRequest$Outbound, z.ZodTypeDef, InsightsWorkflowUpdateRequest>;
18
+ /**
19
+ * @internal
20
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
21
+ */
22
+ export declare namespace InsightsWorkflowUpdateRequest$ {
23
+ /** @deprecated use `InsightsWorkflowUpdateRequest$inboundSchema` instead. */
24
+ const inboundSchema: z.ZodType<InsightsWorkflowUpdateRequest, z.ZodTypeDef, unknown>;
25
+ /** @deprecated use `InsightsWorkflowUpdateRequest$outboundSchema` instead. */
26
+ const outboundSchema: z.ZodType<InsightsWorkflowUpdateRequest$Outbound, z.ZodTypeDef, InsightsWorkflowUpdateRequest>;
27
+ /** @deprecated use `InsightsWorkflowUpdateRequest$Outbound` instead. */
28
+ type Outbound = InsightsWorkflowUpdateRequest$Outbound;
29
+ }
30
+ export declare function insightsWorkflowUpdateRequestToJSON(insightsWorkflowUpdateRequest: InsightsWorkflowUpdateRequest): string;
31
+ export declare function insightsWorkflowUpdateRequestFromJSON(jsonString: string): SafeParseResult<InsightsWorkflowUpdateRequest, SDKValidationError>;
32
+ //# sourceMappingURL=insightsworkflowupdate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insightsworkflowupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/insightsworkflowupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,UAAU,CAAC,6BAA6B,CAAC;CAChE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAS7B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa,iEAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc,gGAA+C,CAAC;IAC3E,wEAAwE;IACxE,KAAY,QAAQ,GAAG,sCAAsC,CAAC;CAC/D;AAED,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AAED,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}