@workwell-global/toolkit 1.1.10 → 1.1.13

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 (254) hide show
  1. package/dist/enums/EntityNames.d.ts +8 -0
  2. package/dist/enums/EntityNames.d.ts.map +1 -1
  3. package/dist/enums/EntityNames.js +8 -0
  4. package/dist/enums/EntityNames.js.map +1 -1
  5. package/dist/enums/SCLASNStages.d.ts +2 -1
  6. package/dist/enums/SCLASNStages.d.ts.map +1 -1
  7. package/dist/enums/SCLASNStages.js +2 -2
  8. package/dist/enums/SCLASNStages.js.map +1 -1
  9. package/dist/enums/SCLASNStatus.d.ts +12 -12
  10. package/dist/enums/SCLASNStatus.d.ts.map +1 -1
  11. package/dist/enums/SCLASNStatus.js +10 -29
  12. package/dist/enums/SCLASNStatus.js.map +1 -1
  13. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
  14. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
  15. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
  16. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
  17. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
  18. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
  19. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
  20. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
  21. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
  22. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
  23. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
  24. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
  25. package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
  26. package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
  27. package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
  28. package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
  29. package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
  30. package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
  31. package/dist/models/schemas/api/account/index.d.ts +522 -166
  32. package/dist/models/schemas/api/account/index.d.ts.map +1 -1
  33. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +294 -287
  34. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
  35. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
  36. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
  37. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
  38. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
  39. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
  40. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
  41. package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
  42. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
  43. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
  44. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
  45. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
  46. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
  47. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
  48. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
  49. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
  50. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
  51. package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
  52. package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
  53. package/dist/models/schemas/api/assignmentLog/index.js +11 -0
  54. package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
  55. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
  56. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
  57. package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
  58. package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
  59. package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
  60. package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
  61. package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
  62. package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
  63. package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
  64. package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
  65. package/dist/models/schemas/api/contact/index.d.ts +595 -191
  66. package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
  67. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
  68. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
  69. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
  70. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
  71. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
  72. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
  73. package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
  74. package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
  75. package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
  76. package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
  77. package/dist/models/schemas/api/country/index.d.ts +139 -45
  78. package/dist/models/schemas/api/country/index.d.ts.map +1 -1
  79. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
  80. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
  81. package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
  82. package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
  83. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
  84. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
  85. package/dist/models/schemas/api/currency/index.d.ts +87 -23
  86. package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
  87. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
  88. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
  89. package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
  90. package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
  91. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
  92. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
  93. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
  94. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +168 -41
  95. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
  96. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
  97. package/dist/models/schemas/api/enquiry/index.d.ts +164 -40
  98. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
  99. package/dist/models/schemas/api/index.d.ts +2 -0
  100. package/dist/models/schemas/api/index.d.ts.map +1 -1
  101. package/dist/models/schemas/api/index.js +2 -0
  102. package/dist/models/schemas/api/index.js.map +1 -1
  103. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
  104. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
  105. package/dist/models/schemas/api/margin/index.d.ts +156 -45
  106. package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
  107. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
  108. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
  109. package/dist/models/schemas/api/nationality/index.d.ts +113 -40
  110. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
  111. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
  112. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
  113. package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
  114. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
  115. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
  116. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
  117. package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
  118. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
  119. package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
  120. package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
  121. package/dist/models/schemas/api/referral/index.js +1 -0
  122. package/dist/models/schemas/api/referral/index.js.map +1 -1
  123. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
  124. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
  125. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
  126. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
  127. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
  128. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
  129. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
  130. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
  131. package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
  132. package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
  133. package/dist/models/schemas/api/referralLog/index.js +11 -0
  134. package/dist/models/schemas/api/referralLog/index.js.map +1 -0
  135. package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
  136. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
  137. package/dist/models/schemas/api/role/index.d.ts +83 -22
  138. package/dist/models/schemas/api/role/index.d.ts.map +1 -1
  139. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +7 -7
  140. package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
  141. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
  142. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +316 -104
  143. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
  144. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
  145. package/dist/models/schemas/api/simulation/index.d.ts +300 -103
  146. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
  147. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
  148. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
  149. package/dist/models/schemas/api/solution/index.d.ts +259 -69
  150. package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
  151. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
  152. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
  153. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
  154. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
  155. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
  156. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
  157. package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
  158. package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
  159. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
  160. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
  161. package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
  162. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
  163. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
  164. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
  165. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
  166. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
  167. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
  168. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
  169. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
  170. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
  171. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
  172. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
  173. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
  174. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
  175. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
  176. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
  177. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
  178. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
  179. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
  180. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
  181. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +173 -0
  182. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
  183. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
  184. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
  185. package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
  186. package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
  187. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
  188. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
  189. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
  190. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
  191. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
  192. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
  193. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
  194. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
  195. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
  196. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
  197. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
  198. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
  199. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
  200. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
  201. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
  202. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
  203. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
  204. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
  205. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
  206. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
  207. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +9 -9
  208. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
  209. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
  210. package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
  211. package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
  212. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
  213. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
  214. package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
  215. package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
  216. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
  217. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
  218. package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
  219. package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
  220. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
  221. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
  222. package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
  223. package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
  224. package/dist/models/schemas/bff/index.d.ts +1 -0
  225. package/dist/models/schemas/bff/index.d.ts.map +1 -1
  226. package/dist/models/schemas/bff/index.js +1 -1
  227. package/dist/models/schemas/bff/index.js.map +1 -1
  228. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +7 -7
  229. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
  230. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
  231. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
  232. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
  233. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +7 -7
  234. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
  235. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
  236. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
  237. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
  238. package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
  239. package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
  240. package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
  241. package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
  242. package/package.json +3 -2
  243. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
  244. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
  245. package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
  246. package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
  247. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
  248. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
  249. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
  250. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
  251. package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
  252. package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
  253. package/dist/models/schemas/bff/engagements/index.js +0 -2
  254. package/dist/models/schemas/bff/engagements/index.js.map +0 -1
@@ -1,347 +1,1113 @@
1
1
  import { z } from 'zod';
2
- export declare const SGetEnquirySimBFF: 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 estimatedConfirmedEndDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
- readonly estimatedConfirmedStartDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
- readonly simulationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
- readonly simulationFriendlyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
- readonly simulationName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
- readonly enquiryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
- readonly simulationStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28
- readonly expiryDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
- readonly jobTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
- readonly jobDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
- readonly internationalWaters: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
32
- readonly workCountryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
- readonly roleType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
34
- readonly solutionValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
- readonly solutionTypeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
- readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
- readonly salarychecklistValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
- readonly additionalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
- readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
- readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
- readonly simulationBasedOn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
42
- readonly rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
43
- readonly rateFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
44
- readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
- readonly paymentFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
46
- readonly revenuePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
47
- readonly workerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
- readonly draftingSimulationOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
- readonly pendingApprovalOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
- readonly approvedOrRejectedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
- readonly simulationCreationTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
52
- readonly simulationTurnaroundTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
53
- readonly rejectionReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
- readonly rejectionReasonDetailValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55
- readonly simulationDocuments: z.ZodTypeAny;
56
- readonly workCountry: z.ZodTypeAny;
57
- readonly currency: z.ZodTypeAny;
58
- readonly solution: z.ZodTypeAny;
59
- readonly solutionType: z.ZodTypeAny;
60
- readonly rejectionReason: z.ZodTypeAny;
61
- readonly rejectionReasonDetail: z.ZodTypeAny;
62
- }, "solutionValue" | "solutionTypeValue" | "jobTitle" | "jobDescription" | "estimatedConfirmedEndDate" | "estimatedConfirmedStartDate" | "simulationId" | "simulationFriendlyId" | "simulationStatus" | "expiryDate" | "simulationBasedOn" | "rate" | "rateFrequency" | "approvedOrRejectedOn" | "rejectionReasonValue" | "rejectionReasonDetailValue"> & {
63
- workCountry: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
64
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
66
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
67
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
68
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
69
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
70
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
71
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
72
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
73
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
74
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
75
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
76
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
77
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
78
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
79
- readonly countryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
80
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
81
- readonly code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
82
- readonly altSearchCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
83
- readonly continent: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
84
- readonly wwgEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
85
- readonly scatsCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
86
- readonly isSanctioned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
87
- readonly isEu: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
88
- readonly scatsWorkPermitServices: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
89
- readonly scatsWorkermitServicesNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
90
- readonly scatsAverageRoi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
91
- readonly scatsContractingCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
92
- readonly scatsFees: z.ZodOptional<z.ZodNullable<z.ZodString>>;
93
- readonly scatsPartnerAccountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
94
- readonly scatsInCountryServices: z.ZodOptional<z.ZodNullable<z.ZodString>>;
95
- }, "code">, z.UnknownKeysParam, z.ZodTypeAny, {
2
+ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
3
+ readonly ww_estimatedconfirmedenddate: {
4
+ readonly pretty: "estimatedConfirmedEndDate";
5
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6
+ };
7
+ readonly ww_estimatedconfirmedstartdate: {
8
+ readonly pretty: "estimatedConfirmedStartDate";
9
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ };
11
+ readonly ww_salaryillustrationid: {
12
+ readonly pretty: "simulationId";
13
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ };
15
+ readonly ww_simulationid: {
16
+ readonly pretty: "simulationFriendlyId";
17
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ };
19
+ readonly ww_simulationstatus: {
20
+ readonly pretty: "simulationStatus";
21
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
22
+ };
23
+ readonly ww_expirydate: {
24
+ readonly pretty: "expiryDate";
25
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ };
27
+ readonly ww_jobtitle: {
28
+ readonly pretty: "jobTitle";
29
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ };
31
+ readonly ww_jobdescription: {
32
+ readonly pretty: "jobDescription";
33
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ };
35
+ readonly _ww_solution_value: {
36
+ readonly relationshipName: "ww_Solution";
37
+ readonly entity: "products";
38
+ readonly pretty: "solutionValue";
39
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ };
41
+ readonly _ww_solutiontype_value: {
42
+ readonly relationshipName: "ww_SolutionType";
43
+ readonly entity: "products";
44
+ readonly pretty: "solutionTypeValue";
45
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ };
47
+ readonly ww_simulationbasedon: {
48
+ readonly pretty: "simulationBasedOn";
49
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50
+ };
51
+ readonly ww_rate: {
52
+ readonly pretty: "rate";
53
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
54
+ };
55
+ readonly ww_ratefrequency: {
56
+ readonly pretty: "rateFrequency";
57
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
58
+ };
59
+ readonly ww_approvedorrejectedon: {
60
+ readonly pretty: "approvedOrRejectedOn";
61
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
62
+ };
63
+ readonly _ww_rejectionreason_value: {
64
+ readonly relationshipName: "ww_RejectionReason";
65
+ readonly entity: "ww_disqualificationreasons";
66
+ readonly pretty: "rejectionReasonValue";
67
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
68
+ };
69
+ readonly _ww_rejectionreasondetail_value: {
70
+ readonly relationshipName: "ww_RejectionReasonDetail";
71
+ readonly entity: "ww_disqualificationreasons";
72
+ readonly pretty: "rejectionReasonDetailValue";
73
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
74
+ };
75
+ }> & {
76
+ workCountry: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
77
+ readonly _organizationid_value: {
78
+ readonly pretty: "organizationIdValue";
79
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
80
+ };
81
+ readonly '@odata.etag': {
82
+ readonly pretty: "etag";
83
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
84
+ };
85
+ readonly versionnumber: {
86
+ readonly pretty: "versionNumber";
87
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
88
+ };
89
+ readonly _createdby_value: {
90
+ readonly pretty: "createdByValue";
91
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
92
+ };
93
+ readonly createdon: {
94
+ readonly pretty: "createdOn";
95
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
96
+ };
97
+ readonly _createdonbehalfby_value: {
98
+ readonly pretty: "createdOnBehalfByValue";
99
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
100
+ };
101
+ readonly _modifiedby_value: {
102
+ readonly pretty: "modifiedByValue";
103
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
104
+ };
105
+ readonly modifiedon: {
106
+ readonly pretty: "modifiedOn";
107
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
108
+ };
109
+ readonly _modifiedonbehalfby_value: {
110
+ readonly pretty: "modifiedOnBehalfByValue";
111
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
112
+ };
113
+ readonly statecode: {
114
+ readonly pretty: "stateCode";
115
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
116
+ };
117
+ readonly statuscode: {
118
+ readonly pretty: "statusCode";
119
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
120
+ };
121
+ readonly importsequencenumber: {
122
+ readonly pretty: "importSequenceNumber";
123
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
124
+ };
125
+ readonly overriddencreatedon: {
126
+ readonly pretty: "overriddenCreatedOn";
127
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
128
+ };
129
+ readonly timezoneruleversionnumber: {
130
+ readonly pretty: "timezoneRuleVersionNumber";
131
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
132
+ };
133
+ readonly utcconversiontimezonecode: {
134
+ readonly pretty: "utcConversionTimezoneCode";
135
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
136
+ };
137
+ } & {
138
+ readonly ww_countryid: {
139
+ readonly pretty: "countryId";
140
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
141
+ };
142
+ readonly ww_name: {
143
+ readonly pretty: "name";
144
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
145
+ };
146
+ readonly ww_code: {
147
+ readonly pretty: "code";
148
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
149
+ };
150
+ readonly ww_altsearchcode: {
151
+ readonly pretty: "altSearchCode";
152
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
+ };
154
+ readonly ww_continent: {
155
+ readonly pretty: "continent";
156
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
157
+ };
158
+ readonly ww_wwgentity: {
159
+ readonly pretty: "wwgEntity";
160
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
161
+ };
162
+ readonly _ww_scats_currency_value: {
163
+ readonly pretty: "scatsCurrencyValue";
164
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
165
+ };
166
+ readonly ww_issanctioned: {
167
+ readonly pretty: "isSanctioned";
168
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
169
+ };
170
+ readonly ww_iseu: {
171
+ readonly pretty: "isEu";
172
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
173
+ };
174
+ readonly ww_scats_workpermitservices: {
175
+ readonly pretty: "scatsWorkPermitServices";
176
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
177
+ };
178
+ readonly ww_scats_workpermitservicesnotes: {
179
+ readonly pretty: "scatsWorkermitServicesNotes";
180
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
181
+ };
182
+ readonly ww_scats_averageroi: {
183
+ readonly pretty: "scatsAverageRoi";
184
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
185
+ };
186
+ readonly _ww_scats_contractingcompany_value: {
187
+ readonly pretty: "scatsContractingCompanyValue";
188
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
189
+ };
190
+ readonly ww_scats_fees: {
191
+ readonly pretty: "scatsFees";
192
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
193
+ };
194
+ readonly _ww_scats_partneraccountant_value: {
195
+ readonly pretty: "scatsPartnerAccountantValue";
196
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
197
+ };
198
+ readonly ww_scats_incountryservices: {
199
+ readonly pretty: "scatsInCountryServices";
200
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
201
+ };
202
+ }>, "code">, z.UnknownKeysParam, z.ZodTypeAny, {
96
203
  code?: string | null | undefined;
97
204
  }, {
98
205
  code?: string | null | undefined;
99
206
  }>, string | null | undefined, {
100
207
  code?: string | null | undefined;
101
208
  }>>>;
102
- currency: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
103
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
104
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
105
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
106
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
108
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
109
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
110
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
111
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
112
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
113
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
114
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
115
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
116
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
117
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
118
- readonly currencyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
119
- readonly isoCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
120
- readonly currencyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
121
- readonly currencySymbol: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
- readonly currencyPrecision: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
123
- readonly exchangeRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
124
- }, "isoCode" | "currencySymbol">, z.UnknownKeysParam, z.ZodTypeAny, {
209
+ currency: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
210
+ readonly _organizationid_value: {
211
+ readonly pretty: "organizationIdValue";
212
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
213
+ };
214
+ readonly '@odata.etag': {
215
+ readonly pretty: "etag";
216
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
217
+ };
218
+ readonly versionnumber: {
219
+ readonly pretty: "versionNumber";
220
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
221
+ };
222
+ readonly _createdby_value: {
223
+ readonly pretty: "createdByValue";
224
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
225
+ };
226
+ readonly createdon: {
227
+ readonly pretty: "createdOn";
228
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
229
+ };
230
+ readonly _createdonbehalfby_value: {
231
+ readonly pretty: "createdOnBehalfByValue";
232
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
233
+ };
234
+ readonly _modifiedby_value: {
235
+ readonly pretty: "modifiedByValue";
236
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
237
+ };
238
+ readonly modifiedon: {
239
+ readonly pretty: "modifiedOn";
240
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
241
+ };
242
+ readonly _modifiedonbehalfby_value: {
243
+ readonly pretty: "modifiedOnBehalfByValue";
244
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
245
+ };
246
+ readonly statecode: {
247
+ readonly pretty: "stateCode";
248
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
249
+ };
250
+ readonly statuscode: {
251
+ readonly pretty: "statusCode";
252
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
253
+ };
254
+ readonly importsequencenumber: {
255
+ readonly pretty: "importSequenceNumber";
256
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
257
+ };
258
+ readonly overriddencreatedon: {
259
+ readonly pretty: "overriddenCreatedOn";
260
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
261
+ };
262
+ readonly timezoneruleversionnumber: {
263
+ readonly pretty: "timezoneRuleVersionNumber";
264
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
265
+ };
266
+ readonly utcconversiontimezonecode: {
267
+ readonly pretty: "utcConversionTimezoneCode";
268
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
269
+ };
270
+ } & {
271
+ readonly transactioncurrencyid: {
272
+ readonly pretty: "currencyId";
273
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
274
+ };
275
+ readonly isocurrencycode: {
276
+ readonly pretty: "isoCode";
277
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
278
+ };
279
+ readonly currencyname: {
280
+ readonly pretty: "currencyName";
281
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
282
+ };
283
+ readonly currencysymbol: {
284
+ readonly pretty: "currencySymbol";
285
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
286
+ };
287
+ readonly currencyprecision: {
288
+ readonly pretty: "currencyPrecision";
289
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
290
+ };
291
+ readonly exchangerate: {
292
+ readonly pretty: "exchangeRate";
293
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
294
+ };
295
+ }>, "isoCode" | "currencySymbol">, z.UnknownKeysParam, z.ZodTypeAny, {
125
296
  isoCode?: string | null | undefined;
126
297
  currencySymbol?: string | null | undefined;
127
298
  }, {
128
299
  isoCode?: string | null | undefined;
129
300
  currencySymbol?: string | null | undefined;
130
301
  }>>>;
131
- solution: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
132
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
134
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
135
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
136
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
137
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
138
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
139
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
140
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
141
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
142
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
143
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
144
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
145
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
146
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
147
- readonly productId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
148
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
149
- readonly productNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
150
- readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
151
- readonly locationCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
152
- readonly costCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
- readonly entitlementCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
154
- readonly solutionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
155
- readonly specialFeesApply: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
156
- readonly price: z.ZodOptional<z.ZodNullable<z.ZodString>>;
157
- readonly priceBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
158
- readonly plusUplift: z.ZodOptional<z.ZodNullable<z.ZodString>>;
159
- readonly plusUpliftBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
160
- readonly plusUpliftWeekly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
161
- readonly plusUpliftWeeklyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
162
- readonly plusUpliftFortnightly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
163
- readonly plusUpliftFortnightlyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
164
- readonly vendorName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
165
- readonly vendorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
166
- readonly vendorPartNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
167
- readonly supplierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
168
- readonly parentProductId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
169
- readonly defaultUomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
170
- readonly defaultUomScheduleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
171
- readonly priceLevelId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
172
- readonly subjectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
173
- readonly isKit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
174
- readonly isStockItem: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
175
- readonly isReparented: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
176
- readonly msdynGdprOptOut: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
177
- readonly standardCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
178
- readonly standardCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
179
- readonly currentCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
180
- readonly currentCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
181
- readonly msdynceAmount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
182
- readonly msdynceAmountBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
183
- readonly entityImage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
184
- readonly entityImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
185
- readonly entityImageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
186
- readonly entityImageTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
187
- readonly validFromDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
188
- readonly validToDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
189
- readonly productTypeCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
190
- readonly productStructure: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
191
- readonly hierarchyPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
192
- readonly traversedPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
193
- readonly processId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
194
- readonly stageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
195
- }, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
302
+ solution: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
303
+ readonly _organizationid_value: {
304
+ readonly pretty: "organizationIdValue";
305
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
306
+ };
307
+ readonly '@odata.etag': {
308
+ readonly pretty: "etag";
309
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
310
+ };
311
+ readonly versionnumber: {
312
+ readonly pretty: "versionNumber";
313
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
314
+ };
315
+ readonly _createdby_value: {
316
+ readonly pretty: "createdByValue";
317
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
318
+ };
319
+ readonly createdon: {
320
+ readonly pretty: "createdOn";
321
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
322
+ };
323
+ readonly _createdonbehalfby_value: {
324
+ readonly pretty: "createdOnBehalfByValue";
325
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
326
+ };
327
+ readonly _modifiedby_value: {
328
+ readonly pretty: "modifiedByValue";
329
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
330
+ };
331
+ readonly modifiedon: {
332
+ readonly pretty: "modifiedOn";
333
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
334
+ };
335
+ readonly _modifiedonbehalfby_value: {
336
+ readonly pretty: "modifiedOnBehalfByValue";
337
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
338
+ };
339
+ readonly statecode: {
340
+ readonly pretty: "stateCode";
341
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
342
+ };
343
+ readonly statuscode: {
344
+ readonly pretty: "statusCode";
345
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
346
+ };
347
+ readonly importsequencenumber: {
348
+ readonly pretty: "importSequenceNumber";
349
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
350
+ };
351
+ readonly overriddencreatedon: {
352
+ readonly pretty: "overriddenCreatedOn";
353
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
354
+ };
355
+ readonly timezoneruleversionnumber: {
356
+ readonly pretty: "timezoneRuleVersionNumber";
357
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
358
+ };
359
+ readonly utcconversiontimezonecode: {
360
+ readonly pretty: "utcConversionTimezoneCode";
361
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
362
+ };
363
+ } & {
364
+ readonly productid: {
365
+ readonly pretty: "productId";
366
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
367
+ };
368
+ readonly name: {
369
+ readonly pretty: "name";
370
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
371
+ };
372
+ readonly productnumber: {
373
+ readonly pretty: "productNumber";
374
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
375
+ };
376
+ readonly description: {
377
+ readonly pretty: "description";
378
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
379
+ };
380
+ readonly ww_locationcode: {
381
+ readonly pretty: "locationCode";
382
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
383
+ };
384
+ readonly ww_costcentrecode: {
385
+ readonly pretty: "costCentreCode";
386
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
387
+ };
388
+ readonly ww_entitlementcentrecode: {
389
+ readonly pretty: "entitlementCentreCode";
390
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
391
+ };
392
+ readonly ww_solutiontype: {
393
+ readonly pretty: "solutionType";
394
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
395
+ };
396
+ readonly ww_specialfeesapply: {
397
+ readonly pretty: "specialFeesApply";
398
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
399
+ };
400
+ readonly price: {
401
+ readonly pretty: "price";
402
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
403
+ };
404
+ readonly price_base: {
405
+ readonly pretty: "priceBase";
406
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
407
+ };
408
+ readonly ww_plusuplift: {
409
+ readonly pretty: "plusUplift";
410
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
411
+ };
412
+ readonly ww_plusuplift_base: {
413
+ readonly pretty: "plusUpliftBase";
414
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
415
+ };
416
+ readonly ww_plusupliftweekly: {
417
+ readonly pretty: "plusUpliftWeekly";
418
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
419
+ };
420
+ readonly ww_plusupliftweekly_base: {
421
+ readonly pretty: "plusUpliftWeeklyBase";
422
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
423
+ };
424
+ readonly ww_plusupliftfortnightly: {
425
+ readonly pretty: "plusUpliftFortnightly";
426
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
427
+ };
428
+ readonly ww_plusupliftfortnightly_base: {
429
+ readonly pretty: "plusUpliftFortnightlyBase";
430
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
431
+ };
432
+ readonly vendorname: {
433
+ readonly pretty: "vendorName";
434
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
435
+ };
436
+ readonly vendorid: {
437
+ readonly pretty: "vendorId";
438
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
439
+ };
440
+ readonly vendorpartnumber: {
441
+ readonly pretty: "vendorPartNumber";
442
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
443
+ };
444
+ readonly suppliername: {
445
+ readonly pretty: "supplierName";
446
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
447
+ };
448
+ readonly _parentProductId_value: {
449
+ readonly pretty: "parentProductId";
450
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
451
+ };
452
+ readonly _defaultuomid_value: {
453
+ readonly pretty: "defaultUomId";
454
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
455
+ };
456
+ readonly _defaultuomscheduleid_value: {
457
+ readonly pretty: "defaultUomScheduleId";
458
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
459
+ };
460
+ readonly _pricelevelid_value: {
461
+ readonly pretty: "priceLevelId";
462
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
463
+ };
464
+ readonly _subjectid_value: {
465
+ readonly pretty: "subjectId";
466
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
467
+ };
468
+ readonly iskit: {
469
+ readonly pretty: "isKit";
470
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
471
+ };
472
+ readonly isstockitem: {
473
+ readonly pretty: "isStockItem";
474
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
475
+ };
476
+ readonly isreparented: {
477
+ readonly pretty: "isReparented";
478
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
479
+ };
480
+ readonly msdyn_gdproptout: {
481
+ readonly pretty: "msdynGdprOptOut";
482
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
483
+ };
484
+ readonly standardcost: {
485
+ readonly pretty: "standardCost";
486
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
487
+ };
488
+ readonly standardcost_base: {
489
+ readonly pretty: "standardCostBase";
490
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
491
+ };
492
+ readonly currentcost: {
493
+ readonly pretty: "currentCost";
494
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
495
+ };
496
+ readonly currentcost_base: {
497
+ readonly pretty: "currentCostBase";
498
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
499
+ };
500
+ readonly msdynce_amount: {
501
+ readonly pretty: "msdynceAmount";
502
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
503
+ };
504
+ readonly msdynce_amount_base: {
505
+ readonly pretty: "msdynceAmountBase";
506
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
507
+ };
508
+ readonly entityimage: {
509
+ readonly pretty: "entityImage";
510
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
511
+ };
512
+ readonly entityimage_url: {
513
+ readonly pretty: "entityImageUrl";
514
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
515
+ };
516
+ readonly entityimageid: {
517
+ readonly pretty: "entityImageId";
518
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
519
+ };
520
+ readonly entityimage_timestamp: {
521
+ readonly pretty: "entityImageTimestamp";
522
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
523
+ };
524
+ readonly validfromdate: {
525
+ readonly pretty: "validFromDate";
526
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
527
+ };
528
+ readonly validtodate: {
529
+ readonly pretty: "validToDate";
530
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
531
+ };
532
+ readonly producttypecode: {
533
+ readonly pretty: "productTypeCode";
534
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
535
+ };
536
+ readonly productstructure: {
537
+ readonly pretty: "productStructure";
538
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
539
+ };
540
+ readonly hierarchypath: {
541
+ readonly pretty: "hierarchyPath";
542
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
543
+ };
544
+ readonly traversedpath: {
545
+ readonly pretty: "traversedPath";
546
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
547
+ };
548
+ readonly processid: {
549
+ readonly pretty: "processId";
550
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
551
+ };
552
+ readonly stageid: {
553
+ readonly pretty: "stageId";
554
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
555
+ };
556
+ }>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
196
557
  productNumber?: string | null | undefined;
197
558
  }, {
198
559
  productNumber?: string | null | undefined;
199
560
  }>, string | null | undefined, {
200
561
  productNumber?: string | null | undefined;
201
562
  }>>>;
202
- solutionType: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
203
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
204
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
205
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
206
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
207
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
208
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
209
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
210
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
211
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
212
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
213
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
214
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
215
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
216
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
217
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
218
- readonly productId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
219
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
220
- readonly productNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
221
- readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
222
- readonly locationCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
223
- readonly costCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
224
- readonly entitlementCentreCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
225
- readonly solutionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
226
- readonly specialFeesApply: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
227
- readonly price: z.ZodOptional<z.ZodNullable<z.ZodString>>;
228
- readonly priceBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
229
- readonly plusUplift: z.ZodOptional<z.ZodNullable<z.ZodString>>;
230
- readonly plusUpliftBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
231
- readonly plusUpliftWeekly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
232
- readonly plusUpliftWeeklyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
233
- readonly plusUpliftFortnightly: z.ZodOptional<z.ZodNullable<z.ZodString>>;
234
- readonly plusUpliftFortnightlyBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
235
- readonly vendorName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
236
- readonly vendorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
237
- readonly vendorPartNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
238
- readonly supplierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
239
- readonly parentProductId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
240
- readonly defaultUomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
241
- readonly defaultUomScheduleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
242
- readonly priceLevelId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
243
- readonly subjectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
244
- readonly isKit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
245
- readonly isStockItem: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
246
- readonly isReparented: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
247
- readonly msdynGdprOptOut: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
248
- readonly standardCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
249
- readonly standardCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
250
- readonly currentCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
251
- readonly currentCostBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
252
- readonly msdynceAmount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
253
- readonly msdynceAmountBase: z.ZodOptional<z.ZodNullable<z.ZodString>>;
254
- readonly entityImage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
255
- readonly entityImageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
256
- readonly entityImageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
257
- readonly entityImageTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
258
- readonly validFromDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
259
- readonly validToDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
260
- readonly productTypeCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
261
- readonly productStructure: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
262
- readonly hierarchyPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
263
- readonly traversedPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
264
- readonly processId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
265
- readonly stageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
266
- }, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
563
+ solutionType: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
564
+ readonly _organizationid_value: {
565
+ readonly pretty: "organizationIdValue";
566
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
567
+ };
568
+ readonly '@odata.etag': {
569
+ readonly pretty: "etag";
570
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
571
+ };
572
+ readonly versionnumber: {
573
+ readonly pretty: "versionNumber";
574
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
575
+ };
576
+ readonly _createdby_value: {
577
+ readonly pretty: "createdByValue";
578
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
579
+ };
580
+ readonly createdon: {
581
+ readonly pretty: "createdOn";
582
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
583
+ };
584
+ readonly _createdonbehalfby_value: {
585
+ readonly pretty: "createdOnBehalfByValue";
586
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
587
+ };
588
+ readonly _modifiedby_value: {
589
+ readonly pretty: "modifiedByValue";
590
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
591
+ };
592
+ readonly modifiedon: {
593
+ readonly pretty: "modifiedOn";
594
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
595
+ };
596
+ readonly _modifiedonbehalfby_value: {
597
+ readonly pretty: "modifiedOnBehalfByValue";
598
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
599
+ };
600
+ readonly statecode: {
601
+ readonly pretty: "stateCode";
602
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
603
+ };
604
+ readonly statuscode: {
605
+ readonly pretty: "statusCode";
606
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
607
+ };
608
+ readonly importsequencenumber: {
609
+ readonly pretty: "importSequenceNumber";
610
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
611
+ };
612
+ readonly overriddencreatedon: {
613
+ readonly pretty: "overriddenCreatedOn";
614
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
615
+ };
616
+ readonly timezoneruleversionnumber: {
617
+ readonly pretty: "timezoneRuleVersionNumber";
618
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
619
+ };
620
+ readonly utcconversiontimezonecode: {
621
+ readonly pretty: "utcConversionTimezoneCode";
622
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
623
+ };
624
+ } & {
625
+ readonly productid: {
626
+ readonly pretty: "productId";
627
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
628
+ };
629
+ readonly name: {
630
+ readonly pretty: "name";
631
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
632
+ };
633
+ readonly productnumber: {
634
+ readonly pretty: "productNumber";
635
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
636
+ };
637
+ readonly description: {
638
+ readonly pretty: "description";
639
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
640
+ };
641
+ readonly ww_locationcode: {
642
+ readonly pretty: "locationCode";
643
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
644
+ };
645
+ readonly ww_costcentrecode: {
646
+ readonly pretty: "costCentreCode";
647
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
648
+ };
649
+ readonly ww_entitlementcentrecode: {
650
+ readonly pretty: "entitlementCentreCode";
651
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
652
+ };
653
+ readonly ww_solutiontype: {
654
+ readonly pretty: "solutionType";
655
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
656
+ };
657
+ readonly ww_specialfeesapply: {
658
+ readonly pretty: "specialFeesApply";
659
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
660
+ };
661
+ readonly price: {
662
+ readonly pretty: "price";
663
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
664
+ };
665
+ readonly price_base: {
666
+ readonly pretty: "priceBase";
667
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
668
+ };
669
+ readonly ww_plusuplift: {
670
+ readonly pretty: "plusUplift";
671
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
672
+ };
673
+ readonly ww_plusuplift_base: {
674
+ readonly pretty: "plusUpliftBase";
675
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
676
+ };
677
+ readonly ww_plusupliftweekly: {
678
+ readonly pretty: "plusUpliftWeekly";
679
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
680
+ };
681
+ readonly ww_plusupliftweekly_base: {
682
+ readonly pretty: "plusUpliftWeeklyBase";
683
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
684
+ };
685
+ readonly ww_plusupliftfortnightly: {
686
+ readonly pretty: "plusUpliftFortnightly";
687
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
688
+ };
689
+ readonly ww_plusupliftfortnightly_base: {
690
+ readonly pretty: "plusUpliftFortnightlyBase";
691
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
692
+ };
693
+ readonly vendorname: {
694
+ readonly pretty: "vendorName";
695
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
696
+ };
697
+ readonly vendorid: {
698
+ readonly pretty: "vendorId";
699
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
700
+ };
701
+ readonly vendorpartnumber: {
702
+ readonly pretty: "vendorPartNumber";
703
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
704
+ };
705
+ readonly suppliername: {
706
+ readonly pretty: "supplierName";
707
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
708
+ };
709
+ readonly _parentProductId_value: {
710
+ readonly pretty: "parentProductId";
711
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
712
+ };
713
+ readonly _defaultuomid_value: {
714
+ readonly pretty: "defaultUomId";
715
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
716
+ };
717
+ readonly _defaultuomscheduleid_value: {
718
+ readonly pretty: "defaultUomScheduleId";
719
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
720
+ };
721
+ readonly _pricelevelid_value: {
722
+ readonly pretty: "priceLevelId";
723
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
724
+ };
725
+ readonly _subjectid_value: {
726
+ readonly pretty: "subjectId";
727
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
728
+ };
729
+ readonly iskit: {
730
+ readonly pretty: "isKit";
731
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
732
+ };
733
+ readonly isstockitem: {
734
+ readonly pretty: "isStockItem";
735
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
736
+ };
737
+ readonly isreparented: {
738
+ readonly pretty: "isReparented";
739
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
740
+ };
741
+ readonly msdyn_gdproptout: {
742
+ readonly pretty: "msdynGdprOptOut";
743
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
744
+ };
745
+ readonly standardcost: {
746
+ readonly pretty: "standardCost";
747
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
748
+ };
749
+ readonly standardcost_base: {
750
+ readonly pretty: "standardCostBase";
751
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
752
+ };
753
+ readonly currentcost: {
754
+ readonly pretty: "currentCost";
755
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
756
+ };
757
+ readonly currentcost_base: {
758
+ readonly pretty: "currentCostBase";
759
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
760
+ };
761
+ readonly msdynce_amount: {
762
+ readonly pretty: "msdynceAmount";
763
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
764
+ };
765
+ readonly msdynce_amount_base: {
766
+ readonly pretty: "msdynceAmountBase";
767
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
768
+ };
769
+ readonly entityimage: {
770
+ readonly pretty: "entityImage";
771
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
772
+ };
773
+ readonly entityimage_url: {
774
+ readonly pretty: "entityImageUrl";
775
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
776
+ };
777
+ readonly entityimageid: {
778
+ readonly pretty: "entityImageId";
779
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
780
+ };
781
+ readonly entityimage_timestamp: {
782
+ readonly pretty: "entityImageTimestamp";
783
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
784
+ };
785
+ readonly validfromdate: {
786
+ readonly pretty: "validFromDate";
787
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
788
+ };
789
+ readonly validtodate: {
790
+ readonly pretty: "validToDate";
791
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
792
+ };
793
+ readonly producttypecode: {
794
+ readonly pretty: "productTypeCode";
795
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
796
+ };
797
+ readonly productstructure: {
798
+ readonly pretty: "productStructure";
799
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
800
+ };
801
+ readonly hierarchypath: {
802
+ readonly pretty: "hierarchyPath";
803
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
804
+ };
805
+ readonly traversedpath: {
806
+ readonly pretty: "traversedPath";
807
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
808
+ };
809
+ readonly processid: {
810
+ readonly pretty: "processId";
811
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
812
+ };
813
+ readonly stageid: {
814
+ readonly pretty: "stageId";
815
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
816
+ };
817
+ }>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
267
818
  productNumber?: string | null | undefined;
268
819
  }, {
269
820
  productNumber?: string | null | undefined;
270
821
  }>, string | null | undefined, {
271
822
  productNumber?: string | null | undefined;
272
823
  }>>>;
273
- simulationDocuments: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
274
- readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
275
- readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
276
- readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
277
- readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
278
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
279
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
280
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
281
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
282
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
283
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
284
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
285
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
286
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
287
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
288
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
289
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
290
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
291
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
292
- readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
293
- readonly directorApprovedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
294
- readonly scatsContractingContractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
295
- readonly contractorDocumentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
296
- readonly customerIpAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
297
- readonly directorApprovalRequired: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
298
- readonly directorApprovedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
299
- readonly documentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
300
- readonly documentReceivedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
301
- readonly documentStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
302
- readonly documentDisplay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
303
- readonly file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
304
- readonly fileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
305
- readonly requiresContractorSignature: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
306
- readonly signedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
307
- readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
308
- readonly uploadedFromWeb: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
309
- readonly workerApproved: z.ZodOptional<z.ZodNullable<z.ZodString>>;
310
- readonly contractor: z.ZodTypeAny;
311
- readonly directorApproved: z.ZodTypeAny;
312
- readonly accountValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
313
- readonly attachment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
314
- readonly attachmentName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
315
- readonly category: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
316
- readonly date6catsSigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
317
- readonly dateAgencySigned: z.ZodOptional<z.ZodNullable<z.ZodString>>;
318
- readonly dateReceived: z.ZodOptional<z.ZodNullable<z.ZodString>>;
319
- readonly dateReviewed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
320
- readonly documentRefNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
321
- readonly documentType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
322
- readonly ipAddress: z.ZodOptional<z.ZodNullable<z.ZodString>>;
323
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
324
- readonly signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
325
- readonly signatureTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
326
- readonly signatureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
327
- readonly signatureId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
328
- readonly validFrom: z.ZodOptional<z.ZodNullable<z.ZodString>>;
329
- readonly validTo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
330
- readonly documentReceivedTime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
331
- readonly source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
332
- readonly changeRequestDocumentsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
333
- readonly identityVerificationStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
334
- readonly simulationValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
335
- readonly employmentType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
336
- readonly assignmentExtensionsValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
337
- readonly reasons: z.ZodOptional<z.ZodNullable<z.ZodString>>;
338
- readonly contractType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
339
- readonly requiredBeforeLegalApproval: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
340
- readonly value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
341
- readonly limitedCompanyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
342
- readonly config: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
343
- readonly identityVerificationUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
344
- }, "name" | "contractorDocumentId" | "fileName">, z.UnknownKeysParam, z.ZodTypeAny, {
824
+ simulationDocuments: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
825
+ readonly _ownerid_value: {
826
+ readonly pretty: "ownerIdValue";
827
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
828
+ };
829
+ readonly _owningbusinessunit_value: {
830
+ readonly pretty: "owningBusinessUnitValue";
831
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
832
+ };
833
+ readonly _owningteam_value: {
834
+ readonly pretty: "owningTeamValue";
835
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
836
+ };
837
+ readonly _owninguser_value: {
838
+ readonly pretty: "owningUserValue";
839
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
840
+ };
841
+ readonly '@odata.etag': {
842
+ readonly pretty: "etag";
843
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
844
+ };
845
+ readonly versionnumber: {
846
+ readonly pretty: "versionNumber";
847
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
848
+ };
849
+ readonly _createdby_value: {
850
+ readonly pretty: "createdByValue";
851
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
852
+ };
853
+ readonly createdon: {
854
+ readonly pretty: "createdOn";
855
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
856
+ };
857
+ readonly _createdonbehalfby_value: {
858
+ readonly pretty: "createdOnBehalfByValue";
859
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
860
+ };
861
+ readonly _modifiedby_value: {
862
+ readonly pretty: "modifiedByValue";
863
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
864
+ };
865
+ readonly modifiedon: {
866
+ readonly pretty: "modifiedOn";
867
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
868
+ };
869
+ readonly _modifiedonbehalfby_value: {
870
+ readonly pretty: "modifiedOnBehalfByValue";
871
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
872
+ };
873
+ readonly statecode: {
874
+ readonly pretty: "stateCode";
875
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
876
+ };
877
+ readonly statuscode: {
878
+ readonly pretty: "statusCode";
879
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
880
+ };
881
+ readonly importsequencenumber: {
882
+ readonly pretty: "importSequenceNumber";
883
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
884
+ };
885
+ readonly overriddencreatedon: {
886
+ readonly pretty: "overriddenCreatedOn";
887
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
888
+ };
889
+ readonly timezoneruleversionnumber: {
890
+ readonly pretty: "timezoneRuleVersionNumber";
891
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
892
+ };
893
+ readonly utcconversiontimezonecode: {
894
+ readonly pretty: "utcConversionTimezoneCode";
895
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
896
+ };
897
+ } & {
898
+ readonly _ww_contractor_value: {
899
+ readonly relationshipName: "ww_Contractor";
900
+ readonly entity: "contacts";
901
+ readonly pretty: "contractorValue";
902
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
903
+ };
904
+ readonly _ww_directorapproved_value: {
905
+ readonly relationshipName: "ww_DirectorApproved";
906
+ readonly entity: "contacts";
907
+ readonly pretty: "directorApprovedValue";
908
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
909
+ };
910
+ readonly _ww_scats_contractingContractor_value: {
911
+ readonly pretty: "scatsContractingContractorValue";
912
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
913
+ };
914
+ readonly ww_contractordocumentid: {
915
+ readonly pretty: "contractorDocumentId";
916
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
917
+ };
918
+ readonly ww_customeripaddress: {
919
+ readonly pretty: "customerIpAddress";
920
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
921
+ };
922
+ readonly ww_directorapprovalrequired: {
923
+ readonly pretty: "directorApprovalRequired";
924
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
925
+ };
926
+ readonly ww_directorapproveddate: {
927
+ readonly pretty: "directorApprovedDate";
928
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
929
+ };
930
+ readonly ww_documentid: {
931
+ readonly pretty: "documentId";
932
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
933
+ };
934
+ readonly ww_documentreceiveddate: {
935
+ readonly pretty: "documentReceivedDate";
936
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
937
+ };
938
+ readonly ww_documentstatus: {
939
+ readonly pretty: "documentStatus";
940
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
941
+ };
942
+ readonly ww_documentdisplay: {
943
+ readonly pretty: "documentDisplay";
944
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
945
+ };
946
+ readonly ww_file: {
947
+ readonly pretty: "file";
948
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
949
+ };
950
+ readonly ww_file_name: {
951
+ readonly pretty: "fileName";
952
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
953
+ };
954
+ readonly ww_requirescontractorsignature: {
955
+ readonly pretty: "requiresContractorSignature";
956
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
957
+ };
958
+ readonly ww_signedon: {
959
+ readonly pretty: "signedOn";
960
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
961
+ };
962
+ readonly ww_type: {
963
+ readonly pretty: "type";
964
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
965
+ };
966
+ readonly ww_uploadedfromweb: {
967
+ readonly pretty: "uploadedFromWeb";
968
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
969
+ };
970
+ readonly ww_workerapproved: {
971
+ readonly pretty: "workerApproved";
972
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
973
+ };
974
+ readonly ww_Contractor: {
975
+ readonly pretty: "contractor";
976
+ readonly entityKey: "contact";
977
+ };
978
+ readonly ww_DirectorApproved: {
979
+ readonly pretty: "directorApproved";
980
+ readonly entityKey: "contact";
981
+ };
982
+ readonly _ww_account_value: {
983
+ readonly pretty: "accountValue";
984
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
985
+ };
986
+ readonly ww_attachment: {
987
+ readonly pretty: "attachment";
988
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
989
+ };
990
+ readonly ww_attachment_name: {
991
+ readonly pretty: "attachmentName";
992
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
993
+ };
994
+ readonly ww_category: {
995
+ readonly pretty: "category";
996
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
997
+ };
998
+ readonly ww_date6catssigned: {
999
+ readonly pretty: "date6catsSigned";
1000
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1001
+ };
1002
+ readonly ww_dateagencysigned: {
1003
+ readonly pretty: "dateAgencySigned";
1004
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1005
+ };
1006
+ readonly ww_datereceived: {
1007
+ readonly pretty: "dateReceived";
1008
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1009
+ };
1010
+ readonly ww_datereviewed: {
1011
+ readonly pretty: "dateReviewed";
1012
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1013
+ };
1014
+ readonly ww_documentrefnumber: {
1015
+ readonly pretty: "documentRefNumber";
1016
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1017
+ };
1018
+ readonly ww_documenttype: {
1019
+ readonly pretty: "documentType";
1020
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1021
+ };
1022
+ readonly ww_ipaddress: {
1023
+ readonly pretty: "ipAddress";
1024
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1025
+ };
1026
+ readonly ww_name: {
1027
+ readonly pretty: "name";
1028
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1029
+ };
1030
+ readonly ww_signature: {
1031
+ readonly pretty: "signature";
1032
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1033
+ };
1034
+ readonly ww_signature_timestamp: {
1035
+ readonly pretty: "signatureTimestamp";
1036
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1037
+ };
1038
+ readonly ww_signature_url: {
1039
+ readonly pretty: "signatureUrl";
1040
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1041
+ };
1042
+ readonly ww_signatureid: {
1043
+ readonly pretty: "signatureId";
1044
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1045
+ };
1046
+ readonly ww_validfrom: {
1047
+ readonly pretty: "validFrom";
1048
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1049
+ };
1050
+ readonly ww_validto: {
1051
+ readonly pretty: "validTo";
1052
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1053
+ };
1054
+ readonly ww_documentreceivedtime: {
1055
+ readonly pretty: "documentReceivedTime";
1056
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1057
+ };
1058
+ readonly ww_source: {
1059
+ readonly pretty: "source";
1060
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1061
+ };
1062
+ readonly _ww_changerequestdocuments_value: {
1063
+ readonly pretty: "changeRequestDocumentsValue";
1064
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1065
+ };
1066
+ readonly ww_identityverificationstatus: {
1067
+ readonly pretty: "identityVerificationStatus";
1068
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1069
+ };
1070
+ readonly _ww_simulation_value: {
1071
+ readonly pretty: "simulationValue";
1072
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1073
+ };
1074
+ readonly ww_employmenttype: {
1075
+ readonly pretty: "employmentType";
1076
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1077
+ };
1078
+ readonly _ww_assignmentextensions_value: {
1079
+ readonly pretty: "assignmentExtensionsValue";
1080
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1081
+ };
1082
+ readonly ww_reasons: {
1083
+ readonly pretty: "reasons";
1084
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1085
+ };
1086
+ readonly ww_contracttype: {
1087
+ readonly pretty: "contractType";
1088
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1089
+ };
1090
+ readonly ww_requiredbeforelegalapproval: {
1091
+ readonly pretty: "requiredBeforeLegalApproval";
1092
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1093
+ };
1094
+ readonly ww_value: {
1095
+ readonly pretty: "value";
1096
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1097
+ };
1098
+ readonly ww_limitedcompanyname: {
1099
+ readonly pretty: "limitedCompanyName";
1100
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1101
+ };
1102
+ readonly ww_config: {
1103
+ readonly pretty: "config";
1104
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1105
+ };
1106
+ readonly ww_identityverificationurl: {
1107
+ readonly pretty: "identityVerificationUrl";
1108
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1109
+ };
1110
+ }>, "name" | "contractorDocumentId" | "fileName">, z.UnknownKeysParam, z.ZodTypeAny, {
345
1111
  name?: string | null | undefined;
346
1112
  contractorDocumentId?: string | null | undefined;
347
1113
  fileName?: string | null | undefined;
@@ -350,28 +1116,89 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
350
1116
  contractorDocumentId?: string | null | undefined;
351
1117
  fileName?: string | null | undefined;
352
1118
  }>>>, "many">>;
353
- rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
354
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
355
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
356
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
357
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
358
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
359
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
360
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
361
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
362
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
363
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
364
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
365
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
366
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
367
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
368
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
369
- readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
370
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
371
- readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
372
- readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
373
- readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
374
- }, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
1119
+ rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
1120
+ readonly _organizationid_value: {
1121
+ readonly pretty: "organizationIdValue";
1122
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1123
+ };
1124
+ readonly '@odata.etag': {
1125
+ readonly pretty: "etag";
1126
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
1127
+ };
1128
+ readonly versionnumber: {
1129
+ readonly pretty: "versionNumber";
1130
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1131
+ };
1132
+ readonly _createdby_value: {
1133
+ readonly pretty: "createdByValue";
1134
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1135
+ };
1136
+ readonly createdon: {
1137
+ readonly pretty: "createdOn";
1138
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1139
+ };
1140
+ readonly _createdonbehalfby_value: {
1141
+ readonly pretty: "createdOnBehalfByValue";
1142
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1143
+ };
1144
+ readonly _modifiedby_value: {
1145
+ readonly pretty: "modifiedByValue";
1146
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1147
+ };
1148
+ readonly modifiedon: {
1149
+ readonly pretty: "modifiedOn";
1150
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1151
+ };
1152
+ readonly _modifiedonbehalfby_value: {
1153
+ readonly pretty: "modifiedOnBehalfByValue";
1154
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1155
+ };
1156
+ readonly statecode: {
1157
+ readonly pretty: "stateCode";
1158
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1159
+ };
1160
+ readonly statuscode: {
1161
+ readonly pretty: "statusCode";
1162
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1163
+ };
1164
+ readonly importsequencenumber: {
1165
+ readonly pretty: "importSequenceNumber";
1166
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1167
+ };
1168
+ readonly overriddencreatedon: {
1169
+ readonly pretty: "overriddenCreatedOn";
1170
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1171
+ };
1172
+ readonly timezoneruleversionnumber: {
1173
+ readonly pretty: "timezoneRuleVersionNumber";
1174
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1175
+ };
1176
+ readonly utcconversiontimezonecode: {
1177
+ readonly pretty: "utcConversionTimezoneCode";
1178
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1179
+ };
1180
+ } & {
1181
+ readonly ww_disqualificationreasonid: {
1182
+ readonly pretty: "disqualificationReasonId";
1183
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1184
+ };
1185
+ readonly ww_name: {
1186
+ readonly pretty: "name";
1187
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1188
+ };
1189
+ readonly ww_reference: {
1190
+ readonly pretty: "reference";
1191
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1192
+ };
1193
+ readonly ww_type: {
1194
+ readonly pretty: "type";
1195
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1196
+ };
1197
+ readonly _ww_parentdisqualificationreason_value: {
1198
+ readonly pretty: "parentDisqualificationReasonValue";
1199
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1200
+ };
1201
+ }>, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
375
1202
  name?: string | null | undefined;
376
1203
  disqualificationReasonId?: string | null | undefined;
377
1204
  reference?: string | null | undefined;
@@ -380,28 +1207,89 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
380
1207
  disqualificationReasonId?: string | null | undefined;
381
1208
  reference?: string | null | undefined;
382
1209
  }>>>;
383
- rejectionReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
384
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
385
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
386
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
387
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
388
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
389
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
390
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
391
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
392
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
393
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
394
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
395
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
396
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
398
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
399
- readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
400
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
401
- readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
402
- readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
403
- readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
404
- }, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
1210
+ rejectionReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
1211
+ readonly _organizationid_value: {
1212
+ readonly pretty: "organizationIdValue";
1213
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1214
+ };
1215
+ readonly '@odata.etag': {
1216
+ readonly pretty: "etag";
1217
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
1218
+ };
1219
+ readonly versionnumber: {
1220
+ readonly pretty: "versionNumber";
1221
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1222
+ };
1223
+ readonly _createdby_value: {
1224
+ readonly pretty: "createdByValue";
1225
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1226
+ };
1227
+ readonly createdon: {
1228
+ readonly pretty: "createdOn";
1229
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1230
+ };
1231
+ readonly _createdonbehalfby_value: {
1232
+ readonly pretty: "createdOnBehalfByValue";
1233
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1234
+ };
1235
+ readonly _modifiedby_value: {
1236
+ readonly pretty: "modifiedByValue";
1237
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1238
+ };
1239
+ readonly modifiedon: {
1240
+ readonly pretty: "modifiedOn";
1241
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1242
+ };
1243
+ readonly _modifiedonbehalfby_value: {
1244
+ readonly pretty: "modifiedOnBehalfByValue";
1245
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1246
+ };
1247
+ readonly statecode: {
1248
+ readonly pretty: "stateCode";
1249
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1250
+ };
1251
+ readonly statuscode: {
1252
+ readonly pretty: "statusCode";
1253
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1254
+ };
1255
+ readonly importsequencenumber: {
1256
+ readonly pretty: "importSequenceNumber";
1257
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1258
+ };
1259
+ readonly overriddencreatedon: {
1260
+ readonly pretty: "overriddenCreatedOn";
1261
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1262
+ };
1263
+ readonly timezoneruleversionnumber: {
1264
+ readonly pretty: "timezoneRuleVersionNumber";
1265
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1266
+ };
1267
+ readonly utcconversiontimezonecode: {
1268
+ readonly pretty: "utcConversionTimezoneCode";
1269
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1270
+ };
1271
+ } & {
1272
+ readonly ww_disqualificationreasonid: {
1273
+ readonly pretty: "disqualificationReasonId";
1274
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1275
+ };
1276
+ readonly ww_name: {
1277
+ readonly pretty: "name";
1278
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1279
+ };
1280
+ readonly ww_reference: {
1281
+ readonly pretty: "reference";
1282
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1283
+ };
1284
+ readonly ww_type: {
1285
+ readonly pretty: "type";
1286
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1287
+ };
1288
+ readonly _ww_parentdisqualificationreason_value: {
1289
+ readonly pretty: "parentDisqualificationReasonValue";
1290
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1291
+ };
1292
+ }>, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
405
1293
  name?: string | null | undefined;
406
1294
  disqualificationReasonId?: string | null | undefined;
407
1295
  reference?: string | null | undefined;
@@ -416,21 +1304,23 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
416
1304
  currencySymbol?: string | null | undefined;
417
1305
  } | null | undefined;
418
1306
  solution?: string | null | undefined;
419
- solutionValue?: string | null | undefined;
420
- solutionTypeValue?: string | null | undefined;
1307
+ jobTitle?: string | null | undefined;
1308
+ solutionType?: string | null | undefined;
421
1309
  rejectionReason?: {
422
1310
  name?: string | null | undefined;
423
1311
  disqualificationReasonId?: string | null | undefined;
424
1312
  reference?: string | null | undefined;
425
1313
  } | null | undefined;
426
- jobTitle?: string | null | undefined;
427
1314
  jobDescription?: string | null | undefined;
1315
+ workCountry?: string | null | undefined;
1316
+ solutionTypeValue?: string | null | undefined;
428
1317
  estimatedConfirmedEndDate?: string | null | undefined;
429
1318
  estimatedConfirmedStartDate?: string | null | undefined;
430
1319
  simulationId?: string | null | undefined;
431
1320
  simulationFriendlyId?: string | null | undefined;
432
1321
  simulationStatus?: number | null | undefined;
433
1322
  expiryDate?: string | null | undefined;
1323
+ solutionValue?: string | null | undefined;
434
1324
  simulationBasedOn?: number | null | undefined;
435
1325
  rate?: number | null | undefined;
436
1326
  rateFrequency?: number | null | undefined;
@@ -442,8 +1332,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
442
1332
  contractorDocumentId?: string | null | undefined;
443
1333
  fileName?: string | null | undefined;
444
1334
  } | null | undefined)[] | undefined;
445
- workCountry?: string | null | undefined;
446
- solutionType?: string | null | undefined;
447
1335
  rejectionReasonDetail?: {
448
1336
  name?: string | null | undefined;
449
1337
  disqualificationReasonId?: string | null | undefined;
@@ -457,21 +1345,27 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
457
1345
  solution?: {
458
1346
  productNumber?: string | null | undefined;
459
1347
  } | null | undefined;
460
- solutionValue?: string | null | undefined;
461
- solutionTypeValue?: string | null | undefined;
1348
+ jobTitle?: string | null | undefined;
1349
+ solutionType?: {
1350
+ productNumber?: string | null | undefined;
1351
+ } | null | undefined;
462
1352
  rejectionReason?: {
463
1353
  name?: string | null | undefined;
464
1354
  disqualificationReasonId?: string | null | undefined;
465
1355
  reference?: string | null | undefined;
466
1356
  } | null | undefined;
467
- jobTitle?: string | null | undefined;
468
1357
  jobDescription?: string | null | undefined;
1358
+ workCountry?: {
1359
+ code?: string | null | undefined;
1360
+ } | null | undefined;
1361
+ solutionTypeValue?: string | null | undefined;
469
1362
  estimatedConfirmedEndDate?: string | null | undefined;
470
1363
  estimatedConfirmedStartDate?: string | null | undefined;
471
1364
  simulationId?: string | null | undefined;
472
1365
  simulationFriendlyId?: string | null | undefined;
473
1366
  simulationStatus?: number | null | undefined;
474
1367
  expiryDate?: string | null | undefined;
1368
+ solutionValue?: string | null | undefined;
475
1369
  simulationBasedOn?: number | null | undefined;
476
1370
  rate?: number | null | undefined;
477
1371
  rateFrequency?: number | null | undefined;
@@ -483,12 +1377,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
483
1377
  contractorDocumentId?: string | null | undefined;
484
1378
  fileName?: string | null | undefined;
485
1379
  } | null | undefined)[] | undefined;
486
- workCountry?: {
487
- code?: string | null | undefined;
488
- } | null | undefined;
489
- solutionType?: {
490
- productNumber?: string | null | undefined;
491
- } | null | undefined;
492
1380
  rejectionReasonDetail?: {
493
1381
  name?: string | null | undefined;
494
1382
  disqualificationReasonId?: string | null | undefined;
@@ -502,20 +1390,22 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
502
1390
  currencySymbol?: string | null | undefined;
503
1391
  } | null | undefined;
504
1392
  solution?: string | null | undefined;
505
- solutionValue?: string | null | undefined;
506
- solutionTypeValue?: string | null | undefined;
1393
+ jobTitle?: string | null | undefined;
1394
+ solutionType?: string | null | undefined;
507
1395
  rejectionReason?: {
508
1396
  name?: string | null | undefined;
509
1397
  disqualificationReasonId?: string | null | undefined;
510
1398
  reference?: string | null | undefined;
511
1399
  } | null | undefined;
512
- jobTitle?: string | null | undefined;
513
1400
  jobDescription?: string | null | undefined;
1401
+ workCountry?: string | null | undefined;
1402
+ solutionTypeValue?: string | null | undefined;
514
1403
  estimatedConfirmedEndDate?: string | null | undefined;
515
1404
  estimatedConfirmedStartDate?: string | null | undefined;
516
1405
  simulationId?: string | null | undefined;
517
1406
  simulationFriendlyId?: string | null | undefined;
518
1407
  simulationStatus?: number | null | undefined;
1408
+ solutionValue?: string | null | undefined;
519
1409
  simulationBasedOn?: number | null | undefined;
520
1410
  rate?: number | null | undefined;
521
1411
  rateFrequency?: number | null | undefined;
@@ -527,8 +1417,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
527
1417
  contractorDocumentId?: string | null | undefined;
528
1418
  fileName?: string | null | undefined;
529
1419
  } | null | undefined)[] | undefined;
530
- workCountry?: string | null | undefined;
531
- solutionType?: string | null | undefined;
532
1420
  rejectionReasonDetail?: {
533
1421
  name?: string | null | undefined;
534
1422
  disqualificationReasonId?: string | null | undefined;
@@ -542,21 +1430,27 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
542
1430
  solution?: {
543
1431
  productNumber?: string | null | undefined;
544
1432
  } | null | undefined;
545
- solutionValue?: string | null | undefined;
546
- solutionTypeValue?: string | null | undefined;
1433
+ jobTitle?: string | null | undefined;
1434
+ solutionType?: {
1435
+ productNumber?: string | null | undefined;
1436
+ } | null | undefined;
547
1437
  rejectionReason?: {
548
1438
  name?: string | null | undefined;
549
1439
  disqualificationReasonId?: string | null | undefined;
550
1440
  reference?: string | null | undefined;
551
1441
  } | null | undefined;
552
- jobTitle?: string | null | undefined;
553
1442
  jobDescription?: string | null | undefined;
1443
+ workCountry?: {
1444
+ code?: string | null | undefined;
1445
+ } | null | undefined;
1446
+ solutionTypeValue?: string | null | undefined;
554
1447
  estimatedConfirmedEndDate?: string | null | undefined;
555
1448
  estimatedConfirmedStartDate?: string | null | undefined;
556
1449
  simulationId?: string | null | undefined;
557
1450
  simulationFriendlyId?: string | null | undefined;
558
1451
  simulationStatus?: number | null | undefined;
559
1452
  expiryDate?: string | null | undefined;
1453
+ solutionValue?: string | null | undefined;
560
1454
  simulationBasedOn?: number | null | undefined;
561
1455
  rate?: number | null | undefined;
562
1456
  rateFrequency?: number | null | undefined;
@@ -568,12 +1462,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
568
1462
  contractorDocumentId?: string | null | undefined;
569
1463
  fileName?: string | null | undefined;
570
1464
  } | null | undefined)[] | undefined;
571
- workCountry?: {
572
- code?: string | null | undefined;
573
- } | null | undefined;
574
- solutionType?: {
575
- productNumber?: string | null | undefined;
576
- } | null | undefined;
577
1465
  rejectionReasonDetail?: {
578
1466
  name?: string | null | undefined;
579
1467
  disqualificationReasonId?: string | null | undefined;