@mergeapi/merge-node-client 4.0.0-alpha.0 → 4.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/BaseClient.js +2 -2
  2. package/api/resources/accounting/resources/expenses/client/Client.d.ts +8 -26
  3. package/api/resources/accounting/resources/expenses/client/Client.js +18 -67
  4. package/api/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +0 -6
  5. package/api/resources/accounting/resources/expenses/client/requests/index.d.ts +0 -1
  6. package/api/resources/accounting/resources/expenses/types/index.d.ts +0 -1
  7. package/api/resources/accounting/resources/expenses/types/index.js +0 -1
  8. package/api/resources/accounting/resources/invoices/client/Client.d.ts +8 -34
  9. package/api/resources/accounting/resources/invoices/client/Client.js +18 -89
  10. package/api/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +0 -6
  11. package/api/resources/accounting/resources/invoices/client/requests/index.d.ts +0 -1
  12. package/api/resources/accounting/resources/invoices/types/index.d.ts +0 -3
  13. package/api/resources/accounting/resources/invoices/types/index.js +0 -3
  14. package/api/resources/accounting/resources/itemFulfillments/client/Client.d.ts +8 -20
  15. package/api/resources/accounting/resources/itemFulfillments/client/Client.js +18 -55
  16. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +0 -6
  17. package/api/resources/accounting/resources/itemFulfillments/client/requests/index.d.ts +0 -1
  18. package/api/resources/accounting/resources/itemFulfillments/types/index.d.ts +0 -1
  19. package/api/resources/accounting/resources/itemFulfillments/types/index.js +0 -1
  20. package/api/resources/accounting/resources/salesOrders/client/Client.d.ts +8 -28
  21. package/api/resources/accounting/resources/salesOrders/client/Client.js +20 -71
  22. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +0 -6
  23. package/api/resources/accounting/resources/salesOrders/client/requests/index.d.ts +0 -1
  24. package/api/resources/accounting/resources/salesOrders/types/index.d.ts +0 -1
  25. package/api/resources/accounting/resources/salesOrders/types/index.js +0 -1
  26. package/api/resources/accounting/types/AsyncBulkCreateResponse.d.ts +4 -0
  27. package/api/resources/accounting/types/BankFeedTransactionRequestRequestBankFeedAccount.d.ts +1 -1
  28. package/api/resources/accounting/types/BatchObject.d.ts +15 -1
  29. package/api/resources/accounting/types/BatchObjectItemResponse.d.ts +3 -0
  30. package/api/resources/accounting/types/BatchObjectStatus.d.ts +13 -0
  31. package/api/resources/accounting/types/BatchObjectStatusEnum.d.ts +15 -0
  32. package/api/resources/accounting/types/BatchObjectStatusEnum.js +18 -0
  33. package/api/resources/accounting/types/BatchObjectsResponse.d.ts +23 -1
  34. package/api/resources/accounting/types/BatchObjectsResponseStatus.d.ts +19 -0
  35. package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +24 -0
  36. package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.js +27 -0
  37. package/api/resources/accounting/types/ContactRequestAddressesItem.d.ts +1 -1
  38. package/api/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +1 -1
  39. package/api/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequestInvoice.d.ts +1 -1
  40. package/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +1 -1
  41. package/api/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +1 -1
  42. package/api/resources/accounting/types/CreditNoteRequestContact.d.ts +1 -1
  43. package/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
  44. package/api/resources/accounting/types/CreditNoteRequestPaymentsItem.d.ts +1 -1
  45. package/api/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  46. package/api/resources/accounting/types/ErrorValidationProblem.d.ts +2 -0
  47. package/api/resources/accounting/types/ExpenseLineRequestAccount.d.ts +1 -1
  48. package/api/resources/accounting/types/ExpenseLineRequestContact.d.ts +1 -1
  49. package/api/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +1 -1
  50. package/api/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +1 -1
  51. package/api/resources/accounting/types/ExpenseRequestAccount.d.ts +1 -1
  52. package/api/resources/accounting/types/ExpenseRequestContact.d.ts +1 -1
  53. package/api/resources/accounting/types/InvoiceLineItemRequestAccount.d.ts +1 -1
  54. package/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +1 -1
  55. package/api/resources/accounting/types/InvoiceRequestContact.d.ts +1 -1
  56. package/api/resources/accounting/types/InvoiceRequestPaymentsItem.d.ts +1 -1
  57. package/api/resources/accounting/types/InvoiceRequestPurchaseOrdersItem.d.ts +1 -1
  58. package/api/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +1 -1
  59. package/api/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +1 -1
  60. package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +1 -1
  61. package/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +1 -1
  62. package/api/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +1 -1
  63. package/api/resources/accounting/types/JournalEntryRequestPaymentsItem.d.ts +1 -1
  64. package/api/resources/accounting/types/JournalLineRequestAccount.d.ts +1 -1
  65. package/api/resources/accounting/types/PaymentRequestAccount.d.ts +1 -1
  66. package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +1 -1
  67. package/api/resources/accounting/types/PaymentRequestContact.d.ts +1 -1
  68. package/api/resources/accounting/types/PurchaseOrderRequestDeliveryAddress.d.ts +1 -1
  69. package/api/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +1 -1
  70. package/api/resources/accounting/types/PurchaseOrderRequestVendor.d.ts +1 -1
  71. package/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  72. package/api/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +1 -1
  73. package/api/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +1 -1
  74. package/api/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequestInvoice.d.ts +1 -1
  75. package/api/resources/accounting/types/VendorCreditLineRequestAccount.d.ts +1 -1
  76. package/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +1 -1
  77. package/api/resources/accounting/types/VendorCreditRequestVendor.d.ts +1 -1
  78. package/api/resources/accounting/types/WarningValidationProblem.d.ts +2 -0
  79. package/api/resources/accounting/types/index.d.ts +4 -3
  80. package/api/resources/accounting/types/index.js +4 -3
  81. package/package.json +1 -1
  82. package/reference.md +24 -128
  83. package/serialization/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +1 -1
  84. package/serialization/resources/accounting/resources/expenses/types/index.d.ts +0 -1
  85. package/serialization/resources/accounting/resources/expenses/types/index.js +0 -1
  86. package/serialization/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +1 -1
  87. package/serialization/resources/accounting/resources/invoices/types/index.d.ts +0 -3
  88. package/serialization/resources/accounting/resources/invoices/types/index.js +0 -3
  89. package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +1 -1
  90. package/serialization/resources/accounting/resources/itemFulfillments/types/index.d.ts +0 -1
  91. package/serialization/resources/accounting/resources/itemFulfillments/types/index.js +0 -1
  92. package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +1 -1
  93. package/serialization/resources/accounting/resources/salesOrders/types/index.d.ts +0 -1
  94. package/serialization/resources/accounting/resources/salesOrders/types/index.js +0 -1
  95. package/serialization/resources/accounting/types/BankFeedTransactionRequestRequestBankFeedAccount.d.ts +2 -2
  96. package/serialization/resources/accounting/types/BankFeedTransactionRequestRequestBankFeedAccount.js +2 -2
  97. package/serialization/resources/accounting/types/BatchObject.d.ts +2 -1
  98. package/serialization/resources/accounting/types/BatchObject.js +2 -1
  99. package/serialization/resources/accounting/types/BatchObjectStatus.d.ts +8 -0
  100. package/serialization/resources/accounting/types/{RemoteFieldApiAdvancedMetadata.js → BatchObjectStatus.js} +3 -3
  101. package/serialization/resources/accounting/types/BatchObjectStatusEnum.d.ts +7 -0
  102. package/serialization/resources/accounting/types/{DataPassthroughRequestMethod.js → BatchObjectStatusEnum.js} +2 -3
  103. package/serialization/resources/accounting/types/BatchObjectsResponse.d.ts +2 -1
  104. package/serialization/resources/accounting/types/BatchObjectsResponse.js +2 -1
  105. package/serialization/resources/accounting/types/BatchObjectsResponseStatus.d.ts +8 -0
  106. package/serialization/resources/accounting/types/{DataPassthroughRequestRequestFormat.js → BatchObjectsResponseStatus.js} +3 -3
  107. package/serialization/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +7 -0
  108. package/serialization/resources/accounting/{resources/invoices/types/InvoicesBatchObjectsListRequestType.js → types/BatchObjectsResponseStatusEnum.js} +3 -3
  109. package/serialization/resources/accounting/types/ContactRequestAddressesItem.d.ts +2 -2
  110. package/serialization/resources/accounting/types/ContactRequestAddressesItem.js +2 -2
  111. package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +2 -2
  112. package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.js +2 -2
  113. package/serialization/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequestInvoice.d.ts +2 -3
  114. package/serialization/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequestInvoice.js +5 -2
  115. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +2 -2
  116. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +2 -2
  117. package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -2
  118. package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -2
  119. package/serialization/resources/accounting/types/CreditNoteRequestContact.d.ts +2 -2
  120. package/serialization/resources/accounting/types/CreditNoteRequestContact.js +2 -2
  121. package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
  122. package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
  123. package/serialization/resources/accounting/types/CreditNoteRequestPaymentsItem.d.ts +2 -2
  124. package/serialization/resources/accounting/types/CreditNoteRequestPaymentsItem.js +2 -2
  125. package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +4 -4
  126. package/serialization/resources/accounting/types/DataPassthroughRequest.js +4 -4
  127. package/serialization/resources/accounting/types/ErrorValidationProblem.d.ts +2 -0
  128. package/serialization/resources/accounting/types/ErrorValidationProblem.js +2 -0
  129. package/serialization/resources/accounting/types/ExpenseLineRequestAccount.d.ts +2 -2
  130. package/serialization/resources/accounting/types/ExpenseLineRequestAccount.js +2 -2
  131. package/serialization/resources/accounting/types/ExpenseLineRequestContact.d.ts +2 -2
  132. package/serialization/resources/accounting/types/ExpenseLineRequestContact.js +2 -2
  133. package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +2 -2
  134. package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +2 -2
  135. package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +2 -2
  136. package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.js +2 -2
  137. package/serialization/resources/accounting/types/ExpenseRequestAccount.d.ts +2 -2
  138. package/serialization/resources/accounting/types/ExpenseRequestAccount.js +2 -2
  139. package/serialization/resources/accounting/types/ExpenseRequestContact.d.ts +2 -2
  140. package/serialization/resources/accounting/types/ExpenseRequestContact.js +2 -2
  141. package/serialization/resources/accounting/types/InvoiceLineItemRequestAccount.d.ts +2 -2
  142. package/serialization/resources/accounting/types/InvoiceLineItemRequestAccount.js +2 -2
  143. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +2 -2
  144. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +2 -2
  145. package/serialization/resources/accounting/types/InvoiceRequestContact.d.ts +2 -2
  146. package/serialization/resources/accounting/types/InvoiceRequestContact.js +2 -2
  147. package/serialization/resources/accounting/types/InvoiceRequestPaymentsItem.d.ts +2 -2
  148. package/serialization/resources/accounting/types/InvoiceRequestPaymentsItem.js +2 -2
  149. package/serialization/resources/accounting/types/InvoiceRequestPurchaseOrdersItem.d.ts +2 -2
  150. package/serialization/resources/accounting/types/InvoiceRequestPurchaseOrdersItem.js +2 -2
  151. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +2 -2
  152. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.js +2 -2
  153. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +2 -2
  154. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.js +2 -2
  155. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +2 -2
  156. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +2 -2
  157. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +2 -2
  158. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +2 -2
  159. package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +2 -2
  160. package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.js +2 -2
  161. package/serialization/resources/accounting/types/JournalEntryRequestPaymentsItem.d.ts +2 -2
  162. package/serialization/resources/accounting/types/JournalEntryRequestPaymentsItem.js +2 -2
  163. package/serialization/resources/accounting/types/JournalLineRequestAccount.d.ts +2 -2
  164. package/serialization/resources/accounting/types/JournalLineRequestAccount.js +2 -2
  165. package/serialization/resources/accounting/types/PaymentRequestAccount.d.ts +2 -2
  166. package/serialization/resources/accounting/types/PaymentRequestAccount.js +2 -2
  167. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +2 -2
  168. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +2 -2
  169. package/serialization/resources/accounting/types/PaymentRequestContact.d.ts +2 -2
  170. package/serialization/resources/accounting/types/PaymentRequestContact.js +2 -2
  171. package/serialization/resources/accounting/types/PurchaseOrderRequestDeliveryAddress.d.ts +2 -2
  172. package/serialization/resources/accounting/types/PurchaseOrderRequestDeliveryAddress.js +2 -2
  173. package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +2 -2
  174. package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.js +2 -2
  175. package/serialization/resources/accounting/types/PurchaseOrderRequestVendor.d.ts +2 -2
  176. package/serialization/resources/accounting/types/PurchaseOrderRequestVendor.js +2 -2
  177. package/serialization/resources/accounting/types/RemoteFieldApi.d.ts +2 -2
  178. package/serialization/resources/accounting/types/RemoteFieldApi.js +2 -2
  179. package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +2 -2
  180. package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.js +2 -2
  181. package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +2 -2
  182. package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.js +2 -2
  183. package/serialization/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequestInvoice.d.ts +2 -3
  184. package/serialization/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequestInvoice.js +5 -2
  185. package/serialization/resources/accounting/types/VendorCreditLineRequestAccount.d.ts +2 -2
  186. package/serialization/resources/accounting/types/VendorCreditLineRequestAccount.js +2 -2
  187. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +2 -2
  188. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +2 -2
  189. package/serialization/resources/accounting/types/VendorCreditRequestVendor.d.ts +2 -2
  190. package/serialization/resources/accounting/types/VendorCreditRequestVendor.js +2 -2
  191. package/serialization/resources/accounting/types/WarningValidationProblem.d.ts +2 -0
  192. package/serialization/resources/accounting/types/WarningValidationProblem.js +2 -0
  193. package/serialization/resources/accounting/types/index.d.ts +4 -3
  194. package/serialization/resources/accounting/types/index.js +4 -3
  195. package/version.d.ts +1 -1
  196. package/version.js +1 -1
  197. package/api/resources/accounting/resources/expenses/client/requests/ExpensesBatchObjectsListRequest.d.ts +0 -52
  198. package/api/resources/accounting/resources/expenses/types/ExpensesBatchObjectsListRequestExpandItem.d.ts +0 -9
  199. package/api/resources/accounting/resources/expenses/types/ExpensesBatchObjectsListRequestExpandItem.js +0 -12
  200. package/api/resources/accounting/resources/invoices/client/requests/InvoicesBatchObjectsListRequest.d.ts +0 -84
  201. package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestExpandItem.d.ts +0 -16
  202. package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestExpandItem.js +0 -19
  203. package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.d.ts +0 -9
  204. package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.js +0 -12
  205. package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestType.d.ts +0 -5
  206. package/api/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestType.js +0 -8
  207. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsBatchObjectsListRequest.d.ts +0 -34
  208. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsBatchObjectsListRequest.js +0 -3
  209. package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsBatchObjectsListRequestExpandItem.d.ts +0 -7
  210. package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsBatchObjectsListRequestExpandItem.js +0 -10
  211. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersBatchObjectsListRequest.d.ts +0 -58
  212. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersBatchObjectsListRequest.js +0 -3
  213. package/api/resources/accounting/resources/salesOrders/types/SalesOrdersBatchObjectsListRequestExpandItem.d.ts +0 -9
  214. package/api/resources/accounting/resources/salesOrders/types/SalesOrdersBatchObjectsListRequestExpandItem.js +0 -12
  215. package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -2
  216. package/api/resources/accounting/types/DataPassthroughRequestMethod.js +0 -3
  217. package/api/resources/accounting/types/DataPassthroughRequestRequestFormat.d.ts +0 -2
  218. package/api/resources/accounting/types/DataPassthroughRequestRequestFormat.js +0 -3
  219. package/api/resources/accounting/types/RemoteFieldApiAdvancedMetadata.d.ts +0 -2
  220. package/api/resources/accounting/types/RemoteFieldApiAdvancedMetadata.js +0 -3
  221. package/serialization/resources/accounting/resources/expenses/types/ExpensesBatchObjectsListRequestExpandItem.d.ts +0 -7
  222. package/serialization/resources/accounting/resources/expenses/types/ExpensesBatchObjectsListRequestExpandItem.js +0 -39
  223. package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestExpandItem.d.ts +0 -7
  224. package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestExpandItem.js +0 -53
  225. package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.d.ts +0 -7
  226. package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestStatus.js +0 -39
  227. package/serialization/resources/accounting/resources/invoices/types/InvoicesBatchObjectsListRequestType.d.ts +0 -7
  228. package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsBatchObjectsListRequestExpandItem.d.ts +0 -7
  229. package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsBatchObjectsListRequestExpandItem.js +0 -39
  230. package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersBatchObjectsListRequestExpandItem.d.ts +0 -7
  231. package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersBatchObjectsListRequestExpandItem.js +0 -46
  232. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -8
  233. package/serialization/resources/accounting/types/DataPassthroughRequestRequestFormat.d.ts +0 -8
  234. package/serialization/resources/accounting/types/RemoteFieldApiAdvancedMetadata.d.ts +0 -8
  235. /package/api/resources/accounting/{resources/expenses/client/requests/ExpensesBatchObjectsListRequest.js → types/BatchObjectStatus.js} +0 -0
  236. /package/api/resources/accounting/{resources/invoices/client/requests/InvoicesBatchObjectsListRequest.js → types/BatchObjectsResponseStatus.js} +0 -0
@@ -1,19 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.InvoicesBatchObjectsListRequestExpandItem = void 0;
5
- exports.InvoicesBatchObjectsListRequestExpandItem = {
6
- AccountingPeriod: "accounting_period",
7
- AppliedCreditNotes: "applied_credit_notes",
8
- AppliedPayments: "applied_payments",
9
- AppliedVendorCredits: "applied_vendor_credits",
10
- Company: "company",
11
- Contact: "contact",
12
- Employee: "employee",
13
- LineItems: "line_items",
14
- PaymentTerm: "payment_term",
15
- Payments: "payments",
16
- PurchaseOrders: "purchase_orders",
17
- SalesOrders: "sales_orders",
18
- TrackingCategories: "tracking_categories",
19
- };
@@ -1,9 +0,0 @@
1
- export declare const InvoicesBatchObjectsListRequestStatus: {
2
- readonly Draft: "DRAFT";
3
- readonly Open: "OPEN";
4
- readonly Paid: "PAID";
5
- readonly PartiallyPaid: "PARTIALLY_PAID";
6
- readonly Submitted: "SUBMITTED";
7
- readonly Void: "VOID";
8
- };
9
- export type InvoicesBatchObjectsListRequestStatus = (typeof InvoicesBatchObjectsListRequestStatus)[keyof typeof InvoicesBatchObjectsListRequestStatus];
@@ -1,12 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.InvoicesBatchObjectsListRequestStatus = void 0;
5
- exports.InvoicesBatchObjectsListRequestStatus = {
6
- Draft: "DRAFT",
7
- Open: "OPEN",
8
- Paid: "PAID",
9
- PartiallyPaid: "PARTIALLY_PAID",
10
- Submitted: "SUBMITTED",
11
- Void: "VOID",
12
- };
@@ -1,5 +0,0 @@
1
- export declare const InvoicesBatchObjectsListRequestType: {
2
- readonly AccountsPayable: "ACCOUNTS_PAYABLE";
3
- readonly AccountsReceivable: "ACCOUNTS_RECEIVABLE";
4
- };
5
- export type InvoicesBatchObjectsListRequestType = (typeof InvoicesBatchObjectsListRequestType)[keyof typeof InvoicesBatchObjectsListRequestType];
@@ -1,8 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.InvoicesBatchObjectsListRequestType = void 0;
5
- exports.InvoicesBatchObjectsListRequestType = {
6
- AccountsPayable: "ACCOUNTS_PAYABLE",
7
- AccountsReceivable: "ACCOUNTS_RECEIVABLE",
8
- };
@@ -1,34 +0,0 @@
1
- import type * as Merge from "../../../../../../index";
2
- /**
3
- * @example
4
- * {
5
- * cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
6
- * includeDeletedData: true,
7
- * includeRemoteData: true,
8
- * includeRemoteFields: true,
9
- * includeShellData: true,
10
- * pageSize: 1,
11
- * remoteFields: "status",
12
- * showEnumOrigins: "status"
13
- * }
14
- */
15
- export interface ItemFulfillmentsBatchObjectsListRequest {
16
- /** The pagination cursor value. */
17
- cursor?: string;
18
- /** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
19
- expand?: Merge.accounting.ItemFulfillmentsBatchObjectsListRequestExpandItem | Merge.accounting.ItemFulfillmentsBatchObjectsListRequestExpandItem[];
20
- /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
21
- includeDeletedData?: boolean;
22
- /** Whether to include the original data Merge fetched from the third-party to produce these models. */
23
- includeRemoteData?: boolean;
24
- /** Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format. */
25
- includeRemoteFields?: boolean;
26
- /** Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). */
27
- includeShellData?: boolean;
28
- /** Number of results to return per page. The maximum limit is 100. */
29
- pageSize?: number;
30
- /** Deprecated. Use show_enum_origins. */
31
- remoteFields?: "status";
32
- /** A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter) */
33
- showEnumOrigins?: "status";
34
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export declare const ItemFulfillmentsBatchObjectsListRequestExpandItem: {
2
- readonly Company: "company";
3
- readonly Customer: "customer";
4
- readonly Lines: "lines";
5
- readonly SalesOrder: "sales_order";
6
- };
7
- export type ItemFulfillmentsBatchObjectsListRequestExpandItem = (typeof ItemFulfillmentsBatchObjectsListRequestExpandItem)[keyof typeof ItemFulfillmentsBatchObjectsListRequestExpandItem];
@@ -1,10 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.ItemFulfillmentsBatchObjectsListRequestExpandItem = void 0;
5
- exports.ItemFulfillmentsBatchObjectsListRequestExpandItem = {
6
- Company: "company",
7
- Customer: "customer",
8
- Lines: "lines",
9
- SalesOrder: "sales_order",
10
- };
@@ -1,58 +0,0 @@
1
- import type * as Merge from "../../../../../../index";
2
- /**
3
- * @example
4
- * {
5
- * companyId: "company_id",
6
- * createdAfter: new Date("2024-01-15T09:30:00.000Z"),
7
- * createdBefore: new Date("2024-01-15T09:30:00.000Z"),
8
- * cursor: "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
9
- * includeDeletedData: true,
10
- * includeRemoteData: true,
11
- * includeRemoteFields: true,
12
- * includeShellData: true,
13
- * issueDateAfter: new Date("2024-01-15T09:30:00.000Z"),
14
- * issueDateBefore: new Date("2024-01-15T09:30:00.000Z"),
15
- * modifiedAfter: new Date("2024-01-15T09:30:00.000Z"),
16
- * modifiedBefore: new Date("2024-01-15T09:30:00.000Z"),
17
- * pageSize: 1,
18
- * remoteFields: "status",
19
- * remoteId: "remote_id",
20
- * showEnumOrigins: "status"
21
- * }
22
- */
23
- export interface SalesOrdersBatchObjectsListRequest {
24
- /** If provided, will only return sales orders for this company. */
25
- companyId?: string;
26
- /** If provided, will only return objects created after this datetime. */
27
- createdAfter?: Date;
28
- /** If provided, will only return objects created before this datetime. */
29
- createdBefore?: Date;
30
- /** The pagination cursor value. */
31
- cursor?: string;
32
- /** Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. */
33
- expand?: Merge.accounting.SalesOrdersBatchObjectsListRequestExpandItem | Merge.accounting.SalesOrdersBatchObjectsListRequestExpandItem[];
34
- /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
35
- includeDeletedData?: boolean;
36
- /** Whether to include the original data Merge fetched from the third-party to produce these models. */
37
- includeRemoteData?: boolean;
38
- /** Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format. */
39
- includeRemoteFields?: boolean;
40
- /** Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). */
41
- includeShellData?: boolean;
42
- /** If provided, will only return objects created after this datetime. */
43
- issueDateAfter?: Date;
44
- /** If provided, will only return objects created before this datetime. */
45
- issueDateBefore?: Date;
46
- /** If provided, only objects synced by Merge after this date time will be returned. */
47
- modifiedAfter?: Date;
48
- /** If provided, only objects synced by Merge before this date time will be returned. */
49
- modifiedBefore?: Date;
50
- /** Number of results to return per page. The maximum limit is 100. */
51
- pageSize?: number;
52
- /** Deprecated. Use show_enum_origins. */
53
- remoteFields?: "status";
54
- /** The API provider's ID for the given object. */
55
- remoteId?: string;
56
- /** A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter) */
57
- showEnumOrigins?: "status";
58
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- export declare const SalesOrdersBatchObjectsListRequestExpandItem: {
2
- readonly Company: "company";
3
- readonly Customer: "customer";
4
- readonly Lines: "lines";
5
- readonly PaymentTerm: "payment_term";
6
- readonly ShippingAddress: "shipping_address";
7
- readonly TrackingCategories: "tracking_categories";
8
- };
9
- export type SalesOrdersBatchObjectsListRequestExpandItem = (typeof SalesOrdersBatchObjectsListRequestExpandItem)[keyof typeof SalesOrdersBatchObjectsListRequestExpandItem];
@@ -1,12 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.SalesOrdersBatchObjectsListRequestExpandItem = void 0;
5
- exports.SalesOrdersBatchObjectsListRequestExpandItem = {
6
- Company: "company",
7
- Customer: "customer",
8
- Lines: "lines",
9
- PaymentTerm: "payment_term",
10
- ShippingAddress: "shipping_address",
11
- TrackingCategories: "tracking_categories",
12
- };
@@ -1,2 +0,0 @@
1
- import type * as Merge from "../../../index";
2
- export type DataPassthroughRequestMethod = Merge.accounting.MethodEnum | string;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- import type * as Merge from "../../../index";
2
- export type DataPassthroughRequestRequestFormat = Merge.accounting.RequestFormatEnum | string;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- import type * as Merge from "../../../index";
2
- export type RemoteFieldApiAdvancedMetadata = Merge.accounting.AdvancedMetadata | string;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const ExpensesBatchObjectsListRequestExpandItem: core.serialization.Schema<serializers.accounting.ExpensesBatchObjectsListRequestExpandItem.Raw, Merge.accounting.ExpensesBatchObjectsListRequestExpandItem>;
5
- export declare namespace ExpensesBatchObjectsListRequestExpandItem {
6
- type Raw = "account" | "accounting_period" | "company" | "contact" | "employee" | "tracking_categories";
7
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ExpensesBatchObjectsListRequestExpandItem = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.ExpensesBatchObjectsListRequestExpandItem = core.serialization.enum_(["account", "accounting_period", "company", "contact", "employee", "tracking_categories"]);
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const InvoicesBatchObjectsListRequestExpandItem: core.serialization.Schema<serializers.accounting.InvoicesBatchObjectsListRequestExpandItem.Raw, Merge.accounting.InvoicesBatchObjectsListRequestExpandItem>;
5
- export declare namespace InvoicesBatchObjectsListRequestExpandItem {
6
- type Raw = "accounting_period" | "applied_credit_notes" | "applied_payments" | "applied_vendor_credits" | "company" | "contact" | "employee" | "line_items" | "payment_term" | "payments" | "purchase_orders" | "sales_orders" | "tracking_categories";
7
- }
@@ -1,53 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.InvoicesBatchObjectsListRequestExpandItem = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.InvoicesBatchObjectsListRequestExpandItem = core.serialization.enum_([
40
- "accounting_period",
41
- "applied_credit_notes",
42
- "applied_payments",
43
- "applied_vendor_credits",
44
- "company",
45
- "contact",
46
- "employee",
47
- "line_items",
48
- "payment_term",
49
- "payments",
50
- "purchase_orders",
51
- "sales_orders",
52
- "tracking_categories",
53
- ]);
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const InvoicesBatchObjectsListRequestStatus: core.serialization.Schema<serializers.accounting.InvoicesBatchObjectsListRequestStatus.Raw, Merge.accounting.InvoicesBatchObjectsListRequestStatus>;
5
- export declare namespace InvoicesBatchObjectsListRequestStatus {
6
- type Raw = "DRAFT" | "OPEN" | "PAID" | "PARTIALLY_PAID" | "SUBMITTED" | "VOID";
7
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.InvoicesBatchObjectsListRequestStatus = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.InvoicesBatchObjectsListRequestStatus = core.serialization.enum_(["DRAFT", "OPEN", "PAID", "PARTIALLY_PAID", "SUBMITTED", "VOID"]);
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const InvoicesBatchObjectsListRequestType: core.serialization.Schema<serializers.accounting.InvoicesBatchObjectsListRequestType.Raw, Merge.accounting.InvoicesBatchObjectsListRequestType>;
5
- export declare namespace InvoicesBatchObjectsListRequestType {
6
- type Raw = "ACCOUNTS_PAYABLE" | "ACCOUNTS_RECEIVABLE";
7
- }
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const ItemFulfillmentsBatchObjectsListRequestExpandItem: core.serialization.Schema<serializers.accounting.ItemFulfillmentsBatchObjectsListRequestExpandItem.Raw, Merge.accounting.ItemFulfillmentsBatchObjectsListRequestExpandItem>;
5
- export declare namespace ItemFulfillmentsBatchObjectsListRequestExpandItem {
6
- type Raw = "company" | "customer" | "lines" | "sales_order";
7
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ItemFulfillmentsBatchObjectsListRequestExpandItem = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.ItemFulfillmentsBatchObjectsListRequestExpandItem = core.serialization.enum_(["company", "customer", "lines", "sales_order"]);
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const SalesOrdersBatchObjectsListRequestExpandItem: core.serialization.Schema<serializers.accounting.SalesOrdersBatchObjectsListRequestExpandItem.Raw, Merge.accounting.SalesOrdersBatchObjectsListRequestExpandItem>;
5
- export declare namespace SalesOrdersBatchObjectsListRequestExpandItem {
6
- type Raw = "company" | "customer" | "lines" | "payment_term" | "shipping_address" | "tracking_categories";
7
- }
@@ -1,46 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.SalesOrdersBatchObjectsListRequestExpandItem = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.SalesOrdersBatchObjectsListRequestExpandItem = core.serialization.enum_([
40
- "company",
41
- "customer",
42
- "lines",
43
- "payment_term",
44
- "shipping_address",
45
- "tracking_categories",
46
- ]);
@@ -1,8 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- import { MethodEnum } from "./MethodEnum";
5
- export declare const DataPassthroughRequestMethod: core.serialization.Schema<serializers.accounting.DataPassthroughRequestMethod.Raw, Merge.accounting.DataPassthroughRequestMethod>;
6
- export declare namespace DataPassthroughRequestMethod {
7
- type Raw = MethodEnum.Raw | string;
8
- }
@@ -1,8 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- import { RequestFormatEnum } from "./RequestFormatEnum";
5
- export declare const DataPassthroughRequestRequestFormat: core.serialization.Schema<serializers.accounting.DataPassthroughRequestRequestFormat.Raw, Merge.accounting.DataPassthroughRequestRequestFormat>;
6
- export declare namespace DataPassthroughRequestRequestFormat {
7
- type Raw = RequestFormatEnum.Raw | string;
8
- }
@@ -1,8 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- import { AdvancedMetadata } from "./AdvancedMetadata";
5
- export declare const RemoteFieldApiAdvancedMetadata: core.serialization.Schema<serializers.accounting.RemoteFieldApiAdvancedMetadata.Raw, Merge.accounting.RemoteFieldApiAdvancedMetadata>;
6
- export declare namespace RemoteFieldApiAdvancedMetadata {
7
- type Raw = AdvancedMetadata.Raw | string;
8
- }