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
@@ -5,34 +5,6 @@ export declare class FetchUpcomingInvoiceRequest extends SpeakeasyBase {
5
5
  subscriptionId?: string;
6
6
  }
7
7
  export declare class FetchUpcomingInvoiceResponse extends SpeakeasyBase {
8
- /**
9
- * Bad Request
10
- */
11
- fourHundredError?: any;
12
- /**
13
- * Unauthorized
14
- */
15
- fourHundredAndOneError?: shared.FourHundredAndOneError;
16
- /**
17
- * Not Found
18
- */
19
- fourHundredAndFourError?: any;
20
- /**
21
- * Conflict
22
- */
23
- fourHundredAndNineError?: any;
24
- /**
25
- * Request Entity Too Large
26
- */
27
- fourHundredAndThirteenError?: any;
28
- /**
29
- * Too Many Requests
30
- */
31
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
32
- /**
33
- * Internal Server Error
34
- */
35
- fiveHundredError?: shared.FiveHundredError;
36
8
  /**
37
9
  * HTTP response content type for this operation
38
10
  */
@@ -70,34 +70,6 @@ var FetchUpcomingInvoiceResponse = /** @class */ (function (_super) {
70
70
  function FetchUpcomingInvoiceResponse() {
71
71
  return _super !== null && _super.apply(this, arguments) || this;
72
72
  }
73
- __decorate([
74
- (0, utils_1.SpeakeasyMetadata)(),
75
- __metadata("design:type", Object)
76
- ], FetchUpcomingInvoiceResponse.prototype, "fourHundredError", void 0);
77
- __decorate([
78
- (0, utils_1.SpeakeasyMetadata)(),
79
- __metadata("design:type", shared.FourHundredAndOneError)
80
- ], FetchUpcomingInvoiceResponse.prototype, "fourHundredAndOneError", void 0);
81
- __decorate([
82
- (0, utils_1.SpeakeasyMetadata)(),
83
- __metadata("design:type", Object)
84
- ], FetchUpcomingInvoiceResponse.prototype, "fourHundredAndFourError", void 0);
85
- __decorate([
86
- (0, utils_1.SpeakeasyMetadata)(),
87
- __metadata("design:type", Object)
88
- ], FetchUpcomingInvoiceResponse.prototype, "fourHundredAndNineError", void 0);
89
- __decorate([
90
- (0, utils_1.SpeakeasyMetadata)(),
91
- __metadata("design:type", Object)
92
- ], FetchUpcomingInvoiceResponse.prototype, "fourHundredAndThirteenError", void 0);
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
96
- ], FetchUpcomingInvoiceResponse.prototype, "fourHundredAndTwentyNineError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", shared.FiveHundredError)
100
- ], FetchUpcomingInvoiceResponse.prototype, "fiveHundredError", void 0);
101
73
  __decorate([
102
74
  (0, utils_1.SpeakeasyMetadata)(),
103
75
  __metadata("design:type", String)
@@ -7,34 +7,6 @@ export declare class IngestRequest extends SpeakeasyBase {
7
7
  debug?: boolean;
8
8
  }
9
9
  export declare class IngestResponse extends SpeakeasyBase {
10
- /**
11
- * Bad Request
12
- */
13
- fourHundredError?: any;
14
- /**
15
- * Unauthorized
16
- */
17
- fourHundredAndOneError?: shared.FourHundredAndOneError;
18
- /**
19
- * Not Found
20
- */
21
- fourHundredAndFourError?: any;
22
- /**
23
- * Conflict
24
- */
25
- fourHundredAndNineError?: any;
26
- /**
27
- * Request Entity Too Large
28
- */
29
- fourHundredAndThirteenError?: any;
30
- /**
31
- * Too Many Requests
32
- */
33
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
34
- /**
35
- * Internal Server Error
36
- */
37
- fiveHundredError?: shared.FiveHundredError;
38
10
  /**
39
11
  * HTTP response content type for this operation
40
12
  */
@@ -78,34 +78,6 @@ var IngestResponse = /** @class */ (function (_super) {
78
78
  function IngestResponse() {
79
79
  return _super !== null && _super.apply(this, arguments) || this;
80
80
  }
81
- __decorate([
82
- (0, utils_1.SpeakeasyMetadata)(),
83
- __metadata("design:type", Object)
84
- ], IngestResponse.prototype, "fourHundredError", void 0);
85
- __decorate([
86
- (0, utils_1.SpeakeasyMetadata)(),
87
- __metadata("design:type", shared.FourHundredAndOneError)
88
- ], IngestResponse.prototype, "fourHundredAndOneError", void 0);
89
- __decorate([
90
- (0, utils_1.SpeakeasyMetadata)(),
91
- __metadata("design:type", Object)
92
- ], IngestResponse.prototype, "fourHundredAndFourError", void 0);
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", Object)
96
- ], IngestResponse.prototype, "fourHundredAndNineError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", Object)
100
- ], IngestResponse.prototype, "fourHundredAndThirteenError", void 0);
101
- __decorate([
102
- (0, utils_1.SpeakeasyMetadata)(),
103
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
104
- ], IngestResponse.prototype, "fourHundredAndTwentyNineError", void 0);
105
- __decorate([
106
- (0, utils_1.SpeakeasyMetadata)(),
107
- __metadata("design:type", shared.FiveHundredError)
108
- ], IngestResponse.prototype, "fiveHundredError", void 0);
109
81
  __decorate([
110
82
  (0, utils_1.SpeakeasyMetadata)(),
111
83
  __metadata("design:type", String)
@@ -5,34 +5,6 @@ export declare class IssueInvoiceRequest extends SpeakeasyBase {
5
5
  invoiceId: string;
6
6
  }
7
7
  export declare class IssueInvoiceResponse extends SpeakeasyBase {
8
- /**
9
- * Bad Request
10
- */
11
- fourHundredError?: any;
12
- /**
13
- * Unauthorized
14
- */
15
- fourHundredAndOneError?: shared.FourHundredAndOneError;
16
- /**
17
- * Not Found
18
- */
19
- fourHundredAndFourError?: any;
20
- /**
21
- * Conflict
22
- */
23
- fourHundredAndNineError?: any;
24
- /**
25
- * Request Entity Too Large
26
- */
27
- fourHundredAndThirteenError?: any;
28
- /**
29
- * Too Many Requests
30
- */
31
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
32
- /**
33
- * Internal Server Error
34
- */
35
- fiveHundredError?: shared.FiveHundredError;
36
8
  /**
37
9
  * HTTP response content type for this operation
38
10
  */
@@ -70,34 +70,6 @@ var IssueInvoiceResponse = /** @class */ (function (_super) {
70
70
  function IssueInvoiceResponse() {
71
71
  return _super !== null && _super.apply(this, arguments) || this;
72
72
  }
73
- __decorate([
74
- (0, utils_1.SpeakeasyMetadata)(),
75
- __metadata("design:type", Object)
76
- ], IssueInvoiceResponse.prototype, "fourHundredError", void 0);
77
- __decorate([
78
- (0, utils_1.SpeakeasyMetadata)(),
79
- __metadata("design:type", shared.FourHundredAndOneError)
80
- ], IssueInvoiceResponse.prototype, "fourHundredAndOneError", void 0);
81
- __decorate([
82
- (0, utils_1.SpeakeasyMetadata)(),
83
- __metadata("design:type", Object)
84
- ], IssueInvoiceResponse.prototype, "fourHundredAndFourError", void 0);
85
- __decorate([
86
- (0, utils_1.SpeakeasyMetadata)(),
87
- __metadata("design:type", Object)
88
- ], IssueInvoiceResponse.prototype, "fourHundredAndNineError", void 0);
89
- __decorate([
90
- (0, utils_1.SpeakeasyMetadata)(),
91
- __metadata("design:type", Object)
92
- ], IssueInvoiceResponse.prototype, "fourHundredAndThirteenError", void 0);
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
96
- ], IssueInvoiceResponse.prototype, "fourHundredAndTwentyNineError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", shared.FiveHundredError)
100
- ], IssueInvoiceResponse.prototype, "fiveHundredError", void 0);
101
73
  __decorate([
102
74
  (0, utils_1.SpeakeasyMetadata)(),
103
75
  __metadata("design:type", String)
@@ -6,34 +6,6 @@ export declare class ListBackfillsRequest extends SpeakeasyBase {
6
6
  limit?: number;
7
7
  }
8
8
  export declare class ListBackfillsResponse extends SpeakeasyBase {
9
- /**
10
- * Bad Request
11
- */
12
- fourHundredError?: any;
13
- /**
14
- * Unauthorized
15
- */
16
- fourHundredAndOneError?: shared.FourHundredAndOneError;
17
- /**
18
- * Not Found
19
- */
20
- fourHundredAndFourError?: any;
21
- /**
22
- * Conflict
23
- */
24
- fourHundredAndNineError?: any;
25
- /**
26
- * Request Entity Too Large
27
- */
28
- fourHundredAndThirteenError?: any;
29
- /**
30
- * Too Many Requests
31
- */
32
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
33
- /**
34
- * Internal Server Error
35
- */
36
- fiveHundredError?: shared.FiveHundredError;
37
9
  /**
38
10
  * OK
39
11
  */
@@ -74,34 +74,6 @@ var ListBackfillsResponse = /** @class */ (function (_super) {
74
74
  function ListBackfillsResponse() {
75
75
  return _super !== null && _super.apply(this, arguments) || this;
76
76
  }
77
- __decorate([
78
- (0, utils_1.SpeakeasyMetadata)(),
79
- __metadata("design:type", Object)
80
- ], ListBackfillsResponse.prototype, "fourHundredError", void 0);
81
- __decorate([
82
- (0, utils_1.SpeakeasyMetadata)(),
83
- __metadata("design:type", shared.FourHundredAndOneError)
84
- ], ListBackfillsResponse.prototype, "fourHundredAndOneError", void 0);
85
- __decorate([
86
- (0, utils_1.SpeakeasyMetadata)(),
87
- __metadata("design:type", Object)
88
- ], ListBackfillsResponse.prototype, "fourHundredAndFourError", void 0);
89
- __decorate([
90
- (0, utils_1.SpeakeasyMetadata)(),
91
- __metadata("design:type", Object)
92
- ], ListBackfillsResponse.prototype, "fourHundredAndNineError", void 0);
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", Object)
96
- ], ListBackfillsResponse.prototype, "fourHundredAndThirteenError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
100
- ], ListBackfillsResponse.prototype, "fourHundredAndTwentyNineError", void 0);
101
- __decorate([
102
- (0, utils_1.SpeakeasyMetadata)(),
103
- __metadata("design:type", shared.FiveHundredError)
104
- ], ListBackfillsResponse.prototype, "fiveHundredError", void 0);
105
77
  __decorate([
106
78
  (0, utils_1.SpeakeasyMetadata)(),
107
79
  __metadata("design:type", shared.Backfills)
@@ -11,34 +11,6 @@ export declare class ListBalanceTransactionsRequest extends SpeakeasyBase {
11
11
  operationTimeLte?: Date;
12
12
  }
13
13
  export declare class ListBalanceTransactionsResponse extends SpeakeasyBase {
14
- /**
15
- * Bad Request
16
- */
17
- fourHundredError?: any;
18
- /**
19
- * Unauthorized
20
- */
21
- fourHundredAndOneError?: shared.FourHundredAndOneError;
22
- /**
23
- * Not Found
24
- */
25
- fourHundredAndFourError?: any;
26
- /**
27
- * Conflict
28
- */
29
- fourHundredAndNineError?: any;
30
- /**
31
- * Request Entity Too Large
32
- */
33
- fourHundredAndThirteenError?: any;
34
- /**
35
- * Too Many Requests
36
- */
37
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
38
- /**
39
- * Internal Server Error
40
- */
41
- fiveHundredError?: shared.FiveHundredError;
42
14
  /**
43
15
  * HTTP response content type for this operation
44
16
  */
@@ -94,34 +94,6 @@ var ListBalanceTransactionsResponse = /** @class */ (function (_super) {
94
94
  function ListBalanceTransactionsResponse() {
95
95
  return _super !== null && _super.apply(this, arguments) || this;
96
96
  }
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", Object)
100
- ], ListBalanceTransactionsResponse.prototype, "fourHundredError", void 0);
101
- __decorate([
102
- (0, utils_1.SpeakeasyMetadata)(),
103
- __metadata("design:type", shared.FourHundredAndOneError)
104
- ], ListBalanceTransactionsResponse.prototype, "fourHundredAndOneError", void 0);
105
- __decorate([
106
- (0, utils_1.SpeakeasyMetadata)(),
107
- __metadata("design:type", Object)
108
- ], ListBalanceTransactionsResponse.prototype, "fourHundredAndFourError", void 0);
109
- __decorate([
110
- (0, utils_1.SpeakeasyMetadata)(),
111
- __metadata("design:type", Object)
112
- ], ListBalanceTransactionsResponse.prototype, "fourHundredAndNineError", void 0);
113
- __decorate([
114
- (0, utils_1.SpeakeasyMetadata)(),
115
- __metadata("design:type", Object)
116
- ], ListBalanceTransactionsResponse.prototype, "fourHundredAndThirteenError", void 0);
117
- __decorate([
118
- (0, utils_1.SpeakeasyMetadata)(),
119
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
120
- ], ListBalanceTransactionsResponse.prototype, "fourHundredAndTwentyNineError", void 0);
121
- __decorate([
122
- (0, utils_1.SpeakeasyMetadata)(),
123
- __metadata("design:type", shared.FiveHundredError)
124
- ], ListBalanceTransactionsResponse.prototype, "fiveHundredError", void 0);
125
97
  __decorate([
126
98
  (0, utils_1.SpeakeasyMetadata)(),
127
99
  __metadata("design:type", String)
@@ -8,34 +8,6 @@ export declare class ListCouponsRequest extends SpeakeasyBase {
8
8
  showArchived?: boolean;
9
9
  }
10
10
  export declare class ListCouponsResponse extends SpeakeasyBase {
11
- /**
12
- * Bad Request
13
- */
14
- fourHundredError?: any;
15
- /**
16
- * Unauthorized
17
- */
18
- fourHundredAndOneError?: shared.FourHundredAndOneError;
19
- /**
20
- * Not Found
21
- */
22
- fourHundredAndFourError?: any;
23
- /**
24
- * Conflict
25
- */
26
- fourHundredAndNineError?: any;
27
- /**
28
- * Request Entity Too Large
29
- */
30
- fourHundredAndThirteenError?: any;
31
- /**
32
- * Too Many Requests
33
- */
34
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
35
- /**
36
- * Internal Server Error
37
- */
38
- fiveHundredError?: shared.FiveHundredError;
39
11
  /**
40
12
  * HTTP response content type for this operation
41
13
  */
@@ -82,34 +82,6 @@ var ListCouponsResponse = /** @class */ (function (_super) {
82
82
  function ListCouponsResponse() {
83
83
  return _super !== null && _super.apply(this, arguments) || this;
84
84
  }
85
- __decorate([
86
- (0, utils_1.SpeakeasyMetadata)(),
87
- __metadata("design:type", Object)
88
- ], ListCouponsResponse.prototype, "fourHundredError", void 0);
89
- __decorate([
90
- (0, utils_1.SpeakeasyMetadata)(),
91
- __metadata("design:type", shared.FourHundredAndOneError)
92
- ], ListCouponsResponse.prototype, "fourHundredAndOneError", void 0);
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", Object)
96
- ], ListCouponsResponse.prototype, "fourHundredAndFourError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", Object)
100
- ], ListCouponsResponse.prototype, "fourHundredAndNineError", void 0);
101
- __decorate([
102
- (0, utils_1.SpeakeasyMetadata)(),
103
- __metadata("design:type", Object)
104
- ], ListCouponsResponse.prototype, "fourHundredAndThirteenError", void 0);
105
- __decorate([
106
- (0, utils_1.SpeakeasyMetadata)(),
107
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
108
- ], ListCouponsResponse.prototype, "fourHundredAndTwentyNineError", void 0);
109
- __decorate([
110
- (0, utils_1.SpeakeasyMetadata)(),
111
- __metadata("design:type", shared.FiveHundredError)
112
- ], ListCouponsResponse.prototype, "fiveHundredError", void 0);
113
85
  __decorate([
114
86
  (0, utils_1.SpeakeasyMetadata)(),
115
87
  __metadata("design:type", String)
@@ -7,34 +7,6 @@ export declare class ListCouponSubscriptionsRequest extends SpeakeasyBase {
7
7
  limit?: number;
8
8
  }
9
9
  export declare class ListCouponSubscriptionsResponse extends SpeakeasyBase {
10
- /**
11
- * Bad Request
12
- */
13
- fourHundredError?: any;
14
- /**
15
- * Unauthorized
16
- */
17
- fourHundredAndOneError?: shared.FourHundredAndOneError;
18
- /**
19
- * Not Found
20
- */
21
- fourHundredAndFourError?: any;
22
- /**
23
- * Conflict
24
- */
25
- fourHundredAndNineError?: any;
26
- /**
27
- * Request Entity Too Large
28
- */
29
- fourHundredAndThirteenError?: any;
30
- /**
31
- * Too Many Requests
32
- */
33
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
34
- /**
35
- * Internal Server Error
36
- */
37
- fiveHundredError?: shared.FiveHundredError;
38
10
  /**
39
11
  * HTTP response content type for this operation
40
12
  */
@@ -78,34 +78,6 @@ var ListCouponSubscriptionsResponse = /** @class */ (function (_super) {
78
78
  function ListCouponSubscriptionsResponse() {
79
79
  return _super !== null && _super.apply(this, arguments) || this;
80
80
  }
81
- __decorate([
82
- (0, utils_1.SpeakeasyMetadata)(),
83
- __metadata("design:type", Object)
84
- ], ListCouponSubscriptionsResponse.prototype, "fourHundredError", void 0);
85
- __decorate([
86
- (0, utils_1.SpeakeasyMetadata)(),
87
- __metadata("design:type", shared.FourHundredAndOneError)
88
- ], ListCouponSubscriptionsResponse.prototype, "fourHundredAndOneError", void 0);
89
- __decorate([
90
- (0, utils_1.SpeakeasyMetadata)(),
91
- __metadata("design:type", Object)
92
- ], ListCouponSubscriptionsResponse.prototype, "fourHundredAndFourError", void 0);
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", Object)
96
- ], ListCouponSubscriptionsResponse.prototype, "fourHundredAndNineError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", Object)
100
- ], ListCouponSubscriptionsResponse.prototype, "fourHundredAndThirteenError", void 0);
101
- __decorate([
102
- (0, utils_1.SpeakeasyMetadata)(),
103
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
104
- ], ListCouponSubscriptionsResponse.prototype, "fourHundredAndTwentyNineError", void 0);
105
- __decorate([
106
- (0, utils_1.SpeakeasyMetadata)(),
107
- __metadata("design:type", shared.FiveHundredError)
108
- ], ListCouponSubscriptionsResponse.prototype, "fiveHundredError", void 0);
109
81
  __decorate([
110
82
  (0, utils_1.SpeakeasyMetadata)(),
111
83
  __metadata("design:type", String)
@@ -6,34 +6,6 @@ export declare class ListCreditNotesRequest extends SpeakeasyBase {
6
6
  limit?: number;
7
7
  }
8
8
  export declare class ListCreditNotesResponse extends SpeakeasyBase {
9
- /**
10
- * Bad Request
11
- */
12
- fourHundredError?: any;
13
- /**
14
- * Unauthorized
15
- */
16
- fourHundredAndOneError?: shared.FourHundredAndOneError;
17
- /**
18
- * Not Found
19
- */
20
- fourHundredAndFourError?: any;
21
- /**
22
- * Conflict
23
- */
24
- fourHundredAndNineError?: any;
25
- /**
26
- * Request Entity Too Large
27
- */
28
- fourHundredAndThirteenError?: any;
29
- /**
30
- * Too Many Requests
31
- */
32
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
33
- /**
34
- * Internal Server Error
35
- */
36
- fiveHundredError?: shared.FiveHundredError;
37
9
  /**
38
10
  * HTTP response content type for this operation
39
11
  */
@@ -74,34 +74,6 @@ var ListCreditNotesResponse = /** @class */ (function (_super) {
74
74
  function ListCreditNotesResponse() {
75
75
  return _super !== null && _super.apply(this, arguments) || this;
76
76
  }
77
- __decorate([
78
- (0, utils_1.SpeakeasyMetadata)(),
79
- __metadata("design:type", Object)
80
- ], ListCreditNotesResponse.prototype, "fourHundredError", void 0);
81
- __decorate([
82
- (0, utils_1.SpeakeasyMetadata)(),
83
- __metadata("design:type", shared.FourHundredAndOneError)
84
- ], ListCreditNotesResponse.prototype, "fourHundredAndOneError", void 0);
85
- __decorate([
86
- (0, utils_1.SpeakeasyMetadata)(),
87
- __metadata("design:type", Object)
88
- ], ListCreditNotesResponse.prototype, "fourHundredAndFourError", void 0);
89
- __decorate([
90
- (0, utils_1.SpeakeasyMetadata)(),
91
- __metadata("design:type", Object)
92
- ], ListCreditNotesResponse.prototype, "fourHundredAndNineError", void 0);
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", Object)
96
- ], ListCreditNotesResponse.prototype, "fourHundredAndThirteenError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
100
- ], ListCreditNotesResponse.prototype, "fourHundredAndTwentyNineError", void 0);
101
- __decorate([
102
- (0, utils_1.SpeakeasyMetadata)(),
103
- __metadata("design:type", shared.FiveHundredError)
104
- ], ListCreditNotesResponse.prototype, "fiveHundredError", void 0);
105
77
  __decorate([
106
78
  (0, utils_1.SpeakeasyMetadata)(),
107
79
  __metadata("design:type", String)
@@ -10,34 +10,6 @@ export declare class ListCustomersRequest extends SpeakeasyBase {
10
10
  limit?: number;
11
11
  }
12
12
  export declare class ListCustomersResponse extends SpeakeasyBase {
13
- /**
14
- * Bad Request
15
- */
16
- fourHundredError?: any;
17
- /**
18
- * Unauthorized
19
- */
20
- fourHundredAndOneError?: shared.FourHundredAndOneError;
21
- /**
22
- * Not Found
23
- */
24
- fourHundredAndFourError?: any;
25
- /**
26
- * Conflict
27
- */
28
- fourHundredAndNineError?: any;
29
- /**
30
- * Request Entity Too Large
31
- */
32
- fourHundredAndThirteenError?: any;
33
- /**
34
- * Too Many Requests
35
- */
36
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
37
- /**
38
- * Internal Server Error
39
- */
40
- fiveHundredError?: shared.FiveHundredError;
41
13
  /**
42
14
  * HTTP response content type for this operation
43
15
  */
@@ -90,34 +90,6 @@ var ListCustomersResponse = /** @class */ (function (_super) {
90
90
  function ListCustomersResponse() {
91
91
  return _super !== null && _super.apply(this, arguments) || this;
92
92
  }
93
- __decorate([
94
- (0, utils_1.SpeakeasyMetadata)(),
95
- __metadata("design:type", Object)
96
- ], ListCustomersResponse.prototype, "fourHundredError", void 0);
97
- __decorate([
98
- (0, utils_1.SpeakeasyMetadata)(),
99
- __metadata("design:type", shared.FourHundredAndOneError)
100
- ], ListCustomersResponse.prototype, "fourHundredAndOneError", void 0);
101
- __decorate([
102
- (0, utils_1.SpeakeasyMetadata)(),
103
- __metadata("design:type", Object)
104
- ], ListCustomersResponse.prototype, "fourHundredAndFourError", void 0);
105
- __decorate([
106
- (0, utils_1.SpeakeasyMetadata)(),
107
- __metadata("design:type", Object)
108
- ], ListCustomersResponse.prototype, "fourHundredAndNineError", void 0);
109
- __decorate([
110
- (0, utils_1.SpeakeasyMetadata)(),
111
- __metadata("design:type", Object)
112
- ], ListCustomersResponse.prototype, "fourHundredAndThirteenError", void 0);
113
- __decorate([
114
- (0, utils_1.SpeakeasyMetadata)(),
115
- __metadata("design:type", shared.FourHundredAndTwentyNineError)
116
- ], ListCustomersResponse.prototype, "fourHundredAndTwentyNineError", void 0);
117
- __decorate([
118
- (0, utils_1.SpeakeasyMetadata)(),
119
- __metadata("design:type", shared.FiveHundredError)
120
- ], ListCustomersResponse.prototype, "fiveHundredError", void 0);
121
93
  __decorate([
122
94
  (0, utils_1.SpeakeasyMetadata)(),
123
95
  __metadata("design:type", String)
@@ -43,34 +43,6 @@ export declare class ListInvoicesRequest extends SpeakeasyBase {
43
43
  subscriptionId?: string;
44
44
  }
45
45
  export declare class ListInvoicesResponse extends SpeakeasyBase {
46
- /**
47
- * Bad Request
48
- */
49
- fourHundredError?: any;
50
- /**
51
- * Unauthorized
52
- */
53
- fourHundredAndOneError?: shared.FourHundredAndOneError;
54
- /**
55
- * Not Found
56
- */
57
- fourHundredAndFourError?: any;
58
- /**
59
- * Conflict
60
- */
61
- fourHundredAndNineError?: any;
62
- /**
63
- * Request Entity Too Large
64
- */
65
- fourHundredAndThirteenError?: any;
66
- /**
67
- * Too Many Requests
68
- */
69
- fourHundredAndTwentyNineError?: shared.FourHundredAndTwentyNineError;
70
- /**
71
- * Internal Server Error
72
- */
73
- fiveHundredError?: shared.FiveHundredError;
74
46
  /**
75
47
  * HTTP response content type for this operation
76
48
  */