@apideck/unify 0.21.1 → 0.22.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 (306) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +3 -3
  3. package/lib/config.js +3 -3
  4. package/models/components/{accountingdepartmentinput.d.ts → accountingdepartment.d.ts} +51 -51
  5. package/models/components/accountingdepartment.d.ts.map +1 -0
  6. package/models/components/{accountingdepartmentinput.js → accountingdepartment.js} +51 -51
  7. package/models/components/accountingdepartment.js.map +1 -0
  8. package/models/components/{accountinglocationinput.d.ts → accountinglocation.d.ts} +58 -58
  9. package/models/components/accountinglocation.d.ts.map +1 -0
  10. package/models/components/{accountinglocationinput.js → accountinglocation.js} +56 -56
  11. package/models/components/accountinglocation.js.map +1 -0
  12. package/models/components/activity.d.ts +1 -1
  13. package/models/components/activity.d.ts.map +1 -1
  14. package/models/components/activity.js +5 -5
  15. package/models/components/activity.js.map +1 -1
  16. package/models/components/{activityattendeeinput.d.ts → activityattendee.d.ts} +51 -51
  17. package/models/components/activityattendee.d.ts.map +1 -0
  18. package/models/components/{activityattendeeinput.js → activityattendee.js} +48 -48
  19. package/models/components/activityattendee.js.map +1 -0
  20. package/models/components/{allocationinput.d.ts → allocation.d.ts} +29 -29
  21. package/models/components/allocation.d.ts.map +1 -0
  22. package/models/components/{allocationinput.js → allocation.js} +32 -32
  23. package/models/components/allocation.js.map +1 -0
  24. package/models/components/{applicationinput.d.ts → application.d.ts} +37 -37
  25. package/models/components/application.d.ts.map +1 -0
  26. package/models/components/{applicationinput.js → application.js} +49 -49
  27. package/models/components/application.js.map +1 -0
  28. package/models/components/{bill.d.ts → billinput.d.ts} +75 -75
  29. package/models/components/billinput.d.ts.map +1 -0
  30. package/models/components/{bill.js → billinput.js} +70 -70
  31. package/models/components/billinput.js.map +1 -0
  32. package/models/components/{billlineitem.d.ts → billlineiteminput.d.ts} +59 -59
  33. package/models/components/billlineiteminput.d.ts.map +1 -0
  34. package/models/components/{billlineitem.js → billlineiteminput.js} +56 -56
  35. package/models/components/billlineiteminput.js.map +1 -0
  36. package/models/components/companyinfo.d.ts +1 -1
  37. package/models/components/companyinfo.d.ts.map +1 -1
  38. package/models/components/companyinfo.js +3 -3
  39. package/models/components/companyinfo.js.map +1 -1
  40. package/models/components/{company.d.ts → companyinput.d.ts} +77 -77
  41. package/models/components/companyinput.d.ts.map +1 -0
  42. package/models/components/{company.js → companyinput.js} +67 -67
  43. package/models/components/companyinput.js.map +1 -0
  44. package/models/components/creditnote.d.ts +1 -1
  45. package/models/components/creditnote.d.ts.map +1 -1
  46. package/models/components/creditnote.js +5 -5
  47. package/models/components/creditnote.js.map +1 -1
  48. package/models/components/employeeinput.d.ts +1 -1
  49. package/models/components/employeeinput.d.ts.map +1 -1
  50. package/models/components/employeeinput.js +5 -5
  51. package/models/components/employeeinput.js.map +1 -1
  52. package/models/components/{employeejobinput.d.ts → employeejob.d.ts} +37 -37
  53. package/models/components/employeejob.d.ts.map +1 -0
  54. package/models/components/{employeejobinput.js → employeejob.js} +36 -36
  55. package/models/components/employeejob.js.map +1 -0
  56. package/models/components/{expenseinput.d.ts → expense.d.ts} +55 -55
  57. package/models/components/expense.d.ts.map +1 -0
  58. package/models/components/{expenseinput.js → expense.js} +52 -52
  59. package/models/components/expense.js.map +1 -0
  60. package/models/components/getaccountingdepartmentresponse.d.ts +1 -1
  61. package/models/components/getaccountingdepartmentresponse.d.ts.map +1 -1
  62. package/models/components/getaccountingdepartmentresponse.js +3 -3
  63. package/models/components/getaccountingdepartmentresponse.js.map +1 -1
  64. package/models/components/getaccountingdepartmentsresponse.d.ts +1 -1
  65. package/models/components/getaccountingdepartmentsresponse.d.ts.map +1 -1
  66. package/models/components/getaccountingdepartmentsresponse.js +3 -3
  67. package/models/components/getaccountingdepartmentsresponse.js.map +1 -1
  68. package/models/components/getaccountinglocationresponse.d.ts +1 -1
  69. package/models/components/getaccountinglocationresponse.d.ts.map +1 -1
  70. package/models/components/getaccountinglocationresponse.js +3 -3
  71. package/models/components/getaccountinglocationresponse.js.map +1 -1
  72. package/models/components/getaccountinglocationsresponse.d.ts +1 -1
  73. package/models/components/getaccountinglocationsresponse.d.ts.map +1 -1
  74. package/models/components/getaccountinglocationsresponse.js +3 -3
  75. package/models/components/getaccountinglocationsresponse.js.map +1 -1
  76. package/models/components/getapplicationresponse.d.ts +1 -1
  77. package/models/components/getapplicationresponse.d.ts.map +1 -1
  78. package/models/components/getapplicationresponse.js +3 -3
  79. package/models/components/getapplicationresponse.js.map +1 -1
  80. package/models/components/getapplicationsresponse.d.ts +1 -1
  81. package/models/components/getapplicationsresponse.d.ts.map +1 -1
  82. package/models/components/getapplicationsresponse.js +3 -3
  83. package/models/components/getapplicationsresponse.js.map +1 -1
  84. package/models/components/getbillresponse.d.ts +1 -1
  85. package/models/components/getbillresponse.d.ts.map +1 -1
  86. package/models/components/getbillresponse.js +3 -3
  87. package/models/components/getbillresponse.js.map +1 -1
  88. package/models/components/getbillsresponse.d.ts +1 -1
  89. package/models/components/getbillsresponse.d.ts.map +1 -1
  90. package/models/components/getbillsresponse.js +3 -3
  91. package/models/components/getbillsresponse.js.map +1 -1
  92. package/models/components/getcompaniesresponse.d.ts +1 -1
  93. package/models/components/getcompaniesresponse.d.ts.map +1 -1
  94. package/models/components/getcompaniesresponse.js +3 -3
  95. package/models/components/getcompaniesresponse.js.map +1 -1
  96. package/models/components/getcompanyresponse.d.ts +1 -1
  97. package/models/components/getcompanyresponse.d.ts.map +1 -1
  98. package/models/components/getcompanyresponse.js +3 -3
  99. package/models/components/getcompanyresponse.js.map +1 -1
  100. package/models/components/getexpenseresponse.d.ts +1 -1
  101. package/models/components/getexpenseresponse.d.ts.map +1 -1
  102. package/models/components/getexpenseresponse.js +3 -3
  103. package/models/components/getexpenseresponse.js.map +1 -1
  104. package/models/components/getexpensesresponse.d.ts +1 -1
  105. package/models/components/getexpensesresponse.d.ts.map +1 -1
  106. package/models/components/getexpensesresponse.js +3 -3
  107. package/models/components/getexpensesresponse.js.map +1 -1
  108. package/models/components/gethriscompaniesresponse.d.ts +1 -1
  109. package/models/components/gethriscompaniesresponse.d.ts.map +1 -1
  110. package/models/components/gethriscompaniesresponse.js +3 -3
  111. package/models/components/gethriscompaniesresponse.js.map +1 -1
  112. package/models/components/gethriscompanyresponse.d.ts +1 -1
  113. package/models/components/gethriscompanyresponse.d.ts.map +1 -1
  114. package/models/components/gethriscompanyresponse.js +3 -3
  115. package/models/components/gethriscompanyresponse.js.map +1 -1
  116. package/models/components/getinvoiceresponse.d.ts +1 -1
  117. package/models/components/getinvoiceresponse.d.ts.map +1 -1
  118. package/models/components/getinvoiceresponse.js +3 -3
  119. package/models/components/getinvoiceresponse.js.map +1 -1
  120. package/models/components/getinvoicesresponse.d.ts +1 -1
  121. package/models/components/getinvoicesresponse.d.ts.map +1 -1
  122. package/models/components/getinvoicesresponse.js +3 -3
  123. package/models/components/getinvoicesresponse.js.map +1 -1
  124. package/models/components/getledgeraccountresponse.d.ts +1 -1
  125. package/models/components/getledgeraccountresponse.d.ts.map +1 -1
  126. package/models/components/getledgeraccountresponse.js +3 -3
  127. package/models/components/getledgeraccountresponse.js.map +1 -1
  128. package/models/components/getledgeraccountsresponse.d.ts +1 -1
  129. package/models/components/getledgeraccountsresponse.d.ts.map +1 -1
  130. package/models/components/getledgeraccountsresponse.js +3 -3
  131. package/models/components/getledgeraccountsresponse.js.map +1 -1
  132. package/models/components/getsharedlinkresponse.d.ts +1 -1
  133. package/models/components/getsharedlinkresponse.d.ts.map +1 -1
  134. package/models/components/getsharedlinkresponse.js +3 -3
  135. package/models/components/getsharedlinkresponse.js.map +1 -1
  136. package/models/components/getsharedlinksresponse.d.ts +1 -1
  137. package/models/components/getsharedlinksresponse.d.ts.map +1 -1
  138. package/models/components/getsharedlinksresponse.js +3 -3
  139. package/models/components/getsharedlinksresponse.js.map +1 -1
  140. package/models/components/gettaxrateresponse.d.ts +1 -1
  141. package/models/components/gettaxrateresponse.d.ts.map +1 -1
  142. package/models/components/gettaxrateresponse.js +3 -3
  143. package/models/components/gettaxrateresponse.js.map +1 -1
  144. package/models/components/gettaxratesresponse.d.ts +1 -1
  145. package/models/components/gettaxratesresponse.d.ts.map +1 -1
  146. package/models/components/gettaxratesresponse.js +3 -3
  147. package/models/components/gettaxratesresponse.js.map +1 -1
  148. package/models/components/getticketresponse.d.ts +1 -1
  149. package/models/components/getticketresponse.d.ts.map +1 -1
  150. package/models/components/getticketresponse.js +3 -3
  151. package/models/components/getticketresponse.js.map +1 -1
  152. package/models/components/getticketsresponse.d.ts +1 -1
  153. package/models/components/getticketsresponse.d.ts.map +1 -1
  154. package/models/components/getticketsresponse.js +3 -3
  155. package/models/components/getticketsresponse.js.map +1 -1
  156. package/models/components/gettimeoffrequestresponse.d.ts +1 -1
  157. package/models/components/gettimeoffrequestresponse.d.ts.map +1 -1
  158. package/models/components/gettimeoffrequestresponse.js +3 -3
  159. package/models/components/gettimeoffrequestresponse.js.map +1 -1
  160. package/models/components/gettimeoffrequestsresponse.d.ts +1 -1
  161. package/models/components/gettimeoffrequestsresponse.d.ts.map +1 -1
  162. package/models/components/gettimeoffrequestsresponse.js +3 -3
  163. package/models/components/gettimeoffrequestsresponse.js.map +1 -1
  164. package/models/components/{hriscompanyinput.d.ts → hriscompany.d.ts} +55 -55
  165. package/models/components/hriscompany.d.ts.map +1 -0
  166. package/models/components/{hriscompanyinput.js → hriscompany.js} +54 -54
  167. package/models/components/hriscompany.js.map +1 -0
  168. package/models/components/index.d.ts +18 -18
  169. package/models/components/index.d.ts.map +1 -1
  170. package/models/components/index.js +18 -18
  171. package/models/components/index.js.map +1 -1
  172. package/models/components/{invoiceinput.d.ts → invoice.d.ts} +121 -73
  173. package/models/components/invoice.d.ts.map +1 -0
  174. package/models/components/{invoiceinput.js → invoice.js} +118 -71
  175. package/models/components/invoice.js.map +1 -0
  176. package/models/components/journalentry.d.ts +1 -1
  177. package/models/components/journalentry.d.ts.map +1 -1
  178. package/models/components/journalentry.js +3 -3
  179. package/models/components/journalentry.js.map +1 -1
  180. package/models/components/journalentryinput.d.ts +1 -1
  181. package/models/components/journalentryinput.d.ts.map +1 -1
  182. package/models/components/journalentryinput.js +3 -3
  183. package/models/components/journalentryinput.js.map +1 -1
  184. package/models/components/{journalentrylineiteminput.d.ts → journalentrylineitem.d.ts} +48 -48
  185. package/models/components/journalentrylineitem.d.ts.map +1 -0
  186. package/models/components/{journalentrylineiteminput.js → journalentrylineitem.js} +48 -48
  187. package/models/components/journalentrylineitem.js.map +1 -0
  188. package/models/components/{ledgeraccountinput.d.ts → ledgeraccount.d.ts} +129 -129
  189. package/models/components/ledgeraccount.d.ts.map +1 -0
  190. package/models/components/{ledgeraccountinput.js → ledgeraccount.js} +128 -128
  191. package/models/components/ledgeraccount.js.map +1 -0
  192. package/models/components/payment.d.ts +1 -1
  193. package/models/components/payment.d.ts.map +1 -1
  194. package/models/components/payment.js +3 -3
  195. package/models/components/payment.js.map +1 -1
  196. package/models/components/paymentinput.d.ts +1 -1
  197. package/models/components/paymentinput.d.ts.map +1 -1
  198. package/models/components/paymentinput.js +3 -3
  199. package/models/components/paymentinput.js.map +1 -1
  200. package/models/components/{sharedlinkinput.d.ts → sharedlink.d.ts} +49 -49
  201. package/models/components/sharedlink.d.ts.map +1 -0
  202. package/models/components/{sharedlinkinput.js → sharedlink.js} +49 -49
  203. package/models/components/sharedlink.js.map +1 -0
  204. package/models/components/{taxrateinput.d.ts → taxrate.d.ts} +52 -52
  205. package/models/components/taxrate.d.ts.map +1 -0
  206. package/models/components/{taxrateinput.js → taxrate.js} +50 -50
  207. package/models/components/taxrate.js.map +1 -0
  208. package/models/components/{ticket.d.ts → ticketinput.d.ts} +66 -66
  209. package/models/components/ticketinput.d.ts.map +1 -0
  210. package/models/components/{ticket.js → ticketinput.js} +59 -59
  211. package/models/components/ticketinput.js.map +1 -0
  212. package/models/components/{timeoffrequestinput.d.ts → timeoffrequest.d.ts} +57 -57
  213. package/models/components/timeoffrequest.d.ts.map +1 -0
  214. package/models/components/{timeoffrequestinput.js → timeoffrequest.js} +52 -52
  215. package/models/components/timeoffrequest.js.map +1 -0
  216. package/package.json +1 -1
  217. package/src/lib/config.ts +3 -3
  218. package/src/models/components/activity.ts +1 -1
  219. package/src/models/components/{bill.ts → billinput.ts} +248 -248
  220. package/src/models/components/companyinfo.ts +1 -1
  221. package/src/models/components/creditnote.ts +1 -1
  222. package/src/models/components/employeeinput.ts +1 -1
  223. package/src/models/components/getaccountingdepartmentresponse.ts +1 -1
  224. package/src/models/components/getaccountingdepartmentsresponse.ts +1 -1
  225. package/src/models/components/getaccountinglocationresponse.ts +1 -1
  226. package/src/models/components/getaccountinglocationsresponse.ts +1 -1
  227. package/src/models/components/getapplicationresponse.ts +1 -1
  228. package/src/models/components/getapplicationsresponse.ts +1 -1
  229. package/src/models/components/getbillresponse.ts +1 -1
  230. package/src/models/components/getbillsresponse.ts +1 -1
  231. package/src/models/components/getcompaniesresponse.ts +1 -1
  232. package/src/models/components/getcompanyresponse.ts +1 -1
  233. package/src/models/components/getexpenseresponse.ts +1 -1
  234. package/src/models/components/getexpensesresponse.ts +1 -1
  235. package/src/models/components/gethriscompaniesresponse.ts +1 -1
  236. package/src/models/components/gethriscompanyresponse.ts +1 -1
  237. package/src/models/components/getinvoiceresponse.ts +1 -1
  238. package/src/models/components/getinvoicesresponse.ts +1 -1
  239. package/src/models/components/getledgeraccountresponse.ts +1 -1
  240. package/src/models/components/getledgeraccountsresponse.ts +1 -1
  241. package/src/models/components/getsharedlinkresponse.ts +1 -1
  242. package/src/models/components/getsharedlinksresponse.ts +1 -1
  243. package/src/models/components/gettaxrateresponse.ts +1 -1
  244. package/src/models/components/gettaxratesresponse.ts +1 -1
  245. package/src/models/components/getticketresponse.ts +1 -1
  246. package/src/models/components/getticketsresponse.ts +1 -1
  247. package/src/models/components/gettimeoffrequestresponse.ts +1 -1
  248. package/src/models/components/gettimeoffrequestsresponse.ts +1 -1
  249. package/src/models/components/index.ts +18 -18
  250. package/src/models/components/{invoiceinput.ts → invoice.ts} +351 -240
  251. package/src/models/components/journalentry.ts +1 -1
  252. package/src/models/components/journalentryinput.ts +1 -1
  253. package/src/models/components/payment.ts +1 -1
  254. package/src/models/components/paymentinput.ts +1 -1
  255. package/models/components/accountingdepartmentinput.d.ts.map +0 -1
  256. package/models/components/accountingdepartmentinput.js.map +0 -1
  257. package/models/components/accountinglocationinput.d.ts.map +0 -1
  258. package/models/components/accountinglocationinput.js.map +0 -1
  259. package/models/components/activityattendeeinput.d.ts.map +0 -1
  260. package/models/components/activityattendeeinput.js.map +0 -1
  261. package/models/components/allocationinput.d.ts.map +0 -1
  262. package/models/components/allocationinput.js.map +0 -1
  263. package/models/components/applicationinput.d.ts.map +0 -1
  264. package/models/components/applicationinput.js.map +0 -1
  265. package/models/components/bill.d.ts.map +0 -1
  266. package/models/components/bill.js.map +0 -1
  267. package/models/components/billlineitem.d.ts.map +0 -1
  268. package/models/components/billlineitem.js.map +0 -1
  269. package/models/components/company.d.ts.map +0 -1
  270. package/models/components/company.js.map +0 -1
  271. package/models/components/employeejobinput.d.ts.map +0 -1
  272. package/models/components/employeejobinput.js.map +0 -1
  273. package/models/components/expenseinput.d.ts.map +0 -1
  274. package/models/components/expenseinput.js.map +0 -1
  275. package/models/components/hriscompanyinput.d.ts.map +0 -1
  276. package/models/components/hriscompanyinput.js.map +0 -1
  277. package/models/components/invoiceinput.d.ts.map +0 -1
  278. package/models/components/invoiceinput.js.map +0 -1
  279. package/models/components/journalentrylineiteminput.d.ts.map +0 -1
  280. package/models/components/journalentrylineiteminput.js.map +0 -1
  281. package/models/components/ledgeraccountinput.d.ts.map +0 -1
  282. package/models/components/ledgeraccountinput.js.map +0 -1
  283. package/models/components/sharedlinkinput.d.ts.map +0 -1
  284. package/models/components/sharedlinkinput.js.map +0 -1
  285. package/models/components/taxrateinput.d.ts.map +0 -1
  286. package/models/components/taxrateinput.js.map +0 -1
  287. package/models/components/ticket.d.ts.map +0 -1
  288. package/models/components/ticket.js.map +0 -1
  289. package/models/components/timeoffrequestinput.d.ts.map +0 -1
  290. package/models/components/timeoffrequestinput.js.map +0 -1
  291. package/src/models/components/{accountingdepartmentinput.ts → accountingdepartment.ts} +102 -102
  292. package/src/models/components/{accountinglocationinput.ts → accountinglocation.ts} +106 -106
  293. package/src/models/components/{activityattendeeinput.ts → activityattendee.ts} +89 -89
  294. package/src/models/components/{allocationinput.ts → allocation.ts} +46 -46
  295. package/src/models/components/{applicationinput.ts → application.ts} +85 -85
  296. package/src/models/components/{billlineitem.ts → billlineiteminput.ts} +107 -107
  297. package/src/models/components/{company.ts → companyinput.ts} +226 -226
  298. package/src/models/components/{employeejobinput.ts → employeejob.ts} +60 -60
  299. package/src/models/components/{expenseinput.ts → expense.ts} +159 -159
  300. package/src/models/components/{hriscompanyinput.ts → hriscompany.ts} +101 -101
  301. package/src/models/components/{journalentrylineiteminput.ts → journalentrylineitem.ts} +81 -81
  302. package/src/models/components/{ledgeraccountinput.ts → ledgeraccount.ts} +253 -253
  303. package/src/models/components/{sharedlinkinput.ts → sharedlink.ts} +99 -99
  304. package/src/models/components/{taxrateinput.ts → taxrate.ts} +146 -146
  305. package/src/models/components/{ticket.ts → ticketinput.ts} +125 -125
  306. package/src/models/components/{timeoffrequestinput.ts → timeoffrequest.ts} +100 -100
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@apideck/unify",
5
- "version": "0.21.1",
5
+ "version": "0.22.1",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/lib/config.d.ts CHANGED
@@ -34,9 +34,9 @@ export type SDKOptions = {
34
34
  export declare function serverURLFromOptions(options: SDKOptions): URL | null;
35
35
  export declare const SDK_METADATA: {
36
36
  readonly language: "typescript";
37
- readonly openapiDocVersion: "10.14.1";
38
- readonly sdkVersion: "0.21.1";
37
+ readonly openapiDocVersion: "10.15.2";
38
+ readonly sdkVersion: "0.22.1";
39
39
  readonly genVersion: "2.568.2";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.21.1 2.568.2 10.14.1 @apideck/unify";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.22.1 2.568.2 10.15.2 @apideck/unify";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -27,9 +27,9 @@ function serverURLFromOptions(options) {
27
27
  }
28
28
  exports.SDK_METADATA = {
29
29
  language: "typescript",
30
- openapiDocVersion: "10.14.1",
31
- sdkVersion: "0.21.1",
30
+ openapiDocVersion: "10.15.2",
31
+ sdkVersion: "0.22.1",
32
32
  genVersion: "2.568.2",
33
- userAgent: "speakeasy-sdk/typescript 0.21.1 2.568.2 10.14.1 @apideck/unify",
33
+ userAgent: "speakeasy-sdk/typescript 0.22.1 2.568.2 10.15.2 @apideck/unify",
34
34
  };
35
35
  //# sourceMappingURL=config.js.map
@@ -17,29 +17,6 @@ export declare const DepartmentStatus: {
17
17
  * Based on the status some functionality is enabled or disabled.
18
18
  */
19
19
  export type DepartmentStatus = ClosedEnum<typeof DepartmentStatus>;
20
- export type AccountingDepartmentInput = {
21
- /**
22
- * A unique identifier for an object.
23
- */
24
- parentId?: string | null | undefined;
25
- /**
26
- * The name of the department.
27
- */
28
- name?: string | null | undefined;
29
- /**
30
- * Based on the status some functionality is enabled or disabled.
31
- */
32
- status?: DepartmentStatus | undefined;
33
- subsidiaries?: Array<SubsidiaryReferenceInput> | undefined;
34
- /**
35
- * 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.
36
- */
37
- rowVersion?: string | null | undefined;
38
- /**
39
- * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
40
- */
41
- passThrough?: Array<PassThroughBody> | undefined;
42
- };
43
20
  export type AccountingDepartment = {
44
21
  /**
45
22
  * A unique identifier for an object.
@@ -87,6 +64,29 @@ export type AccountingDepartment = {
87
64
  */
88
65
  passThrough?: Array<PassThroughBody> | undefined;
89
66
  };
67
+ export type AccountingDepartmentInput = {
68
+ /**
69
+ * A unique identifier for an object.
70
+ */
71
+ parentId?: string | null | undefined;
72
+ /**
73
+ * The name of the department.
74
+ */
75
+ name?: string | null | undefined;
76
+ /**
77
+ * Based on the status some functionality is enabled or disabled.
78
+ */
79
+ status?: DepartmentStatus | undefined;
80
+ subsidiaries?: Array<SubsidiaryReferenceInput> | undefined;
81
+ /**
82
+ * 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.
83
+ */
84
+ rowVersion?: string | null | undefined;
85
+ /**
86
+ * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
87
+ */
88
+ passThrough?: Array<PassThroughBody> | undefined;
89
+ };
90
90
  /** @internal */
91
91
  export declare const DepartmentStatus$inboundSchema: z.ZodNativeEnum<typeof DepartmentStatus>;
92
92
  /** @internal */
@@ -108,33 +108,6 @@ export declare namespace DepartmentStatus$ {
108
108
  }>;
109
109
  }
110
110
  /** @internal */
111
- export declare const AccountingDepartmentInput$inboundSchema: z.ZodType<AccountingDepartmentInput, z.ZodTypeDef, unknown>;
112
- /** @internal */
113
- export type AccountingDepartmentInput$Outbound = {
114
- parent_id?: string | null | undefined;
115
- name?: string | null | undefined;
116
- status?: string | undefined;
117
- subsidiaries?: Array<SubsidiaryReferenceInput$Outbound> | undefined;
118
- row_version?: string | null | undefined;
119
- pass_through?: Array<PassThroughBody$Outbound> | undefined;
120
- };
121
- /** @internal */
122
- export declare const AccountingDepartmentInput$outboundSchema: z.ZodType<AccountingDepartmentInput$Outbound, z.ZodTypeDef, AccountingDepartmentInput>;
123
- /**
124
- * @internal
125
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
126
- */
127
- export declare namespace AccountingDepartmentInput$ {
128
- /** @deprecated use `AccountingDepartmentInput$inboundSchema` instead. */
129
- const inboundSchema: z.ZodType<AccountingDepartmentInput, z.ZodTypeDef, unknown>;
130
- /** @deprecated use `AccountingDepartmentInput$outboundSchema` instead. */
131
- const outboundSchema: z.ZodType<AccountingDepartmentInput$Outbound, z.ZodTypeDef, AccountingDepartmentInput>;
132
- /** @deprecated use `AccountingDepartmentInput$Outbound` instead. */
133
- type Outbound = AccountingDepartmentInput$Outbound;
134
- }
135
- export declare function accountingDepartmentInputToJSON(accountingDepartmentInput: AccountingDepartmentInput): string;
136
- export declare function accountingDepartmentInputFromJSON(jsonString: string): SafeParseResult<AccountingDepartmentInput, SDKValidationError>;
137
- /** @internal */
138
111
  export declare const AccountingDepartment$inboundSchema: z.ZodType<AccountingDepartment, z.ZodTypeDef, unknown>;
139
112
  /** @internal */
140
113
  export type AccountingDepartment$Outbound = {
@@ -167,4 +140,31 @@ export declare namespace AccountingDepartment$ {
167
140
  }
168
141
  export declare function accountingDepartmentToJSON(accountingDepartment: AccountingDepartment): string;
169
142
  export declare function accountingDepartmentFromJSON(jsonString: string): SafeParseResult<AccountingDepartment, SDKValidationError>;
170
- //# sourceMappingURL=accountingdepartmentinput.d.ts.map
143
+ /** @internal */
144
+ export declare const AccountingDepartmentInput$inboundSchema: z.ZodType<AccountingDepartmentInput, z.ZodTypeDef, unknown>;
145
+ /** @internal */
146
+ export type AccountingDepartmentInput$Outbound = {
147
+ parent_id?: string | null | undefined;
148
+ name?: string | null | undefined;
149
+ status?: string | undefined;
150
+ subsidiaries?: Array<SubsidiaryReferenceInput$Outbound> | undefined;
151
+ row_version?: string | null | undefined;
152
+ pass_through?: Array<PassThroughBody$Outbound> | undefined;
153
+ };
154
+ /** @internal */
155
+ export declare const AccountingDepartmentInput$outboundSchema: z.ZodType<AccountingDepartmentInput$Outbound, z.ZodTypeDef, AccountingDepartmentInput>;
156
+ /**
157
+ * @internal
158
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
159
+ */
160
+ export declare namespace AccountingDepartmentInput$ {
161
+ /** @deprecated use `AccountingDepartmentInput$inboundSchema` instead. */
162
+ const inboundSchema: z.ZodType<AccountingDepartmentInput, z.ZodTypeDef, unknown>;
163
+ /** @deprecated use `AccountingDepartmentInput$outboundSchema` instead. */
164
+ const outboundSchema: z.ZodType<AccountingDepartmentInput$Outbound, z.ZodTypeDef, AccountingDepartmentInput>;
165
+ /** @deprecated use `AccountingDepartmentInput$Outbound` instead. */
166
+ type Outbound = AccountingDepartmentInput$Outbound;
167
+ }
168
+ export declare function accountingDepartmentInputToJSON(accountingDepartmentInput: AccountingDepartmentInput): string;
169
+ export declare function accountingDepartmentInputFromJSON(jsonString: string): SafeParseResult<AccountingDepartmentInput, SDKValidationError>;
170
+ //# sourceMappingURL=accountingdepartment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingdepartment.d.ts","sourceRoot":"","sources":["../../src/models/components/accountingdepartment.ts"],"names":[],"mappings":"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"}
@@ -26,11 +26,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.AccountingDepartment$ = exports.AccountingDepartment$outboundSchema = exports.AccountingDepartment$inboundSchema = exports.AccountingDepartmentInput$ = exports.AccountingDepartmentInput$outboundSchema = exports.AccountingDepartmentInput$inboundSchema = exports.DepartmentStatus$ = exports.DepartmentStatus$outboundSchema = exports.DepartmentStatus$inboundSchema = exports.DepartmentStatus = void 0;
30
- exports.accountingDepartmentInputToJSON = accountingDepartmentInputToJSON;
31
- exports.accountingDepartmentInputFromJSON = accountingDepartmentInputFromJSON;
29
+ exports.AccountingDepartmentInput$ = exports.AccountingDepartmentInput$outboundSchema = exports.AccountingDepartmentInput$inboundSchema = exports.AccountingDepartment$ = exports.AccountingDepartment$outboundSchema = exports.AccountingDepartment$inboundSchema = exports.DepartmentStatus$ = exports.DepartmentStatus$outboundSchema = exports.DepartmentStatus$inboundSchema = exports.DepartmentStatus = void 0;
32
30
  exports.accountingDepartmentToJSON = accountingDepartmentToJSON;
33
31
  exports.accountingDepartmentFromJSON = accountingDepartmentFromJSON;
32
+ exports.accountingDepartmentInputToJSON = accountingDepartmentInputToJSON;
33
+ exports.accountingDepartmentInputFromJSON = accountingDepartmentInputFromJSON;
34
34
  const z = __importStar(require("zod"));
35
35
  const primitives_js_1 = require("../../lib/primitives.js");
36
36
  const schemas_js_1 = require("../../lib/schemas.js");
@@ -61,53 +61,6 @@ var DepartmentStatus$;
61
61
  DepartmentStatus$.outboundSchema = exports.DepartmentStatus$outboundSchema;
62
62
  })(DepartmentStatus$ || (exports.DepartmentStatus$ = DepartmentStatus$ = {}));
63
63
  /** @internal */
64
- exports.AccountingDepartmentInput$inboundSchema = z.object({
65
- parent_id: z.nullable(z.string()).optional(),
66
- name: z.nullable(z.string()).optional(),
67
- status: exports.DepartmentStatus$inboundSchema.optional(),
68
- subsidiaries: z.array(subsidiaryreferenceinput_js_1.SubsidiaryReferenceInput$inboundSchema).optional(),
69
- row_version: z.nullable(z.string()).optional(),
70
- pass_through: z.array(passthroughbody_js_1.PassThroughBody$inboundSchema).optional(),
71
- }).transform((v) => {
72
- return (0, primitives_js_1.remap)(v, {
73
- "parent_id": "parentId",
74
- "row_version": "rowVersion",
75
- "pass_through": "passThrough",
76
- });
77
- });
78
- /** @internal */
79
- exports.AccountingDepartmentInput$outboundSchema = z.object({
80
- parentId: z.nullable(z.string()).optional(),
81
- name: z.nullable(z.string()).optional(),
82
- status: exports.DepartmentStatus$outboundSchema.optional(),
83
- subsidiaries: z.array(subsidiaryreferenceinput_js_1.SubsidiaryReferenceInput$outboundSchema).optional(),
84
- rowVersion: z.nullable(z.string()).optional(),
85
- passThrough: z.array(passthroughbody_js_1.PassThroughBody$outboundSchema).optional(),
86
- }).transform((v) => {
87
- return (0, primitives_js_1.remap)(v, {
88
- parentId: "parent_id",
89
- rowVersion: "row_version",
90
- passThrough: "pass_through",
91
- });
92
- });
93
- /**
94
- * @internal
95
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
96
- */
97
- var AccountingDepartmentInput$;
98
- (function (AccountingDepartmentInput$) {
99
- /** @deprecated use `AccountingDepartmentInput$inboundSchema` instead. */
100
- AccountingDepartmentInput$.inboundSchema = exports.AccountingDepartmentInput$inboundSchema;
101
- /** @deprecated use `AccountingDepartmentInput$outboundSchema` instead. */
102
- AccountingDepartmentInput$.outboundSchema = exports.AccountingDepartmentInput$outboundSchema;
103
- })(AccountingDepartmentInput$ || (exports.AccountingDepartmentInput$ = AccountingDepartmentInput$ = {}));
104
- function accountingDepartmentInputToJSON(accountingDepartmentInput) {
105
- return JSON.stringify(exports.AccountingDepartmentInput$outboundSchema.parse(accountingDepartmentInput));
106
- }
107
- function accountingDepartmentInputFromJSON(jsonString) {
108
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingDepartmentInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingDepartmentInput' from JSON`);
109
- }
110
- /** @internal */
111
64
  exports.AccountingDepartment$inboundSchema = z.object({
112
65
  id: z.string().optional(),
113
66
  parent_id: z.nullable(z.string()).optional(),
@@ -176,4 +129,51 @@ function accountingDepartmentToJSON(accountingDepartment) {
176
129
  function accountingDepartmentFromJSON(jsonString) {
177
130
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingDepartment$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingDepartment' from JSON`);
178
131
  }
179
- //# sourceMappingURL=accountingdepartmentinput.js.map
132
+ /** @internal */
133
+ exports.AccountingDepartmentInput$inboundSchema = z.object({
134
+ parent_id: z.nullable(z.string()).optional(),
135
+ name: z.nullable(z.string()).optional(),
136
+ status: exports.DepartmentStatus$inboundSchema.optional(),
137
+ subsidiaries: z.array(subsidiaryreferenceinput_js_1.SubsidiaryReferenceInput$inboundSchema).optional(),
138
+ row_version: z.nullable(z.string()).optional(),
139
+ pass_through: z.array(passthroughbody_js_1.PassThroughBody$inboundSchema).optional(),
140
+ }).transform((v) => {
141
+ return (0, primitives_js_1.remap)(v, {
142
+ "parent_id": "parentId",
143
+ "row_version": "rowVersion",
144
+ "pass_through": "passThrough",
145
+ });
146
+ });
147
+ /** @internal */
148
+ exports.AccountingDepartmentInput$outboundSchema = z.object({
149
+ parentId: z.nullable(z.string()).optional(),
150
+ name: z.nullable(z.string()).optional(),
151
+ status: exports.DepartmentStatus$outboundSchema.optional(),
152
+ subsidiaries: z.array(subsidiaryreferenceinput_js_1.SubsidiaryReferenceInput$outboundSchema).optional(),
153
+ rowVersion: z.nullable(z.string()).optional(),
154
+ passThrough: z.array(passthroughbody_js_1.PassThroughBody$outboundSchema).optional(),
155
+ }).transform((v) => {
156
+ return (0, primitives_js_1.remap)(v, {
157
+ parentId: "parent_id",
158
+ rowVersion: "row_version",
159
+ passThrough: "pass_through",
160
+ });
161
+ });
162
+ /**
163
+ * @internal
164
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
165
+ */
166
+ var AccountingDepartmentInput$;
167
+ (function (AccountingDepartmentInput$) {
168
+ /** @deprecated use `AccountingDepartmentInput$inboundSchema` instead. */
169
+ AccountingDepartmentInput$.inboundSchema = exports.AccountingDepartmentInput$inboundSchema;
170
+ /** @deprecated use `AccountingDepartmentInput$outboundSchema` instead. */
171
+ AccountingDepartmentInput$.outboundSchema = exports.AccountingDepartmentInput$outboundSchema;
172
+ })(AccountingDepartmentInput$ || (exports.AccountingDepartmentInput$ = AccountingDepartmentInput$ = {}));
173
+ function accountingDepartmentInputToJSON(accountingDepartmentInput) {
174
+ return JSON.stringify(exports.AccountingDepartmentInput$outboundSchema.parse(accountingDepartmentInput));
175
+ }
176
+ function accountingDepartmentInputFromJSON(jsonString) {
177
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingDepartmentInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingDepartmentInput' from JSON`);
178
+ }
179
+ //# sourceMappingURL=accountingdepartment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingdepartment.js","sourceRoot":"","sources":["../../src/models/components/accountingdepartment.ts"],"names":[],"mappings":"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"}
@@ -18,34 +18,6 @@ export declare const LocationStatus: {
18
18
  * Based on the status some functionality is enabled or disabled.
19
19
  */
20
20
  export type LocationStatus = ClosedEnum<typeof LocationStatus>;
21
- export type AccountingLocationInput = {
22
- /**
23
- * A unique identifier for an object.
24
- */
25
- parentId?: string | null | undefined;
26
- /**
27
- * The name of the company.
28
- */
29
- companyName?: string | null | undefined;
30
- /**
31
- * The display name of the location.
32
- */
33
- displayName?: string | null | undefined;
34
- /**
35
- * Based on the status some functionality is enabled or disabled.
36
- */
37
- status?: LocationStatus | undefined;
38
- addresses?: Array<Address> | undefined;
39
- subsidiaries?: Array<SubsidiaryReferenceInput> | undefined;
40
- /**
41
- * 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.
42
- */
43
- rowVersion?: string | null | undefined;
44
- /**
45
- * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
46
- */
47
- passThrough?: Array<PassThroughBody> | undefined;
48
- };
49
21
  export type AccountingLocation = {
50
22
  /**
51
23
  * A unique identifier for an object.
@@ -98,6 +70,34 @@ export type AccountingLocation = {
98
70
  */
99
71
  passThrough?: Array<PassThroughBody> | undefined;
100
72
  };
73
+ export type AccountingLocationInput = {
74
+ /**
75
+ * A unique identifier for an object.
76
+ */
77
+ parentId?: string | null | undefined;
78
+ /**
79
+ * The name of the company.
80
+ */
81
+ companyName?: string | null | undefined;
82
+ /**
83
+ * The display name of the location.
84
+ */
85
+ displayName?: string | null | undefined;
86
+ /**
87
+ * Based on the status some functionality is enabled or disabled.
88
+ */
89
+ status?: LocationStatus | undefined;
90
+ addresses?: Array<Address> | undefined;
91
+ subsidiaries?: Array<SubsidiaryReferenceInput> | undefined;
92
+ /**
93
+ * 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.
94
+ */
95
+ rowVersion?: string | null | undefined;
96
+ /**
97
+ * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
98
+ */
99
+ passThrough?: Array<PassThroughBody> | undefined;
100
+ };
101
101
  /** @internal */
102
102
  export declare const LocationStatus$inboundSchema: z.ZodNativeEnum<typeof LocationStatus>;
103
103
  /** @internal */
@@ -119,35 +119,6 @@ export declare namespace LocationStatus$ {
119
119
  }>;
120
120
  }
121
121
  /** @internal */
122
- export declare const AccountingLocationInput$inboundSchema: z.ZodType<AccountingLocationInput, z.ZodTypeDef, unknown>;
123
- /** @internal */
124
- export type AccountingLocationInput$Outbound = {
125
- parent_id?: string | null | undefined;
126
- company_name?: string | null | undefined;
127
- display_name?: string | null | undefined;
128
- status?: string | undefined;
129
- addresses?: Array<Address$Outbound> | undefined;
130
- subsidiaries?: Array<SubsidiaryReferenceInput$Outbound> | undefined;
131
- row_version?: string | null | undefined;
132
- pass_through?: Array<PassThroughBody$Outbound> | undefined;
133
- };
134
- /** @internal */
135
- export declare const AccountingLocationInput$outboundSchema: z.ZodType<AccountingLocationInput$Outbound, z.ZodTypeDef, AccountingLocationInput>;
136
- /**
137
- * @internal
138
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
139
- */
140
- export declare namespace AccountingLocationInput$ {
141
- /** @deprecated use `AccountingLocationInput$inboundSchema` instead. */
142
- const inboundSchema: z.ZodType<AccountingLocationInput, z.ZodTypeDef, unknown>;
143
- /** @deprecated use `AccountingLocationInput$outboundSchema` instead. */
144
- const outboundSchema: z.ZodType<AccountingLocationInput$Outbound, z.ZodTypeDef, AccountingLocationInput>;
145
- /** @deprecated use `AccountingLocationInput$Outbound` instead. */
146
- type Outbound = AccountingLocationInput$Outbound;
147
- }
148
- export declare function accountingLocationInputToJSON(accountingLocationInput: AccountingLocationInput): string;
149
- export declare function accountingLocationInputFromJSON(jsonString: string): SafeParseResult<AccountingLocationInput, SDKValidationError>;
150
- /** @internal */
151
122
  export declare const AccountingLocation$inboundSchema: z.ZodType<AccountingLocation, z.ZodTypeDef, unknown>;
152
123
  /** @internal */
153
124
  export type AccountingLocation$Outbound = {
@@ -182,4 +153,33 @@ export declare namespace AccountingLocation$ {
182
153
  }
183
154
  export declare function accountingLocationToJSON(accountingLocation: AccountingLocation): string;
184
155
  export declare function accountingLocationFromJSON(jsonString: string): SafeParseResult<AccountingLocation, SDKValidationError>;
185
- //# sourceMappingURL=accountinglocationinput.d.ts.map
156
+ /** @internal */
157
+ export declare const AccountingLocationInput$inboundSchema: z.ZodType<AccountingLocationInput, z.ZodTypeDef, unknown>;
158
+ /** @internal */
159
+ export type AccountingLocationInput$Outbound = {
160
+ parent_id?: string | null | undefined;
161
+ company_name?: string | null | undefined;
162
+ display_name?: string | null | undefined;
163
+ status?: string | undefined;
164
+ addresses?: Array<Address$Outbound> | undefined;
165
+ subsidiaries?: Array<SubsidiaryReferenceInput$Outbound> | undefined;
166
+ row_version?: string | null | undefined;
167
+ pass_through?: Array<PassThroughBody$Outbound> | undefined;
168
+ };
169
+ /** @internal */
170
+ export declare const AccountingLocationInput$outboundSchema: z.ZodType<AccountingLocationInput$Outbound, z.ZodTypeDef, AccountingLocationInput>;
171
+ /**
172
+ * @internal
173
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
174
+ */
175
+ export declare namespace AccountingLocationInput$ {
176
+ /** @deprecated use `AccountingLocationInput$inboundSchema` instead. */
177
+ const inboundSchema: z.ZodType<AccountingLocationInput, z.ZodTypeDef, unknown>;
178
+ /** @deprecated use `AccountingLocationInput$outboundSchema` instead. */
179
+ const outboundSchema: z.ZodType<AccountingLocationInput$Outbound, z.ZodTypeDef, AccountingLocationInput>;
180
+ /** @deprecated use `AccountingLocationInput$Outbound` instead. */
181
+ type Outbound = AccountingLocationInput$Outbound;
182
+ }
183
+ export declare function accountingLocationInputToJSON(accountingLocationInput: AccountingLocationInput): string;
184
+ export declare function accountingLocationInputFromJSON(jsonString: string): SafeParseResult<AccountingLocationInput, SDKValidationError>;
185
+ //# sourceMappingURL=accountinglocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountinglocation.d.ts","sourceRoot":"","sources":["../../src/models/components/accountinglocation.ts"],"names":[],"mappings":"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"}