@workwell-global/toolkit 1.1.6 → 1.1.9

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 (416) 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 +781 -0
  65. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -0
  66. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +628 -0
  67. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -0
  68. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +1861 -0
  69. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -0
  70. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +9 -0
  71. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -0
  72. package/dist/models/schemas/api/assignment/index.d.ts +2111 -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/enquiry/DEnquiryAPI.d.ts +128 -0
  189. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts.map +1 -0
  190. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +115 -0
  191. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -0
  192. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +479 -0
  193. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -0
  194. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js +32 -0
  195. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -0
  196. package/dist/models/schemas/api/enquiry/index.d.ts +492 -0
  197. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -0
  198. package/dist/models/schemas/api/enquiry/index.js +13 -0
  199. package/dist/models/schemas/api/enquiry/index.js.map +1 -0
  200. package/dist/models/schemas/api/index.d.ts +16 -0
  201. package/dist/models/schemas/api/index.d.ts.map +1 -0
  202. package/dist/models/schemas/api/index.js +30 -0
  203. package/dist/models/schemas/api/index.js.map +1 -0
  204. package/dist/models/schemas/api/margin/DMarginAPI.d.ts +128 -0
  205. package/dist/models/schemas/api/margin/DMarginAPI.d.ts.map +1 -0
  206. package/dist/models/schemas/api/margin/DMarginAPI.js +107 -0
  207. package/dist/models/schemas/api/margin/DMarginAPI.js.map +1 -0
  208. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +403 -0
  209. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -0
  210. package/dist/models/schemas/api/margin/TMarginAPI.js +10 -0
  211. package/dist/models/schemas/api/margin/TMarginAPI.js.map +1 -0
  212. package/dist/models/schemas/api/margin/index.d.ts +452 -0
  213. package/dist/models/schemas/api/margin/index.d.ts.map +1 -0
  214. package/dist/models/schemas/api/margin/index.js +13 -0
  215. package/dist/models/schemas/api/margin/index.js.map +1 -0
  216. package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts +62 -0
  217. package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts.map +1 -0
  218. package/dist/models/schemas/api/nationality/DNationalityAPI.js +62 -0
  219. package/dist/models/schemas/api/nationality/DNationalityAPI.js.map +1 -0
  220. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +276 -0
  221. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -0
  222. package/dist/models/schemas/api/nationality/TNationalityAPI.js +10 -0
  223. package/dist/models/schemas/api/nationality/TNationalityAPI.js.map +1 -0
  224. package/dist/models/schemas/api/nationality/index.d.ts +301 -0
  225. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -0
  226. package/dist/models/schemas/api/nationality/index.js +12 -0
  227. package/dist/models/schemas/api/nationality/index.js.map +1 -0
  228. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +699 -0
  229. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -0
  230. package/dist/models/schemas/api/referral/DReferralAPI.js +603 -0
  231. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -0
  232. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1508 -0
  233. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -0
  234. package/dist/models/schemas/api/referral/TReferralAPI.js +9 -0
  235. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -0
  236. package/dist/models/schemas/api/referral/index.d.ts +1712 -0
  237. package/dist/models/schemas/api/referral/index.d.ts.map +1 -0
  238. package/dist/models/schemas/api/referral/index.js +12 -0
  239. package/dist/models/schemas/api/referral/index.js.map +1 -0
  240. package/dist/models/schemas/api/role/DRoleAPI.d.ts +19 -0
  241. package/dist/models/schemas/api/role/DRoleAPI.d.ts.map +1 -0
  242. package/dist/models/schemas/api/role/DRoleAPI.js +13 -0
  243. package/dist/models/schemas/api/role/DRoleAPI.js.map +1 -0
  244. package/dist/models/schemas/api/role/TRoleAPI.d.ts +207 -0
  245. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -0
  246. package/dist/models/schemas/api/role/TRoleAPI.js +10 -0
  247. package/dist/models/schemas/api/role/TRoleAPI.js.map +1 -0
  248. package/dist/models/schemas/api/role/index.d.ts +212 -0
  249. package/dist/models/schemas/api/role/index.d.ts.map +1 -0
  250. package/dist/models/schemas/api/role/index.js +13 -0
  251. package/dist/models/schemas/api/role/index.js.map +1 -0
  252. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +265 -0
  253. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -0
  254. package/dist/models/schemas/api/simulation/DSimulationAPI.js +234 -0
  255. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -0
  256. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +753 -0
  257. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -0
  258. package/dist/models/schemas/api/simulation/TSimulationAPI.js +9 -0
  259. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -0
  260. package/dist/models/schemas/api/simulation/index.d.ts +829 -0
  261. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -0
  262. package/dist/models/schemas/api/simulation/index.js +13 -0
  263. package/dist/models/schemas/api/simulation/index.js.map +1 -0
  264. package/dist/models/schemas/api/solution/DSolutionAPI.d.ts +213 -0
  265. package/dist/models/schemas/api/solution/DSolutionAPI.d.ts.map +1 -0
  266. package/dist/models/schemas/api/solution/DSolutionAPI.js +102 -0
  267. package/dist/models/schemas/api/solution/DSolutionAPI.js.map +1 -0
  268. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +821 -0
  269. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -0
  270. package/dist/models/schemas/api/solution/TSolutionAPI.js +10 -0
  271. package/dist/models/schemas/api/solution/TSolutionAPI.js.map +1 -0
  272. package/dist/models/schemas/api/solution/index.d.ts +842 -0
  273. package/dist/models/schemas/api/solution/index.d.ts.map +1 -0
  274. package/dist/models/schemas/api/solution/index.js +12 -0
  275. package/dist/models/schemas/api/solution/index.js.map +1 -0
  276. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +1161 -0
  277. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -0
  278. package/dist/models/schemas/bff/config/SGetConfigBFF.js +130 -0
  279. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -0
  280. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +44 -0
  281. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -0
  282. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js +8 -0
  283. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js.map +1 -0
  284. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +36 -0
  285. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -0
  286. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js +9 -0
  287. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js.map +1 -0
  288. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +36 -0
  289. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -0
  290. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js +9 -0
  291. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js.map +1 -0
  292. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +86 -0
  293. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -0
  294. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js +39 -0
  295. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js.map +1 -0
  296. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +67 -0
  297. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -0
  298. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js +18 -0
  299. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js.map +1 -0
  300. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +31 -0
  301. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -0
  302. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js +7 -0
  303. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js.map +1 -0
  304. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +29 -0
  305. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -0
  306. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +15 -0
  307. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -0
  308. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts +13 -0
  309. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts.map +1 -0
  310. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js +6 -0
  311. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js.map +1 -0
  312. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +90 -0
  313. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -0
  314. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js +36 -0
  315. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js.map +1 -0
  316. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +859 -0
  317. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -0
  318. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +47 -0
  319. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -0
  320. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +584 -0
  321. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -0
  322. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +48 -0
  323. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -0
  324. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +32 -0
  325. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -0
  326. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js +7 -0
  327. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js.map +1 -0
  328. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +33 -0
  329. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -0
  330. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js +8 -0
  331. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js.map +1 -0
  332. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +83 -0
  333. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -0
  334. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js +8 -0
  335. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js.map +1 -0
  336. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +74 -0
  337. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -0
  338. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js +28 -0
  339. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js.map +1 -0
  340. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +42 -0
  341. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -0
  342. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js +9 -0
  343. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js.map +1 -0
  344. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts +38 -0
  345. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts.map +1 -0
  346. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js +18 -0
  347. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js.map +1 -0
  348. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +59 -0
  349. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -0
  350. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js +18 -0
  351. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js.map +1 -0
  352. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +147 -0
  353. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -0
  354. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js +22 -0
  355. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js.map +1 -0
  356. package/dist/models/schemas/bff/index.d.ts +21 -0
  357. package/dist/models/schemas/bff/index.d.ts.map +1 -0
  358. package/dist/models/schemas/bff/index.js +26 -0
  359. package/dist/models/schemas/bff/index.js.map +1 -0
  360. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +184 -0
  361. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -0
  362. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +22 -0
  363. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -0
  364. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts +126 -0
  365. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts.map +1 -0
  366. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js +10 -0
  367. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js.map +1 -0
  368. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +110 -0
  369. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -0
  370. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +9 -0
  371. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -0
  372. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +64 -0
  373. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -0
  374. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +13 -0
  375. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -0
  376. package/dist/models/types/Application.d.ts.map +1 -1
  377. package/dist/models/types/Stages.d.ts +1 -1
  378. package/dist/models/types/Stages.d.ts.map +1 -1
  379. package/dist/utils/date-and-time/calculate.test.d.ts +2 -0
  380. package/dist/utils/date-and-time/calculate.test.d.ts.map +1 -0
  381. package/dist/utils/date-and-time/calculate.test.js +69 -0
  382. package/dist/utils/date-and-time/calculate.test.js.map +1 -0
  383. package/dist/utils/date-and-time/format.test.d.ts +2 -0
  384. package/dist/utils/date-and-time/format.test.d.ts.map +1 -0
  385. package/dist/utils/date-and-time/format.test.js +30 -0
  386. package/dist/utils/date-and-time/format.test.js.map +1 -0
  387. package/dist/utils/encoding/stringBySecret.test.d.ts +2 -0
  388. package/dist/utils/encoding/stringBySecret.test.d.ts.map +1 -0
  389. package/dist/utils/encoding/stringBySecret.test.js +61 -0
  390. package/dist/utils/encoding/stringBySecret.test.js.map +1 -0
  391. package/dist/utils/index.d.ts +1 -0
  392. package/dist/utils/index.d.ts.map +1 -1
  393. package/dist/utils/index.js +1 -0
  394. package/dist/utils/index.js.map +1 -1
  395. package/dist/utils/rbac/RBACChecker.d.ts +6 -0
  396. package/dist/utils/rbac/RBACChecker.d.ts.map +1 -0
  397. package/dist/utils/rbac/RBACChecker.js +13 -0
  398. package/dist/utils/rbac/RBACChecker.js.map +1 -0
  399. package/dist/utils/rbac/index.d.ts +2 -0
  400. package/dist/utils/rbac/index.d.ts.map +1 -0
  401. package/dist/utils/rbac/index.js +3 -0
  402. package/dist/utils/rbac/index.js.map +1 -0
  403. package/dist/utils/strings/index.d.ts.map +1 -1
  404. package/dist/utils/strings/index.js.map +1 -1
  405. package/dist/utils/strings/manipulate.d.ts.map +1 -1
  406. package/dist/utils/strings/manipulate.js +45 -20
  407. package/dist/utils/strings/manipulate.js.map +1 -1
  408. package/dist/utils/strings/manipulate.test.d.ts +2 -0
  409. package/dist/utils/strings/manipulate.test.d.ts.map +1 -0
  410. package/dist/utils/strings/manipulate.test.js +46 -0
  411. package/dist/utils/strings/manipulate.test.js.map +1 -0
  412. package/dist/utils/strings/sanitize.test.d.ts +2 -0
  413. package/dist/utils/strings/sanitize.test.d.ts.map +1 -0
  414. package/dist/utils/strings/sanitize.test.js +20 -0
  415. package/dist/utils/strings/sanitize.test.js.map +1 -0
  416. package/package.json +25 -3
@@ -0,0 +1,902 @@
1
+ import { z } from 'zod';
2
+ export declare const ContractorDocumentEntity: {
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
+ contractor: string;
25
+ contractorValue: string;
26
+ value: string;
27
+ type: 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
+ directorApproved: string;
59
+ directorApprovedValue: string;
60
+ scatsContractingContractorValue: string;
61
+ contractorDocumentId: string;
62
+ customerIpAddress: string;
63
+ directorApprovalRequired: string;
64
+ directorApprovedDate: string;
65
+ documentId: string;
66
+ documentReceivedDate: string;
67
+ documentStatus: string;
68
+ documentDisplay: string;
69
+ file: string;
70
+ fileName: string;
71
+ requiresContractorSignature: string;
72
+ signedOn: string;
73
+ uploadedFromWeb: string;
74
+ workerApproved: string;
75
+ };
76
+ fieldsD365: {
77
+ readonly _ww_contractor_value: "contractorValue";
78
+ readonly _ww_directorapproved_value: "directorApprovedValue";
79
+ readonly _ww_scats_contractingContractor_value: "scatsContractingContractorValue";
80
+ readonly ww_contractordocumentid: "contractorDocumentId";
81
+ readonly ww_customeripaddress: "customerIpAddress";
82
+ readonly ww_directorapprovalrequired: "directorApprovalRequired";
83
+ readonly ww_directorapproveddate: "directorApprovedDate";
84
+ readonly ww_documentid: "documentId";
85
+ readonly ww_documentreceiveddate: "documentReceivedDate";
86
+ readonly ww_documentstatus: "documentStatus";
87
+ readonly ww_documentdisplay: "documentDisplay";
88
+ readonly ww_file: "file";
89
+ readonly ww_file_name: "fileName";
90
+ readonly ww_requirescontractorsignature: "requiresContractorSignature";
91
+ readonly ww_signedon: "signedOn";
92
+ readonly ww_type: "type";
93
+ readonly ww_uploadedfromweb: "uploadedFromWeb";
94
+ readonly ww_workerapproved: "workerApproved";
95
+ readonly ww_Contractor: "contractor";
96
+ readonly ww_DirectorApproved: "directorApproved";
97
+ readonly _ww_account_value: "accountValue";
98
+ readonly ww_attachment: "attachment";
99
+ readonly ww_attachment_name: "attachmentName";
100
+ readonly ww_category: "category";
101
+ readonly ww_date6catssigned: "date6catsSigned";
102
+ readonly ww_dateagencysigned: "dateAgencySigned";
103
+ readonly ww_datereceived: "dateReceived";
104
+ readonly ww_datereviewed: "dateReviewed";
105
+ readonly ww_documentrefnumber: "documentRefNumber";
106
+ readonly ww_documenttype: "documentType";
107
+ readonly ww_ipaddress: "ipAddress";
108
+ readonly ww_name: "name";
109
+ readonly ww_signature: "signature";
110
+ readonly ww_signature_timestamp: "signatureTimestamp";
111
+ readonly ww_signature_url: "signatureUrl";
112
+ readonly ww_signatureid: "signatureId";
113
+ readonly ww_validfrom: "validFrom";
114
+ readonly ww_validto: "validTo";
115
+ readonly ww_documentreceivedtime: "documentReceivedTime";
116
+ readonly ww_source: "source";
117
+ readonly _ww_changerequestdocuments_value: "changeRequestDocumentsValue";
118
+ readonly ww_identityverificationstatus: "identityVerificationStatus";
119
+ readonly _ww_simulation_value: "simulationValue";
120
+ readonly ww_employmenttype: "employmentType";
121
+ readonly _ww_assignmentextensions_value: "assignmentExtensionsValue";
122
+ readonly ww_reasons: "reasons";
123
+ readonly ww_contracttype: "contractType";
124
+ readonly ww_requiredbeforelegalapproval: "requiredBeforeLegalApproval";
125
+ readonly ww_value: "value";
126
+ readonly ww_limitedcompanyname: "limitedCompanyName";
127
+ readonly ww_config: "config";
128
+ readonly ww_identityverificationurl: "identityVerificationUrl";
129
+ readonly _ownerid_value: "ownerIdValue";
130
+ readonly _owningbusinessunit_value: "owningBusinessUnitValue";
131
+ readonly _owningteam_value: "owningTeamValue";
132
+ readonly _owninguser_value: "owningUserValue";
133
+ readonly '@odata.etag': "etag";
134
+ readonly versionnumber: "versionNumber";
135
+ readonly _createdby_value: "createdByValue";
136
+ readonly createdon: "createdOn";
137
+ readonly _createdonbehalfby_value: "createdOnBehalfByValue";
138
+ readonly _modifiedby_value: "modifiedByValue";
139
+ readonly modifiedon: "modifiedOn";
140
+ readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
141
+ readonly statecode: "stateCode";
142
+ readonly statuscode: "statusCode";
143
+ readonly importsequencenumber: "importSequenceNumber";
144
+ readonly overriddencreatedon: "overriddenCreatedOn";
145
+ readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
146
+ readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
147
+ };
148
+ SResponseD365: z.ZodObject<{
149
+ readonly _ownerid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
150
+ readonly _owningbusinessunit_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
151
+ readonly _owningteam_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
152
+ readonly _owninguser_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
153
+ readonly '@odata.etag': z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>>;
154
+ readonly versionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
155
+ readonly _createdby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
156
+ readonly createdon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
157
+ readonly _createdonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
158
+ readonly _modifiedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
159
+ readonly modifiedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
160
+ readonly _modifiedonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
161
+ readonly statecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
162
+ readonly statuscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
163
+ readonly importsequencenumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
164
+ readonly overriddencreatedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
165
+ readonly timezoneruleversionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
166
+ readonly utcconversiontimezonecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
167
+ readonly _ww_contractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
168
+ readonly _ww_directorapproved_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
169
+ readonly _ww_scats_contractingContractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
170
+ readonly ww_contractordocumentid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
171
+ readonly ww_customeripaddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
172
+ readonly ww_directorapprovalrequired: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
173
+ readonly ww_directorapproveddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
174
+ readonly ww_documentid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
175
+ readonly ww_documentreceiveddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
176
+ readonly ww_documentstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
177
+ readonly ww_documentdisplay: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
178
+ readonly ww_file: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
179
+ readonly ww_file_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
180
+ readonly ww_requirescontractorsignature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
181
+ readonly ww_signedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
182
+ readonly ww_type: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
183
+ readonly ww_uploadedfromweb: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
184
+ readonly ww_workerapproved: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
185
+ readonly ww_Contractor: z.ZodOptional<z.ZodTypeAny>;
186
+ readonly ww_DirectorApproved: z.ZodOptional<z.ZodTypeAny>;
187
+ readonly _ww_account_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
188
+ readonly ww_attachment: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
189
+ readonly ww_attachment_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
190
+ readonly ww_category: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
191
+ readonly ww_date6catssigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
192
+ readonly ww_dateagencysigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
193
+ readonly ww_datereceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
194
+ readonly ww_datereviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
195
+ readonly ww_documentrefnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
196
+ readonly ww_documenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
197
+ readonly ww_ipaddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
198
+ readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
199
+ readonly ww_signature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
200
+ readonly ww_signature_timestamp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
201
+ readonly ww_signature_url: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
202
+ readonly ww_signatureid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
203
+ readonly ww_validfrom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
204
+ readonly ww_validto: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
205
+ readonly ww_documentreceivedtime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
206
+ readonly ww_source: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
207
+ readonly _ww_changerequestdocuments_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
208
+ readonly ww_identityverificationstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
209
+ readonly _ww_simulation_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
210
+ readonly ww_employmenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
211
+ readonly _ww_assignmentextensions_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
212
+ readonly ww_reasons: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
213
+ readonly ww_contracttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
214
+ readonly ww_requiredbeforelegalapproval: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
215
+ readonly ww_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
216
+ readonly ww_limitedcompanyname: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
217
+ readonly ww_config: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
218
+ readonly ww_identityverificationurl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
219
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
220
+ '@odata.etag'?: string | null | undefined;
221
+ _createdby_value?: string | null | undefined;
222
+ _createdonbehalfby_value?: string | null | undefined;
223
+ _modifiedby_value?: string | null | undefined;
224
+ _modifiedonbehalfby_value?: string | null | undefined;
225
+ _ownerid_value?: string | null | undefined;
226
+ _owningbusinessunit_value?: string | null | undefined;
227
+ _owningteam_value?: string | null | undefined;
228
+ _owninguser_value?: string | null | undefined;
229
+ createdon?: string | null | undefined;
230
+ importsequencenumber?: number | null | undefined;
231
+ modifiedon?: string | null | undefined;
232
+ overriddencreatedon?: string | null | undefined;
233
+ statecode?: number | null | undefined;
234
+ statuscode?: number | null | undefined;
235
+ timezoneruleversionnumber?: string | number | null | undefined;
236
+ utcconversiontimezonecode?: string | number | null | undefined;
237
+ versionnumber?: number | null | undefined;
238
+ ww_name?: string | null | undefined;
239
+ ww_Contractor?: any;
240
+ _ww_contractor_value?: string | null | undefined;
241
+ ww_value?: string | null | undefined;
242
+ ww_type?: number | null | undefined;
243
+ _ww_account_value?: string | null | undefined;
244
+ ww_attachment?: string | null | undefined;
245
+ ww_attachment_name?: string | null | undefined;
246
+ ww_category?: number | null | undefined;
247
+ ww_date6catssigned?: string | null | undefined;
248
+ ww_dateagencysigned?: string | null | undefined;
249
+ ww_datereceived?: string | null | undefined;
250
+ ww_datereviewed?: string | null | undefined;
251
+ ww_documentrefnumber?: string | null | undefined;
252
+ ww_documenttype?: number | null | undefined;
253
+ ww_ipaddress?: string | null | undefined;
254
+ ww_signature?: string | null | undefined;
255
+ ww_signature_timestamp?: string | null | undefined;
256
+ ww_signature_url?: string | null | undefined;
257
+ ww_signatureid?: string | null | undefined;
258
+ ww_validfrom?: string | null | undefined;
259
+ ww_validto?: string | null | undefined;
260
+ ww_documentreceivedtime?: string | null | undefined;
261
+ ww_source?: string | null | undefined;
262
+ _ww_changerequestdocuments_value?: string | null | undefined;
263
+ ww_identityverificationstatus?: string | null | undefined;
264
+ _ww_simulation_value?: string | null | undefined;
265
+ ww_employmenttype?: string | null | undefined;
266
+ _ww_assignmentextensions_value?: string | null | undefined;
267
+ ww_reasons?: string | null | undefined;
268
+ ww_contracttype?: string | null | undefined;
269
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
270
+ ww_limitedcompanyname?: string | null | undefined;
271
+ ww_config?: boolean | null | undefined;
272
+ ww_identityverificationurl?: string | null | undefined;
273
+ ww_DirectorApproved?: any;
274
+ _ww_directorapproved_value?: string | null | undefined;
275
+ _ww_scats_contractingContractor_value?: string | null | undefined;
276
+ ww_contractordocumentid?: string | null | undefined;
277
+ ww_customeripaddress?: string | null | undefined;
278
+ ww_directorapprovalrequired?: boolean | null | undefined;
279
+ ww_directorapproveddate?: string | null | undefined;
280
+ ww_documentid?: string | null | undefined;
281
+ ww_documentreceiveddate?: string | null | undefined;
282
+ ww_documentstatus?: number | null | undefined;
283
+ ww_documentdisplay?: number | null | undefined;
284
+ ww_file?: string | null | undefined;
285
+ ww_file_name?: string | null | undefined;
286
+ ww_requirescontractorsignature?: boolean | null | undefined;
287
+ ww_signedon?: string | null | undefined;
288
+ ww_uploadedfromweb?: boolean | null | undefined;
289
+ ww_workerapproved?: string | null | undefined;
290
+ }, {
291
+ '@odata.etag'?: string | null | undefined;
292
+ _createdby_value?: string | null | undefined;
293
+ _createdonbehalfby_value?: string | null | undefined;
294
+ _modifiedby_value?: string | null | undefined;
295
+ _modifiedonbehalfby_value?: string | null | undefined;
296
+ _ownerid_value?: string | null | undefined;
297
+ _owningbusinessunit_value?: string | null | undefined;
298
+ _owningteam_value?: string | null | undefined;
299
+ _owninguser_value?: string | null | undefined;
300
+ createdon?: string | null | undefined;
301
+ importsequencenumber?: number | null | undefined;
302
+ modifiedon?: string | null | undefined;
303
+ overriddencreatedon?: string | null | undefined;
304
+ statecode?: number | null | undefined;
305
+ statuscode?: number | null | undefined;
306
+ timezoneruleversionnumber?: string | number | null | undefined;
307
+ utcconversiontimezonecode?: string | number | null | undefined;
308
+ versionnumber?: number | null | undefined;
309
+ ww_name?: string | null | undefined;
310
+ ww_Contractor?: any;
311
+ _ww_contractor_value?: string | null | undefined;
312
+ ww_value?: string | null | undefined;
313
+ ww_type?: number | null | undefined;
314
+ _ww_account_value?: string | null | undefined;
315
+ ww_attachment?: string | null | undefined;
316
+ ww_attachment_name?: string | null | undefined;
317
+ ww_category?: number | null | undefined;
318
+ ww_date6catssigned?: string | null | undefined;
319
+ ww_dateagencysigned?: string | null | undefined;
320
+ ww_datereceived?: string | null | undefined;
321
+ ww_datereviewed?: string | null | undefined;
322
+ ww_documentrefnumber?: string | null | undefined;
323
+ ww_documenttype?: number | null | undefined;
324
+ ww_ipaddress?: string | null | undefined;
325
+ ww_signature?: string | null | undefined;
326
+ ww_signature_timestamp?: string | null | undefined;
327
+ ww_signature_url?: string | null | undefined;
328
+ ww_signatureid?: string | null | undefined;
329
+ ww_validfrom?: string | null | undefined;
330
+ ww_validto?: string | null | undefined;
331
+ ww_documentreceivedtime?: string | null | undefined;
332
+ ww_source?: string | null | undefined;
333
+ _ww_changerequestdocuments_value?: string | null | undefined;
334
+ ww_identityverificationstatus?: string | null | undefined;
335
+ _ww_simulation_value?: string | null | undefined;
336
+ ww_employmenttype?: string | null | undefined;
337
+ _ww_assignmentextensions_value?: string | null | undefined;
338
+ ww_reasons?: string | null | undefined;
339
+ ww_contracttype?: string | null | undefined;
340
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
341
+ ww_limitedcompanyname?: string | null | undefined;
342
+ ww_config?: boolean | null | undefined;
343
+ ww_identityverificationurl?: string | null | undefined;
344
+ ww_DirectorApproved?: any;
345
+ _ww_directorapproved_value?: string | null | undefined;
346
+ _ww_scats_contractingContractor_value?: string | null | undefined;
347
+ ww_contractordocumentid?: string | null | undefined;
348
+ ww_customeripaddress?: string | null | undefined;
349
+ ww_directorapprovalrequired?: boolean | null | undefined;
350
+ ww_directorapproveddate?: string | null | undefined;
351
+ ww_documentid?: string | null | undefined;
352
+ ww_documentreceiveddate?: string | null | undefined;
353
+ ww_documentstatus?: number | null | undefined;
354
+ ww_documentdisplay?: number | null | undefined;
355
+ ww_file?: string | null | undefined;
356
+ ww_file_name?: string | null | undefined;
357
+ ww_requirescontractorsignature?: boolean | null | undefined;
358
+ ww_signedon?: string | null | undefined;
359
+ ww_uploadedfromweb?: boolean | null | undefined;
360
+ ww_workerapproved?: string | null | undefined;
361
+ }>;
362
+ SPayloadD365: z.ZodObject<{
363
+ readonly _ww_contractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
364
+ readonly _ww_directorapproved_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
365
+ readonly _ww_scats_contractingContractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
366
+ readonly ww_contractordocumentid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
367
+ readonly ww_customeripaddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
368
+ readonly ww_directorapprovalrequired: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
369
+ readonly ww_directorapproveddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
370
+ readonly ww_documentid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
371
+ readonly ww_documentreceiveddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
372
+ readonly ww_documentstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
373
+ readonly ww_documentdisplay: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
374
+ readonly ww_file: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
375
+ readonly ww_file_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
376
+ readonly ww_requirescontractorsignature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
377
+ readonly ww_signedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
378
+ readonly ww_type: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
379
+ readonly ww_uploadedfromweb: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
380
+ readonly ww_workerapproved: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
381
+ readonly ww_Contractor: z.ZodOptional<z.ZodTypeAny>;
382
+ readonly ww_DirectorApproved: z.ZodOptional<z.ZodTypeAny>;
383
+ readonly _ww_account_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
384
+ readonly ww_attachment: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
385
+ readonly ww_attachment_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
386
+ readonly ww_category: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
387
+ readonly ww_date6catssigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
388
+ readonly ww_dateagencysigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
389
+ readonly ww_datereceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
390
+ readonly ww_datereviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
391
+ readonly ww_documentrefnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
392
+ readonly ww_documenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
393
+ readonly ww_ipaddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
394
+ readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
395
+ readonly ww_signature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
396
+ readonly ww_signature_timestamp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
397
+ readonly ww_signature_url: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
398
+ readonly ww_signatureid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
399
+ readonly ww_validfrom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
400
+ readonly ww_validto: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
401
+ readonly ww_documentreceivedtime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
402
+ readonly ww_source: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
403
+ readonly _ww_changerequestdocuments_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
404
+ readonly ww_identityverificationstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
405
+ readonly _ww_simulation_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
406
+ readonly ww_employmenttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
407
+ readonly _ww_assignmentextensions_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
408
+ readonly ww_reasons: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
409
+ readonly ww_contracttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
410
+ readonly ww_requiredbeforelegalapproval: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
411
+ readonly ww_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
412
+ readonly ww_limitedcompanyname: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
413
+ readonly ww_config: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
414
+ readonly ww_identityverificationurl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
415
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
416
+ ww_name?: string | null | undefined;
417
+ ww_Contractor?: any;
418
+ _ww_contractor_value?: string | null | undefined;
419
+ ww_value?: string | null | undefined;
420
+ ww_type?: number | null | undefined;
421
+ _ww_account_value?: string | null | undefined;
422
+ ww_attachment?: string | null | undefined;
423
+ ww_attachment_name?: string | null | undefined;
424
+ ww_category?: number | null | undefined;
425
+ ww_date6catssigned?: string | null | undefined;
426
+ ww_dateagencysigned?: string | null | undefined;
427
+ ww_datereceived?: string | null | undefined;
428
+ ww_datereviewed?: string | null | undefined;
429
+ ww_documentrefnumber?: string | null | undefined;
430
+ ww_documenttype?: number | null | undefined;
431
+ ww_ipaddress?: string | null | undefined;
432
+ ww_signature?: string | null | undefined;
433
+ ww_signature_timestamp?: string | null | undefined;
434
+ ww_signature_url?: string | null | undefined;
435
+ ww_signatureid?: string | null | undefined;
436
+ ww_validfrom?: string | null | undefined;
437
+ ww_validto?: string | null | undefined;
438
+ ww_documentreceivedtime?: string | null | undefined;
439
+ ww_source?: string | null | undefined;
440
+ _ww_changerequestdocuments_value?: string | null | undefined;
441
+ ww_identityverificationstatus?: string | null | undefined;
442
+ _ww_simulation_value?: string | null | undefined;
443
+ ww_employmenttype?: string | null | undefined;
444
+ _ww_assignmentextensions_value?: string | null | undefined;
445
+ ww_reasons?: string | null | undefined;
446
+ ww_contracttype?: string | null | undefined;
447
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
448
+ ww_limitedcompanyname?: string | null | undefined;
449
+ ww_config?: boolean | null | undefined;
450
+ ww_identityverificationurl?: string | null | undefined;
451
+ ww_DirectorApproved?: any;
452
+ _ww_directorapproved_value?: string | null | undefined;
453
+ _ww_scats_contractingContractor_value?: string | null | undefined;
454
+ ww_contractordocumentid?: string | null | undefined;
455
+ ww_customeripaddress?: string | null | undefined;
456
+ ww_directorapprovalrequired?: boolean | null | undefined;
457
+ ww_directorapproveddate?: string | null | undefined;
458
+ ww_documentid?: string | null | undefined;
459
+ ww_documentreceiveddate?: string | null | undefined;
460
+ ww_documentstatus?: number | null | undefined;
461
+ ww_documentdisplay?: number | null | undefined;
462
+ ww_file?: string | null | undefined;
463
+ ww_file_name?: string | null | undefined;
464
+ ww_requirescontractorsignature?: boolean | null | undefined;
465
+ ww_signedon?: string | null | undefined;
466
+ ww_uploadedfromweb?: boolean | null | undefined;
467
+ ww_workerapproved?: string | null | undefined;
468
+ }, {
469
+ ww_name?: string | null | undefined;
470
+ ww_Contractor?: any;
471
+ _ww_contractor_value?: string | null | undefined;
472
+ ww_value?: string | null | undefined;
473
+ ww_type?: number | null | undefined;
474
+ _ww_account_value?: string | null | undefined;
475
+ ww_attachment?: string | null | undefined;
476
+ ww_attachment_name?: string | null | undefined;
477
+ ww_category?: number | null | undefined;
478
+ ww_date6catssigned?: string | null | undefined;
479
+ ww_dateagencysigned?: string | null | undefined;
480
+ ww_datereceived?: string | null | undefined;
481
+ ww_datereviewed?: string | null | undefined;
482
+ ww_documentrefnumber?: string | null | undefined;
483
+ ww_documenttype?: number | null | undefined;
484
+ ww_ipaddress?: string | null | undefined;
485
+ ww_signature?: string | null | undefined;
486
+ ww_signature_timestamp?: string | null | undefined;
487
+ ww_signature_url?: string | null | undefined;
488
+ ww_signatureid?: string | null | undefined;
489
+ ww_validfrom?: string | null | undefined;
490
+ ww_validto?: string | null | undefined;
491
+ ww_documentreceivedtime?: string | null | undefined;
492
+ ww_source?: string | null | undefined;
493
+ _ww_changerequestdocuments_value?: string | null | undefined;
494
+ ww_identityverificationstatus?: string | null | undefined;
495
+ _ww_simulation_value?: string | null | undefined;
496
+ ww_employmenttype?: string | null | undefined;
497
+ _ww_assignmentextensions_value?: string | null | undefined;
498
+ ww_reasons?: string | null | undefined;
499
+ ww_contracttype?: string | null | undefined;
500
+ ww_requiredbeforelegalapproval?: boolean | null | undefined;
501
+ ww_limitedcompanyname?: string | null | undefined;
502
+ ww_config?: boolean | null | undefined;
503
+ ww_identityverificationurl?: string | null | undefined;
504
+ ww_DirectorApproved?: any;
505
+ _ww_directorapproved_value?: string | null | undefined;
506
+ _ww_scats_contractingContractor_value?: string | null | undefined;
507
+ ww_contractordocumentid?: string | null | undefined;
508
+ ww_customeripaddress?: string | null | undefined;
509
+ ww_directorapprovalrequired?: boolean | null | undefined;
510
+ ww_directorapproveddate?: string | null | undefined;
511
+ ww_documentid?: string | null | undefined;
512
+ ww_documentreceiveddate?: string | null | undefined;
513
+ ww_documentstatus?: number | null | undefined;
514
+ ww_documentdisplay?: number | null | undefined;
515
+ ww_file?: string | null | undefined;
516
+ ww_file_name?: string | null | undefined;
517
+ ww_requirescontractorsignature?: boolean | null | undefined;
518
+ ww_signedon?: string | null | undefined;
519
+ ww_uploadedfromweb?: boolean | null | undefined;
520
+ ww_workerapproved?: string | null | undefined;
521
+ }>;
522
+ SResponseAPI: z.ZodObject<{
523
+ readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
524
+ readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
525
+ readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
526
+ readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
527
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
528
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
529
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
530
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
531
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
532
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
533
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
534
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
535
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
536
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
537
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
538
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
539
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
540
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
541
+ readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
542
+ readonly directorApprovedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
543
+ readonly scatsContractingContractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
544
+ readonly contractorDocumentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
545
+ readonly customerIpAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
546
+ readonly directorApprovalRequired: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
547
+ readonly directorApprovedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
548
+ readonly documentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
549
+ readonly documentReceivedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
550
+ readonly documentStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
551
+ readonly documentDisplay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
552
+ readonly file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
553
+ readonly fileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
554
+ readonly requiresContractorSignature: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
555
+ readonly signedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
556
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
557
+ readonly uploadedFromWeb: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
558
+ readonly workerApproved: z.ZodOptional<z.ZodNullable<z.ZodString>>;
559
+ readonly contractor: z.ZodTypeAny;
560
+ readonly directorApproved: z.ZodTypeAny;
561
+ readonly accountValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
562
+ readonly attachment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
563
+ readonly attachmentName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
564
+ readonly category: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
565
+ readonly date6catsSigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
566
+ readonly dateAgencySigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
567
+ readonly dateReceived: z.ZodOptional<z.ZodNullable<z.ZodString>>;
568
+ readonly dateReviewed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
569
+ readonly documentRefNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
570
+ readonly documentType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
571
+ readonly ipAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
572
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
573
+ readonly signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
574
+ readonly signatureTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
575
+ readonly signatureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
576
+ readonly signatureId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
577
+ readonly validFrom: z.ZodOptional<z.ZodNullable<z.ZodString>>;
578
+ readonly validTo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
579
+ readonly documentReceivedTime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
580
+ readonly source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
581
+ readonly changeRequestDocumentsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
582
+ readonly identityVerificationStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
583
+ readonly simulationValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
584
+ readonly employmentType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
585
+ readonly assignmentExtensionsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
586
+ readonly reasons: z.ZodOptional<z.ZodNullable<z.ZodString>>;
587
+ readonly contractType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
588
+ readonly requiredBeforeLegalApproval: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
589
+ readonly value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
590
+ readonly limitedCompanyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
591
+ readonly config: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
592
+ readonly identityVerificationUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
593
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
594
+ source?: string | null | undefined;
595
+ value?: string | null | undefined;
596
+ type?: number | null | undefined;
597
+ category?: number | null | undefined;
598
+ etag?: string | null | undefined;
599
+ versionNumber?: number | null | undefined;
600
+ createdByValue?: string | null | undefined;
601
+ createdOn?: string | null | undefined;
602
+ createdOnBehalfByValue?: string | null | undefined;
603
+ modifiedByValue?: string | null | undefined;
604
+ modifiedOn?: string | null | undefined;
605
+ modifiedOnBehalfByValue?: string | null | undefined;
606
+ stateCode?: number | null | undefined;
607
+ statusCode?: number | null | undefined;
608
+ importSequenceNumber?: number | null | undefined;
609
+ overriddenCreatedOn?: string | null | undefined;
610
+ timezoneRuleVersionNumber?: string | number | null | undefined;
611
+ utcConversionTimezoneCode?: string | number | null | undefined;
612
+ ownerIdValue?: string | null | undefined;
613
+ owningBusinessUnitValue?: string | null | undefined;
614
+ owningTeamValue?: string | null | undefined;
615
+ owningUserValue?: string | null | undefined;
616
+ name?: string | null | undefined;
617
+ contractorValue?: string | null | undefined;
618
+ contractor?: any;
619
+ accountValue?: string | null | undefined;
620
+ attachment?: string | null | undefined;
621
+ attachmentName?: string | null | undefined;
622
+ date6catsSigned?: string | null | undefined;
623
+ dateAgencySigned?: string | null | undefined;
624
+ dateReceived?: string | null | undefined;
625
+ dateReviewed?: string | null | undefined;
626
+ documentRefNumber?: string | null | undefined;
627
+ documentType?: number | null | undefined;
628
+ ipAddress?: string | null | undefined;
629
+ signature?: string | null | undefined;
630
+ signatureTimestamp?: string | null | undefined;
631
+ signatureUrl?: string | null | undefined;
632
+ signatureId?: string | null | undefined;
633
+ validFrom?: string | null | undefined;
634
+ validTo?: string | null | undefined;
635
+ documentReceivedTime?: string | null | undefined;
636
+ changeRequestDocumentsValue?: string | null | undefined;
637
+ identityVerificationStatus?: string | null | undefined;
638
+ simulationValue?: string | null | undefined;
639
+ employmentType?: string | null | undefined;
640
+ assignmentExtensionsValue?: string | null | undefined;
641
+ reasons?: string | null | undefined;
642
+ contractType?: string | null | undefined;
643
+ requiredBeforeLegalApproval?: boolean | null | undefined;
644
+ limitedCompanyName?: string | null | undefined;
645
+ config?: boolean | null | undefined;
646
+ identityVerificationUrl?: string | null | undefined;
647
+ directorApprovedValue?: string | null | undefined;
648
+ scatsContractingContractorValue?: string | null | undefined;
649
+ contractorDocumentId?: string | null | undefined;
650
+ customerIpAddress?: string | null | undefined;
651
+ directorApprovalRequired?: boolean | null | undefined;
652
+ directorApprovedDate?: string | null | undefined;
653
+ documentId?: string | null | undefined;
654
+ documentReceivedDate?: string | null | undefined;
655
+ documentStatus?: number | null | undefined;
656
+ documentDisplay?: number | null | undefined;
657
+ file?: string | null | undefined;
658
+ fileName?: string | null | undefined;
659
+ requiresContractorSignature?: boolean | null | undefined;
660
+ signedOn?: string | null | undefined;
661
+ uploadedFromWeb?: boolean | null | undefined;
662
+ workerApproved?: string | null | undefined;
663
+ directorApproved?: any;
664
+ }, {
665
+ source?: string | null | undefined;
666
+ value?: string | null | undefined;
667
+ type?: number | null | undefined;
668
+ category?: number | null | undefined;
669
+ etag?: string | null | undefined;
670
+ versionNumber?: number | null | undefined;
671
+ createdByValue?: string | null | undefined;
672
+ createdOn?: string | null | undefined;
673
+ createdOnBehalfByValue?: string | null | undefined;
674
+ modifiedByValue?: string | null | undefined;
675
+ modifiedOn?: string | null | undefined;
676
+ modifiedOnBehalfByValue?: string | null | undefined;
677
+ stateCode?: number | null | undefined;
678
+ statusCode?: number | null | undefined;
679
+ importSequenceNumber?: number | null | undefined;
680
+ overriddenCreatedOn?: string | null | undefined;
681
+ timezoneRuleVersionNumber?: string | number | null | undefined;
682
+ utcConversionTimezoneCode?: string | number | null | undefined;
683
+ ownerIdValue?: string | null | undefined;
684
+ owningBusinessUnitValue?: string | null | undefined;
685
+ owningTeamValue?: string | null | undefined;
686
+ owningUserValue?: string | null | undefined;
687
+ name?: string | null | undefined;
688
+ contractorValue?: string | null | undefined;
689
+ contractor?: any;
690
+ accountValue?: string | null | undefined;
691
+ attachment?: string | null | undefined;
692
+ attachmentName?: string | null | undefined;
693
+ date6catsSigned?: string | null | undefined;
694
+ dateAgencySigned?: string | null | undefined;
695
+ dateReceived?: string | null | undefined;
696
+ dateReviewed?: string | null | undefined;
697
+ documentRefNumber?: string | null | undefined;
698
+ documentType?: number | null | undefined;
699
+ ipAddress?: string | null | undefined;
700
+ signature?: string | null | undefined;
701
+ signatureTimestamp?: string | null | undefined;
702
+ signatureUrl?: string | null | undefined;
703
+ signatureId?: string | null | undefined;
704
+ validFrom?: string | null | undefined;
705
+ validTo?: string | null | undefined;
706
+ documentReceivedTime?: string | null | undefined;
707
+ changeRequestDocumentsValue?: string | null | undefined;
708
+ identityVerificationStatus?: string | null | undefined;
709
+ simulationValue?: string | null | undefined;
710
+ employmentType?: string | null | undefined;
711
+ assignmentExtensionsValue?: string | null | undefined;
712
+ reasons?: string | null | undefined;
713
+ contractType?: string | null | undefined;
714
+ requiredBeforeLegalApproval?: boolean | null | undefined;
715
+ limitedCompanyName?: string | null | undefined;
716
+ config?: boolean | null | undefined;
717
+ identityVerificationUrl?: string | null | undefined;
718
+ directorApprovedValue?: string | null | undefined;
719
+ scatsContractingContractorValue?: string | null | undefined;
720
+ contractorDocumentId?: string | null | undefined;
721
+ customerIpAddress?: string | null | undefined;
722
+ directorApprovalRequired?: boolean | null | undefined;
723
+ directorApprovedDate?: string | null | undefined;
724
+ documentId?: string | null | undefined;
725
+ documentReceivedDate?: string | null | undefined;
726
+ documentStatus?: number | null | undefined;
727
+ documentDisplay?: number | null | undefined;
728
+ file?: string | null | undefined;
729
+ fileName?: string | null | undefined;
730
+ requiresContractorSignature?: boolean | null | undefined;
731
+ signedOn?: string | null | undefined;
732
+ uploadedFromWeb?: boolean | null | undefined;
733
+ workerApproved?: string | null | undefined;
734
+ directorApproved?: any;
735
+ }>;
736
+ SPayloadAPI: z.ZodObject<{
737
+ readonly contractorValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
738
+ readonly directorApprovedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
739
+ readonly scatsContractingContractorValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
740
+ readonly contractorDocumentId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
741
+ readonly customerIpAddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
742
+ readonly directorApprovalRequired: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
743
+ readonly directorApprovedDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
744
+ readonly documentId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
745
+ readonly documentReceivedDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
746
+ readonly documentStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
747
+ readonly documentDisplay: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
748
+ readonly file: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
749
+ readonly fileName: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
750
+ readonly requiresContractorSignature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
751
+ readonly signedOn: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
752
+ readonly type: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
753
+ readonly uploadedFromWeb: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
754
+ readonly workerApproved: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
755
+ readonly contractor: z.ZodOptional<z.ZodTypeAny>;
756
+ readonly directorApproved: z.ZodOptional<z.ZodTypeAny>;
757
+ readonly accountValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
758
+ readonly attachment: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
759
+ readonly attachmentName: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
760
+ readonly category: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
761
+ readonly date6catsSigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
762
+ readonly dateAgencySigned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
763
+ readonly dateReceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
764
+ readonly dateReviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
765
+ readonly documentRefNumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
766
+ readonly documentType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
767
+ readonly ipAddress: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
768
+ readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
769
+ readonly signature: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
770
+ readonly signatureTimestamp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
771
+ readonly signatureUrl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
772
+ readonly signatureId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
773
+ readonly validFrom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
774
+ readonly validTo: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
775
+ readonly documentReceivedTime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
776
+ readonly source: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
777
+ readonly changeRequestDocumentsValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
778
+ readonly identityVerificationStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
779
+ readonly simulationValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
780
+ readonly employmentType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
781
+ readonly assignmentExtensionsValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
782
+ readonly reasons: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
783
+ readonly contractType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
784
+ readonly requiredBeforeLegalApproval: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
785
+ readonly value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
786
+ readonly limitedCompanyName: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
787
+ readonly config: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
788
+ readonly identityVerificationUrl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
789
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
790
+ source?: string | null | undefined;
791
+ value?: string | null | undefined;
792
+ type?: number | null | undefined;
793
+ category?: number | null | undefined;
794
+ name?: string | null | undefined;
795
+ contractorValue?: string | null | undefined;
796
+ contractor?: any;
797
+ accountValue?: string | null | undefined;
798
+ attachment?: string | null | undefined;
799
+ attachmentName?: string | null | undefined;
800
+ date6catsSigned?: string | null | undefined;
801
+ dateAgencySigned?: string | null | undefined;
802
+ dateReceived?: string | null | undefined;
803
+ dateReviewed?: string | null | undefined;
804
+ documentRefNumber?: string | null | undefined;
805
+ documentType?: number | null | undefined;
806
+ ipAddress?: string | null | undefined;
807
+ signature?: string | null | undefined;
808
+ signatureTimestamp?: string | null | undefined;
809
+ signatureUrl?: string | null | undefined;
810
+ signatureId?: string | null | undefined;
811
+ validFrom?: string | null | undefined;
812
+ validTo?: string | null | undefined;
813
+ documentReceivedTime?: string | null | undefined;
814
+ changeRequestDocumentsValue?: string | null | undefined;
815
+ identityVerificationStatus?: string | null | undefined;
816
+ simulationValue?: string | null | undefined;
817
+ employmentType?: string | null | undefined;
818
+ assignmentExtensionsValue?: string | null | undefined;
819
+ reasons?: string | null | undefined;
820
+ contractType?: string | null | undefined;
821
+ requiredBeforeLegalApproval?: boolean | null | undefined;
822
+ limitedCompanyName?: string | null | undefined;
823
+ config?: boolean | null | undefined;
824
+ identityVerificationUrl?: string | null | undefined;
825
+ directorApprovedValue?: string | null | undefined;
826
+ scatsContractingContractorValue?: string | null | undefined;
827
+ contractorDocumentId?: string | null | undefined;
828
+ customerIpAddress?: string | null | undefined;
829
+ directorApprovalRequired?: boolean | null | undefined;
830
+ directorApprovedDate?: string | null | undefined;
831
+ documentId?: string | null | undefined;
832
+ documentReceivedDate?: string | null | undefined;
833
+ documentStatus?: number | null | undefined;
834
+ documentDisplay?: number | null | undefined;
835
+ file?: string | null | undefined;
836
+ fileName?: string | null | undefined;
837
+ requiresContractorSignature?: boolean | null | undefined;
838
+ signedOn?: string | null | undefined;
839
+ uploadedFromWeb?: boolean | null | undefined;
840
+ workerApproved?: string | null | undefined;
841
+ directorApproved?: any;
842
+ }, {
843
+ source?: string | null | undefined;
844
+ value?: string | null | undefined;
845
+ type?: number | null | undefined;
846
+ category?: number | null | undefined;
847
+ name?: string | null | undefined;
848
+ contractorValue?: string | null | undefined;
849
+ contractor?: any;
850
+ accountValue?: string | null | undefined;
851
+ attachment?: string | null | undefined;
852
+ attachmentName?: string | null | undefined;
853
+ date6catsSigned?: string | null | undefined;
854
+ dateAgencySigned?: string | null | undefined;
855
+ dateReceived?: string | null | undefined;
856
+ dateReviewed?: string | null | undefined;
857
+ documentRefNumber?: string | null | undefined;
858
+ documentType?: number | null | undefined;
859
+ ipAddress?: string | null | undefined;
860
+ signature?: string | null | undefined;
861
+ signatureTimestamp?: string | null | undefined;
862
+ signatureUrl?: string | null | undefined;
863
+ signatureId?: string | null | undefined;
864
+ validFrom?: string | null | undefined;
865
+ validTo?: string | null | undefined;
866
+ documentReceivedTime?: string | null | undefined;
867
+ changeRequestDocumentsValue?: string | null | undefined;
868
+ identityVerificationStatus?: string | null | undefined;
869
+ simulationValue?: string | null | undefined;
870
+ employmentType?: string | null | undefined;
871
+ assignmentExtensionsValue?: string | null | undefined;
872
+ reasons?: string | null | undefined;
873
+ contractType?: string | null | undefined;
874
+ requiredBeforeLegalApproval?: boolean | null | undefined;
875
+ limitedCompanyName?: string | null | undefined;
876
+ config?: boolean | null | undefined;
877
+ identityVerificationUrl?: string | null | undefined;
878
+ directorApprovedValue?: string | null | undefined;
879
+ scatsContractingContractorValue?: string | null | undefined;
880
+ contractorDocumentId?: string | null | undefined;
881
+ customerIpAddress?: string | null | undefined;
882
+ directorApprovalRequired?: boolean | null | undefined;
883
+ directorApprovedDate?: string | null | undefined;
884
+ documentId?: string | null | undefined;
885
+ documentReceivedDate?: string | null | undefined;
886
+ documentStatus?: number | null | undefined;
887
+ documentDisplay?: number | null | undefined;
888
+ file?: string | null | undefined;
889
+ fileName?: string | null | undefined;
890
+ requiresContractorSignature?: boolean | null | undefined;
891
+ signedOn?: string | null | undefined;
892
+ uploadedFromWeb?: boolean | null | undefined;
893
+ workerApproved?: string | null | undefined;
894
+ directorApproved?: any;
895
+ }>;
896
+ mapD365ToPretty: (data: unknown) => Record<string, unknown>;
897
+ mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
898
+ };
899
+ export type TContractorDocumentD365 = z.infer<typeof ContractorDocumentEntity.SResponseD365>;
900
+ export type TContractorDocumentAPI = z.infer<typeof ContractorDocumentEntity.SResponseAPI>;
901
+ export type TContractorDocumentPayloadAPI = z.infer<typeof ContractorDocumentEntity.SPayloadAPI>;
902
+ //# sourceMappingURL=TContractorDocumentAPI.d.ts.map