@apideck/unify 0.22.1 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/docs/sdks/connections/README.md +2 -6
  2. package/docs/sdks/connectionsettings/README.md +2 -6
  3. package/docs/sdks/employees/README.md +4 -0
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +4 -4
  6. package/lib/config.js +4 -4
  7. package/lib/matchers.d.ts +3 -1
  8. package/lib/matchers.d.ts.map +1 -1
  9. package/lib/matchers.js +12 -0
  10. package/lib/matchers.js.map +1 -1
  11. package/lib/sdks.js +7 -2
  12. package/lib/sdks.js.map +1 -1
  13. package/models/components/accountingdepartment.d.ts +10 -0
  14. package/models/components/accountingdepartment.d.ts.map +1 -1
  15. package/models/components/accountingdepartment.js +4 -0
  16. package/models/components/accountingdepartment.js.map +1 -1
  17. package/models/components/{billinput.d.ts → bill.d.ts} +75 -75
  18. package/models/components/bill.d.ts.map +1 -0
  19. package/models/components/{billinput.js → bill.js} +70 -70
  20. package/models/components/bill.js.map +1 -0
  21. package/models/components/{billlineiteminput.d.ts → billlineitem.d.ts} +59 -59
  22. package/models/components/billlineitem.d.ts.map +1 -0
  23. package/models/components/{billlineiteminput.js → billlineitem.js} +56 -56
  24. package/models/components/billlineitem.js.map +1 -0
  25. package/models/components/{billpaymentinput.d.ts → billpayment.d.ts} +102 -102
  26. package/models/components/billpayment.d.ts.map +1 -0
  27. package/models/components/{billpaymentinput.js → billpayment.js} +100 -100
  28. package/models/components/billpayment.js.map +1 -0
  29. package/models/components/{companyinput.d.ts → company.d.ts} +77 -77
  30. package/models/components/company.d.ts.map +1 -0
  31. package/models/components/{companyinput.js → company.js} +67 -67
  32. package/models/components/company.js.map +1 -0
  33. package/models/components/{connectioninput.d.ts → connection.d.ts} +139 -139
  34. package/models/components/connection.d.ts.map +1 -0
  35. package/models/components/{connectioninput.js → connection.js} +150 -150
  36. package/models/components/connection.js.map +1 -0
  37. package/models/components/createconnectionresponse.d.ts +1 -1
  38. package/models/components/createconnectionresponse.d.ts.map +1 -1
  39. package/models/components/createconnectionresponse.js +3 -3
  40. package/models/components/createconnectionresponse.js.map +1 -1
  41. package/models/components/creditnote.d.ts +1 -1
  42. package/models/components/creditnote.d.ts.map +1 -1
  43. package/models/components/creditnote.js +5 -5
  44. package/models/components/creditnote.js.map +1 -1
  45. package/models/components/{employeeinput.d.ts → employee.d.ts} +69 -69
  46. package/models/components/employee.d.ts.map +1 -0
  47. package/models/components/{employeeinput.js → employee.js} +66 -66
  48. package/models/components/employee.js.map +1 -0
  49. package/models/components/employeeschedules.d.ts +1 -1
  50. package/models/components/employeeschedules.d.ts.map +1 -1
  51. package/models/components/employeeschedules.js +3 -3
  52. package/models/components/employeeschedules.js.map +1 -1
  53. package/models/components/employeesfilter.d.ts +5 -0
  54. package/models/components/employeesfilter.d.ts.map +1 -1
  55. package/models/components/employeesfilter.js +2 -0
  56. package/models/components/employeesfilter.js.map +1 -1
  57. package/models/components/getbillpaymentresponse.d.ts +1 -1
  58. package/models/components/getbillpaymentresponse.d.ts.map +1 -1
  59. package/models/components/getbillpaymentresponse.js +3 -3
  60. package/models/components/getbillpaymentresponse.js.map +1 -1
  61. package/models/components/getbillpaymentsresponse.d.ts +1 -1
  62. package/models/components/getbillpaymentsresponse.d.ts.map +1 -1
  63. package/models/components/getbillpaymentsresponse.js +3 -3
  64. package/models/components/getbillpaymentsresponse.js.map +1 -1
  65. package/models/components/getbillresponse.d.ts +1 -1
  66. package/models/components/getbillresponse.d.ts.map +1 -1
  67. package/models/components/getbillresponse.js +3 -3
  68. package/models/components/getbillresponse.js.map +1 -1
  69. package/models/components/getbillsresponse.d.ts +1 -1
  70. package/models/components/getbillsresponse.d.ts.map +1 -1
  71. package/models/components/getbillsresponse.js +3 -3
  72. package/models/components/getbillsresponse.js.map +1 -1
  73. package/models/components/getcompaniesresponse.d.ts +1 -1
  74. package/models/components/getcompaniesresponse.d.ts.map +1 -1
  75. package/models/components/getcompaniesresponse.js +3 -3
  76. package/models/components/getcompaniesresponse.js.map +1 -1
  77. package/models/components/getcompanyresponse.d.ts +1 -1
  78. package/models/components/getcompanyresponse.d.ts.map +1 -1
  79. package/models/components/getcompanyresponse.js +3 -3
  80. package/models/components/getcompanyresponse.js.map +1 -1
  81. package/models/components/getconnectionresponse.d.ts +1 -1
  82. package/models/components/getconnectionresponse.d.ts.map +1 -1
  83. package/models/components/getconnectionresponse.js +3 -3
  84. package/models/components/getconnectionresponse.js.map +1 -1
  85. package/models/components/getconnectionsresponse.d.ts +1 -1
  86. package/models/components/getconnectionsresponse.d.ts.map +1 -1
  87. package/models/components/getconnectionsresponse.js +3 -3
  88. package/models/components/getconnectionsresponse.js.map +1 -1
  89. package/models/components/getemployeeresponse.d.ts +1 -1
  90. package/models/components/getemployeeresponse.d.ts.map +1 -1
  91. package/models/components/getemployeeresponse.js +3 -3
  92. package/models/components/getemployeeresponse.js.map +1 -1
  93. package/models/components/getemployeesresponse.d.ts +1 -1
  94. package/models/components/getemployeesresponse.d.ts.map +1 -1
  95. package/models/components/getemployeesresponse.js +3 -3
  96. package/models/components/getemployeesresponse.js.map +1 -1
  97. package/models/components/getmessageresponse.d.ts +1 -1
  98. package/models/components/getmessageresponse.d.ts.map +1 -1
  99. package/models/components/getmessageresponse.js +3 -3
  100. package/models/components/getmessageresponse.js.map +1 -1
  101. package/models/components/getmessagesresponse.d.ts +1 -1
  102. package/models/components/getmessagesresponse.d.ts.map +1 -1
  103. package/models/components/getmessagesresponse.js +3 -3
  104. package/models/components/getmessagesresponse.js.map +1 -1
  105. package/models/components/getticketresponse.d.ts +1 -1
  106. package/models/components/getticketresponse.d.ts.map +1 -1
  107. package/models/components/getticketresponse.js +3 -3
  108. package/models/components/getticketresponse.js.map +1 -1
  109. package/models/components/getticketsresponse.d.ts +1 -1
  110. package/models/components/getticketsresponse.d.ts.map +1 -1
  111. package/models/components/getticketsresponse.js +3 -3
  112. package/models/components/getticketsresponse.js.map +1 -1
  113. package/models/components/gettrackingcategoriesresponse.d.ts +1 -1
  114. package/models/components/gettrackingcategoriesresponse.d.ts.map +1 -1
  115. package/models/components/gettrackingcategoriesresponse.js +3 -3
  116. package/models/components/gettrackingcategoriesresponse.js.map +1 -1
  117. package/models/components/gettrackingcategoryresponse.d.ts +1 -1
  118. package/models/components/gettrackingcategoryresponse.d.ts.map +1 -1
  119. package/models/components/gettrackingcategoryresponse.js +3 -3
  120. package/models/components/gettrackingcategoryresponse.js.map +1 -1
  121. package/models/components/index.d.ts +10 -10
  122. package/models/components/index.d.ts.map +1 -1
  123. package/models/components/index.js +10 -10
  124. package/models/components/index.js.map +1 -1
  125. package/models/components/invoice.d.ts +1 -1
  126. package/models/components/invoice.d.ts.map +1 -1
  127. package/models/components/invoice.js +5 -5
  128. package/models/components/invoice.js.map +1 -1
  129. package/models/components/{invoicelineiteminput.d.ts → invoicelineitem.d.ts} +58 -55
  130. package/models/components/invoicelineitem.d.ts.map +1 -0
  131. package/models/components/{invoicelineiteminput.js → invoicelineitem.js} +55 -54
  132. package/models/components/invoicelineitem.js.map +1 -0
  133. package/models/components/{messageinput.d.ts → message.d.ts} +71 -71
  134. package/models/components/message.d.ts.map +1 -0
  135. package/models/components/{messageinput.js → message.js} +61 -61
  136. package/models/components/message.js.map +1 -0
  137. package/models/components/purchaseorder.d.ts +1 -1
  138. package/models/components/purchaseorder.d.ts.map +1 -1
  139. package/models/components/purchaseorder.js +5 -5
  140. package/models/components/purchaseorder.js.map +1 -1
  141. package/models/components/{ticketinput.d.ts → ticket.d.ts} +66 -66
  142. package/models/components/ticket.d.ts.map +1 -0
  143. package/models/components/{ticketinput.js → ticket.js} +59 -59
  144. package/models/components/ticket.js.map +1 -0
  145. package/models/components/{trackingcategoryinput.d.ts → trackingcategory.d.ts} +55 -55
  146. package/models/components/trackingcategory.d.ts.map +1 -0
  147. package/models/components/{trackingcategoryinput.js → trackingcategory.js} +52 -52
  148. package/models/components/trackingcategory.js.map +1 -0
  149. package/models/components/updateconnectionresponse.d.ts +1 -1
  150. package/models/components/updateconnectionresponse.d.ts.map +1 -1
  151. package/models/components/updateconnectionresponse.js +3 -3
  152. package/models/components/updateconnectionresponse.js.map +1 -1
  153. package/package.json +1 -1
  154. package/src/lib/config.ts +4 -4
  155. package/src/lib/matchers.ts +20 -0
  156. package/src/lib/sdks.ts +8 -2
  157. package/src/models/components/accountingdepartment.ts +14 -0
  158. package/src/models/components/{billinput.ts → bill.ts} +248 -248
  159. package/src/models/components/createconnectionresponse.ts +1 -1
  160. package/src/models/components/creditnote.ts +1 -1
  161. package/src/models/components/employeeschedules.ts +1 -1
  162. package/src/models/components/employeesfilter.ts +7 -0
  163. package/src/models/components/getbillpaymentresponse.ts +1 -1
  164. package/src/models/components/getbillpaymentsresponse.ts +1 -1
  165. package/src/models/components/getbillresponse.ts +1 -1
  166. package/src/models/components/getbillsresponse.ts +1 -1
  167. package/src/models/components/getcompaniesresponse.ts +1 -1
  168. package/src/models/components/getcompanyresponse.ts +1 -1
  169. package/src/models/components/getconnectionresponse.ts +1 -1
  170. package/src/models/components/getconnectionsresponse.ts +1 -1
  171. package/src/models/components/getemployeeresponse.ts +1 -1
  172. package/src/models/components/getemployeesresponse.ts +1 -1
  173. package/src/models/components/getmessageresponse.ts +1 -1
  174. package/src/models/components/getmessagesresponse.ts +1 -1
  175. package/src/models/components/getticketresponse.ts +1 -1
  176. package/src/models/components/getticketsresponse.ts +1 -1
  177. package/src/models/components/gettrackingcategoriesresponse.ts +1 -1
  178. package/src/models/components/gettrackingcategoryresponse.ts +1 -1
  179. package/src/models/components/index.ts +10 -10
  180. package/src/models/components/invoice.ts +1 -1
  181. package/src/models/components/{invoicelineiteminput.ts → invoicelineitem.ts} +101 -100
  182. package/src/models/components/purchaseorder.ts +1 -1
  183. package/src/models/components/updateconnectionresponse.ts +1 -1
  184. package/models/components/billinput.d.ts.map +0 -1
  185. package/models/components/billinput.js.map +0 -1
  186. package/models/components/billlineiteminput.d.ts.map +0 -1
  187. package/models/components/billlineiteminput.js.map +0 -1
  188. package/models/components/billpaymentinput.d.ts.map +0 -1
  189. package/models/components/billpaymentinput.js.map +0 -1
  190. package/models/components/companyinput.d.ts.map +0 -1
  191. package/models/components/companyinput.js.map +0 -1
  192. package/models/components/connectioninput.d.ts.map +0 -1
  193. package/models/components/connectioninput.js.map +0 -1
  194. package/models/components/employeeinput.d.ts.map +0 -1
  195. package/models/components/employeeinput.js.map +0 -1
  196. package/models/components/invoicelineiteminput.d.ts.map +0 -1
  197. package/models/components/invoicelineiteminput.js.map +0 -1
  198. package/models/components/messageinput.d.ts.map +0 -1
  199. package/models/components/messageinput.js.map +0 -1
  200. package/models/components/ticketinput.d.ts.map +0 -1
  201. package/models/components/ticketinput.js.map +0 -1
  202. package/models/components/trackingcategoryinput.d.ts.map +0 -1
  203. package/models/components/trackingcategoryinput.js.map +0 -1
  204. package/src/models/components/{billlineiteminput.ts → billlineitem.ts} +107 -107
  205. package/src/models/components/{billpaymentinput.ts → billpayment.ts} +183 -183
  206. package/src/models/components/{companyinput.ts → company.ts} +226 -226
  207. package/src/models/components/{connectioninput.ts → connection.ts} +355 -355
  208. package/src/models/components/{employeeinput.ts → employee.ts} +122 -122
  209. package/src/models/components/{messageinput.ts → message.ts} +133 -133
  210. package/src/models/components/{ticketinput.ts → ticket.ts} +125 -125
  211. package/src/models/components/{trackingcategoryinput.ts → trackingcategory.ts} +98 -98
@@ -12,7 +12,7 @@ import {
12
12
  Company$inboundSchema,
13
13
  Company$Outbound,
14
14
  Company$outboundSchema,
15
- } from "./companyinput.js";
15
+ } from "./company.js";
16
16
  import {
17
17
  Links,
18
18
  Links$inboundSchema,
@@ -12,7 +12,7 @@ import {
12
12
  Company$inboundSchema,
13
13
  Company$Outbound,
14
14
  Company$outboundSchema,
15
- } from "./companyinput.js";
15
+ } from "./company.js";
16
16
 
17
17
  /**
18
18
  * Company
@@ -12,7 +12,7 @@ import {
12
12
  Connection$inboundSchema,
13
13
  Connection$Outbound,
14
14
  Connection$outboundSchema,
15
- } from "./connectioninput.js";
15
+ } from "./connection.js";
16
16
 
17
17
  /**
18
18
  * Connection
@@ -12,7 +12,7 @@ import {
12
12
  Connection$inboundSchema,
13
13
  Connection$Outbound,
14
14
  Connection$outboundSchema,
15
- } from "./connectioninput.js";
15
+ } from "./connection.js";
16
16
 
17
17
  /**
18
18
  * Connections
@@ -12,7 +12,7 @@ import {
12
12
  Employee$inboundSchema,
13
13
  Employee$Outbound,
14
14
  Employee$outboundSchema,
15
- } from "./employeeinput.js";
15
+ } from "./employee.js";
16
16
 
17
17
  /**
18
18
  * Employees
@@ -12,7 +12,7 @@ import {
12
12
  Employee$inboundSchema,
13
13
  Employee$Outbound,
14
14
  Employee$outboundSchema,
15
- } from "./employeeinput.js";
15
+ } from "./employee.js";
16
16
  import {
17
17
  Links,
18
18
  Links$inboundSchema,
@@ -12,7 +12,7 @@ import {
12
12
  Message$inboundSchema,
13
13
  Message$Outbound,
14
14
  Message$outboundSchema,
15
- } from "./messageinput.js";
15
+ } from "./message.js";
16
16
 
17
17
  /**
18
18
  * Messages
@@ -18,7 +18,7 @@ import {
18
18
  Message$inboundSchema,
19
19
  Message$Outbound,
20
20
  Message$outboundSchema,
21
- } from "./messageinput.js";
21
+ } from "./message.js";
22
22
  import {
23
23
  Meta,
24
24
  Meta$inboundSchema,
@@ -12,7 +12,7 @@ import {
12
12
  Ticket$inboundSchema,
13
13
  Ticket$Outbound,
14
14
  Ticket$outboundSchema,
15
- } from "./ticketinput.js";
15
+ } from "./ticket.js";
16
16
 
17
17
  /**
18
18
  * Get a Ticket
@@ -24,7 +24,7 @@ import {
24
24
  Ticket$inboundSchema,
25
25
  Ticket$Outbound,
26
26
  Ticket$outboundSchema,
27
- } from "./ticketinput.js";
27
+ } from "./ticket.js";
28
28
 
29
29
  /**
30
30
  * List Tickets
@@ -24,7 +24,7 @@ import {
24
24
  TrackingCategory$inboundSchema,
25
25
  TrackingCategory$Outbound,
26
26
  TrackingCategory$outboundSchema,
27
- } from "./trackingcategoryinput.js";
27
+ } from "./trackingcategory.js";
28
28
 
29
29
  /**
30
30
  * Tracking categories
@@ -12,7 +12,7 @@ import {
12
12
  TrackingCategory$inboundSchema,
13
13
  TrackingCategory$Outbound,
14
14
  TrackingCategory$outboundSchema,
15
- } from "./trackingcategoryinput.js";
15
+ } from "./trackingcategory.js";
16
16
 
17
17
  /**
18
18
  * Tracking category
@@ -35,9 +35,9 @@ export * from "./balancesheet.js";
35
35
  export * from "./balancesheetfilter.js";
36
36
  export * from "./bankaccount.js";
37
37
  export * from "./benefit.js";
38
- export * from "./billinput.js";
39
- export * from "./billlineiteminput.js";
40
- export * from "./billpaymentinput.js";
38
+ export * from "./bill.js";
39
+ export * from "./billlineitem.js";
40
+ export * from "./billpayment.js";
41
41
  export * from "./billsfilter.js";
42
42
  export * from "./billssort.js";
43
43
  export * from "./collection.js";
@@ -50,11 +50,11 @@ export * from "./collectionuser.js";
50
50
  export * from "./commentssort.js";
51
51
  export * from "./companiesfilter.js";
52
52
  export * from "./companiessort.js";
53
+ export * from "./company.js";
53
54
  export * from "./companyinfo.js";
54
- export * from "./companyinput.js";
55
55
  export * from "./compensation.js";
56
+ export * from "./connection.js";
56
57
  export * from "./connectionimportdata.js";
57
- export * from "./connectioninput.js";
58
58
  export * from "./connectionstate.js";
59
59
  export * from "./connector.js";
60
60
  export * from "./connectordoc.js";
@@ -198,8 +198,8 @@ export * from "./ecommerceorderstatus.js";
198
198
  export * from "./ecommerceproduct.js";
199
199
  export * from "./ecommercestore.js";
200
200
  export * from "./email.js";
201
+ export * from "./employee.js";
201
202
  export * from "./employeecompensation.js";
202
- export * from "./employeeinput.js";
203
203
  export * from "./employeejob.js";
204
204
  export * from "./employeepayroll.js";
205
205
  export * from "./employeeschedules.js";
@@ -348,7 +348,7 @@ export * from "./invoiceitem.js";
348
348
  export * from "./invoiceitemfilter.js";
349
349
  export * from "./invoiceitemsfilter.js";
350
350
  export * from "./invoiceitemssort.js";
351
- export * from "./invoicelineiteminput.js";
351
+ export * from "./invoicelineitem.js";
352
352
  export * from "./invoiceresponse.js";
353
353
  export * from "./invoicesfilter.js";
354
354
  export * from "./invoicessort.js";
@@ -385,7 +385,7 @@ export * from "./linkedtrackingcategory.js";
385
385
  export * from "./links.js";
386
386
  export * from "./log.js";
387
387
  export * from "./logsfilter.js";
388
- export * from "./messageinput.js";
388
+ export * from "./message.js";
389
389
  export * from "./meta.js";
390
390
  export * from "./note.js";
391
391
  export * from "./noteinput.js";
@@ -447,11 +447,11 @@ export * from "./tax.js";
447
447
  export * from "./taxrate.js";
448
448
  export * from "./taxratesfilter.js";
449
449
  export * from "./team.js";
450
- export * from "./ticketinput.js";
450
+ export * from "./ticket.js";
451
451
  export * from "./ticketssort.js";
452
452
  export * from "./timeoffrequest.js";
453
453
  export * from "./timeoffrequestsfilter.js";
454
- export * from "./trackingcategoryinput.js";
454
+ export * from "./trackingcategory.js";
455
455
  export * from "./trackingitem.js";
456
456
  export * from "./unexpectederrorresponse.js";
457
457
  export * from "./unifiedapiid.js";
@@ -53,7 +53,7 @@ import {
53
53
  InvoiceLineItemInput$inboundSchema,
54
54
  InvoiceLineItemInput$Outbound,
55
55
  InvoiceLineItemInput$outboundSchema,
56
- } from "./invoicelineiteminput.js";
56
+ } from "./invoicelineitem.js";
57
57
  import {
58
58
  LinkedCustomer,
59
59
  LinkedCustomer$inboundSchema,
@@ -59,6 +59,7 @@ export const InvoiceLineItemType = {
59
59
  Discount: "discount",
60
60
  Info: "info",
61
61
  SubTotal: "sub_total",
62
+ Service: "service",
62
63
  Other: "other",
63
64
  } as const;
64
65
  /**
@@ -66,7 +67,7 @@ export const InvoiceLineItemType = {
66
67
  */
67
68
  export type InvoiceLineItemType = ClosedEnum<typeof InvoiceLineItemType>;
68
69
 
69
- export type InvoiceLineItemInput = {
70
+ export type InvoiceLineItem = {
70
71
  /**
71
72
  * A unique identifier for an object.
72
73
  */
@@ -122,20 +123,36 @@ export type InvoiceLineItemInput = {
122
123
  */
123
124
  departmentId?: string | null | undefined;
124
125
  item?: LinkedInvoiceItem | undefined;
125
- taxRate?: LinkedTaxRateInput | undefined;
126
+ taxRate?: LinkedTaxRate | undefined;
126
127
  /**
127
128
  * A list of linked tracking categories.
128
129
  */
129
130
  trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
130
- ledgerAccount?: LinkedLedgerAccountInput | null | undefined;
131
+ ledgerAccount?: LinkedLedgerAccount | null | undefined;
131
132
  customFields?: Array<CustomField> | undefined;
132
133
  /**
133
134
  * A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
134
135
  */
135
136
  rowVersion?: string | null | undefined;
137
+ /**
138
+ * The user who last updated the object.
139
+ */
140
+ updatedBy?: string | null | undefined;
141
+ /**
142
+ * The user who created the object.
143
+ */
144
+ createdBy?: string | null | undefined;
145
+ /**
146
+ * The date and time when the object was created.
147
+ */
148
+ createdAt?: Date | null | undefined;
149
+ /**
150
+ * The date and time when the object was last updated.
151
+ */
152
+ updatedAt?: Date | null | undefined;
136
153
  };
137
154
 
138
- export type InvoiceLineItem = {
155
+ export type InvoiceLineItemInput = {
139
156
  /**
140
157
  * A unique identifier for an object.
141
158
  */
@@ -191,33 +208,17 @@ export type InvoiceLineItem = {
191
208
  */
192
209
  departmentId?: string | null | undefined;
193
210
  item?: LinkedInvoiceItem | undefined;
194
- taxRate?: LinkedTaxRate | undefined;
211
+ taxRate?: LinkedTaxRateInput | undefined;
195
212
  /**
196
213
  * A list of linked tracking categories.
197
214
  */
198
215
  trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
199
- ledgerAccount?: LinkedLedgerAccount | null | undefined;
216
+ ledgerAccount?: LinkedLedgerAccountInput | null | undefined;
200
217
  customFields?: Array<CustomField> | undefined;
201
218
  /**
202
219
  * A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
203
220
  */
204
221
  rowVersion?: string | null | undefined;
205
- /**
206
- * The user who last updated the object.
207
- */
208
- updatedBy?: string | null | undefined;
209
- /**
210
- * The user who created the object.
211
- */
212
- createdBy?: string | null | undefined;
213
- /**
214
- * The date and time when the object was created.
215
- */
216
- createdAt?: Date | null | undefined;
217
- /**
218
- * The date and time when the object was last updated.
219
- */
220
- updatedAt?: Date | null | undefined;
221
222
  };
222
223
 
223
224
  /** @internal */
@@ -242,8 +243,8 @@ export namespace InvoiceLineItemType$ {
242
243
  }
243
244
 
244
245
  /** @internal */
245
- export const InvoiceLineItemInput$inboundSchema: z.ZodType<
246
- InvoiceLineItemInput,
246
+ export const InvoiceLineItem$inboundSchema: z.ZodType<
247
+ InvoiceLineItem,
247
248
  z.ZodTypeDef,
248
249
  unknown
249
250
  > = z.object({
@@ -263,13 +264,21 @@ export const InvoiceLineItemInput$inboundSchema: z.ZodType<
263
264
  location_id: z.nullable(z.string()).optional(),
264
265
  department_id: z.nullable(z.string()).optional(),
265
266
  item: LinkedInvoiceItem$inboundSchema.optional(),
266
- tax_rate: LinkedTaxRateInput$inboundSchema.optional(),
267
+ tax_rate: LinkedTaxRate$inboundSchema.optional(),
267
268
  tracking_categories: z.nullable(
268
269
  z.array(z.nullable(LinkedTrackingCategory$inboundSchema)),
269
270
  ).optional(),
270
- ledger_account: z.nullable(LinkedLedgerAccountInput$inboundSchema).optional(),
271
+ ledger_account: z.nullable(LinkedLedgerAccount$inboundSchema).optional(),
271
272
  custom_fields: z.array(CustomField$inboundSchema).optional(),
272
273
  row_version: z.nullable(z.string()).optional(),
274
+ updated_by: z.nullable(z.string()).optional(),
275
+ created_by: z.nullable(z.string()).optional(),
276
+ created_at: z.nullable(
277
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
278
+ ).optional(),
279
+ updated_at: z.nullable(
280
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
281
+ ).optional(),
273
282
  }).transform((v) => {
274
283
  return remap$(v, {
275
284
  "row_id": "rowId",
@@ -287,11 +296,15 @@ export const InvoiceLineItemInput$inboundSchema: z.ZodType<
287
296
  "ledger_account": "ledgerAccount",
288
297
  "custom_fields": "customFields",
289
298
  "row_version": "rowVersion",
299
+ "updated_by": "updatedBy",
300
+ "created_by": "createdBy",
301
+ "created_at": "createdAt",
302
+ "updated_at": "updatedAt",
290
303
  });
291
304
  });
292
305
 
293
306
  /** @internal */
294
- export type InvoiceLineItemInput$Outbound = {
307
+ export type InvoiceLineItem$Outbound = {
295
308
  id?: string | null | undefined;
296
309
  row_id?: string | undefined;
297
310
  code?: string | null | undefined;
@@ -308,21 +321,25 @@ export type InvoiceLineItemInput$Outbound = {
308
321
  location_id?: string | null | undefined;
309
322
  department_id?: string | null | undefined;
310
323
  item?: LinkedInvoiceItem$Outbound | undefined;
311
- tax_rate?: LinkedTaxRateInput$Outbound | undefined;
324
+ tax_rate?: LinkedTaxRate$Outbound | undefined;
312
325
  tracking_categories?:
313
326
  | Array<LinkedTrackingCategory$Outbound | null>
314
327
  | null
315
328
  | undefined;
316
- ledger_account?: LinkedLedgerAccountInput$Outbound | null | undefined;
329
+ ledger_account?: LinkedLedgerAccount$Outbound | null | undefined;
317
330
  custom_fields?: Array<CustomField$Outbound> | undefined;
318
331
  row_version?: string | null | undefined;
332
+ updated_by?: string | null | undefined;
333
+ created_by?: string | null | undefined;
334
+ created_at?: string | null | undefined;
335
+ updated_at?: string | null | undefined;
319
336
  };
320
337
 
321
338
  /** @internal */
322
- export const InvoiceLineItemInput$outboundSchema: z.ZodType<
323
- InvoiceLineItemInput$Outbound,
339
+ export const InvoiceLineItem$outboundSchema: z.ZodType<
340
+ InvoiceLineItem$Outbound,
324
341
  z.ZodTypeDef,
325
- InvoiceLineItemInput
342
+ InvoiceLineItem
326
343
  > = z.object({
327
344
  id: z.nullable(z.string()).optional(),
328
345
  rowId: z.string().optional(),
@@ -340,13 +357,17 @@ export const InvoiceLineItemInput$outboundSchema: z.ZodType<
340
357
  locationId: z.nullable(z.string()).optional(),
341
358
  departmentId: z.nullable(z.string()).optional(),
342
359
  item: LinkedInvoiceItem$outboundSchema.optional(),
343
- taxRate: LinkedTaxRateInput$outboundSchema.optional(),
360
+ taxRate: LinkedTaxRate$outboundSchema.optional(),
344
361
  trackingCategories: z.nullable(
345
362
  z.array(z.nullable(LinkedTrackingCategory$outboundSchema)),
346
363
  ).optional(),
347
- ledgerAccount: z.nullable(LinkedLedgerAccountInput$outboundSchema).optional(),
364
+ ledgerAccount: z.nullable(LinkedLedgerAccount$outboundSchema).optional(),
348
365
  customFields: z.array(CustomField$outboundSchema).optional(),
349
366
  rowVersion: z.nullable(z.string()).optional(),
367
+ updatedBy: z.nullable(z.string()).optional(),
368
+ createdBy: z.nullable(z.string()).optional(),
369
+ createdAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
370
+ updatedAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
350
371
  }).transform((v) => {
351
372
  return remap$(v, {
352
373
  rowId: "row_id",
@@ -364,6 +385,10 @@ export const InvoiceLineItemInput$outboundSchema: z.ZodType<
364
385
  ledgerAccount: "ledger_account",
365
386
  customFields: "custom_fields",
366
387
  rowVersion: "row_version",
388
+ updatedBy: "updated_by",
389
+ createdBy: "created_by",
390
+ createdAt: "created_at",
391
+ updatedAt: "updated_at",
367
392
  });
368
393
  });
369
394
 
@@ -371,36 +396,34 @@ export const InvoiceLineItemInput$outboundSchema: z.ZodType<
371
396
  * @internal
372
397
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
373
398
  */
374
- export namespace InvoiceLineItemInput$ {
375
- /** @deprecated use `InvoiceLineItemInput$inboundSchema` instead. */
376
- export const inboundSchema = InvoiceLineItemInput$inboundSchema;
377
- /** @deprecated use `InvoiceLineItemInput$outboundSchema` instead. */
378
- export const outboundSchema = InvoiceLineItemInput$outboundSchema;
379
- /** @deprecated use `InvoiceLineItemInput$Outbound` instead. */
380
- export type Outbound = InvoiceLineItemInput$Outbound;
399
+ export namespace InvoiceLineItem$ {
400
+ /** @deprecated use `InvoiceLineItem$inboundSchema` instead. */
401
+ export const inboundSchema = InvoiceLineItem$inboundSchema;
402
+ /** @deprecated use `InvoiceLineItem$outboundSchema` instead. */
403
+ export const outboundSchema = InvoiceLineItem$outboundSchema;
404
+ /** @deprecated use `InvoiceLineItem$Outbound` instead. */
405
+ export type Outbound = InvoiceLineItem$Outbound;
381
406
  }
382
407
 
383
- export function invoiceLineItemInputToJSON(
384
- invoiceLineItemInput: InvoiceLineItemInput,
408
+ export function invoiceLineItemToJSON(
409
+ invoiceLineItem: InvoiceLineItem,
385
410
  ): string {
386
- return JSON.stringify(
387
- InvoiceLineItemInput$outboundSchema.parse(invoiceLineItemInput),
388
- );
411
+ return JSON.stringify(InvoiceLineItem$outboundSchema.parse(invoiceLineItem));
389
412
  }
390
413
 
391
- export function invoiceLineItemInputFromJSON(
414
+ export function invoiceLineItemFromJSON(
392
415
  jsonString: string,
393
- ): SafeParseResult<InvoiceLineItemInput, SDKValidationError> {
416
+ ): SafeParseResult<InvoiceLineItem, SDKValidationError> {
394
417
  return safeParse(
395
418
  jsonString,
396
- (x) => InvoiceLineItemInput$inboundSchema.parse(JSON.parse(x)),
397
- `Failed to parse 'InvoiceLineItemInput' from JSON`,
419
+ (x) => InvoiceLineItem$inboundSchema.parse(JSON.parse(x)),
420
+ `Failed to parse 'InvoiceLineItem' from JSON`,
398
421
  );
399
422
  }
400
423
 
401
424
  /** @internal */
402
- export const InvoiceLineItem$inboundSchema: z.ZodType<
403
- InvoiceLineItem,
425
+ export const InvoiceLineItemInput$inboundSchema: z.ZodType<
426
+ InvoiceLineItemInput,
404
427
  z.ZodTypeDef,
405
428
  unknown
406
429
  > = z.object({
@@ -420,21 +443,13 @@ export const InvoiceLineItem$inboundSchema: z.ZodType<
420
443
  location_id: z.nullable(z.string()).optional(),
421
444
  department_id: z.nullable(z.string()).optional(),
422
445
  item: LinkedInvoiceItem$inboundSchema.optional(),
423
- tax_rate: LinkedTaxRate$inboundSchema.optional(),
446
+ tax_rate: LinkedTaxRateInput$inboundSchema.optional(),
424
447
  tracking_categories: z.nullable(
425
448
  z.array(z.nullable(LinkedTrackingCategory$inboundSchema)),
426
449
  ).optional(),
427
- ledger_account: z.nullable(LinkedLedgerAccount$inboundSchema).optional(),
450
+ ledger_account: z.nullable(LinkedLedgerAccountInput$inboundSchema).optional(),
428
451
  custom_fields: z.array(CustomField$inboundSchema).optional(),
429
452
  row_version: z.nullable(z.string()).optional(),
430
- updated_by: z.nullable(z.string()).optional(),
431
- created_by: z.nullable(z.string()).optional(),
432
- created_at: z.nullable(
433
- z.string().datetime({ offset: true }).transform(v => new Date(v)),
434
- ).optional(),
435
- updated_at: z.nullable(
436
- z.string().datetime({ offset: true }).transform(v => new Date(v)),
437
- ).optional(),
438
453
  }).transform((v) => {
439
454
  return remap$(v, {
440
455
  "row_id": "rowId",
@@ -452,15 +467,11 @@ export const InvoiceLineItem$inboundSchema: z.ZodType<
452
467
  "ledger_account": "ledgerAccount",
453
468
  "custom_fields": "customFields",
454
469
  "row_version": "rowVersion",
455
- "updated_by": "updatedBy",
456
- "created_by": "createdBy",
457
- "created_at": "createdAt",
458
- "updated_at": "updatedAt",
459
470
  });
460
471
  });
461
472
 
462
473
  /** @internal */
463
- export type InvoiceLineItem$Outbound = {
474
+ export type InvoiceLineItemInput$Outbound = {
464
475
  id?: string | null | undefined;
465
476
  row_id?: string | undefined;
466
477
  code?: string | null | undefined;
@@ -477,25 +488,21 @@ export type InvoiceLineItem$Outbound = {
477
488
  location_id?: string | null | undefined;
478
489
  department_id?: string | null | undefined;
479
490
  item?: LinkedInvoiceItem$Outbound | undefined;
480
- tax_rate?: LinkedTaxRate$Outbound | undefined;
491
+ tax_rate?: LinkedTaxRateInput$Outbound | undefined;
481
492
  tracking_categories?:
482
493
  | Array<LinkedTrackingCategory$Outbound | null>
483
494
  | null
484
495
  | undefined;
485
- ledger_account?: LinkedLedgerAccount$Outbound | null | undefined;
496
+ ledger_account?: LinkedLedgerAccountInput$Outbound | null | undefined;
486
497
  custom_fields?: Array<CustomField$Outbound> | undefined;
487
498
  row_version?: string | null | undefined;
488
- updated_by?: string | null | undefined;
489
- created_by?: string | null | undefined;
490
- created_at?: string | null | undefined;
491
- updated_at?: string | null | undefined;
492
499
  };
493
500
 
494
501
  /** @internal */
495
- export const InvoiceLineItem$outboundSchema: z.ZodType<
496
- InvoiceLineItem$Outbound,
502
+ export const InvoiceLineItemInput$outboundSchema: z.ZodType<
503
+ InvoiceLineItemInput$Outbound,
497
504
  z.ZodTypeDef,
498
- InvoiceLineItem
505
+ InvoiceLineItemInput
499
506
  > = z.object({
500
507
  id: z.nullable(z.string()).optional(),
501
508
  rowId: z.string().optional(),
@@ -513,17 +520,13 @@ export const InvoiceLineItem$outboundSchema: z.ZodType<
513
520
  locationId: z.nullable(z.string()).optional(),
514
521
  departmentId: z.nullable(z.string()).optional(),
515
522
  item: LinkedInvoiceItem$outboundSchema.optional(),
516
- taxRate: LinkedTaxRate$outboundSchema.optional(),
523
+ taxRate: LinkedTaxRateInput$outboundSchema.optional(),
517
524
  trackingCategories: z.nullable(
518
525
  z.array(z.nullable(LinkedTrackingCategory$outboundSchema)),
519
526
  ).optional(),
520
- ledgerAccount: z.nullable(LinkedLedgerAccount$outboundSchema).optional(),
527
+ ledgerAccount: z.nullable(LinkedLedgerAccountInput$outboundSchema).optional(),
521
528
  customFields: z.array(CustomField$outboundSchema).optional(),
522
529
  rowVersion: z.nullable(z.string()).optional(),
523
- updatedBy: z.nullable(z.string()).optional(),
524
- createdBy: z.nullable(z.string()).optional(),
525
- createdAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
526
- updatedAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
527
530
  }).transform((v) => {
528
531
  return remap$(v, {
529
532
  rowId: "row_id",
@@ -541,10 +544,6 @@ export const InvoiceLineItem$outboundSchema: z.ZodType<
541
544
  ledgerAccount: "ledger_account",
542
545
  customFields: "custom_fields",
543
546
  rowVersion: "row_version",
544
- updatedBy: "updated_by",
545
- createdBy: "created_by",
546
- createdAt: "created_at",
547
- updatedAt: "updated_at",
548
547
  });
549
548
  });
550
549
 
@@ -552,27 +551,29 @@ export const InvoiceLineItem$outboundSchema: z.ZodType<
552
551
  * @internal
553
552
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
554
553
  */
555
- export namespace InvoiceLineItem$ {
556
- /** @deprecated use `InvoiceLineItem$inboundSchema` instead. */
557
- export const inboundSchema = InvoiceLineItem$inboundSchema;
558
- /** @deprecated use `InvoiceLineItem$outboundSchema` instead. */
559
- export const outboundSchema = InvoiceLineItem$outboundSchema;
560
- /** @deprecated use `InvoiceLineItem$Outbound` instead. */
561
- export type Outbound = InvoiceLineItem$Outbound;
554
+ export namespace InvoiceLineItemInput$ {
555
+ /** @deprecated use `InvoiceLineItemInput$inboundSchema` instead. */
556
+ export const inboundSchema = InvoiceLineItemInput$inboundSchema;
557
+ /** @deprecated use `InvoiceLineItemInput$outboundSchema` instead. */
558
+ export const outboundSchema = InvoiceLineItemInput$outboundSchema;
559
+ /** @deprecated use `InvoiceLineItemInput$Outbound` instead. */
560
+ export type Outbound = InvoiceLineItemInput$Outbound;
562
561
  }
563
562
 
564
- export function invoiceLineItemToJSON(
565
- invoiceLineItem: InvoiceLineItem,
563
+ export function invoiceLineItemInputToJSON(
564
+ invoiceLineItemInput: InvoiceLineItemInput,
566
565
  ): string {
567
- return JSON.stringify(InvoiceLineItem$outboundSchema.parse(invoiceLineItem));
566
+ return JSON.stringify(
567
+ InvoiceLineItemInput$outboundSchema.parse(invoiceLineItemInput),
568
+ );
568
569
  }
569
570
 
570
- export function invoiceLineItemFromJSON(
571
+ export function invoiceLineItemInputFromJSON(
571
572
  jsonString: string,
572
- ): SafeParseResult<InvoiceLineItem, SDKValidationError> {
573
+ ): SafeParseResult<InvoiceLineItemInput, SDKValidationError> {
573
574
  return safeParse(
574
575
  jsonString,
575
- (x) => InvoiceLineItem$inboundSchema.parse(JSON.parse(x)),
576
- `Failed to parse 'InvoiceLineItem' from JSON`,
576
+ (x) => InvoiceLineItemInput$inboundSchema.parse(JSON.parse(x)),
577
+ `Failed to parse 'InvoiceLineItemInput' from JSON`,
577
578
  );
578
579
  }
@@ -47,7 +47,7 @@ import {
47
47
  InvoiceLineItemInput$inboundSchema,
48
48
  InvoiceLineItemInput$Outbound,
49
49
  InvoiceLineItemInput$outboundSchema,
50
- } from "./invoicelineiteminput.js";
50
+ } from "./invoicelineitem.js";
51
51
  import {
52
52
  LinkedLedgerAccount,
53
53
  LinkedLedgerAccount$inboundSchema,
@@ -12,7 +12,7 @@ import {
12
12
  Connection$inboundSchema,
13
13
  Connection$Outbound,
14
14
  Connection$outboundSchema,
15
- } from "./connectioninput.js";
15
+ } from "./connection.js";
16
16
 
17
17
  /**
18
18
  * Connection updated
@@ -1 +0,0 @@
1
- {"version":3,"file":"billinput.d.ts","sourceRoot":"","sources":["../../src/models/components/billinput.ts"],"names":[],"mappings":"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"}