@workwell-global/toolkit 1.1.10 → 1.1.14

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 (264) 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 +17 -7
  140. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -1
  141. package/dist/models/schemas/api/simulation/DSimulationAPI.js +16 -7
  142. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
  143. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +335 -104
  144. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
  145. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
  146. package/dist/models/schemas/api/simulation/index.d.ts +323 -103
  147. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
  148. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
  149. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
  150. package/dist/models/schemas/api/solution/index.d.ts +259 -69
  151. package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
  152. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
  153. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
  154. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
  155. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
  156. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
  157. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
  158. package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
  159. package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
  160. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
  161. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
  162. package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
  163. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
  164. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
  165. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
  166. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
  167. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
  168. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
  169. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
  170. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
  171. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
  172. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
  173. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
  174. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
  175. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
  176. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
  177. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
  178. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
  179. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
  180. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
  181. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
  182. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +177 -0
  183. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
  184. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
  185. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
  186. package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
  187. package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
  188. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
  189. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
  190. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
  191. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
  192. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
  193. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
  194. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
  195. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
  196. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
  197. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
  198. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
  199. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
  200. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
  201. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
  202. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
  203. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
  204. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
  205. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
  206. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
  207. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
  208. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +1 -0
  209. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -1
  210. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +11 -9
  211. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -1
  212. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
  213. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
  214. package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
  215. package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
  216. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
  217. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
  218. package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
  219. package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
  220. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
  221. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
  222. package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
  223. package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
  224. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
  225. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
  226. package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
  227. package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
  228. package/dist/models/schemas/bff/index.d.ts +1 -0
  229. package/dist/models/schemas/bff/index.d.ts.map +1 -1
  230. package/dist/models/schemas/bff/index.js +1 -1
  231. package/dist/models/schemas/bff/index.js.map +1 -1
  232. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +10 -7
  233. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -1
  234. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +1 -0
  235. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -1
  236. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
  237. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
  238. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
  239. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
  240. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +10 -7
  241. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -1
  242. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +1 -0
  243. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -1
  244. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
  245. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
  246. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
  247. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
  248. package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
  249. package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
  250. package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
  251. package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
  252. package/package.json +3 -2
  253. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
  254. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
  255. package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
  256. package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
  257. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
  258. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
  259. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
  260. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
  261. package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
  262. package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
  263. package/dist/models/schemas/bff/engagements/index.js +0 -2
  264. package/dist/models/schemas/bff/engagements/index.js.map +0 -1
@@ -15,8 +15,7 @@ export declare const Assignment: {
15
15
  owningBusinessUnitValue: string;
16
16
  owningTeamValue: string;
17
17
  owningUserValue: string;
18
- contractorPayRateCurrencyValue: string;
19
- workCountryValue: string;
18
+ "assignment/contractorPayRateCurrencyValue": string;
20
19
  createdOn: string;
21
20
  importSequenceNumber: string;
22
21
  modifiedOn: string;
@@ -26,251 +25,259 @@ export declare const Assignment: {
26
25
  timezoneRuleVersionNumber: string;
27
26
  utcConversionTimezoneCode: string;
28
27
  versionNumber: string;
29
- endClient: string;
30
- totalRevenue: string;
31
- endDate: string;
32
- paymentTerms: string;
33
- zohoBooksSync: string;
34
- zohoCrmId: string;
35
- zohoBooksId: string;
36
- zohoCrmSync: string;
37
- zohoSyncError: string;
28
+ "assignment/endClient": string;
29
+ "assignment/totalRevenue": string;
30
+ "assignment/endDate": string;
31
+ "zoho/zohoBooksId": string;
32
+ "zoho/zohoCrmSync": string;
33
+ "zoho/zohoBooksSync": string;
34
+ "zoho/zohoSyncError": string;
38
35
  precisionId: string;
39
- agencyFormattedValue: string;
40
- agencyContactFormattedValue: string;
36
+ "assignment/paymentTerms": string;
37
+ "assignment/workCountry": string;
38
+ "assignment/parentSolution": string;
39
+ "assignment/solution": string;
40
+ assignmentLogs: string;
41
+ "contractor/contractorFormattedValue": string;
42
+ "agency/agencyFormattedValue": string;
43
+ "agency/agencyContactFormattedValue": string;
41
44
  assignmentId: string;
42
45
  assignmentNumber: string;
43
- assignmentStage: string;
44
- stageReason: string;
45
- contractorValue: string;
46
- region: string;
47
- attn: string;
48
- referralValue: string;
49
- solutionValue: string;
50
- solutionTypeValue: string;
51
- workwellGlobalInternalCompanyValue: string;
52
- otherContractualAgreements: string;
53
- workPermitSponsorship: string;
54
- workPermitCost: string;
55
- workPermitPaidBy: string;
46
+ referralId: string;
56
47
  salesCodeValue: string;
57
- icpEntityValue: string;
58
- localEmployingEntityValue: string;
59
- onboardingFee: string;
60
- onboardingFeeCurrencyValue: string;
61
- depositPayable: string;
62
- value: string;
63
- waivedByValue: string;
64
- fxRequirement: string;
65
- fxInvoicingPattern: string;
66
- dateReferredToIcp: string;
67
- dateIcpApprovedRtw: string;
68
- marginCurrencyValue: string;
69
- marginBasis: string;
70
- marginPeriod: string;
71
- marginPercentage: string;
72
- marginFixedValueMaxValue: string;
73
- marginMinValue: string;
74
- marginPaidBy: string;
75
- marginContractorPercentage: string;
76
- clientRate: string;
77
- grossRateSimulation: string;
78
- marginRate: string;
79
- employeeGrossSalary: string;
80
- startUpMarginFixedValueMaxValue: string;
81
- startUpMarginPaidBy: string;
82
- preferredInvoiceCurrencyValue: string;
83
- startUpMarginCurrencyValue: string;
84
- startUpMarginContractorPercentage: string;
85
- agencyValue: string;
86
- agencyContactValue: string;
87
- marginOnlyCompanyValue: string;
88
- jobType: string;
89
- employmentContractType: string;
90
- startDate: string;
91
- workerEndDate: string;
92
- workerConfirmedStartDate: string;
93
- actualEndDate: string;
94
- jobRole: string;
95
- remote: string;
96
- contractPayRate: string;
97
- contractRateFrequency: string;
98
- type: string;
99
- hoursWorked: string;
100
- hoursWorkedUnit: string;
101
- specialConditions: string;
102
- possibilityOfExtension: string;
103
- isRollingContract: string;
104
- acceptedDate: string;
105
- rejectionReason: string;
106
- notice: string;
107
- mgtMonthlyFee: string;
108
- mgtMonthlyFeePaidBy: string;
109
- expenses: string;
110
- selfBilling: string;
111
- contractPaymentFrequency: string;
112
- grossPay: string;
113
- engagementConsultantValue: string;
114
- accountantValue: string;
115
- icpInternalAccountManagerValue: string;
116
- icpOperationsContactValue: string;
117
- icpFinanceContactValue: string;
118
- workPermitInProgressDurationMinutes: string;
119
- workPermitInProgressDuration: string;
120
- allocated: string;
121
- gatheringDocuments: string;
122
- preparingApplication: string;
123
- applicationSubmitted: string;
124
- onboardingDurationMinutes: string;
125
- onboardingDuration: string;
126
- pendingOnboarding: string;
127
- awaitingDocuments: string;
128
- registrationSubmitted: string;
129
- registrationInProgressDurationMinutes: string;
130
- registrationInProgressDuration: string;
131
- completed: string;
132
- complianceApprovalDurationMinutes: string;
133
- complianceApprovalDuration: string;
134
- finalCheck: string;
135
- legalApprovedToIssueDurationMinutes: string;
136
- legalApprovedToIssueDuration: string;
137
- contractsInProgressDurationMinutes: string;
138
- contractsInProgressDuration: string;
139
- draftingContract: string;
140
- contractSent: string;
141
- contractQueries: string;
142
- signedContractReceived: string;
143
- legalFinalCheck: string;
144
- onboarding: string;
145
- joiner: string;
146
- active: string;
147
- reportingStatus: string;
48
+ "zoho/zohoCrmId": string;
49
+ "progress/stage": string;
50
+ "progress/stageReason": string;
51
+ "progress/rejectionReason": string;
52
+ "progress/reportingStatus": string;
53
+ "contractor/contractorValue": string;
54
+ "assignment/region": string;
55
+ "assignment/attn": string;
56
+ "assignment/workwellGlobalInternalCompanyValue": string;
57
+ "assignment/otherContractualAgreements": string;
58
+ "assignment/contractPayRate": string;
59
+ "assignment/contractRateFrequency": string;
60
+ "assignment/contractPaymentFrequency": string;
61
+ "assignment/hoursWorked": string;
62
+ "assignment/hoursWorkedUnit": string;
63
+ "assignment/jobType": string;
64
+ "assignment/employmentContractType": string;
65
+ "assignment/startDate": string;
66
+ "assignment/workerConfirmedStartDate": string;
67
+ "assignment/workerEndDate": string;
68
+ "assignment/actualEndDate": string;
69
+ "assignment/jobRole": string;
70
+ "assignment/remote": string;
71
+ "assignment/isRollingContract": string;
72
+ "assignment/notice": string;
73
+ "assignment/jobDescription": string;
74
+ "assignment/selfBilling": string;
75
+ "fees/onboardingFee": string;
76
+ "fees/onboardingFeeCurrencyValue": string;
77
+ "fees/depositPayable": string;
78
+ "fees/depositValue": string;
79
+ "fees/waivedByValue": string;
80
+ "fees/marginCurrencyValue": string;
81
+ "fees/marginBasis": string;
82
+ "fees/marginPeriod": string;
83
+ "fees/marginPercentage": string;
84
+ "fees/marginFixedValueMaxValue": string;
85
+ "fees/marginMinValue": string;
86
+ "fees/marginPaidBy": string;
87
+ "fees/marginContractorPercentage": string;
88
+ "fees/mgtMonthlyFee": string;
89
+ "fees/mgtMonthlyFeePercentage": string;
90
+ "fees/mgtMonthlyFeePaidBy": string;
91
+ "fees/startUpMarginFixedValueMaxValue": string;
92
+ "fees/startUpMarginPaidBy": string;
93
+ "fees/startUpMarginCurrencyValue": string;
94
+ "fees/startUpMarginContractorPercentage": string;
95
+ "fees/preferredInvoiceCurrencyValue": string;
96
+ "rates/clientRate": string;
97
+ "rates/grossRateSimulation": string;
98
+ "rates/marginRate": string;
99
+ "rates/employeeGrossSalary": string;
100
+ "agency/agencyValue": string;
101
+ "agency/agencyContactValue": string;
102
+ "agency/marginOnlyCompanyValue": string;
103
+ "contacts/icpEntityValue": string;
104
+ "contacts/localEmployingEntityValue": string;
105
+ "contacts/accountantValue": string;
106
+ "contacts/engagementConsultantValue": string;
107
+ "contacts/icpInternalAccountManagerValue": string;
108
+ "contacts/icpOperationsContactValue": string;
109
+ "contacts/icpFinanceContactValue": string;
110
+ "compliance/workPermitSponsorship": string;
111
+ "compliance/workPermitCost": string;
112
+ "compliance/workPermitPaidBy": string;
113
+ "compliance/specialConditions": string;
114
+ "compliance/possibilityOfExtension": string;
115
+ "compliance/type": string;
116
+ "compliance/grossPay": string;
117
+ "compliance/expenses": string;
118
+ "compliance/acceptedDate": string;
119
+ "compliance/dateReferredToIcp": string;
120
+ "compliance/dateIcpApprovedRtw": string;
121
+ "compliance/fxRequirement": string;
122
+ "compliance/fxInvoicingPattern": string;
123
+ "progress/onboardingDurationMinutes": string;
124
+ "progress/onboardingDuration": string;
125
+ "progress/pendingOnboarding": string;
126
+ "progress/awaitingDocuments": string;
127
+ "progress/registrationSubmitted": string;
128
+ "progress/onboardingStatus": string;
129
+ "progress/joinerStatus": string;
130
+ "progress/activeStatus": string;
131
+ "progress/workPermitInProgressDurationMinutes": string;
132
+ "progress/workPermitInProgressDuration": string;
133
+ "progress/allocated": string;
134
+ "progress/gatheringDocuments": string;
135
+ "progress/preparingApplication": string;
136
+ "progress/applicationSubmitted": string;
137
+ "progress/registrationInProgressDuration": string;
138
+ "progress/completed": string;
139
+ "progress/complianceApprovalDurationMinutes": string;
140
+ "progress/complianceApprovalDuration": string;
141
+ "progress/finalCheck": string;
142
+ "progress/legalApprovedToIssueDurationMinutes": string;
143
+ "progress/legalApprovedToIssueDuration": string;
144
+ "progress/contractsInProgressDurationMinutes": string;
145
+ "progress/contractsInProgressDuration": string;
146
+ "progress/draftingContract": string;
147
+ "progress/contractSent": string;
148
+ "progress/contractQueries": string;
149
+ "progress/signedContractReceived": string;
150
+ "progress/legalFinalCheck": string;
151
+ "progress/registrationInProgressDurationMinutes": string;
148
152
  };
149
153
  fieldsD365: {
150
154
  readonly ww_assignmentid: "assignmentId";
151
155
  readonly ww_assignmentnumber: "assignmentNumber";
152
- readonly ww_assignmentstage: "assignmentStage";
153
- readonly ww_stagereason: "stageReason";
154
- readonly _ww_contractor_value: "contractorValue";
155
- readonly ww_region: "region";
156
- readonly ww_attn: "attn";
157
- readonly _ww_saleschecklist_value: "referralValue";
158
- readonly _ww_country_value: "workCountryValue";
159
- readonly _ww_parent_solution_value: "solutionValue";
160
- readonly _ww_solution_value: "solutionTypeValue";
161
- readonly _ww_workwellglobalinternalcompany_value: "workwellGlobalInternalCompanyValue";
162
- readonly ww_othercontractualagreements: "otherContractualAgreements";
163
- readonly ww_workpermitsponsorship: "workPermitSponsorship";
164
- readonly ww_workpermitcost: "workPermitCost";
165
- readonly ww_workpermitpaidby: "workPermitPaidBy";
156
+ readonly _ww_saleschecklist_value: "referralId";
166
157
  readonly _ww_salescode_value: "salesCodeValue";
167
- readonly _ww_localpartner_value: "icpEntityValue";
168
- readonly _ww_localemployingentity_value: "localEmployingEntityValue";
169
- readonly ww_onboardingfee: "onboardingFee";
170
- readonly _ww_onboardingfeecurrency_value: "onboardingFeeCurrencyValue";
171
- readonly ww_depositpayable: "depositPayable";
172
- readonly ww_value: "value";
173
- readonly _ww_waivedby_value: "waivedByValue";
174
- readonly ww_fxrequirement: "fxRequirement";
175
- readonly ww_fxinvoicingpattern: "fxInvoicingPattern";
176
- readonly ww_datereferredtoicp: "dateReferredToIcp";
177
- readonly ww_dateicpapprovedrtw: "dateIcpApprovedRtw";
178
- readonly _ww_margincurrency_value: "marginCurrencyValue";
179
- readonly ww_marginbasis: "marginBasis";
180
- readonly ww_marginperiod: "marginPeriod";
181
- readonly ww_marginpercentage: "marginPercentage";
182
- readonly ww_marginfixedvaluemaxvalue: "marginFixedValueMaxValue";
183
- readonly ww_revenuefixedvaluemaxvalue: "marginFixedValueMaxValue";
184
- readonly ww_marginminvalue: "marginMinValue";
185
- readonly ww_revenueminvalue: "marginMinValue";
186
- readonly ww_marginpaidby: "marginPaidBy";
187
- readonly ww_margincontractorpercentage: "marginContractorPercentage";
188
- readonly ww_clientrate: "clientRate";
189
- readonly ww_grossratesimulation: "grossRateSimulation";
190
- readonly ww_marginrate: "marginRate";
191
- readonly ww_employeegrosssalary: "employeeGrossSalary";
192
- readonly ww_startupmarginfixedvaluemaxvalue: "startUpMarginFixedValueMaxValue";
193
- readonly ww_startupmarginpaidby: "startUpMarginPaidBy";
194
- readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
195
- readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
196
- readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
197
- readonly _ww_agency_value: "agencyValue";
198
- readonly _ww_agencycontact_value: "agencyContactValue";
199
- readonly ww_endclient: "endClient";
200
- readonly _ww_margincompany_value: "marginOnlyCompanyValue";
201
- readonly ww_jobtype: "jobType";
202
- readonly ww_employmentcontracttype: "employmentContractType";
203
- readonly ww_startdate: "startDate";
204
- readonly ww_enddate: "endDate";
205
- readonly ww_workerenddate: "workerEndDate";
206
- readonly ww_workerconfirmedstartdate: "workerConfirmedStartDate";
207
- readonly ww_actualenddate: "actualEndDate";
208
- readonly ww_contractrole: "jobRole";
209
- readonly ww_remote: "remote";
210
- readonly _transactioncurrencyid_value: "contractorPayRateCurrencyValue";
211
- readonly ww_contractrate: "contractPayRate";
212
- readonly ww_contractratefrequency: "contractRateFrequency";
213
- readonly ww_type: "type";
214
- readonly ww_hoursworked: "hoursWorked";
215
- readonly ww_hoursworkedunit: "hoursWorkedUnit";
216
- readonly ww_specialconditions: "specialConditions";
217
- readonly ww_possofextension: "possibilityOfExtension";
218
- readonly ww_isrollingcontract: "isRollingContract";
219
- readonly ww_accepteddate: "acceptedDate";
220
- readonly ww_rejectionreason: "rejectionReason";
221
- readonly ww_notice: "notice";
222
- readonly ww_mgtfeemonthlyfee: "mgtMonthlyFee";
223
- readonly ww_mgtfeemonthlyfeepercentage: "mgtMonthlyFee";
224
- readonly ww_mgtfeemonthlyfeepaidby: "mgtMonthlyFeePaidBy";
225
- readonly ww_totalrevenue: "totalRevenue";
226
- readonly ww_expenses: "expenses";
227
158
  readonly ww_precisionid: "precisionId";
228
- readonly ww_selfbilling: "selfBilling";
229
- readonly ww_payfrequency: "contractPaymentFrequency";
230
- readonly ww_zohocrmid: "zohoCrmId";
231
- readonly ww_zohobooksid: "zohoBooksId";
232
- readonly ww_zohocrmsync: "zohoCrmSync";
233
- readonly ww_zohobookssync: "zohoBooksSync";
234
- readonly ww_zohosyncerror: "zohoSyncError";
235
- readonly ww_grosspay: "grossPay";
236
- readonly ww_paymentterms: "paymentTerms";
237
- readonly _ww_engagementconsultant_value: "engagementConsultantValue";
238
- readonly _ww_accountant_value: "accountantValue";
239
- readonly _ww_icpinternalaccountmanager_value: "icpInternalAccountManagerValue";
240
- readonly _ww_icpoperationscontact_value: "icpOperationsContactValue";
241
- readonly _ww_icpfinancecontact_value: "icpFinanceContactValue";
242
- readonly ww_workpermitinprogressdurationminutes: "workPermitInProgressDurationMinutes";
243
- readonly ww_workpermitinprogressduration: "workPermitInProgressDuration";
244
- readonly ww_allocated: "allocated";
245
- readonly ww_gatheringdocuments: "gatheringDocuments";
246
- readonly ww_preparingapplication: "preparingApplication";
247
- readonly ww_applicationsubmitted: "applicationSubmitted";
248
- readonly ww_onboardingdurationminutes: "onboardingDurationMinutes";
249
- readonly ww_onboardingduration: "onboardingDuration";
250
- readonly ww_onboarding: "pendingOnboarding";
251
- readonly ww_awaitingdocuments: "awaitingDocuments";
252
- readonly ww_onboardingend: "registrationSubmitted";
253
- readonly ww_registrationinprogressdurationminutes: "registrationInProgressDurationMinutes";
254
- readonly ww_registrationinprogressduration: "registrationInProgressDuration";
255
- readonly ww_registrationinprogressend: "completed";
256
- readonly ww_complianceapprovaldurationminutes: "complianceApprovalDurationMinutes";
257
- readonly ww_complianceapprovalduration: "complianceApprovalDuration";
258
- readonly ww_complianceapprovalend: "finalCheck";
259
- readonly ww_legalapprovedtoissuedurationminutes: "legalApprovedToIssueDurationMinutes";
260
- readonly ww_legalapprovedtoissueduration: "legalApprovedToIssueDuration";
261
- readonly ww_contractsinprogressdurationminutes: "contractsInProgressDurationMinutes";
262
- readonly ww_contractsinprogressduration: "contractsInProgressDuration";
263
- readonly ww_draftingcontract: "draftingContract";
264
- readonly ww_contractsent: "contractSent";
265
- readonly ww_contractqueries: "contractQueries";
266
- readonly ww_signedcontractreceived: "signedContractReceived";
267
- readonly ww_contractsinprogressend: "legalFinalCheck";
268
- readonly ww_onboarding_reportingstatus: "onboarding";
269
- readonly ww_joiner_reportingstatus: "joiner";
270
- readonly ww_active_reportingstatus: "active";
271
- readonly ww_assignmtreportingstatus: "reportingStatus";
272
- readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": "agencyFormattedValue";
273
- readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agencyContactFormattedValue";
159
+ readonly ww_zohoCrmid: "zoho/zohoCrmId";
160
+ readonly ww_zohobooksid: "zoho/zohoBooksId";
161
+ readonly ww_zohocrmsync: "zoho/zohoCrmSync";
162
+ readonly ww_zohobookssync: "zoho/zohoBooksSync";
163
+ readonly ww_zohosyncerror: "zoho/zohoSyncError";
164
+ readonly ww_assignmentstage: "progress/stage";
165
+ readonly ww_stagereason: "progress/stageReason";
166
+ readonly ww_rejectionreason: "progress/rejectionReason";
167
+ readonly ww_assignmtreportingstatus: "progress/reportingStatus";
168
+ readonly _ww_contractor_value: "contractor/contractorValue";
169
+ readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": "contractor/contractorFormattedValue";
170
+ readonly ww_region: "assignment/region";
171
+ readonly ww_attn: "assignment/attn";
172
+ readonly _ww_workwellglobalinternalcompany_value: "assignment/workwellGlobalInternalCompanyValue";
173
+ readonly ww_othercontractualagreements: "assignment/otherContractualAgreements";
174
+ readonly _transactioncurrencyid_value: "assignment/contractorPayRateCurrencyValue";
175
+ readonly ww_contractrate: "assignment/contractPayRate";
176
+ readonly ww_contractratefrequency: "assignment/contractRateFrequency";
177
+ readonly ww_payfrequency: "assignment/contractPaymentFrequency";
178
+ readonly ww_hoursworked: "assignment/hoursWorked";
179
+ readonly ww_hoursworkedunit: "assignment/hoursWorkedUnit";
180
+ readonly ww_totalrevenue: "assignment/totalRevenue";
181
+ readonly ww_jobtype: "assignment/jobType";
182
+ readonly ww_employmentcontracttype: "assignment/employmentContractType";
183
+ readonly ww_startdate: "assignment/startDate";
184
+ readonly ww_enddate: "assignment/endDate";
185
+ readonly ww_workerconfirmedstartdate: "assignment/workerConfirmedStartDate";
186
+ readonly ww_workerenddate: "assignment/workerEndDate";
187
+ readonly ww_actualenddate: "assignment/actualEndDate";
188
+ readonly ww_contractrole: "assignment/jobRole";
189
+ readonly ww_remote: "assignment/remote";
190
+ readonly ww_isrollingcontract: "assignment/isRollingContract";
191
+ readonly ww_notice: "assignment/notice";
192
+ readonly ww_jobdescription: "assignment/jobDescription";
193
+ readonly ww_endclient: "assignment/endClient";
194
+ readonly ww_paymentterms: "assignment/paymentTerms";
195
+ readonly ww_selfbilling: "assignment/selfBilling";
196
+ readonly ww_onboardingfee: "fees/onboardingFee";
197
+ readonly _ww_onboardingfeecurrency_value: "fees/onboardingFeeCurrencyValue";
198
+ readonly ww_depositpayable: "fees/depositPayable";
199
+ readonly ww_value: "fees/depositValue";
200
+ readonly _ww_waivedby_value: "fees/waivedByValue";
201
+ readonly _ww_margincurrency_value: "fees/marginCurrencyValue";
202
+ readonly ww_marginbasis: "fees/marginBasis";
203
+ readonly ww_marginperiod: "fees/marginPeriod";
204
+ readonly ww_marginpercentage: "fees/marginPercentage";
205
+ readonly ww_marginfixedvaluemaxvalue: "fees/marginFixedValueMaxValue";
206
+ readonly ww_revenuefixedvaluemaxvalue: "fees/marginFixedValueMaxValue";
207
+ readonly ww_marginminvalue: "fees/marginMinValue";
208
+ readonly ww_revenueminvalue: "fees/marginMinValue";
209
+ readonly ww_marginpaidby: "fees/marginPaidBy";
210
+ readonly ww_margincontractorpercentage: "fees/marginContractorPercentage";
211
+ readonly ww_mgtfeemonthlyfee: "fees/mgtMonthlyFee";
212
+ readonly ww_mgtfeemonthlyfeepercentage: "fees/mgtMonthlyFeePercentage";
213
+ readonly ww_mgtfeemonthlyfeepaidby: "fees/mgtMonthlyFeePaidBy";
214
+ readonly ww_startupmarginfixedvaluemaxvalue: "fees/startUpMarginFixedValueMaxValue";
215
+ readonly ww_startupmarginpaidby: "fees/startUpMarginPaidBy";
216
+ readonly _ww_startupmargincurrency_value: "fees/startUpMarginCurrencyValue";
217
+ readonly ww_startupmargincontractorpercentage: "fees/startUpMarginContractorPercentage";
218
+ readonly _ww_preferredinvoicecurrency_value: "fees/preferredInvoiceCurrencyValue";
219
+ readonly ww_clientrate: "rates/clientRate";
220
+ readonly ww_grossratesimulation: "rates/grossRateSimulation";
221
+ readonly ww_marginrate: "rates/marginRate";
222
+ readonly ww_employeegrosssalary: "rates/employeeGrossSalary";
223
+ readonly _ww_agency_value: "agency/agencyValue";
224
+ readonly _ww_agencycontact_value: "agency/agencyContactValue";
225
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": "agency/agencyFormattedValue";
226
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agency/agencyContactFormattedValue";
227
+ readonly _ww_margincompany_value: "agency/marginOnlyCompanyValue";
228
+ readonly _ww_localpartner_value: "contacts/icpEntityValue";
229
+ readonly _ww_localemployingentity_value: "contacts/localEmployingEntityValue";
230
+ readonly _ww_accountant_value: "contacts/accountantValue";
231
+ readonly _ww_engagementconsultant_value: "contacts/engagementConsultantValue";
232
+ readonly _ww_icpinternalaccountmanager_value: "contacts/icpInternalAccountManagerValue";
233
+ readonly _ww_icpoperationscontact_value: "contacts/icpOperationsContactValue";
234
+ readonly _ww_icpfinancecontact_value: "contacts/icpFinanceContactValue";
235
+ readonly ww_workpermitsponsorship: "compliance/workPermitSponsorship";
236
+ readonly ww_workpermitcost: "compliance/workPermitCost";
237
+ readonly ww_workpermitpaidby: "compliance/workPermitPaidBy";
238
+ readonly ww_specialconditions: "compliance/specialConditions";
239
+ readonly ww_possofextension: "compliance/possibilityOfExtension";
240
+ readonly ww_type: "compliance/type";
241
+ readonly ww_grosspay: "compliance/grossPay";
242
+ readonly ww_expenses: "compliance/expenses";
243
+ readonly ww_accepteddate: "compliance/acceptedDate";
244
+ readonly ww_datereferredtoicp: "compliance/dateReferredToIcp";
245
+ readonly ww_dateicpapprovedrtw: "compliance/dateIcpApprovedRtw";
246
+ readonly ww_fxrequirement: "compliance/fxRequirement";
247
+ readonly ww_fxinvoicingpattern: "compliance/fxInvoicingPattern";
248
+ readonly ww_onboardingdurationminutes: "progress/onboardingDurationMinutes";
249
+ readonly ww_onboardingduration: "progress/onboardingDuration";
250
+ readonly ww_onboarding: "progress/pendingOnboarding";
251
+ readonly ww_awaitingdocuments: "progress/awaitingDocuments";
252
+ readonly ww_onboardingend: "progress/registrationSubmitted";
253
+ readonly ww_onboarding_reportingstatus: "progress/onboardingStatus";
254
+ readonly ww_joiner_reportingstatus: "progress/joinerStatus";
255
+ readonly ww_active_reportingstatus: "progress/activeStatus";
256
+ readonly ww_workpermitinprogressdurationminutes: "progress/workPermitInProgressDurationMinutes";
257
+ readonly ww_workpermitinprogressduration: "progress/workPermitInProgressDuration";
258
+ readonly ww_allocated: "progress/allocated";
259
+ readonly ww_gatheringdocuments: "progress/gatheringDocuments";
260
+ readonly ww_preparingapplication: "progress/preparingApplication";
261
+ readonly ww_applicationsubmitted: "progress/applicationSubmitted";
262
+ readonly ww_registrationinprogressduration: "progress/registrationInProgressDuration";
263
+ readonly ww_registrationinprogressend: "progress/completed";
264
+ readonly ww_complianceapprovaldurationminutes: "progress/complianceApprovalDurationMinutes";
265
+ readonly ww_complianceapprovalduration: "progress/complianceApprovalDuration";
266
+ readonly ww_complianceapprovalend: "progress/finalCheck";
267
+ readonly ww_legalapprovedtoissuedurationminutes: "progress/legalApprovedToIssueDurationMinutes";
268
+ readonly ww_legalapprovedtoissueduration: "progress/legalApprovedToIssueDuration";
269
+ readonly ww_contractsinprogressdurationminutes: "progress/contractsInProgressDurationMinutes";
270
+ readonly ww_contractsinprogressduration: "progress/contractsInProgressDuration";
271
+ readonly ww_draftingcontract: "progress/draftingContract";
272
+ readonly ww_contractsent: "progress/contractSent";
273
+ readonly ww_contractqueries: "progress/contractQueries";
274
+ readonly ww_signedcontractreceived: "progress/signedContractReceived";
275
+ readonly ww_contractsinprogressend: "progress/legalFinalCheck";
276
+ readonly ww_registrationinprogressdurationminutes: "progress/registrationInProgressDurationMinutes";
277
+ readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: "assignmentLogs";
278
+ readonly ww_Country: "assignment/workCountry";
279
+ readonly ww_Parent_Solution: "assignment/parentSolution";
280
+ readonly ww_Solution: "assignment/solution";
274
281
  readonly _ownerid_value: "ownerIdValue";
275
282
  readonly _owningbusinessunit_value: "owningBusinessUnitValue";
276
283
  readonly _owningteam_value: "owningTeamValue";
@@ -311,32 +318,51 @@ export declare const Assignment: {
311
318
  readonly utcconversiontimezonecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
312
319
  readonly ww_assignmentid: import("zod").ZodOptional<import("zod").ZodString>;
313
320
  readonly ww_assignmentnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
321
+ readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
322
+ readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
323
+ readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
324
+ readonly ww_zohoCrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
325
+ readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
326
+ readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
327
+ readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
328
+ readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
314
329
  readonly ww_assignmentstage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
315
330
  readonly ww_stagereason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
331
+ readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
332
+ readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
316
333
  readonly _ww_contractor_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
334
+ readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
317
335
  readonly ww_region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
318
336
  readonly ww_attn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
319
- readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
320
- readonly _ww_country_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
321
- readonly _ww_parent_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
322
- readonly _ww_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
323
337
  readonly _ww_workwellglobalinternalcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
324
338
  readonly ww_othercontractualagreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
325
- readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
326
- readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
327
- readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
328
- readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
329
- readonly _ww_localpartner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
330
- readonly _ww_localemployingentity_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
339
+ readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
340
+ readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
341
+ readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
342
+ readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
343
+ readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
344
+ readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
345
+ readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
346
+ readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
347
+ readonly ww_employmentcontracttype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
348
+ readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
349
+ readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
350
+ readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
351
+ readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
352
+ readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
353
+ readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
354
+ readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
355
+ readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
356
+ readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
357
+ readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
358
+ readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
359
+ readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
360
+ readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
331
361
  readonly ww_onboardingfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
332
362
  readonly _ww_onboardingfeecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
333
363
  readonly ww_depositpayable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
334
364
  readonly ww_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
335
365
  readonly _ww_waivedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
336
- readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
337
- readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
338
- readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
339
- readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
340
366
  readonly _ww_margincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
341
367
  readonly ww_marginbasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
342
368
  readonly ww_marginperiod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
@@ -347,72 +373,57 @@ export declare const Assignment: {
347
373
  readonly ww_revenueminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
348
374
  readonly ww_marginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
349
375
  readonly ww_margincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
350
- readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
351
- readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
352
- readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
353
- readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
376
+ readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
377
+ readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
378
+ readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
354
379
  readonly ww_startupmarginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
355
380
  readonly ww_startupmarginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
356
- readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
357
381
  readonly _ww_startupmargincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
358
382
  readonly ww_startupmargincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
383
+ readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
384
+ readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
385
+ readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
386
+ readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
387
+ readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
359
388
  readonly _ww_agency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
360
389
  readonly _ww_agencycontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
361
- readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
390
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
391
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
362
392
  readonly _ww_margincompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
363
- readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
364
- readonly ww_employmentcontracttype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
365
- readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
366
- readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
367
- readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
368
- readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
369
- readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
370
- readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
371
- readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
372
- readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
373
- readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
374
- readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
375
- readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
376
- readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
377
- readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
378
- readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
379
- readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
380
- readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
381
- readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
382
- readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
383
- readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
384
- readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
385
- readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
386
- readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
387
- readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
388
- readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
389
- readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
390
- readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
391
- readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
392
- readonly ww_zohocrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
393
- readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
394
- readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
395
- readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
396
- readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
397
- readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
398
- readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
399
- readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
393
+ readonly _ww_localpartner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
394
+ readonly _ww_localemployingentity_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
400
395
  readonly _ww_accountant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
396
+ readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
401
397
  readonly _ww_icpinternalaccountmanager_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
402
398
  readonly _ww_icpoperationscontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
403
399
  readonly _ww_icpfinancecontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
400
+ readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
401
+ readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
402
+ readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
403
+ readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
404
+ readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
405
+ readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
406
+ readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
407
+ readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
408
+ readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
409
+ readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
410
+ readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
411
+ readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
412
+ readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
413
+ readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
414
+ readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
415
+ readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
416
+ readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
417
+ readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
418
+ readonly ww_onboarding_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
419
+ readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
420
+ readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
404
421
  readonly ww_workpermitinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
405
422
  readonly ww_workpermitinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
406
423
  readonly ww_allocated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
407
424
  readonly ww_gatheringdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
408
425
  readonly ww_preparingapplication: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
409
426
  readonly ww_applicationsubmitted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
410
- readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
411
- readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
412
- readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
413
- readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
414
- readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
415
- readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
416
427
  readonly ww_registrationinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
417
428
  readonly ww_registrationinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
418
429
  readonly ww_complianceapprovaldurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
@@ -427,12 +438,11 @@ export declare const Assignment: {
427
438
  readonly ww_contractqueries: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
428
439
  readonly ww_signedcontractreceived: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
429
440
  readonly ww_contractsinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
430
- readonly ww_onboarding_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
431
- readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
432
- readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
433
- readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
434
- readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
435
- readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
441
+ readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
442
+ readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: import("zod").ZodOptional<import("zod").ZodTypeAny>;
443
+ readonly ww_Country: import("zod").ZodOptional<import("zod").ZodTypeAny>;
444
+ readonly ww_Parent_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
445
+ readonly ww_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
436
446
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
437
447
  '@odata.etag'?: string | null | undefined;
438
448
  _createdby_value?: string | null | undefined;
@@ -444,7 +454,6 @@ export declare const Assignment: {
444
454
  _owningteam_value?: string | null | undefined;
445
455
  _owninguser_value?: string | null | undefined;
446
456
  _transactioncurrencyid_value?: string | null | undefined;
447
- _ww_country_value?: string | null | undefined;
448
457
  createdon?: string | null | undefined;
449
458
  importsequencenumber?: number | null | undefined;
450
459
  modifiedon?: string | null | undefined;
@@ -457,42 +466,55 @@ export declare const Assignment: {
457
466
  ww_endclient?: string | null | undefined;
458
467
  ww_totalrevenue?: number | null | undefined;
459
468
  ww_enddate?: string | null | undefined;
460
- ww_paymentterms?: string | null | undefined;
461
- ww_zohobookssync?: string | null | undefined;
462
- ww_zohocrmid?: string | null | undefined;
463
469
  ww_zohobooksid?: string | null | undefined;
464
470
  ww_zohocrmsync?: string | null | undefined;
471
+ ww_zohobookssync?: string | null | undefined;
465
472
  ww_zohosyncerror?: string | null | undefined;
466
473
  ww_precisionid?: string | null | undefined;
474
+ ww_paymentterms?: string | null | undefined;
475
+ ww_Country?: any;
476
+ ww_Parent_Solution?: any;
477
+ ww_Solution?: any;
478
+ ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
479
+ "_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
467
480
  "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
468
481
  "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
469
482
  ww_assignmentid?: string | undefined;
470
483
  ww_assignmentnumber?: string | null | undefined;
484
+ _ww_saleschecklist_value?: string | null | undefined;
485
+ _ww_salescode_value?: string | null | undefined;
486
+ ww_zohoCrmid?: string | null | undefined;
471
487
  ww_assignmentstage?: number | null | undefined;
472
488
  ww_stagereason?: number | null | undefined;
489
+ ww_rejectionreason?: string | null | undefined;
490
+ ww_assignmtreportingstatus?: number | null | undefined;
473
491
  _ww_contractor_value?: string | null | undefined;
474
492
  ww_region?: number | null | undefined;
475
493
  ww_attn?: number | null | undefined;
476
- _ww_saleschecklist_value?: string | null | undefined;
477
- _ww_parent_solution_value?: string | null | undefined;
478
- _ww_solution_value?: string | null | undefined;
479
494
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
480
495
  ww_othercontractualagreements?: string | null | undefined;
481
- ww_workpermitsponsorship?: boolean | null | undefined;
482
- ww_workpermitcost?: string | null | undefined;
483
- ww_workpermitpaidby?: string | null | undefined;
484
- _ww_salescode_value?: string | null | undefined;
485
- _ww_localpartner_value?: string | null | undefined;
486
- _ww_localemployingentity_value?: string | null | undefined;
496
+ ww_contractrate?: number | null | undefined;
497
+ ww_contractratefrequency?: number | null | undefined;
498
+ ww_payfrequency?: number | null | undefined;
499
+ ww_hoursworked?: number | null | undefined;
500
+ ww_hoursworkedunit?: number | null | undefined;
501
+ ww_jobtype?: number | null | undefined;
502
+ ww_employmentcontracttype?: number | null | undefined;
503
+ ww_startdate?: string | null | undefined;
504
+ ww_workerconfirmedstartdate?: string | null | undefined;
505
+ ww_workerenddate?: string | null | undefined;
506
+ ww_actualenddate?: string | null | undefined;
507
+ ww_contractrole?: string | null | undefined;
508
+ ww_remote?: boolean | null | undefined;
509
+ ww_isrollingcontract?: boolean | null | undefined;
510
+ ww_notice?: string | null | undefined;
511
+ ww_jobdescription?: string | null | undefined;
512
+ ww_selfbilling?: boolean | null | undefined;
487
513
  ww_onboardingfee?: number | null | undefined;
488
514
  _ww_onboardingfeecurrency_value?: string | null | undefined;
489
515
  ww_depositpayable?: number | null | undefined;
490
516
  ww_value?: number | null | undefined;
491
517
  _ww_waivedby_value?: string | null | undefined;
492
- ww_fxrequirement?: number | null | undefined;
493
- ww_fxinvoicingpattern?: number | null | undefined;
494
- ww_datereferredtoicp?: string | null | undefined;
495
- ww_dateicpapprovedrtw?: string | null | undefined;
496
518
  _ww_margincurrency_value?: string | null | undefined;
497
519
  ww_marginbasis?: number | null | undefined;
498
520
  ww_marginperiod?: number | null | undefined;
@@ -503,61 +525,55 @@ export declare const Assignment: {
503
525
  ww_revenueminvalue?: number | null | undefined;
504
526
  ww_marginpaidby?: number | null | undefined;
505
527
  ww_margincontractorpercentage?: number | null | undefined;
506
- ww_clientrate?: number | null | undefined;
507
- ww_grossratesimulation?: number | null | undefined;
508
- ww_marginrate?: number | null | undefined;
509
- ww_employeegrosssalary?: number | null | undefined;
528
+ ww_mgtfeemonthlyfee?: number | null | undefined;
529
+ ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
530
+ ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
510
531
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
511
532
  ww_startupmarginpaidby?: number | null | undefined;
512
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
513
533
  _ww_startupmargincurrency_value?: string | null | undefined;
514
534
  ww_startupmargincontractorpercentage?: number | null | undefined;
535
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
536
+ ww_clientrate?: number | null | undefined;
537
+ ww_grossratesimulation?: number | null | undefined;
538
+ ww_marginrate?: number | null | undefined;
539
+ ww_employeegrosssalary?: number | null | undefined;
515
540
  _ww_agency_value?: string | null | undefined;
516
541
  _ww_agencycontact_value?: string | null | undefined;
517
542
  _ww_margincompany_value?: string | null | undefined;
518
- ww_jobtype?: number | null | undefined;
519
- ww_employmentcontracttype?: number | null | undefined;
520
- ww_startdate?: string | null | undefined;
521
- ww_workerenddate?: string | null | undefined;
522
- ww_workerconfirmedstartdate?: string | null | undefined;
523
- ww_actualenddate?: string | null | undefined;
524
- ww_contractrole?: string | null | undefined;
525
- ww_remote?: boolean | null | undefined;
526
- ww_contractrate?: number | null | undefined;
527
- ww_contractratefrequency?: number | null | undefined;
528
- ww_type?: number | null | undefined;
529
- ww_hoursworked?: number | null | undefined;
530
- ww_hoursworkedunit?: number | null | undefined;
531
- ww_specialconditions?: string | null | undefined;
532
- ww_possofextension?: number | null | undefined;
533
- ww_isrollingcontract?: boolean | null | undefined;
534
- ww_accepteddate?: string | null | undefined;
535
- ww_rejectionreason?: string | null | undefined;
536
- ww_notice?: string | null | undefined;
537
- ww_mgtfeemonthlyfee?: number | null | undefined;
538
- ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
539
- ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
540
- ww_expenses?: string | null | undefined;
541
- ww_selfbilling?: boolean | null | undefined;
542
- ww_payfrequency?: number | null | undefined;
543
- ww_grosspay?: boolean | null | undefined;
544
- _ww_engagementconsultant_value?: string | null | undefined;
543
+ _ww_localpartner_value?: string | null | undefined;
544
+ _ww_localemployingentity_value?: string | null | undefined;
545
545
  _ww_accountant_value?: string | null | undefined;
546
+ _ww_engagementconsultant_value?: string | null | undefined;
546
547
  _ww_icpinternalaccountmanager_value?: string | null | undefined;
547
548
  _ww_icpoperationscontact_value?: string | null | undefined;
548
549
  _ww_icpfinancecontact_value?: string | null | undefined;
550
+ ww_workpermitsponsorship?: boolean | null | undefined;
551
+ ww_workpermitcost?: string | null | undefined;
552
+ ww_workpermitpaidby?: string | null | undefined;
553
+ ww_specialconditions?: string | null | undefined;
554
+ ww_possofextension?: number | null | undefined;
555
+ ww_type?: number | null | undefined;
556
+ ww_grosspay?: boolean | null | undefined;
557
+ ww_expenses?: string | null | undefined;
558
+ ww_accepteddate?: string | null | undefined;
559
+ ww_datereferredtoicp?: string | null | undefined;
560
+ ww_dateicpapprovedrtw?: string | null | undefined;
561
+ ww_fxrequirement?: number | null | undefined;
562
+ ww_fxinvoicingpattern?: number | null | undefined;
563
+ ww_onboardingdurationminutes?: number | null | undefined;
564
+ ww_onboardingduration?: string | null | undefined;
565
+ ww_onboarding?: string | null | undefined;
566
+ ww_awaitingdocuments?: string | null | undefined;
567
+ ww_onboardingend?: string | null | undefined;
568
+ ww_onboarding_reportingstatus?: string | null | undefined;
569
+ ww_joiner_reportingstatus?: string | null | undefined;
570
+ ww_active_reportingstatus?: string | null | undefined;
549
571
  ww_workpermitinprogressdurationminutes?: number | null | undefined;
550
572
  ww_workpermitinprogressduration?: string | null | undefined;
551
573
  ww_allocated?: string | null | undefined;
552
574
  ww_gatheringdocuments?: string | null | undefined;
553
575
  ww_preparingapplication?: string | null | undefined;
554
576
  ww_applicationsubmitted?: string | null | undefined;
555
- ww_onboardingdurationminutes?: number | null | undefined;
556
- ww_onboardingduration?: string | null | undefined;
557
- ww_onboarding?: string | null | undefined;
558
- ww_awaitingdocuments?: string | null | undefined;
559
- ww_onboardingend?: string | null | undefined;
560
- ww_registrationinprogressdurationminutes?: number | null | undefined;
561
577
  ww_registrationinprogressduration?: string | null | undefined;
562
578
  ww_registrationinprogressend?: string | null | undefined;
563
579
  ww_complianceapprovaldurationminutes?: number | null | undefined;
@@ -572,10 +588,7 @@ export declare const Assignment: {
572
588
  ww_contractqueries?: string | null | undefined;
573
589
  ww_signedcontractreceived?: string | null | undefined;
574
590
  ww_contractsinprogressend?: string | null | undefined;
575
- ww_onboarding_reportingstatus?: string | null | undefined;
576
- ww_joiner_reportingstatus?: string | null | undefined;
577
- ww_active_reportingstatus?: string | null | undefined;
578
- ww_assignmtreportingstatus?: number | null | undefined;
591
+ ww_registrationinprogressdurationminutes?: number | null | undefined;
579
592
  }, {
580
593
  '@odata.etag'?: string | null | undefined;
581
594
  _createdby_value?: string | null | undefined;
@@ -587,7 +600,6 @@ export declare const Assignment: {
587
600
  _owningteam_value?: string | null | undefined;
588
601
  _owninguser_value?: string | null | undefined;
589
602
  _transactioncurrencyid_value?: string | null | undefined;
590
- _ww_country_value?: string | null | undefined;
591
603
  createdon?: string | null | undefined;
592
604
  importsequencenumber?: number | null | undefined;
593
605
  modifiedon?: string | null | undefined;
@@ -600,42 +612,55 @@ export declare const Assignment: {
600
612
  ww_endclient?: string | null | undefined;
601
613
  ww_totalrevenue?: number | null | undefined;
602
614
  ww_enddate?: string | null | undefined;
603
- ww_paymentterms?: string | null | undefined;
604
- ww_zohobookssync?: string | null | undefined;
605
- ww_zohocrmid?: string | null | undefined;
606
615
  ww_zohobooksid?: string | null | undefined;
607
616
  ww_zohocrmsync?: string | null | undefined;
617
+ ww_zohobookssync?: string | null | undefined;
608
618
  ww_zohosyncerror?: string | null | undefined;
609
619
  ww_precisionid?: string | null | undefined;
620
+ ww_paymentterms?: string | null | undefined;
621
+ ww_Country?: any;
622
+ ww_Parent_Solution?: any;
623
+ ww_Solution?: any;
624
+ ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
625
+ "_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
610
626
  "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
611
627
  "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
612
628
  ww_assignmentid?: string | undefined;
613
629
  ww_assignmentnumber?: string | null | undefined;
630
+ _ww_saleschecklist_value?: string | null | undefined;
631
+ _ww_salescode_value?: string | null | undefined;
632
+ ww_zohoCrmid?: string | null | undefined;
614
633
  ww_assignmentstage?: number | null | undefined;
615
634
  ww_stagereason?: number | null | undefined;
635
+ ww_rejectionreason?: string | null | undefined;
636
+ ww_assignmtreportingstatus?: number | null | undefined;
616
637
  _ww_contractor_value?: string | null | undefined;
617
638
  ww_region?: number | null | undefined;
618
639
  ww_attn?: number | null | undefined;
619
- _ww_saleschecklist_value?: string | null | undefined;
620
- _ww_parent_solution_value?: string | null | undefined;
621
- _ww_solution_value?: string | null | undefined;
622
640
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
623
641
  ww_othercontractualagreements?: string | null | undefined;
624
- ww_workpermitsponsorship?: boolean | null | undefined;
625
- ww_workpermitcost?: string | null | undefined;
626
- ww_workpermitpaidby?: string | null | undefined;
627
- _ww_salescode_value?: string | null | undefined;
628
- _ww_localpartner_value?: string | null | undefined;
629
- _ww_localemployingentity_value?: string | null | undefined;
642
+ ww_contractrate?: number | null | undefined;
643
+ ww_contractratefrequency?: number | null | undefined;
644
+ ww_payfrequency?: number | null | undefined;
645
+ ww_hoursworked?: number | null | undefined;
646
+ ww_hoursworkedunit?: number | null | undefined;
647
+ ww_jobtype?: number | null | undefined;
648
+ ww_employmentcontracttype?: number | null | undefined;
649
+ ww_startdate?: string | null | undefined;
650
+ ww_workerconfirmedstartdate?: string | null | undefined;
651
+ ww_workerenddate?: string | null | undefined;
652
+ ww_actualenddate?: string | null | undefined;
653
+ ww_contractrole?: string | null | undefined;
654
+ ww_remote?: boolean | null | undefined;
655
+ ww_isrollingcontract?: boolean | null | undefined;
656
+ ww_notice?: string | null | undefined;
657
+ ww_jobdescription?: string | null | undefined;
658
+ ww_selfbilling?: boolean | null | undefined;
630
659
  ww_onboardingfee?: number | null | undefined;
631
660
  _ww_onboardingfeecurrency_value?: string | null | undefined;
632
661
  ww_depositpayable?: number | null | undefined;
633
662
  ww_value?: number | null | undefined;
634
663
  _ww_waivedby_value?: string | null | undefined;
635
- ww_fxrequirement?: number | null | undefined;
636
- ww_fxinvoicingpattern?: number | null | undefined;
637
- ww_datereferredtoicp?: string | null | undefined;
638
- ww_dateicpapprovedrtw?: string | null | undefined;
639
664
  _ww_margincurrency_value?: string | null | undefined;
640
665
  ww_marginbasis?: number | null | undefined;
641
666
  ww_marginperiod?: number | null | undefined;
@@ -646,61 +671,55 @@ export declare const Assignment: {
646
671
  ww_revenueminvalue?: number | null | undefined;
647
672
  ww_marginpaidby?: number | null | undefined;
648
673
  ww_margincontractorpercentage?: number | null | undefined;
649
- ww_clientrate?: number | null | undefined;
650
- ww_grossratesimulation?: number | null | undefined;
651
- ww_marginrate?: number | null | undefined;
652
- ww_employeegrosssalary?: number | null | undefined;
674
+ ww_mgtfeemonthlyfee?: number | null | undefined;
675
+ ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
676
+ ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
653
677
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
654
678
  ww_startupmarginpaidby?: number | null | undefined;
655
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
656
679
  _ww_startupmargincurrency_value?: string | null | undefined;
657
680
  ww_startupmargincontractorpercentage?: number | null | undefined;
681
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
682
+ ww_clientrate?: number | null | undefined;
683
+ ww_grossratesimulation?: number | null | undefined;
684
+ ww_marginrate?: number | null | undefined;
685
+ ww_employeegrosssalary?: number | null | undefined;
658
686
  _ww_agency_value?: string | null | undefined;
659
687
  _ww_agencycontact_value?: string | null | undefined;
660
688
  _ww_margincompany_value?: string | null | undefined;
661
- ww_jobtype?: number | null | undefined;
662
- ww_employmentcontracttype?: number | null | undefined;
663
- ww_startdate?: string | null | undefined;
664
- ww_workerenddate?: string | null | undefined;
665
- ww_workerconfirmedstartdate?: string | null | undefined;
666
- ww_actualenddate?: string | null | undefined;
667
- ww_contractrole?: string | null | undefined;
668
- ww_remote?: boolean | null | undefined;
669
- ww_contractrate?: number | null | undefined;
670
- ww_contractratefrequency?: number | null | undefined;
671
- ww_type?: number | null | undefined;
672
- ww_hoursworked?: number | null | undefined;
673
- ww_hoursworkedunit?: number | null | undefined;
674
- ww_specialconditions?: string | null | undefined;
675
- ww_possofextension?: number | null | undefined;
676
- ww_isrollingcontract?: boolean | null | undefined;
677
- ww_accepteddate?: string | null | undefined;
678
- ww_rejectionreason?: string | null | undefined;
679
- ww_notice?: string | null | undefined;
680
- ww_mgtfeemonthlyfee?: number | null | undefined;
681
- ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
682
- ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
683
- ww_expenses?: string | null | undefined;
684
- ww_selfbilling?: boolean | null | undefined;
685
- ww_payfrequency?: number | null | undefined;
686
- ww_grosspay?: boolean | null | undefined;
687
- _ww_engagementconsultant_value?: string | null | undefined;
689
+ _ww_localpartner_value?: string | null | undefined;
690
+ _ww_localemployingentity_value?: string | null | undefined;
688
691
  _ww_accountant_value?: string | null | undefined;
692
+ _ww_engagementconsultant_value?: string | null | undefined;
689
693
  _ww_icpinternalaccountmanager_value?: string | null | undefined;
690
694
  _ww_icpoperationscontact_value?: string | null | undefined;
691
695
  _ww_icpfinancecontact_value?: string | null | undefined;
696
+ ww_workpermitsponsorship?: boolean | null | undefined;
697
+ ww_workpermitcost?: string | null | undefined;
698
+ ww_workpermitpaidby?: string | null | undefined;
699
+ ww_specialconditions?: string | null | undefined;
700
+ ww_possofextension?: number | null | undefined;
701
+ ww_type?: number | null | undefined;
702
+ ww_grosspay?: boolean | null | undefined;
703
+ ww_expenses?: string | null | undefined;
704
+ ww_accepteddate?: string | null | undefined;
705
+ ww_datereferredtoicp?: string | null | undefined;
706
+ ww_dateicpapprovedrtw?: string | null | undefined;
707
+ ww_fxrequirement?: number | null | undefined;
708
+ ww_fxinvoicingpattern?: number | null | undefined;
709
+ ww_onboardingdurationminutes?: number | null | undefined;
710
+ ww_onboardingduration?: string | null | undefined;
711
+ ww_onboarding?: string | null | undefined;
712
+ ww_awaitingdocuments?: string | null | undefined;
713
+ ww_onboardingend?: string | null | undefined;
714
+ ww_onboarding_reportingstatus?: string | null | undefined;
715
+ ww_joiner_reportingstatus?: string | null | undefined;
716
+ ww_active_reportingstatus?: string | null | undefined;
692
717
  ww_workpermitinprogressdurationminutes?: number | null | undefined;
693
718
  ww_workpermitinprogressduration?: string | null | undefined;
694
719
  ww_allocated?: string | null | undefined;
695
720
  ww_gatheringdocuments?: string | null | undefined;
696
721
  ww_preparingapplication?: string | null | undefined;
697
722
  ww_applicationsubmitted?: string | null | undefined;
698
- ww_onboardingdurationminutes?: number | null | undefined;
699
- ww_onboardingduration?: string | null | undefined;
700
- ww_onboarding?: string | null | undefined;
701
- ww_awaitingdocuments?: string | null | undefined;
702
- ww_onboardingend?: string | null | undefined;
703
- ww_registrationinprogressdurationminutes?: number | null | undefined;
704
723
  ww_registrationinprogressduration?: string | null | undefined;
705
724
  ww_registrationinprogressend?: string | null | undefined;
706
725
  ww_complianceapprovaldurationminutes?: number | null | undefined;
@@ -715,40 +734,56 @@ export declare const Assignment: {
715
734
  ww_contractqueries?: string | null | undefined;
716
735
  ww_signedcontractreceived?: string | null | undefined;
717
736
  ww_contractsinprogressend?: string | null | undefined;
718
- ww_onboarding_reportingstatus?: string | null | undefined;
719
- ww_joiner_reportingstatus?: string | null | undefined;
720
- ww_active_reportingstatus?: string | null | undefined;
721
- ww_assignmtreportingstatus?: number | null | undefined;
737
+ ww_registrationinprogressdurationminutes?: number | null | undefined;
722
738
  }>;
723
739
  SPayloadD365: import("zod").ZodObject<{
724
740
  readonly ww_assignmentid: import("zod").ZodOptional<import("zod").ZodString>;
725
741
  readonly ww_assignmentnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
742
+ readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
743
+ readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
744
+ readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
745
+ readonly ww_zohoCrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
746
+ readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
747
+ readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
748
+ readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
749
+ readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
726
750
  readonly ww_assignmentstage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
727
751
  readonly ww_stagereason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
752
+ readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
753
+ readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
728
754
  readonly _ww_contractor_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
755
+ readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
729
756
  readonly ww_region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
730
757
  readonly ww_attn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
731
- readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
732
- readonly _ww_country_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
733
- readonly _ww_parent_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
734
- readonly _ww_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
735
758
  readonly _ww_workwellglobalinternalcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
736
759
  readonly ww_othercontractualagreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
737
- readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
738
- readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
739
- readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
740
- readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
741
- readonly _ww_localpartner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
742
- readonly _ww_localemployingentity_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
760
+ readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
761
+ readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
762
+ readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
763
+ readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
764
+ readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
765
+ readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
766
+ readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
767
+ readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
768
+ readonly ww_employmentcontracttype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
769
+ readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
770
+ readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
771
+ readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
772
+ readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
773
+ readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
774
+ readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
775
+ readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
776
+ readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
777
+ readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
778
+ readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
779
+ readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
780
+ readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
781
+ readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
743
782
  readonly ww_onboardingfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
744
783
  readonly _ww_onboardingfeecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
745
784
  readonly ww_depositpayable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
746
785
  readonly ww_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
747
786
  readonly _ww_waivedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
748
- readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
749
- readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
750
- readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
751
- readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
752
787
  readonly _ww_margincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
753
788
  readonly ww_marginbasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
754
789
  readonly ww_marginperiod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
@@ -759,72 +794,57 @@ export declare const Assignment: {
759
794
  readonly ww_revenueminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
760
795
  readonly ww_marginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
761
796
  readonly ww_margincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
762
- readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
763
- readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
764
- readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
765
- readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
797
+ readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
798
+ readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
799
+ readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
766
800
  readonly ww_startupmarginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
767
801
  readonly ww_startupmarginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
768
- readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
769
802
  readonly _ww_startupmargincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
770
803
  readonly ww_startupmargincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
804
+ readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
805
+ readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
806
+ readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
807
+ readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
808
+ readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
771
809
  readonly _ww_agency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
772
810
  readonly _ww_agencycontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
773
- readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
811
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
812
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
774
813
  readonly _ww_margincompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
775
- readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
776
- readonly ww_employmentcontracttype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
777
- readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
778
- readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
779
- readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
780
- readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
781
- readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
782
- readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
783
- readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
784
- readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
785
- readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
786
- readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
787
- readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
788
- readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
789
- readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
790
- readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
791
- readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
792
- readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
793
- readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
794
- readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
795
- readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
796
- readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
797
- readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
798
- readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
799
- readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
800
- readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
801
- readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
802
- readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
803
- readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
804
- readonly ww_zohocrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
805
- readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
806
- readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
807
- readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
808
- readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
809
- readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
810
- readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
811
- readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
814
+ readonly _ww_localpartner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
815
+ readonly _ww_localemployingentity_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
812
816
  readonly _ww_accountant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
817
+ readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
813
818
  readonly _ww_icpinternalaccountmanager_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
814
819
  readonly _ww_icpoperationscontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
815
820
  readonly _ww_icpfinancecontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
821
+ readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
822
+ readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
823
+ readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
824
+ readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
825
+ readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
826
+ readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
827
+ readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
828
+ readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
829
+ readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
830
+ readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
831
+ readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
832
+ readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
833
+ readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
834
+ readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
835
+ readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
836
+ readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
837
+ readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
838
+ readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
839
+ readonly ww_onboarding_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
840
+ readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
841
+ readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
816
842
  readonly ww_workpermitinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
817
843
  readonly ww_workpermitinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
818
844
  readonly ww_allocated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
819
845
  readonly ww_gatheringdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
820
846
  readonly ww_preparingapplication: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
821
847
  readonly ww_applicationsubmitted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
822
- readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
823
- readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
824
- readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
825
- readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
826
- readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
827
- readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
828
848
  readonly ww_registrationinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
829
849
  readonly ww_registrationinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
830
850
  readonly ww_complianceapprovaldurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
@@ -839,54 +859,65 @@ export declare const Assignment: {
839
859
  readonly ww_contractqueries: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
840
860
  readonly ww_signedcontractreceived: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
841
861
  readonly ww_contractsinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
842
- readonly ww_onboarding_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
843
- readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
844
- readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
845
- readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
846
- readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
847
- readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
862
+ readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
863
+ readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: import("zod").ZodOptional<import("zod").ZodTypeAny>;
864
+ readonly ww_Country: import("zod").ZodOptional<import("zod").ZodTypeAny>;
865
+ readonly ww_Parent_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
866
+ readonly ww_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
848
867
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
849
868
  _transactioncurrencyid_value?: string | null | undefined;
850
- _ww_country_value?: string | null | undefined;
851
869
  ww_endclient?: string | null | undefined;
852
870
  ww_totalrevenue?: number | null | undefined;
853
871
  ww_enddate?: string | null | undefined;
854
- ww_paymentterms?: string | null | undefined;
855
- ww_zohobookssync?: string | null | undefined;
856
- ww_zohocrmid?: string | null | undefined;
857
872
  ww_zohobooksid?: string | null | undefined;
858
873
  ww_zohocrmsync?: string | null | undefined;
874
+ ww_zohobookssync?: string | null | undefined;
859
875
  ww_zohosyncerror?: string | null | undefined;
860
876
  ww_precisionid?: string | null | undefined;
877
+ ww_paymentterms?: string | null | undefined;
878
+ ww_Country?: any;
879
+ ww_Parent_Solution?: any;
880
+ ww_Solution?: any;
881
+ ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
882
+ "_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
861
883
  "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
862
884
  "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
863
885
  ww_assignmentid?: string | undefined;
864
886
  ww_assignmentnumber?: string | null | undefined;
887
+ _ww_saleschecklist_value?: string | null | undefined;
888
+ _ww_salescode_value?: string | null | undefined;
889
+ ww_zohoCrmid?: string | null | undefined;
865
890
  ww_assignmentstage?: number | null | undefined;
866
891
  ww_stagereason?: number | null | undefined;
892
+ ww_rejectionreason?: string | null | undefined;
893
+ ww_assignmtreportingstatus?: number | null | undefined;
867
894
  _ww_contractor_value?: string | null | undefined;
868
895
  ww_region?: number | null | undefined;
869
896
  ww_attn?: number | null | undefined;
870
- _ww_saleschecklist_value?: string | null | undefined;
871
- _ww_parent_solution_value?: string | null | undefined;
872
- _ww_solution_value?: string | null | undefined;
873
897
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
874
898
  ww_othercontractualagreements?: string | null | undefined;
875
- ww_workpermitsponsorship?: boolean | null | undefined;
876
- ww_workpermitcost?: string | null | undefined;
877
- ww_workpermitpaidby?: string | null | undefined;
878
- _ww_salescode_value?: string | null | undefined;
879
- _ww_localpartner_value?: string | null | undefined;
880
- _ww_localemployingentity_value?: string | null | undefined;
899
+ ww_contractrate?: number | null | undefined;
900
+ ww_contractratefrequency?: number | null | undefined;
901
+ ww_payfrequency?: number | null | undefined;
902
+ ww_hoursworked?: number | null | undefined;
903
+ ww_hoursworkedunit?: number | null | undefined;
904
+ ww_jobtype?: number | null | undefined;
905
+ ww_employmentcontracttype?: number | null | undefined;
906
+ ww_startdate?: string | null | undefined;
907
+ ww_workerconfirmedstartdate?: string | null | undefined;
908
+ ww_workerenddate?: string | null | undefined;
909
+ ww_actualenddate?: string | null | undefined;
910
+ ww_contractrole?: string | null | undefined;
911
+ ww_remote?: boolean | null | undefined;
912
+ ww_isrollingcontract?: boolean | null | undefined;
913
+ ww_notice?: string | null | undefined;
914
+ ww_jobdescription?: string | null | undefined;
915
+ ww_selfbilling?: boolean | null | undefined;
881
916
  ww_onboardingfee?: number | null | undefined;
882
917
  _ww_onboardingfeecurrency_value?: string | null | undefined;
883
918
  ww_depositpayable?: number | null | undefined;
884
919
  ww_value?: number | null | undefined;
885
920
  _ww_waivedby_value?: string | null | undefined;
886
- ww_fxrequirement?: number | null | undefined;
887
- ww_fxinvoicingpattern?: number | null | undefined;
888
- ww_datereferredtoicp?: string | null | undefined;
889
- ww_dateicpapprovedrtw?: string | null | undefined;
890
921
  _ww_margincurrency_value?: string | null | undefined;
891
922
  ww_marginbasis?: number | null | undefined;
892
923
  ww_marginperiod?: number | null | undefined;
@@ -897,61 +928,55 @@ export declare const Assignment: {
897
928
  ww_revenueminvalue?: number | null | undefined;
898
929
  ww_marginpaidby?: number | null | undefined;
899
930
  ww_margincontractorpercentage?: number | null | undefined;
900
- ww_clientrate?: number | null | undefined;
901
- ww_grossratesimulation?: number | null | undefined;
902
- ww_marginrate?: number | null | undefined;
903
- ww_employeegrosssalary?: number | null | undefined;
931
+ ww_mgtfeemonthlyfee?: number | null | undefined;
932
+ ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
933
+ ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
904
934
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
905
935
  ww_startupmarginpaidby?: number | null | undefined;
906
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
907
936
  _ww_startupmargincurrency_value?: string | null | undefined;
908
937
  ww_startupmargincontractorpercentage?: number | null | undefined;
938
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
939
+ ww_clientrate?: number | null | undefined;
940
+ ww_grossratesimulation?: number | null | undefined;
941
+ ww_marginrate?: number | null | undefined;
942
+ ww_employeegrosssalary?: number | null | undefined;
909
943
  _ww_agency_value?: string | null | undefined;
910
944
  _ww_agencycontact_value?: string | null | undefined;
911
945
  _ww_margincompany_value?: string | null | undefined;
912
- ww_jobtype?: number | null | undefined;
913
- ww_employmentcontracttype?: number | null | undefined;
914
- ww_startdate?: string | null | undefined;
915
- ww_workerenddate?: string | null | undefined;
916
- ww_workerconfirmedstartdate?: string | null | undefined;
917
- ww_actualenddate?: string | null | undefined;
918
- ww_contractrole?: string | null | undefined;
919
- ww_remote?: boolean | null | undefined;
920
- ww_contractrate?: number | null | undefined;
921
- ww_contractratefrequency?: number | null | undefined;
922
- ww_type?: number | null | undefined;
923
- ww_hoursworked?: number | null | undefined;
924
- ww_hoursworkedunit?: number | null | undefined;
925
- ww_specialconditions?: string | null | undefined;
926
- ww_possofextension?: number | null | undefined;
927
- ww_isrollingcontract?: boolean | null | undefined;
928
- ww_accepteddate?: string | null | undefined;
929
- ww_rejectionreason?: string | null | undefined;
930
- ww_notice?: string | null | undefined;
931
- ww_mgtfeemonthlyfee?: number | null | undefined;
932
- ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
933
- ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
934
- ww_expenses?: string | null | undefined;
935
- ww_selfbilling?: boolean | null | undefined;
936
- ww_payfrequency?: number | null | undefined;
937
- ww_grosspay?: boolean | null | undefined;
938
- _ww_engagementconsultant_value?: string | null | undefined;
946
+ _ww_localpartner_value?: string | null | undefined;
947
+ _ww_localemployingentity_value?: string | null | undefined;
939
948
  _ww_accountant_value?: string | null | undefined;
949
+ _ww_engagementconsultant_value?: string | null | undefined;
940
950
  _ww_icpinternalaccountmanager_value?: string | null | undefined;
941
951
  _ww_icpoperationscontact_value?: string | null | undefined;
942
952
  _ww_icpfinancecontact_value?: string | null | undefined;
953
+ ww_workpermitsponsorship?: boolean | null | undefined;
954
+ ww_workpermitcost?: string | null | undefined;
955
+ ww_workpermitpaidby?: string | null | undefined;
956
+ ww_specialconditions?: string | null | undefined;
957
+ ww_possofextension?: number | null | undefined;
958
+ ww_type?: number | null | undefined;
959
+ ww_grosspay?: boolean | null | undefined;
960
+ ww_expenses?: string | null | undefined;
961
+ ww_accepteddate?: string | null | undefined;
962
+ ww_datereferredtoicp?: string | null | undefined;
963
+ ww_dateicpapprovedrtw?: string | null | undefined;
964
+ ww_fxrequirement?: number | null | undefined;
965
+ ww_fxinvoicingpattern?: number | null | undefined;
966
+ ww_onboardingdurationminutes?: number | null | undefined;
967
+ ww_onboardingduration?: string | null | undefined;
968
+ ww_onboarding?: string | null | undefined;
969
+ ww_awaitingdocuments?: string | null | undefined;
970
+ ww_onboardingend?: string | null | undefined;
971
+ ww_onboarding_reportingstatus?: string | null | undefined;
972
+ ww_joiner_reportingstatus?: string | null | undefined;
973
+ ww_active_reportingstatus?: string | null | undefined;
943
974
  ww_workpermitinprogressdurationminutes?: number | null | undefined;
944
975
  ww_workpermitinprogressduration?: string | null | undefined;
945
976
  ww_allocated?: string | null | undefined;
946
977
  ww_gatheringdocuments?: string | null | undefined;
947
978
  ww_preparingapplication?: string | null | undefined;
948
979
  ww_applicationsubmitted?: string | null | undefined;
949
- ww_onboardingdurationminutes?: number | null | undefined;
950
- ww_onboardingduration?: string | null | undefined;
951
- ww_onboarding?: string | null | undefined;
952
- ww_awaitingdocuments?: string | null | undefined;
953
- ww_onboardingend?: string | null | undefined;
954
- ww_registrationinprogressdurationminutes?: number | null | undefined;
955
980
  ww_registrationinprogressduration?: string | null | undefined;
956
981
  ww_registrationinprogressend?: string | null | undefined;
957
982
  ww_complianceapprovaldurationminutes?: number | null | undefined;
@@ -966,52 +991,61 @@ export declare const Assignment: {
966
991
  ww_contractqueries?: string | null | undefined;
967
992
  ww_signedcontractreceived?: string | null | undefined;
968
993
  ww_contractsinprogressend?: string | null | undefined;
969
- ww_onboarding_reportingstatus?: string | null | undefined;
970
- ww_joiner_reportingstatus?: string | null | undefined;
971
- ww_active_reportingstatus?: string | null | undefined;
972
- ww_assignmtreportingstatus?: number | null | undefined;
994
+ ww_registrationinprogressdurationminutes?: number | null | undefined;
973
995
  }, {
974
996
  _transactioncurrencyid_value?: string | null | undefined;
975
- _ww_country_value?: string | null | undefined;
976
997
  ww_endclient?: string | null | undefined;
977
998
  ww_totalrevenue?: number | null | undefined;
978
999
  ww_enddate?: string | null | undefined;
979
- ww_paymentterms?: string | null | undefined;
980
- ww_zohobookssync?: string | null | undefined;
981
- ww_zohocrmid?: string | null | undefined;
982
1000
  ww_zohobooksid?: string | null | undefined;
983
1001
  ww_zohocrmsync?: string | null | undefined;
1002
+ ww_zohobookssync?: string | null | undefined;
984
1003
  ww_zohosyncerror?: string | null | undefined;
985
1004
  ww_precisionid?: string | null | undefined;
1005
+ ww_paymentterms?: string | null | undefined;
1006
+ ww_Country?: any;
1007
+ ww_Parent_Solution?: any;
1008
+ ww_Solution?: any;
1009
+ ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
1010
+ "_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
986
1011
  "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
987
1012
  "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
988
1013
  ww_assignmentid?: string | undefined;
989
1014
  ww_assignmentnumber?: string | null | undefined;
1015
+ _ww_saleschecklist_value?: string | null | undefined;
1016
+ _ww_salescode_value?: string | null | undefined;
1017
+ ww_zohoCrmid?: string | null | undefined;
990
1018
  ww_assignmentstage?: number | null | undefined;
991
1019
  ww_stagereason?: number | null | undefined;
1020
+ ww_rejectionreason?: string | null | undefined;
1021
+ ww_assignmtreportingstatus?: number | null | undefined;
992
1022
  _ww_contractor_value?: string | null | undefined;
993
1023
  ww_region?: number | null | undefined;
994
1024
  ww_attn?: number | null | undefined;
995
- _ww_saleschecklist_value?: string | null | undefined;
996
- _ww_parent_solution_value?: string | null | undefined;
997
- _ww_solution_value?: string | null | undefined;
998
1025
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
999
1026
  ww_othercontractualagreements?: string | null | undefined;
1000
- ww_workpermitsponsorship?: boolean | null | undefined;
1001
- ww_workpermitcost?: string | null | undefined;
1002
- ww_workpermitpaidby?: string | null | undefined;
1003
- _ww_salescode_value?: string | null | undefined;
1004
- _ww_localpartner_value?: string | null | undefined;
1005
- _ww_localemployingentity_value?: string | null | undefined;
1027
+ ww_contractrate?: number | null | undefined;
1028
+ ww_contractratefrequency?: number | null | undefined;
1029
+ ww_payfrequency?: number | null | undefined;
1030
+ ww_hoursworked?: number | null | undefined;
1031
+ ww_hoursworkedunit?: number | null | undefined;
1032
+ ww_jobtype?: number | null | undefined;
1033
+ ww_employmentcontracttype?: number | null | undefined;
1034
+ ww_startdate?: string | null | undefined;
1035
+ ww_workerconfirmedstartdate?: string | null | undefined;
1036
+ ww_workerenddate?: string | null | undefined;
1037
+ ww_actualenddate?: string | null | undefined;
1038
+ ww_contractrole?: string | null | undefined;
1039
+ ww_remote?: boolean | null | undefined;
1040
+ ww_isrollingcontract?: boolean | null | undefined;
1041
+ ww_notice?: string | null | undefined;
1042
+ ww_jobdescription?: string | null | undefined;
1043
+ ww_selfbilling?: boolean | null | undefined;
1006
1044
  ww_onboardingfee?: number | null | undefined;
1007
1045
  _ww_onboardingfeecurrency_value?: string | null | undefined;
1008
1046
  ww_depositpayable?: number | null | undefined;
1009
1047
  ww_value?: number | null | undefined;
1010
1048
  _ww_waivedby_value?: string | null | undefined;
1011
- ww_fxrequirement?: number | null | undefined;
1012
- ww_fxinvoicingpattern?: number | null | undefined;
1013
- ww_datereferredtoicp?: string | null | undefined;
1014
- ww_dateicpapprovedrtw?: string | null | undefined;
1015
1049
  _ww_margincurrency_value?: string | null | undefined;
1016
1050
  ww_marginbasis?: number | null | undefined;
1017
1051
  ww_marginperiod?: number | null | undefined;
@@ -1022,61 +1056,55 @@ export declare const Assignment: {
1022
1056
  ww_revenueminvalue?: number | null | undefined;
1023
1057
  ww_marginpaidby?: number | null | undefined;
1024
1058
  ww_margincontractorpercentage?: number | null | undefined;
1025
- ww_clientrate?: number | null | undefined;
1026
- ww_grossratesimulation?: number | null | undefined;
1027
- ww_marginrate?: number | null | undefined;
1028
- ww_employeegrosssalary?: number | null | undefined;
1059
+ ww_mgtfeemonthlyfee?: number | null | undefined;
1060
+ ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
1061
+ ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
1029
1062
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
1030
1063
  ww_startupmarginpaidby?: number | null | undefined;
1031
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
1032
1064
  _ww_startupmargincurrency_value?: string | null | undefined;
1033
1065
  ww_startupmargincontractorpercentage?: number | null | undefined;
1066
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
1067
+ ww_clientrate?: number | null | undefined;
1068
+ ww_grossratesimulation?: number | null | undefined;
1069
+ ww_marginrate?: number | null | undefined;
1070
+ ww_employeegrosssalary?: number | null | undefined;
1034
1071
  _ww_agency_value?: string | null | undefined;
1035
1072
  _ww_agencycontact_value?: string | null | undefined;
1036
1073
  _ww_margincompany_value?: string | null | undefined;
1037
- ww_jobtype?: number | null | undefined;
1038
- ww_employmentcontracttype?: number | null | undefined;
1039
- ww_startdate?: string | null | undefined;
1040
- ww_workerenddate?: string | null | undefined;
1041
- ww_workerconfirmedstartdate?: string | null | undefined;
1042
- ww_actualenddate?: string | null | undefined;
1043
- ww_contractrole?: string | null | undefined;
1044
- ww_remote?: boolean | null | undefined;
1045
- ww_contractrate?: number | null | undefined;
1046
- ww_contractratefrequency?: number | null | undefined;
1047
- ww_type?: number | null | undefined;
1048
- ww_hoursworked?: number | null | undefined;
1049
- ww_hoursworkedunit?: number | null | undefined;
1050
- ww_specialconditions?: string | null | undefined;
1051
- ww_possofextension?: number | null | undefined;
1052
- ww_isrollingcontract?: boolean | null | undefined;
1053
- ww_accepteddate?: string | null | undefined;
1054
- ww_rejectionreason?: string | null | undefined;
1055
- ww_notice?: string | null | undefined;
1056
- ww_mgtfeemonthlyfee?: number | null | undefined;
1057
- ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
1058
- ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
1059
- ww_expenses?: string | null | undefined;
1060
- ww_selfbilling?: boolean | null | undefined;
1061
- ww_payfrequency?: number | null | undefined;
1062
- ww_grosspay?: boolean | null | undefined;
1063
- _ww_engagementconsultant_value?: string | null | undefined;
1074
+ _ww_localpartner_value?: string | null | undefined;
1075
+ _ww_localemployingentity_value?: string | null | undefined;
1064
1076
  _ww_accountant_value?: string | null | undefined;
1077
+ _ww_engagementconsultant_value?: string | null | undefined;
1065
1078
  _ww_icpinternalaccountmanager_value?: string | null | undefined;
1066
1079
  _ww_icpoperationscontact_value?: string | null | undefined;
1067
1080
  _ww_icpfinancecontact_value?: string | null | undefined;
1081
+ ww_workpermitsponsorship?: boolean | null | undefined;
1082
+ ww_workpermitcost?: string | null | undefined;
1083
+ ww_workpermitpaidby?: string | null | undefined;
1084
+ ww_specialconditions?: string | null | undefined;
1085
+ ww_possofextension?: number | null | undefined;
1086
+ ww_type?: number | null | undefined;
1087
+ ww_grosspay?: boolean | null | undefined;
1088
+ ww_expenses?: string | null | undefined;
1089
+ ww_accepteddate?: string | null | undefined;
1090
+ ww_datereferredtoicp?: string | null | undefined;
1091
+ ww_dateicpapprovedrtw?: string | null | undefined;
1092
+ ww_fxrequirement?: number | null | undefined;
1093
+ ww_fxinvoicingpattern?: number | null | undefined;
1094
+ ww_onboardingdurationminutes?: number | null | undefined;
1095
+ ww_onboardingduration?: string | null | undefined;
1096
+ ww_onboarding?: string | null | undefined;
1097
+ ww_awaitingdocuments?: string | null | undefined;
1098
+ ww_onboardingend?: string | null | undefined;
1099
+ ww_onboarding_reportingstatus?: string | null | undefined;
1100
+ ww_joiner_reportingstatus?: string | null | undefined;
1101
+ ww_active_reportingstatus?: string | null | undefined;
1068
1102
  ww_workpermitinprogressdurationminutes?: number | null | undefined;
1069
1103
  ww_workpermitinprogressduration?: string | null | undefined;
1070
1104
  ww_allocated?: string | null | undefined;
1071
1105
  ww_gatheringdocuments?: string | null | undefined;
1072
1106
  ww_preparingapplication?: string | null | undefined;
1073
1107
  ww_applicationsubmitted?: string | null | undefined;
1074
- ww_onboardingdurationminutes?: number | null | undefined;
1075
- ww_onboardingduration?: string | null | undefined;
1076
- ww_onboarding?: string | null | undefined;
1077
- ww_awaitingdocuments?: string | null | undefined;
1078
- ww_onboardingend?: string | null | undefined;
1079
- ww_registrationinprogressdurationminutes?: number | null | undefined;
1080
1108
  ww_registrationinprogressduration?: string | null | undefined;
1081
1109
  ww_registrationinprogressend?: string | null | undefined;
1082
1110
  ww_complianceapprovaldurationminutes?: number | null | undefined;
@@ -1091,163 +1119,762 @@ export declare const Assignment: {
1091
1119
  ww_contractqueries?: string | null | undefined;
1092
1120
  ww_signedcontractreceived?: string | null | undefined;
1093
1121
  ww_contractsinprogressend?: string | null | undefined;
1094
- ww_onboarding_reportingstatus?: string | null | undefined;
1095
- ww_joiner_reportingstatus?: string | null | undefined;
1096
- ww_active_reportingstatus?: string | null | undefined;
1097
- ww_assignmtreportingstatus?: number | null | undefined;
1122
+ ww_registrationinprogressdurationminutes?: number | null | undefined;
1098
1123
  }>;
1099
- SResponseAPI: import("zod").ZodObject<{
1100
- readonly ownerIdValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1101
- readonly owningBusinessUnitValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1102
- readonly owningTeamValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1103
- readonly owningUserValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1104
- readonly etag: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
1105
- readonly versionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1106
- readonly createdByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1107
- readonly createdOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1108
- readonly createdOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1109
- readonly modifiedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1110
- readonly modifiedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1111
- readonly modifiedOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1112
- readonly stateCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1113
- readonly statusCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1114
- readonly importSequenceNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1115
- readonly overriddenCreatedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1116
- readonly timezoneRuleVersionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1117
- readonly utcConversionTimezoneCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1118
- readonly assignmentId: import("zod").ZodString;
1119
- readonly assignmentNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1120
- readonly assignmentStage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1121
- readonly stageReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1122
- readonly contractorValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1123
- readonly region: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1124
- readonly attn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1125
- readonly referralValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1126
- readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1127
- readonly solutionValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1128
- readonly solutionTypeValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1129
- readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1130
- readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1131
- readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1132
- readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1133
- readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1134
- readonly salesCodeValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1135
- readonly icpEntityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1136
- readonly localEmployingEntityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1137
- readonly onboardingFee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1138
- readonly onboardingFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1139
- readonly depositPayable: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1140
- readonly value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1141
- readonly waivedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1142
- readonly fxRequirement: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1143
- readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1144
- readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1145
- readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1146
- readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1147
- readonly marginBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1148
- readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1149
- readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1150
- readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1151
- readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1152
- readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1153
- readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1154
- readonly clientRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1155
- readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1156
- readonly marginRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1157
- readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1158
- readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1159
- readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1160
- readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1161
- readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1162
- readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1163
- readonly agencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1164
- readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1165
- readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1166
- readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1167
- readonly jobType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1168
- readonly employmentContractType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1169
- readonly startDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1170
- readonly endDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1171
- readonly workerEndDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1172
- readonly workerConfirmedStartDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1173
- readonly actualEndDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1174
- readonly jobRole: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1175
- readonly remote: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1176
- readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1177
- readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1178
- readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1179
- readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1180
- readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1181
- readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1182
- readonly specialConditions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1183
- readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1184
- readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1185
- readonly acceptedDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1186
- readonly rejectionReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1187
- readonly notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1188
- readonly mgtMonthlyFee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1189
- readonly mgtMonthlyFeePaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1190
- readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1191
- readonly expenses: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1192
- readonly precisionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1193
- readonly selfBilling: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1194
- readonly contractPaymentFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1195
- readonly zohoCrmId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1196
- readonly zohoBooksId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1197
- readonly zohoCrmSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1198
- readonly zohoBooksSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1199
- readonly zohoSyncError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1200
- readonly grossPay: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1201
- readonly paymentTerms: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1202
- readonly engagementConsultantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1203
- readonly accountantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1204
- readonly icpInternalAccountManagerValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1205
- readonly icpOperationsContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1206
- readonly icpFinanceContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1207
- readonly workPermitInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1208
- readonly workPermitInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1209
- readonly allocated: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1210
- readonly gatheringDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1211
- readonly preparingApplication: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1212
- readonly applicationSubmitted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1213
- readonly onboardingDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1214
- readonly onboardingDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1215
- readonly pendingOnboarding: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1216
- readonly awaitingDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1217
- readonly registrationSubmitted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1218
- readonly registrationInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1219
- readonly registrationInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1220
- readonly completed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1221
- readonly complianceApprovalDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1222
- readonly complianceApprovalDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1223
- readonly finalCheck: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1224
- readonly legalApprovedToIssueDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1225
- readonly legalApprovedToIssueDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1226
- readonly contractsInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1227
- readonly contractsInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1228
- readonly draftingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1229
- readonly contractSent: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1230
- readonly contractQueries: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1231
- readonly signedContractReceived: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1232
- readonly legalFinalCheck: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1233
- readonly onboarding: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1234
- readonly joiner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1235
- readonly active: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1236
- readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1237
- readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1238
- readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1239
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1124
+ SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
1125
+ readonly _ownerid_value: {
1126
+ readonly pretty: "ownerIdValue";
1127
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1128
+ };
1129
+ readonly _owningbusinessunit_value: {
1130
+ readonly pretty: "owningBusinessUnitValue";
1131
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1132
+ };
1133
+ readonly _owningteam_value: {
1134
+ readonly pretty: "owningTeamValue";
1135
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1136
+ };
1137
+ readonly _owninguser_value: {
1138
+ readonly pretty: "owningUserValue";
1139
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1140
+ };
1141
+ readonly '@odata.etag': {
1142
+ readonly pretty: "etag";
1143
+ readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
1144
+ };
1145
+ readonly versionnumber: {
1146
+ readonly pretty: "versionNumber";
1147
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1148
+ };
1149
+ readonly _createdby_value: {
1150
+ readonly pretty: "createdByValue";
1151
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1152
+ };
1153
+ readonly createdon: {
1154
+ readonly pretty: "createdOn";
1155
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1156
+ };
1157
+ readonly _createdonbehalfby_value: {
1158
+ readonly pretty: "createdOnBehalfByValue";
1159
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1160
+ };
1161
+ readonly _modifiedby_value: {
1162
+ readonly pretty: "modifiedByValue";
1163
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1164
+ };
1165
+ readonly modifiedon: {
1166
+ readonly pretty: "modifiedOn";
1167
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1168
+ };
1169
+ readonly _modifiedonbehalfby_value: {
1170
+ readonly pretty: "modifiedOnBehalfByValue";
1171
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1172
+ };
1173
+ readonly statecode: {
1174
+ readonly pretty: "stateCode";
1175
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1176
+ };
1177
+ readonly statuscode: {
1178
+ readonly pretty: "statusCode";
1179
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1180
+ };
1181
+ readonly importsequencenumber: {
1182
+ readonly pretty: "importSequenceNumber";
1183
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1184
+ };
1185
+ readonly overriddencreatedon: {
1186
+ readonly pretty: "overriddenCreatedOn";
1187
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1188
+ };
1189
+ readonly timezoneruleversionnumber: {
1190
+ readonly pretty: "timezoneRuleVersionNumber";
1191
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1192
+ };
1193
+ readonly utcconversiontimezonecode: {
1194
+ readonly pretty: "utcConversionTimezoneCode";
1195
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1196
+ };
1197
+ } & {
1198
+ readonly ww_assignmentid: {
1199
+ readonly pretty: "assignmentId";
1200
+ readonly type: import("zod").ZodString;
1201
+ };
1202
+ readonly ww_assignmentnumber: {
1203
+ readonly pretty: "assignmentNumber";
1204
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1205
+ };
1206
+ readonly _ww_saleschecklist_value: {
1207
+ readonly relationshipName: "ww_SalesChecklist";
1208
+ readonly entity: "ww_saleschecklists";
1209
+ readonly pretty: "referralId";
1210
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1211
+ };
1212
+ readonly _ww_salescode_value: {
1213
+ readonly pretty: "salesCodeValue";
1214
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1215
+ };
1216
+ readonly ww_precisionid: {
1217
+ readonly pretty: "precisionId";
1218
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1219
+ };
1220
+ readonly ww_zohoCrmid: {
1221
+ readonly pretty: "zoho/zohoCrmId";
1222
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1223
+ };
1224
+ readonly ww_zohobooksid: {
1225
+ readonly pretty: "zoho/zohoBooksId";
1226
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1227
+ };
1228
+ readonly ww_zohocrmsync: {
1229
+ readonly pretty: "zoho/zohoCrmSync";
1230
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1231
+ };
1232
+ readonly ww_zohobookssync: {
1233
+ readonly pretty: "zoho/zohoBooksSync";
1234
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1235
+ };
1236
+ readonly ww_zohosyncerror: {
1237
+ readonly pretty: "zoho/zohoSyncError";
1238
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1239
+ };
1240
+ readonly ww_assignmentstage: {
1241
+ readonly pretty: "progress/stage";
1242
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1243
+ };
1244
+ readonly ww_stagereason: {
1245
+ readonly pretty: "progress/stageReason";
1246
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1247
+ };
1248
+ readonly ww_rejectionreason: {
1249
+ readonly pretty: "progress/rejectionReason";
1250
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1251
+ };
1252
+ readonly ww_assignmtreportingstatus: {
1253
+ readonly pretty: "progress/reportingStatus";
1254
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1255
+ };
1256
+ readonly _ww_contractor_value: {
1257
+ readonly relationshipName: "ww_Contractor";
1258
+ readonly entity: "contacts";
1259
+ readonly pretty: "contractor/contractorValue";
1260
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1261
+ };
1262
+ readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": {
1263
+ readonly pretty: "contractor/contractorFormattedValue";
1264
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1265
+ };
1266
+ readonly ww_region: {
1267
+ readonly pretty: "assignment/region";
1268
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1269
+ };
1270
+ readonly ww_attn: {
1271
+ readonly pretty: "assignment/attn";
1272
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1273
+ };
1274
+ readonly _ww_workwellglobalinternalcompany_value: {
1275
+ readonly relationshipName: "ww_WorkwellGlobalInternalCompany";
1276
+ readonly entity: "accounts";
1277
+ readonly pretty: "assignment/workwellGlobalInternalCompanyValue";
1278
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1279
+ };
1280
+ readonly ww_othercontractualagreements: {
1281
+ readonly pretty: "assignment/otherContractualAgreements";
1282
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1283
+ };
1284
+ readonly _transactioncurrencyid_value: {
1285
+ readonly relationshipName: "transactioncurrencyid";
1286
+ readonly entity: "transactioncurrencies";
1287
+ readonly pretty: "assignment/contractorPayRateCurrencyValue";
1288
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1289
+ };
1290
+ readonly ww_contractrate: {
1291
+ readonly pretty: "assignment/contractPayRate";
1292
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1293
+ };
1294
+ readonly ww_contractratefrequency: {
1295
+ readonly pretty: "assignment/contractRateFrequency";
1296
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1297
+ };
1298
+ readonly ww_payfrequency: {
1299
+ readonly pretty: "assignment/contractPaymentFrequency";
1300
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1301
+ };
1302
+ readonly ww_hoursworked: {
1303
+ readonly pretty: "assignment/hoursWorked";
1304
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1305
+ };
1306
+ readonly ww_hoursworkedunit: {
1307
+ readonly pretty: "assignment/hoursWorkedUnit";
1308
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1309
+ };
1310
+ readonly ww_totalrevenue: {
1311
+ readonly pretty: "assignment/totalRevenue";
1312
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1313
+ };
1314
+ readonly ww_jobtype: {
1315
+ readonly pretty: "assignment/jobType";
1316
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1317
+ };
1318
+ readonly ww_employmentcontracttype: {
1319
+ readonly pretty: "assignment/employmentContractType";
1320
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1321
+ };
1322
+ readonly ww_startdate: {
1323
+ readonly pretty: "assignment/startDate";
1324
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1325
+ };
1326
+ readonly ww_enddate: {
1327
+ readonly pretty: "assignment/endDate";
1328
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1329
+ };
1330
+ readonly ww_workerconfirmedstartdate: {
1331
+ readonly pretty: "assignment/workerConfirmedStartDate";
1332
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1333
+ };
1334
+ readonly ww_workerenddate: {
1335
+ readonly pretty: "assignment/workerEndDate";
1336
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1337
+ };
1338
+ readonly ww_actualenddate: {
1339
+ readonly pretty: "assignment/actualEndDate";
1340
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1341
+ };
1342
+ readonly ww_contractrole: {
1343
+ readonly pretty: "assignment/jobRole";
1344
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1345
+ };
1346
+ readonly ww_remote: {
1347
+ readonly pretty: "assignment/remote";
1348
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1349
+ };
1350
+ readonly ww_isrollingcontract: {
1351
+ readonly pretty: "assignment/isRollingContract";
1352
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1353
+ };
1354
+ readonly ww_notice: {
1355
+ readonly pretty: "assignment/notice";
1356
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1357
+ };
1358
+ readonly ww_jobdescription: {
1359
+ readonly pretty: "assignment/jobDescription";
1360
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1361
+ };
1362
+ readonly ww_endclient: {
1363
+ readonly pretty: "assignment/endClient";
1364
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1365
+ };
1366
+ readonly ww_paymentterms: {
1367
+ readonly pretty: "assignment/paymentTerms";
1368
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1369
+ };
1370
+ readonly ww_selfbilling: {
1371
+ readonly pretty: "assignment/selfBilling";
1372
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1373
+ };
1374
+ readonly ww_onboardingfee: {
1375
+ readonly pretty: "fees/onboardingFee";
1376
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1377
+ };
1378
+ readonly _ww_onboardingfeecurrency_value: {
1379
+ readonly relationshipName: "ww_OnboardingFeeCurrency";
1380
+ readonly entity: "transactioncurrencies";
1381
+ readonly pretty: "fees/onboardingFeeCurrencyValue";
1382
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1383
+ };
1384
+ readonly ww_depositpayable: {
1385
+ readonly pretty: "fees/depositPayable";
1386
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1387
+ };
1388
+ readonly ww_value: {
1389
+ readonly pretty: "fees/depositValue";
1390
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1391
+ };
1392
+ readonly _ww_waivedby_value: {
1393
+ readonly pretty: "fees/waivedByValue";
1394
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1395
+ };
1396
+ readonly _ww_margincurrency_value: {
1397
+ readonly relationshipName: "ww_MarginCurrency";
1398
+ readonly entity: "transactioncurrencies";
1399
+ readonly pretty: "fees/marginCurrencyValue";
1400
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1401
+ };
1402
+ readonly ww_marginbasis: {
1403
+ readonly pretty: "fees/marginBasis";
1404
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1405
+ };
1406
+ readonly ww_marginperiod: {
1407
+ readonly pretty: "fees/marginPeriod";
1408
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1409
+ };
1410
+ readonly ww_marginpercentage: {
1411
+ readonly pretty: "fees/marginPercentage";
1412
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1413
+ };
1414
+ readonly ww_marginfixedvaluemaxvalue: {
1415
+ readonly pretty: "fees/marginFixedValueMaxValue";
1416
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1417
+ };
1418
+ readonly ww_revenuefixedvaluemaxvalue: {
1419
+ readonly pretty: "fees/marginFixedValueMaxValue";
1420
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1421
+ };
1422
+ readonly ww_marginminvalue: {
1423
+ readonly pretty: "fees/marginMinValue";
1424
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1425
+ };
1426
+ readonly ww_revenueminvalue: {
1427
+ readonly pretty: "fees/marginMinValue";
1428
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1429
+ };
1430
+ readonly ww_marginpaidby: {
1431
+ readonly pretty: "fees/marginPaidBy";
1432
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1433
+ };
1434
+ readonly ww_margincontractorpercentage: {
1435
+ readonly pretty: "fees/marginContractorPercentage";
1436
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1437
+ };
1438
+ readonly ww_mgtfeemonthlyfee: {
1439
+ readonly pretty: "fees/mgtMonthlyFee";
1440
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1441
+ };
1442
+ readonly ww_mgtfeemonthlyfeepercentage: {
1443
+ readonly pretty: "fees/mgtMonthlyFeePercentage";
1444
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1445
+ };
1446
+ readonly ww_mgtfeemonthlyfeepaidby: {
1447
+ readonly pretty: "fees/mgtMonthlyFeePaidBy";
1448
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1449
+ };
1450
+ readonly ww_startupmarginfixedvaluemaxvalue: {
1451
+ readonly pretty: "fees/startUpMarginFixedValueMaxValue";
1452
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1453
+ };
1454
+ readonly ww_startupmarginpaidby: {
1455
+ readonly pretty: "fees/startUpMarginPaidBy";
1456
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1457
+ };
1458
+ readonly _ww_startupmargincurrency_value: {
1459
+ readonly relationshipName: "ww_StartUpMarginCurrency";
1460
+ readonly entity: "transactioncurrencies";
1461
+ readonly pretty: "fees/startUpMarginCurrencyValue";
1462
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1463
+ };
1464
+ readonly ww_startupmargincontractorpercentage: {
1465
+ readonly pretty: "fees/startUpMarginContractorPercentage";
1466
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1467
+ };
1468
+ readonly _ww_preferredinvoicecurrency_value: {
1469
+ readonly relationshipName: "ww_PreferredInvoiceCurrency";
1470
+ readonly entity: "transactioncurrencies";
1471
+ readonly pretty: "fees/preferredInvoiceCurrencyValue";
1472
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1473
+ };
1474
+ readonly ww_clientrate: {
1475
+ readonly pretty: "rates/clientRate";
1476
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1477
+ };
1478
+ readonly ww_grossratesimulation: {
1479
+ readonly pretty: "rates/grossRateSimulation";
1480
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1481
+ };
1482
+ readonly ww_marginrate: {
1483
+ readonly pretty: "rates/marginRate";
1484
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1485
+ };
1486
+ readonly ww_employeegrosssalary: {
1487
+ readonly pretty: "rates/employeeGrossSalary";
1488
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1489
+ };
1490
+ readonly _ww_agency_value: {
1491
+ readonly relationshipName: "ww_Agency";
1492
+ readonly entity: "accounts";
1493
+ readonly pretty: "agency/agencyValue";
1494
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1495
+ };
1496
+ readonly _ww_agencycontact_value: {
1497
+ readonly relationshipName: "ww_AgencyContact";
1498
+ readonly entity: "contacts";
1499
+ readonly pretty: "agency/agencyContactValue";
1500
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1501
+ };
1502
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": {
1503
+ readonly pretty: "agency/agencyFormattedValue";
1504
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1505
+ };
1506
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
1507
+ readonly pretty: "agency/agencyContactFormattedValue";
1508
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1509
+ };
1510
+ readonly _ww_margincompany_value: {
1511
+ readonly relationshipName: "ww_MarginCompany";
1512
+ readonly entity: "accounts";
1513
+ readonly pretty: "agency/marginOnlyCompanyValue";
1514
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1515
+ };
1516
+ readonly _ww_localpartner_value: {
1517
+ readonly relationshipName: "ww_LocalPartner";
1518
+ readonly entity: "accounts";
1519
+ readonly pretty: "contacts/icpEntityValue";
1520
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1521
+ };
1522
+ readonly _ww_localemployingentity_value: {
1523
+ readonly relationshipName: "ww_LocalEmployingEntity";
1524
+ readonly entity: "accounts";
1525
+ readonly pretty: "contacts/localEmployingEntityValue";
1526
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1527
+ };
1528
+ readonly _ww_accountant_value: {
1529
+ readonly relationshipName: "ww_Accountant";
1530
+ readonly entity: "accounts";
1531
+ readonly pretty: "contacts/accountantValue";
1532
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1533
+ };
1534
+ readonly _ww_engagementconsultant_value: {
1535
+ readonly pretty: "contacts/engagementConsultantValue";
1536
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1537
+ };
1538
+ readonly _ww_icpinternalaccountmanager_value: {
1539
+ readonly pretty: "contacts/icpInternalAccountManagerValue";
1540
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1541
+ };
1542
+ readonly _ww_icpoperationscontact_value: {
1543
+ readonly relationshipName: "ww_ICPOperationsContact";
1544
+ readonly entity: "contacts";
1545
+ readonly pretty: "contacts/icpOperationsContactValue";
1546
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1547
+ };
1548
+ readonly _ww_icpfinancecontact_value: {
1549
+ readonly relationshipName: "ww_ICPFinanceContact";
1550
+ readonly entity: "contacts";
1551
+ readonly pretty: "contacts/icpFinanceContactValue";
1552
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1553
+ };
1554
+ readonly ww_workpermitsponsorship: {
1555
+ readonly pretty: "compliance/workPermitSponsorship";
1556
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1557
+ };
1558
+ readonly ww_workpermitcost: {
1559
+ readonly pretty: "compliance/workPermitCost";
1560
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1561
+ };
1562
+ readonly ww_workpermitpaidby: {
1563
+ readonly pretty: "compliance/workPermitPaidBy";
1564
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1565
+ };
1566
+ readonly ww_specialconditions: {
1567
+ readonly pretty: "compliance/specialConditions";
1568
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1569
+ };
1570
+ readonly ww_possofextension: {
1571
+ readonly pretty: "compliance/possibilityOfExtension";
1572
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1573
+ };
1574
+ readonly ww_type: {
1575
+ readonly pretty: "compliance/type";
1576
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1577
+ };
1578
+ readonly ww_grosspay: {
1579
+ readonly pretty: "compliance/grossPay";
1580
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1581
+ };
1582
+ readonly ww_expenses: {
1583
+ readonly pretty: "compliance/expenses";
1584
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1585
+ };
1586
+ readonly ww_accepteddate: {
1587
+ readonly pretty: "compliance/acceptedDate";
1588
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1589
+ };
1590
+ readonly ww_datereferredtoicp: {
1591
+ readonly pretty: "compliance/dateReferredToIcp";
1592
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1593
+ };
1594
+ readonly ww_dateicpapprovedrtw: {
1595
+ readonly pretty: "compliance/dateIcpApprovedRtw";
1596
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1597
+ };
1598
+ readonly ww_fxrequirement: {
1599
+ readonly pretty: "compliance/fxRequirement";
1600
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1601
+ };
1602
+ readonly ww_fxinvoicingpattern: {
1603
+ readonly pretty: "compliance/fxInvoicingPattern";
1604
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1605
+ };
1606
+ readonly ww_onboardingdurationminutes: {
1607
+ readonly pretty: "progress/onboardingDurationMinutes";
1608
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1609
+ };
1610
+ readonly ww_onboardingduration: {
1611
+ readonly pretty: "progress/onboardingDuration";
1612
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1613
+ };
1614
+ readonly ww_onboarding: {
1615
+ readonly pretty: "progress/pendingOnboarding";
1616
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1617
+ };
1618
+ readonly ww_awaitingdocuments: {
1619
+ readonly pretty: "progress/awaitingDocuments";
1620
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1621
+ };
1622
+ readonly ww_onboardingend: {
1623
+ readonly pretty: "progress/registrationSubmitted";
1624
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1625
+ };
1626
+ readonly ww_onboarding_reportingstatus: {
1627
+ readonly pretty: "progress/onboardingStatus";
1628
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1629
+ };
1630
+ readonly ww_joiner_reportingstatus: {
1631
+ readonly pretty: "progress/joinerStatus";
1632
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1633
+ };
1634
+ readonly ww_active_reportingstatus: {
1635
+ readonly pretty: "progress/activeStatus";
1636
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1637
+ };
1638
+ readonly ww_workpermitinprogressdurationminutes: {
1639
+ readonly pretty: "progress/workPermitInProgressDurationMinutes";
1640
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1641
+ };
1642
+ readonly ww_workpermitinprogressduration: {
1643
+ readonly pretty: "progress/workPermitInProgressDuration";
1644
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1645
+ };
1646
+ readonly ww_allocated: {
1647
+ readonly pretty: "progress/allocated";
1648
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1649
+ };
1650
+ readonly ww_gatheringdocuments: {
1651
+ readonly pretty: "progress/gatheringDocuments";
1652
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1653
+ };
1654
+ readonly ww_preparingapplication: {
1655
+ readonly pretty: "progress/preparingApplication";
1656
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1657
+ };
1658
+ readonly ww_applicationsubmitted: {
1659
+ readonly pretty: "progress/applicationSubmitted";
1660
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1661
+ };
1662
+ readonly ww_registrationinprogressduration: {
1663
+ readonly pretty: "progress/registrationInProgressDuration";
1664
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1665
+ };
1666
+ readonly ww_registrationinprogressend: {
1667
+ readonly pretty: "progress/completed";
1668
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1669
+ };
1670
+ readonly ww_complianceapprovaldurationminutes: {
1671
+ readonly pretty: "progress/complianceApprovalDurationMinutes";
1672
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1673
+ };
1674
+ readonly ww_complianceapprovalduration: {
1675
+ readonly pretty: "progress/complianceApprovalDuration";
1676
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1677
+ };
1678
+ readonly ww_complianceapprovalend: {
1679
+ readonly pretty: "progress/finalCheck";
1680
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1681
+ };
1682
+ readonly ww_legalapprovedtoissuedurationminutes: {
1683
+ readonly pretty: "progress/legalApprovedToIssueDurationMinutes";
1684
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1685
+ };
1686
+ readonly ww_legalapprovedtoissueduration: {
1687
+ readonly pretty: "progress/legalApprovedToIssueDuration";
1688
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1689
+ };
1690
+ readonly ww_contractsinprogressdurationminutes: {
1691
+ readonly pretty: "progress/contractsInProgressDurationMinutes";
1692
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1693
+ };
1694
+ readonly ww_contractsinprogressduration: {
1695
+ readonly pretty: "progress/contractsInProgressDuration";
1696
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1697
+ };
1698
+ readonly ww_draftingcontract: {
1699
+ readonly pretty: "progress/draftingContract";
1700
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1701
+ };
1702
+ readonly ww_contractsent: {
1703
+ readonly pretty: "progress/contractSent";
1704
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1705
+ };
1706
+ readonly ww_contractqueries: {
1707
+ readonly pretty: "progress/contractQueries";
1708
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1709
+ };
1710
+ readonly ww_signedcontractreceived: {
1711
+ readonly pretty: "progress/signedContractReceived";
1712
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1713
+ };
1714
+ readonly ww_contractsinprogressend: {
1715
+ readonly pretty: "progress/legalFinalCheck";
1716
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1717
+ };
1718
+ readonly ww_registrationinprogressdurationminutes: {
1719
+ readonly pretty: "progress/registrationInProgressDurationMinutes";
1720
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1721
+ };
1722
+ readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: {
1723
+ readonly pretty: "assignmentLogs";
1724
+ readonly entityKey: "assignmentLog";
1725
+ readonly isArray: true;
1726
+ };
1727
+ readonly ww_Country: {
1728
+ readonly pretty: "assignment/workCountry";
1729
+ readonly entityKey: "country";
1730
+ };
1731
+ readonly ww_Parent_Solution: {
1732
+ readonly pretty: "assignment/parentSolution";
1733
+ readonly entityKey: "solution";
1734
+ };
1735
+ readonly ww_Solution: {
1736
+ readonly pretty: "assignment/solution";
1737
+ readonly entityKey: "solution";
1738
+ };
1739
+ }>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1740
+ contacts: {
1741
+ icpEntityValue?: string | null | undefined;
1742
+ localEmployingEntityValue?: string | null | undefined;
1743
+ accountantValue?: string | null | undefined;
1744
+ engagementConsultantValue?: string | null | undefined;
1745
+ icpInternalAccountManagerValue?: string | null | undefined;
1746
+ icpOperationsContactValue?: string | null | undefined;
1747
+ icpFinanceContactValue?: string | null | undefined;
1748
+ };
1749
+ agency: {
1750
+ agencyValue?: string | null | undefined;
1751
+ agencyContactValue?: string | null | undefined;
1752
+ agencyFormattedValue?: string | null | undefined;
1753
+ agencyContactFormattedValue?: string | null | undefined;
1754
+ marginOnlyCompanyValue?: string | null | undefined;
1755
+ };
1756
+ assignment: {
1757
+ solution?: any;
1758
+ paymentTerms?: string | null | undefined;
1759
+ totalRevenue?: number | null | undefined;
1760
+ endClient?: string | null | undefined;
1761
+ region?: number | null | undefined;
1762
+ attn?: number | null | undefined;
1763
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
1764
+ otherContractualAgreements?: string | null | undefined;
1765
+ contractorPayRateCurrencyValue?: string | null | undefined;
1766
+ contractPayRate?: number | null | undefined;
1767
+ contractRateFrequency?: number | null | undefined;
1768
+ contractPaymentFrequency?: number | null | undefined;
1769
+ hoursWorked?: number | null | undefined;
1770
+ hoursWorkedUnit?: number | null | undefined;
1771
+ jobType?: number | null | undefined;
1772
+ employmentContractType?: number | null | undefined;
1773
+ startDate?: string | null | undefined;
1774
+ endDate?: string | null | undefined;
1775
+ workerConfirmedStartDate?: string | null | undefined;
1776
+ workerEndDate?: string | null | undefined;
1777
+ actualEndDate?: string | null | undefined;
1778
+ jobRole?: string | null | undefined;
1779
+ remote?: boolean | null | undefined;
1780
+ isRollingContract?: boolean | null | undefined;
1781
+ notice?: string | null | undefined;
1782
+ jobDescription?: string | null | undefined;
1783
+ selfBilling?: boolean | null | undefined;
1784
+ workCountry?: any;
1785
+ parentSolution?: any;
1786
+ };
1240
1787
  assignmentId: string;
1241
- value?: number | null | undefined;
1242
- type?: number | null | undefined;
1243
- onboardingFee?: number | null | undefined;
1244
- onboardingFeeCurrencyValue?: string | null | undefined;
1245
- paymentTerms?: string | null | undefined;
1246
- zohoBooksSync?: string | null | undefined;
1247
- zohoCrmId?: string | null | undefined;
1248
- zohoBooksId?: string | null | undefined;
1249
- zohoCrmSync?: string | null | undefined;
1250
- zohoSyncError?: string | null | undefined;
1788
+ zoho: {
1789
+ zohoBooksSync?: string | null | undefined;
1790
+ zohoCrmId?: string | null | undefined;
1791
+ zohoBooksId?: string | null | undefined;
1792
+ zohoCrmSync?: string | null | undefined;
1793
+ zohoSyncError?: string | null | undefined;
1794
+ };
1795
+ progress: {
1796
+ stage?: number | null | undefined;
1797
+ stageReason?: number | null | undefined;
1798
+ rejectionReason?: string | null | undefined;
1799
+ reportingStatus?: number | null | undefined;
1800
+ onboardingDurationMinutes?: number | null | undefined;
1801
+ onboardingDuration?: string | null | undefined;
1802
+ pendingOnboarding?: string | null | undefined;
1803
+ awaitingDocuments?: string | null | undefined;
1804
+ registrationSubmitted?: string | null | undefined;
1805
+ onboardingStatus?: string | null | undefined;
1806
+ joinerStatus?: string | null | undefined;
1807
+ activeStatus?: string | null | undefined;
1808
+ workPermitInProgressDurationMinutes?: number | null | undefined;
1809
+ workPermitInProgressDuration?: string | null | undefined;
1810
+ allocated?: string | null | undefined;
1811
+ gatheringDocuments?: string | null | undefined;
1812
+ preparingApplication?: string | null | undefined;
1813
+ applicationSubmitted?: string | null | undefined;
1814
+ registrationInProgressDuration?: string | null | undefined;
1815
+ completed?: string | null | undefined;
1816
+ complianceApprovalDurationMinutes?: number | null | undefined;
1817
+ complianceApprovalDuration?: string | null | undefined;
1818
+ finalCheck?: string | null | undefined;
1819
+ legalApprovedToIssueDurationMinutes?: number | null | undefined;
1820
+ legalApprovedToIssueDuration?: string | null | undefined;
1821
+ contractsInProgressDurationMinutes?: number | null | undefined;
1822
+ contractsInProgressDuration?: string | null | undefined;
1823
+ draftingContract?: string | null | undefined;
1824
+ contractSent?: string | null | undefined;
1825
+ contractQueries?: string | null | undefined;
1826
+ signedContractReceived?: string | null | undefined;
1827
+ legalFinalCheck?: string | null | undefined;
1828
+ registrationInProgressDurationMinutes?: number | null | undefined;
1829
+ };
1830
+ contractor: {
1831
+ contractorValue?: string | null | undefined;
1832
+ contractorFormattedValue?: string | null | undefined;
1833
+ };
1834
+ fees: {
1835
+ onboardingFee?: number | null | undefined;
1836
+ onboardingFeeCurrencyValue?: string | null | undefined;
1837
+ depositPayable?: number | null | undefined;
1838
+ depositValue?: number | null | undefined;
1839
+ waivedByValue?: string | null | undefined;
1840
+ marginCurrencyValue?: string | null | undefined;
1841
+ marginBasis?: number | null | undefined;
1842
+ marginPeriod?: number | null | undefined;
1843
+ marginPercentage?: number | null | undefined;
1844
+ marginFixedValueMaxValue?: number | null | undefined;
1845
+ marginMinValue?: number | null | undefined;
1846
+ marginPaidBy?: number | null | undefined;
1847
+ marginContractorPercentage?: number | null | undefined;
1848
+ mgtMonthlyFee?: number | null | undefined;
1849
+ mgtMonthlyFeePercentage?: number | null | undefined;
1850
+ mgtMonthlyFeePaidBy?: number | null | undefined;
1851
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1852
+ startUpMarginPaidBy?: number | null | undefined;
1853
+ startUpMarginCurrencyValue?: string | null | undefined;
1854
+ startUpMarginContractorPercentage?: number | null | undefined;
1855
+ preferredInvoiceCurrencyValue?: string | null | undefined;
1856
+ };
1857
+ rates: {
1858
+ clientRate?: number | null | undefined;
1859
+ grossRateSimulation?: number | null | undefined;
1860
+ marginRate?: number | null | undefined;
1861
+ employeeGrossSalary?: number | null | undefined;
1862
+ };
1863
+ compliance: {
1864
+ type?: number | null | undefined;
1865
+ workPermitSponsorship?: boolean | null | undefined;
1866
+ workPermitCost?: string | null | undefined;
1867
+ workPermitPaidBy?: string | null | undefined;
1868
+ specialConditions?: string | null | undefined;
1869
+ possibilityOfExtension?: number | null | undefined;
1870
+ grossPay?: boolean | null | undefined;
1871
+ expenses?: string | null | undefined;
1872
+ acceptedDate?: string | null | undefined;
1873
+ dateReferredToIcp?: string | null | undefined;
1874
+ dateIcpApprovedRtw?: string | null | undefined;
1875
+ fxRequirement?: number | null | undefined;
1876
+ fxInvoicingPattern?: number | null | undefined;
1877
+ };
1251
1878
  precisionId?: string | null | undefined;
1252
1879
  etag?: string | null | undefined;
1253
1880
  versionNumber?: number | null | undefined;
@@ -1267,127 +1894,149 @@ export declare const Assignment: {
1267
1894
  owningBusinessUnitValue?: string | null | undefined;
1268
1895
  owningTeamValue?: string | null | undefined;
1269
1896
  owningUserValue?: string | null | undefined;
1270
- active?: string | null | undefined;
1271
1897
  assignmentNumber?: string | null | undefined;
1272
- assignmentStage?: number | null | undefined;
1273
- stageReason?: number | null | undefined;
1274
- contractorValue?: string | null | undefined;
1275
- region?: number | null | undefined;
1276
- attn?: number | null | undefined;
1277
- referralValue?: string | null | undefined;
1278
- workCountryValue?: string | null | undefined;
1279
- solutionValue?: string | null | undefined;
1280
- solutionTypeValue?: string | null | undefined;
1281
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1282
- otherContractualAgreements?: string | null | undefined;
1283
- workPermitSponsorship?: boolean | null | undefined;
1284
- workPermitCost?: string | null | undefined;
1285
- workPermitPaidBy?: string | null | undefined;
1898
+ referralId?: string | null | undefined;
1286
1899
  salesCodeValue?: string | null | undefined;
1287
- icpEntityValue?: string | null | undefined;
1288
- localEmployingEntityValue?: string | null | undefined;
1289
- depositPayable?: number | null | undefined;
1290
- waivedByValue?: string | null | undefined;
1291
- fxRequirement?: number | null | undefined;
1292
- fxInvoicingPattern?: number | null | undefined;
1293
- dateReferredToIcp?: string | null | undefined;
1294
- dateIcpApprovedRtw?: string | null | undefined;
1295
- marginCurrencyValue?: string | null | undefined;
1296
- marginBasis?: number | null | undefined;
1297
- marginPeriod?: number | null | undefined;
1298
- marginPercentage?: number | null | undefined;
1299
- marginFixedValueMaxValue?: number | null | undefined;
1300
- marginMinValue?: number | null | undefined;
1301
- marginPaidBy?: number | null | undefined;
1302
- marginContractorPercentage?: number | null | undefined;
1303
- clientRate?: number | null | undefined;
1304
- grossRateSimulation?: number | null | undefined;
1305
- marginRate?: number | null | undefined;
1306
- employeeGrossSalary?: number | null | undefined;
1307
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1308
- startUpMarginPaidBy?: number | null | undefined;
1309
- preferredInvoiceCurrencyValue?: string | null | undefined;
1310
- startUpMarginCurrencyValue?: string | null | undefined;
1311
- startUpMarginContractorPercentage?: number | null | undefined;
1312
- agencyValue?: string | null | undefined;
1313
- agencyContactValue?: string | null | undefined;
1314
- endClient?: string | null | undefined;
1315
- marginOnlyCompanyValue?: string | null | undefined;
1316
- jobType?: number | null | undefined;
1317
- employmentContractType?: number | null | undefined;
1318
- startDate?: string | null | undefined;
1319
- endDate?: string | null | undefined;
1320
- workerEndDate?: string | null | undefined;
1321
- workerConfirmedStartDate?: string | null | undefined;
1322
- actualEndDate?: string | null | undefined;
1323
- jobRole?: string | null | undefined;
1324
- remote?: boolean | null | undefined;
1325
- contractorPayRateCurrencyValue?: string | null | undefined;
1326
- contractPayRate?: number | null | undefined;
1327
- contractRateFrequency?: number | null | undefined;
1328
- hoursWorked?: number | null | undefined;
1329
- hoursWorkedUnit?: number | null | undefined;
1330
- specialConditions?: string | null | undefined;
1331
- possibilityOfExtension?: number | null | undefined;
1332
- isRollingContract?: boolean | null | undefined;
1333
- acceptedDate?: string | null | undefined;
1334
- rejectionReason?: string | null | undefined;
1335
- notice?: string | null | undefined;
1336
- mgtMonthlyFee?: number | null | undefined;
1337
- mgtMonthlyFeePaidBy?: number | null | undefined;
1338
- totalRevenue?: number | null | undefined;
1339
- expenses?: string | null | undefined;
1340
- selfBilling?: boolean | null | undefined;
1341
- contractPaymentFrequency?: number | null | undefined;
1342
- grossPay?: boolean | null | undefined;
1343
- engagementConsultantValue?: string | null | undefined;
1344
- accountantValue?: string | null | undefined;
1345
- icpInternalAccountManagerValue?: string | null | undefined;
1346
- icpOperationsContactValue?: string | null | undefined;
1347
- icpFinanceContactValue?: string | null | undefined;
1348
- workPermitInProgressDurationMinutes?: number | null | undefined;
1349
- workPermitInProgressDuration?: string | null | undefined;
1350
- allocated?: string | null | undefined;
1351
- gatheringDocuments?: string | null | undefined;
1352
- preparingApplication?: string | null | undefined;
1353
- applicationSubmitted?: string | null | undefined;
1354
- onboardingDurationMinutes?: number | null | undefined;
1355
- onboardingDuration?: string | null | undefined;
1356
- pendingOnboarding?: string | null | undefined;
1357
- awaitingDocuments?: string | null | undefined;
1358
- registrationSubmitted?: string | null | undefined;
1359
- registrationInProgressDurationMinutes?: number | null | undefined;
1360
- registrationInProgressDuration?: string | null | undefined;
1361
- completed?: string | null | undefined;
1362
- complianceApprovalDurationMinutes?: number | null | undefined;
1363
- complianceApprovalDuration?: string | null | undefined;
1364
- finalCheck?: string | null | undefined;
1365
- legalApprovedToIssueDurationMinutes?: number | null | undefined;
1366
- legalApprovedToIssueDuration?: string | null | undefined;
1367
- contractsInProgressDurationMinutes?: number | null | undefined;
1368
- contractsInProgressDuration?: string | null | undefined;
1369
- draftingContract?: string | null | undefined;
1370
- contractSent?: string | null | undefined;
1371
- contractQueries?: string | null | undefined;
1372
- signedContractReceived?: string | null | undefined;
1373
- legalFinalCheck?: string | null | undefined;
1374
- onboarding?: string | null | undefined;
1375
- joiner?: string | null | undefined;
1376
- reportingStatus?: number | null | undefined;
1377
- agencyFormattedValue?: string | null | undefined;
1378
- agencyContactFormattedValue?: string | null | undefined;
1900
+ assignmentLogs?: any;
1379
1901
  }, {
1902
+ contacts: {
1903
+ icpEntityValue?: string | null | undefined;
1904
+ localEmployingEntityValue?: string | null | undefined;
1905
+ accountantValue?: string | null | undefined;
1906
+ engagementConsultantValue?: string | null | undefined;
1907
+ icpInternalAccountManagerValue?: string | null | undefined;
1908
+ icpOperationsContactValue?: string | null | undefined;
1909
+ icpFinanceContactValue?: string | null | undefined;
1910
+ };
1911
+ agency: {
1912
+ agencyValue?: string | null | undefined;
1913
+ agencyContactValue?: string | null | undefined;
1914
+ agencyFormattedValue?: string | null | undefined;
1915
+ agencyContactFormattedValue?: string | null | undefined;
1916
+ marginOnlyCompanyValue?: string | null | undefined;
1917
+ };
1918
+ assignment: {
1919
+ solution?: any;
1920
+ paymentTerms?: string | null | undefined;
1921
+ totalRevenue?: number | null | undefined;
1922
+ endClient?: string | null | undefined;
1923
+ region?: number | null | undefined;
1924
+ attn?: number | null | undefined;
1925
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
1926
+ otherContractualAgreements?: string | null | undefined;
1927
+ contractorPayRateCurrencyValue?: string | null | undefined;
1928
+ contractPayRate?: number | null | undefined;
1929
+ contractRateFrequency?: number | null | undefined;
1930
+ contractPaymentFrequency?: number | null | undefined;
1931
+ hoursWorked?: number | null | undefined;
1932
+ hoursWorkedUnit?: number | null | undefined;
1933
+ jobType?: number | null | undefined;
1934
+ employmentContractType?: number | null | undefined;
1935
+ startDate?: string | null | undefined;
1936
+ endDate?: string | null | undefined;
1937
+ workerConfirmedStartDate?: string | null | undefined;
1938
+ workerEndDate?: string | null | undefined;
1939
+ actualEndDate?: string | null | undefined;
1940
+ jobRole?: string | null | undefined;
1941
+ remote?: boolean | null | undefined;
1942
+ isRollingContract?: boolean | null | undefined;
1943
+ notice?: string | null | undefined;
1944
+ jobDescription?: string | null | undefined;
1945
+ selfBilling?: boolean | null | undefined;
1946
+ workCountry?: any;
1947
+ parentSolution?: any;
1948
+ };
1380
1949
  assignmentId: string;
1381
- value?: number | null | undefined;
1382
- type?: number | null | undefined;
1383
- onboardingFee?: number | null | undefined;
1384
- onboardingFeeCurrencyValue?: string | null | undefined;
1385
- paymentTerms?: string | null | undefined;
1386
- zohoBooksSync?: string | null | undefined;
1387
- zohoCrmId?: string | null | undefined;
1388
- zohoBooksId?: string | null | undefined;
1389
- zohoCrmSync?: string | null | undefined;
1390
- zohoSyncError?: string | null | undefined;
1950
+ zoho: {
1951
+ zohoBooksSync?: string | null | undefined;
1952
+ zohoCrmId?: string | null | undefined;
1953
+ zohoBooksId?: string | null | undefined;
1954
+ zohoCrmSync?: string | null | undefined;
1955
+ zohoSyncError?: string | null | undefined;
1956
+ };
1957
+ progress: {
1958
+ stage?: number | null | undefined;
1959
+ stageReason?: number | null | undefined;
1960
+ rejectionReason?: string | null | undefined;
1961
+ reportingStatus?: number | null | undefined;
1962
+ onboardingDurationMinutes?: number | null | undefined;
1963
+ onboardingDuration?: string | null | undefined;
1964
+ pendingOnboarding?: string | null | undefined;
1965
+ awaitingDocuments?: string | null | undefined;
1966
+ registrationSubmitted?: string | null | undefined;
1967
+ onboardingStatus?: string | null | undefined;
1968
+ joinerStatus?: string | null | undefined;
1969
+ activeStatus?: string | null | undefined;
1970
+ workPermitInProgressDurationMinutes?: number | null | undefined;
1971
+ workPermitInProgressDuration?: string | null | undefined;
1972
+ allocated?: string | null | undefined;
1973
+ gatheringDocuments?: string | null | undefined;
1974
+ preparingApplication?: string | null | undefined;
1975
+ applicationSubmitted?: string | null | undefined;
1976
+ registrationInProgressDuration?: string | null | undefined;
1977
+ completed?: string | null | undefined;
1978
+ complianceApprovalDurationMinutes?: number | null | undefined;
1979
+ complianceApprovalDuration?: string | null | undefined;
1980
+ finalCheck?: string | null | undefined;
1981
+ legalApprovedToIssueDurationMinutes?: number | null | undefined;
1982
+ legalApprovedToIssueDuration?: string | null | undefined;
1983
+ contractsInProgressDurationMinutes?: number | null | undefined;
1984
+ contractsInProgressDuration?: string | null | undefined;
1985
+ draftingContract?: string | null | undefined;
1986
+ contractSent?: string | null | undefined;
1987
+ contractQueries?: string | null | undefined;
1988
+ signedContractReceived?: string | null | undefined;
1989
+ legalFinalCheck?: string | null | undefined;
1990
+ registrationInProgressDurationMinutes?: number | null | undefined;
1991
+ };
1992
+ contractor: {
1993
+ contractorValue?: string | null | undefined;
1994
+ contractorFormattedValue?: string | null | undefined;
1995
+ };
1996
+ fees: {
1997
+ onboardingFee?: number | null | undefined;
1998
+ onboardingFeeCurrencyValue?: string | null | undefined;
1999
+ depositPayable?: number | null | undefined;
2000
+ depositValue?: number | null | undefined;
2001
+ waivedByValue?: string | null | undefined;
2002
+ marginCurrencyValue?: string | null | undefined;
2003
+ marginBasis?: number | null | undefined;
2004
+ marginPeriod?: number | null | undefined;
2005
+ marginPercentage?: number | null | undefined;
2006
+ marginFixedValueMaxValue?: number | null | undefined;
2007
+ marginMinValue?: number | null | undefined;
2008
+ marginPaidBy?: number | null | undefined;
2009
+ marginContractorPercentage?: number | null | undefined;
2010
+ mgtMonthlyFee?: number | null | undefined;
2011
+ mgtMonthlyFeePercentage?: number | null | undefined;
2012
+ mgtMonthlyFeePaidBy?: number | null | undefined;
2013
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
2014
+ startUpMarginPaidBy?: number | null | undefined;
2015
+ startUpMarginCurrencyValue?: string | null | undefined;
2016
+ startUpMarginContractorPercentage?: number | null | undefined;
2017
+ preferredInvoiceCurrencyValue?: string | null | undefined;
2018
+ };
2019
+ rates: {
2020
+ clientRate?: number | null | undefined;
2021
+ grossRateSimulation?: number | null | undefined;
2022
+ marginRate?: number | null | undefined;
2023
+ employeeGrossSalary?: number | null | undefined;
2024
+ };
2025
+ compliance: {
2026
+ type?: number | null | undefined;
2027
+ workPermitSponsorship?: boolean | null | undefined;
2028
+ workPermitCost?: string | null | undefined;
2029
+ workPermitPaidBy?: string | null | undefined;
2030
+ specialConditions?: string | null | undefined;
2031
+ possibilityOfExtension?: number | null | undefined;
2032
+ grossPay?: boolean | null | undefined;
2033
+ expenses?: string | null | undefined;
2034
+ acceptedDate?: string | null | undefined;
2035
+ dateReferredToIcp?: string | null | undefined;
2036
+ dateIcpApprovedRtw?: string | null | undefined;
2037
+ fxRequirement?: number | null | undefined;
2038
+ fxInvoicingPattern?: number | null | undefined;
2039
+ };
1391
2040
  precisionId?: string | null | undefined;
1392
2041
  etag?: string | null | undefined;
1393
2042
  versionNumber?: number | null | undefined;
@@ -1407,482 +2056,699 @@ export declare const Assignment: {
1407
2056
  owningBusinessUnitValue?: string | null | undefined;
1408
2057
  owningTeamValue?: string | null | undefined;
1409
2058
  owningUserValue?: string | null | undefined;
1410
- active?: string | null | undefined;
1411
2059
  assignmentNumber?: string | null | undefined;
1412
- assignmentStage?: number | null | undefined;
1413
- stageReason?: number | null | undefined;
1414
- contractorValue?: string | null | undefined;
1415
- region?: number | null | undefined;
1416
- attn?: number | null | undefined;
1417
- referralValue?: string | null | undefined;
1418
- workCountryValue?: string | null | undefined;
1419
- solutionValue?: string | null | undefined;
1420
- solutionTypeValue?: string | null | undefined;
1421
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1422
- otherContractualAgreements?: string | null | undefined;
1423
- workPermitSponsorship?: boolean | null | undefined;
1424
- workPermitCost?: string | null | undefined;
1425
- workPermitPaidBy?: string | null | undefined;
2060
+ referralId?: string | null | undefined;
1426
2061
  salesCodeValue?: string | null | undefined;
1427
- icpEntityValue?: string | null | undefined;
1428
- localEmployingEntityValue?: string | null | undefined;
1429
- depositPayable?: number | null | undefined;
1430
- waivedByValue?: string | null | undefined;
1431
- fxRequirement?: number | null | undefined;
1432
- fxInvoicingPattern?: number | null | undefined;
1433
- dateReferredToIcp?: string | null | undefined;
1434
- dateIcpApprovedRtw?: string | null | undefined;
1435
- marginCurrencyValue?: string | null | undefined;
1436
- marginBasis?: number | null | undefined;
1437
- marginPeriod?: number | null | undefined;
1438
- marginPercentage?: number | null | undefined;
1439
- marginFixedValueMaxValue?: number | null | undefined;
1440
- marginMinValue?: number | null | undefined;
1441
- marginPaidBy?: number | null | undefined;
1442
- marginContractorPercentage?: number | null | undefined;
1443
- clientRate?: number | null | undefined;
1444
- grossRateSimulation?: number | null | undefined;
1445
- marginRate?: number | null | undefined;
1446
- employeeGrossSalary?: number | null | undefined;
1447
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1448
- startUpMarginPaidBy?: number | null | undefined;
1449
- preferredInvoiceCurrencyValue?: string | null | undefined;
1450
- startUpMarginCurrencyValue?: string | null | undefined;
1451
- startUpMarginContractorPercentage?: number | null | undefined;
1452
- agencyValue?: string | null | undefined;
1453
- agencyContactValue?: string | null | undefined;
1454
- endClient?: string | null | undefined;
1455
- marginOnlyCompanyValue?: string | null | undefined;
1456
- jobType?: number | null | undefined;
1457
- employmentContractType?: number | null | undefined;
1458
- startDate?: string | null | undefined;
1459
- endDate?: string | null | undefined;
1460
- workerEndDate?: string | null | undefined;
1461
- workerConfirmedStartDate?: string | null | undefined;
1462
- actualEndDate?: string | null | undefined;
1463
- jobRole?: string | null | undefined;
1464
- remote?: boolean | null | undefined;
1465
- contractorPayRateCurrencyValue?: string | null | undefined;
1466
- contractPayRate?: number | null | undefined;
1467
- contractRateFrequency?: number | null | undefined;
1468
- hoursWorked?: number | null | undefined;
1469
- hoursWorkedUnit?: number | null | undefined;
1470
- specialConditions?: string | null | undefined;
1471
- possibilityOfExtension?: number | null | undefined;
1472
- isRollingContract?: boolean | null | undefined;
1473
- acceptedDate?: string | null | undefined;
1474
- rejectionReason?: string | null | undefined;
1475
- notice?: string | null | undefined;
1476
- mgtMonthlyFee?: number | null | undefined;
1477
- mgtMonthlyFeePaidBy?: number | null | undefined;
1478
- totalRevenue?: number | null | undefined;
1479
- expenses?: string | null | undefined;
1480
- selfBilling?: boolean | null | undefined;
1481
- contractPaymentFrequency?: number | null | undefined;
1482
- grossPay?: boolean | null | undefined;
1483
- engagementConsultantValue?: string | null | undefined;
1484
- accountantValue?: string | null | undefined;
1485
- icpInternalAccountManagerValue?: string | null | undefined;
1486
- icpOperationsContactValue?: string | null | undefined;
1487
- icpFinanceContactValue?: string | null | undefined;
1488
- workPermitInProgressDurationMinutes?: number | null | undefined;
1489
- workPermitInProgressDuration?: string | null | undefined;
1490
- allocated?: string | null | undefined;
1491
- gatheringDocuments?: string | null | undefined;
1492
- preparingApplication?: string | null | undefined;
1493
- applicationSubmitted?: string | null | undefined;
1494
- onboardingDurationMinutes?: number | null | undefined;
1495
- onboardingDuration?: string | null | undefined;
1496
- pendingOnboarding?: string | null | undefined;
1497
- awaitingDocuments?: string | null | undefined;
1498
- registrationSubmitted?: string | null | undefined;
1499
- registrationInProgressDurationMinutes?: number | null | undefined;
1500
- registrationInProgressDuration?: string | null | undefined;
1501
- completed?: string | null | undefined;
1502
- complianceApprovalDurationMinutes?: number | null | undefined;
1503
- complianceApprovalDuration?: string | null | undefined;
1504
- finalCheck?: string | null | undefined;
1505
- legalApprovedToIssueDurationMinutes?: number | null | undefined;
1506
- legalApprovedToIssueDuration?: string | null | undefined;
1507
- contractsInProgressDurationMinutes?: number | null | undefined;
1508
- contractsInProgressDuration?: string | null | undefined;
1509
- draftingContract?: string | null | undefined;
1510
- contractSent?: string | null | undefined;
1511
- contractQueries?: string | null | undefined;
1512
- signedContractReceived?: string | null | undefined;
1513
- legalFinalCheck?: string | null | undefined;
1514
- onboarding?: string | null | undefined;
1515
- joiner?: string | null | undefined;
1516
- reportingStatus?: number | null | undefined;
1517
- agencyFormattedValue?: string | null | undefined;
1518
- agencyContactFormattedValue?: string | null | undefined;
2062
+ assignmentLogs?: any;
1519
2063
  }>;
1520
2064
  SPayloadAPI: import("zod").ZodObject<{
1521
2065
  readonly assignmentId: import("zod").ZodOptional<import("zod").ZodString>;
1522
2066
  readonly assignmentNumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1523
- readonly assignmentStage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1524
- readonly stageReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1525
- readonly contractorValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1526
- readonly region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1527
- readonly attn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1528
- readonly referralValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1529
- readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1530
- readonly solutionValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1531
- readonly solutionTypeValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1532
- readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1533
- readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1534
- readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1535
- readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1536
- readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
2067
+ readonly referralId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1537
2068
  readonly salesCodeValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1538
- readonly icpEntityValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1539
- readonly localEmployingEntityValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1540
- readonly onboardingFee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1541
- readonly onboardingFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1542
- readonly depositPayable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1543
- readonly value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1544
- readonly waivedByValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1545
- readonly fxRequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1546
- readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1547
- readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1548
- readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1549
- readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1550
- readonly marginBasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1551
- readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1552
- readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1553
- readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1554
- readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1555
- readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1556
- readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1557
- readonly clientRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1558
- readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1559
- readonly marginRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1560
- readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1561
- readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1562
- readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1563
- readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1564
- readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1565
- readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1566
- readonly agencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1567
- readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1568
- readonly endClient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1569
- readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1570
- readonly jobType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1571
- readonly employmentContractType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1572
- readonly startDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1573
- readonly endDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1574
- readonly workerEndDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1575
- readonly workerConfirmedStartDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1576
- readonly actualEndDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1577
- readonly jobRole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1578
- readonly remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1579
- readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1580
- readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1581
- readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1582
- readonly type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1583
- readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1584
- readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1585
- readonly specialConditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1586
- readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1587
- readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1588
- readonly acceptedDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1589
- readonly rejectionReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1590
- readonly notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1591
- readonly mgtMonthlyFee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1592
- readonly mgtMonthlyFeePaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1593
- readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1594
- readonly expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1595
2069
  readonly precisionId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1596
- readonly selfBilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1597
- readonly contractPaymentFrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1598
- readonly zohoCrmId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1599
- readonly zohoBooksId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1600
- readonly zohoCrmSync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1601
- readonly zohoBooksSync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1602
- readonly zohoSyncError: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1603
- readonly grossPay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1604
- readonly paymentTerms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1605
- readonly engagementConsultantValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1606
- readonly accountantValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1607
- readonly icpInternalAccountManagerValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1608
- readonly icpOperationsContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1609
- readonly icpFinanceContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1610
- readonly workPermitInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1611
- readonly workPermitInProgressDuration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1612
- readonly allocated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1613
- readonly gatheringDocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1614
- readonly preparingApplication: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1615
- readonly applicationSubmitted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1616
- readonly onboardingDurationMinutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1617
- readonly onboardingDuration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1618
- readonly pendingOnboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1619
- readonly awaitingDocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1620
- readonly registrationSubmitted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1621
- readonly registrationInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1622
- readonly registrationInProgressDuration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1623
- readonly completed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1624
- readonly complianceApprovalDurationMinutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1625
- readonly complianceApprovalDuration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1626
- readonly finalCheck: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1627
- readonly legalApprovedToIssueDurationMinutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1628
- readonly legalApprovedToIssueDuration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1629
- readonly contractsInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1630
- readonly contractsInProgressDuration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1631
- readonly draftingContract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1632
- readonly contractSent: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1633
- readonly contractQueries: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1634
- readonly signedContractReceived: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1635
- readonly legalFinalCheck: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1636
- readonly onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1637
- readonly joiner: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1638
- readonly active: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1639
- readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1640
- readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1641
- readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
2070
+ readonly zoho: import("zod").ZodOptional<import("zod").ZodObject<{
2071
+ readonly zohoCrmId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2072
+ readonly zohoBooksId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2073
+ readonly zohoCrmSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2074
+ readonly zohoBooksSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2075
+ readonly zohoSyncError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2076
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2077
+ zohoBooksSync?: string | null | undefined;
2078
+ zohoCrmId?: string | null | undefined;
2079
+ zohoBooksId?: string | null | undefined;
2080
+ zohoCrmSync?: string | null | undefined;
2081
+ zohoSyncError?: string | null | undefined;
2082
+ }, {
2083
+ zohoBooksSync?: string | null | undefined;
2084
+ zohoCrmId?: string | null | undefined;
2085
+ zohoBooksId?: string | null | undefined;
2086
+ zohoCrmSync?: string | null | undefined;
2087
+ zohoSyncError?: string | null | undefined;
2088
+ }>>;
2089
+ readonly progress: import("zod").ZodOptional<import("zod").ZodObject<{
2090
+ readonly stage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2091
+ readonly stageReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2092
+ readonly rejectionReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2093
+ readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2094
+ readonly onboardingDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2095
+ readonly onboardingDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2096
+ readonly pendingOnboarding: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2097
+ readonly awaitingDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2098
+ readonly registrationSubmitted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2099
+ readonly onboardingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2100
+ readonly joinerStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2101
+ readonly activeStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2102
+ readonly workPermitInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2103
+ readonly workPermitInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2104
+ readonly allocated: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2105
+ readonly gatheringDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2106
+ readonly preparingApplication: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2107
+ readonly applicationSubmitted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2108
+ readonly registrationInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2109
+ readonly completed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2110
+ readonly complianceApprovalDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2111
+ readonly complianceApprovalDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2112
+ readonly finalCheck: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2113
+ readonly legalApprovedToIssueDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2114
+ readonly legalApprovedToIssueDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2115
+ readonly contractsInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2116
+ readonly contractsInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2117
+ readonly draftingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2118
+ readonly contractSent: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2119
+ readonly contractQueries: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2120
+ readonly signedContractReceived: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2121
+ readonly legalFinalCheck: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2122
+ readonly registrationInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2123
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2124
+ stage?: number | null | undefined;
2125
+ stageReason?: number | null | undefined;
2126
+ rejectionReason?: string | null | undefined;
2127
+ reportingStatus?: number | null | undefined;
2128
+ onboardingDurationMinutes?: number | null | undefined;
2129
+ onboardingDuration?: string | null | undefined;
2130
+ pendingOnboarding?: string | null | undefined;
2131
+ awaitingDocuments?: string | null | undefined;
2132
+ registrationSubmitted?: string | null | undefined;
2133
+ onboardingStatus?: string | null | undefined;
2134
+ joinerStatus?: string | null | undefined;
2135
+ activeStatus?: string | null | undefined;
2136
+ workPermitInProgressDurationMinutes?: number | null | undefined;
2137
+ workPermitInProgressDuration?: string | null | undefined;
2138
+ allocated?: string | null | undefined;
2139
+ gatheringDocuments?: string | null | undefined;
2140
+ preparingApplication?: string | null | undefined;
2141
+ applicationSubmitted?: string | null | undefined;
2142
+ registrationInProgressDuration?: string | null | undefined;
2143
+ completed?: string | null | undefined;
2144
+ complianceApprovalDurationMinutes?: number | null | undefined;
2145
+ complianceApprovalDuration?: string | null | undefined;
2146
+ finalCheck?: string | null | undefined;
2147
+ legalApprovedToIssueDurationMinutes?: number | null | undefined;
2148
+ legalApprovedToIssueDuration?: string | null | undefined;
2149
+ contractsInProgressDurationMinutes?: number | null | undefined;
2150
+ contractsInProgressDuration?: string | null | undefined;
2151
+ draftingContract?: string | null | undefined;
2152
+ contractSent?: string | null | undefined;
2153
+ contractQueries?: string | null | undefined;
2154
+ signedContractReceived?: string | null | undefined;
2155
+ legalFinalCheck?: string | null | undefined;
2156
+ registrationInProgressDurationMinutes?: number | null | undefined;
2157
+ }, {
2158
+ stage?: number | null | undefined;
2159
+ stageReason?: number | null | undefined;
2160
+ rejectionReason?: string | null | undefined;
2161
+ reportingStatus?: number | null | undefined;
2162
+ onboardingDurationMinutes?: number | null | undefined;
2163
+ onboardingDuration?: string | null | undefined;
2164
+ pendingOnboarding?: string | null | undefined;
2165
+ awaitingDocuments?: string | null | undefined;
2166
+ registrationSubmitted?: string | null | undefined;
2167
+ onboardingStatus?: string | null | undefined;
2168
+ joinerStatus?: string | null | undefined;
2169
+ activeStatus?: string | null | undefined;
2170
+ workPermitInProgressDurationMinutes?: number | null | undefined;
2171
+ workPermitInProgressDuration?: string | null | undefined;
2172
+ allocated?: string | null | undefined;
2173
+ gatheringDocuments?: string | null | undefined;
2174
+ preparingApplication?: string | null | undefined;
2175
+ applicationSubmitted?: string | null | undefined;
2176
+ registrationInProgressDuration?: string | null | undefined;
2177
+ completed?: string | null | undefined;
2178
+ complianceApprovalDurationMinutes?: number | null | undefined;
2179
+ complianceApprovalDuration?: string | null | undefined;
2180
+ finalCheck?: string | null | undefined;
2181
+ legalApprovedToIssueDurationMinutes?: number | null | undefined;
2182
+ legalApprovedToIssueDuration?: string | null | undefined;
2183
+ contractsInProgressDurationMinutes?: number | null | undefined;
2184
+ contractsInProgressDuration?: string | null | undefined;
2185
+ draftingContract?: string | null | undefined;
2186
+ contractSent?: string | null | undefined;
2187
+ contractQueries?: string | null | undefined;
2188
+ signedContractReceived?: string | null | undefined;
2189
+ legalFinalCheck?: string | null | undefined;
2190
+ registrationInProgressDurationMinutes?: number | null | undefined;
2191
+ }>>;
2192
+ readonly contractor: import("zod").ZodOptional<import("zod").ZodObject<{
2193
+ readonly contractorValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2194
+ readonly contractorFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2195
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2196
+ contractorValue?: string | null | undefined;
2197
+ contractorFormattedValue?: string | null | undefined;
2198
+ }, {
2199
+ contractorValue?: string | null | undefined;
2200
+ contractorFormattedValue?: string | null | undefined;
2201
+ }>>;
2202
+ readonly assignment: import("zod").ZodOptional<import("zod").ZodObject<{
2203
+ readonly region: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2204
+ readonly attn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2205
+ readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2206
+ readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2207
+ readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2208
+ readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2209
+ readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2210
+ readonly contractPaymentFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2211
+ readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2212
+ readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2213
+ readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2214
+ readonly jobType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2215
+ readonly employmentContractType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2216
+ readonly startDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2217
+ readonly endDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2218
+ readonly workerConfirmedStartDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2219
+ readonly workerEndDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2220
+ readonly actualEndDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2221
+ readonly jobRole: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2222
+ readonly remote: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2223
+ readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2224
+ readonly notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2225
+ readonly jobDescription: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2226
+ readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2227
+ readonly paymentTerms: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2228
+ readonly selfBilling: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2229
+ readonly workCountry: import("zod").ZodTypeAny;
2230
+ readonly parentSolution: import("zod").ZodTypeAny;
2231
+ readonly solution: import("zod").ZodTypeAny;
2232
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2233
+ solution?: any;
2234
+ paymentTerms?: string | null | undefined;
2235
+ totalRevenue?: number | null | undefined;
2236
+ endClient?: string | null | undefined;
2237
+ region?: number | null | undefined;
2238
+ attn?: number | null | undefined;
2239
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
2240
+ otherContractualAgreements?: string | null | undefined;
2241
+ contractorPayRateCurrencyValue?: string | null | undefined;
2242
+ contractPayRate?: number | null | undefined;
2243
+ contractRateFrequency?: number | null | undefined;
2244
+ contractPaymentFrequency?: number | null | undefined;
2245
+ hoursWorked?: number | null | undefined;
2246
+ hoursWorkedUnit?: number | null | undefined;
2247
+ jobType?: number | null | undefined;
2248
+ employmentContractType?: number | null | undefined;
2249
+ startDate?: string | null | undefined;
2250
+ endDate?: string | null | undefined;
2251
+ workerConfirmedStartDate?: string | null | undefined;
2252
+ workerEndDate?: string | null | undefined;
2253
+ actualEndDate?: string | null | undefined;
2254
+ jobRole?: string | null | undefined;
2255
+ remote?: boolean | null | undefined;
2256
+ isRollingContract?: boolean | null | undefined;
2257
+ notice?: string | null | undefined;
2258
+ jobDescription?: string | null | undefined;
2259
+ selfBilling?: boolean | null | undefined;
2260
+ workCountry?: any;
2261
+ parentSolution?: any;
2262
+ }, {
2263
+ solution?: any;
2264
+ paymentTerms?: string | null | undefined;
2265
+ totalRevenue?: number | null | undefined;
2266
+ endClient?: string | null | undefined;
2267
+ region?: number | null | undefined;
2268
+ attn?: number | null | undefined;
2269
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
2270
+ otherContractualAgreements?: string | null | undefined;
2271
+ contractorPayRateCurrencyValue?: string | null | undefined;
2272
+ contractPayRate?: number | null | undefined;
2273
+ contractRateFrequency?: number | null | undefined;
2274
+ contractPaymentFrequency?: number | null | undefined;
2275
+ hoursWorked?: number | null | undefined;
2276
+ hoursWorkedUnit?: number | null | undefined;
2277
+ jobType?: number | null | undefined;
2278
+ employmentContractType?: number | null | undefined;
2279
+ startDate?: string | null | undefined;
2280
+ endDate?: string | null | undefined;
2281
+ workerConfirmedStartDate?: string | null | undefined;
2282
+ workerEndDate?: string | null | undefined;
2283
+ actualEndDate?: string | null | undefined;
2284
+ jobRole?: string | null | undefined;
2285
+ remote?: boolean | null | undefined;
2286
+ isRollingContract?: boolean | null | undefined;
2287
+ notice?: string | null | undefined;
2288
+ jobDescription?: string | null | undefined;
2289
+ selfBilling?: boolean | null | undefined;
2290
+ workCountry?: any;
2291
+ parentSolution?: any;
2292
+ }>>;
2293
+ readonly fees: import("zod").ZodOptional<import("zod").ZodObject<{
2294
+ readonly onboardingFee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2295
+ readonly onboardingFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2296
+ readonly depositPayable: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2297
+ readonly depositValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2298
+ readonly waivedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2299
+ readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2300
+ readonly marginBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2301
+ readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2302
+ readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2303
+ readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2304
+ readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2305
+ readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2306
+ readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2307
+ readonly mgtMonthlyFee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2308
+ readonly mgtMonthlyFeePercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2309
+ readonly mgtMonthlyFeePaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2310
+ readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2311
+ readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2312
+ readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2313
+ readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2314
+ readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2315
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2316
+ onboardingFee?: number | null | undefined;
2317
+ onboardingFeeCurrencyValue?: string | null | undefined;
2318
+ depositPayable?: number | null | undefined;
2319
+ depositValue?: number | null | undefined;
2320
+ waivedByValue?: string | null | undefined;
2321
+ marginCurrencyValue?: string | null | undefined;
2322
+ marginBasis?: number | null | undefined;
2323
+ marginPeriod?: number | null | undefined;
2324
+ marginPercentage?: number | null | undefined;
2325
+ marginFixedValueMaxValue?: number | null | undefined;
2326
+ marginMinValue?: number | null | undefined;
2327
+ marginPaidBy?: number | null | undefined;
2328
+ marginContractorPercentage?: number | null | undefined;
2329
+ mgtMonthlyFee?: number | null | undefined;
2330
+ mgtMonthlyFeePercentage?: number | null | undefined;
2331
+ mgtMonthlyFeePaidBy?: number | null | undefined;
2332
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
2333
+ startUpMarginPaidBy?: number | null | undefined;
2334
+ startUpMarginCurrencyValue?: string | null | undefined;
2335
+ startUpMarginContractorPercentage?: number | null | undefined;
2336
+ preferredInvoiceCurrencyValue?: string | null | undefined;
2337
+ }, {
2338
+ onboardingFee?: number | null | undefined;
2339
+ onboardingFeeCurrencyValue?: string | null | undefined;
2340
+ depositPayable?: number | null | undefined;
2341
+ depositValue?: number | null | undefined;
2342
+ waivedByValue?: string | null | undefined;
2343
+ marginCurrencyValue?: string | null | undefined;
2344
+ marginBasis?: number | null | undefined;
2345
+ marginPeriod?: number | null | undefined;
2346
+ marginPercentage?: number | null | undefined;
2347
+ marginFixedValueMaxValue?: number | null | undefined;
2348
+ marginMinValue?: number | null | undefined;
2349
+ marginPaidBy?: number | null | undefined;
2350
+ marginContractorPercentage?: number | null | undefined;
2351
+ mgtMonthlyFee?: number | null | undefined;
2352
+ mgtMonthlyFeePercentage?: number | null | undefined;
2353
+ mgtMonthlyFeePaidBy?: number | null | undefined;
2354
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
2355
+ startUpMarginPaidBy?: number | null | undefined;
2356
+ startUpMarginCurrencyValue?: string | null | undefined;
2357
+ startUpMarginContractorPercentage?: number | null | undefined;
2358
+ preferredInvoiceCurrencyValue?: string | null | undefined;
2359
+ }>>;
2360
+ readonly rates: import("zod").ZodOptional<import("zod").ZodObject<{
2361
+ readonly clientRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2362
+ readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2363
+ readonly marginRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2364
+ readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2365
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2366
+ clientRate?: number | null | undefined;
2367
+ grossRateSimulation?: number | null | undefined;
2368
+ marginRate?: number | null | undefined;
2369
+ employeeGrossSalary?: number | null | undefined;
2370
+ }, {
2371
+ clientRate?: number | null | undefined;
2372
+ grossRateSimulation?: number | null | undefined;
2373
+ marginRate?: number | null | undefined;
2374
+ employeeGrossSalary?: number | null | undefined;
2375
+ }>>;
2376
+ readonly agency: import("zod").ZodOptional<import("zod").ZodObject<{
2377
+ readonly agencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2378
+ readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2379
+ readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2380
+ readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2381
+ readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2382
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2383
+ agencyValue?: string | null | undefined;
2384
+ agencyContactValue?: string | null | undefined;
2385
+ agencyFormattedValue?: string | null | undefined;
2386
+ agencyContactFormattedValue?: string | null | undefined;
2387
+ marginOnlyCompanyValue?: string | null | undefined;
2388
+ }, {
2389
+ agencyValue?: string | null | undefined;
2390
+ agencyContactValue?: string | null | undefined;
2391
+ agencyFormattedValue?: string | null | undefined;
2392
+ agencyContactFormattedValue?: string | null | undefined;
2393
+ marginOnlyCompanyValue?: string | null | undefined;
2394
+ }>>;
2395
+ readonly contacts: import("zod").ZodOptional<import("zod").ZodObject<{
2396
+ readonly icpEntityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2397
+ readonly localEmployingEntityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2398
+ readonly accountantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2399
+ readonly engagementConsultantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2400
+ readonly icpInternalAccountManagerValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2401
+ readonly icpOperationsContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2402
+ readonly icpFinanceContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2403
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2404
+ icpEntityValue?: string | null | undefined;
2405
+ localEmployingEntityValue?: string | null | undefined;
2406
+ accountantValue?: string | null | undefined;
2407
+ engagementConsultantValue?: string | null | undefined;
2408
+ icpInternalAccountManagerValue?: string | null | undefined;
2409
+ icpOperationsContactValue?: string | null | undefined;
2410
+ icpFinanceContactValue?: string | null | undefined;
2411
+ }, {
2412
+ icpEntityValue?: string | null | undefined;
2413
+ localEmployingEntityValue?: string | null | undefined;
2414
+ accountantValue?: string | null | undefined;
2415
+ engagementConsultantValue?: string | null | undefined;
2416
+ icpInternalAccountManagerValue?: string | null | undefined;
2417
+ icpOperationsContactValue?: string | null | undefined;
2418
+ icpFinanceContactValue?: string | null | undefined;
2419
+ }>>;
2420
+ readonly compliance: import("zod").ZodOptional<import("zod").ZodObject<{
2421
+ readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2422
+ readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2423
+ readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2424
+ readonly specialConditions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2425
+ readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2426
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2427
+ readonly grossPay: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2428
+ readonly expenses: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2429
+ readonly acceptedDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2430
+ readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2431
+ readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2432
+ readonly fxRequirement: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2433
+ readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2434
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2435
+ type?: number | null | undefined;
2436
+ workPermitSponsorship?: boolean | null | undefined;
2437
+ workPermitCost?: string | null | undefined;
2438
+ workPermitPaidBy?: string | null | undefined;
2439
+ specialConditions?: string | null | undefined;
2440
+ possibilityOfExtension?: number | null | undefined;
2441
+ grossPay?: boolean | null | undefined;
2442
+ expenses?: string | null | undefined;
2443
+ acceptedDate?: string | null | undefined;
2444
+ dateReferredToIcp?: string | null | undefined;
2445
+ dateIcpApprovedRtw?: string | null | undefined;
2446
+ fxRequirement?: number | null | undefined;
2447
+ fxInvoicingPattern?: number | null | undefined;
2448
+ }, {
2449
+ type?: number | null | undefined;
2450
+ workPermitSponsorship?: boolean | null | undefined;
2451
+ workPermitCost?: string | null | undefined;
2452
+ workPermitPaidBy?: string | null | undefined;
2453
+ specialConditions?: string | null | undefined;
2454
+ possibilityOfExtension?: number | null | undefined;
2455
+ grossPay?: boolean | null | undefined;
2456
+ expenses?: string | null | undefined;
2457
+ acceptedDate?: string | null | undefined;
2458
+ dateReferredToIcp?: string | null | undefined;
2459
+ dateIcpApprovedRtw?: string | null | undefined;
2460
+ fxRequirement?: number | null | undefined;
2461
+ fxInvoicingPattern?: number | null | undefined;
2462
+ }>>;
2463
+ readonly assignmentLogs: import("zod").ZodOptional<import("zod").ZodTypeAny>;
1642
2464
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1643
- value?: number | null | undefined;
1644
- type?: number | null | undefined;
1645
- onboardingFee?: number | null | undefined;
1646
- onboardingFeeCurrencyValue?: string | null | undefined;
1647
- paymentTerms?: string | null | undefined;
1648
- zohoBooksSync?: string | null | undefined;
1649
- zohoCrmId?: string | null | undefined;
1650
- zohoBooksId?: string | null | undefined;
1651
- zohoCrmSync?: string | null | undefined;
1652
- zohoSyncError?: string | null | undefined;
2465
+ contacts?: {
2466
+ icpEntityValue?: string | null | undefined;
2467
+ localEmployingEntityValue?: string | null | undefined;
2468
+ accountantValue?: string | null | undefined;
2469
+ engagementConsultantValue?: string | null | undefined;
2470
+ icpInternalAccountManagerValue?: string | null | undefined;
2471
+ icpOperationsContactValue?: string | null | undefined;
2472
+ icpFinanceContactValue?: string | null | undefined;
2473
+ } | undefined;
2474
+ agency?: {
2475
+ agencyValue?: string | null | undefined;
2476
+ agencyContactValue?: string | null | undefined;
2477
+ agencyFormattedValue?: string | null | undefined;
2478
+ agencyContactFormattedValue?: string | null | undefined;
2479
+ marginOnlyCompanyValue?: string | null | undefined;
2480
+ } | undefined;
2481
+ assignment?: {
2482
+ solution?: any;
2483
+ paymentTerms?: string | null | undefined;
2484
+ totalRevenue?: number | null | undefined;
2485
+ endClient?: string | null | undefined;
2486
+ region?: number | null | undefined;
2487
+ attn?: number | null | undefined;
2488
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
2489
+ otherContractualAgreements?: string | null | undefined;
2490
+ contractorPayRateCurrencyValue?: string | null | undefined;
2491
+ contractPayRate?: number | null | undefined;
2492
+ contractRateFrequency?: number | null | undefined;
2493
+ contractPaymentFrequency?: number | null | undefined;
2494
+ hoursWorked?: number | null | undefined;
2495
+ hoursWorkedUnit?: number | null | undefined;
2496
+ jobType?: number | null | undefined;
2497
+ employmentContractType?: number | null | undefined;
2498
+ startDate?: string | null | undefined;
2499
+ endDate?: string | null | undefined;
2500
+ workerConfirmedStartDate?: string | null | undefined;
2501
+ workerEndDate?: string | null | undefined;
2502
+ actualEndDate?: string | null | undefined;
2503
+ jobRole?: string | null | undefined;
2504
+ remote?: boolean | null | undefined;
2505
+ isRollingContract?: boolean | null | undefined;
2506
+ notice?: string | null | undefined;
2507
+ jobDescription?: string | null | undefined;
2508
+ selfBilling?: boolean | null | undefined;
2509
+ workCountry?: any;
2510
+ parentSolution?: any;
2511
+ } | undefined;
1653
2512
  precisionId?: string | null | undefined;
1654
- active?: string | null | undefined;
1655
2513
  assignmentId?: string | undefined;
1656
2514
  assignmentNumber?: string | null | undefined;
1657
- assignmentStage?: number | null | undefined;
1658
- stageReason?: number | null | undefined;
1659
- contractorValue?: string | null | undefined;
1660
- region?: number | null | undefined;
1661
- attn?: number | null | undefined;
1662
- referralValue?: string | null | undefined;
1663
- workCountryValue?: string | null | undefined;
1664
- solutionValue?: string | null | undefined;
1665
- solutionTypeValue?: string | null | undefined;
1666
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1667
- otherContractualAgreements?: string | null | undefined;
1668
- workPermitSponsorship?: boolean | null | undefined;
1669
- workPermitCost?: string | null | undefined;
1670
- workPermitPaidBy?: string | null | undefined;
2515
+ referralId?: string | null | undefined;
1671
2516
  salesCodeValue?: string | null | undefined;
1672
- icpEntityValue?: string | null | undefined;
1673
- localEmployingEntityValue?: string | null | undefined;
1674
- depositPayable?: number | null | undefined;
1675
- waivedByValue?: string | null | undefined;
1676
- fxRequirement?: number | null | undefined;
1677
- fxInvoicingPattern?: number | null | undefined;
1678
- dateReferredToIcp?: string | null | undefined;
1679
- dateIcpApprovedRtw?: string | null | undefined;
1680
- marginCurrencyValue?: string | null | undefined;
1681
- marginBasis?: number | null | undefined;
1682
- marginPeriod?: number | null | undefined;
1683
- marginPercentage?: number | null | undefined;
1684
- marginFixedValueMaxValue?: number | null | undefined;
1685
- marginMinValue?: number | null | undefined;
1686
- marginPaidBy?: number | null | undefined;
1687
- marginContractorPercentage?: number | null | undefined;
1688
- clientRate?: number | null | undefined;
1689
- grossRateSimulation?: number | null | undefined;
1690
- marginRate?: number | null | undefined;
1691
- employeeGrossSalary?: number | null | undefined;
1692
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1693
- startUpMarginPaidBy?: number | null | undefined;
1694
- preferredInvoiceCurrencyValue?: string | null | undefined;
1695
- startUpMarginCurrencyValue?: string | null | undefined;
1696
- startUpMarginContractorPercentage?: number | null | undefined;
1697
- agencyValue?: string | null | undefined;
1698
- agencyContactValue?: string | null | undefined;
1699
- endClient?: string | null | undefined;
1700
- marginOnlyCompanyValue?: string | null | undefined;
1701
- jobType?: number | null | undefined;
1702
- employmentContractType?: number | null | undefined;
1703
- startDate?: string | null | undefined;
1704
- endDate?: string | null | undefined;
1705
- workerEndDate?: string | null | undefined;
1706
- workerConfirmedStartDate?: string | null | undefined;
1707
- actualEndDate?: string | null | undefined;
1708
- jobRole?: string | null | undefined;
1709
- remote?: boolean | null | undefined;
1710
- contractorPayRateCurrencyValue?: string | null | undefined;
1711
- contractPayRate?: number | null | undefined;
1712
- contractRateFrequency?: number | null | undefined;
1713
- hoursWorked?: number | null | undefined;
1714
- hoursWorkedUnit?: number | null | undefined;
1715
- specialConditions?: string | null | undefined;
1716
- possibilityOfExtension?: number | null | undefined;
1717
- isRollingContract?: boolean | null | undefined;
1718
- acceptedDate?: string | null | undefined;
1719
- rejectionReason?: string | null | undefined;
1720
- notice?: string | null | undefined;
1721
- mgtMonthlyFee?: number | null | undefined;
1722
- mgtMonthlyFeePaidBy?: number | null | undefined;
1723
- totalRevenue?: number | null | undefined;
1724
- expenses?: string | null | undefined;
1725
- selfBilling?: boolean | null | undefined;
1726
- contractPaymentFrequency?: number | null | undefined;
1727
- grossPay?: boolean | null | undefined;
1728
- engagementConsultantValue?: string | null | undefined;
1729
- accountantValue?: string | null | undefined;
1730
- icpInternalAccountManagerValue?: string | null | undefined;
1731
- icpOperationsContactValue?: string | null | undefined;
1732
- icpFinanceContactValue?: string | null | undefined;
1733
- workPermitInProgressDurationMinutes?: number | null | undefined;
1734
- workPermitInProgressDuration?: string | null | undefined;
1735
- allocated?: string | null | undefined;
1736
- gatheringDocuments?: string | null | undefined;
1737
- preparingApplication?: string | null | undefined;
1738
- applicationSubmitted?: string | null | undefined;
1739
- onboardingDurationMinutes?: number | null | undefined;
1740
- onboardingDuration?: string | null | undefined;
1741
- pendingOnboarding?: string | null | undefined;
1742
- awaitingDocuments?: string | null | undefined;
1743
- registrationSubmitted?: string | null | undefined;
1744
- registrationInProgressDurationMinutes?: number | null | undefined;
1745
- registrationInProgressDuration?: string | null | undefined;
1746
- completed?: string | null | undefined;
1747
- complianceApprovalDurationMinutes?: number | null | undefined;
1748
- complianceApprovalDuration?: string | null | undefined;
1749
- finalCheck?: string | null | undefined;
1750
- legalApprovedToIssueDurationMinutes?: number | null | undefined;
1751
- legalApprovedToIssueDuration?: string | null | undefined;
1752
- contractsInProgressDurationMinutes?: number | null | undefined;
1753
- contractsInProgressDuration?: string | null | undefined;
1754
- draftingContract?: string | null | undefined;
1755
- contractSent?: string | null | undefined;
1756
- contractQueries?: string | null | undefined;
1757
- signedContractReceived?: string | null | undefined;
1758
- legalFinalCheck?: string | null | undefined;
1759
- onboarding?: string | null | undefined;
1760
- joiner?: string | null | undefined;
1761
- reportingStatus?: number | null | undefined;
1762
- agencyFormattedValue?: string | null | undefined;
1763
- agencyContactFormattedValue?: string | null | undefined;
2517
+ assignmentLogs?: any;
2518
+ zoho?: {
2519
+ zohoBooksSync?: string | null | undefined;
2520
+ zohoCrmId?: string | null | undefined;
2521
+ zohoBooksId?: string | null | undefined;
2522
+ zohoCrmSync?: string | null | undefined;
2523
+ zohoSyncError?: string | null | undefined;
2524
+ } | undefined;
2525
+ progress?: {
2526
+ stage?: number | null | undefined;
2527
+ stageReason?: number | null | undefined;
2528
+ rejectionReason?: string | null | undefined;
2529
+ reportingStatus?: number | null | undefined;
2530
+ onboardingDurationMinutes?: number | null | undefined;
2531
+ onboardingDuration?: string | null | undefined;
2532
+ pendingOnboarding?: string | null | undefined;
2533
+ awaitingDocuments?: string | null | undefined;
2534
+ registrationSubmitted?: string | null | undefined;
2535
+ onboardingStatus?: string | null | undefined;
2536
+ joinerStatus?: string | null | undefined;
2537
+ activeStatus?: string | null | undefined;
2538
+ workPermitInProgressDurationMinutes?: number | null | undefined;
2539
+ workPermitInProgressDuration?: string | null | undefined;
2540
+ allocated?: string | null | undefined;
2541
+ gatheringDocuments?: string | null | undefined;
2542
+ preparingApplication?: string | null | undefined;
2543
+ applicationSubmitted?: string | null | undefined;
2544
+ registrationInProgressDuration?: string | null | undefined;
2545
+ completed?: string | null | undefined;
2546
+ complianceApprovalDurationMinutes?: number | null | undefined;
2547
+ complianceApprovalDuration?: string | null | undefined;
2548
+ finalCheck?: string | null | undefined;
2549
+ legalApprovedToIssueDurationMinutes?: number | null | undefined;
2550
+ legalApprovedToIssueDuration?: string | null | undefined;
2551
+ contractsInProgressDurationMinutes?: number | null | undefined;
2552
+ contractsInProgressDuration?: string | null | undefined;
2553
+ draftingContract?: string | null | undefined;
2554
+ contractSent?: string | null | undefined;
2555
+ contractQueries?: string | null | undefined;
2556
+ signedContractReceived?: string | null | undefined;
2557
+ legalFinalCheck?: string | null | undefined;
2558
+ registrationInProgressDurationMinutes?: number | null | undefined;
2559
+ } | undefined;
2560
+ contractor?: {
2561
+ contractorValue?: string | null | undefined;
2562
+ contractorFormattedValue?: string | null | undefined;
2563
+ } | undefined;
2564
+ fees?: {
2565
+ onboardingFee?: number | null | undefined;
2566
+ onboardingFeeCurrencyValue?: string | null | undefined;
2567
+ depositPayable?: number | null | undefined;
2568
+ depositValue?: number | null | undefined;
2569
+ waivedByValue?: string | null | undefined;
2570
+ marginCurrencyValue?: string | null | undefined;
2571
+ marginBasis?: number | null | undefined;
2572
+ marginPeriod?: number | null | undefined;
2573
+ marginPercentage?: number | null | undefined;
2574
+ marginFixedValueMaxValue?: number | null | undefined;
2575
+ marginMinValue?: number | null | undefined;
2576
+ marginPaidBy?: number | null | undefined;
2577
+ marginContractorPercentage?: number | null | undefined;
2578
+ mgtMonthlyFee?: number | null | undefined;
2579
+ mgtMonthlyFeePercentage?: number | null | undefined;
2580
+ mgtMonthlyFeePaidBy?: number | null | undefined;
2581
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
2582
+ startUpMarginPaidBy?: number | null | undefined;
2583
+ startUpMarginCurrencyValue?: string | null | undefined;
2584
+ startUpMarginContractorPercentage?: number | null | undefined;
2585
+ preferredInvoiceCurrencyValue?: string | null | undefined;
2586
+ } | undefined;
2587
+ rates?: {
2588
+ clientRate?: number | null | undefined;
2589
+ grossRateSimulation?: number | null | undefined;
2590
+ marginRate?: number | null | undefined;
2591
+ employeeGrossSalary?: number | null | undefined;
2592
+ } | undefined;
2593
+ compliance?: {
2594
+ type?: number | null | undefined;
2595
+ workPermitSponsorship?: boolean | null | undefined;
2596
+ workPermitCost?: string | null | undefined;
2597
+ workPermitPaidBy?: string | null | undefined;
2598
+ specialConditions?: string | null | undefined;
2599
+ possibilityOfExtension?: number | null | undefined;
2600
+ grossPay?: boolean | null | undefined;
2601
+ expenses?: string | null | undefined;
2602
+ acceptedDate?: string | null | undefined;
2603
+ dateReferredToIcp?: string | null | undefined;
2604
+ dateIcpApprovedRtw?: string | null | undefined;
2605
+ fxRequirement?: number | null | undefined;
2606
+ fxInvoicingPattern?: number | null | undefined;
2607
+ } | undefined;
1764
2608
  }, {
1765
- value?: number | null | undefined;
1766
- type?: number | null | undefined;
1767
- onboardingFee?: number | null | undefined;
1768
- onboardingFeeCurrencyValue?: string | null | undefined;
1769
- paymentTerms?: string | null | undefined;
1770
- zohoBooksSync?: string | null | undefined;
1771
- zohoCrmId?: string | null | undefined;
1772
- zohoBooksId?: string | null | undefined;
1773
- zohoCrmSync?: string | null | undefined;
1774
- zohoSyncError?: string | null | undefined;
2609
+ contacts?: {
2610
+ icpEntityValue?: string | null | undefined;
2611
+ localEmployingEntityValue?: string | null | undefined;
2612
+ accountantValue?: string | null | undefined;
2613
+ engagementConsultantValue?: string | null | undefined;
2614
+ icpInternalAccountManagerValue?: string | null | undefined;
2615
+ icpOperationsContactValue?: string | null | undefined;
2616
+ icpFinanceContactValue?: string | null | undefined;
2617
+ } | undefined;
2618
+ agency?: {
2619
+ agencyValue?: string | null | undefined;
2620
+ agencyContactValue?: string | null | undefined;
2621
+ agencyFormattedValue?: string | null | undefined;
2622
+ agencyContactFormattedValue?: string | null | undefined;
2623
+ marginOnlyCompanyValue?: string | null | undefined;
2624
+ } | undefined;
2625
+ assignment?: {
2626
+ solution?: any;
2627
+ paymentTerms?: string | null | undefined;
2628
+ totalRevenue?: number | null | undefined;
2629
+ endClient?: string | null | undefined;
2630
+ region?: number | null | undefined;
2631
+ attn?: number | null | undefined;
2632
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
2633
+ otherContractualAgreements?: string | null | undefined;
2634
+ contractorPayRateCurrencyValue?: string | null | undefined;
2635
+ contractPayRate?: number | null | undefined;
2636
+ contractRateFrequency?: number | null | undefined;
2637
+ contractPaymentFrequency?: number | null | undefined;
2638
+ hoursWorked?: number | null | undefined;
2639
+ hoursWorkedUnit?: number | null | undefined;
2640
+ jobType?: number | null | undefined;
2641
+ employmentContractType?: number | null | undefined;
2642
+ startDate?: string | null | undefined;
2643
+ endDate?: string | null | undefined;
2644
+ workerConfirmedStartDate?: string | null | undefined;
2645
+ workerEndDate?: string | null | undefined;
2646
+ actualEndDate?: string | null | undefined;
2647
+ jobRole?: string | null | undefined;
2648
+ remote?: boolean | null | undefined;
2649
+ isRollingContract?: boolean | null | undefined;
2650
+ notice?: string | null | undefined;
2651
+ jobDescription?: string | null | undefined;
2652
+ selfBilling?: boolean | null | undefined;
2653
+ workCountry?: any;
2654
+ parentSolution?: any;
2655
+ } | undefined;
1775
2656
  precisionId?: string | null | undefined;
1776
- active?: string | null | undefined;
1777
2657
  assignmentId?: string | undefined;
1778
2658
  assignmentNumber?: string | null | undefined;
1779
- assignmentStage?: number | null | undefined;
1780
- stageReason?: number | null | undefined;
1781
- contractorValue?: string | null | undefined;
1782
- region?: number | null | undefined;
1783
- attn?: number | null | undefined;
1784
- referralValue?: string | null | undefined;
1785
- workCountryValue?: string | null | undefined;
1786
- solutionValue?: string | null | undefined;
1787
- solutionTypeValue?: string | null | undefined;
1788
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1789
- otherContractualAgreements?: string | null | undefined;
1790
- workPermitSponsorship?: boolean | null | undefined;
1791
- workPermitCost?: string | null | undefined;
1792
- workPermitPaidBy?: string | null | undefined;
2659
+ referralId?: string | null | undefined;
1793
2660
  salesCodeValue?: string | null | undefined;
1794
- icpEntityValue?: string | null | undefined;
1795
- localEmployingEntityValue?: string | null | undefined;
1796
- depositPayable?: number | null | undefined;
1797
- waivedByValue?: string | null | undefined;
1798
- fxRequirement?: number | null | undefined;
1799
- fxInvoicingPattern?: number | null | undefined;
1800
- dateReferredToIcp?: string | null | undefined;
1801
- dateIcpApprovedRtw?: string | null | undefined;
1802
- marginCurrencyValue?: string | null | undefined;
1803
- marginBasis?: number | null | undefined;
1804
- marginPeriod?: number | null | undefined;
1805
- marginPercentage?: number | null | undefined;
1806
- marginFixedValueMaxValue?: number | null | undefined;
1807
- marginMinValue?: number | null | undefined;
1808
- marginPaidBy?: number | null | undefined;
1809
- marginContractorPercentage?: number | null | undefined;
1810
- clientRate?: number | null | undefined;
1811
- grossRateSimulation?: number | null | undefined;
1812
- marginRate?: number | null | undefined;
1813
- employeeGrossSalary?: number | null | undefined;
1814
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1815
- startUpMarginPaidBy?: number | null | undefined;
1816
- preferredInvoiceCurrencyValue?: string | null | undefined;
1817
- startUpMarginCurrencyValue?: string | null | undefined;
1818
- startUpMarginContractorPercentage?: number | null | undefined;
1819
- agencyValue?: string | null | undefined;
1820
- agencyContactValue?: string | null | undefined;
1821
- endClient?: string | null | undefined;
1822
- marginOnlyCompanyValue?: string | null | undefined;
1823
- jobType?: number | null | undefined;
1824
- employmentContractType?: number | null | undefined;
1825
- startDate?: string | null | undefined;
1826
- endDate?: string | null | undefined;
1827
- workerEndDate?: string | null | undefined;
1828
- workerConfirmedStartDate?: string | null | undefined;
1829
- actualEndDate?: string | null | undefined;
1830
- jobRole?: string | null | undefined;
1831
- remote?: boolean | null | undefined;
1832
- contractorPayRateCurrencyValue?: string | null | undefined;
1833
- contractPayRate?: number | null | undefined;
1834
- contractRateFrequency?: number | null | undefined;
1835
- hoursWorked?: number | null | undefined;
1836
- hoursWorkedUnit?: number | null | undefined;
1837
- specialConditions?: string | null | undefined;
1838
- possibilityOfExtension?: number | null | undefined;
1839
- isRollingContract?: boolean | null | undefined;
1840
- acceptedDate?: string | null | undefined;
1841
- rejectionReason?: string | null | undefined;
1842
- notice?: string | null | undefined;
1843
- mgtMonthlyFee?: number | null | undefined;
1844
- mgtMonthlyFeePaidBy?: number | null | undefined;
1845
- totalRevenue?: number | null | undefined;
1846
- expenses?: string | null | undefined;
1847
- selfBilling?: boolean | null | undefined;
1848
- contractPaymentFrequency?: number | null | undefined;
1849
- grossPay?: boolean | null | undefined;
1850
- engagementConsultantValue?: string | null | undefined;
1851
- accountantValue?: string | null | undefined;
1852
- icpInternalAccountManagerValue?: string | null | undefined;
1853
- icpOperationsContactValue?: string | null | undefined;
1854
- icpFinanceContactValue?: string | null | undefined;
1855
- workPermitInProgressDurationMinutes?: number | null | undefined;
1856
- workPermitInProgressDuration?: string | null | undefined;
1857
- allocated?: string | null | undefined;
1858
- gatheringDocuments?: string | null | undefined;
1859
- preparingApplication?: string | null | undefined;
1860
- applicationSubmitted?: string | null | undefined;
1861
- onboardingDurationMinutes?: number | null | undefined;
1862
- onboardingDuration?: string | null | undefined;
1863
- pendingOnboarding?: string | null | undefined;
1864
- awaitingDocuments?: string | null | undefined;
1865
- registrationSubmitted?: string | null | undefined;
1866
- registrationInProgressDurationMinutes?: number | null | undefined;
1867
- registrationInProgressDuration?: string | null | undefined;
1868
- completed?: string | null | undefined;
1869
- complianceApprovalDurationMinutes?: number | null | undefined;
1870
- complianceApprovalDuration?: string | null | undefined;
1871
- finalCheck?: string | null | undefined;
1872
- legalApprovedToIssueDurationMinutes?: number | null | undefined;
1873
- legalApprovedToIssueDuration?: string | null | undefined;
1874
- contractsInProgressDurationMinutes?: number | null | undefined;
1875
- contractsInProgressDuration?: string | null | undefined;
1876
- draftingContract?: string | null | undefined;
1877
- contractSent?: string | null | undefined;
1878
- contractQueries?: string | null | undefined;
1879
- signedContractReceived?: string | null | undefined;
1880
- legalFinalCheck?: string | null | undefined;
1881
- onboarding?: string | null | undefined;
1882
- joiner?: string | null | undefined;
1883
- reportingStatus?: number | null | undefined;
1884
- agencyFormattedValue?: string | null | undefined;
1885
- agencyContactFormattedValue?: string | null | undefined;
2661
+ assignmentLogs?: any;
2662
+ zoho?: {
2663
+ zohoBooksSync?: string | null | undefined;
2664
+ zohoCrmId?: string | null | undefined;
2665
+ zohoBooksId?: string | null | undefined;
2666
+ zohoCrmSync?: string | null | undefined;
2667
+ zohoSyncError?: string | null | undefined;
2668
+ } | undefined;
2669
+ progress?: {
2670
+ stage?: number | null | undefined;
2671
+ stageReason?: number | null | undefined;
2672
+ rejectionReason?: string | null | undefined;
2673
+ reportingStatus?: number | null | undefined;
2674
+ onboardingDurationMinutes?: number | null | undefined;
2675
+ onboardingDuration?: string | null | undefined;
2676
+ pendingOnboarding?: string | null | undefined;
2677
+ awaitingDocuments?: string | null | undefined;
2678
+ registrationSubmitted?: string | null | undefined;
2679
+ onboardingStatus?: string | null | undefined;
2680
+ joinerStatus?: string | null | undefined;
2681
+ activeStatus?: string | null | undefined;
2682
+ workPermitInProgressDurationMinutes?: number | null | undefined;
2683
+ workPermitInProgressDuration?: string | null | undefined;
2684
+ allocated?: string | null | undefined;
2685
+ gatheringDocuments?: string | null | undefined;
2686
+ preparingApplication?: string | null | undefined;
2687
+ applicationSubmitted?: string | null | undefined;
2688
+ registrationInProgressDuration?: string | null | undefined;
2689
+ completed?: string | null | undefined;
2690
+ complianceApprovalDurationMinutes?: number | null | undefined;
2691
+ complianceApprovalDuration?: string | null | undefined;
2692
+ finalCheck?: string | null | undefined;
2693
+ legalApprovedToIssueDurationMinutes?: number | null | undefined;
2694
+ legalApprovedToIssueDuration?: string | null | undefined;
2695
+ contractsInProgressDurationMinutes?: number | null | undefined;
2696
+ contractsInProgressDuration?: string | null | undefined;
2697
+ draftingContract?: string | null | undefined;
2698
+ contractSent?: string | null | undefined;
2699
+ contractQueries?: string | null | undefined;
2700
+ signedContractReceived?: string | null | undefined;
2701
+ legalFinalCheck?: string | null | undefined;
2702
+ registrationInProgressDurationMinutes?: number | null | undefined;
2703
+ } | undefined;
2704
+ contractor?: {
2705
+ contractorValue?: string | null | undefined;
2706
+ contractorFormattedValue?: string | null | undefined;
2707
+ } | undefined;
2708
+ fees?: {
2709
+ onboardingFee?: number | null | undefined;
2710
+ onboardingFeeCurrencyValue?: string | null | undefined;
2711
+ depositPayable?: number | null | undefined;
2712
+ depositValue?: number | null | undefined;
2713
+ waivedByValue?: string | null | undefined;
2714
+ marginCurrencyValue?: string | null | undefined;
2715
+ marginBasis?: number | null | undefined;
2716
+ marginPeriod?: number | null | undefined;
2717
+ marginPercentage?: number | null | undefined;
2718
+ marginFixedValueMaxValue?: number | null | undefined;
2719
+ marginMinValue?: number | null | undefined;
2720
+ marginPaidBy?: number | null | undefined;
2721
+ marginContractorPercentage?: number | null | undefined;
2722
+ mgtMonthlyFee?: number | null | undefined;
2723
+ mgtMonthlyFeePercentage?: number | null | undefined;
2724
+ mgtMonthlyFeePaidBy?: number | null | undefined;
2725
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
2726
+ startUpMarginPaidBy?: number | null | undefined;
2727
+ startUpMarginCurrencyValue?: string | null | undefined;
2728
+ startUpMarginContractorPercentage?: number | null | undefined;
2729
+ preferredInvoiceCurrencyValue?: string | null | undefined;
2730
+ } | undefined;
2731
+ rates?: {
2732
+ clientRate?: number | null | undefined;
2733
+ grossRateSimulation?: number | null | undefined;
2734
+ marginRate?: number | null | undefined;
2735
+ employeeGrossSalary?: number | null | undefined;
2736
+ } | undefined;
2737
+ compliance?: {
2738
+ type?: number | null | undefined;
2739
+ workPermitSponsorship?: boolean | null | undefined;
2740
+ workPermitCost?: string | null | undefined;
2741
+ workPermitPaidBy?: string | null | undefined;
2742
+ specialConditions?: string | null | undefined;
2743
+ possibilityOfExtension?: number | null | undefined;
2744
+ grossPay?: boolean | null | undefined;
2745
+ expenses?: string | null | undefined;
2746
+ acceptedDate?: string | null | undefined;
2747
+ dateReferredToIcp?: string | null | undefined;
2748
+ dateIcpApprovedRtw?: string | null | undefined;
2749
+ fxRequirement?: number | null | undefined;
2750
+ fxInvoicingPattern?: number | null | undefined;
2751
+ } | undefined;
1886
2752
  }>;
1887
2753
  mapD365ToPretty: (data: unknown) => Record<string, unknown>;
1888
2754
  mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
@@ -1892,7 +2758,7 @@ export declare const Assignment: {
1892
2758
  readonly relationshipName: "ww_Contractor";
1893
2759
  readonly entity: "contacts";
1894
2760
  };
1895
- readonly saleschecklist: {
2761
+ readonly referral: {
1896
2762
  readonly relationshipName: "ww_SalesChecklist";
1897
2763
  readonly entity: "ww_saleschecklists";
1898
2764
  };
@@ -1964,6 +2830,10 @@ export declare const Assignment: {
1964
2830
  readonly relationshipName: "ww_ICPFinanceContact";
1965
2831
  readonly entity: "contacts";
1966
2832
  };
2833
+ readonly assignmentLogs: {
2834
+ readonly relationshipName: "ww_Assignment_ww_Assignment_ww_AssignmentLog";
2835
+ readonly entity: "ww_assignmentlogs";
2836
+ };
1967
2837
  };
1968
2838
  Options: {
1969
2839
  readonly AssignmentStage: {