@workwell-global/toolkit 1.1.10 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/dist/enums/EntityNames.d.ts +8 -0
  2. package/dist/enums/EntityNames.d.ts.map +1 -1
  3. package/dist/enums/EntityNames.js +8 -0
  4. package/dist/enums/EntityNames.js.map +1 -1
  5. package/dist/enums/SCLASNStages.d.ts +2 -1
  6. package/dist/enums/SCLASNStages.d.ts.map +1 -1
  7. package/dist/enums/SCLASNStages.js +2 -2
  8. package/dist/enums/SCLASNStages.js.map +1 -1
  9. package/dist/enums/SCLASNStatus.d.ts +12 -12
  10. package/dist/enums/SCLASNStatus.d.ts.map +1 -1
  11. package/dist/enums/SCLASNStatus.js +10 -29
  12. package/dist/enums/SCLASNStatus.js.map +1 -1
  13. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
  14. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
  15. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
  16. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
  17. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
  18. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
  19. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
  20. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
  21. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
  22. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
  23. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
  24. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
  25. package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
  26. package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
  27. package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
  28. package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
  29. package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
  30. package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
  31. package/dist/models/schemas/api/account/index.d.ts +522 -166
  32. package/dist/models/schemas/api/account/index.d.ts.map +1 -1
  33. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +294 -287
  34. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
  35. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
  36. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
  37. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
  38. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
  39. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
  40. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
  41. package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
  42. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
  43. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
  44. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
  45. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
  46. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
  47. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
  48. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
  49. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
  50. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
  51. package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
  52. package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
  53. package/dist/models/schemas/api/assignmentLog/index.js +11 -0
  54. package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
  55. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
  56. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
  57. package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
  58. package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
  59. package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
  60. package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
  61. package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
  62. package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
  63. package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
  64. package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
  65. package/dist/models/schemas/api/contact/index.d.ts +595 -191
  66. package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
  67. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
  68. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
  69. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
  70. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
  71. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
  72. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
  73. package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
  74. package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
  75. package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
  76. package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
  77. package/dist/models/schemas/api/country/index.d.ts +139 -45
  78. package/dist/models/schemas/api/country/index.d.ts.map +1 -1
  79. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
  80. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
  81. package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
  82. package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
  83. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
  84. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
  85. package/dist/models/schemas/api/currency/index.d.ts +87 -23
  86. package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
  87. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
  88. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
  89. package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
  90. package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
  91. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
  92. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
  93. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
  94. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +168 -41
  95. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
  96. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
  97. package/dist/models/schemas/api/enquiry/index.d.ts +164 -40
  98. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
  99. package/dist/models/schemas/api/index.d.ts +2 -0
  100. package/dist/models/schemas/api/index.d.ts.map +1 -1
  101. package/dist/models/schemas/api/index.js +2 -0
  102. package/dist/models/schemas/api/index.js.map +1 -1
  103. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
  104. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
  105. package/dist/models/schemas/api/margin/index.d.ts +156 -45
  106. package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
  107. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
  108. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
  109. package/dist/models/schemas/api/nationality/index.d.ts +113 -40
  110. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
  111. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
  112. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
  113. package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
  114. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
  115. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
  116. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
  117. package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
  118. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
  119. package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
  120. package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
  121. package/dist/models/schemas/api/referral/index.js +1 -0
  122. package/dist/models/schemas/api/referral/index.js.map +1 -1
  123. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
  124. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
  125. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
  126. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
  127. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
  128. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
  129. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
  130. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
  131. package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
  132. package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
  133. package/dist/models/schemas/api/referralLog/index.js +11 -0
  134. package/dist/models/schemas/api/referralLog/index.js.map +1 -0
  135. package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
  136. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
  137. package/dist/models/schemas/api/role/index.d.ts +83 -22
  138. package/dist/models/schemas/api/role/index.d.ts.map +1 -1
  139. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +17 -7
  140. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -1
  141. package/dist/models/schemas/api/simulation/DSimulationAPI.js +16 -7
  142. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
  143. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +335 -104
  144. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
  145. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
  146. package/dist/models/schemas/api/simulation/index.d.ts +323 -103
  147. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
  148. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
  149. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
  150. package/dist/models/schemas/api/solution/index.d.ts +259 -69
  151. package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
  152. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
  153. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
  154. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
  155. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
  156. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
  157. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
  158. package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
  159. package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
  160. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
  161. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
  162. package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
  163. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
  164. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
  165. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
  166. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
  167. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
  168. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
  169. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
  170. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
  171. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
  172. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
  173. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
  174. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
  175. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
  176. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
  177. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
  178. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
  179. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
  180. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
  181. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
  182. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +177 -0
  183. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
  184. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
  185. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
  186. package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
  187. package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
  188. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
  189. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
  190. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
  191. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
  192. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
  193. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
  194. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
  195. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
  196. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
  197. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
  198. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
  199. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
  200. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
  201. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
  202. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
  203. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
  204. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
  205. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
  206. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
  207. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
  208. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +1 -0
  209. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -1
  210. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +11 -9
  211. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -1
  212. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
  213. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
  214. package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
  215. package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
  216. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
  217. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
  218. package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
  219. package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
  220. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
  221. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
  222. package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
  223. package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
  224. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
  225. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
  226. package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
  227. package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
  228. package/dist/models/schemas/bff/index.d.ts +1 -0
  229. package/dist/models/schemas/bff/index.d.ts.map +1 -1
  230. package/dist/models/schemas/bff/index.js +1 -1
  231. package/dist/models/schemas/bff/index.js.map +1 -1
  232. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +10 -7
  233. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -1
  234. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +1 -0
  235. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -1
  236. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
  237. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
  238. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
  239. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
  240. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +10 -7
  241. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -1
  242. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +1 -0
  243. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -1
  244. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
  245. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
  246. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
  247. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
  248. package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
  249. package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
  250. package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
  251. package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
  252. package/package.json +3 -2
  253. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
  254. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
  255. package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
  256. package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
  257. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
  258. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
  259. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
  260. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
  261. package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
  262. package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
  263. package/dist/models/schemas/bff/engagements/index.js +0 -2
  264. package/dist/models/schemas/bff/engagements/index.js.map +0 -1
@@ -11,7 +11,7 @@ export declare const Referral: {
11
11
  createdOnBehalfByValue: string;
12
12
  modifiedByValue: string;
13
13
  modifiedOnBehalfByValue: string;
14
- contractorPayRateCurrencyValue: string;
14
+ "assignment/contractorPayRateCurrencyValue": string;
15
15
  createdOn: string;
16
16
  importSequenceNumber: string;
17
17
  modifiedOn: string;
@@ -21,202 +21,212 @@ export declare const Referral: {
21
21
  timezoneRuleVersionNumber: string;
22
22
  utcConversionTimezoneCode: string;
23
23
  versionNumber: string;
24
- totalRevenue: string;
24
+ "assignment/totalRevenue": string;
25
25
  name: string;
26
- region: string;
27
- solutionValue: string;
28
- workwellGlobalInternalCompanyValue: string;
29
- otherContractualAgreements: string;
30
- workPermitSponsorship: string;
31
- workPermitCost: string;
32
- workPermitPaidBy: string;
33
- salesCodeValue: string;
34
- wwgManagementFeeCurrencyValue: string;
35
- wwgManagementFeeBasis: string;
36
- wwgManagementFeePeriod: string;
37
- wwgManagementFeePercentage: string;
38
- wwgManagementFeeFixedValueMaxValue: string;
39
- wwgManagementFeeMinValue: string;
40
- wwgManagementFeePaidBy: string;
41
- wwgManagementFeeContractorPercentage: string;
42
- clientRate: string;
43
- grossRateSimulation: string;
44
- marginRate: string;
45
- employeeGrossSalary: string;
46
- startUpMarginFixedValueMaxValue: string;
47
- startUpMarginPaidBy: string;
48
- preferredInvoiceCurrencyValue: string;
49
- startUpMarginCurrencyValue: string;
50
- startUpMarginContractorPercentage: string;
51
- jobType: string;
52
- hoursWorkedUnit: string;
53
26
  organizationIdValue: string;
27
+ "assignment/parentSolution": string;
28
+ salesCodeValue: string;
29
+ "assignment/region": string;
30
+ "assignment/workwellGlobalInternalCompanyValue": string;
31
+ "assignment/otherContractualAgreements": string;
32
+ "assignment/hoursWorkedUnit": string;
33
+ "assignment/jobType": string;
34
+ "assignment/jobDescription": string;
35
+ "fees/wwgManagementFeeCurrencyValue": string;
36
+ "fees/wwgManagementFeeBasis": string;
37
+ "fees/wwgManagementFeePeriod": string;
38
+ "fees/wwgManagementFeePercentage": string;
39
+ "fees/wwgManagementFeeFixedValueMaxValue": string;
40
+ "fees/wwgManagementFeeMinValue": string;
41
+ "fees/wwgManagementFeePaidBy": string;
42
+ "fees/wwgManagementFeeContractorPercentage": string;
43
+ "fees/startUpMarginFixedValueMaxValue": string;
44
+ "fees/startUpMarginPaidBy": string;
45
+ "fees/startUpMarginCurrencyValue": string;
46
+ "fees/startUpMarginContractorPercentage": string;
47
+ "assignment/preferredInvoiceCurrencyValue": string;
48
+ "rates/clientRate": string;
49
+ "rates/grossRateSimulation": string;
50
+ "rates/marginRate": string;
51
+ "rates/employeeGrossSalary": string;
52
+ "compliance/workPermitSponsorship": string;
53
+ "compliance/workPermitCost": string;
54
+ "compliance/workPermitPaidBy": string;
55
+ "assignment/workCountry": string;
56
+ "assignment/solution": string;
57
+ referralLogs: string;
58
+ "contractor/contractorFormattedValue": string;
59
+ "agency/agencyFormattedValue": string;
60
+ "agency/agencyContactFormattedValue": string;
54
61
  referralId: string;
55
- stage: string;
56
- stageUpdated: string;
57
- stageReason: string;
58
- contractorValue: string;
59
- workCountryValue: string;
60
- solutionTypeValue: string;
61
- totalRevenueGbp: string;
62
- originatingEnquiryValue: string;
63
- originatingSimulationValue: string;
64
- happyToProceed: string;
65
- jobDescription: string;
66
- sendPortalInvite: string;
67
- notGoingAheadReason: string;
68
- campaignValue: string;
69
- notGoingAheadReasonDetail: string;
70
- frameworkAgreementRecD: string;
71
- assignmentScheduleRecD: string;
72
- isRollingContract: string;
73
- fullTimePartTime: string;
74
- possibilityOfExtension: string;
75
- localAccountantReferralRequired: string;
76
- agencyValue: string;
77
- accountManagerValue: string;
78
- agencyBranchValue: string;
79
- agencyContactValue: string;
80
- endClient: string;
81
- marginOnlyCompanyValue: string;
82
- startDate: string;
83
- endDate: string;
84
- jobRole: string;
85
- contractPayRate: string;
86
- contractRateFrequency: string;
87
- contractPayFrequency: string;
88
- hoursWorked: string;
89
- countryOfTaxResidenceValue: string;
90
- cityOfWork: string;
91
- onshoreOffshore: string;
92
- doesContractorRequireRtwInContractCountry: string;
93
- doesContractorHaveRtwInTheContractCountry: string;
94
- ifNoWhoIsArrangingVisa: string;
95
- placeholderForSiFlow: string;
96
- approvedByValue: string;
97
- approvedOn: string;
98
- rejectReason: string;
99
- complianceStatementRequired: string;
100
- complianceStatementGenerated: string;
101
- placeholderForGeneratingComplianceStatement: string;
102
- doNotChaseForTheFollowingDocuments: string;
103
- solutionConfirmation: string;
104
- salesEmailReviewed: string;
105
- taxSimulationReviewed: string;
106
- feeConfirmedInWriting: string;
107
- passportCopyReviewedForRightToWork: string;
108
- agencyContractIssuedToTheCorrectEntity: string;
109
- contractFeeRatesCurrencyMatchRegForm: string;
110
- contractTemplateToBeUsedValue: string;
111
- specificDocumentsToBeRequested: string;
112
- specialConditions: string;
113
- additionalInformation: string;
114
- willTheContractorBePaidVatByWorkwellGlobal: string;
115
- introductionToInCountryContact: string;
116
- ensureLimosaHasBeenFiled: string;
117
- placeholderForKbSearch: string;
118
- reportingStatus: string;
62
+ referralFriendlyId: string;
63
+ "progress/stage": string;
64
+ "progress/stageUpdated": string;
65
+ "progress/stageReason": string;
66
+ "progress/happyToProceed": string;
67
+ "progress/campaignValue": string;
68
+ "progress/notGoingAheadReason": string;
69
+ "progress/notGoingAheadReasonDetail": string;
70
+ "progress/reportingStatus": string;
71
+ "contractor/contractorValue": string;
72
+ "assignment/totalRevenueGbp": string;
73
+ "assignment/contractPayRate": string;
74
+ "assignment/contractRateFrequency": string;
75
+ "assignment/contractPaymentFrequency": string;
76
+ "assignment/hoursWorked": string;
77
+ "assignment/countryOfTaxResidenceValue": string;
78
+ "assignment/cityOfWork": string;
79
+ "assignment/onshoreOffshore": string;
80
+ "assignment/isRollingContract": string;
81
+ "assignment/fullTimePartTime": string;
82
+ "assignment/possibilityOfExtension": string;
83
+ "assignment/localAccountantReferralRequired": string;
84
+ "assignment/frameworkAgreementRecD": string;
85
+ "assignment/assignmentScheduleRecD": string;
86
+ "assignment/endClient": string;
87
+ "assignment/startDate": string;
88
+ "assignment/endDate": string;
89
+ "assignment/jobRole": string;
90
+ "fees/marginOnlyCompanyValue": string;
91
+ "agency/agencyValue": string;
92
+ "agency/accountManagerValue": string;
93
+ "agency/agencyBranchValue": string;
94
+ "agency/agencyContactValue": string;
95
+ "compliance/doesContractorRequireRtwInContractCountry": string;
96
+ "compliance/doesContractorHaveRtwInTheContractCountry": string;
97
+ "compliance/ifNoWhoIsArrangingVisa": string;
98
+ "compliance/approvedByValue": string;
99
+ "compliance/approvedOn": string;
100
+ "compliance/rejectReason": string;
101
+ "compliance/complianceStatementRequired": string;
102
+ "compliance/complianceStatementGenerated": string;
103
+ "compliance/doNotChaseForTheFollowingDocuments": string;
104
+ "compliance/solutionConfirmation": string;
105
+ "compliance/salesEmailReviewed": string;
106
+ "compliance/taxSimulationReviewed": string;
107
+ "compliance/feeConfirmedInWriting": string;
108
+ "compliance/passportCopyReviewedForRightToWork": string;
109
+ "compliance/agencyContractIssuedToTheCorrectEntity": string;
110
+ "compliance/contractFeeRatesCurrencyMatchRegForm": string;
111
+ "compliance/contractTemplateToBeUsedValue": string;
112
+ "compliance/specificDocumentsToBeRequested": string;
113
+ "compliance/specialConditions": string;
114
+ "compliance/additionalInformation": string;
115
+ "compliance/willTheContractorBePaidVatByWorkwellGlobal": string;
116
+ "compliance/introductionToInCountryContact": string;
117
+ "compliance/ensureLimosaHasBeenFiled": string;
118
+ "compliance/placeholderForGeneratingComplianceStatement": string;
119
+ "compliance/placeholderForKbSearch": string;
120
+ "origin/originatingEnquiryValue": string;
121
+ "origin/originatingSimulationValue": string;
122
+ "onboarding/sendPortalInvite": string;
123
+ "onboarding/placeholderForSiFlow": string;
119
124
  };
120
125
  fieldsD365: {
121
- readonly ww_referralid: "referralId";
122
- readonly ww_ca_stage: "stage";
123
- readonly ww_stageupdated: "stageUpdated";
124
- readonly ww_ca_stagereason: "stageReason";
125
- readonly _ww_ca_contractor_value: "contractorValue";
126
- readonly ww_region: "region";
127
- readonly _ww_ca_country_value: "workCountryValue";
128
- readonly _ww_parent_solution_value: "solutionValue";
129
- readonly _ww_ca_solutionpackage_value: "solutionTypeValue";
130
- readonly _ww_workwellglobalinternalcompany_value: "workwellGlobalInternalCompanyValue";
131
- readonly ww_othercontractualagreements: "otherContractualAgreements";
132
- readonly _ww_salescode_value: "salesCodeValue";
133
- readonly _ww_margincurrency_value: "wwgManagementFeeCurrencyValue";
134
- readonly ww_marginbasis: "wwgManagementFeeBasis";
135
- readonly ww_marginperiod: "wwgManagementFeePeriod";
136
- readonly ww_marginfixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
137
- readonly ww_marginpercentage: "wwgManagementFeePercentage";
138
- readonly ww_revenuefixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
139
- readonly ww_marginminvalue: "wwgManagementFeeMinValue";
140
- readonly ww_revenueminvalue: "wwgManagementFeeMinValue";
141
- readonly ww_marginpaidby: "wwgManagementFeePaidBy";
142
- readonly ww_margincontractorpercentage: "wwgManagementFeeContractorPercentage";
143
- readonly ww_clientrate: "clientRate";
144
- readonly ww_grossratesimulation: "grossRateSimulation";
145
- readonly ww_marginrate: "marginRate";
146
- readonly ww_employeegrosssalary: "employeeGrossSalary";
147
- readonly ww_startupmarginfixedvaluemaxvalue: "startUpMarginFixedValueMaxValue";
148
- readonly ww_startupmarginpaidby: "startUpMarginPaidBy";
149
- readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
150
- readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
151
- readonly ww_ca_totalrevenue: "totalRevenue";
152
- readonly ww_ca_totalrevenue_base: "totalRevenueGbp";
153
- readonly _ww_originatingenquiry_value: "originatingEnquiryValue";
154
- readonly ww_totalrevenue: "totalRevenue";
155
- readonly _ww_originatingsimulation_value: "originatingSimulationValue";
156
- readonly ww_totalrevenuegbpc: "totalRevenueGbp";
157
- readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
158
- readonly ww_ca_happytoproceed: "happyToProceed";
159
- readonly ww_jobdescription: "jobDescription";
160
- readonly ww_sendportalinvite: "sendPortalInvite";
161
- readonly ww_ngareason: "notGoingAheadReason";
162
- readonly _ww_campaign_value: "campaignValue";
163
- readonly ww_ngareasondetail: "notGoingAheadReasonDetail";
164
- readonly ww_ww_ca_frmwrk_agrmnt_rcvd: "frameworkAgreementRecD";
165
- readonly ww_ca_asgn_schd_rcvd: "assignmentScheduleRecD";
166
- readonly ww_ca_isrollingcontract: "isRollingContract";
167
- readonly ww_ca_isparttime: "fullTimePartTime";
168
- readonly ww_ca_possibilityofext: "possibilityOfExtension";
169
- readonly ww_ca_localaccountantreferralreq: "localAccountantReferralRequired";
126
+ readonly ww_saleschecklistid: "referralId";
127
+ readonly ww_referralid: "referralFriendlyId";
170
128
  readonly ww_name: "name";
171
- readonly _ww_ca_agency_value: "agencyValue";
172
- readonly _ww_accountmanager_value: "accountManagerValue";
173
- readonly _ww_ca_agencybranch_value: "agencyBranchValue";
174
- readonly _ww_ca_agencyconsultant_value: "agencyContactValue";
175
- readonly ww_ca_endclient: "endClient";
176
- readonly _ww_marginonlycompany_value: "marginOnlyCompanyValue";
177
- readonly ww_jobtype: "jobType";
178
- readonly ww_ca_startdate: "startDate";
179
- readonly ww_ca_enddate: "endDate";
180
- readonly ww_ca_contractrole: "jobRole";
181
- readonly _transactioncurrencyid_value: "contractorPayRateCurrencyValue";
182
- readonly ww_ca_contractrate: "contractPayRate";
183
- readonly ww_ca_contractratefrequency: "contractRateFrequency";
184
- readonly ww_ca_contractpayfrequency: "contractPayFrequency";
185
- readonly ww_ca_hoursworked: "hoursWorked";
186
- readonly ww_hoursworkedunit: "hoursWorkedUnit";
187
- readonly _ww_ca_countryoftaxresidence_value: "countryOfTaxResidenceValue";
188
- readonly ww_ca_cityofwork: "cityOfWork";
189
- readonly ww_ca_isoffshore: "onshoreOffshore";
190
- readonly ww_workpermitsponsorship: "workPermitSponsorship";
191
- readonly ww_workpermitcost: "workPermitCost";
192
- readonly ww_workpermitpaidby: "workPermitPaidBy";
193
- readonly ww_rtw_requiredincontractcountry: "doesContractorRequireRtwInContractCountry";
194
- readonly ww_rtw_haveincontractcountry: "doesContractorHaveRtwInTheContractCountry";
195
- readonly ww_rtw_whoisarrangingvisa: "ifNoWhoIsArrangingVisa";
196
- readonly ww_placeholderforsiflow: "placeholderForSiFlow";
197
- readonly _ww_cmpl_approvedby_value: "approvedByValue";
198
- readonly ww_cmpl_approvedon: "approvedOn";
199
- readonly ww_rejectreason: "rejectReason";
200
- readonly ww_cmpl_compliancestatementreq: "complianceStatementRequired";
201
- readonly ww_cmpl_compliancestatementgenerated: "complianceStatementGenerated";
202
- readonly ww_placeholdergeneratecmplstatement: "placeholderForGeneratingComplianceStatement";
203
- readonly ww_ww_cmpl_donotchasefordocs: "doNotChaseForTheFollowingDocuments";
204
- readonly ww_cmpl_solutionconfirmation: "solutionConfirmation";
205
- readonly ww_cmpl_salesemailreviewed: "salesEmailReviewed";
206
- readonly ww_cmpl_taxsimulationreviewed: "taxSimulationReviewed";
207
- readonly ww_cmpl_feeconfirmedinwriting: "feeConfirmedInWriting";
208
- readonly ww_cmpl_passportcopyreviewedrtw: "passportCopyReviewedForRightToWork";
209
- readonly ww_cmpl_agencycontractissuedcorrectentity: "agencyContractIssuedToTheCorrectEntity";
210
- readonly ww_cmpl_contractfeeratescurrencymatchregform: "contractFeeRatesCurrencyMatchRegForm";
211
- readonly _ww_cmpl_contracttemplate_value: "contractTemplateToBeUsedValue";
212
- readonly ww_cmpl_specificdocumentsrequested: "specificDocumentsToBeRequested";
213
- readonly ww_cmpl_specialconditions: "specialConditions";
214
- readonly ww_cmpl_additionalinfo: "additionalInformation";
215
- readonly ww_cmpl_willcontractorpaid_vat6cats: "willTheContractorBePaidVatByWorkwellGlobal";
216
- readonly ww_cmpl_intro_country_contact: "introductionToInCountryContact";
217
- readonly ww_cmpl_ensure_limosa_filed: "ensureLimosaHasBeenFiled";
218
- readonly ww_placeholderforkbsearch: "placeholderForKbSearch";
219
- readonly ww_reportingstatus: "reportingStatus";
129
+ readonly _ww_salescode_value: "salesCodeValue";
130
+ readonly ww_ca_stage: "progress/stage";
131
+ readonly ww_stageupdated: "progress/stageUpdated";
132
+ readonly ww_ca_stagereason: "progress/stageReason";
133
+ readonly ww_ca_happytoproceed: "progress/happyToProceed";
134
+ readonly _ww_campaign_value: "progress/campaignValue";
135
+ readonly ww_ngareason: "progress/notGoingAheadReason";
136
+ readonly ww_ngareasondetail: "progress/notGoingAheadReasonDetail";
137
+ readonly ww_reportingstatus: "progress/reportingStatus";
138
+ readonly _ww_ca_contractor_value: "contractor/contractorValue";
139
+ readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": "contractor/contractorFormattedValue";
140
+ readonly ww_region: "assignment/region";
141
+ readonly _ww_workwellglobalinternalcompany_value: "assignment/workwellGlobalInternalCompanyValue";
142
+ readonly ww_othercontractualagreements: "assignment/otherContractualAgreements";
143
+ readonly ww_ca_totalrevenue: "assignment/totalRevenue";
144
+ readonly ww_ca_totalrevenue_base: "assignment/totalRevenueGbp";
145
+ readonly ww_totalrevenue: "assignment/totalRevenue";
146
+ readonly ww_totalrevenuegbpc: "assignment/totalRevenueGbp";
147
+ readonly _transactioncurrencyid_value: "assignment/contractorPayRateCurrencyValue";
148
+ readonly ww_ca_contractrate: "assignment/contractPayRate";
149
+ readonly ww_ca_contractratefrequency: "assignment/contractRateFrequency";
150
+ readonly ww_ca_contractpayfrequency: "assignment/contractPaymentFrequency";
151
+ readonly ww_ca_hoursworked: "assignment/hoursWorked";
152
+ readonly ww_hoursworkedunit: "assignment/hoursWorkedUnit";
153
+ readonly _ww_ca_countryoftaxresidence_value: "assignment/countryOfTaxResidenceValue";
154
+ readonly ww_ca_cityofwork: "assignment/cityOfWork";
155
+ readonly ww_ca_isoffshore: "assignment/onshoreOffshore";
156
+ readonly _ww_preferredinvoicecurrency_value: "assignment/preferredInvoiceCurrencyValue";
157
+ readonly ww_ca_isrollingcontract: "assignment/isRollingContract";
158
+ readonly ww_ca_isparttime: "assignment/fullTimePartTime";
159
+ readonly ww_ca_possibilityofext: "assignment/possibilityOfExtension";
160
+ readonly ww_ca_localaccountantreferralreq: "assignment/localAccountantReferralRequired";
161
+ readonly ww_ww_ca_frmwrk_agrmnt_rcvd: "assignment/frameworkAgreementRecD";
162
+ readonly ww_ca_asgn_schd_rcvd: "assignment/assignmentScheduleRecD";
163
+ readonly ww_ca_endclient: "assignment/endClient";
164
+ readonly ww_jobtype: "assignment/jobType";
165
+ readonly ww_ca_startdate: "assignment/startDate";
166
+ readonly ww_ca_enddate: "assignment/endDate";
167
+ readonly ww_ca_contractrole: "assignment/jobRole";
168
+ readonly ww_jobdescription: "assignment/jobDescription";
169
+ readonly _ww_margincurrency_value: "fees/wwgManagementFeeCurrencyValue";
170
+ readonly ww_marginbasis: "fees/wwgManagementFeeBasis";
171
+ readonly ww_marginperiod: "fees/wwgManagementFeePeriod";
172
+ readonly ww_marginpercentage: "fees/wwgManagementFeePercentage";
173
+ readonly ww_marginfixedvaluemaxvalue: "fees/wwgManagementFeeFixedValueMaxValue";
174
+ readonly ww_revenuefixedvaluemaxvalue: "fees/wwgManagementFeeFixedValueMaxValue";
175
+ readonly ww_marginminvalue: "fees/wwgManagementFeeMinValue";
176
+ readonly ww_revenueminvalue: "fees/wwgManagementFeeMinValue";
177
+ readonly ww_marginpaidby: "fees/wwgManagementFeePaidBy";
178
+ readonly ww_margincontractorpercentage: "fees/wwgManagementFeeContractorPercentage";
179
+ readonly ww_startupmarginfixedvaluemaxvalue: "fees/startUpMarginFixedValueMaxValue";
180
+ readonly ww_startupmarginpaidby: "fees/startUpMarginPaidBy";
181
+ readonly _ww_startupmargincurrency_value: "fees/startUpMarginCurrencyValue";
182
+ readonly ww_startupmargincontractorpercentage: "fees/startUpMarginContractorPercentage";
183
+ readonly _ww_marginonlycompany_value: "fees/marginOnlyCompanyValue";
184
+ readonly ww_clientrate: "rates/clientRate";
185
+ readonly ww_grossratesimulation: "rates/grossRateSimulation";
186
+ readonly ww_marginrate: "rates/marginRate";
187
+ readonly ww_employeegrosssalary: "rates/employeeGrossSalary";
188
+ readonly _ww_ca_agency_value: "agency/agencyValue";
189
+ readonly _ww_accountmanager_value: "agency/accountManagerValue";
190
+ readonly _ww_ca_agencybranch_value: "agency/agencyBranchValue";
191
+ readonly _ww_ca_agencyconsultant_value: "agency/agencyContactValue";
192
+ readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": "agency/agencyFormattedValue";
193
+ readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agency/agencyContactFormattedValue";
194
+ readonly ww_rtw_requiredincontractcountry: "compliance/doesContractorRequireRtwInContractCountry";
195
+ readonly ww_rtw_haveincontractcountry: "compliance/doesContractorHaveRtwInTheContractCountry";
196
+ readonly ww_rtw_whoisarrangingvisa: "compliance/ifNoWhoIsArrangingVisa";
197
+ readonly _ww_cmpl_approvedby_value: "compliance/approvedByValue";
198
+ readonly ww_cmpl_approvedon: "compliance/approvedOn";
199
+ readonly ww_rejectreason: "compliance/rejectReason";
200
+ readonly ww_cmpl_compliancestatementreq: "compliance/complianceStatementRequired";
201
+ readonly ww_cmpl_compliancestatementgenerated: "compliance/complianceStatementGenerated";
202
+ readonly ww_ww_cmpl_donotchasefordocs: "compliance/doNotChaseForTheFollowingDocuments";
203
+ readonly ww_cmpl_solutionconfirmation: "compliance/solutionConfirmation";
204
+ readonly ww_cmpl_salesemailreviewed: "compliance/salesEmailReviewed";
205
+ readonly ww_cmpl_taxsimulationreviewed: "compliance/taxSimulationReviewed";
206
+ readonly ww_cmpl_feeconfirmedinwriting: "compliance/feeConfirmedInWriting";
207
+ readonly ww_cmpl_passportcopyreviewedrtw: "compliance/passportCopyReviewedForRightToWork";
208
+ readonly ww_cmpl_agencycontractissuedcorrectentity: "compliance/agencyContractIssuedToTheCorrectEntity";
209
+ readonly ww_cmpl_contractfeeratescurrencymatchregform: "compliance/contractFeeRatesCurrencyMatchRegForm";
210
+ readonly _ww_cmpl_contracttemplate_value: "compliance/contractTemplateToBeUsedValue";
211
+ readonly ww_cmpl_specificdocumentsrequested: "compliance/specificDocumentsToBeRequested";
212
+ readonly ww_cmpl_specialconditions: "compliance/specialConditions";
213
+ readonly ww_cmpl_additionalinfo: "compliance/additionalInformation";
214
+ readonly ww_cmpl_willcontractorpaid_vat6cats: "compliance/willTheContractorBePaidVatByWorkwellGlobal";
215
+ readonly ww_cmpl_intro_country_contact: "compliance/introductionToInCountryContact";
216
+ readonly ww_cmpl_ensure_limosa_filed: "compliance/ensureLimosaHasBeenFiled";
217
+ readonly ww_workpermitsponsorship: "compliance/workPermitSponsorship";
218
+ readonly ww_workpermitcost: "compliance/workPermitCost";
219
+ readonly ww_workpermitpaidby: "compliance/workPermitPaidBy";
220
+ readonly ww_placeholdergeneratecmplstatement: "compliance/placeholderForGeneratingComplianceStatement";
221
+ readonly ww_placeholderforkbsearch: "compliance/placeholderForKbSearch";
222
+ readonly _ww_originatingenquiry_value: "origin/originatingEnquiryValue";
223
+ readonly _ww_originatingsimulation_value: "origin/originatingSimulationValue";
224
+ readonly ww_sendportalinvite: "onboarding/sendPortalInvite";
225
+ readonly ww_placeholderforsiflow: "onboarding/placeholderForSiFlow";
226
+ readonly ww_referrallog_Referral_ww_saleschecklist: "referralLogs";
227
+ readonly ww_ca_Country: "assignment/workCountry";
228
+ readonly ww_Parent_Solution: "assignment/parentSolution";
229
+ readonly ww_ca_SolutionPackage: "assignment/solution";
220
230
  readonly _organizationid_value: "organizationIdValue";
221
231
  readonly '@odata.etag': "etag";
222
232
  readonly versionnumber: "versionNumber";
@@ -249,88 +259,82 @@ export declare const Referral: {
249
259
  readonly overriddencreatedon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
250
260
  readonly timezoneruleversionnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
251
261
  readonly utcconversiontimezonecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
262
+ readonly ww_saleschecklistid: import("zod").ZodOptional<import("zod").ZodString>;
252
263
  readonly ww_referralid: import("zod").ZodOptional<import("zod").ZodString>;
264
+ readonly ww_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
265
+ readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
253
266
  readonly ww_ca_stage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
254
267
  readonly ww_stageupdated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
255
268
  readonly ww_ca_stagereason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
269
+ readonly ww_ca_happytoproceed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
270
+ readonly _ww_campaign_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
271
+ readonly ww_ngareason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
272
+ readonly ww_ngareasondetail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
273
+ readonly ww_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
256
274
  readonly _ww_ca_contractor_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
275
+ readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
257
276
  readonly ww_region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
258
- readonly _ww_ca_country_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
259
- readonly _ww_parent_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
260
- readonly _ww_ca_solutionpackage_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
261
277
  readonly _ww_workwellglobalinternalcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
262
278
  readonly ww_othercontractualagreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
263
- readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
279
+ readonly ww_ca_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
280
+ readonly ww_ca_totalrevenue_base: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
281
+ readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
282
+ readonly ww_totalrevenuegbpc: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
283
+ readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
284
+ readonly ww_ca_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
285
+ readonly ww_ca_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
286
+ readonly ww_ca_contractpayfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
287
+ readonly ww_ca_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
288
+ readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
289
+ readonly _ww_ca_countryoftaxresidence_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
290
+ readonly ww_ca_cityofwork: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
291
+ readonly ww_ca_isoffshore: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
292
+ readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
293
+ readonly ww_ca_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
294
+ readonly ww_ca_isparttime: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
295
+ readonly ww_ca_possibilityofext: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
296
+ readonly ww_ca_localaccountantreferralreq: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
297
+ readonly ww_ww_ca_frmwrk_agrmnt_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
298
+ readonly ww_ca_asgn_schd_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
299
+ readonly ww_ca_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
300
+ readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
301
+ readonly ww_ca_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
302
+ readonly ww_ca_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
303
+ readonly ww_ca_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
304
+ readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
264
305
  readonly _ww_margincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
265
306
  readonly ww_marginbasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
266
307
  readonly ww_marginperiod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
267
- readonly ww_marginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
268
308
  readonly ww_marginpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
309
+ readonly ww_marginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
269
310
  readonly ww_revenuefixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
270
311
  readonly ww_marginminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
271
312
  readonly ww_revenueminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
272
313
  readonly ww_marginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
273
314
  readonly ww_margincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
274
- readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
275
- readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
276
- readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
277
- readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
278
315
  readonly ww_startupmarginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
279
316
  readonly ww_startupmarginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
280
317
  readonly _ww_startupmargincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
281
318
  readonly ww_startupmargincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
282
- readonly ww_ca_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
283
- readonly ww_ca_totalrevenue_base: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
284
- readonly _ww_originatingenquiry_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
285
- readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
286
- readonly _ww_originatingsimulation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
287
- readonly ww_totalrevenuegbpc: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
288
- readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
289
- readonly ww_ca_happytoproceed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
290
- readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
291
- readonly ww_sendportalinvite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
292
- readonly ww_ngareason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
293
- readonly _ww_campaign_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
294
- readonly ww_ngareasondetail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
295
- readonly ww_ww_ca_frmwrk_agrmnt_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
296
- readonly ww_ca_asgn_schd_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
297
- readonly ww_ca_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
298
- readonly ww_ca_isparttime: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
299
- readonly ww_ca_possibilityofext: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
300
- readonly ww_ca_localaccountantreferralreq: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
301
- readonly ww_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
319
+ readonly _ww_marginonlycompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
320
+ readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
321
+ readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
322
+ readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
323
+ readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
302
324
  readonly _ww_ca_agency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
303
325
  readonly _ww_accountmanager_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
304
326
  readonly _ww_ca_agencybranch_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
305
327
  readonly _ww_ca_agencyconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
306
- readonly ww_ca_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
307
- readonly _ww_marginonlycompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
308
- readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
309
- readonly ww_ca_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
310
- readonly ww_ca_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
311
- readonly ww_ca_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
312
- readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
313
- readonly ww_ca_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
314
- readonly ww_ca_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
315
- readonly ww_ca_contractpayfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
316
- readonly ww_ca_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
317
- readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
318
- readonly _ww_ca_countryoftaxresidence_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
319
- readonly ww_ca_cityofwork: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
320
- readonly ww_ca_isoffshore: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
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>>>;
328
+ readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
329
+ readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
324
330
  readonly ww_rtw_requiredincontractcountry: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
325
331
  readonly ww_rtw_haveincontractcountry: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
326
332
  readonly ww_rtw_whoisarrangingvisa: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
327
- readonly ww_placeholderforsiflow: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
328
333
  readonly _ww_cmpl_approvedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
329
334
  readonly ww_cmpl_approvedon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
330
335
  readonly ww_rejectreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
331
336
  readonly ww_cmpl_compliancestatementreq: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
332
337
  readonly ww_cmpl_compliancestatementgenerated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
333
- readonly ww_placeholdergeneratecmplstatement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
334
338
  readonly ww_ww_cmpl_donotchasefordocs: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
335
339
  readonly ww_cmpl_solutionconfirmation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
336
340
  readonly ww_cmpl_salesemailreviewed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
@@ -346,8 +350,19 @@ export declare const Referral: {
346
350
  readonly ww_cmpl_willcontractorpaid_vat6cats: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
347
351
  readonly ww_cmpl_intro_country_contact: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
348
352
  readonly ww_cmpl_ensure_limosa_filed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
353
+ readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
354
+ readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
355
+ readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
356
+ readonly ww_placeholdergeneratecmplstatement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
349
357
  readonly ww_placeholderforkbsearch: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
350
- readonly ww_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
358
+ readonly _ww_originatingenquiry_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
359
+ readonly _ww_originatingsimulation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
360
+ readonly ww_sendportalinvite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
361
+ readonly ww_placeholderforsiflow: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
362
+ readonly ww_referrallog_Referral_ww_saleschecklist: import("zod").ZodOptional<import("zod").ZodTypeAny>;
363
+ readonly ww_ca_Country: import("zod").ZodOptional<import("zod").ZodTypeAny>;
364
+ readonly ww_Parent_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
365
+ readonly ww_ca_SolutionPackage: import("zod").ZodOptional<import("zod").ZodTypeAny>;
351
366
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
352
367
  '@odata.etag'?: string | null | undefined;
353
368
  _createdby_value?: string | null | undefined;
@@ -366,14 +381,15 @@ export declare const Referral: {
366
381
  versionnumber?: number | null | undefined;
367
382
  ww_totalrevenue?: number | null | undefined;
368
383
  ww_name?: string | null | undefined;
384
+ _organizationid_value?: string | null | undefined;
385
+ ww_Parent_Solution?: any;
386
+ _ww_salescode_value?: string | null | undefined;
369
387
  ww_region?: number | null | undefined;
370
- _ww_parent_solution_value?: string | null | undefined;
371
388
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
372
389
  ww_othercontractualagreements?: string | null | undefined;
373
- ww_workpermitsponsorship?: boolean | null | undefined;
374
- ww_workpermitcost?: string | null | undefined;
375
- ww_workpermitpaidby?: string | null | undefined;
376
- _ww_salescode_value?: string | null | undefined;
390
+ ww_hoursworkedunit?: number | null | undefined;
391
+ ww_jobtype?: number | null | undefined;
392
+ ww_jobdescription?: string | null | undefined;
377
393
  _ww_margincurrency_value?: string | null | undefined;
378
394
  ww_marginbasis?: number | null | undefined;
379
395
  ww_marginperiod?: number | null | undefined;
@@ -384,68 +400,68 @@ export declare const Referral: {
384
400
  ww_revenueminvalue?: number | null | undefined;
385
401
  ww_marginpaidby?: number | null | undefined;
386
402
  ww_margincontractorpercentage?: number | null | undefined;
387
- ww_clientrate?: number | null | undefined;
388
- ww_grossratesimulation?: number | null | undefined;
389
- ww_marginrate?: number | null | undefined;
390
- ww_employeegrosssalary?: number | null | undefined;
391
403
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
392
404
  ww_startupmarginpaidby?: number | null | undefined;
393
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
394
405
  _ww_startupmargincurrency_value?: string | null | undefined;
395
406
  ww_startupmargincontractorpercentage?: number | null | undefined;
396
- ww_jobtype?: number | null | undefined;
397
- ww_hoursworkedunit?: number | null | undefined;
398
- _organizationid_value?: string | null | undefined;
407
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
408
+ ww_clientrate?: number | null | undefined;
409
+ ww_grossratesimulation?: number | null | undefined;
410
+ ww_marginrate?: number | null | undefined;
411
+ ww_employeegrosssalary?: number | null | undefined;
412
+ ww_workpermitsponsorship?: boolean | null | undefined;
413
+ ww_workpermitcost?: string | null | undefined;
414
+ ww_workpermitpaidby?: string | null | undefined;
415
+ ww_ca_Country?: any;
416
+ ww_ca_SolutionPackage?: any;
417
+ ww_referrallog_Referral_ww_saleschecklist?: any;
418
+ "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
419
+ "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
420
+ "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
421
+ ww_saleschecklistid?: string | undefined;
399
422
  ww_referralid?: string | undefined;
400
423
  ww_ca_stage?: number | null | undefined;
401
424
  ww_stageupdated?: string | null | undefined;
402
425
  ww_ca_stagereason?: number | null | undefined;
426
+ ww_ca_happytoproceed?: string | null | undefined;
427
+ _ww_campaign_value?: string | null | undefined;
428
+ ww_ngareason?: number | null | undefined;
429
+ ww_ngareasondetail?: number | null | undefined;
430
+ ww_reportingstatus?: number | null | undefined;
403
431
  _ww_ca_contractor_value?: string | null | undefined;
404
- _ww_ca_country_value?: string | null | undefined;
405
- _ww_ca_solutionpackage_value?: string | null | undefined;
406
432
  ww_ca_totalrevenue?: number | null | undefined;
407
433
  ww_ca_totalrevenue_base?: number | null | undefined;
408
- _ww_originatingenquiry_value?: string | null | undefined;
409
- _ww_originatingsimulation_value?: string | null | undefined;
410
434
  ww_totalrevenuegbpc?: number | null | undefined;
411
- ww_ca_happytoproceed?: string | null | undefined;
412
- ww_jobdescription?: string | null | undefined;
413
- ww_sendportalinvite?: number | null | undefined;
414
- ww_ngareason?: number | null | undefined;
415
- _ww_campaign_value?: string | null | undefined;
416
- ww_ngareasondetail?: number | null | undefined;
417
- ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
418
- ww_ca_asgn_schd_rcvd?: string | null | undefined;
435
+ ww_ca_contractrate?: number | null | undefined;
436
+ ww_ca_contractratefrequency?: number | null | undefined;
437
+ ww_ca_contractpayfrequency?: number | null | undefined;
438
+ ww_ca_hoursworked?: number | null | undefined;
439
+ _ww_ca_countryoftaxresidence_value?: string | null | undefined;
440
+ ww_ca_cityofwork?: string | null | undefined;
441
+ ww_ca_isoffshore?: boolean | null | undefined;
419
442
  ww_ca_isrollingcontract?: boolean | null | undefined;
420
443
  ww_ca_isparttime?: boolean | null | undefined;
421
444
  ww_ca_possibilityofext?: number | null | undefined;
422
445
  ww_ca_localaccountantreferralreq?: boolean | null | undefined;
423
- _ww_ca_agency_value?: string | null | undefined;
424
- _ww_accountmanager_value?: string | null | undefined;
425
- _ww_ca_agencybranch_value?: string | null | undefined;
426
- _ww_ca_agencyconsultant_value?: string | null | undefined;
446
+ ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
447
+ ww_ca_asgn_schd_rcvd?: string | null | undefined;
427
448
  ww_ca_endclient?: string | null | undefined;
428
- _ww_marginonlycompany_value?: string | null | undefined;
429
449
  ww_ca_startdate?: string | null | undefined;
430
450
  ww_ca_enddate?: string | null | undefined;
431
451
  ww_ca_contractrole?: string | null | undefined;
432
- ww_ca_contractrate?: number | null | undefined;
433
- ww_ca_contractratefrequency?: number | null | undefined;
434
- ww_ca_contractpayfrequency?: number | null | undefined;
435
- ww_ca_hoursworked?: number | null | undefined;
436
- _ww_ca_countryoftaxresidence_value?: string | null | undefined;
437
- ww_ca_cityofwork?: string | null | undefined;
438
- ww_ca_isoffshore?: boolean | null | undefined;
452
+ _ww_marginonlycompany_value?: string | null | undefined;
453
+ _ww_ca_agency_value?: string | null | undefined;
454
+ _ww_accountmanager_value?: string | null | undefined;
455
+ _ww_ca_agencybranch_value?: string | null | undefined;
456
+ _ww_ca_agencyconsultant_value?: string | null | undefined;
439
457
  ww_rtw_requiredincontractcountry?: boolean | null | undefined;
440
458
  ww_rtw_haveincontractcountry?: boolean | null | undefined;
441
459
  ww_rtw_whoisarrangingvisa?: number | null | undefined;
442
- ww_placeholderforsiflow?: string | null | undefined;
443
460
  _ww_cmpl_approvedby_value?: string | null | undefined;
444
461
  ww_cmpl_approvedon?: string | null | undefined;
445
462
  ww_rejectreason?: string | null | undefined;
446
463
  ww_cmpl_compliancestatementreq?: boolean | null | undefined;
447
464
  ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
448
- ww_placeholdergeneratecmplstatement?: string | null | undefined;
449
465
  ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
450
466
  ww_cmpl_solutionconfirmation?: string | null | undefined;
451
467
  ww_cmpl_salesemailreviewed?: boolean | null | undefined;
@@ -461,8 +477,12 @@ export declare const Referral: {
461
477
  ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
462
478
  ww_cmpl_intro_country_contact?: boolean | null | undefined;
463
479
  ww_cmpl_ensure_limosa_filed?: number | null | undefined;
480
+ ww_placeholdergeneratecmplstatement?: string | null | undefined;
464
481
  ww_placeholderforkbsearch?: string | null | undefined;
465
- ww_reportingstatus?: number | null | undefined;
482
+ _ww_originatingenquiry_value?: string | null | undefined;
483
+ _ww_originatingsimulation_value?: string | null | undefined;
484
+ ww_sendportalinvite?: number | null | undefined;
485
+ ww_placeholderforsiflow?: string | null | undefined;
466
486
  }, {
467
487
  '@odata.etag'?: string | null | undefined;
468
488
  _createdby_value?: string | null | undefined;
@@ -481,14 +501,15 @@ export declare const Referral: {
481
501
  versionnumber?: number | null | undefined;
482
502
  ww_totalrevenue?: number | null | undefined;
483
503
  ww_name?: string | null | undefined;
504
+ _organizationid_value?: string | null | undefined;
505
+ ww_Parent_Solution?: any;
506
+ _ww_salescode_value?: string | null | undefined;
484
507
  ww_region?: number | null | undefined;
485
- _ww_parent_solution_value?: string | null | undefined;
486
508
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
487
509
  ww_othercontractualagreements?: string | null | undefined;
488
- ww_workpermitsponsorship?: boolean | null | undefined;
489
- ww_workpermitcost?: string | null | undefined;
490
- ww_workpermitpaidby?: string | null | undefined;
491
- _ww_salescode_value?: string | null | undefined;
510
+ ww_hoursworkedunit?: number | null | undefined;
511
+ ww_jobtype?: number | null | undefined;
512
+ ww_jobdescription?: string | null | undefined;
492
513
  _ww_margincurrency_value?: string | null | undefined;
493
514
  ww_marginbasis?: number | null | undefined;
494
515
  ww_marginperiod?: number | null | undefined;
@@ -499,68 +520,68 @@ export declare const Referral: {
499
520
  ww_revenueminvalue?: number | null | undefined;
500
521
  ww_marginpaidby?: number | null | undefined;
501
522
  ww_margincontractorpercentage?: number | null | undefined;
502
- ww_clientrate?: number | null | undefined;
503
- ww_grossratesimulation?: number | null | undefined;
504
- ww_marginrate?: number | null | undefined;
505
- ww_employeegrosssalary?: number | null | undefined;
506
523
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
507
524
  ww_startupmarginpaidby?: number | null | undefined;
508
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
509
525
  _ww_startupmargincurrency_value?: string | null | undefined;
510
526
  ww_startupmargincontractorpercentage?: number | null | undefined;
511
- ww_jobtype?: number | null | undefined;
512
- ww_hoursworkedunit?: number | null | undefined;
513
- _organizationid_value?: string | null | undefined;
527
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
528
+ ww_clientrate?: number | null | undefined;
529
+ ww_grossratesimulation?: number | null | undefined;
530
+ ww_marginrate?: number | null | undefined;
531
+ ww_employeegrosssalary?: number | null | undefined;
532
+ ww_workpermitsponsorship?: boolean | null | undefined;
533
+ ww_workpermitcost?: string | null | undefined;
534
+ ww_workpermitpaidby?: string | null | undefined;
535
+ ww_ca_Country?: any;
536
+ ww_ca_SolutionPackage?: any;
537
+ ww_referrallog_Referral_ww_saleschecklist?: any;
538
+ "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
539
+ "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
540
+ "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
541
+ ww_saleschecklistid?: string | undefined;
514
542
  ww_referralid?: string | undefined;
515
543
  ww_ca_stage?: number | null | undefined;
516
544
  ww_stageupdated?: string | null | undefined;
517
545
  ww_ca_stagereason?: number | null | undefined;
546
+ ww_ca_happytoproceed?: string | null | undefined;
547
+ _ww_campaign_value?: string | null | undefined;
548
+ ww_ngareason?: number | null | undefined;
549
+ ww_ngareasondetail?: number | null | undefined;
550
+ ww_reportingstatus?: number | null | undefined;
518
551
  _ww_ca_contractor_value?: string | null | undefined;
519
- _ww_ca_country_value?: string | null | undefined;
520
- _ww_ca_solutionpackage_value?: string | null | undefined;
521
552
  ww_ca_totalrevenue?: number | null | undefined;
522
553
  ww_ca_totalrevenue_base?: number | null | undefined;
523
- _ww_originatingenquiry_value?: string | null | undefined;
524
- _ww_originatingsimulation_value?: string | null | undefined;
525
554
  ww_totalrevenuegbpc?: number | null | undefined;
526
- ww_ca_happytoproceed?: string | null | undefined;
527
- ww_jobdescription?: string | null | undefined;
528
- ww_sendportalinvite?: number | null | undefined;
529
- ww_ngareason?: number | null | undefined;
530
- _ww_campaign_value?: string | null | undefined;
531
- ww_ngareasondetail?: number | null | undefined;
532
- ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
533
- ww_ca_asgn_schd_rcvd?: string | null | undefined;
555
+ ww_ca_contractrate?: number | null | undefined;
556
+ ww_ca_contractratefrequency?: number | null | undefined;
557
+ ww_ca_contractpayfrequency?: number | null | undefined;
558
+ ww_ca_hoursworked?: number | null | undefined;
559
+ _ww_ca_countryoftaxresidence_value?: string | null | undefined;
560
+ ww_ca_cityofwork?: string | null | undefined;
561
+ ww_ca_isoffshore?: boolean | null | undefined;
534
562
  ww_ca_isrollingcontract?: boolean | null | undefined;
535
563
  ww_ca_isparttime?: boolean | null | undefined;
536
564
  ww_ca_possibilityofext?: number | null | undefined;
537
565
  ww_ca_localaccountantreferralreq?: boolean | null | undefined;
538
- _ww_ca_agency_value?: string | null | undefined;
539
- _ww_accountmanager_value?: string | null | undefined;
540
- _ww_ca_agencybranch_value?: string | null | undefined;
541
- _ww_ca_agencyconsultant_value?: string | null | undefined;
566
+ ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
567
+ ww_ca_asgn_schd_rcvd?: string | null | undefined;
542
568
  ww_ca_endclient?: string | null | undefined;
543
- _ww_marginonlycompany_value?: string | null | undefined;
544
569
  ww_ca_startdate?: string | null | undefined;
545
570
  ww_ca_enddate?: string | null | undefined;
546
571
  ww_ca_contractrole?: string | null | undefined;
547
- ww_ca_contractrate?: number | null | undefined;
548
- ww_ca_contractratefrequency?: number | null | undefined;
549
- ww_ca_contractpayfrequency?: number | null | undefined;
550
- ww_ca_hoursworked?: number | null | undefined;
551
- _ww_ca_countryoftaxresidence_value?: string | null | undefined;
552
- ww_ca_cityofwork?: string | null | undefined;
553
- ww_ca_isoffshore?: boolean | null | undefined;
572
+ _ww_marginonlycompany_value?: string | null | undefined;
573
+ _ww_ca_agency_value?: string | null | undefined;
574
+ _ww_accountmanager_value?: string | null | undefined;
575
+ _ww_ca_agencybranch_value?: string | null | undefined;
576
+ _ww_ca_agencyconsultant_value?: string | null | undefined;
554
577
  ww_rtw_requiredincontractcountry?: boolean | null | undefined;
555
578
  ww_rtw_haveincontractcountry?: boolean | null | undefined;
556
579
  ww_rtw_whoisarrangingvisa?: number | null | undefined;
557
- ww_placeholderforsiflow?: string | null | undefined;
558
580
  _ww_cmpl_approvedby_value?: string | null | undefined;
559
581
  ww_cmpl_approvedon?: string | null | undefined;
560
582
  ww_rejectreason?: string | null | undefined;
561
583
  ww_cmpl_compliancestatementreq?: boolean | null | undefined;
562
584
  ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
563
- ww_placeholdergeneratecmplstatement?: string | null | undefined;
564
585
  ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
565
586
  ww_cmpl_solutionconfirmation?: string | null | undefined;
566
587
  ww_cmpl_salesemailreviewed?: boolean | null | undefined;
@@ -576,92 +597,90 @@ export declare const Referral: {
576
597
  ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
577
598
  ww_cmpl_intro_country_contact?: boolean | null | undefined;
578
599
  ww_cmpl_ensure_limosa_filed?: number | null | undefined;
600
+ ww_placeholdergeneratecmplstatement?: string | null | undefined;
579
601
  ww_placeholderforkbsearch?: string | null | undefined;
580
- ww_reportingstatus?: number | null | undefined;
602
+ _ww_originatingenquiry_value?: string | null | undefined;
603
+ _ww_originatingsimulation_value?: string | null | undefined;
604
+ ww_sendportalinvite?: number | null | undefined;
605
+ ww_placeholderforsiflow?: string | null | undefined;
581
606
  }>;
582
607
  SPayloadD365: import("zod").ZodObject<{
608
+ readonly ww_saleschecklistid: import("zod").ZodOptional<import("zod").ZodString>;
583
609
  readonly ww_referralid: import("zod").ZodOptional<import("zod").ZodString>;
610
+ readonly ww_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
611
+ readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
584
612
  readonly ww_ca_stage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
585
613
  readonly ww_stageupdated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
586
614
  readonly ww_ca_stagereason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
615
+ readonly ww_ca_happytoproceed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
616
+ readonly _ww_campaign_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
617
+ readonly ww_ngareason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
618
+ readonly ww_ngareasondetail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
619
+ readonly ww_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
587
620
  readonly _ww_ca_contractor_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
621
+ readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
588
622
  readonly ww_region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
589
- readonly _ww_ca_country_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
590
- readonly _ww_parent_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
591
- readonly _ww_ca_solutionpackage_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
592
623
  readonly _ww_workwellglobalinternalcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
593
624
  readonly ww_othercontractualagreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
594
- readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
625
+ readonly ww_ca_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
626
+ readonly ww_ca_totalrevenue_base: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
627
+ readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
628
+ readonly ww_totalrevenuegbpc: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
629
+ readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
630
+ readonly ww_ca_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
631
+ readonly ww_ca_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
632
+ readonly ww_ca_contractpayfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
633
+ readonly ww_ca_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
634
+ readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
635
+ readonly _ww_ca_countryoftaxresidence_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
636
+ readonly ww_ca_cityofwork: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
637
+ readonly ww_ca_isoffshore: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
638
+ readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
639
+ readonly ww_ca_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
640
+ readonly ww_ca_isparttime: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
641
+ readonly ww_ca_possibilityofext: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
642
+ readonly ww_ca_localaccountantreferralreq: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
643
+ readonly ww_ww_ca_frmwrk_agrmnt_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
644
+ readonly ww_ca_asgn_schd_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
645
+ readonly ww_ca_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
646
+ readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
647
+ readonly ww_ca_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
648
+ readonly ww_ca_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
649
+ readonly ww_ca_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
650
+ readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
595
651
  readonly _ww_margincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
596
652
  readonly ww_marginbasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
597
653
  readonly ww_marginperiod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
598
- readonly ww_marginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
599
654
  readonly ww_marginpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
655
+ readonly ww_marginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
600
656
  readonly ww_revenuefixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
601
657
  readonly ww_marginminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
602
658
  readonly ww_revenueminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
603
659
  readonly ww_marginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
604
660
  readonly ww_margincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
605
- readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
606
- readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
607
- readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
608
- readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
609
661
  readonly ww_startupmarginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
610
662
  readonly ww_startupmarginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
611
663
  readonly _ww_startupmargincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
612
664
  readonly ww_startupmargincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
613
- readonly ww_ca_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
614
- readonly ww_ca_totalrevenue_base: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
615
- readonly _ww_originatingenquiry_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
616
- readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
617
- readonly _ww_originatingsimulation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
618
- readonly ww_totalrevenuegbpc: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
619
- readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
620
- readonly ww_ca_happytoproceed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
621
- readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
622
- readonly ww_sendportalinvite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
623
- readonly ww_ngareason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
624
- readonly _ww_campaign_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
625
- readonly ww_ngareasondetail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
626
- readonly ww_ww_ca_frmwrk_agrmnt_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
627
- readonly ww_ca_asgn_schd_rcvd: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
628
- readonly ww_ca_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
629
- readonly ww_ca_isparttime: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
630
- readonly ww_ca_possibilityofext: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
631
- readonly ww_ca_localaccountantreferralreq: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
632
- readonly ww_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
665
+ readonly _ww_marginonlycompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
666
+ readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
667
+ readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
668
+ readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
669
+ readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
633
670
  readonly _ww_ca_agency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
634
671
  readonly _ww_accountmanager_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
635
672
  readonly _ww_ca_agencybranch_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
636
673
  readonly _ww_ca_agencyconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
637
- readonly ww_ca_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
638
- readonly _ww_marginonlycompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
639
- readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
640
- readonly ww_ca_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
641
- readonly ww_ca_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
642
- readonly ww_ca_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
643
- readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
644
- readonly ww_ca_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
645
- readonly ww_ca_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
646
- readonly ww_ca_contractpayfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
647
- readonly ww_ca_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
648
- readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
649
- readonly _ww_ca_countryoftaxresidence_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
650
- readonly ww_ca_cityofwork: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
651
- readonly ww_ca_isoffshore: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
652
- readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
653
- readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
654
- readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
674
+ readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
675
+ readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
655
676
  readonly ww_rtw_requiredincontractcountry: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
656
677
  readonly ww_rtw_haveincontractcountry: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
657
678
  readonly ww_rtw_whoisarrangingvisa: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
658
- readonly ww_placeholderforsiflow: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
659
679
  readonly _ww_cmpl_approvedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
660
680
  readonly ww_cmpl_approvedon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
661
681
  readonly ww_rejectreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
662
682
  readonly ww_cmpl_compliancestatementreq: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
663
683
  readonly ww_cmpl_compliancestatementgenerated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
664
- readonly ww_placeholdergeneratecmplstatement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
665
684
  readonly ww_ww_cmpl_donotchasefordocs: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
666
685
  readonly ww_cmpl_solutionconfirmation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
667
686
  readonly ww_cmpl_salesemailreviewed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
@@ -677,20 +696,31 @@ export declare const Referral: {
677
696
  readonly ww_cmpl_willcontractorpaid_vat6cats: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
678
697
  readonly ww_cmpl_intro_country_contact: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
679
698
  readonly ww_cmpl_ensure_limosa_filed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
699
+ readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
700
+ readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
701
+ readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
702
+ readonly ww_placeholdergeneratecmplstatement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
680
703
  readonly ww_placeholderforkbsearch: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
681
- readonly ww_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
704
+ readonly _ww_originatingenquiry_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
705
+ readonly _ww_originatingsimulation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
706
+ readonly ww_sendportalinvite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
707
+ readonly ww_placeholderforsiflow: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
708
+ readonly ww_referrallog_Referral_ww_saleschecklist: import("zod").ZodOptional<import("zod").ZodTypeAny>;
709
+ readonly ww_ca_Country: import("zod").ZodOptional<import("zod").ZodTypeAny>;
710
+ readonly ww_Parent_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
711
+ readonly ww_ca_SolutionPackage: import("zod").ZodOptional<import("zod").ZodTypeAny>;
682
712
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
683
713
  _transactioncurrencyid_value?: string | null | undefined;
684
714
  ww_totalrevenue?: number | null | undefined;
685
715
  ww_name?: string | null | undefined;
716
+ ww_Parent_Solution?: any;
717
+ _ww_salescode_value?: string | null | undefined;
686
718
  ww_region?: number | null | undefined;
687
- _ww_parent_solution_value?: string | null | undefined;
688
719
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
689
720
  ww_othercontractualagreements?: string | null | undefined;
690
- ww_workpermitsponsorship?: boolean | null | undefined;
691
- ww_workpermitcost?: string | null | undefined;
692
- ww_workpermitpaidby?: string | null | undefined;
693
- _ww_salescode_value?: string | null | undefined;
721
+ ww_hoursworkedunit?: number | null | undefined;
722
+ ww_jobtype?: number | null | undefined;
723
+ ww_jobdescription?: string | null | undefined;
694
724
  _ww_margincurrency_value?: string | null | undefined;
695
725
  ww_marginbasis?: number | null | undefined;
696
726
  ww_marginperiod?: number | null | undefined;
@@ -701,67 +731,68 @@ export declare const Referral: {
701
731
  ww_revenueminvalue?: number | null | undefined;
702
732
  ww_marginpaidby?: number | null | undefined;
703
733
  ww_margincontractorpercentage?: number | null | undefined;
704
- ww_clientrate?: number | null | undefined;
705
- ww_grossratesimulation?: number | null | undefined;
706
- ww_marginrate?: number | null | undefined;
707
- ww_employeegrosssalary?: number | null | undefined;
708
734
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
709
735
  ww_startupmarginpaidby?: number | null | undefined;
710
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
711
736
  _ww_startupmargincurrency_value?: string | null | undefined;
712
737
  ww_startupmargincontractorpercentage?: number | null | undefined;
713
- ww_jobtype?: number | null | undefined;
714
- ww_hoursworkedunit?: number | null | undefined;
738
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
739
+ ww_clientrate?: number | null | undefined;
740
+ ww_grossratesimulation?: number | null | undefined;
741
+ ww_marginrate?: number | null | undefined;
742
+ ww_employeegrosssalary?: number | null | undefined;
743
+ ww_workpermitsponsorship?: boolean | null | undefined;
744
+ ww_workpermitcost?: string | null | undefined;
745
+ ww_workpermitpaidby?: string | null | undefined;
746
+ ww_ca_Country?: any;
747
+ ww_ca_SolutionPackage?: any;
748
+ ww_referrallog_Referral_ww_saleschecklist?: any;
749
+ "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
750
+ "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
751
+ "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
752
+ ww_saleschecklistid?: string | undefined;
715
753
  ww_referralid?: string | undefined;
716
754
  ww_ca_stage?: number | null | undefined;
717
755
  ww_stageupdated?: string | null | undefined;
718
756
  ww_ca_stagereason?: number | null | undefined;
757
+ ww_ca_happytoproceed?: string | null | undefined;
758
+ _ww_campaign_value?: string | null | undefined;
759
+ ww_ngareason?: number | null | undefined;
760
+ ww_ngareasondetail?: number | null | undefined;
761
+ ww_reportingstatus?: number | null | undefined;
719
762
  _ww_ca_contractor_value?: string | null | undefined;
720
- _ww_ca_country_value?: string | null | undefined;
721
- _ww_ca_solutionpackage_value?: string | null | undefined;
722
763
  ww_ca_totalrevenue?: number | null | undefined;
723
764
  ww_ca_totalrevenue_base?: number | null | undefined;
724
- _ww_originatingenquiry_value?: string | null | undefined;
725
- _ww_originatingsimulation_value?: string | null | undefined;
726
765
  ww_totalrevenuegbpc?: number | null | undefined;
727
- ww_ca_happytoproceed?: string | null | undefined;
728
- ww_jobdescription?: string | null | undefined;
729
- ww_sendportalinvite?: number | null | undefined;
730
- ww_ngareason?: number | null | undefined;
731
- _ww_campaign_value?: string | null | undefined;
732
- ww_ngareasondetail?: number | null | undefined;
733
- ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
734
- ww_ca_asgn_schd_rcvd?: string | null | undefined;
766
+ ww_ca_contractrate?: number | null | undefined;
767
+ ww_ca_contractratefrequency?: number | null | undefined;
768
+ ww_ca_contractpayfrequency?: number | null | undefined;
769
+ ww_ca_hoursworked?: number | null | undefined;
770
+ _ww_ca_countryoftaxresidence_value?: string | null | undefined;
771
+ ww_ca_cityofwork?: string | null | undefined;
772
+ ww_ca_isoffshore?: boolean | null | undefined;
735
773
  ww_ca_isrollingcontract?: boolean | null | undefined;
736
774
  ww_ca_isparttime?: boolean | null | undefined;
737
775
  ww_ca_possibilityofext?: number | null | undefined;
738
776
  ww_ca_localaccountantreferralreq?: boolean | null | undefined;
739
- _ww_ca_agency_value?: string | null | undefined;
740
- _ww_accountmanager_value?: string | null | undefined;
741
- _ww_ca_agencybranch_value?: string | null | undefined;
742
- _ww_ca_agencyconsultant_value?: string | null | undefined;
777
+ ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
778
+ ww_ca_asgn_schd_rcvd?: string | null | undefined;
743
779
  ww_ca_endclient?: string | null | undefined;
744
- _ww_marginonlycompany_value?: string | null | undefined;
745
780
  ww_ca_startdate?: string | null | undefined;
746
781
  ww_ca_enddate?: string | null | undefined;
747
782
  ww_ca_contractrole?: string | null | undefined;
748
- ww_ca_contractrate?: number | null | undefined;
749
- ww_ca_contractratefrequency?: number | null | undefined;
750
- ww_ca_contractpayfrequency?: number | null | undefined;
751
- ww_ca_hoursworked?: number | null | undefined;
752
- _ww_ca_countryoftaxresidence_value?: string | null | undefined;
753
- ww_ca_cityofwork?: string | null | undefined;
754
- ww_ca_isoffshore?: boolean | null | undefined;
783
+ _ww_marginonlycompany_value?: string | null | undefined;
784
+ _ww_ca_agency_value?: string | null | undefined;
785
+ _ww_accountmanager_value?: string | null | undefined;
786
+ _ww_ca_agencybranch_value?: string | null | undefined;
787
+ _ww_ca_agencyconsultant_value?: string | null | undefined;
755
788
  ww_rtw_requiredincontractcountry?: boolean | null | undefined;
756
789
  ww_rtw_haveincontractcountry?: boolean | null | undefined;
757
790
  ww_rtw_whoisarrangingvisa?: number | null | undefined;
758
- ww_placeholderforsiflow?: string | null | undefined;
759
791
  _ww_cmpl_approvedby_value?: string | null | undefined;
760
792
  ww_cmpl_approvedon?: string | null | undefined;
761
793
  ww_rejectreason?: string | null | undefined;
762
794
  ww_cmpl_compliancestatementreq?: boolean | null | undefined;
763
795
  ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
764
- ww_placeholdergeneratecmplstatement?: string | null | undefined;
765
796
  ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
766
797
  ww_cmpl_solutionconfirmation?: string | null | undefined;
767
798
  ww_cmpl_salesemailreviewed?: boolean | null | undefined;
@@ -777,20 +808,24 @@ export declare const Referral: {
777
808
  ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
778
809
  ww_cmpl_intro_country_contact?: boolean | null | undefined;
779
810
  ww_cmpl_ensure_limosa_filed?: number | null | undefined;
811
+ ww_placeholdergeneratecmplstatement?: string | null | undefined;
780
812
  ww_placeholderforkbsearch?: string | null | undefined;
781
- ww_reportingstatus?: number | null | undefined;
813
+ _ww_originatingenquiry_value?: string | null | undefined;
814
+ _ww_originatingsimulation_value?: string | null | undefined;
815
+ ww_sendportalinvite?: number | null | undefined;
816
+ ww_placeholderforsiflow?: string | null | undefined;
782
817
  }, {
783
818
  _transactioncurrencyid_value?: string | null | undefined;
784
819
  ww_totalrevenue?: number | null | undefined;
785
820
  ww_name?: string | null | undefined;
821
+ ww_Parent_Solution?: any;
822
+ _ww_salescode_value?: string | null | undefined;
786
823
  ww_region?: number | null | undefined;
787
- _ww_parent_solution_value?: string | null | undefined;
788
824
  _ww_workwellglobalinternalcompany_value?: string | null | undefined;
789
825
  ww_othercontractualagreements?: string | null | undefined;
790
- ww_workpermitsponsorship?: boolean | null | undefined;
791
- ww_workpermitcost?: string | null | undefined;
792
- ww_workpermitpaidby?: string | null | undefined;
793
- _ww_salescode_value?: string | null | undefined;
826
+ ww_hoursworkedunit?: number | null | undefined;
827
+ ww_jobtype?: number | null | undefined;
828
+ ww_jobdescription?: string | null | undefined;
794
829
  _ww_margincurrency_value?: string | null | undefined;
795
830
  ww_marginbasis?: number | null | undefined;
796
831
  ww_marginperiod?: number | null | undefined;
@@ -801,67 +836,68 @@ export declare const Referral: {
801
836
  ww_revenueminvalue?: number | null | undefined;
802
837
  ww_marginpaidby?: number | null | undefined;
803
838
  ww_margincontractorpercentage?: number | null | undefined;
804
- ww_clientrate?: number | null | undefined;
805
- ww_grossratesimulation?: number | null | undefined;
806
- ww_marginrate?: number | null | undefined;
807
- ww_employeegrosssalary?: number | null | undefined;
808
839
  ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
809
840
  ww_startupmarginpaidby?: number | null | undefined;
810
- _ww_preferredinvoicecurrency_value?: string | null | undefined;
811
841
  _ww_startupmargincurrency_value?: string | null | undefined;
812
842
  ww_startupmargincontractorpercentage?: number | null | undefined;
813
- ww_jobtype?: number | null | undefined;
814
- ww_hoursworkedunit?: number | null | undefined;
843
+ _ww_preferredinvoicecurrency_value?: string | null | undefined;
844
+ ww_clientrate?: number | null | undefined;
845
+ ww_grossratesimulation?: number | null | undefined;
846
+ ww_marginrate?: number | null | undefined;
847
+ ww_employeegrosssalary?: number | null | undefined;
848
+ ww_workpermitsponsorship?: boolean | null | undefined;
849
+ ww_workpermitcost?: string | null | undefined;
850
+ ww_workpermitpaidby?: string | null | undefined;
851
+ ww_ca_Country?: any;
852
+ ww_ca_SolutionPackage?: any;
853
+ ww_referrallog_Referral_ww_saleschecklist?: any;
854
+ "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
855
+ "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
856
+ "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
857
+ ww_saleschecklistid?: string | undefined;
815
858
  ww_referralid?: string | undefined;
816
859
  ww_ca_stage?: number | null | undefined;
817
860
  ww_stageupdated?: string | null | undefined;
818
861
  ww_ca_stagereason?: number | null | undefined;
862
+ ww_ca_happytoproceed?: string | null | undefined;
863
+ _ww_campaign_value?: string | null | undefined;
864
+ ww_ngareason?: number | null | undefined;
865
+ ww_ngareasondetail?: number | null | undefined;
866
+ ww_reportingstatus?: number | null | undefined;
819
867
  _ww_ca_contractor_value?: string | null | undefined;
820
- _ww_ca_country_value?: string | null | undefined;
821
- _ww_ca_solutionpackage_value?: string | null | undefined;
822
868
  ww_ca_totalrevenue?: number | null | undefined;
823
869
  ww_ca_totalrevenue_base?: number | null | undefined;
824
- _ww_originatingenquiry_value?: string | null | undefined;
825
- _ww_originatingsimulation_value?: string | null | undefined;
826
870
  ww_totalrevenuegbpc?: number | null | undefined;
827
- ww_ca_happytoproceed?: string | null | undefined;
828
- ww_jobdescription?: string | null | undefined;
829
- ww_sendportalinvite?: number | null | undefined;
830
- ww_ngareason?: number | null | undefined;
831
- _ww_campaign_value?: string | null | undefined;
832
- ww_ngareasondetail?: number | null | undefined;
833
- ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
834
- ww_ca_asgn_schd_rcvd?: string | null | undefined;
871
+ ww_ca_contractrate?: number | null | undefined;
872
+ ww_ca_contractratefrequency?: number | null | undefined;
873
+ ww_ca_contractpayfrequency?: number | null | undefined;
874
+ ww_ca_hoursworked?: number | null | undefined;
875
+ _ww_ca_countryoftaxresidence_value?: string | null | undefined;
876
+ ww_ca_cityofwork?: string | null | undefined;
877
+ ww_ca_isoffshore?: boolean | null | undefined;
835
878
  ww_ca_isrollingcontract?: boolean | null | undefined;
836
879
  ww_ca_isparttime?: boolean | null | undefined;
837
880
  ww_ca_possibilityofext?: number | null | undefined;
838
881
  ww_ca_localaccountantreferralreq?: boolean | null | undefined;
839
- _ww_ca_agency_value?: string | null | undefined;
840
- _ww_accountmanager_value?: string | null | undefined;
841
- _ww_ca_agencybranch_value?: string | null | undefined;
842
- _ww_ca_agencyconsultant_value?: string | null | undefined;
882
+ ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
883
+ ww_ca_asgn_schd_rcvd?: string | null | undefined;
843
884
  ww_ca_endclient?: string | null | undefined;
844
- _ww_marginonlycompany_value?: string | null | undefined;
845
885
  ww_ca_startdate?: string | null | undefined;
846
886
  ww_ca_enddate?: string | null | undefined;
847
887
  ww_ca_contractrole?: string | null | undefined;
848
- ww_ca_contractrate?: number | null | undefined;
849
- ww_ca_contractratefrequency?: number | null | undefined;
850
- ww_ca_contractpayfrequency?: number | null | undefined;
851
- ww_ca_hoursworked?: number | null | undefined;
852
- _ww_ca_countryoftaxresidence_value?: string | null | undefined;
853
- ww_ca_cityofwork?: string | null | undefined;
854
- ww_ca_isoffshore?: boolean | null | undefined;
888
+ _ww_marginonlycompany_value?: string | null | undefined;
889
+ _ww_ca_agency_value?: string | null | undefined;
890
+ _ww_accountmanager_value?: string | null | undefined;
891
+ _ww_ca_agencybranch_value?: string | null | undefined;
892
+ _ww_ca_agencyconsultant_value?: string | null | undefined;
855
893
  ww_rtw_requiredincontractcountry?: boolean | null | undefined;
856
894
  ww_rtw_haveincontractcountry?: boolean | null | undefined;
857
895
  ww_rtw_whoisarrangingvisa?: number | null | undefined;
858
- ww_placeholderforsiflow?: string | null | undefined;
859
896
  _ww_cmpl_approvedby_value?: string | null | undefined;
860
897
  ww_cmpl_approvedon?: string | null | undefined;
861
898
  ww_rejectreason?: string | null | undefined;
862
899
  ww_cmpl_compliancestatementreq?: boolean | null | undefined;
863
900
  ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
864
- ww_placeholdergeneratecmplstatement?: string | null | undefined;
865
901
  ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
866
902
  ww_cmpl_solutionconfirmation?: string | null | undefined;
867
903
  ww_cmpl_salesemailreviewed?: boolean | null | undefined;
@@ -877,122 +913,634 @@ export declare const Referral: {
877
913
  ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
878
914
  ww_cmpl_intro_country_contact?: boolean | null | undefined;
879
915
  ww_cmpl_ensure_limosa_filed?: number | null | undefined;
916
+ ww_placeholdergeneratecmplstatement?: string | null | undefined;
880
917
  ww_placeholderforkbsearch?: string | null | undefined;
881
- ww_reportingstatus?: number | null | undefined;
918
+ _ww_originatingenquiry_value?: string | null | undefined;
919
+ _ww_originatingsimulation_value?: string | null | undefined;
920
+ ww_sendportalinvite?: number | null | undefined;
921
+ ww_placeholderforsiflow?: string | null | undefined;
882
922
  }>;
883
- SResponseAPI: import("zod").ZodObject<{
884
- readonly organizationIdValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
885
- readonly etag: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
886
- readonly versionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
887
- readonly createdByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
888
- readonly createdOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
889
- readonly createdOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
890
- readonly modifiedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
891
- readonly modifiedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
892
- readonly modifiedOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
893
- readonly stateCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
894
- readonly statusCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
895
- readonly importSequenceNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
896
- readonly overriddenCreatedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
897
- readonly timezoneRuleVersionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
898
- readonly utcConversionTimezoneCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
899
- readonly referralId: import("zod").ZodString;
900
- readonly stage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
901
- readonly stageUpdated: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
902
- readonly stageReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
903
- readonly contractorValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
904
- readonly region: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
905
- readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
906
- readonly solutionValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
907
- readonly solutionTypeValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
908
- readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
909
- readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
910
- readonly salesCodeValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
911
- readonly wwgManagementFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
912
- readonly wwgManagementFeeBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
913
- readonly wwgManagementFeePeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
914
- readonly wwgManagementFeeFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
915
- readonly wwgManagementFeePercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
916
- readonly wwgManagementFeeMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
917
- readonly wwgManagementFeePaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
918
- readonly wwgManagementFeeContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
919
- readonly clientRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
920
- readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
921
- readonly marginRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
922
- readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
923
- readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
924
- readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
925
- readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
926
- readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
927
- readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
928
- readonly totalRevenueGbp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
929
- readonly originatingEnquiryValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
930
- readonly originatingSimulationValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
931
- readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
932
- readonly happyToProceed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
933
- readonly jobDescription: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
934
- readonly sendPortalInvite: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
935
- readonly notGoingAheadReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
936
- readonly campaignValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
937
- readonly notGoingAheadReasonDetail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
938
- readonly frameworkAgreementRecD: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
939
- readonly assignmentScheduleRecD: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
940
- readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
941
- readonly fullTimePartTime: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
942
- readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
943
- readonly localAccountantReferralRequired: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
944
- readonly name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
945
- readonly agencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
946
- readonly accountManagerValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
947
- readonly agencyBranchValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
948
- readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
949
- readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
950
- readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
951
- readonly jobType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
952
- readonly startDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
953
- readonly endDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
954
- readonly jobRole: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
955
- readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
956
- readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
957
- readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
958
- readonly contractPayFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
959
- readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
960
- readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
961
- readonly countryOfTaxResidenceValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
962
- readonly cityOfWork: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
963
- readonly onshoreOffshore: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
964
- readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
965
- readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
966
- readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
967
- readonly doesContractorRequireRtwInContractCountry: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
968
- readonly doesContractorHaveRtwInTheContractCountry: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
969
- readonly ifNoWhoIsArrangingVisa: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
970
- readonly placeholderForSiFlow: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
971
- readonly approvedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
972
- readonly approvedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
973
- readonly rejectReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
974
- readonly complianceStatementRequired: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
975
- readonly complianceStatementGenerated: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
976
- readonly placeholderForGeneratingComplianceStatement: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
977
- readonly doNotChaseForTheFollowingDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
978
- readonly solutionConfirmation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
979
- readonly salesEmailReviewed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
980
- readonly taxSimulationReviewed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
981
- readonly feeConfirmedInWriting: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
982
- readonly passportCopyReviewedForRightToWork: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
983
- readonly agencyContractIssuedToTheCorrectEntity: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
984
- readonly contractFeeRatesCurrencyMatchRegForm: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
985
- readonly contractTemplateToBeUsedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
986
- readonly specificDocumentsToBeRequested: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
987
- readonly specialConditions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
988
- readonly additionalInformation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
989
- readonly willTheContractorBePaidVatByWorkwellGlobal: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
990
- readonly introductionToInCountryContact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
991
- readonly ensureLimosaHasBeenFiled: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
992
- readonly placeholderForKbSearch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
993
- readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
994
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
923
+ SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
924
+ readonly _organizationid_value: {
925
+ readonly pretty: "organizationIdValue";
926
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
927
+ };
928
+ readonly '@odata.etag': {
929
+ readonly pretty: "etag";
930
+ readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
931
+ };
932
+ readonly versionnumber: {
933
+ readonly pretty: "versionNumber";
934
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
935
+ };
936
+ readonly _createdby_value: {
937
+ readonly pretty: "createdByValue";
938
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
939
+ };
940
+ readonly createdon: {
941
+ readonly pretty: "createdOn";
942
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
943
+ };
944
+ readonly _createdonbehalfby_value: {
945
+ readonly pretty: "createdOnBehalfByValue";
946
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
947
+ };
948
+ readonly _modifiedby_value: {
949
+ readonly pretty: "modifiedByValue";
950
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
951
+ };
952
+ readonly modifiedon: {
953
+ readonly pretty: "modifiedOn";
954
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
955
+ };
956
+ readonly _modifiedonbehalfby_value: {
957
+ readonly pretty: "modifiedOnBehalfByValue";
958
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
959
+ };
960
+ readonly statecode: {
961
+ readonly pretty: "stateCode";
962
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
963
+ };
964
+ readonly statuscode: {
965
+ readonly pretty: "statusCode";
966
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
967
+ };
968
+ readonly importsequencenumber: {
969
+ readonly pretty: "importSequenceNumber";
970
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
971
+ };
972
+ readonly overriddencreatedon: {
973
+ readonly pretty: "overriddenCreatedOn";
974
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
975
+ };
976
+ readonly timezoneruleversionnumber: {
977
+ readonly pretty: "timezoneRuleVersionNumber";
978
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
979
+ };
980
+ readonly utcconversiontimezonecode: {
981
+ readonly pretty: "utcConversionTimezoneCode";
982
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
983
+ };
984
+ } & {
985
+ readonly ww_saleschecklistid: {
986
+ readonly pretty: "referralId";
987
+ readonly type: import("zod").ZodString;
988
+ };
989
+ readonly ww_referralid: {
990
+ readonly pretty: "referralFriendlyId";
991
+ readonly type: import("zod").ZodString;
992
+ };
993
+ readonly ww_name: {
994
+ readonly pretty: "name";
995
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
996
+ };
997
+ readonly _ww_salescode_value: {
998
+ readonly pretty: "salesCodeValue";
999
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1000
+ };
1001
+ readonly ww_ca_stage: {
1002
+ readonly pretty: "progress/stage";
1003
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1004
+ };
1005
+ readonly ww_stageupdated: {
1006
+ readonly pretty: "progress/stageUpdated";
1007
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1008
+ };
1009
+ readonly ww_ca_stagereason: {
1010
+ readonly pretty: "progress/stageReason";
1011
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1012
+ };
1013
+ readonly ww_ca_happytoproceed: {
1014
+ readonly pretty: "progress/happyToProceed";
1015
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1016
+ };
1017
+ readonly _ww_campaign_value: {
1018
+ readonly pretty: "progress/campaignValue";
1019
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1020
+ };
1021
+ readonly ww_ngareason: {
1022
+ readonly pretty: "progress/notGoingAheadReason";
1023
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1024
+ };
1025
+ readonly ww_ngareasondetail: {
1026
+ readonly pretty: "progress/notGoingAheadReasonDetail";
1027
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1028
+ };
1029
+ readonly ww_reportingstatus: {
1030
+ readonly pretty: "progress/reportingStatus";
1031
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1032
+ };
1033
+ readonly _ww_ca_contractor_value: {
1034
+ readonly relationshipName: "ww_ca_Contractor";
1035
+ readonly entity: "contacts";
1036
+ readonly pretty: "contractor/contractorValue";
1037
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1038
+ };
1039
+ readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": {
1040
+ readonly pretty: "contractor/contractorFormattedValue";
1041
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1042
+ };
1043
+ readonly ww_region: {
1044
+ readonly pretty: "assignment/region";
1045
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1046
+ };
1047
+ readonly _ww_workwellglobalinternalcompany_value: {
1048
+ readonly relationshipName: "ww_WorkwellGlobalInternalCompany";
1049
+ readonly entity: "accounts";
1050
+ readonly pretty: "assignment/workwellGlobalInternalCompanyValue";
1051
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1052
+ };
1053
+ readonly ww_othercontractualagreements: {
1054
+ readonly pretty: "assignment/otherContractualAgreements";
1055
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1056
+ };
1057
+ readonly ww_ca_totalrevenue: {
1058
+ readonly pretty: "assignment/totalRevenue";
1059
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1060
+ };
1061
+ readonly ww_ca_totalrevenue_base: {
1062
+ readonly pretty: "assignment/totalRevenueGbp";
1063
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1064
+ };
1065
+ readonly ww_totalrevenue: {
1066
+ readonly pretty: "assignment/totalRevenue";
1067
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1068
+ };
1069
+ readonly ww_totalrevenuegbpc: {
1070
+ readonly pretty: "assignment/totalRevenueGbp";
1071
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1072
+ };
1073
+ readonly _transactioncurrencyid_value: {
1074
+ readonly relationshipName: "transactioncurrencyid";
1075
+ readonly entity: "transactioncurrencies";
1076
+ readonly pretty: "assignment/contractorPayRateCurrencyValue";
1077
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1078
+ };
1079
+ readonly ww_ca_contractrate: {
1080
+ readonly pretty: "assignment/contractPayRate";
1081
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1082
+ };
1083
+ readonly ww_ca_contractratefrequency: {
1084
+ readonly pretty: "assignment/contractRateFrequency";
1085
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1086
+ };
1087
+ readonly ww_ca_contractpayfrequency: {
1088
+ readonly pretty: "assignment/contractPaymentFrequency";
1089
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1090
+ };
1091
+ readonly ww_ca_hoursworked: {
1092
+ readonly pretty: "assignment/hoursWorked";
1093
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1094
+ };
1095
+ readonly ww_hoursworkedunit: {
1096
+ readonly pretty: "assignment/hoursWorkedUnit";
1097
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1098
+ };
1099
+ readonly _ww_ca_countryoftaxresidence_value: {
1100
+ readonly relationshipName: "ww_ca_CountryofTaxResidence";
1101
+ readonly entity: "ww_countries";
1102
+ readonly pretty: "assignment/countryOfTaxResidenceValue";
1103
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1104
+ };
1105
+ readonly ww_ca_cityofwork: {
1106
+ readonly pretty: "assignment/cityOfWork";
1107
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1108
+ };
1109
+ readonly ww_ca_isoffshore: {
1110
+ readonly pretty: "assignment/onshoreOffshore";
1111
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1112
+ };
1113
+ readonly _ww_preferredinvoicecurrency_value: {
1114
+ readonly relationshipName: "ww_PreferredInvoiceCurrency";
1115
+ readonly entity: "transactioncurrencies";
1116
+ readonly pretty: "assignment/preferredInvoiceCurrencyValue";
1117
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1118
+ };
1119
+ readonly ww_ca_isrollingcontract: {
1120
+ readonly pretty: "assignment/isRollingContract";
1121
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1122
+ };
1123
+ readonly ww_ca_isparttime: {
1124
+ readonly pretty: "assignment/fullTimePartTime";
1125
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1126
+ };
1127
+ readonly ww_ca_possibilityofext: {
1128
+ readonly pretty: "assignment/possibilityOfExtension";
1129
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1130
+ };
1131
+ readonly ww_ca_localaccountantreferralreq: {
1132
+ readonly pretty: "assignment/localAccountantReferralRequired";
1133
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1134
+ };
1135
+ readonly ww_ww_ca_frmwrk_agrmnt_rcvd: {
1136
+ readonly pretty: "assignment/frameworkAgreementRecD";
1137
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1138
+ };
1139
+ readonly ww_ca_asgn_schd_rcvd: {
1140
+ readonly pretty: "assignment/assignmentScheduleRecD";
1141
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1142
+ };
1143
+ readonly ww_ca_endclient: {
1144
+ readonly pretty: "assignment/endClient";
1145
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1146
+ };
1147
+ readonly ww_jobtype: {
1148
+ readonly pretty: "assignment/jobType";
1149
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1150
+ };
1151
+ readonly ww_ca_startdate: {
1152
+ readonly pretty: "assignment/startDate";
1153
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1154
+ };
1155
+ readonly ww_ca_enddate: {
1156
+ readonly pretty: "assignment/endDate";
1157
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1158
+ };
1159
+ readonly ww_ca_contractrole: {
1160
+ readonly pretty: "assignment/jobRole";
1161
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1162
+ };
1163
+ readonly ww_jobdescription: {
1164
+ readonly pretty: "assignment/jobDescription";
1165
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1166
+ };
1167
+ readonly _ww_margincurrency_value: {
1168
+ readonly relationshipName: "ww_MarginCurrency";
1169
+ readonly entity: "transactioncurrencies";
1170
+ readonly pretty: "fees/wwgManagementFeeCurrencyValue";
1171
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1172
+ };
1173
+ readonly ww_marginbasis: {
1174
+ readonly pretty: "fees/wwgManagementFeeBasis";
1175
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1176
+ };
1177
+ readonly ww_marginperiod: {
1178
+ readonly pretty: "fees/wwgManagementFeePeriod";
1179
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1180
+ };
1181
+ readonly ww_marginpercentage: {
1182
+ readonly pretty: "fees/wwgManagementFeePercentage";
1183
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1184
+ };
1185
+ readonly ww_marginfixedvaluemaxvalue: {
1186
+ readonly pretty: "fees/wwgManagementFeeFixedValueMaxValue";
1187
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1188
+ };
1189
+ readonly ww_revenuefixedvaluemaxvalue: {
1190
+ readonly pretty: "fees/wwgManagementFeeFixedValueMaxValue";
1191
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1192
+ };
1193
+ readonly ww_marginminvalue: {
1194
+ readonly pretty: "fees/wwgManagementFeeMinValue";
1195
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1196
+ };
1197
+ readonly ww_revenueminvalue: {
1198
+ readonly pretty: "fees/wwgManagementFeeMinValue";
1199
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1200
+ };
1201
+ readonly ww_marginpaidby: {
1202
+ readonly pretty: "fees/wwgManagementFeePaidBy";
1203
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1204
+ };
1205
+ readonly ww_margincontractorpercentage: {
1206
+ readonly pretty: "fees/wwgManagementFeeContractorPercentage";
1207
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1208
+ };
1209
+ readonly ww_startupmarginfixedvaluemaxvalue: {
1210
+ readonly pretty: "fees/startUpMarginFixedValueMaxValue";
1211
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1212
+ };
1213
+ readonly ww_startupmarginpaidby: {
1214
+ readonly pretty: "fees/startUpMarginPaidBy";
1215
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1216
+ };
1217
+ readonly _ww_startupmargincurrency_value: {
1218
+ readonly relationshipName: "ww_StartUpMarginCurrency";
1219
+ readonly entity: "transactioncurrencies";
1220
+ readonly pretty: "fees/startUpMarginCurrencyValue";
1221
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1222
+ };
1223
+ readonly ww_startupmargincontractorpercentage: {
1224
+ readonly pretty: "fees/startUpMarginContractorPercentage";
1225
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1226
+ };
1227
+ readonly _ww_marginonlycompany_value: {
1228
+ readonly relationshipName: "ww_MarginOnlyCompany";
1229
+ readonly entity: "accounts";
1230
+ readonly pretty: "fees/marginOnlyCompanyValue";
1231
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1232
+ };
1233
+ readonly ww_clientrate: {
1234
+ readonly pretty: "rates/clientRate";
1235
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1236
+ };
1237
+ readonly ww_grossratesimulation: {
1238
+ readonly pretty: "rates/grossRateSimulation";
1239
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1240
+ };
1241
+ readonly ww_marginrate: {
1242
+ readonly pretty: "rates/marginRate";
1243
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1244
+ };
1245
+ readonly ww_employeegrosssalary: {
1246
+ readonly pretty: "rates/employeeGrossSalary";
1247
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1248
+ };
1249
+ readonly _ww_ca_agency_value: {
1250
+ readonly relationshipName: "ww_ca_Agency";
1251
+ readonly entity: "accounts";
1252
+ readonly pretty: "agency/agencyValue";
1253
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1254
+ };
1255
+ readonly _ww_accountmanager_value: {
1256
+ readonly pretty: "agency/accountManagerValue";
1257
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1258
+ };
1259
+ readonly _ww_ca_agencybranch_value: {
1260
+ readonly relationshipName: "ww_ca_AgencyBranch";
1261
+ readonly entity: "accounts";
1262
+ readonly pretty: "agency/agencyBranchValue";
1263
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1264
+ };
1265
+ readonly _ww_ca_agencyconsultant_value: {
1266
+ readonly relationshipName: "ww_ca_AgencyConsultant";
1267
+ readonly entity: "contacts";
1268
+ readonly pretty: "agency/agencyContactValue";
1269
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1270
+ };
1271
+ readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": {
1272
+ readonly pretty: "agency/agencyFormattedValue";
1273
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1274
+ };
1275
+ readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
1276
+ readonly pretty: "agency/agencyContactFormattedValue";
1277
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1278
+ };
1279
+ readonly ww_rtw_requiredincontractcountry: {
1280
+ readonly pretty: "compliance/doesContractorRequireRtwInContractCountry";
1281
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1282
+ };
1283
+ readonly ww_rtw_haveincontractcountry: {
1284
+ readonly pretty: "compliance/doesContractorHaveRtwInTheContractCountry";
1285
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1286
+ };
1287
+ readonly ww_rtw_whoisarrangingvisa: {
1288
+ readonly pretty: "compliance/ifNoWhoIsArrangingVisa";
1289
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1290
+ };
1291
+ readonly _ww_cmpl_approvedby_value: {
1292
+ readonly pretty: "compliance/approvedByValue";
1293
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1294
+ };
1295
+ readonly ww_cmpl_approvedon: {
1296
+ readonly pretty: "compliance/approvedOn";
1297
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1298
+ };
1299
+ readonly ww_rejectreason: {
1300
+ readonly pretty: "compliance/rejectReason";
1301
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1302
+ };
1303
+ readonly ww_cmpl_compliancestatementreq: {
1304
+ readonly pretty: "compliance/complianceStatementRequired";
1305
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1306
+ };
1307
+ readonly ww_cmpl_compliancestatementgenerated: {
1308
+ readonly pretty: "compliance/complianceStatementGenerated";
1309
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1310
+ };
1311
+ readonly ww_ww_cmpl_donotchasefordocs: {
1312
+ readonly pretty: "compliance/doNotChaseForTheFollowingDocuments";
1313
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1314
+ };
1315
+ readonly ww_cmpl_solutionconfirmation: {
1316
+ readonly pretty: "compliance/solutionConfirmation";
1317
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1318
+ };
1319
+ readonly ww_cmpl_salesemailreviewed: {
1320
+ readonly pretty: "compliance/salesEmailReviewed";
1321
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1322
+ };
1323
+ readonly ww_cmpl_taxsimulationreviewed: {
1324
+ readonly pretty: "compliance/taxSimulationReviewed";
1325
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1326
+ };
1327
+ readonly ww_cmpl_feeconfirmedinwriting: {
1328
+ readonly pretty: "compliance/feeConfirmedInWriting";
1329
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1330
+ };
1331
+ readonly ww_cmpl_passportcopyreviewedrtw: {
1332
+ readonly pretty: "compliance/passportCopyReviewedForRightToWork";
1333
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1334
+ };
1335
+ readonly ww_cmpl_agencycontractissuedcorrectentity: {
1336
+ readonly pretty: "compliance/agencyContractIssuedToTheCorrectEntity";
1337
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1338
+ };
1339
+ readonly ww_cmpl_contractfeeratescurrencymatchregform: {
1340
+ readonly pretty: "compliance/contractFeeRatesCurrencyMatchRegForm";
1341
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1342
+ };
1343
+ readonly _ww_cmpl_contracttemplate_value: {
1344
+ readonly pretty: "compliance/contractTemplateToBeUsedValue";
1345
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1346
+ };
1347
+ readonly ww_cmpl_specificdocumentsrequested: {
1348
+ readonly pretty: "compliance/specificDocumentsToBeRequested";
1349
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1350
+ };
1351
+ readonly ww_cmpl_specialconditions: {
1352
+ readonly pretty: "compliance/specialConditions";
1353
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1354
+ };
1355
+ readonly ww_cmpl_additionalinfo: {
1356
+ readonly pretty: "compliance/additionalInformation";
1357
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1358
+ };
1359
+ readonly ww_cmpl_willcontractorpaid_vat6cats: {
1360
+ readonly pretty: "compliance/willTheContractorBePaidVatByWorkwellGlobal";
1361
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1362
+ };
1363
+ readonly ww_cmpl_intro_country_contact: {
1364
+ readonly pretty: "compliance/introductionToInCountryContact";
1365
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1366
+ };
1367
+ readonly ww_cmpl_ensure_limosa_filed: {
1368
+ readonly pretty: "compliance/ensureLimosaHasBeenFiled";
1369
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1370
+ };
1371
+ readonly ww_workpermitsponsorship: {
1372
+ readonly pretty: "compliance/workPermitSponsorship";
1373
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1374
+ };
1375
+ readonly ww_workpermitcost: {
1376
+ readonly pretty: "compliance/workPermitCost";
1377
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1378
+ };
1379
+ readonly ww_workpermitpaidby: {
1380
+ readonly pretty: "compliance/workPermitPaidBy";
1381
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1382
+ };
1383
+ readonly ww_placeholdergeneratecmplstatement: {
1384
+ readonly pretty: "compliance/placeholderForGeneratingComplianceStatement";
1385
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1386
+ };
1387
+ readonly ww_placeholderforkbsearch: {
1388
+ readonly pretty: "compliance/placeholderForKbSearch";
1389
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1390
+ };
1391
+ readonly _ww_originatingenquiry_value: {
1392
+ readonly relationshipName: "ww_OriginatingEnquiry";
1393
+ readonly entity: "ww_enquiries";
1394
+ readonly pretty: "origin/originatingEnquiryValue";
1395
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1396
+ };
1397
+ readonly _ww_originatingsimulation_value: {
1398
+ readonly relationshipName: "ww_OriginatingSimulation";
1399
+ readonly entity: "ww_salaryillustrations";
1400
+ readonly pretty: "origin/originatingSimulationValue";
1401
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1402
+ };
1403
+ readonly ww_sendportalinvite: {
1404
+ readonly pretty: "onboarding/sendPortalInvite";
1405
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1406
+ };
1407
+ readonly ww_placeholderforsiflow: {
1408
+ readonly pretty: "onboarding/placeholderForSiFlow";
1409
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1410
+ };
1411
+ readonly ww_referrallog_Referral_ww_saleschecklist: {
1412
+ readonly pretty: "referralLogs";
1413
+ readonly entityKey: "referralLog";
1414
+ readonly isArray: true;
1415
+ };
1416
+ readonly ww_ca_Country: {
1417
+ readonly pretty: "assignment/workCountry";
1418
+ readonly entityKey: "country";
1419
+ };
1420
+ readonly ww_Parent_Solution: {
1421
+ readonly pretty: "assignment/parentSolution";
1422
+ readonly entityKey: "solution";
1423
+ };
1424
+ readonly ww_ca_SolutionPackage: {
1425
+ readonly pretty: "assignment/solution";
1426
+ readonly entityKey: "solution";
1427
+ };
1428
+ }>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1429
+ agency: {
1430
+ agencyValue?: string | null | undefined;
1431
+ agencyContactValue?: string | null | undefined;
1432
+ agencyFormattedValue?: string | null | undefined;
1433
+ agencyContactFormattedValue?: string | null | undefined;
1434
+ accountManagerValue?: string | null | undefined;
1435
+ agencyBranchValue?: string | null | undefined;
1436
+ };
1437
+ assignment: {
1438
+ solution?: any;
1439
+ countryOfTaxResidenceValue?: string | null | undefined;
1440
+ totalRevenue?: number | null | undefined;
1441
+ totalRevenueGbp?: number | null | undefined;
1442
+ endClient?: string | null | undefined;
1443
+ region?: number | null | undefined;
1444
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
1445
+ otherContractualAgreements?: string | null | undefined;
1446
+ contractorPayRateCurrencyValue?: string | null | undefined;
1447
+ contractPayRate?: number | null | undefined;
1448
+ contractRateFrequency?: number | null | undefined;
1449
+ contractPaymentFrequency?: number | null | undefined;
1450
+ hoursWorked?: number | null | undefined;
1451
+ hoursWorkedUnit?: number | null | undefined;
1452
+ jobType?: number | null | undefined;
1453
+ startDate?: string | null | undefined;
1454
+ endDate?: string | null | undefined;
1455
+ jobRole?: string | null | undefined;
1456
+ isRollingContract?: boolean | null | undefined;
1457
+ jobDescription?: string | null | undefined;
1458
+ preferredInvoiceCurrencyValue?: string | null | undefined;
1459
+ possibilityOfExtension?: number | null | undefined;
1460
+ workCountry?: any;
1461
+ parentSolution?: any;
1462
+ cityOfWork?: string | null | undefined;
1463
+ onshoreOffshore?: boolean | null | undefined;
1464
+ fullTimePartTime?: boolean | null | undefined;
1465
+ localAccountantReferralRequired?: boolean | null | undefined;
1466
+ frameworkAgreementRecD?: string | null | undefined;
1467
+ assignmentScheduleRecD?: string | null | undefined;
1468
+ };
995
1469
  referralId: string;
1470
+ progress: {
1471
+ stage?: number | null | undefined;
1472
+ stageReason?: number | null | undefined;
1473
+ reportingStatus?: number | null | undefined;
1474
+ stageUpdated?: string | null | undefined;
1475
+ happyToProceed?: string | null | undefined;
1476
+ campaignValue?: string | null | undefined;
1477
+ notGoingAheadReason?: number | null | undefined;
1478
+ notGoingAheadReasonDetail?: number | null | undefined;
1479
+ };
1480
+ contractor: {
1481
+ contractorValue?: string | null | undefined;
1482
+ contractorFormattedValue?: string | null | undefined;
1483
+ };
1484
+ fees: {
1485
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1486
+ startUpMarginPaidBy?: number | null | undefined;
1487
+ startUpMarginCurrencyValue?: string | null | undefined;
1488
+ startUpMarginContractorPercentage?: number | null | undefined;
1489
+ marginOnlyCompanyValue?: string | null | undefined;
1490
+ wwgManagementFeeCurrencyValue?: string | null | undefined;
1491
+ wwgManagementFeeBasis?: number | null | undefined;
1492
+ wwgManagementFeePeriod?: number | null | undefined;
1493
+ wwgManagementFeePercentage?: number | null | undefined;
1494
+ wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1495
+ wwgManagementFeeMinValue?: number | null | undefined;
1496
+ wwgManagementFeePaidBy?: number | null | undefined;
1497
+ wwgManagementFeeContractorPercentage?: number | null | undefined;
1498
+ };
1499
+ rates: {
1500
+ clientRate?: number | null | undefined;
1501
+ grossRateSimulation?: number | null | undefined;
1502
+ marginRate?: number | null | undefined;
1503
+ employeeGrossSalary?: number | null | undefined;
1504
+ };
1505
+ compliance: {
1506
+ workPermitSponsorship?: boolean | null | undefined;
1507
+ workPermitCost?: string | null | undefined;
1508
+ workPermitPaidBy?: string | null | undefined;
1509
+ specialConditions?: string | null | undefined;
1510
+ doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1511
+ doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1512
+ ifNoWhoIsArrangingVisa?: number | null | undefined;
1513
+ approvedByValue?: string | null | undefined;
1514
+ approvedOn?: string | null | undefined;
1515
+ rejectReason?: string | null | undefined;
1516
+ complianceStatementRequired?: boolean | null | undefined;
1517
+ complianceStatementGenerated?: boolean | null | undefined;
1518
+ doNotChaseForTheFollowingDocuments?: string | null | undefined;
1519
+ solutionConfirmation?: string | null | undefined;
1520
+ salesEmailReviewed?: boolean | null | undefined;
1521
+ taxSimulationReviewed?: boolean | null | undefined;
1522
+ feeConfirmedInWriting?: boolean | null | undefined;
1523
+ passportCopyReviewedForRightToWork?: boolean | null | undefined;
1524
+ agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1525
+ contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1526
+ contractTemplateToBeUsedValue?: string | null | undefined;
1527
+ specificDocumentsToBeRequested?: string | null | undefined;
1528
+ additionalInformation?: string | null | undefined;
1529
+ willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1530
+ introductionToInCountryContact?: boolean | null | undefined;
1531
+ ensureLimosaHasBeenFiled?: number | null | undefined;
1532
+ placeholderForGeneratingComplianceStatement?: string | null | undefined;
1533
+ placeholderForKbSearch?: string | null | undefined;
1534
+ };
1535
+ onboarding: {
1536
+ sendPortalInvite?: number | null | undefined;
1537
+ placeholderForSiFlow?: string | null | undefined;
1538
+ };
1539
+ origin: {
1540
+ originatingEnquiryValue?: string | null | undefined;
1541
+ originatingSimulationValue?: string | null | undefined;
1542
+ };
1543
+ referralFriendlyId: string;
996
1544
  etag?: string | null | undefined;
997
1545
  versionNumber?: number | null | undefined;
998
1546
  createdByValue?: string | null | undefined;
@@ -1009,101 +1557,124 @@ export declare const Referral: {
1009
1557
  utcConversionTimezoneCode?: string | number | null | undefined;
1010
1558
  organizationIdValue?: string | null | undefined;
1011
1559
  name?: string | null | undefined;
1012
- stageReason?: number | null | undefined;
1013
- contractorValue?: string | null | undefined;
1014
- region?: number | null | undefined;
1015
- workCountryValue?: string | null | undefined;
1016
- solutionValue?: string | null | undefined;
1017
- solutionTypeValue?: string | null | undefined;
1018
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1019
- otherContractualAgreements?: string | null | undefined;
1020
- workPermitSponsorship?: boolean | null | undefined;
1021
- workPermitCost?: string | null | undefined;
1022
- workPermitPaidBy?: string | null | undefined;
1023
1560
  salesCodeValue?: string | null | undefined;
1024
- clientRate?: number | null | undefined;
1025
- grossRateSimulation?: number | null | undefined;
1026
- marginRate?: number | null | undefined;
1027
- employeeGrossSalary?: number | null | undefined;
1028
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1029
- startUpMarginPaidBy?: number | null | undefined;
1030
- preferredInvoiceCurrencyValue?: string | null | undefined;
1031
- startUpMarginCurrencyValue?: string | null | undefined;
1032
- startUpMarginContractorPercentage?: number | null | undefined;
1033
- agencyValue?: string | null | undefined;
1034
- agencyContactValue?: string | null | undefined;
1035
- endClient?: string | null | undefined;
1036
- marginOnlyCompanyValue?: string | null | undefined;
1037
- jobType?: number | null | undefined;
1038
- startDate?: string | null | undefined;
1039
- endDate?: string | null | undefined;
1040
- jobRole?: string | null | undefined;
1041
- contractorPayRateCurrencyValue?: string | null | undefined;
1042
- contractPayRate?: number | null | undefined;
1043
- contractRateFrequency?: number | null | undefined;
1044
- hoursWorked?: number | null | undefined;
1045
- hoursWorkedUnit?: number | null | undefined;
1046
- specialConditions?: string | null | undefined;
1047
- possibilityOfExtension?: number | null | undefined;
1048
- isRollingContract?: boolean | null | undefined;
1049
- totalRevenue?: number | null | undefined;
1050
- reportingStatus?: number | null | undefined;
1051
- countryOfTaxResidenceValue?: string | null | undefined;
1052
- totalRevenueGbp?: number | null | undefined;
1053
- stage?: number | null | undefined;
1054
- stageUpdated?: string | null | undefined;
1055
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1056
- wwgManagementFeeBasis?: number | null | undefined;
1057
- wwgManagementFeePeriod?: number | null | undefined;
1058
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1059
- wwgManagementFeePercentage?: number | null | undefined;
1060
- wwgManagementFeeMinValue?: number | null | undefined;
1061
- wwgManagementFeePaidBy?: number | null | undefined;
1062
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1063
- originatingEnquiryValue?: string | null | undefined;
1064
- originatingSimulationValue?: string | null | undefined;
1065
- happyToProceed?: string | null | undefined;
1066
- jobDescription?: string | null | undefined;
1067
- sendPortalInvite?: number | null | undefined;
1068
- notGoingAheadReason?: number | null | undefined;
1069
- campaignValue?: string | null | undefined;
1070
- notGoingAheadReasonDetail?: number | null | undefined;
1071
- frameworkAgreementRecD?: string | null | undefined;
1072
- assignmentScheduleRecD?: string | null | undefined;
1073
- fullTimePartTime?: boolean | null | undefined;
1074
- localAccountantReferralRequired?: boolean | null | undefined;
1075
- accountManagerValue?: string | null | undefined;
1076
- agencyBranchValue?: string | null | undefined;
1077
- contractPayFrequency?: number | null | undefined;
1078
- cityOfWork?: string | null | undefined;
1079
- onshoreOffshore?: boolean | null | undefined;
1080
- doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1081
- doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1082
- ifNoWhoIsArrangingVisa?: number | null | undefined;
1083
- placeholderForSiFlow?: string | null | undefined;
1084
- approvedByValue?: string | null | undefined;
1085
- approvedOn?: string | null | undefined;
1086
- rejectReason?: string | null | undefined;
1087
- complianceStatementRequired?: boolean | null | undefined;
1088
- complianceStatementGenerated?: boolean | null | undefined;
1089
- placeholderForGeneratingComplianceStatement?: string | null | undefined;
1090
- doNotChaseForTheFollowingDocuments?: string | null | undefined;
1091
- solutionConfirmation?: string | null | undefined;
1092
- salesEmailReviewed?: boolean | null | undefined;
1093
- taxSimulationReviewed?: boolean | null | undefined;
1094
- feeConfirmedInWriting?: boolean | null | undefined;
1095
- passportCopyReviewedForRightToWork?: boolean | null | undefined;
1096
- agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1097
- contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1098
- contractTemplateToBeUsedValue?: string | null | undefined;
1099
- specificDocumentsToBeRequested?: string | null | undefined;
1100
- additionalInformation?: string | null | undefined;
1101
- willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1102
- introductionToInCountryContact?: boolean | null | undefined;
1103
- ensureLimosaHasBeenFiled?: number | null | undefined;
1104
- placeholderForKbSearch?: string | null | undefined;
1561
+ referralLogs?: any;
1105
1562
  }, {
1563
+ agency: {
1564
+ agencyValue?: string | null | undefined;
1565
+ agencyContactValue?: string | null | undefined;
1566
+ agencyFormattedValue?: string | null | undefined;
1567
+ agencyContactFormattedValue?: string | null | undefined;
1568
+ accountManagerValue?: string | null | undefined;
1569
+ agencyBranchValue?: string | null | undefined;
1570
+ };
1571
+ assignment: {
1572
+ solution?: any;
1573
+ countryOfTaxResidenceValue?: string | null | undefined;
1574
+ totalRevenue?: number | null | undefined;
1575
+ totalRevenueGbp?: number | null | undefined;
1576
+ endClient?: string | null | undefined;
1577
+ region?: number | null | undefined;
1578
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
1579
+ otherContractualAgreements?: string | null | undefined;
1580
+ contractorPayRateCurrencyValue?: string | null | undefined;
1581
+ contractPayRate?: number | null | undefined;
1582
+ contractRateFrequency?: number | null | undefined;
1583
+ contractPaymentFrequency?: number | null | undefined;
1584
+ hoursWorked?: number | null | undefined;
1585
+ hoursWorkedUnit?: number | null | undefined;
1586
+ jobType?: number | null | undefined;
1587
+ startDate?: string | null | undefined;
1588
+ endDate?: string | null | undefined;
1589
+ jobRole?: string | null | undefined;
1590
+ isRollingContract?: boolean | null | undefined;
1591
+ jobDescription?: string | null | undefined;
1592
+ preferredInvoiceCurrencyValue?: string | null | undefined;
1593
+ possibilityOfExtension?: number | null | undefined;
1594
+ workCountry?: any;
1595
+ parentSolution?: any;
1596
+ cityOfWork?: string | null | undefined;
1597
+ onshoreOffshore?: boolean | null | undefined;
1598
+ fullTimePartTime?: boolean | null | undefined;
1599
+ localAccountantReferralRequired?: boolean | null | undefined;
1600
+ frameworkAgreementRecD?: string | null | undefined;
1601
+ assignmentScheduleRecD?: string | null | undefined;
1602
+ };
1106
1603
  referralId: string;
1604
+ progress: {
1605
+ stage?: number | null | undefined;
1606
+ stageReason?: number | null | undefined;
1607
+ reportingStatus?: number | null | undefined;
1608
+ stageUpdated?: string | null | undefined;
1609
+ happyToProceed?: string | null | undefined;
1610
+ campaignValue?: string | null | undefined;
1611
+ notGoingAheadReason?: number | null | undefined;
1612
+ notGoingAheadReasonDetail?: number | null | undefined;
1613
+ };
1614
+ contractor: {
1615
+ contractorValue?: string | null | undefined;
1616
+ contractorFormattedValue?: string | null | undefined;
1617
+ };
1618
+ fees: {
1619
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1620
+ startUpMarginPaidBy?: number | null | undefined;
1621
+ startUpMarginCurrencyValue?: string | null | undefined;
1622
+ startUpMarginContractorPercentage?: number | null | undefined;
1623
+ marginOnlyCompanyValue?: string | null | undefined;
1624
+ wwgManagementFeeCurrencyValue?: string | null | undefined;
1625
+ wwgManagementFeeBasis?: number | null | undefined;
1626
+ wwgManagementFeePeriod?: number | null | undefined;
1627
+ wwgManagementFeePercentage?: number | null | undefined;
1628
+ wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1629
+ wwgManagementFeeMinValue?: number | null | undefined;
1630
+ wwgManagementFeePaidBy?: number | null | undefined;
1631
+ wwgManagementFeeContractorPercentage?: number | null | undefined;
1632
+ };
1633
+ rates: {
1634
+ clientRate?: number | null | undefined;
1635
+ grossRateSimulation?: number | null | undefined;
1636
+ marginRate?: number | null | undefined;
1637
+ employeeGrossSalary?: number | null | undefined;
1638
+ };
1639
+ compliance: {
1640
+ workPermitSponsorship?: boolean | null | undefined;
1641
+ workPermitCost?: string | null | undefined;
1642
+ workPermitPaidBy?: string | null | undefined;
1643
+ specialConditions?: string | null | undefined;
1644
+ doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1645
+ doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1646
+ ifNoWhoIsArrangingVisa?: number | null | undefined;
1647
+ approvedByValue?: string | null | undefined;
1648
+ approvedOn?: string | null | undefined;
1649
+ rejectReason?: string | null | undefined;
1650
+ complianceStatementRequired?: boolean | null | undefined;
1651
+ complianceStatementGenerated?: boolean | null | undefined;
1652
+ doNotChaseForTheFollowingDocuments?: string | null | undefined;
1653
+ solutionConfirmation?: string | null | undefined;
1654
+ salesEmailReviewed?: boolean | null | undefined;
1655
+ taxSimulationReviewed?: boolean | null | undefined;
1656
+ feeConfirmedInWriting?: boolean | null | undefined;
1657
+ passportCopyReviewedForRightToWork?: boolean | null | undefined;
1658
+ agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1659
+ contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1660
+ contractTemplateToBeUsedValue?: string | null | undefined;
1661
+ specificDocumentsToBeRequested?: string | null | undefined;
1662
+ additionalInformation?: string | null | undefined;
1663
+ willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1664
+ introductionToInCountryContact?: boolean | null | undefined;
1665
+ ensureLimosaHasBeenFiled?: number | null | undefined;
1666
+ placeholderForGeneratingComplianceStatement?: string | null | undefined;
1667
+ placeholderForKbSearch?: string | null | undefined;
1668
+ };
1669
+ onboarding: {
1670
+ sendPortalInvite?: number | null | undefined;
1671
+ placeholderForSiFlow?: string | null | undefined;
1672
+ };
1673
+ origin: {
1674
+ originatingEnquiryValue?: string | null | undefined;
1675
+ originatingSimulationValue?: string | null | undefined;
1676
+ };
1677
+ referralFriendlyId: string;
1107
1678
  etag?: string | null | undefined;
1108
1679
  versionNumber?: number | null | undefined;
1109
1680
  createdByValue?: string | null | undefined;
@@ -1120,388 +1691,574 @@ export declare const Referral: {
1120
1691
  utcConversionTimezoneCode?: string | number | null | undefined;
1121
1692
  organizationIdValue?: string | null | undefined;
1122
1693
  name?: string | null | undefined;
1123
- stageReason?: number | null | undefined;
1124
- contractorValue?: string | null | undefined;
1125
- region?: number | null | undefined;
1126
- workCountryValue?: string | null | undefined;
1127
- solutionValue?: string | null | undefined;
1128
- solutionTypeValue?: string | null | undefined;
1129
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1130
- otherContractualAgreements?: string | null | undefined;
1131
- workPermitSponsorship?: boolean | null | undefined;
1132
- workPermitCost?: string | null | undefined;
1133
- workPermitPaidBy?: string | null | undefined;
1134
1694
  salesCodeValue?: string | null | undefined;
1135
- clientRate?: number | null | undefined;
1136
- grossRateSimulation?: number | null | undefined;
1137
- marginRate?: number | null | undefined;
1138
- employeeGrossSalary?: number | null | undefined;
1139
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1140
- startUpMarginPaidBy?: number | null | undefined;
1141
- preferredInvoiceCurrencyValue?: string | null | undefined;
1142
- startUpMarginCurrencyValue?: string | null | undefined;
1143
- startUpMarginContractorPercentage?: number | null | undefined;
1144
- agencyValue?: string | null | undefined;
1145
- agencyContactValue?: string | null | undefined;
1146
- endClient?: string | null | undefined;
1147
- marginOnlyCompanyValue?: string | null | undefined;
1148
- jobType?: number | null | undefined;
1149
- startDate?: string | null | undefined;
1150
- endDate?: string | null | undefined;
1151
- jobRole?: string | null | undefined;
1152
- contractorPayRateCurrencyValue?: string | null | undefined;
1153
- contractPayRate?: number | null | undefined;
1154
- contractRateFrequency?: number | null | undefined;
1155
- hoursWorked?: number | null | undefined;
1156
- hoursWorkedUnit?: number | null | undefined;
1157
- specialConditions?: string | null | undefined;
1158
- possibilityOfExtension?: number | null | undefined;
1159
- isRollingContract?: boolean | null | undefined;
1160
- totalRevenue?: number | null | undefined;
1161
- reportingStatus?: number | null | undefined;
1162
- countryOfTaxResidenceValue?: string | null | undefined;
1163
- totalRevenueGbp?: number | null | undefined;
1164
- stage?: number | null | undefined;
1165
- stageUpdated?: string | null | undefined;
1166
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1167
- wwgManagementFeeBasis?: number | null | undefined;
1168
- wwgManagementFeePeriod?: number | null | undefined;
1169
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1170
- wwgManagementFeePercentage?: number | null | undefined;
1171
- wwgManagementFeeMinValue?: number | null | undefined;
1172
- wwgManagementFeePaidBy?: number | null | undefined;
1173
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1174
- originatingEnquiryValue?: string | null | undefined;
1175
- originatingSimulationValue?: string | null | undefined;
1176
- happyToProceed?: string | null | undefined;
1177
- jobDescription?: string | null | undefined;
1178
- sendPortalInvite?: number | null | undefined;
1179
- notGoingAheadReason?: number | null | undefined;
1180
- campaignValue?: string | null | undefined;
1181
- notGoingAheadReasonDetail?: number | null | undefined;
1182
- frameworkAgreementRecD?: string | null | undefined;
1183
- assignmentScheduleRecD?: string | null | undefined;
1184
- fullTimePartTime?: boolean | null | undefined;
1185
- localAccountantReferralRequired?: boolean | null | undefined;
1186
- accountManagerValue?: string | null | undefined;
1187
- agencyBranchValue?: string | null | undefined;
1188
- contractPayFrequency?: number | null | undefined;
1189
- cityOfWork?: string | null | undefined;
1190
- onshoreOffshore?: boolean | null | undefined;
1191
- doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1192
- doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1193
- ifNoWhoIsArrangingVisa?: number | null | undefined;
1194
- placeholderForSiFlow?: string | null | undefined;
1195
- approvedByValue?: string | null | undefined;
1196
- approvedOn?: string | null | undefined;
1197
- rejectReason?: string | null | undefined;
1198
- complianceStatementRequired?: boolean | null | undefined;
1199
- complianceStatementGenerated?: boolean | null | undefined;
1200
- placeholderForGeneratingComplianceStatement?: string | null | undefined;
1201
- doNotChaseForTheFollowingDocuments?: string | null | undefined;
1202
- solutionConfirmation?: string | null | undefined;
1203
- salesEmailReviewed?: boolean | null | undefined;
1204
- taxSimulationReviewed?: boolean | null | undefined;
1205
- feeConfirmedInWriting?: boolean | null | undefined;
1206
- passportCopyReviewedForRightToWork?: boolean | null | undefined;
1207
- agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1208
- contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1209
- contractTemplateToBeUsedValue?: string | null | undefined;
1210
- specificDocumentsToBeRequested?: string | null | undefined;
1211
- additionalInformation?: string | null | undefined;
1212
- willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1213
- introductionToInCountryContact?: boolean | null | undefined;
1214
- ensureLimosaHasBeenFiled?: number | null | undefined;
1215
- placeholderForKbSearch?: string | null | undefined;
1695
+ referralLogs?: any;
1216
1696
  }>;
1217
1697
  SPayloadAPI: import("zod").ZodObject<{
1218
1698
  readonly referralId: import("zod").ZodOptional<import("zod").ZodString>;
1219
- readonly stage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1220
- readonly stageUpdated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1221
- readonly stageReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1222
- readonly contractorValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1223
- readonly region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1224
- readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1225
- readonly solutionValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1226
- readonly solutionTypeValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1227
- readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1228
- readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1229
- readonly salesCodeValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1230
- readonly wwgManagementFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1231
- readonly wwgManagementFeeBasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1232
- readonly wwgManagementFeePeriod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1233
- readonly wwgManagementFeeFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1234
- readonly wwgManagementFeePercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1235
- readonly wwgManagementFeeMinValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1236
- readonly wwgManagementFeePaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1237
- readonly wwgManagementFeeContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1238
- readonly clientRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1239
- readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1240
- readonly marginRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1241
- readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1242
- readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1243
- readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1244
- readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1245
- readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1246
- readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1247
- readonly totalRevenueGbp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1248
- readonly originatingEnquiryValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1249
- readonly originatingSimulationValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1250
- readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1251
- readonly happyToProceed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1252
- readonly jobDescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1253
- readonly sendPortalInvite: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1254
- readonly notGoingAheadReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1255
- readonly campaignValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1256
- readonly notGoingAheadReasonDetail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1257
- readonly frameworkAgreementRecD: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1258
- readonly assignmentScheduleRecD: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1259
- readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1260
- readonly fullTimePartTime: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1261
- readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1262
- readonly localAccountantReferralRequired: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1699
+ readonly referralFriendlyId: import("zod").ZodOptional<import("zod").ZodString>;
1263
1700
  readonly name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1264
- readonly agencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1265
- readonly accountManagerValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1266
- readonly agencyBranchValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1267
- readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1268
- readonly endClient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1269
- readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1270
- readonly jobType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1271
- readonly startDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1272
- readonly endDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1273
- readonly jobRole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1274
- readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1275
- readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1276
- readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1277
- readonly contractPayFrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1278
- readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1279
- readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1280
- readonly countryOfTaxResidenceValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1281
- readonly cityOfWork: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1282
- readonly onshoreOffshore: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1283
- readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1284
- readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1285
- readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1286
- readonly doesContractorRequireRtwInContractCountry: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1287
- readonly doesContractorHaveRtwInTheContractCountry: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1288
- readonly ifNoWhoIsArrangingVisa: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1289
- readonly placeholderForSiFlow: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1290
- readonly approvedByValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1291
- readonly approvedOn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1292
- readonly rejectReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1293
- readonly complianceStatementRequired: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1294
- readonly complianceStatementGenerated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1295
- readonly placeholderForGeneratingComplianceStatement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1296
- readonly doNotChaseForTheFollowingDocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1297
- readonly solutionConfirmation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1298
- readonly salesEmailReviewed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1299
- readonly taxSimulationReviewed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1300
- readonly feeConfirmedInWriting: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1301
- readonly passportCopyReviewedForRightToWork: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1302
- readonly agencyContractIssuedToTheCorrectEntity: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1303
- readonly contractFeeRatesCurrencyMatchRegForm: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1304
- readonly contractTemplateToBeUsedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1305
- readonly specificDocumentsToBeRequested: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1306
- readonly specialConditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1307
- readonly additionalInformation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1308
- readonly willTheContractorBePaidVatByWorkwellGlobal: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1309
- readonly introductionToInCountryContact: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
1310
- readonly ensureLimosaHasBeenFiled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1311
- readonly placeholderForKbSearch: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1312
- readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1701
+ readonly salesCodeValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1702
+ readonly progress: import("zod").ZodOptional<import("zod").ZodObject<{
1703
+ readonly stage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1704
+ readonly stageUpdated: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1705
+ readonly stageReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1706
+ readonly happyToProceed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1707
+ readonly campaignValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1708
+ readonly notGoingAheadReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1709
+ readonly notGoingAheadReasonDetail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1710
+ readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1711
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1712
+ stage?: number | null | undefined;
1713
+ stageReason?: number | null | undefined;
1714
+ reportingStatus?: number | null | undefined;
1715
+ stageUpdated?: string | null | undefined;
1716
+ happyToProceed?: string | null | undefined;
1717
+ campaignValue?: string | null | undefined;
1718
+ notGoingAheadReason?: number | null | undefined;
1719
+ notGoingAheadReasonDetail?: number | null | undefined;
1720
+ }, {
1721
+ stage?: number | null | undefined;
1722
+ stageReason?: number | null | undefined;
1723
+ reportingStatus?: number | null | undefined;
1724
+ stageUpdated?: string | null | undefined;
1725
+ happyToProceed?: string | null | undefined;
1726
+ campaignValue?: string | null | undefined;
1727
+ notGoingAheadReason?: number | null | undefined;
1728
+ notGoingAheadReasonDetail?: number | null | undefined;
1729
+ }>>;
1730
+ readonly contractor: import("zod").ZodOptional<import("zod").ZodObject<{
1731
+ readonly contractorValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1732
+ readonly contractorFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1733
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1734
+ contractorValue?: string | null | undefined;
1735
+ contractorFormattedValue?: string | null | undefined;
1736
+ }, {
1737
+ contractorValue?: string | null | undefined;
1738
+ contractorFormattedValue?: string | null | undefined;
1739
+ }>>;
1740
+ readonly assignment: import("zod").ZodOptional<import("zod").ZodObject<{
1741
+ readonly region: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1742
+ readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1743
+ readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1744
+ readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1745
+ readonly totalRevenueGbp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1746
+ readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1747
+ readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1748
+ readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1749
+ readonly contractPaymentFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1750
+ readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1751
+ readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1752
+ readonly countryOfTaxResidenceValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1753
+ readonly cityOfWork: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1754
+ readonly onshoreOffshore: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1755
+ readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1756
+ readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1757
+ readonly fullTimePartTime: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1758
+ readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1759
+ readonly localAccountantReferralRequired: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1760
+ readonly frameworkAgreementRecD: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1761
+ readonly assignmentScheduleRecD: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1762
+ readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1763
+ readonly jobType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1764
+ readonly startDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1765
+ readonly endDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1766
+ readonly jobRole: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1767
+ readonly jobDescription: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1768
+ readonly workCountry: import("zod").ZodTypeAny;
1769
+ readonly parentSolution: import("zod").ZodTypeAny;
1770
+ readonly solution: import("zod").ZodTypeAny;
1771
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1772
+ solution?: any;
1773
+ countryOfTaxResidenceValue?: string | null | undefined;
1774
+ totalRevenue?: number | null | undefined;
1775
+ totalRevenueGbp?: number | null | undefined;
1776
+ endClient?: string | null | undefined;
1777
+ region?: number | null | undefined;
1778
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
1779
+ otherContractualAgreements?: string | null | undefined;
1780
+ contractorPayRateCurrencyValue?: string | null | undefined;
1781
+ contractPayRate?: number | null | undefined;
1782
+ contractRateFrequency?: number | null | undefined;
1783
+ contractPaymentFrequency?: number | null | undefined;
1784
+ hoursWorked?: number | null | undefined;
1785
+ hoursWorkedUnit?: number | null | undefined;
1786
+ jobType?: number | null | undefined;
1787
+ startDate?: string | null | undefined;
1788
+ endDate?: string | null | undefined;
1789
+ jobRole?: string | null | undefined;
1790
+ isRollingContract?: boolean | null | undefined;
1791
+ jobDescription?: string | null | undefined;
1792
+ preferredInvoiceCurrencyValue?: string | null | undefined;
1793
+ possibilityOfExtension?: number | null | undefined;
1794
+ workCountry?: any;
1795
+ parentSolution?: any;
1796
+ cityOfWork?: string | null | undefined;
1797
+ onshoreOffshore?: boolean | null | undefined;
1798
+ fullTimePartTime?: boolean | null | undefined;
1799
+ localAccountantReferralRequired?: boolean | null | undefined;
1800
+ frameworkAgreementRecD?: string | null | undefined;
1801
+ assignmentScheduleRecD?: string | null | undefined;
1802
+ }, {
1803
+ solution?: any;
1804
+ countryOfTaxResidenceValue?: string | null | undefined;
1805
+ totalRevenue?: number | null | undefined;
1806
+ totalRevenueGbp?: number | null | undefined;
1807
+ endClient?: string | null | undefined;
1808
+ region?: number | null | undefined;
1809
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
1810
+ otherContractualAgreements?: string | null | undefined;
1811
+ contractorPayRateCurrencyValue?: string | null | undefined;
1812
+ contractPayRate?: number | null | undefined;
1813
+ contractRateFrequency?: number | null | undefined;
1814
+ contractPaymentFrequency?: number | null | undefined;
1815
+ hoursWorked?: number | null | undefined;
1816
+ hoursWorkedUnit?: number | null | undefined;
1817
+ jobType?: number | null | undefined;
1818
+ startDate?: string | null | undefined;
1819
+ endDate?: string | null | undefined;
1820
+ jobRole?: string | null | undefined;
1821
+ isRollingContract?: boolean | null | undefined;
1822
+ jobDescription?: string | null | undefined;
1823
+ preferredInvoiceCurrencyValue?: string | null | undefined;
1824
+ possibilityOfExtension?: number | null | undefined;
1825
+ workCountry?: any;
1826
+ parentSolution?: any;
1827
+ cityOfWork?: string | null | undefined;
1828
+ onshoreOffshore?: boolean | null | undefined;
1829
+ fullTimePartTime?: boolean | null | undefined;
1830
+ localAccountantReferralRequired?: boolean | null | undefined;
1831
+ frameworkAgreementRecD?: string | null | undefined;
1832
+ assignmentScheduleRecD?: string | null | undefined;
1833
+ }>>;
1834
+ readonly fees: import("zod").ZodOptional<import("zod").ZodObject<{
1835
+ readonly wwgManagementFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1836
+ readonly wwgManagementFeeBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1837
+ readonly wwgManagementFeePeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1838
+ readonly wwgManagementFeePercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1839
+ readonly wwgManagementFeeFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1840
+ readonly wwgManagementFeeMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1841
+ readonly wwgManagementFeePaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1842
+ readonly wwgManagementFeeContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1843
+ readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1844
+ readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1845
+ readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1846
+ readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1847
+ readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1848
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1849
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1850
+ startUpMarginPaidBy?: number | null | undefined;
1851
+ startUpMarginCurrencyValue?: string | null | undefined;
1852
+ startUpMarginContractorPercentage?: number | null | undefined;
1853
+ marginOnlyCompanyValue?: string | null | undefined;
1854
+ wwgManagementFeeCurrencyValue?: string | null | undefined;
1855
+ wwgManagementFeeBasis?: number | null | undefined;
1856
+ wwgManagementFeePeriod?: number | null | undefined;
1857
+ wwgManagementFeePercentage?: number | null | undefined;
1858
+ wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1859
+ wwgManagementFeeMinValue?: number | null | undefined;
1860
+ wwgManagementFeePaidBy?: number | null | undefined;
1861
+ wwgManagementFeeContractorPercentage?: number | null | undefined;
1862
+ }, {
1863
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1864
+ startUpMarginPaidBy?: number | null | undefined;
1865
+ startUpMarginCurrencyValue?: string | null | undefined;
1866
+ startUpMarginContractorPercentage?: number | null | undefined;
1867
+ marginOnlyCompanyValue?: string | null | undefined;
1868
+ wwgManagementFeeCurrencyValue?: string | null | undefined;
1869
+ wwgManagementFeeBasis?: number | null | undefined;
1870
+ wwgManagementFeePeriod?: number | null | undefined;
1871
+ wwgManagementFeePercentage?: number | null | undefined;
1872
+ wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1873
+ wwgManagementFeeMinValue?: number | null | undefined;
1874
+ wwgManagementFeePaidBy?: number | null | undefined;
1875
+ wwgManagementFeeContractorPercentage?: number | null | undefined;
1876
+ }>>;
1877
+ readonly rates: import("zod").ZodOptional<import("zod").ZodObject<{
1878
+ readonly clientRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1879
+ readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1880
+ readonly marginRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1881
+ readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1882
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1883
+ clientRate?: number | null | undefined;
1884
+ grossRateSimulation?: number | null | undefined;
1885
+ marginRate?: number | null | undefined;
1886
+ employeeGrossSalary?: number | null | undefined;
1887
+ }, {
1888
+ clientRate?: number | null | undefined;
1889
+ grossRateSimulation?: number | null | undefined;
1890
+ marginRate?: number | null | undefined;
1891
+ employeeGrossSalary?: number | null | undefined;
1892
+ }>>;
1893
+ readonly agency: import("zod").ZodOptional<import("zod").ZodObject<{
1894
+ readonly agencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1895
+ readonly accountManagerValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1896
+ readonly agencyBranchValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1897
+ readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1898
+ readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1899
+ readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1900
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1901
+ agencyValue?: string | null | undefined;
1902
+ agencyContactValue?: string | null | undefined;
1903
+ agencyFormattedValue?: string | null | undefined;
1904
+ agencyContactFormattedValue?: string | null | undefined;
1905
+ accountManagerValue?: string | null | undefined;
1906
+ agencyBranchValue?: string | null | undefined;
1907
+ }, {
1908
+ agencyValue?: string | null | undefined;
1909
+ agencyContactValue?: string | null | undefined;
1910
+ agencyFormattedValue?: string | null | undefined;
1911
+ agencyContactFormattedValue?: string | null | undefined;
1912
+ accountManagerValue?: string | null | undefined;
1913
+ agencyBranchValue?: string | null | undefined;
1914
+ }>>;
1915
+ readonly compliance: import("zod").ZodOptional<import("zod").ZodObject<{
1916
+ readonly doesContractorRequireRtwInContractCountry: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1917
+ readonly doesContractorHaveRtwInTheContractCountry: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1918
+ readonly ifNoWhoIsArrangingVisa: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1919
+ readonly approvedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1920
+ readonly approvedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1921
+ readonly rejectReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1922
+ readonly complianceStatementRequired: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1923
+ readonly complianceStatementGenerated: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1924
+ readonly doNotChaseForTheFollowingDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1925
+ readonly solutionConfirmation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1926
+ readonly salesEmailReviewed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1927
+ readonly taxSimulationReviewed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1928
+ readonly feeConfirmedInWriting: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1929
+ readonly passportCopyReviewedForRightToWork: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1930
+ readonly agencyContractIssuedToTheCorrectEntity: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1931
+ readonly contractFeeRatesCurrencyMatchRegForm: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1932
+ readonly contractTemplateToBeUsedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1933
+ readonly specificDocumentsToBeRequested: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1934
+ readonly specialConditions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1935
+ readonly additionalInformation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1936
+ readonly willTheContractorBePaidVatByWorkwellGlobal: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1937
+ readonly introductionToInCountryContact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1938
+ readonly ensureLimosaHasBeenFiled: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1939
+ readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1940
+ readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1941
+ readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1942
+ readonly placeholderForGeneratingComplianceStatement: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1943
+ readonly placeholderForKbSearch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1944
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1945
+ workPermitSponsorship?: boolean | null | undefined;
1946
+ workPermitCost?: string | null | undefined;
1947
+ workPermitPaidBy?: string | null | undefined;
1948
+ specialConditions?: string | null | undefined;
1949
+ doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1950
+ doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1951
+ ifNoWhoIsArrangingVisa?: number | null | undefined;
1952
+ approvedByValue?: string | null | undefined;
1953
+ approvedOn?: string | null | undefined;
1954
+ rejectReason?: string | null | undefined;
1955
+ complianceStatementRequired?: boolean | null | undefined;
1956
+ complianceStatementGenerated?: boolean | null | undefined;
1957
+ doNotChaseForTheFollowingDocuments?: string | null | undefined;
1958
+ solutionConfirmation?: string | null | undefined;
1959
+ salesEmailReviewed?: boolean | null | undefined;
1960
+ taxSimulationReviewed?: boolean | null | undefined;
1961
+ feeConfirmedInWriting?: boolean | null | undefined;
1962
+ passportCopyReviewedForRightToWork?: boolean | null | undefined;
1963
+ agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1964
+ contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1965
+ contractTemplateToBeUsedValue?: string | null | undefined;
1966
+ specificDocumentsToBeRequested?: string | null | undefined;
1967
+ additionalInformation?: string | null | undefined;
1968
+ willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1969
+ introductionToInCountryContact?: boolean | null | undefined;
1970
+ ensureLimosaHasBeenFiled?: number | null | undefined;
1971
+ placeholderForGeneratingComplianceStatement?: string | null | undefined;
1972
+ placeholderForKbSearch?: string | null | undefined;
1973
+ }, {
1974
+ workPermitSponsorship?: boolean | null | undefined;
1975
+ workPermitCost?: string | null | undefined;
1976
+ workPermitPaidBy?: string | null | undefined;
1977
+ specialConditions?: string | null | undefined;
1978
+ doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1979
+ doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1980
+ ifNoWhoIsArrangingVisa?: number | null | undefined;
1981
+ approvedByValue?: string | null | undefined;
1982
+ approvedOn?: string | null | undefined;
1983
+ rejectReason?: string | null | undefined;
1984
+ complianceStatementRequired?: boolean | null | undefined;
1985
+ complianceStatementGenerated?: boolean | null | undefined;
1986
+ doNotChaseForTheFollowingDocuments?: string | null | undefined;
1987
+ solutionConfirmation?: string | null | undefined;
1988
+ salesEmailReviewed?: boolean | null | undefined;
1989
+ taxSimulationReviewed?: boolean | null | undefined;
1990
+ feeConfirmedInWriting?: boolean | null | undefined;
1991
+ passportCopyReviewedForRightToWork?: boolean | null | undefined;
1992
+ agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1993
+ contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1994
+ contractTemplateToBeUsedValue?: string | null | undefined;
1995
+ specificDocumentsToBeRequested?: string | null | undefined;
1996
+ additionalInformation?: string | null | undefined;
1997
+ willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1998
+ introductionToInCountryContact?: boolean | null | undefined;
1999
+ ensureLimosaHasBeenFiled?: number | null | undefined;
2000
+ placeholderForGeneratingComplianceStatement?: string | null | undefined;
2001
+ placeholderForKbSearch?: string | null | undefined;
2002
+ }>>;
2003
+ readonly origin: import("zod").ZodOptional<import("zod").ZodObject<{
2004
+ readonly originatingEnquiryValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2005
+ readonly originatingSimulationValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2006
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2007
+ originatingEnquiryValue?: string | null | undefined;
2008
+ originatingSimulationValue?: string | null | undefined;
2009
+ }, {
2010
+ originatingEnquiryValue?: string | null | undefined;
2011
+ originatingSimulationValue?: string | null | undefined;
2012
+ }>>;
2013
+ readonly onboarding: import("zod").ZodOptional<import("zod").ZodObject<{
2014
+ readonly sendPortalInvite: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2015
+ readonly placeholderForSiFlow: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2016
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2017
+ sendPortalInvite?: number | null | undefined;
2018
+ placeholderForSiFlow?: string | null | undefined;
2019
+ }, {
2020
+ sendPortalInvite?: number | null | undefined;
2021
+ placeholderForSiFlow?: string | null | undefined;
2022
+ }>>;
2023
+ readonly referralLogs: import("zod").ZodOptional<import("zod").ZodTypeAny>;
1313
2024
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2025
+ agency?: {
2026
+ agencyValue?: string | null | undefined;
2027
+ agencyContactValue?: string | null | undefined;
2028
+ agencyFormattedValue?: string | null | undefined;
2029
+ agencyContactFormattedValue?: string | null | undefined;
2030
+ accountManagerValue?: string | null | undefined;
2031
+ agencyBranchValue?: string | null | undefined;
2032
+ } | undefined;
2033
+ assignment?: {
2034
+ solution?: any;
2035
+ countryOfTaxResidenceValue?: string | null | undefined;
2036
+ totalRevenue?: number | null | undefined;
2037
+ totalRevenueGbp?: number | null | undefined;
2038
+ endClient?: string | null | undefined;
2039
+ region?: number | null | undefined;
2040
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
2041
+ otherContractualAgreements?: string | null | undefined;
2042
+ contractorPayRateCurrencyValue?: string | null | undefined;
2043
+ contractPayRate?: number | null | undefined;
2044
+ contractRateFrequency?: number | null | undefined;
2045
+ contractPaymentFrequency?: number | null | undefined;
2046
+ hoursWorked?: number | null | undefined;
2047
+ hoursWorkedUnit?: number | null | undefined;
2048
+ jobType?: number | null | undefined;
2049
+ startDate?: string | null | undefined;
2050
+ endDate?: string | null | undefined;
2051
+ jobRole?: string | null | undefined;
2052
+ isRollingContract?: boolean | null | undefined;
2053
+ jobDescription?: string | null | undefined;
2054
+ preferredInvoiceCurrencyValue?: string | null | undefined;
2055
+ possibilityOfExtension?: number | null | undefined;
2056
+ workCountry?: any;
2057
+ parentSolution?: any;
2058
+ cityOfWork?: string | null | undefined;
2059
+ onshoreOffshore?: boolean | null | undefined;
2060
+ fullTimePartTime?: boolean | null | undefined;
2061
+ localAccountantReferralRequired?: boolean | null | undefined;
2062
+ frameworkAgreementRecD?: string | null | undefined;
2063
+ assignmentScheduleRecD?: string | null | undefined;
2064
+ } | undefined;
1314
2065
  name?: string | null | undefined;
1315
- stageReason?: number | null | undefined;
1316
- contractorValue?: string | null | undefined;
1317
- region?: number | null | undefined;
1318
- workCountryValue?: string | null | undefined;
1319
- solutionValue?: string | null | undefined;
1320
- solutionTypeValue?: string | null | undefined;
1321
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1322
- otherContractualAgreements?: string | null | undefined;
1323
- workPermitSponsorship?: boolean | null | undefined;
1324
- workPermitCost?: string | null | undefined;
1325
- workPermitPaidBy?: string | null | undefined;
1326
- salesCodeValue?: string | null | undefined;
1327
- clientRate?: number | null | undefined;
1328
- grossRateSimulation?: number | null | undefined;
1329
- marginRate?: number | null | undefined;
1330
- employeeGrossSalary?: number | null | undefined;
1331
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1332
- startUpMarginPaidBy?: number | null | undefined;
1333
- preferredInvoiceCurrencyValue?: string | null | undefined;
1334
- startUpMarginCurrencyValue?: string | null | undefined;
1335
- startUpMarginContractorPercentage?: number | null | undefined;
1336
- agencyValue?: string | null | undefined;
1337
- agencyContactValue?: string | null | undefined;
1338
- endClient?: string | null | undefined;
1339
- marginOnlyCompanyValue?: string | null | undefined;
1340
- jobType?: number | null | undefined;
1341
- startDate?: string | null | undefined;
1342
- endDate?: string | null | undefined;
1343
- jobRole?: string | null | undefined;
1344
- contractorPayRateCurrencyValue?: string | null | undefined;
1345
- contractPayRate?: number | null | undefined;
1346
- contractRateFrequency?: number | null | undefined;
1347
- hoursWorked?: number | null | undefined;
1348
- hoursWorkedUnit?: number | null | undefined;
1349
- specialConditions?: string | null | undefined;
1350
- possibilityOfExtension?: number | null | undefined;
1351
- isRollingContract?: boolean | null | undefined;
1352
- totalRevenue?: number | null | undefined;
1353
- reportingStatus?: number | null | undefined;
1354
- countryOfTaxResidenceValue?: string | null | undefined;
1355
- totalRevenueGbp?: number | null | undefined;
1356
2066
  referralId?: string | undefined;
1357
- stage?: number | null | undefined;
1358
- stageUpdated?: string | null | undefined;
1359
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1360
- wwgManagementFeeBasis?: number | null | undefined;
1361
- wwgManagementFeePeriod?: number | null | undefined;
1362
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1363
- wwgManagementFeePercentage?: number | null | undefined;
1364
- wwgManagementFeeMinValue?: number | null | undefined;
1365
- wwgManagementFeePaidBy?: number | null | undefined;
1366
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1367
- originatingEnquiryValue?: string | null | undefined;
1368
- originatingSimulationValue?: string | null | undefined;
1369
- happyToProceed?: string | null | undefined;
1370
- jobDescription?: string | null | undefined;
1371
- sendPortalInvite?: number | null | undefined;
1372
- notGoingAheadReason?: number | null | undefined;
1373
- campaignValue?: string | null | undefined;
1374
- notGoingAheadReasonDetail?: number | null | undefined;
1375
- frameworkAgreementRecD?: string | null | undefined;
1376
- assignmentScheduleRecD?: string | null | undefined;
1377
- fullTimePartTime?: boolean | null | undefined;
1378
- localAccountantReferralRequired?: boolean | null | undefined;
1379
- accountManagerValue?: string | null | undefined;
1380
- agencyBranchValue?: string | null | undefined;
1381
- contractPayFrequency?: number | null | undefined;
1382
- cityOfWork?: string | null | undefined;
1383
- onshoreOffshore?: boolean | null | undefined;
1384
- doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1385
- doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1386
- ifNoWhoIsArrangingVisa?: number | null | undefined;
1387
- placeholderForSiFlow?: string | null | undefined;
1388
- approvedByValue?: string | null | undefined;
1389
- approvedOn?: string | null | undefined;
1390
- rejectReason?: string | null | undefined;
1391
- complianceStatementRequired?: boolean | null | undefined;
1392
- complianceStatementGenerated?: boolean | null | undefined;
1393
- placeholderForGeneratingComplianceStatement?: string | null | undefined;
1394
- doNotChaseForTheFollowingDocuments?: string | null | undefined;
1395
- solutionConfirmation?: string | null | undefined;
1396
- salesEmailReviewed?: boolean | null | undefined;
1397
- taxSimulationReviewed?: boolean | null | undefined;
1398
- feeConfirmedInWriting?: boolean | null | undefined;
1399
- passportCopyReviewedForRightToWork?: boolean | null | undefined;
1400
- agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1401
- contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1402
- contractTemplateToBeUsedValue?: string | null | undefined;
1403
- specificDocumentsToBeRequested?: string | null | undefined;
1404
- additionalInformation?: string | null | undefined;
1405
- willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1406
- introductionToInCountryContact?: boolean | null | undefined;
1407
- ensureLimosaHasBeenFiled?: number | null | undefined;
1408
- placeholderForKbSearch?: string | null | undefined;
2067
+ salesCodeValue?: string | null | undefined;
2068
+ progress?: {
2069
+ stage?: number | null | undefined;
2070
+ stageReason?: number | null | undefined;
2071
+ reportingStatus?: number | null | undefined;
2072
+ stageUpdated?: string | null | undefined;
2073
+ happyToProceed?: string | null | undefined;
2074
+ campaignValue?: string | null | undefined;
2075
+ notGoingAheadReason?: number | null | undefined;
2076
+ notGoingAheadReasonDetail?: number | null | undefined;
2077
+ } | undefined;
2078
+ contractor?: {
2079
+ contractorValue?: string | null | undefined;
2080
+ contractorFormattedValue?: string | null | undefined;
2081
+ } | undefined;
2082
+ fees?: {
2083
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
2084
+ startUpMarginPaidBy?: number | null | undefined;
2085
+ startUpMarginCurrencyValue?: string | null | undefined;
2086
+ startUpMarginContractorPercentage?: number | null | undefined;
2087
+ marginOnlyCompanyValue?: string | null | undefined;
2088
+ wwgManagementFeeCurrencyValue?: string | null | undefined;
2089
+ wwgManagementFeeBasis?: number | null | undefined;
2090
+ wwgManagementFeePeriod?: number | null | undefined;
2091
+ wwgManagementFeePercentage?: number | null | undefined;
2092
+ wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
2093
+ wwgManagementFeeMinValue?: number | null | undefined;
2094
+ wwgManagementFeePaidBy?: number | null | undefined;
2095
+ wwgManagementFeeContractorPercentage?: number | null | undefined;
2096
+ } | undefined;
2097
+ rates?: {
2098
+ clientRate?: number | null | undefined;
2099
+ grossRateSimulation?: number | null | undefined;
2100
+ marginRate?: number | null | undefined;
2101
+ employeeGrossSalary?: number | null | undefined;
2102
+ } | undefined;
2103
+ compliance?: {
2104
+ workPermitSponsorship?: boolean | null | undefined;
2105
+ workPermitCost?: string | null | undefined;
2106
+ workPermitPaidBy?: string | null | undefined;
2107
+ specialConditions?: string | null | undefined;
2108
+ doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
2109
+ doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
2110
+ ifNoWhoIsArrangingVisa?: number | null | undefined;
2111
+ approvedByValue?: string | null | undefined;
2112
+ approvedOn?: string | null | undefined;
2113
+ rejectReason?: string | null | undefined;
2114
+ complianceStatementRequired?: boolean | null | undefined;
2115
+ complianceStatementGenerated?: boolean | null | undefined;
2116
+ doNotChaseForTheFollowingDocuments?: string | null | undefined;
2117
+ solutionConfirmation?: string | null | undefined;
2118
+ salesEmailReviewed?: boolean | null | undefined;
2119
+ taxSimulationReviewed?: boolean | null | undefined;
2120
+ feeConfirmedInWriting?: boolean | null | undefined;
2121
+ passportCopyReviewedForRightToWork?: boolean | null | undefined;
2122
+ agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
2123
+ contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
2124
+ contractTemplateToBeUsedValue?: string | null | undefined;
2125
+ specificDocumentsToBeRequested?: string | null | undefined;
2126
+ additionalInformation?: string | null | undefined;
2127
+ willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
2128
+ introductionToInCountryContact?: boolean | null | undefined;
2129
+ ensureLimosaHasBeenFiled?: number | null | undefined;
2130
+ placeholderForGeneratingComplianceStatement?: string | null | undefined;
2131
+ placeholderForKbSearch?: string | null | undefined;
2132
+ } | undefined;
2133
+ onboarding?: {
2134
+ sendPortalInvite?: number | null | undefined;
2135
+ placeholderForSiFlow?: string | null | undefined;
2136
+ } | undefined;
2137
+ origin?: {
2138
+ originatingEnquiryValue?: string | null | undefined;
2139
+ originatingSimulationValue?: string | null | undefined;
2140
+ } | undefined;
2141
+ referralFriendlyId?: string | undefined;
2142
+ referralLogs?: any;
1409
2143
  }, {
2144
+ agency?: {
2145
+ agencyValue?: string | null | undefined;
2146
+ agencyContactValue?: string | null | undefined;
2147
+ agencyFormattedValue?: string | null | undefined;
2148
+ agencyContactFormattedValue?: string | null | undefined;
2149
+ accountManagerValue?: string | null | undefined;
2150
+ agencyBranchValue?: string | null | undefined;
2151
+ } | undefined;
2152
+ assignment?: {
2153
+ solution?: any;
2154
+ countryOfTaxResidenceValue?: string | null | undefined;
2155
+ totalRevenue?: number | null | undefined;
2156
+ totalRevenueGbp?: number | null | undefined;
2157
+ endClient?: string | null | undefined;
2158
+ region?: number | null | undefined;
2159
+ workwellGlobalInternalCompanyValue?: string | null | undefined;
2160
+ otherContractualAgreements?: string | null | undefined;
2161
+ contractorPayRateCurrencyValue?: string | null | undefined;
2162
+ contractPayRate?: number | null | undefined;
2163
+ contractRateFrequency?: number | null | undefined;
2164
+ contractPaymentFrequency?: number | null | undefined;
2165
+ hoursWorked?: number | null | undefined;
2166
+ hoursWorkedUnit?: number | null | undefined;
2167
+ jobType?: number | null | undefined;
2168
+ startDate?: string | null | undefined;
2169
+ endDate?: string | null | undefined;
2170
+ jobRole?: string | null | undefined;
2171
+ isRollingContract?: boolean | null | undefined;
2172
+ jobDescription?: string | null | undefined;
2173
+ preferredInvoiceCurrencyValue?: string | null | undefined;
2174
+ possibilityOfExtension?: number | null | undefined;
2175
+ workCountry?: any;
2176
+ parentSolution?: any;
2177
+ cityOfWork?: string | null | undefined;
2178
+ onshoreOffshore?: boolean | null | undefined;
2179
+ fullTimePartTime?: boolean | null | undefined;
2180
+ localAccountantReferralRequired?: boolean | null | undefined;
2181
+ frameworkAgreementRecD?: string | null | undefined;
2182
+ assignmentScheduleRecD?: string | null | undefined;
2183
+ } | undefined;
1410
2184
  name?: string | null | undefined;
1411
- stageReason?: number | null | undefined;
1412
- contractorValue?: string | null | undefined;
1413
- region?: number | null | undefined;
1414
- workCountryValue?: string | null | undefined;
1415
- solutionValue?: string | null | undefined;
1416
- solutionTypeValue?: string | null | undefined;
1417
- workwellGlobalInternalCompanyValue?: string | null | undefined;
1418
- otherContractualAgreements?: string | null | undefined;
1419
- workPermitSponsorship?: boolean | null | undefined;
1420
- workPermitCost?: string | null | undefined;
1421
- workPermitPaidBy?: string | null | undefined;
1422
- salesCodeValue?: string | 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
- agencyValue?: string | null | undefined;
1433
- agencyContactValue?: string | null | undefined;
1434
- endClient?: string | null | undefined;
1435
- marginOnlyCompanyValue?: string | null | undefined;
1436
- jobType?: number | null | undefined;
1437
- startDate?: string | null | undefined;
1438
- endDate?: string | null | undefined;
1439
- jobRole?: string | null | undefined;
1440
- contractorPayRateCurrencyValue?: string | null | undefined;
1441
- contractPayRate?: number | null | undefined;
1442
- contractRateFrequency?: number | null | undefined;
1443
- hoursWorked?: number | null | undefined;
1444
- hoursWorkedUnit?: number | null | undefined;
1445
- specialConditions?: string | null | undefined;
1446
- possibilityOfExtension?: number | null | undefined;
1447
- isRollingContract?: boolean | null | undefined;
1448
- totalRevenue?: number | null | undefined;
1449
- reportingStatus?: number | null | undefined;
1450
- countryOfTaxResidenceValue?: string | null | undefined;
1451
- totalRevenueGbp?: number | null | undefined;
1452
2185
  referralId?: string | undefined;
1453
- stage?: number | null | undefined;
1454
- stageUpdated?: string | null | undefined;
1455
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1456
- wwgManagementFeeBasis?: number | null | undefined;
1457
- wwgManagementFeePeriod?: number | null | undefined;
1458
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1459
- wwgManagementFeePercentage?: number | null | undefined;
1460
- wwgManagementFeeMinValue?: number | null | undefined;
1461
- wwgManagementFeePaidBy?: number | null | undefined;
1462
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1463
- originatingEnquiryValue?: string | null | undefined;
1464
- originatingSimulationValue?: string | null | undefined;
1465
- happyToProceed?: string | null | undefined;
1466
- jobDescription?: string | null | undefined;
1467
- sendPortalInvite?: number | null | undefined;
1468
- notGoingAheadReason?: number | null | undefined;
1469
- campaignValue?: string | null | undefined;
1470
- notGoingAheadReasonDetail?: number | null | undefined;
1471
- frameworkAgreementRecD?: string | null | undefined;
1472
- assignmentScheduleRecD?: string | null | undefined;
1473
- fullTimePartTime?: boolean | null | undefined;
1474
- localAccountantReferralRequired?: boolean | null | undefined;
1475
- accountManagerValue?: string | null | undefined;
1476
- agencyBranchValue?: string | null | undefined;
1477
- contractPayFrequency?: number | null | undefined;
1478
- cityOfWork?: string | null | undefined;
1479
- onshoreOffshore?: boolean | null | undefined;
1480
- doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
1481
- doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
1482
- ifNoWhoIsArrangingVisa?: number | null | undefined;
1483
- placeholderForSiFlow?: string | null | undefined;
1484
- approvedByValue?: string | null | undefined;
1485
- approvedOn?: string | null | undefined;
1486
- rejectReason?: string | null | undefined;
1487
- complianceStatementRequired?: boolean | null | undefined;
1488
- complianceStatementGenerated?: boolean | null | undefined;
1489
- placeholderForGeneratingComplianceStatement?: string | null | undefined;
1490
- doNotChaseForTheFollowingDocuments?: string | null | undefined;
1491
- solutionConfirmation?: string | null | undefined;
1492
- salesEmailReviewed?: boolean | null | undefined;
1493
- taxSimulationReviewed?: boolean | null | undefined;
1494
- feeConfirmedInWriting?: boolean | null | undefined;
1495
- passportCopyReviewedForRightToWork?: boolean | null | undefined;
1496
- agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
1497
- contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
1498
- contractTemplateToBeUsedValue?: string | null | undefined;
1499
- specificDocumentsToBeRequested?: string | null | undefined;
1500
- additionalInformation?: string | null | undefined;
1501
- willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
1502
- introductionToInCountryContact?: boolean | null | undefined;
1503
- ensureLimosaHasBeenFiled?: number | null | undefined;
1504
- placeholderForKbSearch?: string | null | undefined;
2186
+ salesCodeValue?: string | null | undefined;
2187
+ progress?: {
2188
+ stage?: number | null | undefined;
2189
+ stageReason?: number | null | undefined;
2190
+ reportingStatus?: number | null | undefined;
2191
+ stageUpdated?: string | null | undefined;
2192
+ happyToProceed?: string | null | undefined;
2193
+ campaignValue?: string | null | undefined;
2194
+ notGoingAheadReason?: number | null | undefined;
2195
+ notGoingAheadReasonDetail?: number | null | undefined;
2196
+ } | undefined;
2197
+ contractor?: {
2198
+ contractorValue?: string | null | undefined;
2199
+ contractorFormattedValue?: string | null | undefined;
2200
+ } | undefined;
2201
+ fees?: {
2202
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
2203
+ startUpMarginPaidBy?: number | null | undefined;
2204
+ startUpMarginCurrencyValue?: string | null | undefined;
2205
+ startUpMarginContractorPercentage?: number | null | undefined;
2206
+ marginOnlyCompanyValue?: string | null | undefined;
2207
+ wwgManagementFeeCurrencyValue?: string | null | undefined;
2208
+ wwgManagementFeeBasis?: number | null | undefined;
2209
+ wwgManagementFeePeriod?: number | null | undefined;
2210
+ wwgManagementFeePercentage?: number | null | undefined;
2211
+ wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
2212
+ wwgManagementFeeMinValue?: number | null | undefined;
2213
+ wwgManagementFeePaidBy?: number | null | undefined;
2214
+ wwgManagementFeeContractorPercentage?: number | null | undefined;
2215
+ } | undefined;
2216
+ rates?: {
2217
+ clientRate?: number | null | undefined;
2218
+ grossRateSimulation?: number | null | undefined;
2219
+ marginRate?: number | null | undefined;
2220
+ employeeGrossSalary?: number | null | undefined;
2221
+ } | undefined;
2222
+ compliance?: {
2223
+ workPermitSponsorship?: boolean | null | undefined;
2224
+ workPermitCost?: string | null | undefined;
2225
+ workPermitPaidBy?: string | null | undefined;
2226
+ specialConditions?: string | null | undefined;
2227
+ doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
2228
+ doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
2229
+ ifNoWhoIsArrangingVisa?: number | null | undefined;
2230
+ approvedByValue?: string | null | undefined;
2231
+ approvedOn?: string | null | undefined;
2232
+ rejectReason?: string | null | undefined;
2233
+ complianceStatementRequired?: boolean | null | undefined;
2234
+ complianceStatementGenerated?: boolean | null | undefined;
2235
+ doNotChaseForTheFollowingDocuments?: string | null | undefined;
2236
+ solutionConfirmation?: string | null | undefined;
2237
+ salesEmailReviewed?: boolean | null | undefined;
2238
+ taxSimulationReviewed?: boolean | null | undefined;
2239
+ feeConfirmedInWriting?: boolean | null | undefined;
2240
+ passportCopyReviewedForRightToWork?: boolean | null | undefined;
2241
+ agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
2242
+ contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
2243
+ contractTemplateToBeUsedValue?: string | null | undefined;
2244
+ specificDocumentsToBeRequested?: string | null | undefined;
2245
+ additionalInformation?: string | null | undefined;
2246
+ willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
2247
+ introductionToInCountryContact?: boolean | null | undefined;
2248
+ ensureLimosaHasBeenFiled?: number | null | undefined;
2249
+ placeholderForGeneratingComplianceStatement?: string | null | undefined;
2250
+ placeholderForKbSearch?: string | null | undefined;
2251
+ } | undefined;
2252
+ onboarding?: {
2253
+ sendPortalInvite?: number | null | undefined;
2254
+ placeholderForSiFlow?: string | null | undefined;
2255
+ } | undefined;
2256
+ origin?: {
2257
+ originatingEnquiryValue?: string | null | undefined;
2258
+ originatingSimulationValue?: string | null | undefined;
2259
+ } | undefined;
2260
+ referralFriendlyId?: string | undefined;
2261
+ referralLogs?: any;
1505
2262
  }>;
1506
2263
  mapD365ToPretty: (data: unknown) => Record<string, unknown>;
1507
2264
  mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
@@ -1707,6 +2464,76 @@ export declare const Referral: {
1707
2464
  readonly onboarding: 102;
1708
2465
  };
1709
2466
  };
2467
+ Relationships: {
2468
+ readonly contractor: {
2469
+ readonly relationshipName: "ww_ca_Contractor";
2470
+ readonly entity: "contacts";
2471
+ };
2472
+ readonly country: {
2473
+ readonly relationshipName: "ww_ca_Country";
2474
+ readonly entity: "ww_countries";
2475
+ };
2476
+ readonly parentSolution: {
2477
+ readonly relationshipName: "ww_Parent_Solution";
2478
+ readonly entity: "products";
2479
+ };
2480
+ readonly solution: {
2481
+ readonly relationshipName: "ww_ca_SolutionPackage";
2482
+ readonly entity: "products";
2483
+ };
2484
+ readonly workwellGlobalInternalCompany: {
2485
+ readonly relationshipName: "ww_WorkwellGlobalInternalCompany";
2486
+ readonly entity: "accounts";
2487
+ };
2488
+ readonly marginCurrency: {
2489
+ readonly relationshipName: "ww_MarginCurrency";
2490
+ readonly entity: "transactioncurrencies";
2491
+ };
2492
+ readonly startupMarginCurrency: {
2493
+ readonly relationshipName: "ww_StartUpMarginCurrency";
2494
+ readonly entity: "transactioncurrencies";
2495
+ };
2496
+ readonly originatingEnquiry: {
2497
+ readonly relationshipName: "ww_OriginatingEnquiry";
2498
+ readonly entity: "ww_enquiries";
2499
+ };
2500
+ readonly originatingSimulation: {
2501
+ readonly relationshipName: "ww_OriginatingSimulation";
2502
+ readonly entity: "ww_salaryillustrations";
2503
+ };
2504
+ readonly preferredInvoiceCurrency: {
2505
+ readonly relationshipName: "ww_PreferredInvoiceCurrency";
2506
+ readonly entity: "transactioncurrencies";
2507
+ };
2508
+ readonly agency: {
2509
+ readonly relationshipName: "ww_ca_Agency";
2510
+ readonly entity: "accounts";
2511
+ };
2512
+ readonly agencyBranch: {
2513
+ readonly relationshipName: "ww_ca_AgencyBranch";
2514
+ readonly entity: "accounts";
2515
+ };
2516
+ readonly agencyConsultant: {
2517
+ readonly relationshipName: "ww_ca_AgencyConsultant";
2518
+ readonly entity: "contacts";
2519
+ };
2520
+ readonly marginOnlyCompany: {
2521
+ readonly relationshipName: "ww_MarginOnlyCompany";
2522
+ readonly entity: "accounts";
2523
+ };
2524
+ readonly transactionCurrencyId: {
2525
+ readonly relationshipName: "transactioncurrencyid";
2526
+ readonly entity: "transactioncurrencies";
2527
+ };
2528
+ readonly caCountryOfTaxResidence: {
2529
+ readonly relationshipName: "ww_ca_CountryofTaxResidence";
2530
+ readonly entity: "ww_countries";
2531
+ };
2532
+ readonly referralLogs: {
2533
+ readonly relationshipName: "ww_referrallog_Referral_ww_saleschecklist";
2534
+ readonly entity: "ww_referrallogs";
2535
+ };
2536
+ };
1710
2537
  };
1711
2538
  export * from './TReferralAPI.js';
1712
2539
  //# sourceMappingURL=index.d.ts.map