@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,859 @@
1
+ import { z } from 'zod';
2
+ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
3
+ readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4
+ readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5
+ readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6
+ readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
8
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
20
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
21
+ readonly disqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ readonly disqualificationDetailReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ readonly enquiryId: z.ZodString;
24
+ readonly enquiryNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ readonly enquiryFriendlyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ readonly originatingCaseValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ readonly enquiryStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
30
+ readonly origin: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
31
+ readonly approvedSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
32
+ readonly pendingApprovalSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
33
+ readonly rejectedSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
34
+ readonly totalSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
35
+ readonly numberOfRejectedSimulationsByWwg: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
36
+ readonly numberOfExpiredSimulations: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
37
+ readonly nextSimulationExpiryDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
+ readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ readonly simulations: z.ZodTypeAny;
41
+ }, "agencyFormattedValue" | "agencyContactFormattedValue" | "enquiryId" | "enquiryNumber" | "enquiryFriendlyName" | "nextSimulationExpiryDate"> & {
42
+ daysUntilNextSimulationExpiry: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
43
+ simulations: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<Pick<{
44
+ readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
49
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
57
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
58
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
59
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
61
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
62
+ readonly estimatedConfirmedEndDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63
+ readonly estimatedConfirmedStartDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
64
+ readonly simulationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
+ readonly simulationFriendlyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
+ readonly simulationName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
67
+ readonly enquiryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
68
+ readonly simulationStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
69
+ readonly expiryDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
70
+ readonly jobTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
71
+ readonly jobDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
72
+ readonly internationalWaters: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
73
+ readonly workCountryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
74
+ readonly roleType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
75
+ readonly solutionValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
76
+ readonly solutionTypeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
77
+ readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
78
+ readonly salarychecklistValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
79
+ readonly additionalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
80
+ readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
81
+ readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
82
+ readonly simulationBasedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
83
+ readonly rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
84
+ readonly rateFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
85
+ readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
86
+ readonly paymentFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
87
+ readonly revenuePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
88
+ readonly workerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
89
+ readonly draftingSimulationOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
90
+ readonly pendingApprovalOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
91
+ readonly approvedOrRejectedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
92
+ readonly simulationCreationTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
93
+ readonly simulationTurnaroundTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
94
+ readonly rejectionReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
95
+ readonly rejectionReasonDetailValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
96
+ readonly simulationDocuments: z.ZodTypeAny;
97
+ readonly workCountry: z.ZodTypeAny;
98
+ readonly currency: z.ZodTypeAny;
99
+ readonly solution: z.ZodTypeAny;
100
+ readonly solutionType: z.ZodTypeAny;
101
+ readonly rejectionReason: z.ZodTypeAny;
102
+ readonly rejectionReasonDetail: z.ZodTypeAny;
103
+ }, "solutionValue" | "solutionTypeValue" | "jobTitle" | "jobDescription" | "estimatedConfirmedEndDate" | "estimatedConfirmedStartDate" | "simulationId" | "simulationFriendlyId" | "simulationStatus" | "expiryDate" | "simulationBasedOn" | "rate" | "rateFrequency" | "approvedOrRejectedOn" | "rejectionReasonValue" | "rejectionReasonDetailValue"> & {
104
+ workCountry: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
105
+ readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
106
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
107
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
108
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
109
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
110
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
111
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
112
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
113
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
114
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
115
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
116
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
117
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
118
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
119
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
120
+ readonly countryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
121
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
+ readonly code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
+ readonly altSearchCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
+ readonly continent: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
125
+ readonly wwgEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
126
+ readonly scatsCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
127
+ readonly isSanctioned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
128
+ readonly isEu: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
129
+ readonly scatsWorkPermitServices: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
130
+ readonly scatsWorkermitServicesNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
131
+ readonly scatsAverageRoi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
132
+ readonly scatsContractingCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
+ readonly scatsFees: z.ZodOptional<z.ZodNullable<z.ZodString>>;
134
+ readonly scatsPartnerAccountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
135
+ readonly scatsInCountryServices: z.ZodOptional<z.ZodNullable<z.ZodString>>;
136
+ }, "code">, z.UnknownKeysParam, z.ZodTypeAny, {
137
+ code?: string | null | undefined;
138
+ }, {
139
+ code?: string | null | undefined;
140
+ }>, string | null | undefined, {
141
+ code?: string | null | undefined;
142
+ }>>>;
143
+ currency: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
144
+ readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
145
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
146
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
147
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
148
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
149
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
150
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
151
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
152
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
154
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
155
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
156
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
157
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
158
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
159
+ readonly currencyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
160
+ readonly isoCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
161
+ readonly currencyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
162
+ readonly currencySymbol: z.ZodOptional<z.ZodNullable<z.ZodString>>;
163
+ readonly currencyPrecision: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
164
+ readonly exchangeRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
165
+ }, "isoCode" | "currencySymbol">, z.UnknownKeysParam, z.ZodTypeAny, {
166
+ isoCode?: string | null | undefined;
167
+ currencySymbol?: string | null | undefined;
168
+ }, {
169
+ isoCode?: string | null | undefined;
170
+ currencySymbol?: string | null | undefined;
171
+ }>>>;
172
+ solution: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
173
+ readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
174
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
175
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
176
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
177
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
178
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
179
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
180
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
181
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
182
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
183
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
184
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
185
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
186
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
187
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
188
+ readonly productId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
189
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
190
+ readonly productNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
191
+ readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
192
+ readonly locationCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
193
+ readonly costCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
194
+ readonly entitlementCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
195
+ readonly solutionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
196
+ readonly specialFeesApply: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
197
+ readonly price: z.ZodOptional<z.ZodNullable<z.ZodString>>;
198
+ readonly priceBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
199
+ readonly plusUplift: z.ZodOptional<z.ZodNullable<z.ZodString>>;
200
+ readonly plusUpliftBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
201
+ readonly plusUpliftWeekly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
202
+ readonly plusUpliftWeeklyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
203
+ readonly plusUpliftFortnightly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
204
+ readonly plusUpliftFortnightlyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
205
+ readonly vendorName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
206
+ readonly vendorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
207
+ readonly vendorPartNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
208
+ readonly supplierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
209
+ readonly parentProductId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
210
+ readonly defaultUomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
211
+ readonly defaultUomScheduleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
212
+ readonly priceLevelId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
213
+ readonly subjectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
214
+ readonly isKit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
215
+ readonly isStockItem: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
216
+ readonly isReparented: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
217
+ readonly msdynGdprOptOut: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
218
+ readonly standardCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
219
+ readonly standardCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
220
+ readonly currentCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
221
+ readonly currentCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
222
+ readonly msdynceAmount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
223
+ readonly msdynceAmountBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
224
+ readonly entityImage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
225
+ readonly entityImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
226
+ readonly entityImageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
227
+ readonly entityImageTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
228
+ readonly validFromDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
229
+ readonly validToDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
230
+ readonly productTypeCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
231
+ readonly productStructure: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
232
+ readonly hierarchyPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
233
+ readonly traversedPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
234
+ readonly processId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
235
+ readonly stageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
236
+ }, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
237
+ productNumber?: string | null | undefined;
238
+ }, {
239
+ productNumber?: string | null | undefined;
240
+ }>, string | null | undefined, {
241
+ productNumber?: string | null | undefined;
242
+ }>>>;
243
+ solutionType: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
244
+ readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
245
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
246
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
247
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
248
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
249
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
250
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
251
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
252
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
253
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
254
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
255
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
256
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
257
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
258
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
259
+ readonly productId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
260
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
261
+ readonly productNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
262
+ readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
263
+ readonly locationCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
264
+ readonly costCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
265
+ readonly entitlementCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
266
+ readonly solutionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
267
+ readonly specialFeesApply: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
268
+ readonly price: z.ZodOptional<z.ZodNullable<z.ZodString>>;
269
+ readonly priceBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
270
+ readonly plusUplift: z.ZodOptional<z.ZodNullable<z.ZodString>>;
271
+ readonly plusUpliftBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
272
+ readonly plusUpliftWeekly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
273
+ readonly plusUpliftWeeklyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
274
+ readonly plusUpliftFortnightly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
275
+ readonly plusUpliftFortnightlyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
276
+ readonly vendorName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
277
+ readonly vendorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
278
+ readonly vendorPartNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
279
+ readonly supplierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
280
+ readonly parentProductId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
281
+ readonly defaultUomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
282
+ readonly defaultUomScheduleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
283
+ readonly priceLevelId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
284
+ readonly subjectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
285
+ readonly isKit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
286
+ readonly isStockItem: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
287
+ readonly isReparented: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
288
+ readonly msdynGdprOptOut: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
289
+ readonly standardCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
290
+ readonly standardCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
291
+ readonly currentCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
292
+ readonly currentCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
293
+ readonly msdynceAmount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
294
+ readonly msdynceAmountBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
295
+ readonly entityImage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
296
+ readonly entityImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
297
+ readonly entityImageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
298
+ readonly entityImageTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
299
+ readonly validFromDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
300
+ readonly validToDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
301
+ readonly productTypeCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
302
+ readonly productStructure: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
303
+ readonly hierarchyPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
304
+ readonly traversedPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
305
+ readonly processId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
306
+ readonly stageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
307
+ }, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
308
+ productNumber?: string | null | undefined;
309
+ }, {
310
+ productNumber?: string | null | undefined;
311
+ }>, string | null | undefined, {
312
+ productNumber?: string | null | undefined;
313
+ }>>>;
314
+ simulationDocuments: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
315
+ readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
316
+ readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
317
+ readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
318
+ readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
319
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
320
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
321
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
322
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
323
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
324
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
325
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
326
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
327
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
328
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
329
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
330
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
331
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
332
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
333
+ readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
334
+ readonly directorApprovedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
335
+ readonly scatsContractingContractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
336
+ readonly contractorDocumentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
337
+ readonly customerIpAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
338
+ readonly directorApprovalRequired: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
339
+ readonly directorApprovedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
340
+ readonly documentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
341
+ readonly documentReceivedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
342
+ readonly documentStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
343
+ readonly documentDisplay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
344
+ readonly file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
345
+ readonly fileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
346
+ readonly requiresContractorSignature: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
347
+ readonly signedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
348
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
349
+ readonly uploadedFromWeb: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
350
+ readonly workerApproved: z.ZodOptional<z.ZodNullable<z.ZodString>>;
351
+ readonly contractor: z.ZodTypeAny;
352
+ readonly directorApproved: z.ZodTypeAny;
353
+ readonly accountValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
354
+ readonly attachment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
355
+ readonly attachmentName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
356
+ readonly category: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
357
+ readonly date6catsSigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
358
+ readonly dateAgencySigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
359
+ readonly dateReceived: z.ZodOptional<z.ZodNullable<z.ZodString>>;
360
+ readonly dateReviewed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
361
+ readonly documentRefNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
362
+ readonly documentType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
363
+ readonly ipAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
364
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
365
+ readonly signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
366
+ readonly signatureTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
367
+ readonly signatureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
368
+ readonly signatureId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
369
+ readonly validFrom: z.ZodOptional<z.ZodNullable<z.ZodString>>;
370
+ readonly validTo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
371
+ readonly documentReceivedTime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
372
+ readonly source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
373
+ readonly changeRequestDocumentsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
374
+ readonly identityVerificationStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
375
+ readonly simulationValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
376
+ readonly employmentType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
377
+ readonly assignmentExtensionsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
378
+ readonly reasons: z.ZodOptional<z.ZodNullable<z.ZodString>>;
379
+ readonly contractType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
380
+ readonly requiredBeforeLegalApproval: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
381
+ readonly value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
382
+ readonly limitedCompanyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
383
+ readonly config: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
384
+ readonly identityVerificationUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
385
+ }, "name" | "contractorDocumentId" | "fileName">, z.UnknownKeysParam, z.ZodTypeAny, {
386
+ name?: string | null | undefined;
387
+ contractorDocumentId?: string | null | undefined;
388
+ fileName?: string | null | undefined;
389
+ }, {
390
+ name?: string | null | undefined;
391
+ contractorDocumentId?: string | null | undefined;
392
+ fileName?: string | null | undefined;
393
+ }>>>, "many">>;
394
+ rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
395
+ readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
396
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
397
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
398
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
399
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
400
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
401
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
402
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
403
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
404
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
405
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
406
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
407
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
408
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
409
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
410
+ readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
411
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
412
+ readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
413
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
414
+ readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
415
+ }, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
416
+ name?: string | null | undefined;
417
+ disqualificationReasonId?: string | null | undefined;
418
+ reference?: string | null | undefined;
419
+ }, {
420
+ name?: string | null | undefined;
421
+ disqualificationReasonId?: string | null | undefined;
422
+ reference?: string | null | undefined;
423
+ }>>>;
424
+ rejectionReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
425
+ readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
426
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
427
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
428
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
429
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
430
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
431
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
432
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
433
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
434
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
435
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
436
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
437
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
438
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
439
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
440
+ readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
441
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
442
+ readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
443
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
444
+ readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
445
+ }, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
446
+ name?: string | null | undefined;
447
+ disqualificationReasonId?: string | null | undefined;
448
+ reference?: string | null | undefined;
449
+ }, {
450
+ name?: string | null | undefined;
451
+ disqualificationReasonId?: string | null | undefined;
452
+ reference?: string | null | undefined;
453
+ }>>>;
454
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
455
+ currency?: {
456
+ isoCode?: string | null | undefined;
457
+ currencySymbol?: string | null | undefined;
458
+ } | null | undefined;
459
+ solution?: string | null | undefined;
460
+ solutionValue?: string | null | undefined;
461
+ solutionTypeValue?: string | null | undefined;
462
+ rejectionReason?: {
463
+ name?: string | null | undefined;
464
+ disqualificationReasonId?: string | null | undefined;
465
+ reference?: string | null | undefined;
466
+ } | null | undefined;
467
+ jobTitle?: string | null | undefined;
468
+ jobDescription?: string | null | undefined;
469
+ estimatedConfirmedEndDate?: string | null | undefined;
470
+ estimatedConfirmedStartDate?: string | null | undefined;
471
+ simulationId?: string | null | undefined;
472
+ simulationFriendlyId?: string | null | undefined;
473
+ simulationStatus?: number | null | undefined;
474
+ expiryDate?: string | null | undefined;
475
+ simulationBasedOn?: number | null | undefined;
476
+ rate?: number | null | undefined;
477
+ rateFrequency?: number | null | undefined;
478
+ approvedOrRejectedOn?: string | null | undefined;
479
+ rejectionReasonValue?: string | null | undefined;
480
+ rejectionReasonDetailValue?: string | null | undefined;
481
+ simulationDocuments?: ({
482
+ name?: string | null | undefined;
483
+ contractorDocumentId?: string | null | undefined;
484
+ fileName?: string | null | undefined;
485
+ } | null | undefined)[] | undefined;
486
+ workCountry?: string | null | undefined;
487
+ solutionType?: string | null | undefined;
488
+ rejectionReasonDetail?: {
489
+ name?: string | null | undefined;
490
+ disqualificationReasonId?: string | null | undefined;
491
+ reference?: string | null | undefined;
492
+ } | null | undefined;
493
+ }, {
494
+ currency?: {
495
+ isoCode?: string | null | undefined;
496
+ currencySymbol?: string | null | undefined;
497
+ } | null | undefined;
498
+ solution?: {
499
+ productNumber?: string | null | undefined;
500
+ } | null | undefined;
501
+ solutionValue?: string | null | undefined;
502
+ solutionTypeValue?: string | null | undefined;
503
+ rejectionReason?: {
504
+ name?: string | null | undefined;
505
+ disqualificationReasonId?: string | null | undefined;
506
+ reference?: string | null | undefined;
507
+ } | null | undefined;
508
+ jobTitle?: string | null | undefined;
509
+ jobDescription?: string | null | undefined;
510
+ estimatedConfirmedEndDate?: string | null | undefined;
511
+ estimatedConfirmedStartDate?: string | null | undefined;
512
+ simulationId?: string | null | undefined;
513
+ simulationFriendlyId?: string | null | undefined;
514
+ simulationStatus?: number | null | undefined;
515
+ expiryDate?: string | null | undefined;
516
+ simulationBasedOn?: number | null | undefined;
517
+ rate?: number | null | undefined;
518
+ rateFrequency?: number | null | undefined;
519
+ approvedOrRejectedOn?: string | null | undefined;
520
+ rejectionReasonValue?: string | null | undefined;
521
+ rejectionReasonDetailValue?: string | null | undefined;
522
+ simulationDocuments?: ({
523
+ name?: string | null | undefined;
524
+ contractorDocumentId?: string | null | undefined;
525
+ fileName?: string | null | undefined;
526
+ } | null | undefined)[] | undefined;
527
+ workCountry?: {
528
+ code?: string | null | undefined;
529
+ } | null | undefined;
530
+ solutionType?: {
531
+ productNumber?: string | null | undefined;
532
+ } | null | undefined;
533
+ rejectionReasonDetail?: {
534
+ name?: string | null | undefined;
535
+ disqualificationReasonId?: string | null | undefined;
536
+ reference?: string | null | undefined;
537
+ } | null | undefined;
538
+ }>, {
539
+ expiryDate: string | null | undefined;
540
+ daysUntilExpiry: number | null;
541
+ currency?: {
542
+ isoCode?: string | null | undefined;
543
+ currencySymbol?: string | null | undefined;
544
+ } | null | undefined;
545
+ solution?: string | null | undefined;
546
+ solutionValue?: string | null | undefined;
547
+ solutionTypeValue?: string | null | undefined;
548
+ rejectionReason?: {
549
+ name?: string | null | undefined;
550
+ disqualificationReasonId?: string | null | undefined;
551
+ reference?: string | null | undefined;
552
+ } | null | undefined;
553
+ jobTitle?: string | null | undefined;
554
+ jobDescription?: string | null | undefined;
555
+ estimatedConfirmedEndDate?: string | null | undefined;
556
+ estimatedConfirmedStartDate?: string | null | undefined;
557
+ simulationId?: string | null | undefined;
558
+ simulationFriendlyId?: string | null | undefined;
559
+ simulationStatus?: number | null | undefined;
560
+ simulationBasedOn?: number | null | undefined;
561
+ rate?: number | null | undefined;
562
+ rateFrequency?: number | null | undefined;
563
+ approvedOrRejectedOn?: string | null | undefined;
564
+ rejectionReasonValue?: string | null | undefined;
565
+ rejectionReasonDetailValue?: string | null | undefined;
566
+ simulationDocuments?: ({
567
+ name?: string | null | undefined;
568
+ contractorDocumentId?: string | null | undefined;
569
+ fileName?: string | null | undefined;
570
+ } | null | undefined)[] | undefined;
571
+ workCountry?: string | null | undefined;
572
+ solutionType?: string | null | undefined;
573
+ rejectionReasonDetail?: {
574
+ name?: string | null | undefined;
575
+ disqualificationReasonId?: string | null | undefined;
576
+ reference?: string | null | undefined;
577
+ } | null | undefined;
578
+ }, {
579
+ currency?: {
580
+ isoCode?: string | null | undefined;
581
+ currencySymbol?: string | null | undefined;
582
+ } | null | undefined;
583
+ solution?: {
584
+ productNumber?: string | null | undefined;
585
+ } | null | undefined;
586
+ solutionValue?: string | null | undefined;
587
+ solutionTypeValue?: string | null | undefined;
588
+ rejectionReason?: {
589
+ name?: string | null | undefined;
590
+ disqualificationReasonId?: string | null | undefined;
591
+ reference?: string | null | undefined;
592
+ } | null | undefined;
593
+ jobTitle?: string | null | undefined;
594
+ jobDescription?: string | null | undefined;
595
+ estimatedConfirmedEndDate?: string | null | undefined;
596
+ estimatedConfirmedStartDate?: string | null | undefined;
597
+ simulationId?: string | null | undefined;
598
+ simulationFriendlyId?: string | null | undefined;
599
+ simulationStatus?: number | null | undefined;
600
+ expiryDate?: string | null | undefined;
601
+ simulationBasedOn?: number | null | undefined;
602
+ rate?: number | null | undefined;
603
+ rateFrequency?: number | null | undefined;
604
+ approvedOrRejectedOn?: string | null | undefined;
605
+ rejectionReasonValue?: string | null | undefined;
606
+ rejectionReasonDetailValue?: string | null | undefined;
607
+ simulationDocuments?: ({
608
+ name?: string | null | undefined;
609
+ contractorDocumentId?: string | null | undefined;
610
+ fileName?: string | null | undefined;
611
+ } | null | undefined)[] | undefined;
612
+ workCountry?: {
613
+ code?: string | null | undefined;
614
+ } | null | undefined;
615
+ solutionType?: {
616
+ productNumber?: string | null | undefined;
617
+ } | null | undefined;
618
+ rejectionReasonDetail?: {
619
+ name?: string | null | undefined;
620
+ disqualificationReasonId?: string | null | undefined;
621
+ reference?: string | null | undefined;
622
+ } | null | undefined;
623
+ }>, "many">>;
624
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
625
+ enquiryId: string;
626
+ agencyFormattedValue?: string | null | undefined;
627
+ agencyContactFormattedValue?: string | null | undefined;
628
+ enquiryNumber?: string | null | undefined;
629
+ enquiryFriendlyName?: string | null | undefined;
630
+ nextSimulationExpiryDate?: string | null | undefined;
631
+ simulations?: {
632
+ expiryDate: string | null | undefined;
633
+ daysUntilExpiry: number | null;
634
+ currency?: {
635
+ isoCode?: string | null | undefined;
636
+ currencySymbol?: string | null | undefined;
637
+ } | null | undefined;
638
+ solution?: string | null | undefined;
639
+ solutionValue?: string | null | undefined;
640
+ solutionTypeValue?: string | null | undefined;
641
+ rejectionReason?: {
642
+ name?: string | null | undefined;
643
+ disqualificationReasonId?: string | null | undefined;
644
+ reference?: string | null | undefined;
645
+ } | null | undefined;
646
+ jobTitle?: string | null | undefined;
647
+ jobDescription?: string | null | undefined;
648
+ estimatedConfirmedEndDate?: string | null | undefined;
649
+ estimatedConfirmedStartDate?: string | null | undefined;
650
+ simulationId?: string | null | undefined;
651
+ simulationFriendlyId?: string | null | undefined;
652
+ simulationStatus?: number | null | undefined;
653
+ simulationBasedOn?: number | null | undefined;
654
+ rate?: number | null | undefined;
655
+ rateFrequency?: number | null | undefined;
656
+ approvedOrRejectedOn?: string | null | undefined;
657
+ rejectionReasonValue?: string | null | undefined;
658
+ rejectionReasonDetailValue?: string | null | undefined;
659
+ simulationDocuments?: ({
660
+ name?: string | null | undefined;
661
+ contractorDocumentId?: string | null | undefined;
662
+ fileName?: string | null | undefined;
663
+ } | null | undefined)[] | undefined;
664
+ workCountry?: string | null | undefined;
665
+ solutionType?: string | null | undefined;
666
+ rejectionReasonDetail?: {
667
+ name?: string | null | undefined;
668
+ disqualificationReasonId?: string | null | undefined;
669
+ reference?: string | null | undefined;
670
+ } | null | undefined;
671
+ }[] | undefined;
672
+ daysUntilNextSimulationExpiry?: number | null | undefined;
673
+ }, {
674
+ enquiryId: string;
675
+ agencyFormattedValue?: string | null | undefined;
676
+ agencyContactFormattedValue?: string | null | undefined;
677
+ enquiryNumber?: string | null | undefined;
678
+ enquiryFriendlyName?: string | null | undefined;
679
+ nextSimulationExpiryDate?: string | null | undefined;
680
+ simulations?: {
681
+ currency?: {
682
+ isoCode?: string | null | undefined;
683
+ currencySymbol?: string | null | undefined;
684
+ } | null | undefined;
685
+ solution?: {
686
+ productNumber?: string | null | undefined;
687
+ } | null | undefined;
688
+ solutionValue?: string | null | undefined;
689
+ solutionTypeValue?: string | null | undefined;
690
+ rejectionReason?: {
691
+ name?: string | null | undefined;
692
+ disqualificationReasonId?: string | null | undefined;
693
+ reference?: string | null | undefined;
694
+ } | null | undefined;
695
+ jobTitle?: string | null | undefined;
696
+ jobDescription?: string | null | undefined;
697
+ estimatedConfirmedEndDate?: string | null | undefined;
698
+ estimatedConfirmedStartDate?: string | null | undefined;
699
+ simulationId?: string | null | undefined;
700
+ simulationFriendlyId?: string | null | undefined;
701
+ simulationStatus?: number | null | undefined;
702
+ expiryDate?: string | null | undefined;
703
+ simulationBasedOn?: number | null | undefined;
704
+ rate?: number | null | undefined;
705
+ rateFrequency?: number | null | undefined;
706
+ approvedOrRejectedOn?: string | null | undefined;
707
+ rejectionReasonValue?: string | null | undefined;
708
+ rejectionReasonDetailValue?: string | null | undefined;
709
+ simulationDocuments?: ({
710
+ name?: string | null | undefined;
711
+ contractorDocumentId?: string | null | undefined;
712
+ fileName?: string | null | undefined;
713
+ } | null | undefined)[] | undefined;
714
+ workCountry?: {
715
+ code?: string | null | undefined;
716
+ } | null | undefined;
717
+ solutionType?: {
718
+ productNumber?: string | null | undefined;
719
+ } | null | undefined;
720
+ rejectionReasonDetail?: {
721
+ name?: string | null | undefined;
722
+ disqualificationReasonId?: string | null | undefined;
723
+ reference?: string | null | undefined;
724
+ } | null | undefined;
725
+ }[] | undefined;
726
+ daysUntilNextSimulationExpiry?: number | null | undefined;
727
+ }>, {
728
+ nextSimulationExpiryDate: string | null | undefined;
729
+ daysUntilNextSimulationExpiry: number | null;
730
+ enquiryId: string;
731
+ agencyFormattedValue?: string | null | undefined;
732
+ agencyContactFormattedValue?: string | null | undefined;
733
+ enquiryNumber?: string | null | undefined;
734
+ enquiryFriendlyName?: string | null | undefined;
735
+ simulations?: {
736
+ expiryDate: string | null | undefined;
737
+ daysUntilExpiry: number | null;
738
+ currency?: {
739
+ isoCode?: string | null | undefined;
740
+ currencySymbol?: string | null | undefined;
741
+ } | null | undefined;
742
+ solution?: string | null | undefined;
743
+ solutionValue?: string | null | undefined;
744
+ solutionTypeValue?: string | null | undefined;
745
+ rejectionReason?: {
746
+ name?: string | null | undefined;
747
+ disqualificationReasonId?: string | null | undefined;
748
+ reference?: string | null | undefined;
749
+ } | null | undefined;
750
+ jobTitle?: string | null | undefined;
751
+ jobDescription?: string | null | undefined;
752
+ estimatedConfirmedEndDate?: string | null | undefined;
753
+ estimatedConfirmedStartDate?: string | null | undefined;
754
+ simulationId?: string | null | undefined;
755
+ simulationFriendlyId?: string | null | undefined;
756
+ simulationStatus?: number | null | undefined;
757
+ simulationBasedOn?: number | null | undefined;
758
+ rate?: number | null | undefined;
759
+ rateFrequency?: number | null | undefined;
760
+ approvedOrRejectedOn?: string | null | undefined;
761
+ rejectionReasonValue?: string | null | undefined;
762
+ rejectionReasonDetailValue?: string | null | undefined;
763
+ simulationDocuments?: ({
764
+ name?: string | null | undefined;
765
+ contractorDocumentId?: string | null | undefined;
766
+ fileName?: string | null | undefined;
767
+ } | null | undefined)[] | undefined;
768
+ workCountry?: string | null | undefined;
769
+ solutionType?: string | null | undefined;
770
+ rejectionReasonDetail?: {
771
+ name?: string | null | undefined;
772
+ disqualificationReasonId?: string | null | undefined;
773
+ reference?: string | null | undefined;
774
+ } | null | undefined;
775
+ }[] | undefined;
776
+ }, {
777
+ enquiryId: string;
778
+ agencyFormattedValue?: string | null | undefined;
779
+ agencyContactFormattedValue?: string | null | undefined;
780
+ enquiryNumber?: string | null | undefined;
781
+ enquiryFriendlyName?: string | null | undefined;
782
+ nextSimulationExpiryDate?: string | null | undefined;
783
+ simulations?: {
784
+ currency?: {
785
+ isoCode?: string | null | undefined;
786
+ currencySymbol?: string | null | undefined;
787
+ } | null | undefined;
788
+ solution?: {
789
+ productNumber?: string | null | undefined;
790
+ } | null | undefined;
791
+ solutionValue?: string | null | undefined;
792
+ solutionTypeValue?: string | null | undefined;
793
+ rejectionReason?: {
794
+ name?: string | null | undefined;
795
+ disqualificationReasonId?: string | null | undefined;
796
+ reference?: string | null | undefined;
797
+ } | null | undefined;
798
+ jobTitle?: string | null | undefined;
799
+ jobDescription?: string | null | undefined;
800
+ estimatedConfirmedEndDate?: string | null | undefined;
801
+ estimatedConfirmedStartDate?: string | null | undefined;
802
+ simulationId?: string | null | undefined;
803
+ simulationFriendlyId?: string | null | undefined;
804
+ simulationStatus?: number | null | undefined;
805
+ expiryDate?: string | null | undefined;
806
+ simulationBasedOn?: number | null | undefined;
807
+ rate?: number | null | undefined;
808
+ rateFrequency?: number | null | undefined;
809
+ approvedOrRejectedOn?: string | null | undefined;
810
+ rejectionReasonValue?: string | null | undefined;
811
+ rejectionReasonDetailValue?: string | null | undefined;
812
+ simulationDocuments?: ({
813
+ name?: string | null | undefined;
814
+ contractorDocumentId?: string | null | undefined;
815
+ fileName?: string | null | undefined;
816
+ } | null | undefined)[] | undefined;
817
+ workCountry?: {
818
+ code?: string | null | undefined;
819
+ } | null | undefined;
820
+ solutionType?: {
821
+ productNumber?: string | null | undefined;
822
+ } | null | undefined;
823
+ rejectionReasonDetail?: {
824
+ name?: string | null | undefined;
825
+ disqualificationReasonId?: string | null | undefined;
826
+ reference?: string | null | undefined;
827
+ } | null | undefined;
828
+ }[] | undefined;
829
+ daysUntilNextSimulationExpiry?: number | null | undefined;
830
+ }>;
831
+ export type TGetEnquiryBFF = z.infer<typeof SGetEnquiryBFF>;
832
+ export declare const SEnquiryPathParamsBFF: z.ZodObject<{
833
+ enquiryId: z.ZodString;
834
+ }, "strip", z.ZodTypeAny, {
835
+ enquiryId: string;
836
+ }, {
837
+ enquiryId: string;
838
+ }>;
839
+ export type TEnquiryPathParamsBFF = z.infer<typeof SEnquiryPathParamsBFF>;
840
+ export declare const SEnquiryQueryParamsBFF: z.ZodEffects<z.ZodObject<{
841
+ enquiryId: z.ZodString;
842
+ } & {
843
+ params: z.ZodType<URLSearchParams, z.ZodTypeDef, URLSearchParams>;
844
+ }, "strip", z.ZodTypeAny, {
845
+ params: URLSearchParams;
846
+ enquiryId: string;
847
+ }, {
848
+ params: URLSearchParams;
849
+ enquiryId: string;
850
+ }>, {
851
+ enquiryId: string;
852
+ includeSimulations: boolean;
853
+ expand: string | undefined;
854
+ }, {
855
+ params: URLSearchParams;
856
+ enquiryId: string;
857
+ }>;
858
+ export type TEnquiryQueryParamsBFF = z.infer<typeof SEnquiryQueryParamsBFF>;
859
+ //# sourceMappingURL=SGetEnquiryBFF.d.ts.map