orb-billing 1.20.0 → 1.20.2

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 (278) hide show
  1. package/README.md +1 -1
  2. package/dist/sdk/availability.js +17 -36
  3. package/dist/sdk/coupon.js +85 -180
  4. package/dist/sdk/credit.js +102 -216
  5. package/dist/sdk/creditnote.js +34 -72
  6. package/dist/sdk/customer.js +221 -468
  7. package/dist/sdk/event.js +153 -324
  8. package/dist/sdk/invoice.js +136 -288
  9. package/dist/sdk/item.js +34 -72
  10. package/dist/sdk/metric.js +51 -108
  11. package/dist/sdk/models/errors/fivehundrederror.d.ts +11 -0
  12. package/dist/sdk/models/{shared → errors}/fivehundrederror.js +21 -11
  13. package/dist/sdk/models/errors/fourhundredandoneerror.d.ts +11 -0
  14. package/dist/sdk/models/{shared → errors}/fourhundredandoneerror.js +21 -15
  15. package/dist/sdk/models/errors/fourhundredandtwentynineerror.d.ts +11 -0
  16. package/dist/sdk/models/{shared → errors}/fourhundredandtwentynineerror.js +21 -15
  17. package/dist/sdk/models/errors/index.d.ts +3 -0
  18. package/dist/sdk/models/errors/index.js +3 -0
  19. package/dist/sdk/models/operations/addeditpriceintervals.d.ts +0 -28
  20. package/dist/sdk/models/operations/addeditpriceintervals.js +0 -28
  21. package/dist/sdk/models/operations/amendevent.d.ts +0 -28
  22. package/dist/sdk/models/operations/amendevent.js +0 -28
  23. package/dist/sdk/models/operations/amendusage.d.ts +0 -28
  24. package/dist/sdk/models/operations/amendusage.js +0 -28
  25. package/dist/sdk/models/operations/amendusageexternalcustomerid.d.ts +0 -28
  26. package/dist/sdk/models/operations/amendusageexternalcustomerid.js +0 -28
  27. package/dist/sdk/models/operations/archivecoupon.d.ts +0 -28
  28. package/dist/sdk/models/operations/archivecoupon.js +0 -28
  29. package/dist/sdk/models/operations/cancelsubscription.d.ts +0 -28
  30. package/dist/sdk/models/operations/cancelsubscription.js +0 -28
  31. package/dist/sdk/models/operations/closebackfill.d.ts +0 -28
  32. package/dist/sdk/models/operations/closebackfill.js +0 -28
  33. package/dist/sdk/models/operations/createbackfill.d.ts +0 -28
  34. package/dist/sdk/models/operations/createbackfill.js +0 -28
  35. package/dist/sdk/models/operations/createcoupon.d.ts +0 -28
  36. package/dist/sdk/models/operations/createcoupon.js +0 -28
  37. package/dist/sdk/models/operations/createcustomer.d.ts +0 -28
  38. package/dist/sdk/models/operations/createcustomer.js +0 -28
  39. package/dist/sdk/models/operations/createcustomerbalancetransaction.d.ts +0 -28
  40. package/dist/sdk/models/operations/createcustomerbalancetransaction.js +0 -28
  41. package/dist/sdk/models/operations/createinvoice.d.ts +0 -28
  42. package/dist/sdk/models/operations/createinvoice.js +0 -28
  43. package/dist/sdk/models/operations/createinvoicelineitem.d.ts +0 -28
  44. package/dist/sdk/models/operations/createinvoicelineitem.js +0 -28
  45. package/dist/sdk/models/operations/createledgerentry.d.ts +0 -29
  46. package/dist/sdk/models/operations/createledgerentry.js +0 -52
  47. package/dist/sdk/models/operations/createledgerentryexternalid.d.ts +0 -29
  48. package/dist/sdk/models/operations/createledgerentryexternalid.js +0 -52
  49. package/dist/sdk/models/operations/createmetric.d.ts +0 -28
  50. package/dist/sdk/models/operations/createmetric.js +0 -28
  51. package/dist/sdk/models/operations/createplan.d.ts +0 -28
  52. package/dist/sdk/models/operations/createplan.js +0 -28
  53. package/dist/sdk/models/operations/createprice.d.ts +0 -29
  54. package/dist/sdk/models/operations/createprice.js +0 -52
  55. package/dist/sdk/models/operations/createsubscription.d.ts +0 -28
  56. package/dist/sdk/models/operations/createsubscription.js +0 -28
  57. package/dist/sdk/models/operations/deletecustomer.d.ts +0 -28
  58. package/dist/sdk/models/operations/deletecustomer.js +0 -28
  59. package/dist/sdk/models/operations/deprecateevent.d.ts +0 -28
  60. package/dist/sdk/models/operations/deprecateevent.js +0 -28
  61. package/dist/sdk/models/operations/fetchbackfill.d.ts +0 -28
  62. package/dist/sdk/models/operations/fetchbackfill.js +0 -28
  63. package/dist/sdk/models/operations/fetchcoupon.d.ts +0 -28
  64. package/dist/sdk/models/operations/fetchcoupon.js +0 -28
  65. package/dist/sdk/models/operations/fetchcreditnote.d.ts +0 -28
  66. package/dist/sdk/models/operations/fetchcreditnote.js +0 -28
  67. package/dist/sdk/models/operations/fetchcustomer.d.ts +0 -28
  68. package/dist/sdk/models/operations/fetchcustomer.js +0 -28
  69. package/dist/sdk/models/operations/fetchcustomercosts.d.ts +0 -28
  70. package/dist/sdk/models/operations/fetchcustomercosts.js +0 -28
  71. package/dist/sdk/models/operations/fetchcustomercostsexternalid.d.ts +0 -28
  72. package/dist/sdk/models/operations/fetchcustomercostsexternalid.js +0 -28
  73. package/dist/sdk/models/operations/fetchcustomercredits.d.ts +0 -28
  74. package/dist/sdk/models/operations/fetchcustomercredits.js +0 -28
  75. package/dist/sdk/models/operations/fetchcustomercreditsexternalid.d.ts +0 -28
  76. package/dist/sdk/models/operations/fetchcustomercreditsexternalid.js +0 -28
  77. package/dist/sdk/models/operations/fetchcustomercreditsledger.d.ts +0 -28
  78. package/dist/sdk/models/operations/fetchcustomercreditsledger.js +0 -28
  79. package/dist/sdk/models/operations/fetchcustomercreditsledgerexternalid.d.ts +0 -28
  80. package/dist/sdk/models/operations/fetchcustomercreditsledgerexternalid.js +0 -28
  81. package/dist/sdk/models/operations/fetchcustomerexternalid.d.ts +0 -28
  82. package/dist/sdk/models/operations/fetchcustomerexternalid.js +0 -28
  83. package/dist/sdk/models/operations/fetchinvoice.d.ts +0 -28
  84. package/dist/sdk/models/operations/fetchinvoice.js +0 -28
  85. package/dist/sdk/models/operations/fetchitem.d.ts +0 -28
  86. package/dist/sdk/models/operations/fetchitem.js +0 -28
  87. package/dist/sdk/models/operations/fetchmetric.d.ts +0 -28
  88. package/dist/sdk/models/operations/fetchmetric.js +0 -28
  89. package/dist/sdk/models/operations/fetchplan.d.ts +0 -28
  90. package/dist/sdk/models/operations/fetchplan.js +0 -28
  91. package/dist/sdk/models/operations/fetchplanexternalid.d.ts +0 -28
  92. package/dist/sdk/models/operations/fetchplanexternalid.js +0 -28
  93. package/dist/sdk/models/operations/fetchprice.d.ts +0 -29
  94. package/dist/sdk/models/operations/fetchprice.js +0 -52
  95. package/dist/sdk/models/operations/fetchpriceexternalid.d.ts +0 -29
  96. package/dist/sdk/models/operations/fetchpriceexternalid.js +0 -52
  97. package/dist/sdk/models/operations/fetchsubscription.d.ts +0 -28
  98. package/dist/sdk/models/operations/fetchsubscription.js +0 -28
  99. package/dist/sdk/models/operations/fetchsubscriptioncosts.d.ts +0 -28
  100. package/dist/sdk/models/operations/fetchsubscriptioncosts.js +0 -28
  101. package/dist/sdk/models/operations/fetchsubscriptionschedule.d.ts +0 -28
  102. package/dist/sdk/models/operations/fetchsubscriptionschedule.js +0 -28
  103. package/dist/sdk/models/operations/fetchsubscriptionusage.d.ts +0 -29
  104. package/dist/sdk/models/operations/fetchsubscriptionusage.js +0 -52
  105. package/dist/sdk/models/operations/fetchupcominginvoice.d.ts +0 -28
  106. package/dist/sdk/models/operations/fetchupcominginvoice.js +0 -28
  107. package/dist/sdk/models/operations/ingest.d.ts +0 -28
  108. package/dist/sdk/models/operations/ingest.js +0 -28
  109. package/dist/sdk/models/operations/issueinvoice.d.ts +0 -28
  110. package/dist/sdk/models/operations/issueinvoice.js +0 -28
  111. package/dist/sdk/models/operations/listbackfills.d.ts +0 -28
  112. package/dist/sdk/models/operations/listbackfills.js +0 -28
  113. package/dist/sdk/models/operations/listbalancetransactions.d.ts +0 -28
  114. package/dist/sdk/models/operations/listbalancetransactions.js +0 -28
  115. package/dist/sdk/models/operations/listcoupons.d.ts +0 -28
  116. package/dist/sdk/models/operations/listcoupons.js +0 -28
  117. package/dist/sdk/models/operations/listcouponsubscriptions.d.ts +0 -28
  118. package/dist/sdk/models/operations/listcouponsubscriptions.js +0 -28
  119. package/dist/sdk/models/operations/listcreditnotes.d.ts +0 -28
  120. package/dist/sdk/models/operations/listcreditnotes.js +0 -28
  121. package/dist/sdk/models/operations/listcustomers.d.ts +0 -28
  122. package/dist/sdk/models/operations/listcustomers.js +0 -28
  123. package/dist/sdk/models/operations/listinvoices.d.ts +0 -28
  124. package/dist/sdk/models/operations/listinvoices.js +0 -28
  125. package/dist/sdk/models/operations/listitems.d.ts +0 -28
  126. package/dist/sdk/models/operations/listitems.js +0 -28
  127. package/dist/sdk/models/operations/listmetrics.d.ts +0 -28
  128. package/dist/sdk/models/operations/listmetrics.js +0 -28
  129. package/dist/sdk/models/operations/listplans.d.ts +0 -28
  130. package/dist/sdk/models/operations/listplans.js +0 -28
  131. package/dist/sdk/models/operations/listprices.d.ts +0 -28
  132. package/dist/sdk/models/operations/listprices.js +0 -28
  133. package/dist/sdk/models/operations/listsubscriptions.d.ts +0 -28
  134. package/dist/sdk/models/operations/listsubscriptions.js +0 -28
  135. package/dist/sdk/models/operations/markinvoiceaspaid.d.ts +0 -28
  136. package/dist/sdk/models/operations/markinvoiceaspaid.js +0 -28
  137. package/dist/sdk/models/operations/ping.d.ts +0 -28
  138. package/dist/sdk/models/operations/ping.js +0 -28
  139. package/dist/sdk/models/operations/revertbackfill.d.ts +0 -28
  140. package/dist/sdk/models/operations/revertbackfill.js +0 -28
  141. package/dist/sdk/models/operations/scheduleplanchange.d.ts +0 -28
  142. package/dist/sdk/models/operations/scheduleplanchange.js +0 -28
  143. package/dist/sdk/models/operations/searchevents.d.ts +0 -28
  144. package/dist/sdk/models/operations/searchevents.js +0 -28
  145. package/dist/sdk/models/operations/triggerphase.d.ts +0 -28
  146. package/dist/sdk/models/operations/triggerphase.js +0 -28
  147. package/dist/sdk/models/operations/unschedulecancellation.d.ts +0 -28
  148. package/dist/sdk/models/operations/unschedulecancellation.js +0 -28
  149. package/dist/sdk/models/operations/unschedulefixedfeequantity.d.ts +0 -28
  150. package/dist/sdk/models/operations/unschedulefixedfeequantity.js +0 -28
  151. package/dist/sdk/models/operations/unscheduleplanchange.d.ts +0 -28
  152. package/dist/sdk/models/operations/unscheduleplanchange.js +0 -28
  153. package/dist/sdk/models/operations/updatecustomer.d.ts +0 -28
  154. package/dist/sdk/models/operations/updatecustomer.js +0 -28
  155. package/dist/sdk/models/operations/updatecustomerexternalid.d.ts +0 -28
  156. package/dist/sdk/models/operations/updatecustomerexternalid.js +0 -28
  157. package/dist/sdk/models/operations/updatefixedfeequantity.d.ts +0 -28
  158. package/dist/sdk/models/operations/updatefixedfeequantity.js +0 -28
  159. package/dist/sdk/models/operations/updateplan.d.ts +0 -28
  160. package/dist/sdk/models/operations/updateplan.js +0 -28
  161. package/dist/sdk/models/operations/updateplanexternal.d.ts +0 -28
  162. package/dist/sdk/models/operations/updateplanexternal.js +0 -28
  163. package/dist/sdk/models/operations/voidinvoice.d.ts +0 -28
  164. package/dist/sdk/models/operations/voidinvoice.js +0 -28
  165. package/dist/sdk/models/shared/index.d.ts +0 -3
  166. package/dist/sdk/models/shared/index.js +0 -3
  167. package/dist/sdk/models/shared/security.d.ts +1 -1
  168. package/dist/sdk/models/shared/security.js +1 -1
  169. package/dist/sdk/plan.js +102 -216
  170. package/dist/sdk/price.js +68 -144
  171. package/dist/sdk/priceinterval.js +17 -36
  172. package/dist/sdk/sdk.js +2 -2
  173. package/dist/sdk/subscription.js +221 -468
  174. package/docs/models/errors/fivehundrederror.md +12 -0
  175. package/docs/models/errors/fourhundredandoneerror.md +12 -0
  176. package/docs/models/errors/fourhundredandtwentynineerror.md +12 -0
  177. package/docs/models/operations/addeditpriceintervalsresponse.md +6 -13
  178. package/docs/models/operations/amendeventresponse.md +6 -13
  179. package/docs/models/operations/amendusageexternalcustomeridresponse.md +6 -13
  180. package/docs/models/operations/amendusageresponse.md +6 -13
  181. package/docs/models/operations/archivecouponresponse.md +6 -13
  182. package/docs/models/operations/cancelsubscriptionresponse.md +6 -13
  183. package/docs/models/operations/closebackfillresponse.md +6 -13
  184. package/docs/models/operations/createbackfillresponse.md +6 -13
  185. package/docs/models/operations/createcouponresponse.md +6 -13
  186. package/docs/models/operations/createcustomerbalancetransactionresponse.md +6 -13
  187. package/docs/models/operations/createcustomerresponse.md +6 -13
  188. package/docs/models/operations/createinvoicelineitemresponse.md +6 -13
  189. package/docs/models/operations/createinvoiceresponse.md +6 -13
  190. package/docs/models/operations/createledgerentryexternalidresponse.md +6 -13
  191. package/docs/models/operations/createledgerentryresponse.md +6 -13
  192. package/docs/models/operations/createmetricresponse.md +6 -13
  193. package/docs/models/operations/createplanresponse.md +6 -13
  194. package/docs/models/operations/createpriceresponse.md +6 -13
  195. package/docs/models/operations/createsubscriptionresponse.md +6 -13
  196. package/docs/models/operations/deletecustomerresponse.md +6 -13
  197. package/docs/models/operations/deprecateeventresponse.md +6 -13
  198. package/docs/models/operations/fetchbackfillresponse.md +6 -13
  199. package/docs/models/operations/fetchcouponresponse.md +6 -13
  200. package/docs/models/operations/fetchcreditnoteresponse.md +6 -13
  201. package/docs/models/operations/fetchcustomercostsexternalidresponse.md +6 -13
  202. package/docs/models/operations/fetchcustomercostsresponse.md +6 -13
  203. package/docs/models/operations/fetchcustomercreditsexternalidresponse.md +6 -13
  204. package/docs/models/operations/fetchcustomercreditsledgerexternalidresponse.md +6 -13
  205. package/docs/models/operations/fetchcustomercreditsledgerresponse.md +6 -13
  206. package/docs/models/operations/fetchcustomercreditsresponse.md +6 -13
  207. package/docs/models/operations/fetchcustomerexternalidresponse.md +6 -13
  208. package/docs/models/operations/fetchcustomerresponse.md +6 -13
  209. package/docs/models/operations/fetchinvoiceresponse.md +6 -13
  210. package/docs/models/operations/fetchitemresponse.md +6 -13
  211. package/docs/models/operations/fetchmetricresponse.md +6 -13
  212. package/docs/models/operations/fetchplanexternalidresponse.md +6 -13
  213. package/docs/models/operations/fetchplanresponse.md +6 -13
  214. package/docs/models/operations/fetchpriceexternalidresponse.md +6 -13
  215. package/docs/models/operations/fetchpriceresponse.md +6 -13
  216. package/docs/models/operations/fetchsubscriptioncostsresponse.md +6 -13
  217. package/docs/models/operations/fetchsubscriptionresponse.md +6 -13
  218. package/docs/models/operations/fetchsubscriptionscheduleresponse.md +6 -13
  219. package/docs/models/operations/fetchsubscriptionusageresponse.md +6 -13
  220. package/docs/models/operations/fetchupcominginvoiceresponse.md +6 -13
  221. package/docs/models/operations/ingestresponse.md +6 -13
  222. package/docs/models/operations/issueinvoiceresponse.md +6 -13
  223. package/docs/models/operations/listbackfillsresponse.md +6 -13
  224. package/docs/models/operations/listbalancetransactionsresponse.md +6 -13
  225. package/docs/models/operations/listcouponsresponse.md +6 -13
  226. package/docs/models/operations/listcouponsubscriptionsresponse.md +6 -13
  227. package/docs/models/operations/listcreditnotesresponse.md +6 -13
  228. package/docs/models/operations/listcustomersresponse.md +6 -13
  229. package/docs/models/operations/listinvoicesresponse.md +6 -13
  230. package/docs/models/operations/listitemsresponse.md +6 -13
  231. package/docs/models/operations/listmetricsresponse.md +6 -13
  232. package/docs/models/operations/listplansresponse.md +6 -13
  233. package/docs/models/operations/listpricesresponse.md +6 -13
  234. package/docs/models/operations/listsubscriptionsresponse.md +6 -13
  235. package/docs/models/operations/markinvoiceaspaidresponse.md +6 -13
  236. package/docs/models/operations/pingresponse.md +6 -13
  237. package/docs/models/operations/revertbackfillresponse.md +6 -13
  238. package/docs/models/operations/scheduleplanchangeresponse.md +6 -13
  239. package/docs/models/operations/searcheventsresponse.md +6 -13
  240. package/docs/models/operations/triggerphaseresponse.md +6 -13
  241. package/docs/models/operations/unschedulecancellationresponse.md +6 -13
  242. package/docs/models/operations/unschedulefixedfeequantityresponse.md +6 -13
  243. package/docs/models/operations/unscheduleplanchangeresponse.md +6 -13
  244. package/docs/models/operations/updatecustomerexternalidresponse.md +6 -13
  245. package/docs/models/operations/updatecustomerresponse.md +6 -13
  246. package/docs/models/operations/updatefixedfeequantityresponse.md +6 -13
  247. package/docs/models/operations/updateplanexternalresponse.md +6 -13
  248. package/docs/models/operations/updateplanresponse.md +6 -13
  249. package/docs/models/operations/voidinvoiceresponse.md +6 -13
  250. package/docs/models/shared/security.md +1 -1
  251. package/docs/sdks/availability/README.md +1 -1
  252. package/docs/sdks/coupon/README.md +5 -5
  253. package/docs/sdks/credit/README.md +6 -6
  254. package/docs/sdks/creditnote/README.md +2 -2
  255. package/docs/sdks/customer/README.md +13 -13
  256. package/docs/sdks/event/README.md +9 -9
  257. package/docs/sdks/invoice/README.md +8 -8
  258. package/docs/sdks/item/README.md +2 -2
  259. package/docs/sdks/metric/README.md +3 -3
  260. package/docs/sdks/plan/README.md +6 -6
  261. package/docs/sdks/price/README.md +4 -4
  262. package/docs/sdks/priceinterval/README.md +1 -1
  263. package/docs/sdks/subscription/README.md +13 -13
  264. package/package.json +1 -1
  265. package/dist/sdk/models/shared/fivehundrederror.d.ts +0 -13
  266. package/dist/sdk/models/shared/fourhundredandoneerror.d.ts +0 -16
  267. package/dist/sdk/models/shared/fourhundredandtwentynineerror.d.ts +0 -16
  268. package/docs/models/shared/fivehundrederror.md +0 -12
  269. package/docs/models/shared/fivehundrederrortype.md +0 -8
  270. package/docs/models/shared/fourhundredandoneerror.md +0 -12
  271. package/docs/models/shared/fourhundredandoneerrorstatus.md +0 -8
  272. package/docs/models/shared/fourhundredandoneerrortype.md +0 -8
  273. package/docs/models/shared/fourhundredandtwentynineerror.md +0 -12
  274. package/docs/models/shared/fourhundredandtwentynineerrorstatus.md +0 -8
  275. package/docs/models/shared/fourhundredandtwentynineerrortype.md +0 -8
  276. /package/docs/models/{shared → errors}/fivehundrederrorheaders.md +0 -0
  277. /package/docs/models/{shared → errors}/fourhundredandoneerrorheaders.md +0 -0
  278. /package/docs/models/{shared → errors}/fourhundredandtwentynineerrorheaders.md +0 -0
@@ -115,7 +115,7 @@ var Invoice = /** @class */ (function () {
115
115
  Invoice.prototype.create = function (req, config) {
116
116
  var _a, _b;
117
117
  return __awaiter(this, void 0, void 0, function () {
118
- var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
118
+ var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes, err, err, err;
119
119
  var _d;
120
120
  return __generator(this, function (_e) {
121
121
  switch (_e.label) {
@@ -171,41 +171,18 @@ var Invoice = /** @class */ (function () {
171
171
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
172
172
  }
173
173
  break;
174
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
175
- if (utils.matchContentType(contentType, "application/json")) {
176
- res.fourHundredError = JSON.parse(decodedRes);
177
- }
178
- else {
179
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
180
- }
181
- break;
174
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
175
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
176
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
177
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
178
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
179
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
180
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
182
181
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
183
182
  if (utils.matchContentType(contentType, "application/json")) {
184
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
185
- }
186
- else {
187
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
188
- }
189
- break;
190
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
191
- if (utils.matchContentType(contentType, "application/json")) {
192
- res.fourHundredAndFourError = JSON.parse(decodedRes);
193
- }
194
- else {
195
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
196
- }
197
- break;
198
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
199
- if (utils.matchContentType(contentType, "application/json")) {
200
- res.fourHundredAndNineError = JSON.parse(decodedRes);
201
- }
202
- else {
203
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
204
- }
205
- break;
206
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
207
- if (utils.matchContentType(contentType, "application/json")) {
208
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
183
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
184
+ err.rawResponse = httpRes;
185
+ throw new errors.FourHundredAndOneError(err);
209
186
  }
210
187
  else {
211
188
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -213,7 +190,9 @@ var Invoice = /** @class */ (function () {
213
190
  break;
214
191
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
215
192
  if (utils.matchContentType(contentType, "application/json")) {
216
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
193
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
194
+ err.rawResponse = httpRes;
195
+ throw new errors.FourHundredAndTwentyNineError(err);
217
196
  }
218
197
  else {
219
198
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -221,7 +200,9 @@ var Invoice = /** @class */ (function () {
221
200
  break;
222
201
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
223
202
  if (utils.matchContentType(contentType, "application/json")) {
224
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
203
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
204
+ err.rawResponse = httpRes;
205
+ throw new errors.FiveHundredError(err);
225
206
  }
226
207
  else {
227
208
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -243,7 +224,7 @@ var Invoice = /** @class */ (function () {
243
224
  Invoice.prototype.createLineItem = function (req, config) {
244
225
  var _a, _b;
245
226
  return __awaiter(this, void 0, void 0, function () {
246
- var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
227
+ var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes, err, err, err;
247
228
  var _d;
248
229
  return __generator(this, function (_e) {
249
230
  switch (_e.label) {
@@ -299,41 +280,18 @@ var Invoice = /** @class */ (function () {
299
280
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
300
281
  }
301
282
  break;
302
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
303
- if (utils.matchContentType(contentType, "application/json")) {
304
- res.fourHundredError = JSON.parse(decodedRes);
305
- }
306
- else {
307
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
308
- }
309
- break;
283
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
284
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
285
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
286
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
287
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
288
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
289
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
310
290
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
311
291
  if (utils.matchContentType(contentType, "application/json")) {
312
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
313
- }
314
- else {
315
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
316
- }
317
- break;
318
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
319
- if (utils.matchContentType(contentType, "application/json")) {
320
- res.fourHundredAndFourError = JSON.parse(decodedRes);
321
- }
322
- else {
323
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
324
- }
325
- break;
326
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
327
- if (utils.matchContentType(contentType, "application/json")) {
328
- res.fourHundredAndNineError = JSON.parse(decodedRes);
329
- }
330
- else {
331
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
332
- }
333
- break;
334
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
335
- if (utils.matchContentType(contentType, "application/json")) {
336
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
292
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
293
+ err.rawResponse = httpRes;
294
+ throw new errors.FourHundredAndOneError(err);
337
295
  }
338
296
  else {
339
297
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -341,7 +299,9 @@ var Invoice = /** @class */ (function () {
341
299
  break;
342
300
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
343
301
  if (utils.matchContentType(contentType, "application/json")) {
344
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
302
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
303
+ err.rawResponse = httpRes;
304
+ throw new errors.FourHundredAndTwentyNineError(err);
345
305
  }
346
306
  else {
347
307
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -349,7 +309,9 @@ var Invoice = /** @class */ (function () {
349
309
  break;
350
310
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
351
311
  if (utils.matchContentType(contentType, "application/json")) {
352
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
312
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
313
+ err.rawResponse = httpRes;
314
+ throw new errors.FiveHundredError(err);
353
315
  }
354
316
  else {
355
317
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -370,7 +332,7 @@ var Invoice = /** @class */ (function () {
370
332
  Invoice.prototype.fetch = function (invoiceId, config) {
371
333
  var _a, _b;
372
334
  return __awaiter(this, void 0, void 0, function () {
373
- var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
335
+ var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes, err, err, err;
374
336
  return __generator(this, function (_c) {
375
337
  switch (_c.label) {
376
338
  case 0:
@@ -416,41 +378,18 @@ var Invoice = /** @class */ (function () {
416
378
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
417
379
  }
418
380
  break;
419
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
420
- if (utils.matchContentType(contentType, "application/json")) {
421
- res.fourHundredError = JSON.parse(decodedRes);
422
- }
423
- else {
424
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
425
- }
426
- break;
381
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
382
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
383
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
384
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
385
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
386
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
387
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
427
388
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
428
389
  if (utils.matchContentType(contentType, "application/json")) {
429
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
430
- }
431
- else {
432
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
433
- }
434
- break;
435
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
436
- if (utils.matchContentType(contentType, "application/json")) {
437
- res.fourHundredAndFourError = JSON.parse(decodedRes);
438
- }
439
- else {
440
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
441
- }
442
- break;
443
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
444
- if (utils.matchContentType(contentType, "application/json")) {
445
- res.fourHundredAndNineError = JSON.parse(decodedRes);
446
- }
447
- else {
448
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
449
- }
450
- break;
451
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
452
- if (utils.matchContentType(contentType, "application/json")) {
453
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
390
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
391
+ err.rawResponse = httpRes;
392
+ throw new errors.FourHundredAndOneError(err);
454
393
  }
455
394
  else {
456
395
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -458,7 +397,9 @@ var Invoice = /** @class */ (function () {
458
397
  break;
459
398
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
460
399
  if (utils.matchContentType(contentType, "application/json")) {
461
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
400
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
401
+ err.rawResponse = httpRes;
402
+ throw new errors.FourHundredAndTwentyNineError(err);
462
403
  }
463
404
  else {
464
405
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -466,7 +407,9 @@ var Invoice = /** @class */ (function () {
466
407
  break;
467
408
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
468
409
  if (utils.matchContentType(contentType, "application/json")) {
469
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
410
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
411
+ err.rawResponse = httpRes;
412
+ throw new errors.FiveHundredError(err);
470
413
  }
471
414
  else {
472
415
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -488,7 +431,7 @@ var Invoice = /** @class */ (function () {
488
431
  Invoice.prototype.fetchUpcoming = function (subscriptionId, config) {
489
432
  var _a, _b;
490
433
  return __awaiter(this, void 0, void 0, function () {
491
- var req, baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
434
+ var req, baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes, err, err, err;
492
435
  return __generator(this, function (_c) {
493
436
  switch (_c.label) {
494
437
  case 0:
@@ -535,41 +478,18 @@ var Invoice = /** @class */ (function () {
535
478
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
536
479
  }
537
480
  break;
538
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
539
- if (utils.matchContentType(contentType, "application/json")) {
540
- res.fourHundredError = JSON.parse(decodedRes);
541
- }
542
- else {
543
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
544
- }
545
- break;
481
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
482
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
483
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
484
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
485
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
486
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
487
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
546
488
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
547
489
  if (utils.matchContentType(contentType, "application/json")) {
548
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
549
- }
550
- else {
551
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
552
- }
553
- break;
554
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
555
- if (utils.matchContentType(contentType, "application/json")) {
556
- res.fourHundredAndFourError = JSON.parse(decodedRes);
557
- }
558
- else {
559
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
560
- }
561
- break;
562
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
563
- if (utils.matchContentType(contentType, "application/json")) {
564
- res.fourHundredAndNineError = JSON.parse(decodedRes);
565
- }
566
- else {
567
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
568
- }
569
- break;
570
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
571
- if (utils.matchContentType(contentType, "application/json")) {
572
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
490
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
491
+ err.rawResponse = httpRes;
492
+ throw new errors.FourHundredAndOneError(err);
573
493
  }
574
494
  else {
575
495
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -577,7 +497,9 @@ var Invoice = /** @class */ (function () {
577
497
  break;
578
498
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
579
499
  if (utils.matchContentType(contentType, "application/json")) {
580
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
500
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
501
+ err.rawResponse = httpRes;
502
+ throw new errors.FourHundredAndTwentyNineError(err);
581
503
  }
582
504
  else {
583
505
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -585,7 +507,9 @@ var Invoice = /** @class */ (function () {
585
507
  break;
586
508
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
587
509
  if (utils.matchContentType(contentType, "application/json")) {
588
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
510
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
511
+ err.rawResponse = httpRes;
512
+ throw new errors.FiveHundredError(err);
589
513
  }
590
514
  else {
591
515
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -609,7 +533,7 @@ var Invoice = /** @class */ (function () {
609
533
  Invoice.prototype.issue = function (invoiceId, config) {
610
534
  var _a, _b;
611
535
  return __awaiter(this, void 0, void 0, function () {
612
- var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
536
+ var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes, err, err, err;
613
537
  return __generator(this, function (_c) {
614
538
  switch (_c.label) {
615
539
  case 0:
@@ -655,41 +579,18 @@ var Invoice = /** @class */ (function () {
655
579
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
656
580
  }
657
581
  break;
658
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
659
- if (utils.matchContentType(contentType, "application/json")) {
660
- res.fourHundredError = JSON.parse(decodedRes);
661
- }
662
- else {
663
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
664
- }
665
- break;
582
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
583
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
584
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
585
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
586
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
587
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
588
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
666
589
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
667
590
  if (utils.matchContentType(contentType, "application/json")) {
668
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
669
- }
670
- else {
671
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
672
- }
673
- break;
674
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
675
- if (utils.matchContentType(contentType, "application/json")) {
676
- res.fourHundredAndFourError = JSON.parse(decodedRes);
677
- }
678
- else {
679
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
680
- }
681
- break;
682
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
683
- if (utils.matchContentType(contentType, "application/json")) {
684
- res.fourHundredAndNineError = JSON.parse(decodedRes);
685
- }
686
- else {
687
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
688
- }
689
- break;
690
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
691
- if (utils.matchContentType(contentType, "application/json")) {
692
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
591
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
592
+ err.rawResponse = httpRes;
593
+ throw new errors.FourHundredAndOneError(err);
693
594
  }
694
595
  else {
695
596
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -697,7 +598,9 @@ var Invoice = /** @class */ (function () {
697
598
  break;
698
599
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
699
600
  if (utils.matchContentType(contentType, "application/json")) {
700
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
601
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
602
+ err.rawResponse = httpRes;
603
+ throw new errors.FourHundredAndTwentyNineError(err);
701
604
  }
702
605
  else {
703
606
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -705,7 +608,9 @@ var Invoice = /** @class */ (function () {
705
608
  break;
706
609
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
707
610
  if (utils.matchContentType(contentType, "application/json")) {
708
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
611
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
612
+ err.rawResponse = httpRes;
613
+ throw new errors.FiveHundredError(err);
709
614
  }
710
615
  else {
711
616
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -732,7 +637,7 @@ var Invoice = /** @class */ (function () {
732
637
  Invoice.prototype.list = function (req, config) {
733
638
  var _a, _b;
734
639
  return __awaiter(this, void 0, void 0, function () {
735
- var baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
640
+ var baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes, err, err, err;
736
641
  return __generator(this, function (_c) {
737
642
  switch (_c.label) {
738
643
  case 0:
@@ -779,41 +684,18 @@ var Invoice = /** @class */ (function () {
779
684
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
780
685
  }
781
686
  break;
782
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
783
- if (utils.matchContentType(contentType, "application/json")) {
784
- res.fourHundredError = JSON.parse(decodedRes);
785
- }
786
- else {
787
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
788
- }
789
- break;
687
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
688
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
689
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
690
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
691
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
692
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
693
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
790
694
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
791
695
  if (utils.matchContentType(contentType, "application/json")) {
792
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
793
- }
794
- else {
795
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
796
- }
797
- break;
798
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
799
- if (utils.matchContentType(contentType, "application/json")) {
800
- res.fourHundredAndFourError = JSON.parse(decodedRes);
801
- }
802
- else {
803
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
804
- }
805
- break;
806
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
807
- if (utils.matchContentType(contentType, "application/json")) {
808
- res.fourHundredAndNineError = JSON.parse(decodedRes);
809
- }
810
- else {
811
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
812
- }
813
- break;
814
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
815
- if (utils.matchContentType(contentType, "application/json")) {
816
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
696
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
697
+ err.rawResponse = httpRes;
698
+ throw new errors.FourHundredAndOneError(err);
817
699
  }
818
700
  else {
819
701
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -821,7 +703,9 @@ var Invoice = /** @class */ (function () {
821
703
  break;
822
704
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
823
705
  if (utils.matchContentType(contentType, "application/json")) {
824
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
706
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
707
+ err.rawResponse = httpRes;
708
+ throw new errors.FourHundredAndTwentyNineError(err);
825
709
  }
826
710
  else {
827
711
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -829,7 +713,9 @@ var Invoice = /** @class */ (function () {
829
713
  break;
830
714
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
831
715
  if (utils.matchContentType(contentType, "application/json")) {
832
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
716
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
717
+ err.rawResponse = httpRes;
718
+ throw new errors.FiveHundredError(err);
833
719
  }
834
720
  else {
835
721
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -851,7 +737,7 @@ var Invoice = /** @class */ (function () {
851
737
  Invoice.prototype.markInvoiceAsPaid = function (invoiceId, markAsPaidRequestParams, config) {
852
738
  var _a, _b;
853
739
  return __awaiter(this, void 0, void 0, function () {
854
- var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
740
+ var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes, err, err, err;
855
741
  var _d;
856
742
  return __generator(this, function (_e) {
857
743
  switch (_e.label) {
@@ -908,41 +794,18 @@ var Invoice = /** @class */ (function () {
908
794
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
909
795
  }
910
796
  break;
911
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
912
- if (utils.matchContentType(contentType, "application/json")) {
913
- res.fourHundredError = JSON.parse(decodedRes);
914
- }
915
- else {
916
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
917
- }
918
- break;
797
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
798
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
799
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
800
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
801
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
802
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
803
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
919
804
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
920
805
  if (utils.matchContentType(contentType, "application/json")) {
921
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
922
- }
923
- else {
924
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
925
- }
926
- break;
927
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
928
- if (utils.matchContentType(contentType, "application/json")) {
929
- res.fourHundredAndFourError = JSON.parse(decodedRes);
930
- }
931
- else {
932
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
933
- }
934
- break;
935
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
936
- if (utils.matchContentType(contentType, "application/json")) {
937
- res.fourHundredAndNineError = JSON.parse(decodedRes);
938
- }
939
- else {
940
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
941
- }
942
- break;
943
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
944
- if (utils.matchContentType(contentType, "application/json")) {
945
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
806
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
807
+ err.rawResponse = httpRes;
808
+ throw new errors.FourHundredAndOneError(err);
946
809
  }
947
810
  else {
948
811
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -950,7 +813,9 @@ var Invoice = /** @class */ (function () {
950
813
  break;
951
814
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
952
815
  if (utils.matchContentType(contentType, "application/json")) {
953
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
816
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
817
+ err.rawResponse = httpRes;
818
+ throw new errors.FourHundredAndTwentyNineError(err);
954
819
  }
955
820
  else {
956
821
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -958,7 +823,9 @@ var Invoice = /** @class */ (function () {
958
823
  break;
959
824
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
960
825
  if (utils.matchContentType(contentType, "application/json")) {
961
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
826
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
827
+ err.rawResponse = httpRes;
828
+ throw new errors.FiveHundredError(err);
962
829
  }
963
830
  else {
964
831
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -984,7 +851,7 @@ var Invoice = /** @class */ (function () {
984
851
  Invoice.prototype.void = function (invoiceId, config) {
985
852
  var _a, _b;
986
853
  return __awaiter(this, void 0, void 0, function () {
987
- var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
854
+ var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes, err, err, err;
988
855
  return __generator(this, function (_c) {
989
856
  switch (_c.label) {
990
857
  case 0:
@@ -1030,41 +897,18 @@ var Invoice = /** @class */ (function () {
1030
897
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
1031
898
  }
1032
899
  break;
1033
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400:
1034
- if (utils.matchContentType(contentType, "application/json")) {
1035
- res.fourHundredError = JSON.parse(decodedRes);
1036
- }
1037
- else {
1038
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
1039
- }
1040
- break;
900
+ case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 400 ||
901
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404 ||
902
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409 ||
903
+ (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413 ||
904
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
905
+ ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
906
+ throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1041
907
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 401:
1042
908
  if (utils.matchContentType(contentType, "application/json")) {
1043
- res.fourHundredAndOneError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndOneError);
1044
- }
1045
- else {
1046
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
1047
- }
1048
- break;
1049
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 404:
1050
- if (utils.matchContentType(contentType, "application/json")) {
1051
- res.fourHundredAndFourError = JSON.parse(decodedRes);
1052
- }
1053
- else {
1054
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
1055
- }
1056
- break;
1057
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 409:
1058
- if (utils.matchContentType(contentType, "application/json")) {
1059
- res.fourHundredAndNineError = JSON.parse(decodedRes);
1060
- }
1061
- else {
1062
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
1063
- }
1064
- break;
1065
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 413:
1066
- if (utils.matchContentType(contentType, "application/json")) {
1067
- res.fourHundredAndThirteenError = JSON.parse(decodedRes);
909
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndOneError);
910
+ err.rawResponse = httpRes;
911
+ throw new errors.FourHundredAndOneError(err);
1068
912
  }
1069
913
  else {
1070
914
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -1072,7 +916,9 @@ var Invoice = /** @class */ (function () {
1072
916
  break;
1073
917
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 429:
1074
918
  if (utils.matchContentType(contentType, "application/json")) {
1075
- res.fourHundredAndTwentyNineError = utils.objectToClass(JSON.parse(decodedRes), shared.FourHundredAndTwentyNineError);
919
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FourHundredAndTwentyNineError);
920
+ err.rawResponse = httpRes;
921
+ throw new errors.FourHundredAndTwentyNineError(err);
1076
922
  }
1077
923
  else {
1078
924
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -1080,7 +926,9 @@ var Invoice = /** @class */ (function () {
1080
926
  break;
1081
927
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 500:
1082
928
  if (utils.matchContentType(contentType, "application/json")) {
1083
- res.fiveHundredError = utils.objectToClass(JSON.parse(decodedRes), shared.FiveHundredError);
929
+ err = utils.objectToClass(JSON.parse(decodedRes), errors.FiveHundredError);
930
+ err.rawResponse = httpRes;
931
+ throw new errors.FiveHundredError(err);
1084
932
  }
1085
933
  else {
1086
934
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);