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