@greensecurity/javascript-sdk 0.31.17 → 0.34.1

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 (219) hide show
  1. package/README.md +12 -0
  2. package/bin/mcp-server.js +986 -345
  3. package/bin/mcp-server.js.map +20 -8
  4. package/dist/commonjs/__tests__/vendors.test.js +80 -3
  5. package/dist/commonjs/__tests__/vendors.test.js.map +1 -1
  6. package/dist/commonjs/__tests__/zones.test.js +61 -4
  7. package/dist/commonjs/__tests__/zones.test.js.map +1 -1
  8. package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.d.ts +17 -0
  9. package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.js +116 -0
  11. package/dist/commonjs/funcs/vendorsCreateNewVendorCredentialVersion.js.map +1 -0
  12. package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.d.ts +17 -0
  13. package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.d.ts.map +1 -0
  14. package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.js +119 -0
  15. package/dist/commonjs/funcs/vendorsCreateOrUpdateBcr.js.map +1 -0
  16. package/dist/commonjs/funcs/vendorsGetVendorLegalName.d.ts +17 -0
  17. package/dist/commonjs/funcs/vendorsGetVendorLegalName.d.ts.map +1 -0
  18. package/dist/commonjs/funcs/vendorsGetVendorLegalName.js +120 -0
  19. package/dist/commonjs/funcs/vendorsGetVendorLegalName.js.map +1 -0
  20. package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.d.ts +23 -0
  21. package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.d.ts.map +1 -0
  22. package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.js +133 -0
  23. package/dist/commonjs/funcs/vendorsListVendorCredentialDataRequests.js.map +1 -0
  24. package/dist/commonjs/index.extras.js +1 -2
  25. package/dist/commonjs/index.extras.js.map +1 -1
  26. package/dist/commonjs/lib/config.d.ts +2 -2
  27. package/dist/commonjs/lib/config.js +2 -2
  28. package/dist/commonjs/lib/config.js.map +1 -1
  29. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  30. package/dist/commonjs/mcp-server/mcp-server.js.map +1 -1
  31. package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
  32. package/dist/commonjs/mcp-server/server.js +9 -1
  33. package/dist/commonjs/mcp-server/server.js.map +1 -1
  34. package/dist/commonjs/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.d.ts +8 -0
  35. package/dist/commonjs/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.d.ts.map +1 -0
  36. package/dist/commonjs/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.js +64 -0
  37. package/dist/commonjs/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.js.map +1 -0
  38. package/dist/commonjs/mcp-server/tools/vendorsCreateOrUpdateBcr.d.ts +8 -0
  39. package/dist/commonjs/mcp-server/tools/vendorsCreateOrUpdateBcr.d.ts.map +1 -0
  40. package/dist/commonjs/mcp-server/tools/vendorsCreateOrUpdateBcr.js +64 -0
  41. package/dist/commonjs/mcp-server/tools/vendorsCreateOrUpdateBcr.js.map +1 -0
  42. package/dist/commonjs/mcp-server/tools/vendorsGetVendorLegalName.d.ts +8 -0
  43. package/dist/commonjs/mcp-server/tools/vendorsGetVendorLegalName.d.ts.map +1 -0
  44. package/dist/commonjs/mcp-server/tools/vendorsGetVendorLegalName.js +64 -0
  45. package/dist/commonjs/mcp-server/tools/vendorsGetVendorLegalName.js.map +1 -0
  46. package/dist/commonjs/mcp-server/tools/vendorsListVendorCredentialDataRequests.d.ts +8 -0
  47. package/dist/commonjs/mcp-server/tools/vendorsListVendorCredentialDataRequests.d.ts.map +1 -0
  48. package/dist/commonjs/mcp-server/tools/vendorsListVendorCredentialDataRequests.js +69 -0
  49. package/dist/commonjs/mcp-server/tools/vendorsListVendorCredentialDataRequests.js.map +1 -0
  50. package/dist/commonjs/models/components/expand.d.ts +6 -0
  51. package/dist/commonjs/models/components/expand.d.ts.map +1 -1
  52. package/dist/commonjs/models/components/expand.js +2 -0
  53. package/dist/commonjs/models/components/expand.js.map +1 -1
  54. package/dist/commonjs/models/operations/createnewvendorcredentialversion.d.ts +59 -0
  55. package/dist/commonjs/models/operations/createnewvendorcredentialversion.d.ts.map +1 -0
  56. package/dist/commonjs/models/operations/createnewvendorcredentialversion.js +107 -0
  57. package/dist/commonjs/models/operations/createnewvendorcredentialversion.js.map +1 -0
  58. package/dist/commonjs/models/operations/createorupdatebcr.d.ts +103 -0
  59. package/dist/commonjs/models/operations/createorupdatebcr.d.ts.map +1 -0
  60. package/dist/commonjs/models/operations/createorupdatebcr.js +153 -0
  61. package/dist/commonjs/models/operations/createorupdatebcr.js.map +1 -0
  62. package/dist/commonjs/models/operations/getvendorlegalname.d.ts +64 -0
  63. package/dist/commonjs/models/operations/getvendorlegalname.d.ts.map +1 -0
  64. package/dist/commonjs/models/operations/getvendorlegalname.js +121 -0
  65. package/dist/commonjs/models/operations/getvendorlegalname.js.map +1 -0
  66. package/dist/commonjs/models/operations/index.d.ts +4 -0
  67. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  68. package/dist/commonjs/models/operations/index.js +4 -0
  69. package/dist/commonjs/models/operations/index.js.map +1 -1
  70. package/dist/commonjs/models/operations/listvendorcredentialdatarequests.d.ts +58 -0
  71. package/dist/commonjs/models/operations/listvendorcredentialdatarequests.d.ts.map +1 -0
  72. package/dist/commonjs/models/operations/listvendorcredentialdatarequests.js +91 -0
  73. package/dist/commonjs/models/operations/listvendorcredentialdatarequests.js.map +1 -0
  74. package/dist/commonjs/react-query/index.d.ts +4 -0
  75. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  76. package/dist/commonjs/react-query/index.js +4 -0
  77. package/dist/commonjs/react-query/index.js.map +1 -1
  78. package/dist/commonjs/react-query/vendorsCreateNewVendorCredentialVersion.d.ts +23 -0
  79. package/dist/commonjs/react-query/vendorsCreateNewVendorCredentialVersion.d.ts.map +1 -0
  80. package/dist/commonjs/react-query/vendorsCreateNewVendorCredentialVersion.js +51 -0
  81. package/dist/commonjs/react-query/vendorsCreateNewVendorCredentialVersion.js.map +1 -0
  82. package/dist/commonjs/react-query/vendorsCreateOrUpdateBcr.d.ts +23 -0
  83. package/dist/commonjs/react-query/vendorsCreateOrUpdateBcr.d.ts.map +1 -0
  84. package/dist/commonjs/react-query/vendorsCreateOrUpdateBcr.js +47 -0
  85. package/dist/commonjs/react-query/vendorsCreateOrUpdateBcr.js.map +1 -0
  86. package/dist/commonjs/react-query/vendorsGetVendorLegalName.d.ts +30 -0
  87. package/dist/commonjs/react-query/vendorsGetVendorLegalName.d.ts.map +1 -0
  88. package/dist/commonjs/react-query/vendorsGetVendorLegalName.js +96 -0
  89. package/dist/commonjs/react-query/vendorsGetVendorLegalName.js.map +1 -0
  90. package/dist/commonjs/react-query/vendorsListVendorCredentialDataRequests.d.ts +65 -0
  91. package/dist/commonjs/react-query/vendorsListVendorCredentialDataRequests.d.ts.map +1 -0
  92. package/dist/commonjs/react-query/vendorsListVendorCredentialDataRequests.js +113 -0
  93. package/dist/commonjs/react-query/vendorsListVendorCredentialDataRequests.js.map +1 -0
  94. package/dist/commonjs/sdk/vendors.d.ts +33 -0
  95. package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
  96. package/dist/commonjs/sdk/vendors.js +45 -0
  97. package/dist/commonjs/sdk/vendors.js.map +1 -1
  98. package/dist/esm/__tests__/vendors.test.js +80 -3
  99. package/dist/esm/__tests__/vendors.test.js.map +1 -1
  100. package/dist/esm/__tests__/zones.test.js +61 -4
  101. package/dist/esm/__tests__/zones.test.js.map +1 -1
  102. package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.d.ts +17 -0
  103. package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.d.ts.map +1 -0
  104. package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.js +80 -0
  105. package/dist/esm/funcs/vendorsCreateNewVendorCredentialVersion.js.map +1 -0
  106. package/dist/esm/funcs/vendorsCreateOrUpdateBcr.d.ts +17 -0
  107. package/dist/esm/funcs/vendorsCreateOrUpdateBcr.d.ts.map +1 -0
  108. package/dist/esm/funcs/vendorsCreateOrUpdateBcr.js +83 -0
  109. package/dist/esm/funcs/vendorsCreateOrUpdateBcr.js.map +1 -0
  110. package/dist/esm/funcs/vendorsGetVendorLegalName.d.ts +17 -0
  111. package/dist/esm/funcs/vendorsGetVendorLegalName.d.ts.map +1 -0
  112. package/dist/esm/funcs/vendorsGetVendorLegalName.js +84 -0
  113. package/dist/esm/funcs/vendorsGetVendorLegalName.js.map +1 -0
  114. package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.d.ts +23 -0
  115. package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.d.ts.map +1 -0
  116. package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.js +97 -0
  117. package/dist/esm/funcs/vendorsListVendorCredentialDataRequests.js.map +1 -0
  118. package/dist/esm/index.extras.js +1 -2
  119. package/dist/esm/index.extras.js.map +1 -1
  120. package/dist/esm/lib/config.d.ts +2 -2
  121. package/dist/esm/lib/config.js +2 -2
  122. package/dist/esm/lib/config.js.map +1 -1
  123. package/dist/esm/mcp-server/mcp-server.js +1 -1
  124. package/dist/esm/mcp-server/mcp-server.js.map +1 -1
  125. package/dist/esm/mcp-server/server.d.ts.map +1 -1
  126. package/dist/esm/mcp-server/server.js +9 -1
  127. package/dist/esm/mcp-server/server.js.map +1 -1
  128. package/dist/esm/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.d.ts +8 -0
  129. package/dist/esm/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.d.ts.map +1 -0
  130. package/dist/esm/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.js +28 -0
  131. package/dist/esm/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.js.map +1 -0
  132. package/dist/esm/mcp-server/tools/vendorsCreateOrUpdateBcr.d.ts +8 -0
  133. package/dist/esm/mcp-server/tools/vendorsCreateOrUpdateBcr.d.ts.map +1 -0
  134. package/dist/esm/mcp-server/tools/vendorsCreateOrUpdateBcr.js +28 -0
  135. package/dist/esm/mcp-server/tools/vendorsCreateOrUpdateBcr.js.map +1 -0
  136. package/dist/esm/mcp-server/tools/vendorsGetVendorLegalName.d.ts +8 -0
  137. package/dist/esm/mcp-server/tools/vendorsGetVendorLegalName.d.ts.map +1 -0
  138. package/dist/esm/mcp-server/tools/vendorsGetVendorLegalName.js +28 -0
  139. package/dist/esm/mcp-server/tools/vendorsGetVendorLegalName.js.map +1 -0
  140. package/dist/esm/mcp-server/tools/vendorsListVendorCredentialDataRequests.d.ts +8 -0
  141. package/dist/esm/mcp-server/tools/vendorsListVendorCredentialDataRequests.d.ts.map +1 -0
  142. package/dist/esm/mcp-server/tools/vendorsListVendorCredentialDataRequests.js +33 -0
  143. package/dist/esm/mcp-server/tools/vendorsListVendorCredentialDataRequests.js.map +1 -0
  144. package/dist/esm/models/components/expand.d.ts +6 -0
  145. package/dist/esm/models/components/expand.d.ts.map +1 -1
  146. package/dist/esm/models/components/expand.js +2 -0
  147. package/dist/esm/models/components/expand.js.map +1 -1
  148. package/dist/esm/models/operations/createnewvendorcredentialversion.d.ts +59 -0
  149. package/dist/esm/models/operations/createnewvendorcredentialversion.d.ts.map +1 -0
  150. package/dist/esm/models/operations/createnewvendorcredentialversion.js +67 -0
  151. package/dist/esm/models/operations/createnewvendorcredentialversion.js.map +1 -0
  152. package/dist/esm/models/operations/createorupdatebcr.d.ts +103 -0
  153. package/dist/esm/models/operations/createorupdatebcr.d.ts.map +1 -0
  154. package/dist/esm/models/operations/createorupdatebcr.js +113 -0
  155. package/dist/esm/models/operations/createorupdatebcr.js.map +1 -0
  156. package/dist/esm/models/operations/getvendorlegalname.d.ts +64 -0
  157. package/dist/esm/models/operations/getvendorlegalname.d.ts.map +1 -0
  158. package/dist/esm/models/operations/getvendorlegalname.js +81 -0
  159. package/dist/esm/models/operations/getvendorlegalname.js.map +1 -0
  160. package/dist/esm/models/operations/index.d.ts +4 -0
  161. package/dist/esm/models/operations/index.d.ts.map +1 -1
  162. package/dist/esm/models/operations/index.js +4 -0
  163. package/dist/esm/models/operations/index.js.map +1 -1
  164. package/dist/esm/models/operations/listvendorcredentialdatarequests.d.ts +58 -0
  165. package/dist/esm/models/operations/listvendorcredentialdatarequests.d.ts.map +1 -0
  166. package/dist/esm/models/operations/listvendorcredentialdatarequests.js +53 -0
  167. package/dist/esm/models/operations/listvendorcredentialdatarequests.js.map +1 -0
  168. package/dist/esm/react-query/index.d.ts +4 -0
  169. package/dist/esm/react-query/index.d.ts.map +1 -1
  170. package/dist/esm/react-query/index.js +4 -0
  171. package/dist/esm/react-query/index.js.map +1 -1
  172. package/dist/esm/react-query/vendorsCreateNewVendorCredentialVersion.d.ts +23 -0
  173. package/dist/esm/react-query/vendorsCreateNewVendorCredentialVersion.d.ts.map +1 -0
  174. package/dist/esm/react-query/vendorsCreateNewVendorCredentialVersion.js +46 -0
  175. package/dist/esm/react-query/vendorsCreateNewVendorCredentialVersion.js.map +1 -0
  176. package/dist/esm/react-query/vendorsCreateOrUpdateBcr.d.ts +23 -0
  177. package/dist/esm/react-query/vendorsCreateOrUpdateBcr.d.ts.map +1 -0
  178. package/dist/esm/react-query/vendorsCreateOrUpdateBcr.js +42 -0
  179. package/dist/esm/react-query/vendorsCreateOrUpdateBcr.js.map +1 -0
  180. package/dist/esm/react-query/vendorsGetVendorLegalName.d.ts +30 -0
  181. package/dist/esm/react-query/vendorsGetVendorLegalName.d.ts.map +1 -0
  182. package/dist/esm/react-query/vendorsGetVendorLegalName.js +86 -0
  183. package/dist/esm/react-query/vendorsGetVendorLegalName.js.map +1 -0
  184. package/dist/esm/react-query/vendorsListVendorCredentialDataRequests.d.ts +65 -0
  185. package/dist/esm/react-query/vendorsListVendorCredentialDataRequests.d.ts.map +1 -0
  186. package/dist/esm/react-query/vendorsListVendorCredentialDataRequests.js +103 -0
  187. package/dist/esm/react-query/vendorsListVendorCredentialDataRequests.js.map +1 -0
  188. package/dist/esm/sdk/vendors.d.ts +33 -0
  189. package/dist/esm/sdk/vendors.d.ts.map +1 -1
  190. package/dist/esm/sdk/vendors.js +45 -0
  191. package/dist/esm/sdk/vendors.js.map +1 -1
  192. package/jsr.json +1 -1
  193. package/package.json +1 -1
  194. package/src/__tests__/vendors.test.ts +96 -3
  195. package/src/__tests__/zones.test.ts +61 -4
  196. package/src/funcs/vendorsCreateNewVendorCredentialVersion.ts +171 -0
  197. package/src/funcs/vendorsCreateOrUpdateBcr.ts +177 -0
  198. package/src/funcs/vendorsGetVendorLegalName.ts +172 -0
  199. package/src/funcs/vendorsListVendorCredentialDataRequests.ts +201 -0
  200. package/src/index.extras.ts +1 -3
  201. package/src/lib/config.ts +2 -2
  202. package/src/mcp-server/mcp-server.ts +1 -1
  203. package/src/mcp-server/server.ts +9 -1
  204. package/src/mcp-server/tools/vendorsCreateNewVendorCredentialVersion.ts +39 -0
  205. package/src/mcp-server/tools/vendorsCreateOrUpdateBcr.ts +37 -0
  206. package/src/mcp-server/tools/vendorsGetVendorLegalName.ts +37 -0
  207. package/src/mcp-server/tools/vendorsListVendorCredentialDataRequests.ts +44 -0
  208. package/src/models/components/expand.ts +4 -0
  209. package/src/models/operations/createnewvendorcredentialversion.ts +166 -0
  210. package/src/models/operations/createorupdatebcr.ts +214 -0
  211. package/src/models/operations/getvendorlegalname.ts +161 -0
  212. package/src/models/operations/index.ts +4 -0
  213. package/src/models/operations/listvendorcredentialdatarequests.ts +127 -0
  214. package/src/react-query/index.ts +4 -0
  215. package/src/react-query/vendorsCreateNewVendorCredentialVersion.ts +93 -0
  216. package/src/react-query/vendorsCreateOrUpdateBcr.ts +88 -0
  217. package/src/react-query/vendorsGetVendorLegalName.ts +165 -0
  218. package/src/react-query/vendorsListVendorCredentialDataRequests.ts +222 -0
  219. package/src/sdk/vendors.ts +77 -0
@@ -55,6 +55,8 @@ export declare const Expand: {
55
55
  readonly VendorCredentialTargetsChop: "vendor_credential.targets_chop";
56
56
  readonly VendorCredentialFileVendorCredential: "vendor_credential_file.vendor_credential";
57
57
  readonly VendorCredentialFileCredentialDocument: "vendor_credential_file.credential_document";
58
+ readonly VendorCredentialDataRequestVendorCredential: "vendor_credential_data_request.vendor_credential";
59
+ readonly VendorCredentialDataRequestDataRequest: "vendor_credential_data_request.data_request";
58
60
  };
59
61
  /**
60
62
  * An expansion scope that is valid for the object being requested.
@@ -122,6 +124,8 @@ export declare namespace Expand$ {
122
124
  readonly VendorCredentialTargetsChop: "vendor_credential.targets_chop";
123
125
  readonly VendorCredentialFileVendorCredential: "vendor_credential_file.vendor_credential";
124
126
  readonly VendorCredentialFileCredentialDocument: "vendor_credential_file.credential_document";
127
+ readonly VendorCredentialDataRequestVendorCredential: "vendor_credential_data_request.vendor_credential";
128
+ readonly VendorCredentialDataRequestDataRequest: "vendor_credential_data_request.data_request";
125
129
  }>;
126
130
  /** @deprecated use `Expand$outboundSchema` instead. */
127
131
  const outboundSchema: z.ZodNativeEnum<{
@@ -176,6 +180,8 @@ export declare namespace Expand$ {
176
180
  readonly VendorCredentialTargetsChop: "vendor_credential.targets_chop";
177
181
  readonly VendorCredentialFileVendorCredential: "vendor_credential_file.vendor_credential";
178
182
  readonly VendorCredentialFileCredentialDocument: "vendor_credential_file.credential_document";
183
+ readonly VendorCredentialDataRequestVendorCredential: "vendor_credential_data_request.vendor_credential";
184
+ readonly VendorCredentialDataRequestDataRequest: "vendor_credential_data_request.data_request";
179
185
  }>;
180
186
  }
181
187
  //# sourceMappingURL=expand.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expand.d.ts","sourceRoot":"","sources":["../../../../src/models/components/expand.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DT,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;AAE/C,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,CAC3C,CAAC;AAEtB,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,CAC3C,CAAC;AAEvB;;;GAGG;AACH,yBAAiB,OAAO,CAAC;IACvB,sDAAsD;IAC/C,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAuB,CAAC;IAClD,uDAAuD;IAChD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwB,CAAC;CACrD"}
1
+ {"version":3,"file":"expand.d.ts","sourceRoot":"","sources":["../../../../src/models/components/expand.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiET,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;AAE/C,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,CAC3C,CAAC;AAEtB,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,CAC3C,CAAC;AAEvB;;;GAGG;AACH,yBAAiB,OAAO,CAAC;IACvB,sDAAsD;IAC/C,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAuB,CAAC;IAClD,uDAAuD;IAChD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwB,CAAC;CACrD"}
@@ -57,6 +57,8 @@ export const Expand = {
57
57
  VendorCredentialTargetsChop: "vendor_credential.targets_chop",
58
58
  VendorCredentialFileVendorCredential: "vendor_credential_file.vendor_credential",
59
59
  VendorCredentialFileCredentialDocument: "vendor_credential_file.credential_document",
60
+ VendorCredentialDataRequestVendorCredential: "vendor_credential_data_request.vendor_credential",
61
+ VendorCredentialDataRequestDataRequest: "vendor_credential_data_request.data_request",
60
62
  };
61
63
  /** @internal */
62
64
  export const Expand$inboundSchema = z
@@ -1 +1 @@
1
- {"version":3,"file":"expand.js","sourceRoot":"","sources":["../../../../src/models/components/expand.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,IAAI,EAAE,MAAM;IACZ,eAAe,EAAE,kBAAkB;IACnC,aAAa,EAAE,gBAAgB;IAC/B,iBAAiB,EAAE,oBAAoB;IACvC,yBAAyB,EAAE,6BAA6B;IACxD,gBAAgB,EAAE,mBAAmB;IACrC,oBAAoB,EAAE,wBAAwB;IAC9C,qBAAqB,EAAE,yBAAyB;IAChD,oBAAoB,EAAE,wBAAwB;IAC9C,cAAc,EAAE,iBAAiB;IACjC,yBAAyB,EAAE,8BAA8B;IACzD,oBAAoB,EAAE,wBAAwB;IAC9C,qBAAqB,EAAE,yBAAyB;IAChD,gBAAgB,EAAE,mBAAmB;IACrC,UAAU,EAAE,aAAa;IACzB,gBAAgB,EAAE,oBAAoB;IACtC,eAAe,EAAE,mBAAmB;IACpC,oBAAoB,EAAE,wBAAwB;IAC9C,eAAe,EAAE,mBAAmB;IACpC,qBAAqB,EAAE,yBAAyB;IAChD,uBAAuB,EAAE,2BAA2B;IACpD,aAAa,EAAE,gBAAgB;IAC/B,+BAA+B,EAAE,mCAAmC;IACpE,wBAAwB,EAAE,4BAA4B;IACtD,2BAA2B,EAAE,+BAA+B;IAC5D,gCAAgC,EAAE,sCAAsC;IACxE,sBAAsB,EAAE,0BAA0B;IAClD,0BAA0B,EAAE,8BAA8B;IAC1D,yBAAyB,EAAE,6BAA6B;IACxD,uBAAuB,EAAE,2BAA2B;IACpD,mBAAmB,EAAE,uBAAuB;IAC5C,6BAA6B,EAAE,kCAAkC;IACjE,gBAAgB,EAAE,oBAAoB;IACtC,0BAA0B,EAAE,8BAA8B;IAC1D,0BAA0B,EAAE,8BAA8B;IAC1D,sBAAsB,EAAE,0BAA0B;IAClD,uBAAuB,EAAE,2BAA2B;IACpD,qCAAqC,EACnC,2CAA2C;IAC7C,wCAAwC,EACtC,+CAA+C;IACjD,kCAAkC,EAAE,uCAAuC;IAC3E,uCAAuC,EACrC,4CAA4C;IAC9C,+BAA+B,EAAE,oCAAoC;IACrE,wCAAwC,EACtC,+CAA+C;IACjD,+BAA+B,EAAE,oCAAoC;IACrE,sCAAsC,EACpC,4CAA4C;IAC9C,6CAA6C,EAC3C,oDAAoD;IACtD,4CAA4C,EAC1C,mDAAmD;IACrD,kCAAkC,EAAE,uCAAuC;IAC3E,2BAA2B,EAAE,gCAAgC;IAC7D,oCAAoC,EAClC,0CAA0C;IAC5C,sCAAsC,EACpC,4CAA4C;CACtC,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,oBAAoB,GAAmC,CAAC;KAClE,UAAU,CAAC,MAAM,CAAC,CAAC;AAEtB,gBAAgB;AAChB,MAAM,CAAC,MAAM,qBAAqB,GAChC,oBAAoB,CAAC;AAEvB;;;GAGG;AACH,MAAM,KAAW,OAAO,CAKvB;AALD,WAAiB,OAAO;IACtB,sDAAsD;IACzC,qBAAa,GAAG,oBAAoB,CAAC;IAClD,uDAAuD;IAC1C,sBAAc,GAAG,qBAAqB,CAAC;AACtD,CAAC,EALgB,OAAO,KAAP,OAAO,QAKvB"}
1
+ {"version":3,"file":"expand.js","sourceRoot":"","sources":["../../../../src/models/components/expand.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,IAAI,EAAE,MAAM;IACZ,eAAe,EAAE,kBAAkB;IACnC,aAAa,EAAE,gBAAgB;IAC/B,iBAAiB,EAAE,oBAAoB;IACvC,yBAAyB,EAAE,6BAA6B;IACxD,gBAAgB,EAAE,mBAAmB;IACrC,oBAAoB,EAAE,wBAAwB;IAC9C,qBAAqB,EAAE,yBAAyB;IAChD,oBAAoB,EAAE,wBAAwB;IAC9C,cAAc,EAAE,iBAAiB;IACjC,yBAAyB,EAAE,8BAA8B;IACzD,oBAAoB,EAAE,wBAAwB;IAC9C,qBAAqB,EAAE,yBAAyB;IAChD,gBAAgB,EAAE,mBAAmB;IACrC,UAAU,EAAE,aAAa;IACzB,gBAAgB,EAAE,oBAAoB;IACtC,eAAe,EAAE,mBAAmB;IACpC,oBAAoB,EAAE,wBAAwB;IAC9C,eAAe,EAAE,mBAAmB;IACpC,qBAAqB,EAAE,yBAAyB;IAChD,uBAAuB,EAAE,2BAA2B;IACpD,aAAa,EAAE,gBAAgB;IAC/B,+BAA+B,EAAE,mCAAmC;IACpE,wBAAwB,EAAE,4BAA4B;IACtD,2BAA2B,EAAE,+BAA+B;IAC5D,gCAAgC,EAAE,sCAAsC;IACxE,sBAAsB,EAAE,0BAA0B;IAClD,0BAA0B,EAAE,8BAA8B;IAC1D,yBAAyB,EAAE,6BAA6B;IACxD,uBAAuB,EAAE,2BAA2B;IACpD,mBAAmB,EAAE,uBAAuB;IAC5C,6BAA6B,EAAE,kCAAkC;IACjE,gBAAgB,EAAE,oBAAoB;IACtC,0BAA0B,EAAE,8BAA8B;IAC1D,0BAA0B,EAAE,8BAA8B;IAC1D,sBAAsB,EAAE,0BAA0B;IAClD,uBAAuB,EAAE,2BAA2B;IACpD,qCAAqC,EACnC,2CAA2C;IAC7C,wCAAwC,EACtC,+CAA+C;IACjD,kCAAkC,EAAE,uCAAuC;IAC3E,uCAAuC,EACrC,4CAA4C;IAC9C,+BAA+B,EAAE,oCAAoC;IACrE,wCAAwC,EACtC,+CAA+C;IACjD,+BAA+B,EAAE,oCAAoC;IACrE,sCAAsC,EACpC,4CAA4C;IAC9C,6CAA6C,EAC3C,oDAAoD;IACtD,4CAA4C,EAC1C,mDAAmD;IACrD,kCAAkC,EAAE,uCAAuC;IAC3E,2BAA2B,EAAE,gCAAgC;IAC7D,oCAAoC,EAClC,0CAA0C;IAC5C,sCAAsC,EACpC,4CAA4C;IAC9C,2CAA2C,EACzC,kDAAkD;IACpD,sCAAsC,EACpC,6CAA6C;CACvC,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,oBAAoB,GAAmC,CAAC;KAClE,UAAU,CAAC,MAAM,CAAC,CAAC;AAEtB,gBAAgB;AAChB,MAAM,CAAC,MAAM,qBAAqB,GAChC,oBAAoB,CAAC;AAEvB;;;GAGG;AACH,MAAM,KAAW,OAAO,CAKvB;AALD,WAAiB,OAAO;IACtB,sDAAsD;IACzC,qBAAa,GAAG,oBAAoB,CAAC;IAClD,uDAAuD;IAC1C,sBAAc,GAAG,qBAAqB,CAAC;AACtD,CAAC,EALgB,OAAO,KAAP,OAAO,QAKvB"}
@@ -0,0 +1,59 @@
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 CreateNewVendorCredentialVersionRequestBody = {
5
+ vendorCredentialId: number;
6
+ };
7
+ /**
8
+ * The request was successful, and the server has returned the requested resource in the response body.
9
+ */
10
+ export type CreateNewVendorCredentialVersionResponseBody = {
11
+ id?: number | undefined;
12
+ success?: boolean | undefined;
13
+ };
14
+ /** @internal */
15
+ export declare const CreateNewVendorCredentialVersionRequestBody$inboundSchema: z.ZodType<CreateNewVendorCredentialVersionRequestBody, z.ZodTypeDef, unknown>;
16
+ /** @internal */
17
+ export type CreateNewVendorCredentialVersionRequestBody$Outbound = {
18
+ vendor_credential_id: number;
19
+ };
20
+ /** @internal */
21
+ export declare const CreateNewVendorCredentialVersionRequestBody$outboundSchema: z.ZodType<CreateNewVendorCredentialVersionRequestBody$Outbound, z.ZodTypeDef, CreateNewVendorCredentialVersionRequestBody>;
22
+ /**
23
+ * @internal
24
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
25
+ */
26
+ export declare namespace CreateNewVendorCredentialVersionRequestBody$ {
27
+ /** @deprecated use `CreateNewVendorCredentialVersionRequestBody$inboundSchema` instead. */
28
+ const inboundSchema: z.ZodType<CreateNewVendorCredentialVersionRequestBody, z.ZodTypeDef, unknown>;
29
+ /** @deprecated use `CreateNewVendorCredentialVersionRequestBody$outboundSchema` instead. */
30
+ const outboundSchema: z.ZodType<CreateNewVendorCredentialVersionRequestBody$Outbound, z.ZodTypeDef, CreateNewVendorCredentialVersionRequestBody>;
31
+ /** @deprecated use `CreateNewVendorCredentialVersionRequestBody$Outbound` instead. */
32
+ type Outbound = CreateNewVendorCredentialVersionRequestBody$Outbound;
33
+ }
34
+ export declare function createNewVendorCredentialVersionRequestBodyToJSON(createNewVendorCredentialVersionRequestBody: CreateNewVendorCredentialVersionRequestBody): string;
35
+ export declare function createNewVendorCredentialVersionRequestBodyFromJSON(jsonString: string): SafeParseResult<CreateNewVendorCredentialVersionRequestBody, SDKValidationError>;
36
+ /** @internal */
37
+ export declare const CreateNewVendorCredentialVersionResponseBody$inboundSchema: z.ZodType<CreateNewVendorCredentialVersionResponseBody, z.ZodTypeDef, unknown>;
38
+ /** @internal */
39
+ export type CreateNewVendorCredentialVersionResponseBody$Outbound = {
40
+ id?: number | undefined;
41
+ success?: boolean | undefined;
42
+ };
43
+ /** @internal */
44
+ export declare const CreateNewVendorCredentialVersionResponseBody$outboundSchema: z.ZodType<CreateNewVendorCredentialVersionResponseBody$Outbound, z.ZodTypeDef, CreateNewVendorCredentialVersionResponseBody>;
45
+ /**
46
+ * @internal
47
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
48
+ */
49
+ export declare namespace CreateNewVendorCredentialVersionResponseBody$ {
50
+ /** @deprecated use `CreateNewVendorCredentialVersionResponseBody$inboundSchema` instead. */
51
+ const inboundSchema: z.ZodType<CreateNewVendorCredentialVersionResponseBody, z.ZodTypeDef, unknown>;
52
+ /** @deprecated use `CreateNewVendorCredentialVersionResponseBody$outboundSchema` instead. */
53
+ const outboundSchema: z.ZodType<CreateNewVendorCredentialVersionResponseBody$Outbound, z.ZodTypeDef, CreateNewVendorCredentialVersionResponseBody>;
54
+ /** @deprecated use `CreateNewVendorCredentialVersionResponseBody$Outbound` instead. */
55
+ type Outbound = CreateNewVendorCredentialVersionResponseBody$Outbound;
56
+ }
57
+ export declare function createNewVendorCredentialVersionResponseBodyToJSON(createNewVendorCredentialVersionResponseBody: CreateNewVendorCredentialVersionResponseBody): string;
58
+ export declare function createNewVendorCredentialVersionResponseBodyFromJSON(jsonString: string): SafeParseResult<CreateNewVendorCredentialVersionResponseBody, SDKValidationError>;
59
+ //# sourceMappingURL=createnewvendorcredentialversion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createnewvendorcredentialversion.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/createnewvendorcredentialversion.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,2CAA2C,GAAG;IACxD,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,4CAA4C,GAAG;IACzD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEL,gBAAgB;AAChB,MAAM,MAAM,oDAAoD,GAAG;IACjE,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0DAA0D,EACrE,CAAC,CAAC,OAAO,CACP,oDAAoD,EACpD,CAAC,CAAC,UAAU,EACZ,2CAA2C,CAO3C,CAAC;AAEL;;;GAGG;AACH,yBAAiB,4CAA4C,CAAC;IAC5D,2FAA2F;IACpF,MAAM,aAAa,+EACiC,CAAC;IAC5D,4FAA4F;IACrF,MAAM,cAAc,4HACiC,CAAC;IAC7D,sFAAsF;IACtF,KAAY,QAAQ,GAAG,oDAAoD,CAAC;CAC7E;AAED,wBAAgB,iDAAiD,CAC/D,2CAA2C,EACzC,2CAA2C,GAC5C,MAAM,CAMR;AAED,wBAAgB,mDAAmD,CACjE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,2CAA2C,EAC3C,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,0DAA0D,EACrE,CAAC,CAAC,OAAO,CACP,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEL,gBAAgB;AAChB,MAAM,MAAM,qDAAqD,GAAG;IAClE,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2DAA2D,EACtE,CAAC,CAAC,OAAO,CACP,qDAAqD,EACrD,CAAC,CAAC,UAAU,EACZ,4CAA4C,CAI5C,CAAC;AAEL;;;GAGG;AACH,yBAAiB,6CAA6C,CAAC;IAC7D,4FAA4F;IACrF,MAAM,aAAa,gFACkC,CAAC;IAC7D,6FAA6F;IACtF,MAAM,cAAc,8HACkC,CAAC;IAC9D,uFAAuF;IACvF,KAAY,QAAQ,GAAG,qDAAqD,CAAC;CAC9E;AAED,wBAAgB,kDAAkD,CAChE,4CAA4C,EAC1C,4CAA4C,GAC7C,MAAM,CAMR;AAED,wBAAgB,oDAAoD,CAClE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,4CAA4C,EAC5C,kBAAkB,CACnB,CASA"}
@@ -0,0 +1,67 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ /** @internal */
8
+ export const CreateNewVendorCredentialVersionRequestBody$inboundSchema = z.object({
9
+ vendor_credential_id: z.number().int(),
10
+ }).transform((v) => {
11
+ return remap$(v, {
12
+ "vendor_credential_id": "vendorCredentialId",
13
+ });
14
+ });
15
+ /** @internal */
16
+ export const CreateNewVendorCredentialVersionRequestBody$outboundSchema = z.object({
17
+ vendorCredentialId: z.number().int(),
18
+ }).transform((v) => {
19
+ return remap$(v, {
20
+ vendorCredentialId: "vendor_credential_id",
21
+ });
22
+ });
23
+ /**
24
+ * @internal
25
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
26
+ */
27
+ export var CreateNewVendorCredentialVersionRequestBody$;
28
+ (function (CreateNewVendorCredentialVersionRequestBody$) {
29
+ /** @deprecated use `CreateNewVendorCredentialVersionRequestBody$inboundSchema` instead. */
30
+ CreateNewVendorCredentialVersionRequestBody$.inboundSchema = CreateNewVendorCredentialVersionRequestBody$inboundSchema;
31
+ /** @deprecated use `CreateNewVendorCredentialVersionRequestBody$outboundSchema` instead. */
32
+ CreateNewVendorCredentialVersionRequestBody$.outboundSchema = CreateNewVendorCredentialVersionRequestBody$outboundSchema;
33
+ })(CreateNewVendorCredentialVersionRequestBody$ || (CreateNewVendorCredentialVersionRequestBody$ = {}));
34
+ export function createNewVendorCredentialVersionRequestBodyToJSON(createNewVendorCredentialVersionRequestBody) {
35
+ return JSON.stringify(CreateNewVendorCredentialVersionRequestBody$outboundSchema.parse(createNewVendorCredentialVersionRequestBody));
36
+ }
37
+ export function createNewVendorCredentialVersionRequestBodyFromJSON(jsonString) {
38
+ return safeParse(jsonString, (x) => CreateNewVendorCredentialVersionRequestBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateNewVendorCredentialVersionRequestBody' from JSON`);
39
+ }
40
+ /** @internal */
41
+ export const CreateNewVendorCredentialVersionResponseBody$inboundSchema = z.object({
42
+ id: z.number().int().optional(),
43
+ success: z.boolean().optional(),
44
+ });
45
+ /** @internal */
46
+ export const CreateNewVendorCredentialVersionResponseBody$outboundSchema = z.object({
47
+ id: z.number().int().optional(),
48
+ success: z.boolean().optional(),
49
+ });
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ export var CreateNewVendorCredentialVersionResponseBody$;
55
+ (function (CreateNewVendorCredentialVersionResponseBody$) {
56
+ /** @deprecated use `CreateNewVendorCredentialVersionResponseBody$inboundSchema` instead. */
57
+ CreateNewVendorCredentialVersionResponseBody$.inboundSchema = CreateNewVendorCredentialVersionResponseBody$inboundSchema;
58
+ /** @deprecated use `CreateNewVendorCredentialVersionResponseBody$outboundSchema` instead. */
59
+ CreateNewVendorCredentialVersionResponseBody$.outboundSchema = CreateNewVendorCredentialVersionResponseBody$outboundSchema;
60
+ })(CreateNewVendorCredentialVersionResponseBody$ || (CreateNewVendorCredentialVersionResponseBody$ = {}));
61
+ export function createNewVendorCredentialVersionResponseBodyToJSON(createNewVendorCredentialVersionResponseBody) {
62
+ return JSON.stringify(CreateNewVendorCredentialVersionResponseBody$outboundSchema.parse(createNewVendorCredentialVersionResponseBody));
63
+ }
64
+ export function createNewVendorCredentialVersionResponseBodyFromJSON(jsonString) {
65
+ return safeParse(jsonString, (x) => CreateNewVendorCredentialVersionResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateNewVendorCredentialVersionResponseBody' from JSON`);
66
+ }
67
+ //# sourceMappingURL=createnewvendorcredentialversion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createnewvendorcredentialversion.js","sourceRoot":"","sources":["../../../../src/models/operations/createnewvendorcredentialversion.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAgBjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,yDAAyD,GAKhE,CAAC,CAAC,MAAM,CAAC;IACX,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACvC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,sBAAsB,EAAE,oBAAoB;KAC7C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOL,gBAAgB;AAChB,MAAM,CAAC,MAAM,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACrC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,kBAAkB,EAAE,sBAAsB;KAC3C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL;;;GAGG;AACH,MAAM,KAAW,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,2FAA2F;IAC9E,0DAAa,GACxB,yDAAyD,CAAC;IAC5D,4FAA4F;IAC/E,2DAAc,GACzB,0DAA0D,CAAC;AAG/D,CAAC,EATgB,4CAA4C,KAA5C,4CAA4C,QAS5D;AAED,MAAM,UAAU,iDAAiD,CAC/D,2CAC6C;IAE7C,OAAO,IAAI,CAAC,SAAS,CACnB,0DAA0D,CAAC,KAAK,CAC9D,2CAA2C,CAC5C,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,UAAkB;IAKlB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,yDAAyD,CAAC,KAAK,CAC7D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,yEAAyE,CAC1E,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/B,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAQL,gBAAgB;AAChB,MAAM,CAAC,MAAM,2DAA2D,GAKlE,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/B,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEL;;;GAGG;AACH,MAAM,KAAW,6CAA6C,CAS7D;AATD,WAAiB,6CAA6C;IAC5D,4FAA4F;IAC/E,2DAAa,GACxB,0DAA0D,CAAC;IAC7D,6FAA6F;IAChF,4DAAc,GACzB,2DAA2D,CAAC;AAGhE,CAAC,EATgB,6CAA6C,KAA7C,6CAA6C,QAS7D;AAED,MAAM,UAAU,kDAAkD,CAChE,4CAC8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,2DAA2D,CAAC,KAAK,CAC/D,4CAA4C,CAC7C,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,UAAkB;IAKlB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,0DAA0D,CAAC,KAAK,CAC9D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,0EAA0E,CAC3E,CAAC;AACJ,CAAC"}
@@ -0,0 +1,103 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import * as components from "../components/index.js";
5
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
6
+ export declare const DeliveryMethod: {
7
+ readonly Email: "email";
8
+ readonly Mail: "mail";
9
+ };
10
+ export type DeliveryMethod = ClosedEnum<typeof DeliveryMethod>;
11
+ export type CreateOrUpdateBcrRequestBody = {
12
+ electronicSignature?: string | undefined;
13
+ deliveryMethod?: DeliveryMethod | undefined;
14
+ email?: string | undefined;
15
+ address1?: string | undefined;
16
+ address2?: string | undefined;
17
+ city?: string | undefined;
18
+ /**
19
+ * The list of states
20
+ */
21
+ state?: components.State | null | undefined;
22
+ zip?: string | undefined;
23
+ };
24
+ export type CreateOrUpdateBcrRequest = {
25
+ /**
26
+ * ID of the vendor credential rep.
27
+ */
28
+ vendorCredentialId: number;
29
+ requestBody: CreateOrUpdateBcrRequestBody;
30
+ };
31
+ /** @internal */
32
+ export declare const DeliveryMethod$inboundSchema: z.ZodNativeEnum<typeof DeliveryMethod>;
33
+ /** @internal */
34
+ export declare const DeliveryMethod$outboundSchema: z.ZodNativeEnum<typeof DeliveryMethod>;
35
+ /**
36
+ * @internal
37
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
38
+ */
39
+ export declare namespace DeliveryMethod$ {
40
+ /** @deprecated use `DeliveryMethod$inboundSchema` instead. */
41
+ const inboundSchema: z.ZodNativeEnum<{
42
+ readonly Email: "email";
43
+ readonly Mail: "mail";
44
+ }>;
45
+ /** @deprecated use `DeliveryMethod$outboundSchema` instead. */
46
+ const outboundSchema: z.ZodNativeEnum<{
47
+ readonly Email: "email";
48
+ readonly Mail: "mail";
49
+ }>;
50
+ }
51
+ /** @internal */
52
+ export declare const CreateOrUpdateBcrRequestBody$inboundSchema: z.ZodType<CreateOrUpdateBcrRequestBody, z.ZodTypeDef, unknown>;
53
+ /** @internal */
54
+ export type CreateOrUpdateBcrRequestBody$Outbound = {
55
+ electronic_signature?: string | undefined;
56
+ delivery_method?: string | undefined;
57
+ email?: string | undefined;
58
+ address1?: string | undefined;
59
+ address2?: string | undefined;
60
+ city?: string | undefined;
61
+ state?: string | null | undefined;
62
+ zip?: string | undefined;
63
+ };
64
+ /** @internal */
65
+ export declare const CreateOrUpdateBcrRequestBody$outboundSchema: z.ZodType<CreateOrUpdateBcrRequestBody$Outbound, z.ZodTypeDef, CreateOrUpdateBcrRequestBody>;
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 CreateOrUpdateBcrRequestBody$ {
71
+ /** @deprecated use `CreateOrUpdateBcrRequestBody$inboundSchema` instead. */
72
+ const inboundSchema: z.ZodType<CreateOrUpdateBcrRequestBody, z.ZodTypeDef, unknown>;
73
+ /** @deprecated use `CreateOrUpdateBcrRequestBody$outboundSchema` instead. */
74
+ const outboundSchema: z.ZodType<CreateOrUpdateBcrRequestBody$Outbound, z.ZodTypeDef, CreateOrUpdateBcrRequestBody>;
75
+ /** @deprecated use `CreateOrUpdateBcrRequestBody$Outbound` instead. */
76
+ type Outbound = CreateOrUpdateBcrRequestBody$Outbound;
77
+ }
78
+ export declare function createOrUpdateBcrRequestBodyToJSON(createOrUpdateBcrRequestBody: CreateOrUpdateBcrRequestBody): string;
79
+ export declare function createOrUpdateBcrRequestBodyFromJSON(jsonString: string): SafeParseResult<CreateOrUpdateBcrRequestBody, SDKValidationError>;
80
+ /** @internal */
81
+ export declare const CreateOrUpdateBcrRequest$inboundSchema: z.ZodType<CreateOrUpdateBcrRequest, z.ZodTypeDef, unknown>;
82
+ /** @internal */
83
+ export type CreateOrUpdateBcrRequest$Outbound = {
84
+ vendor_credential_id: number;
85
+ RequestBody: CreateOrUpdateBcrRequestBody$Outbound;
86
+ };
87
+ /** @internal */
88
+ export declare const CreateOrUpdateBcrRequest$outboundSchema: z.ZodType<CreateOrUpdateBcrRequest$Outbound, z.ZodTypeDef, CreateOrUpdateBcrRequest>;
89
+ /**
90
+ * @internal
91
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
92
+ */
93
+ export declare namespace CreateOrUpdateBcrRequest$ {
94
+ /** @deprecated use `CreateOrUpdateBcrRequest$inboundSchema` instead. */
95
+ const inboundSchema: z.ZodType<CreateOrUpdateBcrRequest, z.ZodTypeDef, unknown>;
96
+ /** @deprecated use `CreateOrUpdateBcrRequest$outboundSchema` instead. */
97
+ const outboundSchema: z.ZodType<CreateOrUpdateBcrRequest$Outbound, z.ZodTypeDef, CreateOrUpdateBcrRequest>;
98
+ /** @deprecated use `CreateOrUpdateBcrRequest$Outbound` instead. */
99
+ type Outbound = CreateOrUpdateBcrRequest$Outbound;
100
+ }
101
+ export declare function createOrUpdateBcrRequestToJSON(createOrUpdateBcrRequest: CreateOrUpdateBcrRequest): string;
102
+ export declare function createOrUpdateBcrRequestFromJSON(jsonString: string): SafeParseResult<CreateOrUpdateBcrRequest, SDKValidationError>;
103
+ //# sourceMappingURL=createorupdatebcr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createorupdatebcr.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/createorupdatebcr.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,113 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import * as components from "../components/index.js";
8
+ export const DeliveryMethod = {
9
+ Email: "email",
10
+ Mail: "mail",
11
+ };
12
+ /** @internal */
13
+ export const DeliveryMethod$inboundSchema = z.nativeEnum(DeliveryMethod);
14
+ /** @internal */
15
+ export const DeliveryMethod$outboundSchema = DeliveryMethod$inboundSchema;
16
+ /**
17
+ * @internal
18
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
19
+ */
20
+ export var DeliveryMethod$;
21
+ (function (DeliveryMethod$) {
22
+ /** @deprecated use `DeliveryMethod$inboundSchema` instead. */
23
+ DeliveryMethod$.inboundSchema = DeliveryMethod$inboundSchema;
24
+ /** @deprecated use `DeliveryMethod$outboundSchema` instead. */
25
+ DeliveryMethod$.outboundSchema = DeliveryMethod$outboundSchema;
26
+ })(DeliveryMethod$ || (DeliveryMethod$ = {}));
27
+ /** @internal */
28
+ export const CreateOrUpdateBcrRequestBody$inboundSchema = z.object({
29
+ electronic_signature: z.string().optional(),
30
+ delivery_method: DeliveryMethod$inboundSchema.optional(),
31
+ email: z.string().optional(),
32
+ address1: z.string().optional(),
33
+ address2: z.string().optional(),
34
+ city: z.string().optional(),
35
+ state: z.nullable(components.State$inboundSchema).optional(),
36
+ zip: z.string().optional(),
37
+ }).transform((v) => {
38
+ return remap$(v, {
39
+ "electronic_signature": "electronicSignature",
40
+ "delivery_method": "deliveryMethod",
41
+ });
42
+ });
43
+ /** @internal */
44
+ export const CreateOrUpdateBcrRequestBody$outboundSchema = z.object({
45
+ electronicSignature: z.string().optional(),
46
+ deliveryMethod: DeliveryMethod$outboundSchema.optional(),
47
+ email: z.string().optional(),
48
+ address1: z.string().optional(),
49
+ address2: z.string().optional(),
50
+ city: z.string().optional(),
51
+ state: z.nullable(components.State$outboundSchema).optional(),
52
+ zip: z.string().optional(),
53
+ }).transform((v) => {
54
+ return remap$(v, {
55
+ electronicSignature: "electronic_signature",
56
+ deliveryMethod: "delivery_method",
57
+ });
58
+ });
59
+ /**
60
+ * @internal
61
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
62
+ */
63
+ export var CreateOrUpdateBcrRequestBody$;
64
+ (function (CreateOrUpdateBcrRequestBody$) {
65
+ /** @deprecated use `CreateOrUpdateBcrRequestBody$inboundSchema` instead. */
66
+ CreateOrUpdateBcrRequestBody$.inboundSchema = CreateOrUpdateBcrRequestBody$inboundSchema;
67
+ /** @deprecated use `CreateOrUpdateBcrRequestBody$outboundSchema` instead. */
68
+ CreateOrUpdateBcrRequestBody$.outboundSchema = CreateOrUpdateBcrRequestBody$outboundSchema;
69
+ })(CreateOrUpdateBcrRequestBody$ || (CreateOrUpdateBcrRequestBody$ = {}));
70
+ export function createOrUpdateBcrRequestBodyToJSON(createOrUpdateBcrRequestBody) {
71
+ return JSON.stringify(CreateOrUpdateBcrRequestBody$outboundSchema.parse(createOrUpdateBcrRequestBody));
72
+ }
73
+ export function createOrUpdateBcrRequestBodyFromJSON(jsonString) {
74
+ return safeParse(jsonString, (x) => CreateOrUpdateBcrRequestBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateOrUpdateBcrRequestBody' from JSON`);
75
+ }
76
+ /** @internal */
77
+ export const CreateOrUpdateBcrRequest$inboundSchema = z.object({
78
+ vendor_credential_id: z.number().int(),
79
+ RequestBody: z.lazy(() => CreateOrUpdateBcrRequestBody$inboundSchema),
80
+ }).transform((v) => {
81
+ return remap$(v, {
82
+ "vendor_credential_id": "vendorCredentialId",
83
+ "RequestBody": "requestBody",
84
+ });
85
+ });
86
+ /** @internal */
87
+ export const CreateOrUpdateBcrRequest$outboundSchema = z.object({
88
+ vendorCredentialId: z.number().int(),
89
+ requestBody: z.lazy(() => CreateOrUpdateBcrRequestBody$outboundSchema),
90
+ }).transform((v) => {
91
+ return remap$(v, {
92
+ vendorCredentialId: "vendor_credential_id",
93
+ requestBody: "RequestBody",
94
+ });
95
+ });
96
+ /**
97
+ * @internal
98
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
99
+ */
100
+ export var CreateOrUpdateBcrRequest$;
101
+ (function (CreateOrUpdateBcrRequest$) {
102
+ /** @deprecated use `CreateOrUpdateBcrRequest$inboundSchema` instead. */
103
+ CreateOrUpdateBcrRequest$.inboundSchema = CreateOrUpdateBcrRequest$inboundSchema;
104
+ /** @deprecated use `CreateOrUpdateBcrRequest$outboundSchema` instead. */
105
+ CreateOrUpdateBcrRequest$.outboundSchema = CreateOrUpdateBcrRequest$outboundSchema;
106
+ })(CreateOrUpdateBcrRequest$ || (CreateOrUpdateBcrRequest$ = {}));
107
+ export function createOrUpdateBcrRequestToJSON(createOrUpdateBcrRequest) {
108
+ return JSON.stringify(CreateOrUpdateBcrRequest$outboundSchema.parse(createOrUpdateBcrRequest));
109
+ }
110
+ export function createOrUpdateBcrRequestFromJSON(jsonString) {
111
+ return safeParse(jsonString, (x) => CreateOrUpdateBcrRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateOrUpdateBcrRequest' from JSON`);
112
+ }
113
+ //# sourceMappingURL=createorupdatebcr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createorupdatebcr.js","sourceRoot":"","sources":["../../../../src/models/operations/createorupdatebcr.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,64 @@
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 GetVendorLegalNameRequest = {
5
+ /**
6
+ * Either the ID of the vendor rep or the keyword "me" to represent the current vendor.
7
+ */
8
+ vendorIdOrMe: string;
9
+ };
10
+ /**
11
+ * The request was successful, and the server has returned the requested resource in the response body.
12
+ */
13
+ export type GetVendorLegalNameResponseBody = {
14
+ firstName?: string | undefined;
15
+ middleName?: string | null | undefined;
16
+ lastName?: string | undefined;
17
+ };
18
+ /** @internal */
19
+ export declare const GetVendorLegalNameRequest$inboundSchema: z.ZodType<GetVendorLegalNameRequest, z.ZodTypeDef, unknown>;
20
+ /** @internal */
21
+ export type GetVendorLegalNameRequest$Outbound = {
22
+ vendor_id_or_me: string;
23
+ };
24
+ /** @internal */
25
+ export declare const GetVendorLegalNameRequest$outboundSchema: z.ZodType<GetVendorLegalNameRequest$Outbound, z.ZodTypeDef, GetVendorLegalNameRequest>;
26
+ /**
27
+ * @internal
28
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
29
+ */
30
+ export declare namespace GetVendorLegalNameRequest$ {
31
+ /** @deprecated use `GetVendorLegalNameRequest$inboundSchema` instead. */
32
+ const inboundSchema: z.ZodType<GetVendorLegalNameRequest, z.ZodTypeDef, unknown>;
33
+ /** @deprecated use `GetVendorLegalNameRequest$outboundSchema` instead. */
34
+ const outboundSchema: z.ZodType<GetVendorLegalNameRequest$Outbound, z.ZodTypeDef, GetVendorLegalNameRequest>;
35
+ /** @deprecated use `GetVendorLegalNameRequest$Outbound` instead. */
36
+ type Outbound = GetVendorLegalNameRequest$Outbound;
37
+ }
38
+ export declare function getVendorLegalNameRequestToJSON(getVendorLegalNameRequest: GetVendorLegalNameRequest): string;
39
+ export declare function getVendorLegalNameRequestFromJSON(jsonString: string): SafeParseResult<GetVendorLegalNameRequest, SDKValidationError>;
40
+ /** @internal */
41
+ export declare const GetVendorLegalNameResponseBody$inboundSchema: z.ZodType<GetVendorLegalNameResponseBody, z.ZodTypeDef, unknown>;
42
+ /** @internal */
43
+ export type GetVendorLegalNameResponseBody$Outbound = {
44
+ first_name?: string | undefined;
45
+ middle_name?: string | null | undefined;
46
+ last_name?: string | undefined;
47
+ };
48
+ /** @internal */
49
+ export declare const GetVendorLegalNameResponseBody$outboundSchema: z.ZodType<GetVendorLegalNameResponseBody$Outbound, z.ZodTypeDef, GetVendorLegalNameResponseBody>;
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ export declare namespace GetVendorLegalNameResponseBody$ {
55
+ /** @deprecated use `GetVendorLegalNameResponseBody$inboundSchema` instead. */
56
+ const inboundSchema: z.ZodType<GetVendorLegalNameResponseBody, z.ZodTypeDef, unknown>;
57
+ /** @deprecated use `GetVendorLegalNameResponseBody$outboundSchema` instead. */
58
+ const outboundSchema: z.ZodType<GetVendorLegalNameResponseBody$Outbound, z.ZodTypeDef, GetVendorLegalNameResponseBody>;
59
+ /** @deprecated use `GetVendorLegalNameResponseBody$Outbound` instead. */
60
+ type Outbound = GetVendorLegalNameResponseBody$Outbound;
61
+ }
62
+ export declare function getVendorLegalNameResponseBodyToJSON(getVendorLegalNameResponseBody: GetVendorLegalNameResponseBody): string;
63
+ export declare function getVendorLegalNameResponseBodyFromJSON(jsonString: string): SafeParseResult<GetVendorLegalNameResponseBody, SDKValidationError>;
64
+ //# sourceMappingURL=getvendorlegalname.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getvendorlegalname.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/getvendorlegalname.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,yBAAyB,GAAG;IACtC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAOzB,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;AAED,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAW9B,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,81 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ /** @internal */
8
+ export const GetVendorLegalNameRequest$inboundSchema = z.object({
9
+ vendor_id_or_me: z.string(),
10
+ }).transform((v) => {
11
+ return remap$(v, {
12
+ "vendor_id_or_me": "vendorIdOrMe",
13
+ });
14
+ });
15
+ /** @internal */
16
+ export const GetVendorLegalNameRequest$outboundSchema = z.object({
17
+ vendorIdOrMe: z.string(),
18
+ }).transform((v) => {
19
+ return remap$(v, {
20
+ vendorIdOrMe: "vendor_id_or_me",
21
+ });
22
+ });
23
+ /**
24
+ * @internal
25
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
26
+ */
27
+ export var GetVendorLegalNameRequest$;
28
+ (function (GetVendorLegalNameRequest$) {
29
+ /** @deprecated use `GetVendorLegalNameRequest$inboundSchema` instead. */
30
+ GetVendorLegalNameRequest$.inboundSchema = GetVendorLegalNameRequest$inboundSchema;
31
+ /** @deprecated use `GetVendorLegalNameRequest$outboundSchema` instead. */
32
+ GetVendorLegalNameRequest$.outboundSchema = GetVendorLegalNameRequest$outboundSchema;
33
+ })(GetVendorLegalNameRequest$ || (GetVendorLegalNameRequest$ = {}));
34
+ export function getVendorLegalNameRequestToJSON(getVendorLegalNameRequest) {
35
+ return JSON.stringify(GetVendorLegalNameRequest$outboundSchema.parse(getVendorLegalNameRequest));
36
+ }
37
+ export function getVendorLegalNameRequestFromJSON(jsonString) {
38
+ return safeParse(jsonString, (x) => GetVendorLegalNameRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetVendorLegalNameRequest' from JSON`);
39
+ }
40
+ /** @internal */
41
+ export const GetVendorLegalNameResponseBody$inboundSchema = z.object({
42
+ first_name: z.string().optional(),
43
+ middle_name: z.nullable(z.string()).optional(),
44
+ last_name: z.string().optional(),
45
+ }).transform((v) => {
46
+ return remap$(v, {
47
+ "first_name": "firstName",
48
+ "middle_name": "middleName",
49
+ "last_name": "lastName",
50
+ });
51
+ });
52
+ /** @internal */
53
+ export const GetVendorLegalNameResponseBody$outboundSchema = z.object({
54
+ firstName: z.string().optional(),
55
+ middleName: z.nullable(z.string()).optional(),
56
+ lastName: z.string().optional(),
57
+ }).transform((v) => {
58
+ return remap$(v, {
59
+ firstName: "first_name",
60
+ middleName: "middle_name",
61
+ lastName: "last_name",
62
+ });
63
+ });
64
+ /**
65
+ * @internal
66
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
67
+ */
68
+ export var GetVendorLegalNameResponseBody$;
69
+ (function (GetVendorLegalNameResponseBody$) {
70
+ /** @deprecated use `GetVendorLegalNameResponseBody$inboundSchema` instead. */
71
+ GetVendorLegalNameResponseBody$.inboundSchema = GetVendorLegalNameResponseBody$inboundSchema;
72
+ /** @deprecated use `GetVendorLegalNameResponseBody$outboundSchema` instead. */
73
+ GetVendorLegalNameResponseBody$.outboundSchema = GetVendorLegalNameResponseBody$outboundSchema;
74
+ })(GetVendorLegalNameResponseBody$ || (GetVendorLegalNameResponseBody$ = {}));
75
+ export function getVendorLegalNameResponseBodyToJSON(getVendorLegalNameResponseBody) {
76
+ return JSON.stringify(GetVendorLegalNameResponseBody$outboundSchema.parse(getVendorLegalNameResponseBody));
77
+ }
78
+ export function getVendorLegalNameResponseBodyFromJSON(jsonString) {
79
+ return safeParse(jsonString, (x) => GetVendorLegalNameResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetVendorLegalNameResponseBody' from JSON`);
80
+ }
81
+ //# sourceMappingURL=getvendorlegalname.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getvendorlegalname.js","sourceRoot":"","sources":["../../../../src/models/operations/getvendorlegalname.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,8 @@
1
1
  export * from "./addvendorcredentialfile.js";
2
2
  export * from "./addvendormanagedbycompany.js";
3
3
  export * from "./changepassword.js";
4
+ export * from "./createnewvendorcredentialversion.js";
5
+ export * from "./createorupdatebcr.js";
4
6
  export * from "./createvendorcompany.js";
5
7
  export * from "./createvendorregistration.js";
6
8
  export * from "./declinevendorcredential.js";
@@ -13,6 +15,7 @@ export * from "./getuserbyid.js";
13
15
  export * from "./getvendorcredentialdetails.js";
14
16
  export * from "./getvendorcredentialfile.js";
15
17
  export * from "./getvendorinvoicedetails.js";
18
+ export * from "./getvendorlegalname.js";
16
19
  export * from "./getvendorsdetails.js";
17
20
  export * from "./getwebhookendpoint.js";
18
21
  export * from "./listallwebhookendpoints.js";
@@ -21,6 +24,7 @@ export * from "./listorsearchfacilities.js";
21
24
  export * from "./listorsearchsecurityzones.js";
22
25
  export * from "./listorsearchsupportarticles.js";
23
26
  export * from "./listvendoradditionalfacilityfields.js";
27
+ export * from "./listvendorcredentialdatarequests.js";
24
28
  export * from "./listvendorcredentialfiles.js";
25
29
  export * from "./listvendorcredentialhistory.js";
26
30
  export * from "./listvendorcredentials.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8CAA8C,CAAC;AAC7D,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,uCAAuC,CAAC;AACtD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8CAA8C,CAAC;AAC7D,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC"}