@workwell-global/toolkit 1.1.7 → 1.1.10

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 (468) hide show
  1. package/dist/enums/EntityNames.d.ts +76 -0
  2. package/dist/enums/EntityNames.d.ts.map +1 -0
  3. package/dist/enums/EntityNames.js +75 -0
  4. package/dist/enums/EntityNames.js.map +1 -0
  5. package/dist/enums/RBACPermissions.d.ts +1 -0
  6. package/dist/enums/RBACPermissions.d.ts.map +1 -1
  7. package/dist/enums/RBACPermissions.js +1 -0
  8. package/dist/enums/RBACPermissions.js.map +1 -1
  9. package/dist/enums/RequestOrigin.js.map +1 -1
  10. package/dist/models/crm-dynamics/IAssignment.d.ts +66 -1
  11. package/dist/models/crm-dynamics/IAssignment.d.ts.map +1 -1
  12. package/dist/models/objects/IApplication.d.ts.map +1 -1
  13. package/dist/models/objects/IAssignment.d.ts +1 -0
  14. package/dist/models/objects/IAssignment.d.ts.map +1 -1
  15. package/dist/models/objects/IEvent.d.ts.map +1 -1
  16. package/dist/models/objects/IEvent.js.map +1 -1
  17. package/dist/models/objects/IEventCategories.d.ts.map +1 -1
  18. package/dist/models/objects/IEventCategories.js.map +1 -1
  19. package/dist/models/objects/IEventRequest.d.ts.map +1 -1
  20. package/dist/models/objects/IEventRequest.js.map +1 -1
  21. package/dist/models/objects/INotification.d.ts.map +1 -1
  22. package/dist/models/objects/INotification.js.map +1 -1
  23. package/dist/models/objects/INotificationRequest.d.ts.map +1 -1
  24. package/dist/models/objects/INotificationRequest.js.map +1 -1
  25. package/dist/models/objects/IOrganisation.d.ts.map +1 -1
  26. package/dist/models/objects/ISalesChecklist.d.ts.map +1 -1
  27. package/dist/models/objects/ISalesChecklist.js.map +1 -1
  28. package/dist/models/schemas/api/_bases/SBaseAPI.d.ts +202 -0
  29. package/dist/models/schemas/api/_bases/SBaseAPI.d.ts.map +1 -0
  30. package/dist/models/schemas/api/_bases/SBaseAPI.js +70 -0
  31. package/dist/models/schemas/api/_bases/SBaseAPI.js.map +1 -0
  32. package/dist/models/schemas/api/_bases/SDocumentBase.d.ts +132 -0
  33. package/dist/models/schemas/api/_bases/SDocumentBase.d.ts.map +1 -0
  34. package/dist/models/schemas/api/_bases/SDocumentBase.js +72 -0
  35. package/dist/models/schemas/api/_bases/SDocumentBase.js.map +1 -0
  36. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +58 -0
  37. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -0
  38. package/dist/models/schemas/api/_entityTools/CreateEntityTools.js +33 -0
  39. package/dist/models/schemas/api/_entityTools/CreateEntityTools.js.map +1 -0
  40. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +10 -0
  41. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -0
  42. package/dist/models/schemas/api/_entityTools/EntityRegistry.js +40 -0
  43. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -0
  44. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts +5 -0
  45. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -0
  46. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +73 -0
  47. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -0
  48. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +6 -0
  49. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -0
  50. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +42 -0
  51. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -0
  52. package/dist/models/schemas/api/account/DAccountAPI.d.ts +627 -0
  53. package/dist/models/schemas/api/account/DAccountAPI.d.ts.map +1 -0
  54. package/dist/models/schemas/api/account/DAccountAPI.js +618 -0
  55. package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -0
  56. package/dist/models/schemas/api/account/TAccountAPI.d.ts +1455 -0
  57. package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -0
  58. package/dist/models/schemas/api/account/TAccountAPI.js +9 -0
  59. package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -0
  60. package/dist/models/schemas/api/account/index.d.ts +1689 -0
  61. package/dist/models/schemas/api/account/index.d.ts.map +1 -0
  62. package/dist/models/schemas/api/account/index.js +13 -0
  63. package/dist/models/schemas/api/account/index.js.map +1 -0
  64. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +789 -0
  65. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -0
  66. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +637 -0
  67. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -0
  68. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +1895 -0
  69. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -0
  70. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +22 -0
  71. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -0
  72. package/dist/models/schemas/api/assignment/index.d.ts +2139 -0
  73. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -0
  74. package/dist/models/schemas/api/assignment/index.js +13 -0
  75. package/dist/models/schemas/api/assignment/index.js.map +1 -0
  76. package/dist/models/schemas/api/batch/SBatchAPI.d.ts +21 -0
  77. package/dist/models/schemas/api/batch/SBatchAPI.d.ts.map +1 -0
  78. package/dist/models/schemas/api/batch/SBatchAPI.js +9 -0
  79. package/dist/models/schemas/api/batch/SBatchAPI.js.map +1 -0
  80. package/dist/models/schemas/api/batch/TBatchAPI.d.ts +24 -0
  81. package/dist/models/schemas/api/batch/TBatchAPI.d.ts.map +1 -0
  82. package/dist/models/schemas/api/batch/TBatchAPI.js +3 -0
  83. package/dist/models/schemas/api/batch/TBatchAPI.js.map +1 -0
  84. package/dist/models/schemas/api/batch/index.d.ts +3 -0
  85. package/dist/models/schemas/api/batch/index.d.ts.map +1 -0
  86. package/dist/models/schemas/api/batch/index.js +3 -0
  87. package/dist/models/schemas/api/batch/index.js.map +1 -0
  88. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts +161 -0
  89. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts.map +1 -0
  90. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js +43 -0
  91. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js.map +1 -0
  92. package/dist/models/schemas/api/changeRequest/index.d.ts +2 -0
  93. package/dist/models/schemas/api/changeRequest/index.d.ts.map +1 -0
  94. package/dist/models/schemas/api/changeRequest/index.js +2 -0
  95. package/dist/models/schemas/api/changeRequest/index.js.map +1 -0
  96. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts +180 -0
  97. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts.map +1 -0
  98. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js +54 -0
  99. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js.map +1 -0
  100. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +664 -0
  101. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -0
  102. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js +9 -0
  103. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js.map +1 -0
  104. package/dist/models/schemas/api/companyDocument/index.d.ts +703 -0
  105. package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -0
  106. package/dist/models/schemas/api/companyDocument/index.js +12 -0
  107. package/dist/models/schemas/api/companyDocument/index.js.map +1 -0
  108. package/dist/models/schemas/api/contact/DContactAPI.d.ts +694 -0
  109. package/dist/models/schemas/api/contact/DContactAPI.d.ts.map +1 -0
  110. package/dist/models/schemas/api/contact/DContactAPI.js +685 -0
  111. package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -0
  112. package/dist/models/schemas/api/contact/TContactAPI.d.ts +1700 -0
  113. package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -0
  114. package/dist/models/schemas/api/contact/TContactAPI.js +9 -0
  115. package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -0
  116. package/dist/models/schemas/api/contact/index.d.ts +1935 -0
  117. package/dist/models/schemas/api/contact/index.d.ts.map +1 -0
  118. package/dist/models/schemas/api/contact/index.js +13 -0
  119. package/dist/models/schemas/api/contact/index.js.map +1 -0
  120. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +392 -0
  121. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts.map +1 -0
  122. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +247 -0
  123. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -0
  124. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +902 -0
  125. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -0
  126. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js +9 -0
  127. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -0
  128. package/dist/models/schemas/api/contractorDocument/index.d.ts +1081 -0
  129. package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -0
  130. package/dist/models/schemas/api/contractorDocument/index.js +13 -0
  131. package/dist/models/schemas/api/contractorDocument/index.js.map +1 -0
  132. package/dist/models/schemas/api/country/DCountryAPI.d.ts +79 -0
  133. package/dist/models/schemas/api/country/DCountryAPI.d.ts.map +1 -0
  134. package/dist/models/schemas/api/country/DCountryAPI.js +55 -0
  135. package/dist/models/schemas/api/country/DCountryAPI.js.map +1 -0
  136. package/dist/models/schemas/api/country/TCountryAPI.d.ts +374 -0
  137. package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -0
  138. package/dist/models/schemas/api/country/TCountryAPI.js +10 -0
  139. package/dist/models/schemas/api/country/TCountryAPI.js.map +1 -0
  140. package/dist/models/schemas/api/country/index.d.ts +388 -0
  141. package/dist/models/schemas/api/country/index.d.ts.map +1 -0
  142. package/dist/models/schemas/api/country/index.js +12 -0
  143. package/dist/models/schemas/api/country/index.js.map +1 -0
  144. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts +58 -0
  145. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts.map +1 -0
  146. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js +50 -0
  147. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js.map +1 -0
  148. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +234 -0
  149. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -0
  150. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js +10 -0
  151. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js.map +1 -0
  152. package/dist/models/schemas/api/countryOffering/index.d.ts +247 -0
  153. package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -0
  154. package/dist/models/schemas/api/countryOffering/index.js +12 -0
  155. package/dist/models/schemas/api/countryOffering/index.js.map +1 -0
  156. package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts +28 -0
  157. package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts.map +1 -0
  158. package/dist/models/schemas/api/currency/DCurrencyAPI.js +16 -0
  159. package/dist/models/schemas/api/currency/DCurrencyAPI.js.map +1 -0
  160. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +234 -0
  161. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -0
  162. package/dist/models/schemas/api/currency/TCurrencyAPI.js +10 -0
  163. package/dist/models/schemas/api/currency/TCurrencyAPI.js.map +1 -0
  164. package/dist/models/schemas/api/currency/index.d.ts +237 -0
  165. package/dist/models/schemas/api/currency/index.d.ts.map +1 -0
  166. package/dist/models/schemas/api/currency/index.js +11 -0
  167. package/dist/models/schemas/api/currency/index.js.map +1 -0
  168. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts +34 -0
  169. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts.map +1 -0
  170. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js +34 -0
  171. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js.map +1 -0
  172. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +220 -0
  173. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -0
  174. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js +10 -0
  175. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js.map +1 -0
  176. package/dist/models/schemas/api/disqualificationReason/index.d.ts +229 -0
  177. package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -0
  178. package/dist/models/schemas/api/disqualificationReason/index.js +12 -0
  179. package/dist/models/schemas/api/disqualificationReason/index.js.map +1 -0
  180. package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts +18 -0
  181. package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts.map +1 -0
  182. package/dist/models/schemas/api/download/SDownloadDocumentAPI.js +8 -0
  183. package/dist/models/schemas/api/download/SDownloadDocumentAPI.js.map +1 -0
  184. package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts +4 -0
  185. package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts.map +1 -0
  186. package/dist/models/schemas/api/download/TDownloadDocumentAPI.js +3 -0
  187. package/dist/models/schemas/api/download/TDownloadDocumentAPI.js.map +1 -0
  188. package/dist/models/schemas/api/download/index.d.ts +2 -0
  189. package/dist/models/schemas/api/download/index.d.ts.map +1 -0
  190. package/dist/models/schemas/api/download/index.js +2 -0
  191. package/dist/models/schemas/api/download/index.js.map +1 -0
  192. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +7 -0
  193. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +1 -0
  194. package/dist/models/schemas/api/engagement/TEngagementAPI.js +15 -0
  195. package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +1 -0
  196. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +128 -0
  197. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts.map +1 -0
  198. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +115 -0
  199. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -0
  200. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +479 -0
  201. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -0
  202. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js +32 -0
  203. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -0
  204. package/dist/models/schemas/api/enquiry/index.d.ts +492 -0
  205. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -0
  206. package/dist/models/schemas/api/enquiry/index.js +13 -0
  207. package/dist/models/schemas/api/enquiry/index.js.map +1 -0
  208. package/dist/models/schemas/api/index.d.ts +17 -0
  209. package/dist/models/schemas/api/index.d.ts.map +1 -0
  210. package/dist/models/schemas/api/index.js +31 -0
  211. package/dist/models/schemas/api/index.js.map +1 -0
  212. package/dist/models/schemas/api/margin/DMarginAPI.d.ts +128 -0
  213. package/dist/models/schemas/api/margin/DMarginAPI.d.ts.map +1 -0
  214. package/dist/models/schemas/api/margin/DMarginAPI.js +107 -0
  215. package/dist/models/schemas/api/margin/DMarginAPI.js.map +1 -0
  216. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +403 -0
  217. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -0
  218. package/dist/models/schemas/api/margin/TMarginAPI.js +10 -0
  219. package/dist/models/schemas/api/margin/TMarginAPI.js.map +1 -0
  220. package/dist/models/schemas/api/margin/index.d.ts +452 -0
  221. package/dist/models/schemas/api/margin/index.d.ts.map +1 -0
  222. package/dist/models/schemas/api/margin/index.js +13 -0
  223. package/dist/models/schemas/api/margin/index.js.map +1 -0
  224. package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts +62 -0
  225. package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts.map +1 -0
  226. package/dist/models/schemas/api/nationality/DNationalityAPI.js +62 -0
  227. package/dist/models/schemas/api/nationality/DNationalityAPI.js.map +1 -0
  228. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +276 -0
  229. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -0
  230. package/dist/models/schemas/api/nationality/TNationalityAPI.js +10 -0
  231. package/dist/models/schemas/api/nationality/TNationalityAPI.js.map +1 -0
  232. package/dist/models/schemas/api/nationality/index.d.ts +301 -0
  233. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -0
  234. package/dist/models/schemas/api/nationality/index.js +12 -0
  235. package/dist/models/schemas/api/nationality/index.js.map +1 -0
  236. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +699 -0
  237. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -0
  238. package/dist/models/schemas/api/referral/DReferralAPI.js +603 -0
  239. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -0
  240. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1508 -0
  241. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -0
  242. package/dist/models/schemas/api/referral/TReferralAPI.js +9 -0
  243. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -0
  244. package/dist/models/schemas/api/referral/index.d.ts +1712 -0
  245. package/dist/models/schemas/api/referral/index.d.ts.map +1 -0
  246. package/dist/models/schemas/api/referral/index.js +12 -0
  247. package/dist/models/schemas/api/referral/index.js.map +1 -0
  248. package/dist/models/schemas/api/role/DRoleAPI.d.ts +19 -0
  249. package/dist/models/schemas/api/role/DRoleAPI.d.ts.map +1 -0
  250. package/dist/models/schemas/api/role/DRoleAPI.js +13 -0
  251. package/dist/models/schemas/api/role/DRoleAPI.js.map +1 -0
  252. package/dist/models/schemas/api/role/TRoleAPI.d.ts +207 -0
  253. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -0
  254. package/dist/models/schemas/api/role/TRoleAPI.js +10 -0
  255. package/dist/models/schemas/api/role/TRoleAPI.js.map +1 -0
  256. package/dist/models/schemas/api/role/index.d.ts +212 -0
  257. package/dist/models/schemas/api/role/index.d.ts.map +1 -0
  258. package/dist/models/schemas/api/role/index.js +13 -0
  259. package/dist/models/schemas/api/role/index.js.map +1 -0
  260. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +265 -0
  261. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -0
  262. package/dist/models/schemas/api/simulation/DSimulationAPI.js +234 -0
  263. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -0
  264. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +753 -0
  265. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -0
  266. package/dist/models/schemas/api/simulation/TSimulationAPI.js +9 -0
  267. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -0
  268. package/dist/models/schemas/api/simulation/index.d.ts +829 -0
  269. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -0
  270. package/dist/models/schemas/api/simulation/index.js +13 -0
  271. package/dist/models/schemas/api/simulation/index.js.map +1 -0
  272. package/dist/models/schemas/api/solution/DSolutionAPI.d.ts +213 -0
  273. package/dist/models/schemas/api/solution/DSolutionAPI.d.ts.map +1 -0
  274. package/dist/models/schemas/api/solution/DSolutionAPI.js +102 -0
  275. package/dist/models/schemas/api/solution/DSolutionAPI.js.map +1 -0
  276. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +821 -0
  277. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -0
  278. package/dist/models/schemas/api/solution/TSolutionAPI.js +10 -0
  279. package/dist/models/schemas/api/solution/TSolutionAPI.js.map +1 -0
  280. package/dist/models/schemas/api/solution/index.d.ts +842 -0
  281. package/dist/models/schemas/api/solution/index.d.ts.map +1 -0
  282. package/dist/models/schemas/api/solution/index.js +12 -0
  283. package/dist/models/schemas/api/solution/index.js.map +1 -0
  284. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +1161 -0
  285. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -0
  286. package/dist/models/schemas/bff/config/SGetConfigBFF.js +130 -0
  287. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -0
  288. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +44 -0
  289. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -0
  290. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js +8 -0
  291. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js.map +1 -0
  292. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +36 -0
  293. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -0
  294. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js +9 -0
  295. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js.map +1 -0
  296. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +36 -0
  297. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -0
  298. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js +9 -0
  299. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js.map +1 -0
  300. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +86 -0
  301. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -0
  302. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js +39 -0
  303. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js.map +1 -0
  304. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +67 -0
  305. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -0
  306. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js +18 -0
  307. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js.map +1 -0
  308. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +31 -0
  309. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -0
  310. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js +7 -0
  311. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js.map +1 -0
  312. package/dist/models/schemas/bff/config/index.d.ts +8 -0
  313. package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
  314. package/dist/models/schemas/bff/config/index.js +8 -0
  315. package/dist/models/schemas/bff/config/index.js.map +1 -0
  316. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +29 -0
  317. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -0
  318. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +18 -0
  319. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -0
  320. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts +13 -0
  321. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts.map +1 -0
  322. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js +6 -0
  323. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js.map +1 -0
  324. package/dist/models/schemas/bff/documents/index.d.ts +2 -0
  325. package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
  326. package/dist/models/schemas/bff/documents/index.js +2 -0
  327. package/dist/models/schemas/bff/documents/index.js.map +1 -0
  328. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +216 -0
  329. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +1 -0
  330. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +21 -0
  331. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +1 -0
  332. package/dist/models/schemas/bff/engagements/index.d.ts +2 -0
  333. package/dist/models/schemas/bff/engagements/index.d.ts.map +1 -0
  334. package/dist/models/schemas/bff/engagements/index.js +2 -0
  335. package/dist/models/schemas/bff/engagements/index.js.map +1 -0
  336. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +90 -0
  337. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -0
  338. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js +36 -0
  339. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js.map +1 -0
  340. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
  341. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
  342. package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
  343. package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
  344. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +859 -0
  345. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -0
  346. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +47 -0
  347. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -0
  348. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +584 -0
  349. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -0
  350. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +48 -0
  351. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -0
  352. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +32 -0
  353. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -0
  354. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js +7 -0
  355. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js.map +1 -0
  356. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +33 -0
  357. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -0
  358. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js +8 -0
  359. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js.map +1 -0
  360. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +83 -0
  361. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -0
  362. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js +8 -0
  363. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js.map +1 -0
  364. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +74 -0
  365. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -0
  366. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js +28 -0
  367. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js.map +1 -0
  368. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +42 -0
  369. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -0
  370. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js +9 -0
  371. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js.map +1 -0
  372. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts +38 -0
  373. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts.map +1 -0
  374. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js +18 -0
  375. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js.map +1 -0
  376. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +59 -0
  377. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -0
  378. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js +18 -0
  379. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js.map +1 -0
  380. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +147 -0
  381. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -0
  382. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js +22 -0
  383. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js.map +1 -0
  384. package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
  385. package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
  386. package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
  387. package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
  388. package/dist/models/schemas/bff/index.d.ts +6 -0
  389. package/dist/models/schemas/bff/index.d.ts.map +1 -0
  390. package/dist/models/schemas/bff/index.js +32 -0
  391. package/dist/models/schemas/bff/index.js.map +1 -0
  392. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +184 -0
  393. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -0
  394. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +22 -0
  395. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -0
  396. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts +126 -0
  397. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts.map +1 -0
  398. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js +10 -0
  399. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js.map +1 -0
  400. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +110 -0
  401. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -0
  402. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +9 -0
  403. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -0
  404. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +64 -0
  405. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -0
  406. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +13 -0
  407. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -0
  408. package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
  409. package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
  410. package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
  411. package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
  412. package/dist/models/types/Application.d.ts.map +1 -1
  413. package/dist/models/types/Stages.d.ts +1 -1
  414. package/dist/models/types/Stages.d.ts.map +1 -1
  415. package/dist/utils/date-and-time/calculate.test.js +1 -1
  416. package/dist/utils/date-and-time/calculate.test.js.map +1 -1
  417. package/dist/utils/date-and-time/format.test.js +2 -2
  418. package/dist/utils/encoding/stringBySecret.test.js +9 -17
  419. package/dist/utils/encoding/stringBySecret.test.js.map +1 -1
  420. package/dist/utils/index.d.ts +1 -0
  421. package/dist/utils/index.d.ts.map +1 -1
  422. package/dist/utils/index.js +1 -0
  423. package/dist/utils/index.js.map +1 -1
  424. package/dist/utils/rbac/RBACChecker.d.ts +6 -0
  425. package/dist/utils/rbac/RBACChecker.d.ts.map +1 -0
  426. package/dist/utils/rbac/RBACChecker.js +13 -0
  427. package/dist/utils/rbac/RBACChecker.js.map +1 -0
  428. package/dist/utils/rbac/index.d.ts +2 -0
  429. package/dist/utils/rbac/index.d.ts.map +1 -0
  430. package/dist/utils/rbac/index.js +3 -0
  431. package/dist/utils/rbac/index.js.map +1 -0
  432. package/dist/utils/strings/index.d.ts.map +1 -1
  433. package/dist/utils/strings/index.js.map +1 -1
  434. package/dist/utils/strings/manipulate.d.ts.map +1 -1
  435. package/dist/utils/strings/manipulate.js +9 -5
  436. package/dist/utils/strings/manipulate.js.map +1 -1
  437. package/dist/utils/strings/manipulate.test.js +1 -1
  438. package/dist/utils/strings/manipulate.test.js.map +1 -1
  439. package/dist/utils/strings/sanitize.test.js.map +1 -1
  440. package/package.json +26 -2
  441. package/dist/date-and-time/calculate.d.ts +0 -3
  442. package/dist/date-and-time/calculate.d.ts.map +0 -1
  443. package/dist/date-and-time/calculate.js +0 -12
  444. package/dist/date-and-time/calculate.js.map +0 -1
  445. package/dist/date-and-time/format.d.ts +0 -2
  446. package/dist/date-and-time/format.d.ts.map +0 -1
  447. package/dist/date-and-time/format.js +0 -2
  448. package/dist/date-and-time/format.js.map +0 -1
  449. package/dist/date-and-time/index.d.ts +0 -3
  450. package/dist/date-and-time/index.d.ts.map +0 -1
  451. package/dist/date-and-time/index.js +0 -4
  452. package/dist/date-and-time/index.js.map +0 -1
  453. package/dist/encoding/index.d.ts +0 -2
  454. package/dist/encoding/index.d.ts.map +0 -1
  455. package/dist/encoding/index.js +0 -2
  456. package/dist/encoding/index.js.map +0 -1
  457. package/dist/encoding/stringBySecret.d.ts +0 -3
  458. package/dist/encoding/stringBySecret.d.ts.map +0 -1
  459. package/dist/encoding/stringBySecret.js +0 -30
  460. package/dist/encoding/stringBySecret.js.map +0 -1
  461. package/dist/strings/index.d.ts +0 -2
  462. package/dist/strings/index.d.ts.map +0 -1
  463. package/dist/strings/index.js +0 -5
  464. package/dist/strings/index.js.map +0 -1
  465. package/dist/types/index.d.ts +0 -2
  466. package/dist/types/index.d.ts.map +0 -1
  467. package/dist/types/index.js +0 -5
  468. package/dist/types/index.js.map +0 -1
@@ -0,0 +1,664 @@
1
+ import { z } from 'zod';
2
+ export declare const CompanyDocumentEntity: {
3
+ isLookupOnly: boolean;
4
+ fieldsPretty: {
5
+ etag: string;
6
+ createdByValue: string;
7
+ createdOnBehalfByValue: string;
8
+ modifiedByValue: string;
9
+ modifiedOnBehalfByValue: string;
10
+ ownerIdValue: string;
11
+ owningBusinessUnitValue: string;
12
+ owningTeamValue: string;
13
+ owningUserValue: string;
14
+ createdOn: string;
15
+ importSequenceNumber: string;
16
+ modifiedOn: string;
17
+ overriddenCreatedOn: string;
18
+ stateCode: string;
19
+ statusCode: string;
20
+ timezoneRuleVersionNumber: string;
21
+ utcConversionTimezoneCode: string;
22
+ versionNumber: string;
23
+ name: string;
24
+ value: string;
25
+ companyDocumentId: string;
26
+ companyDocumentStatus: string;
27
+ requiresAgencySignature: string;
28
+ accountValue: string;
29
+ attachment: string;
30
+ attachmentName: string;
31
+ category: string;
32
+ date6catsSigned: string;
33
+ dateAgencySigned: string;
34
+ dateReceived: string;
35
+ dateReviewed: string;
36
+ documentRefNumber: string;
37
+ documentType: string;
38
+ ipAddress: string;
39
+ signature: string;
40
+ signatureTimestamp: string;
41
+ signatureUrl: string;
42
+ signatureId: string;
43
+ validFrom: string;
44
+ validTo: string;
45
+ documentReceivedTime: string;
46
+ source: string;
47
+ changeRequestDocumentsValue: string;
48
+ identityVerificationStatus: string;
49
+ simulationValue: string;
50
+ employmentType: string;
51
+ assignmentExtensionsValue: string;
52
+ reasons: string;
53
+ contractType: string;
54
+ requiredBeforeLegalApproval: string;
55
+ limitedCompanyName: string;
56
+ config: string;
57
+ identityVerificationUrl: string;
58
+ };
59
+ fieldsD365: {
60
+ readonly ww_companydocumentid: "companyDocumentId";
61
+ readonly ww_companydocumentstatus: "companyDocumentStatus";
62
+ readonly ww_requiresagencysignature: "requiresAgencySignature";
63
+ readonly _ww_account_value: "accountValue";
64
+ readonly ww_attachment: "attachment";
65
+ readonly ww_attachment_name: "attachmentName";
66
+ readonly ww_category: "category";
67
+ readonly ww_date6catssigned: "date6catsSigned";
68
+ readonly ww_dateagencysigned: "dateAgencySigned";
69
+ readonly ww_datereceived: "dateReceived";
70
+ readonly ww_datereviewed: "dateReviewed";
71
+ readonly ww_documentrefnumber: "documentRefNumber";
72
+ readonly ww_documenttype: "documentType";
73
+ readonly ww_ipaddress: "ipAddress";
74
+ readonly ww_name: "name";
75
+ readonly ww_signature: "signature";
76
+ readonly ww_signature_timestamp: "signatureTimestamp";
77
+ readonly ww_signature_url: "signatureUrl";
78
+ readonly ww_signatureid: "signatureId";
79
+ readonly ww_validfrom: "validFrom";
80
+ readonly ww_validto: "validTo";
81
+ readonly ww_documentreceivedtime: "documentReceivedTime";
82
+ readonly ww_source: "source";
83
+ readonly _ww_changerequestdocuments_value: "changeRequestDocumentsValue";
84
+ readonly ww_identityverificationstatus: "identityVerificationStatus";
85
+ readonly _ww_simulation_value: "simulationValue";
86
+ readonly ww_employmenttype: "employmentType";
87
+ readonly _ww_assignmentextensions_value: "assignmentExtensionsValue";
88
+ readonly ww_reasons: "reasons";
89
+ readonly ww_contracttype: "contractType";
90
+ readonly ww_requiredbeforelegalapproval: "requiredBeforeLegalApproval";
91
+ readonly ww_value: "value";
92
+ readonly ww_limitedcompanyname: "limitedCompanyName";
93
+ readonly ww_config: "config";
94
+ readonly ww_identityverificationurl: "identityVerificationUrl";
95
+ readonly _ownerid_value: "ownerIdValue";
96
+ readonly _owningbusinessunit_value: "owningBusinessUnitValue";
97
+ readonly _owningteam_value: "owningTeamValue";
98
+ readonly _owninguser_value: "owningUserValue";
99
+ readonly '@odata.etag': "etag";
100
+ readonly versionnumber: "versionNumber";
101
+ readonly _createdby_value: "createdByValue";
102
+ readonly createdon: "createdOn";
103
+ readonly _createdonbehalfby_value: "createdOnBehalfByValue";
104
+ readonly _modifiedby_value: "modifiedByValue";
105
+ readonly modifiedon: "modifiedOn";
106
+ readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
107
+ readonly statecode: "stateCode";
108
+ readonly statuscode: "statusCode";
109
+ readonly importsequencenumber: "importSequenceNumber";
110
+ readonly overriddencreatedon: "overriddenCreatedOn";
111
+ readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
112
+ readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
113
+ };
114
+ SResponseD365: z.ZodObject<{
115
+ readonly _ownerid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
116
+ readonly _owningbusinessunit_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
117
+ readonly _owningteam_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
118
+ readonly _owninguser_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
119
+ readonly '@odata.etag': z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>>;
120
+ readonly versionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
121
+ readonly _createdby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
122
+ readonly createdon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
123
+ readonly _createdonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
124
+ readonly _modifiedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
125
+ readonly modifiedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
126
+ readonly _modifiedonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
127
+ readonly statecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
128
+ readonly statuscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
129
+ readonly importsequencenumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
130
+ readonly overriddencreatedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
131
+ readonly timezoneruleversionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
132
+ readonly utcconversiontimezonecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
133
+ readonly ww_companydocumentid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
134
+ readonly ww_companydocumentstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
135
+ readonly ww_requiresagencysignature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
136
+ readonly _ww_account_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
137
+ readonly ww_attachment: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
138
+ readonly ww_attachment_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
139
+ readonly ww_category: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
140
+ readonly ww_date6catssigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
141
+ readonly ww_dateagencysigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
142
+ readonly ww_datereceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
143
+ readonly ww_datereviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
144
+ readonly ww_documentrefnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
145
+ readonly ww_documenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
146
+ readonly ww_ipaddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
147
+ readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
148
+ readonly ww_signature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
149
+ readonly ww_signature_timestamp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
150
+ readonly ww_signature_url: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
151
+ readonly ww_signatureid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
152
+ readonly ww_validfrom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
153
+ readonly ww_validto: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
154
+ readonly ww_documentreceivedtime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
155
+ readonly ww_source: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
156
+ readonly _ww_changerequestdocuments_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
157
+ readonly ww_identityverificationstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
158
+ readonly _ww_simulation_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
159
+ readonly ww_employmenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
160
+ readonly _ww_assignmentextensions_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
161
+ readonly ww_reasons: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
162
+ readonly ww_contracttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
163
+ readonly ww_requiredbeforelegalapproval: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
164
+ readonly ww_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
165
+ readonly ww_limitedcompanyname: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
166
+ readonly ww_config: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
167
+ readonly ww_identityverificationurl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
168
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
169
+ '@odata.etag'?: string | null | undefined;
170
+ _createdby_value?: string | null | undefined;
171
+ _createdonbehalfby_value?: string | null | undefined;
172
+ _modifiedby_value?: string | null | undefined;
173
+ _modifiedonbehalfby_value?: string | null | undefined;
174
+ _ownerid_value?: string | null | undefined;
175
+ _owningbusinessunit_value?: string | null | undefined;
176
+ _owningteam_value?: string | null | undefined;
177
+ _owninguser_value?: string | null | undefined;
178
+ createdon?: string | null | undefined;
179
+ importsequencenumber?: number | null | undefined;
180
+ modifiedon?: string | null | undefined;
181
+ overriddencreatedon?: string | null | undefined;
182
+ statecode?: number | null | undefined;
183
+ statuscode?: number | null | undefined;
184
+ timezoneruleversionnumber?: string | number | null | undefined;
185
+ utcconversiontimezonecode?: string | number | null | undefined;
186
+ versionnumber?: number | null | undefined;
187
+ ww_name?: string | null | undefined;
188
+ ww_value?: string | null | undefined;
189
+ ww_companydocumentid?: string | null | undefined;
190
+ ww_companydocumentstatus?: number | null | undefined;
191
+ ww_requiresagencysignature?: boolean | null | undefined;
192
+ _ww_account_value?: string | null | undefined;
193
+ ww_attachment?: string | null | undefined;
194
+ ww_attachment_name?: string | null | undefined;
195
+ ww_category?: number | null | undefined;
196
+ ww_date6catssigned?: string | null | undefined;
197
+ ww_dateagencysigned?: string | null | undefined;
198
+ ww_datereceived?: string | null | undefined;
199
+ ww_datereviewed?: string | null | undefined;
200
+ ww_documentrefnumber?: string | null | undefined;
201
+ ww_documenttype?: number | null | undefined;
202
+ ww_ipaddress?: string | null | undefined;
203
+ ww_signature?: string | null | undefined;
204
+ ww_signature_timestamp?: string | null | undefined;
205
+ ww_signature_url?: string | null | undefined;
206
+ ww_signatureid?: string | null | undefined;
207
+ ww_validfrom?: string | null | undefined;
208
+ ww_validto?: string | null | undefined;
209
+ ww_documentreceivedtime?: string | null | undefined;
210
+ ww_source?: string | null | undefined;
211
+ _ww_changerequestdocuments_value?: string | null | undefined;
212
+ ww_identityverificationstatus?: string | null | undefined;
213
+ _ww_simulation_value?: string | null | undefined;
214
+ ww_employmenttype?: string | null | undefined;
215
+ _ww_assignmentextensions_value?: string | null | undefined;
216
+ ww_reasons?: string | null | undefined;
217
+ ww_contracttype?: string | null | undefined;
218
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
219
+ ww_limitedcompanyname?: string | null | undefined;
220
+ ww_config?: boolean | null | undefined;
221
+ ww_identityverificationurl?: string | null | undefined;
222
+ }, {
223
+ '@odata.etag'?: string | null | undefined;
224
+ _createdby_value?: string | null | undefined;
225
+ _createdonbehalfby_value?: string | null | undefined;
226
+ _modifiedby_value?: string | null | undefined;
227
+ _modifiedonbehalfby_value?: string | null | undefined;
228
+ _ownerid_value?: string | null | undefined;
229
+ _owningbusinessunit_value?: string | null | undefined;
230
+ _owningteam_value?: string | null | undefined;
231
+ _owninguser_value?: string | null | undefined;
232
+ createdon?: string | null | undefined;
233
+ importsequencenumber?: number | null | undefined;
234
+ modifiedon?: string | null | undefined;
235
+ overriddencreatedon?: string | null | undefined;
236
+ statecode?: number | null | undefined;
237
+ statuscode?: number | null | undefined;
238
+ timezoneruleversionnumber?: string | number | null | undefined;
239
+ utcconversiontimezonecode?: string | number | null | undefined;
240
+ versionnumber?: number | null | undefined;
241
+ ww_name?: string | null | undefined;
242
+ ww_value?: string | null | undefined;
243
+ ww_companydocumentid?: string | null | undefined;
244
+ ww_companydocumentstatus?: number | null | undefined;
245
+ ww_requiresagencysignature?: boolean | null | undefined;
246
+ _ww_account_value?: string | null | undefined;
247
+ ww_attachment?: string | null | undefined;
248
+ ww_attachment_name?: string | null | undefined;
249
+ ww_category?: number | null | undefined;
250
+ ww_date6catssigned?: string | null | undefined;
251
+ ww_dateagencysigned?: string | null | undefined;
252
+ ww_datereceived?: string | null | undefined;
253
+ ww_datereviewed?: string | null | undefined;
254
+ ww_documentrefnumber?: string | null | undefined;
255
+ ww_documenttype?: number | null | undefined;
256
+ ww_ipaddress?: string | null | undefined;
257
+ ww_signature?: string | null | undefined;
258
+ ww_signature_timestamp?: string | null | undefined;
259
+ ww_signature_url?: string | null | undefined;
260
+ ww_signatureid?: string | null | undefined;
261
+ ww_validfrom?: string | null | undefined;
262
+ ww_validto?: string | null | undefined;
263
+ ww_documentreceivedtime?: string | null | undefined;
264
+ ww_source?: string | null | undefined;
265
+ _ww_changerequestdocuments_value?: string | null | undefined;
266
+ ww_identityverificationstatus?: string | null | undefined;
267
+ _ww_simulation_value?: string | null | undefined;
268
+ ww_employmenttype?: string | null | undefined;
269
+ _ww_assignmentextensions_value?: string | null | undefined;
270
+ ww_reasons?: string | null | undefined;
271
+ ww_contracttype?: string | null | undefined;
272
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
273
+ ww_limitedcompanyname?: string | null | undefined;
274
+ ww_config?: boolean | null | undefined;
275
+ ww_identityverificationurl?: string | null | undefined;
276
+ }>;
277
+ SPayloadD365: z.ZodObject<{
278
+ readonly ww_companydocumentid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
279
+ readonly ww_companydocumentstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
280
+ readonly ww_requiresagencysignature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
281
+ readonly _ww_account_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
282
+ readonly ww_attachment: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
283
+ readonly ww_attachment_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
284
+ readonly ww_category: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
285
+ readonly ww_date6catssigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
286
+ readonly ww_dateagencysigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
287
+ readonly ww_datereceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
288
+ readonly ww_datereviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
289
+ readonly ww_documentrefnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
290
+ readonly ww_documenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
291
+ readonly ww_ipaddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
292
+ readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
293
+ readonly ww_signature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
294
+ readonly ww_signature_timestamp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
295
+ readonly ww_signature_url: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
296
+ readonly ww_signatureid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
297
+ readonly ww_validfrom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
298
+ readonly ww_validto: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
299
+ readonly ww_documentreceivedtime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
300
+ readonly ww_source: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
301
+ readonly _ww_changerequestdocuments_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
302
+ readonly ww_identityverificationstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
303
+ readonly _ww_simulation_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
304
+ readonly ww_employmenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
305
+ readonly _ww_assignmentextensions_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
306
+ readonly ww_reasons: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
307
+ readonly ww_contracttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
308
+ readonly ww_requiredbeforelegalapproval: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
309
+ readonly ww_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
310
+ readonly ww_limitedcompanyname: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
311
+ readonly ww_config: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
312
+ readonly ww_identityverificationurl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
313
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
314
+ ww_name?: string | null | undefined;
315
+ ww_value?: string | null | undefined;
316
+ ww_companydocumentid?: string | null | undefined;
317
+ ww_companydocumentstatus?: number | null | undefined;
318
+ ww_requiresagencysignature?: boolean | null | undefined;
319
+ _ww_account_value?: string | null | undefined;
320
+ ww_attachment?: string | null | undefined;
321
+ ww_attachment_name?: string | null | undefined;
322
+ ww_category?: number | null | undefined;
323
+ ww_date6catssigned?: string | null | undefined;
324
+ ww_dateagencysigned?: string | null | undefined;
325
+ ww_datereceived?: string | null | undefined;
326
+ ww_datereviewed?: string | null | undefined;
327
+ ww_documentrefnumber?: string | null | undefined;
328
+ ww_documenttype?: number | null | undefined;
329
+ ww_ipaddress?: string | null | undefined;
330
+ ww_signature?: string | null | undefined;
331
+ ww_signature_timestamp?: string | null | undefined;
332
+ ww_signature_url?: string | null | undefined;
333
+ ww_signatureid?: string | null | undefined;
334
+ ww_validfrom?: string | null | undefined;
335
+ ww_validto?: string | null | undefined;
336
+ ww_documentreceivedtime?: string | null | undefined;
337
+ ww_source?: string | null | undefined;
338
+ _ww_changerequestdocuments_value?: string | null | undefined;
339
+ ww_identityverificationstatus?: string | null | undefined;
340
+ _ww_simulation_value?: string | null | undefined;
341
+ ww_employmenttype?: string | null | undefined;
342
+ _ww_assignmentextensions_value?: string | null | undefined;
343
+ ww_reasons?: string | null | undefined;
344
+ ww_contracttype?: string | null | undefined;
345
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
346
+ ww_limitedcompanyname?: string | null | undefined;
347
+ ww_config?: boolean | null | undefined;
348
+ ww_identityverificationurl?: string | null | undefined;
349
+ }, {
350
+ ww_name?: string | null | undefined;
351
+ ww_value?: string | null | undefined;
352
+ ww_companydocumentid?: string | null | undefined;
353
+ ww_companydocumentstatus?: number | null | undefined;
354
+ ww_requiresagencysignature?: boolean | null | undefined;
355
+ _ww_account_value?: string | null | undefined;
356
+ ww_attachment?: string | null | undefined;
357
+ ww_attachment_name?: string | null | undefined;
358
+ ww_category?: number | null | undefined;
359
+ ww_date6catssigned?: string | null | undefined;
360
+ ww_dateagencysigned?: string | null | undefined;
361
+ ww_datereceived?: string | null | undefined;
362
+ ww_datereviewed?: string | null | undefined;
363
+ ww_documentrefnumber?: string | null | undefined;
364
+ ww_documenttype?: number | null | undefined;
365
+ ww_ipaddress?: string | null | undefined;
366
+ ww_signature?: string | null | undefined;
367
+ ww_signature_timestamp?: string | null | undefined;
368
+ ww_signature_url?: string | null | undefined;
369
+ ww_signatureid?: string | null | undefined;
370
+ ww_validfrom?: string | null | undefined;
371
+ ww_validto?: string | null | undefined;
372
+ ww_documentreceivedtime?: string | null | undefined;
373
+ ww_source?: string | null | undefined;
374
+ _ww_changerequestdocuments_value?: string | null | undefined;
375
+ ww_identityverificationstatus?: string | null | undefined;
376
+ _ww_simulation_value?: string | null | undefined;
377
+ ww_employmenttype?: string | null | undefined;
378
+ _ww_assignmentextensions_value?: string | null | undefined;
379
+ ww_reasons?: string | null | undefined;
380
+ ww_contracttype?: string | null | undefined;
381
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
382
+ ww_limitedcompanyname?: string | null | undefined;
383
+ ww_config?: boolean | null | undefined;
384
+ ww_identityverificationurl?: string | null | undefined;
385
+ }>;
386
+ SResponseAPI: z.ZodObject<{
387
+ readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
388
+ readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
389
+ readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
390
+ readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
391
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
392
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
393
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
394
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
395
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
396
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
398
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
399
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
400
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
401
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
402
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
403
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
404
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
405
+ readonly companyDocumentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
406
+ readonly companyDocumentStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
407
+ readonly requiresAgencySignature: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
408
+ readonly accountValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
409
+ readonly attachment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
410
+ readonly attachmentName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
411
+ readonly category: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
412
+ readonly date6catsSigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
413
+ readonly dateAgencySigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
414
+ readonly dateReceived: z.ZodOptional<z.ZodNullable<z.ZodString>>;
415
+ readonly dateReviewed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
416
+ readonly documentRefNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
417
+ readonly documentType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
418
+ readonly ipAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
419
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
420
+ readonly signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
421
+ readonly signatureTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
422
+ readonly signatureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
423
+ readonly signatureId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
424
+ readonly validFrom: z.ZodOptional<z.ZodNullable<z.ZodString>>;
425
+ readonly validTo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
426
+ readonly documentReceivedTime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
427
+ readonly source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
428
+ readonly changeRequestDocumentsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
429
+ readonly identityVerificationStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
430
+ readonly simulationValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
431
+ readonly employmentType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
432
+ readonly assignmentExtensionsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
433
+ readonly reasons: z.ZodOptional<z.ZodNullable<z.ZodString>>;
434
+ readonly contractType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
435
+ readonly requiredBeforeLegalApproval: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
436
+ readonly value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
437
+ readonly limitedCompanyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
438
+ readonly config: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
439
+ readonly identityVerificationUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
440
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
441
+ source?: string | null | undefined;
442
+ value?: string | null | undefined;
443
+ category?: number | null | undefined;
444
+ etag?: string | null | undefined;
445
+ versionNumber?: number | null | undefined;
446
+ createdByValue?: string | null | undefined;
447
+ createdOn?: string | null | undefined;
448
+ createdOnBehalfByValue?: string | null | undefined;
449
+ modifiedByValue?: string | null | undefined;
450
+ modifiedOn?: string | null | undefined;
451
+ modifiedOnBehalfByValue?: string | null | undefined;
452
+ stateCode?: number | null | undefined;
453
+ statusCode?: number | null | undefined;
454
+ importSequenceNumber?: number | null | undefined;
455
+ overriddenCreatedOn?: string | null | undefined;
456
+ timezoneRuleVersionNumber?: string | number | null | undefined;
457
+ utcConversionTimezoneCode?: string | number | null | undefined;
458
+ ownerIdValue?: string | null | undefined;
459
+ owningBusinessUnitValue?: string | null | undefined;
460
+ owningTeamValue?: string | null | undefined;
461
+ owningUserValue?: string | null | undefined;
462
+ name?: string | null | undefined;
463
+ accountValue?: string | null | undefined;
464
+ attachment?: string | null | undefined;
465
+ attachmentName?: string | null | undefined;
466
+ date6catsSigned?: string | null | undefined;
467
+ dateAgencySigned?: string | null | undefined;
468
+ dateReceived?: string | null | undefined;
469
+ dateReviewed?: string | null | undefined;
470
+ documentRefNumber?: string | null | undefined;
471
+ documentType?: number | null | undefined;
472
+ ipAddress?: string | null | undefined;
473
+ signature?: string | null | undefined;
474
+ signatureTimestamp?: string | null | undefined;
475
+ signatureUrl?: string | null | undefined;
476
+ signatureId?: string | null | undefined;
477
+ validFrom?: string | null | undefined;
478
+ validTo?: string | null | undefined;
479
+ documentReceivedTime?: string | null | undefined;
480
+ changeRequestDocumentsValue?: string | null | undefined;
481
+ identityVerificationStatus?: string | null | undefined;
482
+ simulationValue?: string | null | undefined;
483
+ employmentType?: string | null | undefined;
484
+ assignmentExtensionsValue?: string | null | undefined;
485
+ reasons?: string | null | undefined;
486
+ contractType?: string | null | undefined;
487
+ requiredBeforeLegalApproval?: boolean | null | undefined;
488
+ limitedCompanyName?: string | null | undefined;
489
+ config?: boolean | null | undefined;
490
+ identityVerificationUrl?: string | null | undefined;
491
+ companyDocumentId?: string | null | undefined;
492
+ companyDocumentStatus?: number | null | undefined;
493
+ requiresAgencySignature?: boolean | null | undefined;
494
+ }, {
495
+ source?: string | null | undefined;
496
+ value?: string | null | undefined;
497
+ category?: number | null | undefined;
498
+ etag?: string | null | undefined;
499
+ versionNumber?: number | null | undefined;
500
+ createdByValue?: string | null | undefined;
501
+ createdOn?: string | null | undefined;
502
+ createdOnBehalfByValue?: string | null | undefined;
503
+ modifiedByValue?: string | null | undefined;
504
+ modifiedOn?: string | null | undefined;
505
+ modifiedOnBehalfByValue?: string | null | undefined;
506
+ stateCode?: number | null | undefined;
507
+ statusCode?: number | null | undefined;
508
+ importSequenceNumber?: number | null | undefined;
509
+ overriddenCreatedOn?: string | null | undefined;
510
+ timezoneRuleVersionNumber?: string | number | null | undefined;
511
+ utcConversionTimezoneCode?: string | number | null | undefined;
512
+ ownerIdValue?: string | null | undefined;
513
+ owningBusinessUnitValue?: string | null | undefined;
514
+ owningTeamValue?: string | null | undefined;
515
+ owningUserValue?: string | null | undefined;
516
+ name?: string | null | undefined;
517
+ accountValue?: string | null | undefined;
518
+ attachment?: string | null | undefined;
519
+ attachmentName?: string | null | undefined;
520
+ date6catsSigned?: string | null | undefined;
521
+ dateAgencySigned?: string | null | undefined;
522
+ dateReceived?: string | null | undefined;
523
+ dateReviewed?: string | null | undefined;
524
+ documentRefNumber?: string | null | undefined;
525
+ documentType?: number | null | undefined;
526
+ ipAddress?: string | null | undefined;
527
+ signature?: string | null | undefined;
528
+ signatureTimestamp?: string | null | undefined;
529
+ signatureUrl?: string | null | undefined;
530
+ signatureId?: string | null | undefined;
531
+ validFrom?: string | null | undefined;
532
+ validTo?: string | null | undefined;
533
+ documentReceivedTime?: string | null | undefined;
534
+ changeRequestDocumentsValue?: string | null | undefined;
535
+ identityVerificationStatus?: string | null | undefined;
536
+ simulationValue?: string | null | undefined;
537
+ employmentType?: string | null | undefined;
538
+ assignmentExtensionsValue?: string | null | undefined;
539
+ reasons?: string | null | undefined;
540
+ contractType?: string | null | undefined;
541
+ requiredBeforeLegalApproval?: boolean | null | undefined;
542
+ limitedCompanyName?: string | null | undefined;
543
+ config?: boolean | null | undefined;
544
+ identityVerificationUrl?: string | null | undefined;
545
+ companyDocumentId?: string | null | undefined;
546
+ companyDocumentStatus?: number | null | undefined;
547
+ requiresAgencySignature?: boolean | null | undefined;
548
+ }>;
549
+ SPayloadAPI: z.ZodObject<{
550
+ readonly companyDocumentId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
551
+ readonly companyDocumentStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
552
+ readonly requiresAgencySignature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
553
+ readonly accountValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
554
+ readonly attachment: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
555
+ readonly attachmentName: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
556
+ readonly category: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
557
+ readonly date6catsSigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
558
+ readonly dateAgencySigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
559
+ readonly dateReceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
560
+ readonly dateReviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
561
+ readonly documentRefNumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
562
+ readonly documentType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
563
+ readonly ipAddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
564
+ readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
565
+ readonly signature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
566
+ readonly signatureTimestamp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
567
+ readonly signatureUrl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
568
+ readonly signatureId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
569
+ readonly validFrom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
570
+ readonly validTo: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
571
+ readonly documentReceivedTime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
572
+ readonly source: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
573
+ readonly changeRequestDocumentsValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
574
+ readonly identityVerificationStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
575
+ readonly simulationValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
576
+ readonly employmentType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
577
+ readonly assignmentExtensionsValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
578
+ readonly reasons: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
579
+ readonly contractType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
580
+ readonly requiredBeforeLegalApproval: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
581
+ readonly value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
582
+ readonly limitedCompanyName: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
583
+ readonly config: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
584
+ readonly identityVerificationUrl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
585
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
586
+ source?: string | null | undefined;
587
+ value?: string | null | undefined;
588
+ category?: number | null | undefined;
589
+ name?: string | null | undefined;
590
+ accountValue?: string | null | undefined;
591
+ attachment?: string | null | undefined;
592
+ attachmentName?: string | null | undefined;
593
+ date6catsSigned?: string | null | undefined;
594
+ dateAgencySigned?: string | null | undefined;
595
+ dateReceived?: string | null | undefined;
596
+ dateReviewed?: string | null | undefined;
597
+ documentRefNumber?: string | null | undefined;
598
+ documentType?: number | null | undefined;
599
+ ipAddress?: string | null | undefined;
600
+ signature?: string | null | undefined;
601
+ signatureTimestamp?: string | null | undefined;
602
+ signatureUrl?: string | null | undefined;
603
+ signatureId?: string | null | undefined;
604
+ validFrom?: string | null | undefined;
605
+ validTo?: string | null | undefined;
606
+ documentReceivedTime?: string | null | undefined;
607
+ changeRequestDocumentsValue?: string | null | undefined;
608
+ identityVerificationStatus?: string | null | undefined;
609
+ simulationValue?: string | null | undefined;
610
+ employmentType?: string | null | undefined;
611
+ assignmentExtensionsValue?: string | null | undefined;
612
+ reasons?: string | null | undefined;
613
+ contractType?: string | null | undefined;
614
+ requiredBeforeLegalApproval?: boolean | null | undefined;
615
+ limitedCompanyName?: string | null | undefined;
616
+ config?: boolean | null | undefined;
617
+ identityVerificationUrl?: string | null | undefined;
618
+ companyDocumentId?: string | null | undefined;
619
+ companyDocumentStatus?: number | null | undefined;
620
+ requiresAgencySignature?: boolean | null | undefined;
621
+ }, {
622
+ source?: string | null | undefined;
623
+ value?: string | null | undefined;
624
+ category?: number | null | undefined;
625
+ name?: string | null | undefined;
626
+ accountValue?: string | null | undefined;
627
+ attachment?: string | null | undefined;
628
+ attachmentName?: string | null | undefined;
629
+ date6catsSigned?: string | null | undefined;
630
+ dateAgencySigned?: string | null | undefined;
631
+ dateReceived?: string | null | undefined;
632
+ dateReviewed?: string | null | undefined;
633
+ documentRefNumber?: string | null | undefined;
634
+ documentType?: number | null | undefined;
635
+ ipAddress?: string | null | undefined;
636
+ signature?: string | null | undefined;
637
+ signatureTimestamp?: string | null | undefined;
638
+ signatureUrl?: string | null | undefined;
639
+ signatureId?: string | null | undefined;
640
+ validFrom?: string | null | undefined;
641
+ validTo?: string | null | undefined;
642
+ documentReceivedTime?: string | null | undefined;
643
+ changeRequestDocumentsValue?: string | null | undefined;
644
+ identityVerificationStatus?: string | null | undefined;
645
+ simulationValue?: string | null | undefined;
646
+ employmentType?: string | null | undefined;
647
+ assignmentExtensionsValue?: string | null | undefined;
648
+ reasons?: string | null | undefined;
649
+ contractType?: string | null | undefined;
650
+ requiredBeforeLegalApproval?: boolean | null | undefined;
651
+ limitedCompanyName?: string | null | undefined;
652
+ config?: boolean | null | undefined;
653
+ identityVerificationUrl?: string | null | undefined;
654
+ companyDocumentId?: string | null | undefined;
655
+ companyDocumentStatus?: number | null | undefined;
656
+ requiresAgencySignature?: boolean | null | undefined;
657
+ }>;
658
+ mapD365ToPretty: (data: unknown) => Record<string, unknown>;
659
+ mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
660
+ };
661
+ export type TCompanyDocumentD365 = z.infer<typeof CompanyDocumentEntity.SResponseD365>;
662
+ export type TCompanyDocumentAPI = z.infer<typeof CompanyDocumentEntity.SResponseAPI>;
663
+ export type TCompanyDocumentPayloadAPI = z.infer<typeof CompanyDocumentEntity.SPayloadAPI>;
664
+ //# sourceMappingURL=TCompanyDocumentAPI.d.ts.map