@unified-api/typescript-sdk 2.4.1 → 2.5.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 (155) hide show
  1. package/README.md +41 -3
  2. package/funcs/apicallListUnifiedApicalls.js +1 -1
  3. package/funcs/apicallListUnifiedApicalls.js.map +1 -1
  4. package/funcs/connectionListUnifiedConnections.js +1 -1
  5. package/funcs/connectionListUnifiedConnections.js.map +1 -1
  6. package/funcs/integrationListUnifiedIntegrations.js +1 -1
  7. package/funcs/integrationListUnifiedIntegrations.js.map +1 -1
  8. package/funcs/issueListUnifiedIssues.js +1 -1
  9. package/funcs/issueListUnifiedIssues.js.map +1 -1
  10. package/funcs/passthroughCreatePassthroughJson.d.ts +19 -0
  11. package/funcs/passthroughCreatePassthroughJson.d.ts.map +1 -0
  12. package/funcs/{passthroughCreatePassthrough.js → passthroughCreatePassthroughJson.js} +18 -8
  13. package/funcs/passthroughCreatePassthroughJson.js.map +1 -0
  14. package/funcs/passthroughCreatePassthroughRaw.d.ts +19 -0
  15. package/funcs/passthroughCreatePassthroughRaw.d.ts.map +1 -0
  16. package/funcs/passthroughCreatePassthroughRaw.js +109 -0
  17. package/funcs/passthroughCreatePassthroughRaw.js.map +1 -0
  18. package/funcs/passthroughListPassthroughs.d.ts +8 -3
  19. package/funcs/passthroughListPassthroughs.d.ts.map +1 -1
  20. package/funcs/passthroughListPassthroughs.js +13 -3
  21. package/funcs/passthroughListPassthroughs.js.map +1 -1
  22. package/funcs/passthroughPatchPassthroughJson.d.ts +19 -0
  23. package/funcs/passthroughPatchPassthroughJson.d.ts.map +1 -0
  24. package/funcs/{passthroughPatchPassthrough.js → passthroughPatchPassthroughJson.js} +18 -8
  25. package/funcs/passthroughPatchPassthroughJson.js.map +1 -0
  26. package/funcs/passthroughPatchPassthroughRaw.d.ts +19 -0
  27. package/funcs/passthroughPatchPassthroughRaw.d.ts.map +1 -0
  28. package/funcs/passthroughPatchPassthroughRaw.js +109 -0
  29. package/funcs/passthroughPatchPassthroughRaw.js.map +1 -0
  30. package/funcs/passthroughRemovePassthrough.d.ts +8 -3
  31. package/funcs/passthroughRemovePassthrough.d.ts.map +1 -1
  32. package/funcs/passthroughRemovePassthrough.js +13 -3
  33. package/funcs/passthroughRemovePassthrough.js.map +1 -1
  34. package/funcs/passthroughUpdatePassthroughJson.d.ts +19 -0
  35. package/funcs/passthroughUpdatePassthroughJson.d.ts.map +1 -0
  36. package/funcs/{passthroughUpdatePassthrough.js → passthroughUpdatePassthroughJson.js} +18 -8
  37. package/funcs/passthroughUpdatePassthroughJson.js.map +1 -0
  38. package/funcs/passthroughUpdatePassthroughRaw.d.ts +19 -0
  39. package/funcs/passthroughUpdatePassthroughRaw.d.ts.map +1 -0
  40. package/funcs/passthroughUpdatePassthroughRaw.js +109 -0
  41. package/funcs/passthroughUpdatePassthroughRaw.js.map +1 -0
  42. package/funcs/unifiedCreateUnifiedWebhook.js +1 -1
  43. package/funcs/unifiedCreateUnifiedWebhook.js.map +1 -1
  44. package/funcs/unifiedListUnifiedApicalls.js +1 -1
  45. package/funcs/unifiedListUnifiedApicalls.js.map +1 -1
  46. package/funcs/unifiedListUnifiedConnections.js +1 -1
  47. package/funcs/unifiedListUnifiedConnections.js.map +1 -1
  48. package/funcs/unifiedListUnifiedIntegrations.js +1 -1
  49. package/funcs/unifiedListUnifiedIntegrations.js.map +1 -1
  50. package/funcs/unifiedListUnifiedIssues.js +1 -1
  51. package/funcs/unifiedListUnifiedIssues.js.map +1 -1
  52. package/funcs/unifiedListUnifiedWebhooks.js +1 -1
  53. package/funcs/unifiedListUnifiedWebhooks.js.map +1 -1
  54. package/funcs/webhookCreateUnifiedWebhook.js +1 -1
  55. package/funcs/webhookCreateUnifiedWebhook.js.map +1 -1
  56. package/funcs/webhookListUnifiedWebhooks.js +1 -1
  57. package/funcs/webhookListUnifiedWebhooks.js.map +1 -1
  58. package/lib/config.d.ts +3 -3
  59. package/lib/config.js +3 -3
  60. package/package.json +2 -2
  61. package/sdk/models/operations/createpassthroughjson.d.ts +83 -0
  62. package/sdk/models/operations/createpassthroughjson.d.ts.map +1 -0
  63. package/sdk/models/operations/createpassthroughjson.js +112 -0
  64. package/sdk/models/operations/createpassthroughjson.js.map +1 -0
  65. package/sdk/models/operations/createpassthroughraw.d.ts +83 -0
  66. package/sdk/models/operations/createpassthroughraw.d.ts.map +1 -0
  67. package/sdk/models/operations/createpassthroughraw.js +122 -0
  68. package/sdk/models/operations/createpassthroughraw.js.map +1 -0
  69. package/sdk/models/operations/index.d.ts +6 -3
  70. package/sdk/models/operations/index.d.ts.map +1 -1
  71. package/sdk/models/operations/index.js +6 -3
  72. package/sdk/models/operations/index.js.map +1 -1
  73. package/sdk/models/operations/listpassthroughs.d.ts +48 -0
  74. package/sdk/models/operations/listpassthroughs.d.ts.map +1 -1
  75. package/sdk/models/operations/listpassthroughs.js +48 -1
  76. package/sdk/models/operations/listpassthroughs.js.map +1 -1
  77. package/sdk/models/operations/patchpassthroughjson.d.ts +83 -0
  78. package/sdk/models/operations/patchpassthroughjson.d.ts.map +1 -0
  79. package/sdk/models/operations/patchpassthroughjson.js +112 -0
  80. package/sdk/models/operations/patchpassthroughjson.js.map +1 -0
  81. package/sdk/models/operations/patchpassthroughraw.d.ts +83 -0
  82. package/sdk/models/operations/patchpassthroughraw.d.ts.map +1 -0
  83. package/sdk/models/operations/patchpassthroughraw.js +122 -0
  84. package/sdk/models/operations/patchpassthroughraw.js.map +1 -0
  85. package/sdk/models/operations/removepassthrough.d.ts +48 -0
  86. package/sdk/models/operations/removepassthrough.d.ts.map +1 -1
  87. package/sdk/models/operations/removepassthrough.js +48 -1
  88. package/sdk/models/operations/removepassthrough.js.map +1 -1
  89. package/sdk/models/operations/updatepassthroughjson.d.ts +83 -0
  90. package/sdk/models/operations/updatepassthroughjson.d.ts.map +1 -0
  91. package/sdk/models/operations/updatepassthroughjson.js +112 -0
  92. package/sdk/models/operations/updatepassthroughjson.js.map +1 -0
  93. package/sdk/models/operations/updatepassthroughraw.d.ts +83 -0
  94. package/sdk/models/operations/updatepassthroughraw.d.ts.map +1 -0
  95. package/sdk/models/operations/updatepassthroughraw.js +122 -0
  96. package/sdk/models/operations/updatepassthroughraw.js.map +1 -0
  97. package/sdk/passthrough.d.ts +49 -15
  98. package/sdk/passthrough.d.ts.map +1 -1
  99. package/sdk/passthrough.js +47 -10
  100. package/sdk/passthrough.js.map +1 -1
  101. package/src/funcs/apicallListUnifiedApicalls.ts +1 -1
  102. package/src/funcs/connectionListUnifiedConnections.ts +1 -1
  103. package/src/funcs/integrationListUnifiedIntegrations.ts +1 -1
  104. package/src/funcs/issueListUnifiedIssues.ts +1 -1
  105. package/src/funcs/{passthroughCreatePassthrough.ts → passthroughCreatePassthroughJson.ts} +42 -11
  106. package/src/funcs/passthroughCreatePassthroughRaw.ts +158 -0
  107. package/src/funcs/passthroughListPassthroughs.ts +38 -7
  108. package/src/funcs/{passthroughPatchPassthrough.ts → passthroughPatchPassthroughJson.ts} +43 -11
  109. package/src/funcs/passthroughPatchPassthroughRaw.ts +158 -0
  110. package/src/funcs/passthroughRemovePassthrough.ts +38 -7
  111. package/src/funcs/{passthroughUpdatePassthrough.ts → passthroughUpdatePassthroughJson.ts} +42 -11
  112. package/src/funcs/passthroughUpdatePassthroughRaw.ts +158 -0
  113. package/src/funcs/unifiedCreateUnifiedWebhook.ts +1 -1
  114. package/src/funcs/unifiedListUnifiedApicalls.ts +1 -1
  115. package/src/funcs/unifiedListUnifiedConnections.ts +1 -1
  116. package/src/funcs/unifiedListUnifiedIntegrations.ts +1 -1
  117. package/src/funcs/unifiedListUnifiedIssues.ts +1 -1
  118. package/src/funcs/unifiedListUnifiedWebhooks.ts +1 -1
  119. package/src/funcs/webhookCreateUnifiedWebhook.ts +1 -1
  120. package/src/funcs/webhookListUnifiedWebhooks.ts +1 -1
  121. package/src/lib/config.ts +3 -3
  122. package/src/sdk/models/operations/createpassthroughjson.ts +166 -0
  123. package/src/sdk/models/operations/createpassthroughraw.ts +185 -0
  124. package/src/sdk/models/operations/index.ts +6 -3
  125. package/src/sdk/models/operations/listpassthroughs.ts +87 -0
  126. package/src/sdk/models/operations/patchpassthroughjson.ts +165 -0
  127. package/src/sdk/models/operations/patchpassthroughraw.ts +185 -0
  128. package/src/sdk/models/operations/removepassthrough.ts +94 -0
  129. package/src/sdk/models/operations/updatepassthroughjson.ts +166 -0
  130. package/src/sdk/models/operations/updatepassthroughraw.ts +185 -0
  131. package/src/sdk/passthrough.ts +125 -24
  132. package/funcs/passthroughCreatePassthrough.d.ts +0 -14
  133. package/funcs/passthroughCreatePassthrough.d.ts.map +0 -1
  134. package/funcs/passthroughCreatePassthrough.js.map +0 -1
  135. package/funcs/passthroughPatchPassthrough.d.ts +0 -14
  136. package/funcs/passthroughPatchPassthrough.d.ts.map +0 -1
  137. package/funcs/passthroughPatchPassthrough.js.map +0 -1
  138. package/funcs/passthroughUpdatePassthrough.d.ts +0 -14
  139. package/funcs/passthroughUpdatePassthrough.d.ts.map +0 -1
  140. package/funcs/passthroughUpdatePassthrough.js.map +0 -1
  141. package/sdk/models/operations/createpassthrough.d.ts +0 -39
  142. package/sdk/models/operations/createpassthrough.d.ts.map +0 -1
  143. package/sdk/models/operations/createpassthrough.js +0 -65
  144. package/sdk/models/operations/createpassthrough.js.map +0 -1
  145. package/sdk/models/operations/patchpassthrough.d.ts +0 -39
  146. package/sdk/models/operations/patchpassthrough.d.ts.map +0 -1
  147. package/sdk/models/operations/patchpassthrough.js +0 -65
  148. package/sdk/models/operations/patchpassthrough.js.map +0 -1
  149. package/sdk/models/operations/updatepassthrough.d.ts +0 -39
  150. package/sdk/models/operations/updatepassthrough.d.ts.map +0 -1
  151. package/sdk/models/operations/updatepassthrough.js +0 -65
  152. package/sdk/models/operations/updatepassthrough.js.map +0 -1
  153. package/src/sdk/models/operations/createpassthrough.ts +0 -70
  154. package/src/sdk/models/operations/patchpassthrough.ts +0 -70
  155. package/src/sdk/models/operations/updatepassthrough.ts +0 -70
@@ -50,7 +50,8 @@ __exportStar(require("./createkmsspace.js"), exports);
50
50
  __exportStar(require("./createmartechlist.js"), exports);
51
51
  __exportStar(require("./createmartechmember.js"), exports);
52
52
  __exportStar(require("./createmessagingmessage.js"), exports);
53
- __exportStar(require("./createpassthrough.js"), exports);
53
+ __exportStar(require("./createpassthroughjson.js"), exports);
54
+ __exportStar(require("./createpassthroughraw.js"), exports);
54
55
  __exportStar(require("./createpaymentlink.js"), exports);
55
56
  __exportStar(require("./createpaymentpayment.js"), exports);
56
57
  __exportStar(require("./createstoragefile.js"), exports);
@@ -206,7 +207,8 @@ __exportStar(require("./patchkmsspace.js"), exports);
206
207
  __exportStar(require("./patchmartechlist.js"), exports);
207
208
  __exportStar(require("./patchmartechmember.js"), exports);
208
209
  __exportStar(require("./patchmessagingmessage.js"), exports);
209
- __exportStar(require("./patchpassthrough.js"), exports);
210
+ __exportStar(require("./patchpassthroughjson.js"), exports);
211
+ __exportStar(require("./patchpassthroughraw.js"), exports);
210
212
  __exportStar(require("./patchpaymentlink.js"), exports);
211
213
  __exportStar(require("./patchpaymentpayment.js"), exports);
212
214
  __exportStar(require("./patchstoragefile.js"), exports);
@@ -295,7 +297,8 @@ __exportStar(require("./updatekmsspace.js"), exports);
295
297
  __exportStar(require("./updatemartechlist.js"), exports);
296
298
  __exportStar(require("./updatemartechmember.js"), exports);
297
299
  __exportStar(require("./updatemessagingmessage.js"), exports);
298
- __exportStar(require("./updatepassthrough.js"), exports);
300
+ __exportStar(require("./updatepassthroughjson.js"), exports);
301
+ __exportStar(require("./updatepassthroughraw.js"), exports);
299
302
  __exportStar(require("./updatepaymentlink.js"), exports);
300
303
  __exportStar(require("./updatepaymentpayment.js"), exports);
301
304
  __exportStar(require("./updatestoragefile.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk/models/operations/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk/models/operations/index.ts"],"names":[],"mappings":"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"}
@@ -6,6 +6,13 @@ export type ListPassthroughsRequest = {
6
6
  connectionId: string;
7
7
  path: string;
8
8
  };
9
+ export type ListPassthroughsResponseResult = any | string | Uint8Array | string;
10
+ export type ListPassthroughsResponse = {
11
+ headers: {
12
+ [k: string]: Array<string>;
13
+ };
14
+ result?: any | string | Uint8Array | string | undefined;
15
+ };
9
16
  /** @internal */
10
17
  export declare const ListPassthroughsRequest$inboundSchema: z.ZodType<ListPassthroughsRequest, z.ZodTypeDef, unknown>;
11
18
  /** @internal */
@@ -27,4 +34,45 @@ export declare namespace ListPassthroughsRequest$ {
27
34
  /** @deprecated use `ListPassthroughsRequest$Outbound` instead. */
28
35
  type Outbound = ListPassthroughsRequest$Outbound;
29
36
  }
37
+ /** @internal */
38
+ export declare const ListPassthroughsResponseResult$inboundSchema: z.ZodType<ListPassthroughsResponseResult, z.ZodTypeDef, unknown>;
39
+ /** @internal */
40
+ export type ListPassthroughsResponseResult$Outbound = any | string | Uint8Array;
41
+ /** @internal */
42
+ export declare const ListPassthroughsResponseResult$outboundSchema: z.ZodType<ListPassthroughsResponseResult$Outbound, z.ZodTypeDef, ListPassthroughsResponseResult>;
43
+ /**
44
+ * @internal
45
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
46
+ */
47
+ export declare namespace ListPassthroughsResponseResult$ {
48
+ /** @deprecated use `ListPassthroughsResponseResult$inboundSchema` instead. */
49
+ const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
50
+ /** @deprecated use `ListPassthroughsResponseResult$outboundSchema` instead. */
51
+ const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
52
+ /** @deprecated use `ListPassthroughsResponseResult$Outbound` instead. */
53
+ type Outbound = ListPassthroughsResponseResult$Outbound;
54
+ }
55
+ /** @internal */
56
+ export declare const ListPassthroughsResponse$inboundSchema: z.ZodType<ListPassthroughsResponse, z.ZodTypeDef, unknown>;
57
+ /** @internal */
58
+ export type ListPassthroughsResponse$Outbound = {
59
+ Headers: {
60
+ [k: string]: Array<string>;
61
+ };
62
+ Result?: any | string | Uint8Array | undefined;
63
+ };
64
+ /** @internal */
65
+ export declare const ListPassthroughsResponse$outboundSchema: z.ZodType<ListPassthroughsResponse$Outbound, z.ZodTypeDef, ListPassthroughsResponse>;
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ export declare namespace ListPassthroughsResponse$ {
71
+ /** @deprecated use `ListPassthroughsResponse$inboundSchema` instead. */
72
+ const inboundSchema: z.ZodType<ListPassthroughsResponse, z.ZodTypeDef, unknown>;
73
+ /** @deprecated use `ListPassthroughsResponse$outboundSchema` instead. */
74
+ const outboundSchema: z.ZodType<ListPassthroughsResponse$Outbound, z.ZodTypeDef, ListPassthroughsResponse>;
75
+ /** @deprecated use `ListPassthroughsResponse$Outbound` instead. */
76
+ type Outbound = ListPassthroughsResponse$Outbound;
77
+ }
30
78
  //# sourceMappingURL=listpassthroughs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listpassthroughs.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/operations/listpassthroughs.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAQP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAQvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD"}
1
+ {"version":3,"file":"listpassthroughs.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/operations/listpassthroughs.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,GAAG,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAEhF,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,SAAS,CAAC;CACzD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAQP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAQvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD;AAED,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAC0C,CAAC;AAEpD,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG,GAAG,GAAG,MAAM,GAAG,UAAU,CAAC;AAEhF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CACoB,CAAC;AAErD;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa,uCAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc,mCAAgD,CAAC;IAC5E,yEAAyE;IACzE,KAAY,QAAQ,GAAG,uCAAuC,CAAC;CAChE;AAED,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,OAAO,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,CAAC;CAChD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CASxB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,yBAAyB,CAAC;IACzC,wEAAwE;IACjE,MAAM,aAAa,4DAAyC,CAAC;IACpE,yEAAyE;IAClE,MAAM,cAAc,sFAA0C,CAAC;IACtE,mEAAmE;IACnE,KAAY,QAAQ,GAAG,iCAAiC,CAAC;CAC1D"}
@@ -26,8 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ListPassthroughsRequest$ = exports.ListPassthroughsRequest$outboundSchema = exports.ListPassthroughsRequest$inboundSchema = void 0;
29
+ exports.ListPassthroughsResponse$ = exports.ListPassthroughsResponse$outboundSchema = exports.ListPassthroughsResponse$inboundSchema = exports.ListPassthroughsResponseResult$ = exports.ListPassthroughsResponseResult$outboundSchema = exports.ListPassthroughsResponseResult$inboundSchema = exports.ListPassthroughsRequest$ = exports.ListPassthroughsRequest$outboundSchema = exports.ListPassthroughsRequest$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
+ const b64$ = __importStar(require("../../../lib/base64.js"));
31
32
  const primitives_js_1 = require("../../../lib/primitives.js");
32
33
  /** @internal */
33
34
  exports.ListPassthroughsRequest$inboundSchema = z.object({
@@ -58,4 +59,50 @@ var ListPassthroughsRequest$;
58
59
  /** @deprecated use `ListPassthroughsRequest$outboundSchema` instead. */
59
60
  ListPassthroughsRequest$.outboundSchema = exports.ListPassthroughsRequest$outboundSchema;
60
61
  })(ListPassthroughsRequest$ || (exports.ListPassthroughsRequest$ = ListPassthroughsRequest$ = {}));
62
+ /** @internal */
63
+ exports.ListPassthroughsResponseResult$inboundSchema = z.union([z.any(), z.string(), b64$.zodInbound]);
64
+ /** @internal */
65
+ exports.ListPassthroughsResponseResult$outboundSchema = z.union([z.any(), z.string(), b64$.zodOutbound]);
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ var ListPassthroughsResponseResult$;
71
+ (function (ListPassthroughsResponseResult$) {
72
+ /** @deprecated use `ListPassthroughsResponseResult$inboundSchema` instead. */
73
+ ListPassthroughsResponseResult$.inboundSchema = exports.ListPassthroughsResponseResult$inboundSchema;
74
+ /** @deprecated use `ListPassthroughsResponseResult$outboundSchema` instead. */
75
+ ListPassthroughsResponseResult$.outboundSchema = exports.ListPassthroughsResponseResult$outboundSchema;
76
+ })(ListPassthroughsResponseResult$ || (exports.ListPassthroughsResponseResult$ = ListPassthroughsResponseResult$ = {}));
77
+ /** @internal */
78
+ exports.ListPassthroughsResponse$inboundSchema = z.object({
79
+ Headers: z.record(z.array(z.string())),
80
+ Result: z.union([z.any(), z.string(), b64$.zodInbound]).optional(),
81
+ }).transform((v) => {
82
+ return (0, primitives_js_1.remap)(v, {
83
+ "Headers": "headers",
84
+ "Result": "result",
85
+ });
86
+ });
87
+ /** @internal */
88
+ exports.ListPassthroughsResponse$outboundSchema = z.object({
89
+ headers: z.record(z.array(z.string())),
90
+ result: z.union([z.any(), z.string(), b64$.zodOutbound]).optional(),
91
+ }).transform((v) => {
92
+ return (0, primitives_js_1.remap)(v, {
93
+ headers: "Headers",
94
+ result: "Result",
95
+ });
96
+ });
97
+ /**
98
+ * @internal
99
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
100
+ */
101
+ var ListPassthroughsResponse$;
102
+ (function (ListPassthroughsResponse$) {
103
+ /** @deprecated use `ListPassthroughsResponse$inboundSchema` instead. */
104
+ ListPassthroughsResponse$.inboundSchema = exports.ListPassthroughsResponse$inboundSchema;
105
+ /** @deprecated use `ListPassthroughsResponse$outboundSchema` instead. */
106
+ ListPassthroughsResponse$.outboundSchema = exports.ListPassthroughsResponse$outboundSchema;
107
+ })(ListPassthroughsResponse$ || (exports.ListPassthroughsResponse$ = ListPassthroughsResponse$ = {}));
61
108
  //# sourceMappingURL=listpassthroughs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"listpassthroughs.js","sourceRoot":"","sources":["../../../src/sdk/models/operations/listpassthroughs.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,8DAA6D;AAU7D,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,eAAe,EAAE,cAAc;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,wBAAwB,CAOxC;AAPD,WAAiB,wBAAwB;IACvC,uEAAuE;IAC1D,sCAAa,GAAG,6CAAqC,CAAC;IACnE,wEAAwE;IAC3D,uCAAc,GAAG,8CAAsC,CAAC;AAGvE,CAAC,EAPgB,wBAAwB,wCAAxB,wBAAwB,QAOxC"}
1
+ {"version":3,"file":"listpassthroughs.js","sourceRoot":"","sources":["../../../src/sdk/models/operations/listpassthroughs.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,6DAA+C;AAC/C,8DAA6D;AAiB7D,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,eAAe,EAAE,cAAc;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,wBAAwB,CAOxC;AAPD,WAAiB,wBAAwB;IACvC,uEAAuE;IAC1D,sCAAa,GAAG,6CAAqC,CAAC;IACnE,wEAAwE;IAC3D,uCAAc,GAAG,8CAAsC,CAAC;AAGvE,CAAC,EAPgB,wBAAwB,wCAAxB,wBAAwB,QAOxC;AAED,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;AAKpD,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;AAErD;;;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,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,SAAS;QACpB,QAAQ,EAAE,QAAQ;KACnB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,EAAE;CACpE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,SAAS;QAClB,MAAM,EAAE,QAAQ;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACxC,wEAAwE;IAC3D,uCAAa,GAAG,8CAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,+CAAuC,CAAC;AAGxE,CAAC,EAPgB,yBAAyB,yCAAzB,yBAAyB,QAOzC"}
@@ -0,0 +1,83 @@
1
+ import * as z from "zod";
2
+ export type PatchPassthroughJsonRequest = {
3
+ /**
4
+ * integration-specific payload
5
+ */
6
+ requestBody?: any | undefined;
7
+ /**
8
+ * ID of the connection
9
+ */
10
+ connectionId: string;
11
+ path: string;
12
+ };
13
+ export type PatchPassthroughJsonResponseResult = any | string | Uint8Array | string;
14
+ export type PatchPassthroughJsonResponse = {
15
+ headers: {
16
+ [k: string]: Array<string>;
17
+ };
18
+ result?: any | string | Uint8Array | string | undefined;
19
+ };
20
+ /** @internal */
21
+ export declare const PatchPassthroughJsonRequest$inboundSchema: z.ZodType<PatchPassthroughJsonRequest, z.ZodTypeDef, unknown>;
22
+ /** @internal */
23
+ export type PatchPassthroughJsonRequest$Outbound = {
24
+ RequestBody?: any | undefined;
25
+ connection_id: string;
26
+ path: string;
27
+ };
28
+ /** @internal */
29
+ export declare const PatchPassthroughJsonRequest$outboundSchema: z.ZodType<PatchPassthroughJsonRequest$Outbound, z.ZodTypeDef, PatchPassthroughJsonRequest>;
30
+ /**
31
+ * @internal
32
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
33
+ */
34
+ export declare namespace PatchPassthroughJsonRequest$ {
35
+ /** @deprecated use `PatchPassthroughJsonRequest$inboundSchema` instead. */
36
+ const inboundSchema: z.ZodType<PatchPassthroughJsonRequest, z.ZodTypeDef, unknown>;
37
+ /** @deprecated use `PatchPassthroughJsonRequest$outboundSchema` instead. */
38
+ const outboundSchema: z.ZodType<PatchPassthroughJsonRequest$Outbound, z.ZodTypeDef, PatchPassthroughJsonRequest>;
39
+ /** @deprecated use `PatchPassthroughJsonRequest$Outbound` instead. */
40
+ type Outbound = PatchPassthroughJsonRequest$Outbound;
41
+ }
42
+ /** @internal */
43
+ export declare const PatchPassthroughJsonResponseResult$inboundSchema: z.ZodType<PatchPassthroughJsonResponseResult, z.ZodTypeDef, unknown>;
44
+ /** @internal */
45
+ export type PatchPassthroughJsonResponseResult$Outbound = any | string | Uint8Array;
46
+ /** @internal */
47
+ export declare const PatchPassthroughJsonResponseResult$outboundSchema: z.ZodType<PatchPassthroughJsonResponseResult$Outbound, z.ZodTypeDef, PatchPassthroughJsonResponseResult>;
48
+ /**
49
+ * @internal
50
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
51
+ */
52
+ export declare namespace PatchPassthroughJsonResponseResult$ {
53
+ /** @deprecated use `PatchPassthroughJsonResponseResult$inboundSchema` instead. */
54
+ const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
55
+ /** @deprecated use `PatchPassthroughJsonResponseResult$outboundSchema` instead. */
56
+ const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
57
+ /** @deprecated use `PatchPassthroughJsonResponseResult$Outbound` instead. */
58
+ type Outbound = PatchPassthroughJsonResponseResult$Outbound;
59
+ }
60
+ /** @internal */
61
+ export declare const PatchPassthroughJsonResponse$inboundSchema: z.ZodType<PatchPassthroughJsonResponse, z.ZodTypeDef, unknown>;
62
+ /** @internal */
63
+ export type PatchPassthroughJsonResponse$Outbound = {
64
+ Headers: {
65
+ [k: string]: Array<string>;
66
+ };
67
+ Result?: any | string | Uint8Array | undefined;
68
+ };
69
+ /** @internal */
70
+ export declare const PatchPassthroughJsonResponse$outboundSchema: z.ZodType<PatchPassthroughJsonResponse$Outbound, z.ZodTypeDef, PatchPassthroughJsonResponse>;
71
+ /**
72
+ * @internal
73
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
+ */
75
+ export declare namespace PatchPassthroughJsonResponse$ {
76
+ /** @deprecated use `PatchPassthroughJsonResponse$inboundSchema` instead. */
77
+ const inboundSchema: z.ZodType<PatchPassthroughJsonResponse, z.ZodTypeDef, unknown>;
78
+ /** @deprecated use `PatchPassthroughJsonResponse$outboundSchema` instead. */
79
+ const outboundSchema: z.ZodType<PatchPassthroughJsonResponse$Outbound, z.ZodTypeDef, PatchPassthroughJsonResponse>;
80
+ /** @deprecated use `PatchPassthroughJsonResponse$Outbound` instead. */
81
+ type Outbound = PatchPassthroughJsonResponse$Outbound;
82
+ }
83
+ //# sourceMappingURL=patchpassthroughjson.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patchpassthroughjson.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/operations/patchpassthroughjson.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,112 @@
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.PatchPassthroughJsonResponse$ = exports.PatchPassthroughJsonResponse$outboundSchema = exports.PatchPassthroughJsonResponse$inboundSchema = exports.PatchPassthroughJsonResponseResult$ = exports.PatchPassthroughJsonResponseResult$outboundSchema = exports.PatchPassthroughJsonResponseResult$inboundSchema = exports.PatchPassthroughJsonRequest$ = exports.PatchPassthroughJsonRequest$outboundSchema = exports.PatchPassthroughJsonRequest$inboundSchema = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const b64$ = __importStar(require("../../../lib/base64.js"));
32
+ const primitives_js_1 = require("../../../lib/primitives.js");
33
+ /** @internal */
34
+ exports.PatchPassthroughJsonRequest$inboundSchema = z.object({
35
+ RequestBody: z.any().optional(),
36
+ connection_id: z.string(),
37
+ path: z.string(),
38
+ }).transform((v) => {
39
+ return (0, primitives_js_1.remap)(v, {
40
+ "RequestBody": "requestBody",
41
+ "connection_id": "connectionId",
42
+ });
43
+ });
44
+ /** @internal */
45
+ exports.PatchPassthroughJsonRequest$outboundSchema = z.object({
46
+ requestBody: z.any().optional(),
47
+ connectionId: z.string(),
48
+ path: z.string(),
49
+ }).transform((v) => {
50
+ return (0, primitives_js_1.remap)(v, {
51
+ requestBody: "RequestBody",
52
+ connectionId: "connection_id",
53
+ });
54
+ });
55
+ /**
56
+ * @internal
57
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
+ */
59
+ var PatchPassthroughJsonRequest$;
60
+ (function (PatchPassthroughJsonRequest$) {
61
+ /** @deprecated use `PatchPassthroughJsonRequest$inboundSchema` instead. */
62
+ PatchPassthroughJsonRequest$.inboundSchema = exports.PatchPassthroughJsonRequest$inboundSchema;
63
+ /** @deprecated use `PatchPassthroughJsonRequest$outboundSchema` instead. */
64
+ PatchPassthroughJsonRequest$.outboundSchema = exports.PatchPassthroughJsonRequest$outboundSchema;
65
+ })(PatchPassthroughJsonRequest$ || (exports.PatchPassthroughJsonRequest$ = PatchPassthroughJsonRequest$ = {}));
66
+ /** @internal */
67
+ exports.PatchPassthroughJsonResponseResult$inboundSchema = z.union([z.any(), z.string(), b64$.zodInbound]);
68
+ /** @internal */
69
+ exports.PatchPassthroughJsonResponseResult$outboundSchema = z.union([z.any(), z.string(), b64$.zodOutbound]);
70
+ /**
71
+ * @internal
72
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
73
+ */
74
+ var PatchPassthroughJsonResponseResult$;
75
+ (function (PatchPassthroughJsonResponseResult$) {
76
+ /** @deprecated use `PatchPassthroughJsonResponseResult$inboundSchema` instead. */
77
+ PatchPassthroughJsonResponseResult$.inboundSchema = exports.PatchPassthroughJsonResponseResult$inboundSchema;
78
+ /** @deprecated use `PatchPassthroughJsonResponseResult$outboundSchema` instead. */
79
+ PatchPassthroughJsonResponseResult$.outboundSchema = exports.PatchPassthroughJsonResponseResult$outboundSchema;
80
+ })(PatchPassthroughJsonResponseResult$ || (exports.PatchPassthroughJsonResponseResult$ = PatchPassthroughJsonResponseResult$ = {}));
81
+ /** @internal */
82
+ exports.PatchPassthroughJsonResponse$inboundSchema = z.object({
83
+ Headers: z.record(z.array(z.string())),
84
+ Result: z.union([z.any(), z.string(), b64$.zodInbound]).optional(),
85
+ }).transform((v) => {
86
+ return (0, primitives_js_1.remap)(v, {
87
+ "Headers": "headers",
88
+ "Result": "result",
89
+ });
90
+ });
91
+ /** @internal */
92
+ exports.PatchPassthroughJsonResponse$outboundSchema = z.object({
93
+ headers: z.record(z.array(z.string())),
94
+ result: z.union([z.any(), z.string(), b64$.zodOutbound]).optional(),
95
+ }).transform((v) => {
96
+ return (0, primitives_js_1.remap)(v, {
97
+ headers: "Headers",
98
+ result: "Result",
99
+ });
100
+ });
101
+ /**
102
+ * @internal
103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
104
+ */
105
+ var PatchPassthroughJsonResponse$;
106
+ (function (PatchPassthroughJsonResponse$) {
107
+ /** @deprecated use `PatchPassthroughJsonResponse$inboundSchema` instead. */
108
+ PatchPassthroughJsonResponse$.inboundSchema = exports.PatchPassthroughJsonResponse$inboundSchema;
109
+ /** @deprecated use `PatchPassthroughJsonResponse$outboundSchema` instead. */
110
+ PatchPassthroughJsonResponse$.outboundSchema = exports.PatchPassthroughJsonResponse$outboundSchema;
111
+ })(PatchPassthroughJsonResponse$ || (exports.PatchPassthroughJsonResponse$ = PatchPassthroughJsonResponse$ = {}));
112
+ //# sourceMappingURL=patchpassthroughjson.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patchpassthroughjson.js","sourceRoot":"","sources":["../../../src/sdk/models/operations/patchpassthroughjson.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,6DAA+C;AAC/C,8DAA6D;AAyB7D,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,aAAa;QAC5B,eAAe,EAAE,cAAc;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,WAAW,EAAE,aAAa;QAC1B,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;AAQpD,gBAAgB;AACH,QAAA,iDAAiD,GAI1D,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;AAErD;;;GAGG;AACH,IAAiB,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IAClD,kFAAkF;IACrE,iDAAa,GAAG,wDAAgD,CAAC;IAC9E,mFAAmF;IACtE,kDAAc,GACzB,yDAAiD,CAAC;AAGtD,CAAC,EARgB,mCAAmC,mDAAnC,mCAAmC,QAQnD;AAED,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,SAAS;QACpB,QAAQ,EAAE,QAAQ;KACnB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,EAAE;CACpE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,SAAS;QAClB,MAAM,EAAE,QAAQ;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,6BAA6B,CAO7C;AAPD,WAAiB,6BAA6B;IAC5C,4EAA4E;IAC/D,2CAAa,GAAG,kDAA0C,CAAC;IACxE,6EAA6E;IAChE,4CAAc,GAAG,mDAA2C,CAAC;AAG5E,CAAC,EAPgB,6BAA6B,6CAA7B,6BAA6B,QAO7C"}
@@ -0,0 +1,83 @@
1
+ import * as z from "zod";
2
+ export type PatchPassthroughRawRequest = {
3
+ /**
4
+ * integration-specific payload
5
+ */
6
+ requestBody?: ReadableStream<Uint8Array> | Blob | ArrayBuffer | Buffer | undefined;
7
+ /**
8
+ * ID of the connection
9
+ */
10
+ connectionId: string;
11
+ path: string;
12
+ };
13
+ export type PatchPassthroughRawResponseResult = any | string | Uint8Array | string;
14
+ export type PatchPassthroughRawResponse = {
15
+ headers: {
16
+ [k: string]: Array<string>;
17
+ };
18
+ result?: any | string | Uint8Array | string | undefined;
19
+ };
20
+ /** @internal */
21
+ export declare const PatchPassthroughRawRequest$inboundSchema: z.ZodType<PatchPassthroughRawRequest, z.ZodTypeDef, unknown>;
22
+ /** @internal */
23
+ export type PatchPassthroughRawRequest$Outbound = {
24
+ RequestBody?: ReadableStream<Uint8Array> | Blob | ArrayBuffer | Buffer | undefined;
25
+ connection_id: string;
26
+ path: string;
27
+ };
28
+ /** @internal */
29
+ export declare const PatchPassthroughRawRequest$outboundSchema: z.ZodType<PatchPassthroughRawRequest$Outbound, z.ZodTypeDef, PatchPassthroughRawRequest>;
30
+ /**
31
+ * @internal
32
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
33
+ */
34
+ export declare namespace PatchPassthroughRawRequest$ {
35
+ /** @deprecated use `PatchPassthroughRawRequest$inboundSchema` instead. */
36
+ const inboundSchema: z.ZodType<PatchPassthroughRawRequest, z.ZodTypeDef, unknown>;
37
+ /** @deprecated use `PatchPassthroughRawRequest$outboundSchema` instead. */
38
+ const outboundSchema: z.ZodType<PatchPassthroughRawRequest$Outbound, z.ZodTypeDef, PatchPassthroughRawRequest>;
39
+ /** @deprecated use `PatchPassthroughRawRequest$Outbound` instead. */
40
+ type Outbound = PatchPassthroughRawRequest$Outbound;
41
+ }
42
+ /** @internal */
43
+ export declare const PatchPassthroughRawResponseResult$inboundSchema: z.ZodType<PatchPassthroughRawResponseResult, z.ZodTypeDef, unknown>;
44
+ /** @internal */
45
+ export type PatchPassthroughRawResponseResult$Outbound = any | string | Uint8Array;
46
+ /** @internal */
47
+ export declare const PatchPassthroughRawResponseResult$outboundSchema: z.ZodType<PatchPassthroughRawResponseResult$Outbound, z.ZodTypeDef, PatchPassthroughRawResponseResult>;
48
+ /**
49
+ * @internal
50
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
51
+ */
52
+ export declare namespace PatchPassthroughRawResponseResult$ {
53
+ /** @deprecated use `PatchPassthroughRawResponseResult$inboundSchema` instead. */
54
+ const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
55
+ /** @deprecated use `PatchPassthroughRawResponseResult$outboundSchema` instead. */
56
+ const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
57
+ /** @deprecated use `PatchPassthroughRawResponseResult$Outbound` instead. */
58
+ type Outbound = PatchPassthroughRawResponseResult$Outbound;
59
+ }
60
+ /** @internal */
61
+ export declare const PatchPassthroughRawResponse$inboundSchema: z.ZodType<PatchPassthroughRawResponse, z.ZodTypeDef, unknown>;
62
+ /** @internal */
63
+ export type PatchPassthroughRawResponse$Outbound = {
64
+ Headers: {
65
+ [k: string]: Array<string>;
66
+ };
67
+ Result?: any | string | Uint8Array | undefined;
68
+ };
69
+ /** @internal */
70
+ export declare const PatchPassthroughRawResponse$outboundSchema: z.ZodType<PatchPassthroughRawResponse$Outbound, z.ZodTypeDef, PatchPassthroughRawResponse>;
71
+ /**
72
+ * @internal
73
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
+ */
75
+ export declare namespace PatchPassthroughRawResponse$ {
76
+ /** @deprecated use `PatchPassthroughRawResponse$inboundSchema` instead. */
77
+ const inboundSchema: z.ZodType<PatchPassthroughRawResponse, z.ZodTypeDef, unknown>;
78
+ /** @deprecated use `PatchPassthroughRawResponse$outboundSchema` instead. */
79
+ const outboundSchema: z.ZodType<PatchPassthroughRawResponse$Outbound, z.ZodTypeDef, PatchPassthroughRawResponse>;
80
+ /** @deprecated use `PatchPassthroughRawResponse$Outbound` instead. */
81
+ type Outbound = PatchPassthroughRawResponse$Outbound;
82
+ }
83
+ //# sourceMappingURL=patchpassthroughraw.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patchpassthroughraw.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/operations/patchpassthroughraw.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,122 @@
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.PatchPassthroughRawResponse$ = exports.PatchPassthroughRawResponse$outboundSchema = exports.PatchPassthroughRawResponse$inboundSchema = exports.PatchPassthroughRawResponseResult$ = exports.PatchPassthroughRawResponseResult$outboundSchema = exports.PatchPassthroughRawResponseResult$inboundSchema = exports.PatchPassthroughRawRequest$ = exports.PatchPassthroughRawRequest$outboundSchema = exports.PatchPassthroughRawRequest$inboundSchema = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const b64$ = __importStar(require("../../../lib/base64.js"));
32
+ const primitives_js_1 = require("../../../lib/primitives.js");
33
+ /** @internal */
34
+ exports.PatchPassthroughRawRequest$inboundSchema = z.object({
35
+ RequestBody: z.union([
36
+ z.instanceof((ReadableStream)),
37
+ z.instanceof(Blob),
38
+ z.instanceof(ArrayBuffer),
39
+ z.instanceof(Buffer),
40
+ ]).optional(),
41
+ connection_id: z.string(),
42
+ path: z.string(),
43
+ }).transform((v) => {
44
+ return (0, primitives_js_1.remap)(v, {
45
+ "RequestBody": "requestBody",
46
+ "connection_id": "connectionId",
47
+ });
48
+ });
49
+ /** @internal */
50
+ exports.PatchPassthroughRawRequest$outboundSchema = z.object({
51
+ requestBody: z.union([
52
+ z.instanceof((ReadableStream)),
53
+ z.instanceof(Blob),
54
+ z.instanceof(ArrayBuffer),
55
+ z.instanceof(Buffer),
56
+ ]).optional(),
57
+ connectionId: z.string(),
58
+ path: z.string(),
59
+ }).transform((v) => {
60
+ return (0, primitives_js_1.remap)(v, {
61
+ requestBody: "RequestBody",
62
+ connectionId: "connection_id",
63
+ });
64
+ });
65
+ /**
66
+ * @internal
67
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
68
+ */
69
+ var PatchPassthroughRawRequest$;
70
+ (function (PatchPassthroughRawRequest$) {
71
+ /** @deprecated use `PatchPassthroughRawRequest$inboundSchema` instead. */
72
+ PatchPassthroughRawRequest$.inboundSchema = exports.PatchPassthroughRawRequest$inboundSchema;
73
+ /** @deprecated use `PatchPassthroughRawRequest$outboundSchema` instead. */
74
+ PatchPassthroughRawRequest$.outboundSchema = exports.PatchPassthroughRawRequest$outboundSchema;
75
+ })(PatchPassthroughRawRequest$ || (exports.PatchPassthroughRawRequest$ = PatchPassthroughRawRequest$ = {}));
76
+ /** @internal */
77
+ exports.PatchPassthroughRawResponseResult$inboundSchema = z.union([z.any(), z.string(), b64$.zodInbound]);
78
+ /** @internal */
79
+ exports.PatchPassthroughRawResponseResult$outboundSchema = z.union([z.any(), z.string(), b64$.zodOutbound]);
80
+ /**
81
+ * @internal
82
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
83
+ */
84
+ var PatchPassthroughRawResponseResult$;
85
+ (function (PatchPassthroughRawResponseResult$) {
86
+ /** @deprecated use `PatchPassthroughRawResponseResult$inboundSchema` instead. */
87
+ PatchPassthroughRawResponseResult$.inboundSchema = exports.PatchPassthroughRawResponseResult$inboundSchema;
88
+ /** @deprecated use `PatchPassthroughRawResponseResult$outboundSchema` instead. */
89
+ PatchPassthroughRawResponseResult$.outboundSchema = exports.PatchPassthroughRawResponseResult$outboundSchema;
90
+ })(PatchPassthroughRawResponseResult$ || (exports.PatchPassthroughRawResponseResult$ = PatchPassthroughRawResponseResult$ = {}));
91
+ /** @internal */
92
+ exports.PatchPassthroughRawResponse$inboundSchema = z.object({
93
+ Headers: z.record(z.array(z.string())),
94
+ Result: z.union([z.any(), z.string(), b64$.zodInbound]).optional(),
95
+ }).transform((v) => {
96
+ return (0, primitives_js_1.remap)(v, {
97
+ "Headers": "headers",
98
+ "Result": "result",
99
+ });
100
+ });
101
+ /** @internal */
102
+ exports.PatchPassthroughRawResponse$outboundSchema = z.object({
103
+ headers: z.record(z.array(z.string())),
104
+ result: z.union([z.any(), z.string(), b64$.zodOutbound]).optional(),
105
+ }).transform((v) => {
106
+ return (0, primitives_js_1.remap)(v, {
107
+ headers: "Headers",
108
+ result: "Result",
109
+ });
110
+ });
111
+ /**
112
+ * @internal
113
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
114
+ */
115
+ var PatchPassthroughRawResponse$;
116
+ (function (PatchPassthroughRawResponse$) {
117
+ /** @deprecated use `PatchPassthroughRawResponse$inboundSchema` instead. */
118
+ PatchPassthroughRawResponse$.inboundSchema = exports.PatchPassthroughRawResponse$inboundSchema;
119
+ /** @deprecated use `PatchPassthroughRawResponse$outboundSchema` instead. */
120
+ PatchPassthroughRawResponse$.outboundSchema = exports.PatchPassthroughRawResponse$outboundSchema;
121
+ })(PatchPassthroughRawResponse$ || (exports.PatchPassthroughRawResponse$ = PatchPassthroughRawResponse$ = {}));
122
+ //# sourceMappingURL=patchpassthroughraw.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patchpassthroughraw.js","sourceRoot":"","sources":["../../../src/sdk/models/operations/patchpassthroughraw.ts"],"names":[],"mappings":"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"}