@workwell-global/toolkit 1.1.9 → 1.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/dist/enums/EntityNames.d.ts +8 -0
  2. package/dist/enums/EntityNames.d.ts.map +1 -1
  3. package/dist/enums/EntityNames.js +8 -0
  4. package/dist/enums/EntityNames.js.map +1 -1
  5. package/dist/enums/SCLASNStages.d.ts +2 -1
  6. package/dist/enums/SCLASNStages.d.ts.map +1 -1
  7. package/dist/enums/SCLASNStages.js +2 -2
  8. package/dist/enums/SCLASNStages.js.map +1 -1
  9. package/dist/enums/SCLASNStatus.d.ts +12 -12
  10. package/dist/enums/SCLASNStatus.d.ts.map +1 -1
  11. package/dist/enums/SCLASNStatus.js +10 -29
  12. package/dist/enums/SCLASNStatus.js.map +1 -1
  13. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
  14. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
  15. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
  16. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
  17. package/dist/models/schemas/api/_entityTools/EntityRegistry.js +1 -1
  18. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
  19. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
  20. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
  21. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
  22. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
  23. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
  24. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
  25. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
  26. package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
  27. package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
  28. package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
  29. package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
  30. package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
  31. package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
  32. package/dist/models/schemas/api/account/index.d.ts +522 -166
  33. package/dist/models/schemas/api/account/index.d.ts.map +1 -1
  34. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +300 -285
  35. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
  36. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +310 -208
  37. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
  38. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2224 -1322
  39. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
  40. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +29 -0
  41. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
  42. package/dist/models/schemas/api/assignment/index.d.ts +2221 -1323
  43. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
  44. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
  45. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
  46. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
  47. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
  48. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
  49. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
  50. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
  51. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
  52. package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
  53. package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
  54. package/dist/models/schemas/api/assignmentLog/index.js +11 -0
  55. package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
  56. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
  57. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
  58. package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
  59. package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
  60. package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
  61. package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
  62. package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
  63. package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
  64. package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
  65. package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
  66. package/dist/models/schemas/api/contact/index.d.ts +595 -191
  67. package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
  68. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
  69. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
  70. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
  71. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
  72. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
  73. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
  74. package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
  75. package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
  76. package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
  77. package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
  78. package/dist/models/schemas/api/country/index.d.ts +139 -45
  79. package/dist/models/schemas/api/country/index.d.ts.map +1 -1
  80. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
  81. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
  82. package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
  83. package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
  84. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
  85. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
  86. package/dist/models/schemas/api/currency/index.d.ts +87 -23
  87. package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
  88. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
  89. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
  90. package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
  91. package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
  92. package/dist/models/schemas/api/download/index.d.ts +2 -0
  93. package/dist/models/schemas/api/download/index.d.ts.map +1 -0
  94. package/dist/models/schemas/api/download/index.js +2 -0
  95. package/dist/models/schemas/api/download/index.js.map +1 -0
  96. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
  97. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
  98. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
  99. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +194 -67
  100. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
  101. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
  102. package/dist/models/schemas/api/enquiry/index.d.ts +190 -66
  103. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
  104. package/dist/models/schemas/api/index.d.ts +3 -0
  105. package/dist/models/schemas/api/index.d.ts.map +1 -1
  106. package/dist/models/schemas/api/index.js +3 -0
  107. package/dist/models/schemas/api/index.js.map +1 -1
  108. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +180 -69
  109. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
  110. package/dist/models/schemas/api/margin/index.d.ts +180 -69
  111. package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
  112. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
  113. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
  114. package/dist/models/schemas/api/nationality/index.d.ts +113 -40
  115. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
  116. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
  117. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
  118. package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
  119. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
  120. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
  121. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
  122. package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
  123. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
  124. package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
  125. package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
  126. package/dist/models/schemas/api/referral/index.js +1 -0
  127. package/dist/models/schemas/api/referral/index.js.map +1 -1
  128. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
  129. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
  130. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
  131. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
  132. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
  133. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
  134. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
  135. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
  136. package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
  137. package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
  138. package/dist/models/schemas/api/referralLog/index.js +11 -0
  139. package/dist/models/schemas/api/referralLog/index.js.map +1 -0
  140. package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
  141. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
  142. package/dist/models/schemas/api/role/index.d.ts +83 -22
  143. package/dist/models/schemas/api/role/index.d.ts.map +1 -1
  144. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +7 -7
  145. package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
  146. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
  147. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +312 -100
  148. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
  149. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
  150. package/dist/models/schemas/api/simulation/index.d.ts +296 -99
  151. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
  152. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
  153. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
  154. package/dist/models/schemas/api/solution/index.d.ts +259 -69
  155. package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
  156. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
  157. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
  158. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
  159. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
  160. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
  161. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
  162. package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
  163. package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
  164. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +787 -231
  165. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
  166. package/dist/models/schemas/bff/config/SGetConfigBFF.js +4 -4
  167. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
  168. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
  169. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
  170. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
  171. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
  172. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
  173. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
  174. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
  175. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
  176. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +157 -46
  177. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
  178. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
  179. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
  180. package/dist/models/schemas/bff/config/index.d.ts +8 -0
  181. package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
  182. package/dist/models/schemas/bff/config/index.js +8 -0
  183. package/dist/models/schemas/bff/config/index.js.map +1 -0
  184. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +4 -4
  185. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -1
  186. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +4 -1
  187. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -1
  188. package/dist/models/schemas/bff/documents/index.d.ts +2 -0
  189. package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
  190. package/dist/models/schemas/bff/documents/index.js +2 -0
  191. package/dist/models/schemas/bff/documents/index.js.map +1 -0
  192. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
  193. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
  194. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
  195. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
  196. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
  197. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
  198. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +173 -0
  199. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
  200. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
  201. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
  202. package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
  203. package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
  204. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +170 -46
  205. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
  206. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
  207. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
  208. package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
  209. package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
  210. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1341 -467
  211. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
  212. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
  213. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
  214. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
  215. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
  216. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
  217. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
  218. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
  219. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
  220. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
  221. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
  222. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
  223. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
  224. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
  225. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
  226. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
  227. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
  228. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +10 -10
  229. package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
  230. package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
  231. package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
  232. package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
  233. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
  234. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
  235. package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
  236. package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
  237. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
  238. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
  239. package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
  240. package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
  241. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
  242. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
  243. package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
  244. package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
  245. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
  246. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
  247. package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
  248. package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
  249. package/dist/models/schemas/bff/index.d.ts +6 -20
  250. package/dist/models/schemas/bff/index.d.ts.map +1 -1
  251. package/dist/models/schemas/bff/index.js +31 -25
  252. package/dist/models/schemas/bff/index.js.map +1 -1
  253. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +5 -5
  254. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
  255. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
  256. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
  257. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
  258. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +5 -5
  259. package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
  260. package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
  261. package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
  262. package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
  263. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
  264. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
  265. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
  266. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
  267. package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
  268. package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
  269. package/package.json +21 -13
  270. package/dist/models/crm-dynamics/TChangeRequest.d.ts +0 -67
  271. package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
  272. package/dist/models/crm-dynamics/TChangeRequest.js +0 -2
  273. package/dist/models/crm-dynamics/TChangeRequest.js.map +0 -1
  274. package/dist/models/crm-dynamics/TEnquiry.d.ts +0 -68
  275. package/dist/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
  276. package/dist/models/crm-dynamics/TEnquiry.js +0 -2
  277. package/dist/models/crm-dynamics/TEnquiry.js.map +0 -1
  278. package/dist/models/event/TEvent.d.ts +0 -49
  279. package/dist/models/event/TEvent.d.ts.map +0 -1
  280. package/dist/models/event/TEvent.js +0 -9
  281. package/dist/models/event/TEvent.js.map +0 -1
  282. package/dist/models/event/TEventBase.d.ts +0 -15
  283. package/dist/models/event/TEventBase.d.ts.map +0 -1
  284. package/dist/models/event/TEventBase.js +0 -8
  285. package/dist/models/event/TEventBase.js.map +0 -1
  286. package/dist/models/event/TEventCategories.d.ts +0 -738
  287. package/dist/models/event/TEventCategories.d.ts.map +0 -1
  288. package/dist/models/event/TEventCategories.js +0 -268
  289. package/dist/models/event/TEventCategories.js.map +0 -1
  290. package/dist/models/event/TEventRequest.d.ts +0 -37
  291. package/dist/models/event/TEventRequest.d.ts.map +0 -1
  292. package/dist/models/event/TEventRequest.js +0 -10
  293. package/dist/models/event/TEventRequest.js.map +0 -1
  294. package/dist/models/event/index.d.ts +0 -5
  295. package/dist/models/event/index.d.ts.map +0 -1
  296. package/dist/models/event/index.js +0 -5
  297. package/dist/models/event/index.js.map +0 -1
  298. package/dist/models/notification/TNotification.d.ts +0 -389
  299. package/dist/models/notification/TNotification.d.ts.map +0 -1
  300. package/dist/models/notification/TNotification.js +0 -13
  301. package/dist/models/notification/TNotification.js.map +0 -1
  302. package/dist/models/notification/TNotificationRequest.d.ts +0 -361
  303. package/dist/models/notification/TNotificationRequest.d.ts.map +0 -1
  304. package/dist/models/notification/TNotificationRequest.js +0 -19
  305. package/dist/models/notification/TNotificationRequest.js.map +0 -1
  306. package/dist/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
  307. package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
  308. package/dist/models/notification/TNotificationsHandlerResponse.js +0 -2
  309. package/dist/models/notification/TNotificationsHandlerResponse.js.map +0 -1
  310. package/dist/models/notification/index.d.ts +0 -4
  311. package/dist/models/notification/index.d.ts.map +0 -1
  312. package/dist/models/notification/index.js +0 -4
  313. package/dist/models/notification/index.js.map +0 -1
  314. package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +0 -58
  315. package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +0 -1
  316. package/dist/models/objects/ICombinedAssignmetnSCL.js +0 -2
  317. package/dist/models/objects/ICombinedAssignmetnSCL.js.map +0 -1
  318. package/dist/models/objects/TChangeRequest.d.ts +0 -65
  319. package/dist/models/objects/TChangeRequest.d.ts.map +0 -1
  320. package/dist/models/objects/TChangeRequest.js +0 -2
  321. package/dist/models/objects/TChangeRequest.js.map +0 -1
  322. package/dist/models/objects/TEnquiry.d.ts +0 -75
  323. package/dist/models/objects/TEnquiry.d.ts.map +0 -1
  324. package/dist/models/objects/TEnquiry.js +0 -2
  325. package/dist/models/objects/TEnquiry.js.map +0 -1
  326. package/dist/models/objects/TNotificationsHandlerResponse.d.ts +0 -5
  327. package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +0 -1
  328. package/dist/models/objects/TNotificationsHandlerResponse.js +0 -2
  329. package/dist/models/objects/TNotificationsHandlerResponse.js.map +0 -1
  330. package/dist/models/schemas/TEvent.d.ts +0 -48
  331. package/dist/models/schemas/TEvent.d.ts.map +0 -1
  332. package/dist/models/schemas/TEvent.js +0 -9
  333. package/dist/models/schemas/TEvent.js.map +0 -1
  334. package/dist/models/schemas/TEventBase.d.ts +0 -15
  335. package/dist/models/schemas/TEventBase.d.ts.map +0 -1
  336. package/dist/models/schemas/TEventBase.js +0 -7
  337. package/dist/models/schemas/TEventBase.js.map +0 -1
  338. package/dist/models/schemas/TEventCategories.d.ts +0 -737
  339. package/dist/models/schemas/TEventCategories.d.ts.map +0 -1
  340. package/dist/models/schemas/TEventCategories.js +0 -268
  341. package/dist/models/schemas/TEventCategories.js.map +0 -1
  342. package/dist/models/schemas/TEventRequest.d.ts +0 -36
  343. package/dist/models/schemas/TEventRequest.d.ts.map +0 -1
  344. package/dist/models/schemas/TEventRequest.js +0 -10
  345. package/dist/models/schemas/TEventRequest.js.map +0 -1
  346. package/dist/models/schemas/TNotification.d.ts +0 -388
  347. package/dist/models/schemas/TNotification.d.ts.map +0 -1
  348. package/dist/models/schemas/TNotification.js +0 -12
  349. package/dist/models/schemas/TNotification.js.map +0 -1
  350. package/dist/models/schemas/TNotificationRequest.d.ts +0 -360
  351. package/dist/models/schemas/TNotificationRequest.d.ts.map +0 -1
  352. package/dist/models/schemas/TNotificationRequest.js +0 -19
  353. package/dist/models/schemas/TNotificationRequest.js.map +0 -1
  354. package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +0 -5
  355. package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +0 -1
  356. package/dist/models/schemas/TNotificationsHandlerResponse.js +0 -2
  357. package/dist/models/schemas/TNotificationsHandlerResponse.js.map +0 -1
  358. package/dist/models/schemas/notification/index.d.ts.map +0 -1
  359. package/dist/models/schemas/notification/index.js.map +0 -1
  360. package/dist/models/types/TCommon.d.ts +0 -16
  361. package/dist/models/types/TCommon.d.ts.map +0 -1
  362. package/dist/models/types/TCommon.js +0 -2
  363. package/dist/models/types/TCommon.js.map +0 -1
  364. package/dist/models/types/TStages.d.ts +0 -16
  365. package/dist/models/types/TStages.d.ts.map +0 -1
  366. package/dist/models/types/TStages.js +0 -2
  367. package/dist/models/types/TStages.js.map +0 -1
  368. package/dist/models/user-settings/TServiceUserSettings.d.ts +0 -118
  369. package/dist/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
  370. package/dist/models/user-settings/TServiceUserSettings.js +0 -80
  371. package/dist/models/user-settings/TServiceUserSettings.js.map +0 -1
  372. package/dist/models/user-settings/index.d.ts +0 -2
  373. package/dist/models/user-settings/index.d.ts.map +0 -1
  374. package/dist/models/user-settings/index.js +0 -2
  375. package/dist/models/user-settings/index.js.map +0 -1
  376. package/dist/types/enums/LinkedRoles.d.ts +0 -5
  377. package/dist/types/enums/LinkedRoles.d.ts.map +0 -1
  378. package/dist/types/enums/RBACPermissions.d.ts +0 -33
  379. package/dist/types/enums/RBACPermissions.d.ts.map +0 -1
  380. package/dist/types/enums/Regions.d.ts +0 -10
  381. package/dist/types/enums/Regions.d.ts.map +0 -1
  382. package/dist/types/enums/SCLASNStages.d.ts +0 -26
  383. package/dist/types/enums/SCLASNStages.d.ts.map +0 -1
  384. package/dist/types/enums/SCLASNStatus.d.ts +0 -13
  385. package/dist/types/enums/SCLASNStatus.d.ts.map +0 -1
  386. package/dist/types/enums/SolutionCategories.d.ts +0 -7
  387. package/dist/types/enums/SolutionCategories.d.ts.map +0 -1
  388. package/dist/types/enums/SolutionTypes.d.ts +0 -6
  389. package/dist/types/enums/SolutionTypes.d.ts.map +0 -1
  390. package/dist/types/enums/index.d.ts +0 -8
  391. package/dist/types/enums/index.d.ts.map +0 -1
  392. package/dist/types/index.d.ts +0 -2
  393. package/dist/types/index.d.ts.map +0 -1
  394. package/dist/types/models/crm-dynamics/IAccount.d.ts +0 -276
  395. package/dist/types/models/crm-dynamics/IAccount.d.ts.map +0 -1
  396. package/dist/types/models/crm-dynamics/IAddresses.d.ts +0 -52
  397. package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +0 -1
  398. package/dist/types/models/crm-dynamics/IApplication.d.ts +0 -27
  399. package/dist/types/models/crm-dynamics/IApplication.d.ts.map +0 -1
  400. package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +0 -42
  401. package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +0 -1
  402. package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +0 -10
  403. package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +0 -1
  404. package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +0 -14
  405. package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +0 -1
  406. package/dist/types/models/crm-dynamics/IContact.d.ts +0 -311
  407. package/dist/types/models/crm-dynamics/IContact.d.ts.map +0 -1
  408. package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +0 -27
  409. package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +0 -1
  410. package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +0 -41
  411. package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +0 -1
  412. package/dist/types/models/crm-dynamics/ISystemUser.d.ts +0 -151
  413. package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +0 -1
  414. package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +0 -9
  415. package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +0 -1
  416. package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +0 -67
  417. package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
  418. package/dist/types/models/crm-dynamics/TEnquiry.d.ts +0 -68
  419. package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
  420. package/dist/types/models/crm-dynamics/index.d.ts +0 -14
  421. package/dist/types/models/crm-dynamics/index.d.ts.map +0 -1
  422. package/dist/types/models/event/TEvent.d.ts +0 -49
  423. package/dist/types/models/event/TEvent.d.ts.map +0 -1
  424. package/dist/types/models/event/TEventBase.d.ts +0 -15
  425. package/dist/types/models/event/TEventBase.d.ts.map +0 -1
  426. package/dist/types/models/event/TEventCategories.d.ts +0 -738
  427. package/dist/types/models/event/TEventCategories.d.ts.map +0 -1
  428. package/dist/types/models/event/TEventRequest.d.ts +0 -37
  429. package/dist/types/models/event/TEventRequest.d.ts.map +0 -1
  430. package/dist/types/models/event/index.d.ts +0 -5
  431. package/dist/types/models/event/index.d.ts.map +0 -1
  432. package/dist/types/models/integration-auth0/IAuthUser.d.ts +0 -37
  433. package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +0 -1
  434. package/dist/types/models/notification/TNotification.d.ts +0 -389
  435. package/dist/types/models/notification/TNotification.d.ts.map +0 -1
  436. package/dist/types/models/notification/TNotificationRequest.d.ts +0 -361
  437. package/dist/types/models/notification/TNotificationRequest.d.ts.map +0 -1
  438. package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
  439. package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
  440. package/dist/types/models/notification/index.d.ts +0 -4
  441. package/dist/types/models/notification/index.d.ts.map +0 -1
  442. package/dist/types/models/objects/IAccount.d.ts +0 -58
  443. package/dist/types/models/objects/IAccount.d.ts.map +0 -1
  444. package/dist/types/models/objects/IAddress.d.ts +0 -27
  445. package/dist/types/models/objects/IAddress.d.ts.map +0 -1
  446. package/dist/types/models/objects/IApplication.d.ts +0 -14
  447. package/dist/types/models/objects/IApplication.d.ts.map +0 -1
  448. package/dist/types/models/objects/IBankAccounts.d.ts +0 -38
  449. package/dist/types/models/objects/IBankAccounts.d.ts.map +0 -1
  450. package/dist/types/models/objects/ICompany.d.ts +0 -16
  451. package/dist/types/models/objects/ICompany.d.ts.map +0 -1
  452. package/dist/types/models/objects/ICompanyDocument.d.ts +0 -61
  453. package/dist/types/models/objects/ICompanyDocument.d.ts.map +0 -1
  454. package/dist/types/models/objects/ICompanyPosition.d.ts +0 -6
  455. package/dist/types/models/objects/ICompanyPosition.d.ts.map +0 -1
  456. package/dist/types/models/objects/IContact.d.ts +0 -147
  457. package/dist/types/models/objects/IContact.d.ts.map +0 -1
  458. package/dist/types/models/objects/IContactMethod.d.ts +0 -9
  459. package/dist/types/models/objects/IContactMethod.d.ts.map +0 -1
  460. package/dist/types/models/objects/IContract.d.ts +0 -38
  461. package/dist/types/models/objects/IContract.d.ts.map +0 -1
  462. package/dist/types/models/objects/IContractor.d.ts +0 -4
  463. package/dist/types/models/objects/IContractor.d.ts.map +0 -1
  464. package/dist/types/models/objects/IContractorDocument.d.ts +0 -60
  465. package/dist/types/models/objects/IContractorDocument.d.ts.map +0 -1
  466. package/dist/types/models/objects/ICurrency.d.ts +0 -9
  467. package/dist/types/models/objects/ICurrency.d.ts.map +0 -1
  468. package/dist/types/models/objects/IEmployee.d.ts +0 -4
  469. package/dist/types/models/objects/IEmployee.d.ts.map +0 -1
  470. package/dist/types/models/objects/INote.d.ts +0 -7
  471. package/dist/types/models/objects/INote.d.ts.map +0 -1
  472. package/dist/types/models/objects/IOrganisation.d.ts +0 -31
  473. package/dist/types/models/objects/IOrganisation.d.ts.map +0 -1
  474. package/dist/types/models/objects/IPerson.d.ts +0 -14
  475. package/dist/types/models/objects/IPerson.d.ts.map +0 -1
  476. package/dist/types/models/objects/ISystemUser.d.ts +0 -15
  477. package/dist/types/models/objects/ISystemUser.d.ts.map +0 -1
  478. package/dist/types/models/objects/IUser.d.ts +0 -8
  479. package/dist/types/models/objects/IUser.d.ts.map +0 -1
  480. package/dist/types/models/objects/IWebPortalLogin.d.ts +0 -9
  481. package/dist/types/models/objects/IWebPortalLogin.d.ts.map +0 -1
  482. package/dist/types/models/objects/TChangeRequest.d.ts +0 -65
  483. package/dist/types/models/objects/TChangeRequest.d.ts.map +0 -1
  484. package/dist/types/models/objects/TEnquiry.d.ts +0 -75
  485. package/dist/types/models/objects/TEnquiry.d.ts.map +0 -1
  486. package/dist/types/models/objects/index.d.ts +0 -23
  487. package/dist/types/models/objects/index.d.ts.map +0 -1
  488. package/dist/types/models/types/TCommon.d.ts +0 -12
  489. package/dist/types/models/types/TCommon.d.ts.map +0 -1
  490. package/dist/types/models/types/index.d.ts +0 -2
  491. package/dist/types/models/types/index.d.ts.map +0 -1
  492. package/dist/types/models/user-settings/TServiceUserSettings.d.ts +0 -118
  493. package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
  494. package/dist/types/services/index.d.ts +0 -2
  495. package/dist/types/services/index.d.ts.map +0 -1
  496. package/dist/types/utils/date-and-time/calculate.d.ts +0 -3
  497. package/dist/types/utils/date-and-time/calculate.d.ts.map +0 -1
  498. package/dist/types/utils/date-and-time/format.d.ts +0 -2
  499. package/dist/types/utils/date-and-time/format.d.ts.map +0 -1
  500. package/dist/types/utils/date-and-time/index.d.ts +0 -3
  501. package/dist/types/utils/date-and-time/index.d.ts.map +0 -1
  502. package/dist/types/utils/encoding/index.d.ts +0 -2
  503. package/dist/types/utils/encoding/index.d.ts.map +0 -1
  504. package/dist/types/utils/encoding/stringBySecret.d.ts +0 -3
  505. package/dist/types/utils/encoding/stringBySecret.d.ts.map +0 -1
  506. package/dist/types/utils/strings/index.d.ts +0 -2
  507. package/dist/types/utils/strings/index.d.ts.map +0 -1
  508. package/dist/utils/strings/strings.d.ts +0 -11
  509. package/dist/utils/strings/strings.d.ts.map +0 -1
  510. package/dist/utils/strings/strings.js +0 -34
  511. package/dist/utils/strings/strings.js.map +0 -1
  512. /package/dist/models/schemas/{notification → bff/referralsSummary}/index.d.ts +0 -0
  513. /package/dist/models/schemas/{notification → bff/referralsSummary}/index.js +0 -0
@@ -1,4 +1,8 @@
1
1
  import { z } from 'zod';
2
+ import type { TAccountAPI } from '../account/TAccountAPI.js';
3
+ import type { TNationalityAPI } from '../nationality/TNationalityAPI.js';
4
+ import type { TCountryAPI } from '../country/TCountryAPI.js';
5
+ import type { TSolutionAPI } from '../solution/TSolutionAPI.js';
2
6
  export declare const ContactEntity: {
3
7
  isLookupOnly: boolean;
4
8
  fieldsPretty: {
@@ -98,16 +102,6 @@ export declare const ContactEntity: {
98
102
  totalRevenueGbp: string;
99
103
  workEmailValid: string;
100
104
  workMobileValid: string;
101
- sourceValue: string;
102
- supplierType: string;
103
- linkedin: string;
104
- dateLastContacted: string;
105
- zohoBooksSync: string;
106
- zohoCrmId: string;
107
- zohoBooksId: string;
108
- zohoCrmSync: string;
109
- zohoSyncError: string;
110
- precisionId: string;
111
105
  parentCustomerIdAccount: string;
112
106
  contractingCompany: string;
113
107
  referralBusiness: string;
@@ -122,12 +116,22 @@ export declare const ContactEntity: {
122
116
  contactStatus: string;
123
117
  contactIcpType: string;
124
118
  lastCheckIn: string;
119
+ dateLastContacted: string;
125
120
  referralBusinessUnitValue: string;
126
121
  referringBusinessUserValue: string;
122
+ zohoCrmId: string;
123
+ zohoBooksId: string;
124
+ zohoCrmSync: string;
125
+ zohoBooksSync: string;
126
+ zohoSyncError: string;
127
+ precisionId: string;
128
+ sourceValue: string;
127
129
  subSource1Value: string;
128
130
  subSource2Value: string;
131
+ supplierType: string;
129
132
  facebook: string;
130
133
  twitter: string;
134
+ linkedin: string;
131
135
  referringCampaignValue: string;
132
136
  };
133
137
  fieldsD365: {
@@ -484,16 +488,6 @@ export declare const ContactEntity: {
484
488
  ww_totalrevenue_base?: number | null | undefined;
485
489
  ww_workemailvalid?: boolean | null | undefined;
486
490
  ww_workmobilevalid?: boolean | null | undefined;
487
- _ww_source_value?: string | null | undefined;
488
- ww_suppliertype?: number | null | undefined;
489
- ww_linkedin?: string | null | undefined;
490
- ww_datelastcontacted?: string | null | undefined;
491
- ww_zohobookssync?: string | null | undefined;
492
- ww_zohocrmid?: string | null | undefined;
493
- ww_zohobooksid?: string | null | undefined;
494
- ww_zohocrmsync?: string | null | undefined;
495
- ww_zohosyncerror?: string | null | undefined;
496
- ww_precisionid?: string | null | undefined;
497
491
  parentcustomerid_account?: any;
498
492
  ww_ContractingCompany?: any;
499
493
  ww_ReferralBusiness?: any;
@@ -508,12 +502,22 @@ export declare const ContactEntity: {
508
502
  ww_contactstatus?: number | null | undefined;
509
503
  ww_contacticptype?: number | null | undefined;
510
504
  ww_lastcheckin?: string | null | undefined;
505
+ ww_datelastcontacted?: string | null | undefined;
511
506
  _ww_referralbusinessunit_value?: string | null | undefined;
512
507
  _ww_referringbusinessuser_value?: string | null | undefined;
508
+ ww_zohocrmid?: string | null | undefined;
509
+ ww_zohobooksid?: string | null | undefined;
510
+ ww_zohocrmsync?: string | null | undefined;
511
+ ww_zohobookssync?: string | null | undefined;
512
+ ww_zohosyncerror?: string | null | undefined;
513
+ ww_precisionid?: string | null | undefined;
514
+ _ww_source_value?: string | null | undefined;
513
515
  _ww_subsource1_value?: string | null | undefined;
514
516
  _ww_subsourcee2_value?: string | null | undefined;
517
+ ww_suppliertype?: number | null | undefined;
515
518
  ww_facebook?: string | null | undefined;
516
519
  ww_twitter?: string | null | undefined;
520
+ ww_linkedin?: string | null | undefined;
517
521
  _ww_referringcampaign_value?: string | null | undefined;
518
522
  }, {
519
523
  '@odata.etag'?: string | null | undefined;
@@ -612,16 +616,6 @@ export declare const ContactEntity: {
612
616
  ww_totalrevenue_base?: number | null | undefined;
613
617
  ww_workemailvalid?: boolean | null | undefined;
614
618
  ww_workmobilevalid?: boolean | null | undefined;
615
- _ww_source_value?: string | null | undefined;
616
- ww_suppliertype?: number | null | undefined;
617
- ww_linkedin?: string | null | undefined;
618
- ww_datelastcontacted?: string | null | undefined;
619
- ww_zohobookssync?: string | null | undefined;
620
- ww_zohocrmid?: string | null | undefined;
621
- ww_zohobooksid?: string | null | undefined;
622
- ww_zohocrmsync?: string | null | undefined;
623
- ww_zohosyncerror?: string | null | undefined;
624
- ww_precisionid?: string | null | undefined;
625
619
  parentcustomerid_account?: any;
626
620
  ww_ContractingCompany?: any;
627
621
  ww_ReferralBusiness?: any;
@@ -636,12 +630,22 @@ export declare const ContactEntity: {
636
630
  ww_contactstatus?: number | null | undefined;
637
631
  ww_contacticptype?: number | null | undefined;
638
632
  ww_lastcheckin?: string | null | undefined;
633
+ ww_datelastcontacted?: string | null | undefined;
639
634
  _ww_referralbusinessunit_value?: string | null | undefined;
640
635
  _ww_referringbusinessuser_value?: string | null | undefined;
636
+ ww_zohocrmid?: string | null | undefined;
637
+ ww_zohobooksid?: string | null | undefined;
638
+ ww_zohocrmsync?: string | null | undefined;
639
+ ww_zohobookssync?: string | null | undefined;
640
+ ww_zohosyncerror?: string | null | undefined;
641
+ ww_precisionid?: string | null | undefined;
642
+ _ww_source_value?: string | null | undefined;
641
643
  _ww_subsource1_value?: string | null | undefined;
642
644
  _ww_subsourcee2_value?: string | null | undefined;
645
+ ww_suppliertype?: number | null | undefined;
643
646
  ww_facebook?: string | null | undefined;
644
647
  ww_twitter?: string | null | undefined;
648
+ ww_linkedin?: string | null | undefined;
645
649
  _ww_referringcampaign_value?: string | null | undefined;
646
650
  }>;
647
651
  SPayloadD365: z.ZodObject<{
@@ -833,16 +837,6 @@ export declare const ContactEntity: {
833
837
  ww_totalrevenue_base?: number | null | undefined;
834
838
  ww_workemailvalid?: boolean | null | undefined;
835
839
  ww_workmobilevalid?: boolean | null | undefined;
836
- _ww_source_value?: string | null | undefined;
837
- ww_suppliertype?: number | null | undefined;
838
- ww_linkedin?: string | null | undefined;
839
- ww_datelastcontacted?: string | null | undefined;
840
- ww_zohobookssync?: string | null | undefined;
841
- ww_zohocrmid?: string | null | undefined;
842
- ww_zohobooksid?: string | null | undefined;
843
- ww_zohocrmsync?: string | null | undefined;
844
- ww_zohosyncerror?: string | null | undefined;
845
- ww_precisionid?: string | null | undefined;
846
840
  parentcustomerid_account?: any;
847
841
  ww_ContractingCompany?: any;
848
842
  ww_ReferralBusiness?: any;
@@ -857,12 +851,22 @@ export declare const ContactEntity: {
857
851
  ww_contactstatus?: number | null | undefined;
858
852
  ww_contacticptype?: number | null | undefined;
859
853
  ww_lastcheckin?: string | null | undefined;
854
+ ww_datelastcontacted?: string | null | undefined;
860
855
  _ww_referralbusinessunit_value?: string | null | undefined;
861
856
  _ww_referringbusinessuser_value?: string | null | undefined;
857
+ ww_zohocrmid?: string | null | undefined;
858
+ ww_zohobooksid?: string | null | undefined;
859
+ ww_zohocrmsync?: string | null | undefined;
860
+ ww_zohobookssync?: string | null | undefined;
861
+ ww_zohosyncerror?: string | null | undefined;
862
+ ww_precisionid?: string | null | undefined;
863
+ _ww_source_value?: string | null | undefined;
862
864
  _ww_subsource1_value?: string | null | undefined;
863
865
  _ww_subsourcee2_value?: string | null | undefined;
866
+ ww_suppliertype?: number | null | undefined;
864
867
  ww_facebook?: string | null | undefined;
865
868
  ww_twitter?: string | null | undefined;
869
+ ww_linkedin?: string | null | undefined;
866
870
  _ww_referringcampaign_value?: string | null | undefined;
867
871
  }, {
868
872
  _parentcustomerid_value?: string | null | undefined;
@@ -943,16 +947,6 @@ export declare const ContactEntity: {
943
947
  ww_totalrevenue_base?: number | null | undefined;
944
948
  ww_workemailvalid?: boolean | null | undefined;
945
949
  ww_workmobilevalid?: boolean | null | undefined;
946
- _ww_source_value?: string | null | undefined;
947
- ww_suppliertype?: number | null | undefined;
948
- ww_linkedin?: string | null | undefined;
949
- ww_datelastcontacted?: string | null | undefined;
950
- ww_zohobookssync?: string | null | undefined;
951
- ww_zohocrmid?: string | null | undefined;
952
- ww_zohobooksid?: string | null | undefined;
953
- ww_zohocrmsync?: string | null | undefined;
954
- ww_zohosyncerror?: string | null | undefined;
955
- ww_precisionid?: string | null | undefined;
956
950
  parentcustomerid_account?: any;
957
951
  ww_ContractingCompany?: any;
958
952
  ww_ReferralBusiness?: any;
@@ -967,143 +961,557 @@ export declare const ContactEntity: {
967
961
  ww_contactstatus?: number | null | undefined;
968
962
  ww_contacticptype?: number | null | undefined;
969
963
  ww_lastcheckin?: string | null | undefined;
964
+ ww_datelastcontacted?: string | null | undefined;
970
965
  _ww_referralbusinessunit_value?: string | null | undefined;
971
966
  _ww_referringbusinessuser_value?: string | null | undefined;
967
+ ww_zohocrmid?: string | null | undefined;
968
+ ww_zohobooksid?: string | null | undefined;
969
+ ww_zohocrmsync?: string | null | undefined;
970
+ ww_zohobookssync?: string | null | undefined;
971
+ ww_zohosyncerror?: string | null | undefined;
972
+ ww_precisionid?: string | null | undefined;
973
+ _ww_source_value?: string | null | undefined;
972
974
  _ww_subsource1_value?: string | null | undefined;
973
975
  _ww_subsourcee2_value?: string | null | undefined;
976
+ ww_suppliertype?: number | null | undefined;
974
977
  ww_facebook?: string | null | undefined;
975
978
  ww_twitter?: string | null | undefined;
979
+ ww_linkedin?: string | null | undefined;
976
980
  _ww_referringcampaign_value?: string | null | undefined;
977
981
  }>;
978
- SResponseAPI: z.ZodObject<{
979
- readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
980
- readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
981
- readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
982
- readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
983
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
984
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
985
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
986
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
987
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
988
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
989
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
990
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
991
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
992
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
993
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
994
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
995
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
996
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
997
- readonly contactId: z.ZodString;
998
- readonly relationshipType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
999
- readonly salutation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1000
- readonly proNouns: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1001
- readonly firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1002
- readonly middleName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1003
- readonly lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1004
- readonly contactStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1005
- readonly timeZone: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1006
- readonly nickname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1007
- readonly contactIcpType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1008
- readonly contractorStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1009
- readonly contractorStatusReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1010
- readonly website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1011
- readonly jobTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1012
- readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1013
- readonly scheduleACall: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1014
- readonly scheduleCallOwnerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1015
- readonly scheduleCallQueueValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1016
- readonly lastCheckIn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1017
- readonly businessCard: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1018
- readonly primaryEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1019
- readonly emailValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1020
- readonly mobilePhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1021
- readonly phoneValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1022
- readonly phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1023
- readonly officePhoneValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1024
- readonly parentAccountValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1025
- readonly secondaryEMail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1026
- readonly secondaryEmailValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1027
- readonly workMobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1028
- readonly workMobileValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1029
- readonly workEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1030
- readonly workEmailValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1031
- readonly followUpScheduled: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1032
- readonly dateLastContacted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1033
- readonly addressLookup: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1034
- readonly street1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1035
- readonly street2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1036
- readonly street3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1037
- readonly city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1038
- readonly county: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1039
- readonly postcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1040
- readonly country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1041
- readonly contractingCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1042
- readonly salesExecutiveValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1043
- readonly contractorCareConsultantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1044
- readonly referralBusinessValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1045
- readonly referringBusinessContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1046
- readonly referralBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1047
- readonly referringBusinessUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1048
- readonly dateOfBirth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1049
- readonly gender: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1050
- readonly maritalStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1051
- readonly spousePartnerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1052
- readonly nationalityValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1053
- readonly countryOfTaxResidenceValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1054
- readonly zohoCrmId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1055
- readonly zohoBooksId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1056
- readonly zohoCrmSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1057
- readonly zohoBooksSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1058
- readonly zohoSyncError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1059
- readonly precisionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1060
- readonly homePhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1061
- readonly nokPrefix: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1062
- readonly nokFirstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1063
- readonly nokLastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1064
- readonly nokRelationshipToYou: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1065
- readonly contactNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1066
- readonly nokEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1067
- readonly address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1068
- readonly marketingMaterials: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1069
- readonly sourceValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1070
- readonly subSource1Value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1071
- readonly subSource2Value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1072
- readonly supplierType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1073
- readonly contactMethod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1074
- readonly email: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1075
- readonly followEmail: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1076
- readonly bulkEmail: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1077
- readonly doNotPhone: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1078
- readonly fax: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1079
- readonly mail: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1080
- readonly facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1081
- readonly twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1082
- readonly linkedin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1083
- readonly referringAgencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1084
- readonly referringAgencyBranchValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1085
- readonly agencyContactReferringAgentValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1086
- readonly referringCampaignValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1087
- readonly workCountryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1088
- readonly contractLocationTimezone: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1089
- readonly solutionPackageValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1090
- readonly assignmentStartDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1091
- readonly totalRevenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1092
- readonly totalRevenueGbp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1093
- readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1094
- readonly owningSiteValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1095
- readonly parentCustomerIdAccount: z.ZodTypeAny;
1096
- readonly contractingCompany: z.ZodTypeAny;
1097
- readonly referralBusiness: z.ZodTypeAny;
1098
- readonly referringBusinessContact: z.ZodTypeAny;
1099
- readonly nationality: z.ZodTypeAny;
1100
- readonly scatsCountryOfTaxResidence: z.ZodTypeAny;
1101
- readonly referringAgency: z.ZodTypeAny;
1102
- readonly referringAgencyBranch: z.ZodTypeAny;
1103
- readonly referringAgent: z.ZodTypeAny;
1104
- readonly scatsContractLocation: z.ZodTypeAny;
1105
- readonly solutionPackage: z.ZodTypeAny;
1106
- }, z.UnknownKeysParam, z.ZodTypeAny, {
982
+ SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
983
+ readonly _ownerid_value: {
984
+ readonly pretty: "ownerIdValue";
985
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
986
+ };
987
+ readonly _owningbusinessunit_value: {
988
+ readonly pretty: "owningBusinessUnitValue";
989
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
990
+ };
991
+ readonly _owningteam_value: {
992
+ readonly pretty: "owningTeamValue";
993
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
994
+ };
995
+ readonly _owninguser_value: {
996
+ readonly pretty: "owningUserValue";
997
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
998
+ };
999
+ readonly '@odata.etag': {
1000
+ readonly pretty: "etag";
1001
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
1002
+ };
1003
+ readonly versionnumber: {
1004
+ readonly pretty: "versionNumber";
1005
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1006
+ };
1007
+ readonly _createdby_value: {
1008
+ readonly pretty: "createdByValue";
1009
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1010
+ };
1011
+ readonly createdon: {
1012
+ readonly pretty: "createdOn";
1013
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1014
+ };
1015
+ readonly _createdonbehalfby_value: {
1016
+ readonly pretty: "createdOnBehalfByValue";
1017
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1018
+ };
1019
+ readonly _modifiedby_value: {
1020
+ readonly pretty: "modifiedByValue";
1021
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1022
+ };
1023
+ readonly modifiedon: {
1024
+ readonly pretty: "modifiedOn";
1025
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1026
+ };
1027
+ readonly _modifiedonbehalfby_value: {
1028
+ readonly pretty: "modifiedOnBehalfByValue";
1029
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1030
+ };
1031
+ readonly statecode: {
1032
+ readonly pretty: "stateCode";
1033
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1034
+ };
1035
+ readonly statuscode: {
1036
+ readonly pretty: "statusCode";
1037
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1038
+ };
1039
+ readonly importsequencenumber: {
1040
+ readonly pretty: "importSequenceNumber";
1041
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1042
+ };
1043
+ readonly overriddencreatedon: {
1044
+ readonly pretty: "overriddenCreatedOn";
1045
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1046
+ };
1047
+ readonly timezoneruleversionnumber: {
1048
+ readonly pretty: "timezoneRuleVersionNumber";
1049
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1050
+ };
1051
+ readonly utcconversiontimezonecode: {
1052
+ readonly pretty: "utcConversionTimezoneCode";
1053
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1054
+ };
1055
+ } & {
1056
+ readonly contactid: {
1057
+ readonly pretty: "contactId";
1058
+ readonly type: z.ZodString;
1059
+ };
1060
+ readonly customertypecode: {
1061
+ readonly pretty: "relationshipType";
1062
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1063
+ };
1064
+ readonly ww_salutation: {
1065
+ readonly pretty: "salutation";
1066
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1067
+ };
1068
+ readonly ww_pronouns: {
1069
+ readonly pretty: "proNouns";
1070
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1071
+ };
1072
+ readonly firstname: {
1073
+ readonly pretty: "firstName";
1074
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1075
+ };
1076
+ readonly middlename: {
1077
+ readonly pretty: "middleName";
1078
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1079
+ };
1080
+ readonly lastname: {
1081
+ readonly pretty: "lastName";
1082
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1083
+ };
1084
+ readonly ww_contactstatus: {
1085
+ readonly pretty: "contactStatus";
1086
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1087
+ };
1088
+ readonly adx_timezone: {
1089
+ readonly pretty: "timeZone";
1090
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1091
+ };
1092
+ readonly nickname: {
1093
+ readonly pretty: "nickname";
1094
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1095
+ };
1096
+ readonly ww_contacticptype: {
1097
+ readonly pretty: "contactIcpType";
1098
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1099
+ };
1100
+ readonly ww_contractorstatus: {
1101
+ readonly pretty: "contractorStatus";
1102
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1103
+ };
1104
+ readonly ww_contractorstatusreason: {
1105
+ readonly pretty: "contractorStatusReason";
1106
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1107
+ };
1108
+ readonly websiteurl: {
1109
+ readonly pretty: "website";
1110
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1111
+ };
1112
+ readonly jobtitle: {
1113
+ readonly pretty: "jobTitle";
1114
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1115
+ };
1116
+ readonly description: {
1117
+ readonly pretty: "description";
1118
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1119
+ };
1120
+ readonly ww_schedulecall: {
1121
+ readonly pretty: "scheduleACall";
1122
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1123
+ };
1124
+ readonly _ww_schedulecallowner_value: {
1125
+ readonly pretty: "scheduleCallOwnerValue";
1126
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1127
+ };
1128
+ readonly _ww_schedulecallqueue_value: {
1129
+ readonly pretty: "scheduleCallQueueValue";
1130
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1131
+ };
1132
+ readonly ww_lastcheckin: {
1133
+ readonly pretty: "lastCheckIn";
1134
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1135
+ };
1136
+ readonly businesscard: {
1137
+ readonly pretty: "businessCard";
1138
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1139
+ };
1140
+ readonly emailaddress1: {
1141
+ readonly pretty: "primaryEmail";
1142
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1143
+ };
1144
+ readonly ww_emailvalid: {
1145
+ readonly pretty: "emailValid";
1146
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1147
+ };
1148
+ readonly mobilephone: {
1149
+ readonly pretty: "mobilePhone";
1150
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1151
+ };
1152
+ readonly ww_isphonevalid: {
1153
+ readonly pretty: "phoneValid";
1154
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1155
+ };
1156
+ readonly home2: {
1157
+ readonly pretty: "phone";
1158
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1159
+ };
1160
+ readonly ww_officephonevalid: {
1161
+ readonly pretty: "officePhoneValid";
1162
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1163
+ };
1164
+ readonly _parentcustomerid_value: {
1165
+ readonly relationshipName: "parentcustomerid_account";
1166
+ readonly entity: "accounts";
1167
+ readonly pretty: "parentAccountValue";
1168
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1169
+ };
1170
+ readonly emailaddress2: {
1171
+ readonly pretty: "secondaryEMail";
1172
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1173
+ };
1174
+ readonly ww_secondaryemailvalid: {
1175
+ readonly pretty: "secondaryEmailValid";
1176
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1177
+ };
1178
+ readonly telephone3: {
1179
+ readonly pretty: "workMobile";
1180
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1181
+ };
1182
+ readonly ww_workmobilevalid: {
1183
+ readonly pretty: "workMobileValid";
1184
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1185
+ };
1186
+ readonly emailaddress3: {
1187
+ readonly pretty: "workEmail";
1188
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1189
+ };
1190
+ readonly ww_workemailvalid: {
1191
+ readonly pretty: "workEmailValid";
1192
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1193
+ };
1194
+ readonly ww_followupscheduled: {
1195
+ readonly pretty: "followUpScheduled";
1196
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1197
+ };
1198
+ readonly ww_datelastcontacted: {
1199
+ readonly pretty: "dateLastContacted";
1200
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1201
+ };
1202
+ readonly address1_name: {
1203
+ readonly pretty: "addressLookup";
1204
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1205
+ };
1206
+ readonly address1_line1: {
1207
+ readonly pretty: "street1";
1208
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1209
+ };
1210
+ readonly address1_line2: {
1211
+ readonly pretty: "street2";
1212
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1213
+ };
1214
+ readonly address1_line3: {
1215
+ readonly pretty: "street3";
1216
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1217
+ };
1218
+ readonly address1_city: {
1219
+ readonly pretty: "city";
1220
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1221
+ };
1222
+ readonly address1_county: {
1223
+ readonly pretty: "county";
1224
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1225
+ };
1226
+ readonly address1_postalcode: {
1227
+ readonly pretty: "postcode";
1228
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1229
+ };
1230
+ readonly address1_country: {
1231
+ readonly pretty: "country";
1232
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1233
+ };
1234
+ readonly _ww_contractingcompany_value: {
1235
+ readonly relationshipName: "ww_ContractingCompany";
1236
+ readonly entity: "accounts";
1237
+ readonly pretty: "contractingCompanyValue";
1238
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1239
+ };
1240
+ readonly _ww_salesexecutive_value: {
1241
+ readonly pretty: "salesExecutiveValue";
1242
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1243
+ };
1244
+ readonly _ww_contractorcareconsultant_value: {
1245
+ readonly pretty: "contractorCareConsultantValue";
1246
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1247
+ };
1248
+ readonly _ww_referralbusiness_value: {
1249
+ readonly relationshipName: "ww_ReferralBusiness";
1250
+ readonly entity: "accounts";
1251
+ readonly pretty: "referralBusinessValue";
1252
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1253
+ };
1254
+ readonly _ww_referringbusinesscontact_value: {
1255
+ readonly relationshipName: "ww_ReferringBusinessContact";
1256
+ readonly entity: "contacts";
1257
+ readonly pretty: "referringBusinessContactValue";
1258
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1259
+ };
1260
+ readonly _ww_referralbusinessunit_value: {
1261
+ readonly pretty: "referralBusinessUnitValue";
1262
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1263
+ };
1264
+ readonly _ww_referringbusinessuser_value: {
1265
+ readonly pretty: "referringBusinessUserValue";
1266
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1267
+ };
1268
+ readonly birthdate: {
1269
+ readonly pretty: "dateOfBirth";
1270
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1271
+ };
1272
+ readonly gendercode: {
1273
+ readonly pretty: "gender";
1274
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1275
+ };
1276
+ readonly familystatuscode: {
1277
+ readonly pretty: "maritalStatus";
1278
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1279
+ };
1280
+ readonly spousesname: {
1281
+ readonly pretty: "spousePartnerName";
1282
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1283
+ };
1284
+ readonly _ww_nationality_value: {
1285
+ readonly relationshipName: "ww_Nationality";
1286
+ readonly entity: "ww_nationalities";
1287
+ readonly pretty: "nationalityValue";
1288
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1289
+ };
1290
+ readonly _ww_scats_countryoftaxresidence_value: {
1291
+ readonly relationshipName: "ww_scats_CountryofTaxResidence";
1292
+ readonly entity: "ww_countries";
1293
+ readonly pretty: "countryOfTaxResidenceValue";
1294
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1295
+ };
1296
+ readonly ww_zohocrmid: {
1297
+ readonly pretty: "zohoCrmId";
1298
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1299
+ };
1300
+ readonly ww_zohobooksid: {
1301
+ readonly pretty: "zohoBooksId";
1302
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1303
+ };
1304
+ readonly ww_zohocrmsync: {
1305
+ readonly pretty: "zohoCrmSync";
1306
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1307
+ };
1308
+ readonly ww_zohobookssync: {
1309
+ readonly pretty: "zohoBooksSync";
1310
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1311
+ };
1312
+ readonly ww_zohosyncerror: {
1313
+ readonly pretty: "zohoSyncError";
1314
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1315
+ };
1316
+ readonly ww_precisionid: {
1317
+ readonly pretty: "precisionId";
1318
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1319
+ };
1320
+ readonly telephone2: {
1321
+ readonly pretty: "homePhone";
1322
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1323
+ };
1324
+ readonly ww_nextofkinprefix: {
1325
+ readonly pretty: "nokPrefix";
1326
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1327
+ };
1328
+ readonly ww_nextofkinfirstname: {
1329
+ readonly pretty: "nokFirstName";
1330
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1331
+ };
1332
+ readonly ww_nextofkinlastname: {
1333
+ readonly pretty: "nokLastName";
1334
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1335
+ };
1336
+ readonly ww_nextofkinrelationship: {
1337
+ readonly pretty: "nokRelationshipToYou";
1338
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1339
+ };
1340
+ readonly ww_nextofkincontactnumber: {
1341
+ readonly pretty: "contactNumber";
1342
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1343
+ };
1344
+ readonly ww_nextofkinemail: {
1345
+ readonly pretty: "nokEmail";
1346
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1347
+ };
1348
+ readonly ww_nextofkinaddress: {
1349
+ readonly pretty: "address";
1350
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1351
+ };
1352
+ readonly donotsendmm: {
1353
+ readonly pretty: "marketingMaterials";
1354
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1355
+ };
1356
+ readonly _ww_source_value: {
1357
+ readonly pretty: "sourceValue";
1358
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1359
+ };
1360
+ readonly _ww_subsource1_value: {
1361
+ readonly pretty: "subSource1Value";
1362
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1363
+ };
1364
+ readonly _ww_subsourcee2_value: {
1365
+ readonly pretty: "subSource2Value";
1366
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1367
+ };
1368
+ readonly ww_suppliertype: {
1369
+ readonly pretty: "supplierType";
1370
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1371
+ };
1372
+ readonly preferredcontactmethodcode: {
1373
+ readonly pretty: "contactMethod";
1374
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1375
+ };
1376
+ readonly donotemail: {
1377
+ readonly pretty: "email";
1378
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1379
+ };
1380
+ readonly followemail: {
1381
+ readonly pretty: "followEmail";
1382
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1383
+ };
1384
+ readonly donotbulkemail: {
1385
+ readonly pretty: "bulkEmail";
1386
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1387
+ };
1388
+ readonly donotphone: {
1389
+ readonly pretty: "doNotPhone";
1390
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1391
+ };
1392
+ readonly donotfax: {
1393
+ readonly pretty: "fax";
1394
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1395
+ };
1396
+ readonly donotpostalmail: {
1397
+ readonly pretty: "mail";
1398
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1399
+ };
1400
+ readonly ww_facebook: {
1401
+ readonly pretty: "facebook";
1402
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1403
+ };
1404
+ readonly ww_twitter: {
1405
+ readonly pretty: "twitter";
1406
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1407
+ };
1408
+ readonly ww_linkedin: {
1409
+ readonly pretty: "linkedin";
1410
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1411
+ };
1412
+ readonly _ww_referringagency_value: {
1413
+ readonly relationshipName: "ww_ReferringAgency";
1414
+ readonly entity: "accounts";
1415
+ readonly pretty: "referringAgencyValue";
1416
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1417
+ };
1418
+ readonly _ww_referringagencybranch_value: {
1419
+ readonly relationshipName: "ww_ReferringAgencyBranch";
1420
+ readonly entity: "accounts";
1421
+ readonly pretty: "referringAgencyBranchValue";
1422
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1423
+ };
1424
+ readonly _ww_referringagent_value: {
1425
+ readonly relationshipName: "ww_ReferringAgent";
1426
+ readonly entity: "contacts";
1427
+ readonly pretty: "agencyContactReferringAgentValue";
1428
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1429
+ };
1430
+ readonly _ww_referringcampaign_value: {
1431
+ readonly pretty: "referringCampaignValue";
1432
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1433
+ };
1434
+ readonly _ww_scats_contractlocation_value: {
1435
+ readonly relationshipName: "ww_scats_ContractLocation";
1436
+ readonly entity: "ww_countries";
1437
+ readonly pretty: "workCountryValue";
1438
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1439
+ };
1440
+ readonly ww_scats_contractlocationtimezone: {
1441
+ readonly pretty: "contractLocationTimezone";
1442
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1443
+ };
1444
+ readonly _ww_solutionpackage_value: {
1445
+ readonly relationshipName: "ww_SolutionPackage";
1446
+ readonly entity: "products";
1447
+ readonly pretty: "solutionPackageValue";
1448
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1449
+ };
1450
+ readonly ww_scl_startdate: {
1451
+ readonly pretty: "assignmentStartDate";
1452
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1453
+ };
1454
+ readonly ww_totalrevenue: {
1455
+ readonly pretty: "totalRevenue";
1456
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1457
+ };
1458
+ readonly ww_totalrevenue_base: {
1459
+ readonly pretty: "totalRevenueGbp";
1460
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1461
+ };
1462
+ readonly ww_endclient: {
1463
+ readonly pretty: "endClient";
1464
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1465
+ };
1466
+ readonly _ww_owningsite_value: {
1467
+ readonly pretty: "owningSiteValue";
1468
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1469
+ };
1470
+ readonly parentcustomerid_account: {
1471
+ readonly pretty: "parentCustomerIdAccount";
1472
+ readonly entityKey: "account";
1473
+ };
1474
+ readonly ww_ContractingCompany: {
1475
+ readonly pretty: "contractingCompany";
1476
+ readonly entityKey: "account";
1477
+ };
1478
+ readonly ww_ReferralBusiness: {
1479
+ readonly pretty: "referralBusiness";
1480
+ readonly entityKey: "account";
1481
+ };
1482
+ readonly ww_ReferringBusinessContact: {
1483
+ readonly pretty: "referringBusinessContact";
1484
+ readonly entityKey: "contact";
1485
+ };
1486
+ readonly ww_Nationality: {
1487
+ readonly pretty: "nationality";
1488
+ readonly entityKey: "nationality";
1489
+ };
1490
+ readonly ww_scats_CountryofTaxResidence: {
1491
+ readonly pretty: "scatsCountryOfTaxResidence";
1492
+ readonly entityKey: "country";
1493
+ };
1494
+ readonly ww_ReferringAgency: {
1495
+ readonly pretty: "referringAgency";
1496
+ readonly entityKey: "account";
1497
+ };
1498
+ readonly ww_ReferringAgencyBranch: {
1499
+ readonly pretty: "referringAgencyBranch";
1500
+ readonly entityKey: "account";
1501
+ };
1502
+ readonly ww_ReferringAgent: {
1503
+ readonly pretty: "referringAgent";
1504
+ readonly entityKey: "contact";
1505
+ };
1506
+ readonly ww_scats_ContractLocation: {
1507
+ readonly pretty: "scatsContractLocation";
1508
+ readonly entityKey: "country";
1509
+ };
1510
+ readonly ww_SolutionPackage: {
1511
+ readonly pretty: "solutionPackage";
1512
+ readonly entityKey: "solution";
1513
+ };
1514
+ }>, z.UnknownKeysParam, z.ZodTypeAny, {
1107
1515
  contactId: string;
1108
1516
  description?: string | null | undefined;
1109
1517
  fax?: boolean | null | undefined;
@@ -1160,9 +1568,6 @@ export declare const ContactEntity: {
1160
1568
  owningBusinessUnitValue?: string | null | undefined;
1161
1569
  owningTeamValue?: string | null | undefined;
1162
1570
  owningUserValue?: string | null | undefined;
1163
- workCountryValue?: string | null | undefined;
1164
- endClient?: string | null | undefined;
1165
- totalRevenue?: number | null | undefined;
1166
1571
  proNouns?: number | null | undefined;
1167
1572
  firstName?: string | null | undefined;
1168
1573
  middleName?: string | null | undefined;
@@ -1217,10 +1622,13 @@ export declare const ContactEntity: {
1217
1622
  referringAgencyBranchValue?: string | null | undefined;
1218
1623
  agencyContactReferringAgentValue?: string | null | undefined;
1219
1624
  referringCampaignValue?: string | null | undefined;
1625
+ workCountryValue?: string | null | undefined;
1220
1626
  contractLocationTimezone?: number | null | undefined;
1221
1627
  solutionPackageValue?: string | null | undefined;
1222
1628
  assignmentStartDate?: string | null | undefined;
1629
+ totalRevenue?: number | null | undefined;
1223
1630
  totalRevenueGbp?: number | null | undefined;
1631
+ endClient?: string | null | undefined;
1224
1632
  parentCustomerIdAccount?: any;
1225
1633
  contractingCompany?: any;
1226
1634
  referralBusiness?: any;
@@ -1288,9 +1696,6 @@ export declare const ContactEntity: {
1288
1696
  owningBusinessUnitValue?: string | null | undefined;
1289
1697
  owningTeamValue?: string | null | undefined;
1290
1698
  owningUserValue?: string | null | undefined;
1291
- workCountryValue?: string | null | undefined;
1292
- endClient?: string | null | undefined;
1293
- totalRevenue?: number | null | undefined;
1294
1699
  proNouns?: number | null | undefined;
1295
1700
  firstName?: string | null | undefined;
1296
1701
  middleName?: string | null | undefined;
@@ -1345,10 +1750,13 @@ export declare const ContactEntity: {
1345
1750
  referringAgencyBranchValue?: string | null | undefined;
1346
1751
  agencyContactReferringAgentValue?: string | null | undefined;
1347
1752
  referringCampaignValue?: string | null | undefined;
1753
+ workCountryValue?: string | null | undefined;
1348
1754
  contractLocationTimezone?: number | null | undefined;
1349
1755
  solutionPackageValue?: string | null | undefined;
1350
1756
  assignmentStartDate?: string | null | undefined;
1757
+ totalRevenue?: number | null | undefined;
1351
1758
  totalRevenueGbp?: number | null | undefined;
1759
+ endClient?: string | null | undefined;
1352
1760
  parentCustomerIdAccount?: any;
1353
1761
  contractingCompany?: any;
1354
1762
  referralBusiness?: any;
@@ -1508,9 +1916,6 @@ export declare const ContactEntity: {
1508
1916
  mail?: boolean | null | undefined;
1509
1917
  contractorCareConsultantValue?: string | null | undefined;
1510
1918
  owningSiteValue?: string | null | undefined;
1511
- workCountryValue?: string | null | undefined;
1512
- endClient?: string | null | undefined;
1513
- totalRevenue?: number | null | undefined;
1514
1919
  contactId?: string | undefined;
1515
1920
  proNouns?: number | null | undefined;
1516
1921
  firstName?: string | null | undefined;
@@ -1566,10 +1971,13 @@ export declare const ContactEntity: {
1566
1971
  referringAgencyBranchValue?: string | null | undefined;
1567
1972
  agencyContactReferringAgentValue?: string | null | undefined;
1568
1973
  referringCampaignValue?: string | null | undefined;
1974
+ workCountryValue?: string | null | undefined;
1569
1975
  contractLocationTimezone?: number | null | undefined;
1570
1976
  solutionPackageValue?: string | null | undefined;
1571
1977
  assignmentStartDate?: string | null | undefined;
1978
+ totalRevenue?: number | null | undefined;
1572
1979
  totalRevenueGbp?: number | null | undefined;
1980
+ endClient?: string | null | undefined;
1573
1981
  parentCustomerIdAccount?: any;
1574
1982
  contractingCompany?: any;
1575
1983
  referralBusiness?: any;
@@ -1618,9 +2026,6 @@ export declare const ContactEntity: {
1618
2026
  mail?: boolean | null | undefined;
1619
2027
  contractorCareConsultantValue?: string | null | undefined;
1620
2028
  owningSiteValue?: string | null | undefined;
1621
- workCountryValue?: string | null | undefined;
1622
- endClient?: string | null | undefined;
1623
- totalRevenue?: number | null | undefined;
1624
2029
  contactId?: string | undefined;
1625
2030
  proNouns?: number | null | undefined;
1626
2031
  firstName?: string | null | undefined;
@@ -1676,10 +2081,13 @@ export declare const ContactEntity: {
1676
2081
  referringAgencyBranchValue?: string | null | undefined;
1677
2082
  agencyContactReferringAgentValue?: string | null | undefined;
1678
2083
  referringCampaignValue?: string | null | undefined;
2084
+ workCountryValue?: string | null | undefined;
1679
2085
  contractLocationTimezone?: number | null | undefined;
1680
2086
  solutionPackageValue?: string | null | undefined;
1681
2087
  assignmentStartDate?: string | null | undefined;
2088
+ totalRevenue?: number | null | undefined;
1682
2089
  totalRevenueGbp?: number | null | undefined;
2090
+ endClient?: string | null | undefined;
1683
2091
  parentCustomerIdAccount?: any;
1684
2092
  contractingCompany?: any;
1685
2093
  referralBusiness?: any;
@@ -1695,6 +2103,18 @@ export declare const ContactEntity: {
1695
2103
  mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
1696
2104
  };
1697
2105
  export type TContactD365 = z.infer<typeof ContactEntity.SResponseD365>;
1698
- export type TContactAPI = z.infer<typeof ContactEntity.SResponseAPI>;
2106
+ export type TContactAPI = Omit<z.infer<typeof ContactEntity.SResponseAPI>, 'parentCustomerIdAccount' | 'contractingCompany' | 'referralBusiness' | 'referringBusinessContact' | 'nationality' | 'scatsCountryOfTaxResidence' | 'referringAgency' | 'referringAgencyBranch' | 'referringAgent' | 'scatsContractLocation' | 'solutionPackage'> & {
2107
+ parentCustomerIdAccount?: TAccountAPI | null;
2108
+ contractingCompany?: TAccountAPI | null;
2109
+ referralBusiness?: TAccountAPI | null;
2110
+ referringBusinessContact?: TContactAPI | null;
2111
+ nationality?: TNationalityAPI | null;
2112
+ scatsCountryOfTaxResidence?: TCountryAPI | null;
2113
+ referringAgency?: TAccountAPI | null;
2114
+ referringAgencyBranch?: TAccountAPI | null;
2115
+ referringAgent?: TContactAPI | null;
2116
+ scatsContractLocation?: TCountryAPI | null;
2117
+ solutionPackage?: TSolutionAPI | null;
2118
+ };
1699
2119
  export type TContactPayloadAPI = z.infer<typeof ContactEntity.SPayloadAPI>;
1700
2120
  //# sourceMappingURL=TContactAPI.d.ts.map