@workwell-global/toolkit 1.1.9 → 1.1.13

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