@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
@@ -102,16 +102,6 @@ export declare const Contact: {
102
102
  totalRevenueGbp: string;
103
103
  workEmailValid: string;
104
104
  workMobileValid: string;
105
- sourceValue: string;
106
- supplierType: string;
107
- linkedin: string;
108
- dateLastContacted: string;
109
- zohoBooksSync: string;
110
- zohoCrmId: string;
111
- zohoBooksId: string;
112
- zohoCrmSync: string;
113
- zohoSyncError: string;
114
- precisionId: string;
115
105
  parentCustomerIdAccount: string;
116
106
  contractingCompany: string;
117
107
  referralBusiness: string;
@@ -126,12 +116,22 @@ export declare const Contact: {
126
116
  contactStatus: string;
127
117
  contactIcpType: string;
128
118
  lastCheckIn: string;
119
+ dateLastContacted: string;
129
120
  referralBusinessUnitValue: string;
130
121
  referringBusinessUserValue: string;
122
+ zohoCrmId: string;
123
+ zohoBooksId: string;
124
+ zohoCrmSync: string;
125
+ zohoBooksSync: string;
126
+ zohoSyncError: string;
127
+ precisionId: string;
128
+ sourceValue: string;
131
129
  subSource1Value: string;
132
130
  subSource2Value: string;
131
+ supplierType: string;
133
132
  facebook: string;
134
133
  twitter: string;
134
+ linkedin: string;
135
135
  referringCampaignValue: string;
136
136
  };
137
137
  fieldsD365: {
@@ -488,16 +488,6 @@ export declare const Contact: {
488
488
  ww_totalrevenue_base?: number | null | undefined;
489
489
  ww_workemailvalid?: boolean | null | undefined;
490
490
  ww_workmobilevalid?: boolean | null | undefined;
491
- _ww_source_value?: string | null | undefined;
492
- ww_suppliertype?: number | null | undefined;
493
- ww_linkedin?: string | null | undefined;
494
- ww_datelastcontacted?: string | null | undefined;
495
- ww_zohobookssync?: string | null | undefined;
496
- ww_zohocrmid?: string | null | undefined;
497
- ww_zohobooksid?: string | null | undefined;
498
- ww_zohocrmsync?: string | null | undefined;
499
- ww_zohosyncerror?: string | null | undefined;
500
- ww_precisionid?: string | null | undefined;
501
491
  parentcustomerid_account?: any;
502
492
  ww_ContractingCompany?: any;
503
493
  ww_ReferralBusiness?: any;
@@ -512,12 +502,22 @@ export declare const Contact: {
512
502
  ww_contactstatus?: number | null | undefined;
513
503
  ww_contacticptype?: number | null | undefined;
514
504
  ww_lastcheckin?: string | null | undefined;
505
+ ww_datelastcontacted?: string | null | undefined;
515
506
  _ww_referralbusinessunit_value?: string | null | undefined;
516
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;
517
515
  _ww_subsource1_value?: string | null | undefined;
518
516
  _ww_subsourcee2_value?: string | null | undefined;
517
+ ww_suppliertype?: number | null | undefined;
519
518
  ww_facebook?: string | null | undefined;
520
519
  ww_twitter?: string | null | undefined;
520
+ ww_linkedin?: string | null | undefined;
521
521
  _ww_referringcampaign_value?: string | null | undefined;
522
522
  }, {
523
523
  '@odata.etag'?: string | null | undefined;
@@ -616,16 +616,6 @@ export declare const Contact: {
616
616
  ww_totalrevenue_base?: number | null | undefined;
617
617
  ww_workemailvalid?: boolean | null | undefined;
618
618
  ww_workmobilevalid?: boolean | null | undefined;
619
- _ww_source_value?: string | null | undefined;
620
- ww_suppliertype?: number | null | undefined;
621
- ww_linkedin?: string | null | undefined;
622
- ww_datelastcontacted?: string | null | undefined;
623
- ww_zohobookssync?: string | null | undefined;
624
- ww_zohocrmid?: string | null | undefined;
625
- ww_zohobooksid?: string | null | undefined;
626
- ww_zohocrmsync?: string | null | undefined;
627
- ww_zohosyncerror?: string | null | undefined;
628
- ww_precisionid?: string | null | undefined;
629
619
  parentcustomerid_account?: any;
630
620
  ww_ContractingCompany?: any;
631
621
  ww_ReferralBusiness?: any;
@@ -640,12 +630,22 @@ export declare const Contact: {
640
630
  ww_contactstatus?: number | null | undefined;
641
631
  ww_contacticptype?: number | null | undefined;
642
632
  ww_lastcheckin?: string | null | undefined;
633
+ ww_datelastcontacted?: string | null | undefined;
643
634
  _ww_referralbusinessunit_value?: string | null | undefined;
644
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;
645
643
  _ww_subsource1_value?: string | null | undefined;
646
644
  _ww_subsourcee2_value?: string | null | undefined;
645
+ ww_suppliertype?: number | null | undefined;
647
646
  ww_facebook?: string | null | undefined;
648
647
  ww_twitter?: string | null | undefined;
648
+ ww_linkedin?: string | null | undefined;
649
649
  _ww_referringcampaign_value?: string | null | undefined;
650
650
  }>;
651
651
  SPayloadD365: import("zod").ZodObject<{
@@ -837,16 +837,6 @@ export declare const Contact: {
837
837
  ww_totalrevenue_base?: number | null | undefined;
838
838
  ww_workemailvalid?: boolean | null | undefined;
839
839
  ww_workmobilevalid?: boolean | null | undefined;
840
- _ww_source_value?: string | null | undefined;
841
- ww_suppliertype?: number | null | undefined;
842
- ww_linkedin?: string | null | undefined;
843
- ww_datelastcontacted?: string | null | undefined;
844
- ww_zohobookssync?: string | null | undefined;
845
- ww_zohocrmid?: string | null | undefined;
846
- ww_zohobooksid?: string | null | undefined;
847
- ww_zohocrmsync?: string | null | undefined;
848
- ww_zohosyncerror?: string | null | undefined;
849
- ww_precisionid?: string | null | undefined;
850
840
  parentcustomerid_account?: any;
851
841
  ww_ContractingCompany?: any;
852
842
  ww_ReferralBusiness?: any;
@@ -861,12 +851,22 @@ export declare const Contact: {
861
851
  ww_contactstatus?: number | null | undefined;
862
852
  ww_contacticptype?: number | null | undefined;
863
853
  ww_lastcheckin?: string | null | undefined;
854
+ ww_datelastcontacted?: string | null | undefined;
864
855
  _ww_referralbusinessunit_value?: string | null | undefined;
865
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;
866
864
  _ww_subsource1_value?: string | null | undefined;
867
865
  _ww_subsourcee2_value?: string | null | undefined;
866
+ ww_suppliertype?: number | null | undefined;
868
867
  ww_facebook?: string | null | undefined;
869
868
  ww_twitter?: string | null | undefined;
869
+ ww_linkedin?: string | null | undefined;
870
870
  _ww_referringcampaign_value?: string | null | undefined;
871
871
  }, {
872
872
  _parentcustomerid_value?: string | null | undefined;
@@ -947,16 +947,6 @@ export declare const Contact: {
947
947
  ww_totalrevenue_base?: number | null | undefined;
948
948
  ww_workemailvalid?: boolean | null | undefined;
949
949
  ww_workmobilevalid?: boolean | null | undefined;
950
- _ww_source_value?: string | null | undefined;
951
- ww_suppliertype?: number | null | undefined;
952
- ww_linkedin?: string | null | undefined;
953
- ww_datelastcontacted?: string | null | undefined;
954
- ww_zohobookssync?: string | null | undefined;
955
- ww_zohocrmid?: string | null | undefined;
956
- ww_zohobooksid?: string | null | undefined;
957
- ww_zohocrmsync?: string | null | undefined;
958
- ww_zohosyncerror?: string | null | undefined;
959
- ww_precisionid?: string | null | undefined;
960
950
  parentcustomerid_account?: any;
961
951
  ww_ContractingCompany?: any;
962
952
  ww_ReferralBusiness?: any;
@@ -971,143 +961,557 @@ export declare const Contact: {
971
961
  ww_contactstatus?: number | null | undefined;
972
962
  ww_contacticptype?: number | null | undefined;
973
963
  ww_lastcheckin?: string | null | undefined;
964
+ ww_datelastcontacted?: string | null | undefined;
974
965
  _ww_referralbusinessunit_value?: string | null | undefined;
975
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;
976
974
  _ww_subsource1_value?: string | null | undefined;
977
975
  _ww_subsourcee2_value?: string | null | undefined;
976
+ ww_suppliertype?: number | null | undefined;
978
977
  ww_facebook?: string | null | undefined;
979
978
  ww_twitter?: string | null | undefined;
979
+ ww_linkedin?: string | null | undefined;
980
980
  _ww_referringcampaign_value?: string | null | undefined;
981
981
  }>;
982
- SResponseAPI: import("zod").ZodObject<{
983
- readonly ownerIdValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
984
- readonly owningBusinessUnitValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
985
- readonly owningTeamValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
986
- readonly owningUserValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
987
- readonly etag: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
988
- readonly versionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
989
- readonly createdByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
990
- readonly createdOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
991
- readonly createdOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
992
- readonly modifiedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
993
- readonly modifiedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
994
- readonly modifiedOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
995
- readonly stateCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
996
- readonly statusCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
997
- readonly importSequenceNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
998
- readonly overriddenCreatedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
999
- readonly timezoneRuleVersionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1000
- readonly utcConversionTimezoneCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1001
- readonly contactId: import("zod").ZodString;
1002
- readonly relationshipType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1003
- readonly salutation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1004
- readonly proNouns: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1005
- readonly firstName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1006
- readonly middleName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1007
- readonly lastName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1008
- readonly contactStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1009
- readonly timeZone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1010
- readonly nickname: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1011
- readonly contactIcpType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1012
- readonly contractorStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1013
- readonly contractorStatusReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1014
- readonly website: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1015
- readonly jobTitle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1016
- readonly description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1017
- readonly scheduleACall: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1018
- readonly scheduleCallOwnerValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1019
- readonly scheduleCallQueueValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1020
- readonly lastCheckIn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1021
- readonly businessCard: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1022
- readonly primaryEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1023
- readonly emailValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1024
- readonly mobilePhone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1025
- readonly phoneValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1026
- readonly phone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1027
- readonly officePhoneValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1028
- readonly parentAccountValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1029
- readonly secondaryEMail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1030
- readonly secondaryEmailValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1031
- readonly workMobile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1032
- readonly workMobileValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1033
- readonly workEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1034
- readonly workEmailValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1035
- readonly followUpScheduled: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1036
- readonly dateLastContacted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1037
- readonly addressLookup: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1038
- readonly street1: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1039
- readonly street2: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1040
- readonly street3: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1041
- readonly city: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1042
- readonly county: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1043
- readonly postcode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1044
- readonly country: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1045
- readonly contractingCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1046
- readonly salesExecutiveValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1047
- readonly contractorCareConsultantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1048
- readonly referralBusinessValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1049
- readonly referringBusinessContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1050
- readonly referralBusinessUnitValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1051
- readonly referringBusinessUserValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1052
- readonly dateOfBirth: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1053
- readonly gender: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1054
- readonly maritalStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1055
- readonly spousePartnerName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1056
- readonly nationalityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1057
- readonly countryOfTaxResidenceValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1058
- readonly zohoCrmId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1059
- readonly zohoBooksId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1060
- readonly zohoCrmSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1061
- readonly zohoBooksSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1062
- readonly zohoSyncError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1063
- readonly precisionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1064
- readonly homePhone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1065
- readonly nokPrefix: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1066
- readonly nokFirstName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1067
- readonly nokLastName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1068
- readonly nokRelationshipToYou: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1069
- readonly contactNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1070
- readonly nokEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1071
- readonly address: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1072
- readonly marketingMaterials: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1073
- readonly sourceValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1074
- readonly subSource1Value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1075
- readonly subSource2Value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1076
- readonly supplierType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1077
- readonly contactMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1078
- readonly email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1079
- readonly followEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1080
- readonly bulkEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1081
- readonly doNotPhone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1082
- readonly fax: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1083
- readonly mail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1084
- readonly facebook: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1085
- readonly twitter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1086
- readonly linkedin: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1087
- readonly referringAgencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1088
- readonly referringAgencyBranchValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1089
- readonly agencyContactReferringAgentValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1090
- readonly referringCampaignValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1091
- readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1092
- readonly contractLocationTimezone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1093
- readonly solutionPackageValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1094
- readonly assignmentStartDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1095
- readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1096
- readonly totalRevenueGbp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1097
- readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1098
- readonly owningSiteValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1099
- readonly parentCustomerIdAccount: import("zod").ZodTypeAny;
1100
- readonly contractingCompany: import("zod").ZodTypeAny;
1101
- readonly referralBusiness: import("zod").ZodTypeAny;
1102
- readonly referringBusinessContact: import("zod").ZodTypeAny;
1103
- readonly nationality: import("zod").ZodTypeAny;
1104
- readonly scatsCountryOfTaxResidence: import("zod").ZodTypeAny;
1105
- readonly referringAgency: import("zod").ZodTypeAny;
1106
- readonly referringAgencyBranch: import("zod").ZodTypeAny;
1107
- readonly referringAgent: import("zod").ZodTypeAny;
1108
- readonly scatsContractLocation: import("zod").ZodTypeAny;
1109
- readonly solutionPackage: import("zod").ZodTypeAny;
1110
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
982
+ SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
983
+ readonly _ownerid_value: {
984
+ readonly pretty: "ownerIdValue";
985
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
986
+ };
987
+ readonly _owningbusinessunit_value: {
988
+ readonly pretty: "owningBusinessUnitValue";
989
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
990
+ };
991
+ readonly _owningteam_value: {
992
+ readonly pretty: "owningTeamValue";
993
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
994
+ };
995
+ readonly _owninguser_value: {
996
+ readonly pretty: "owningUserValue";
997
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
998
+ };
999
+ readonly '@odata.etag': {
1000
+ readonly pretty: "etag";
1001
+ readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
1002
+ };
1003
+ readonly versionnumber: {
1004
+ readonly pretty: "versionNumber";
1005
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1006
+ };
1007
+ readonly _createdby_value: {
1008
+ readonly pretty: "createdByValue";
1009
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1010
+ };
1011
+ readonly createdon: {
1012
+ readonly pretty: "createdOn";
1013
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1014
+ };
1015
+ readonly _createdonbehalfby_value: {
1016
+ readonly pretty: "createdOnBehalfByValue";
1017
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1018
+ };
1019
+ readonly _modifiedby_value: {
1020
+ readonly pretty: "modifiedByValue";
1021
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1022
+ };
1023
+ readonly modifiedon: {
1024
+ readonly pretty: "modifiedOn";
1025
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1026
+ };
1027
+ readonly _modifiedonbehalfby_value: {
1028
+ readonly pretty: "modifiedOnBehalfByValue";
1029
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1030
+ };
1031
+ readonly statecode: {
1032
+ readonly pretty: "stateCode";
1033
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1034
+ };
1035
+ readonly statuscode: {
1036
+ readonly pretty: "statusCode";
1037
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1038
+ };
1039
+ readonly importsequencenumber: {
1040
+ readonly pretty: "importSequenceNumber";
1041
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1042
+ };
1043
+ readonly overriddencreatedon: {
1044
+ readonly pretty: "overriddenCreatedOn";
1045
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1046
+ };
1047
+ readonly timezoneruleversionnumber: {
1048
+ readonly pretty: "timezoneRuleVersionNumber";
1049
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1050
+ };
1051
+ readonly utcconversiontimezonecode: {
1052
+ readonly pretty: "utcConversionTimezoneCode";
1053
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
1054
+ };
1055
+ } & {
1056
+ readonly contactid: {
1057
+ readonly pretty: "contactId";
1058
+ readonly type: import("zod").ZodString;
1059
+ };
1060
+ readonly customertypecode: {
1061
+ readonly pretty: "relationshipType";
1062
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1063
+ };
1064
+ readonly ww_salutation: {
1065
+ readonly pretty: "salutation";
1066
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1067
+ };
1068
+ readonly ww_pronouns: {
1069
+ readonly pretty: "proNouns";
1070
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1071
+ };
1072
+ readonly firstname: {
1073
+ readonly pretty: "firstName";
1074
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1075
+ };
1076
+ readonly middlename: {
1077
+ readonly pretty: "middleName";
1078
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1079
+ };
1080
+ readonly lastname: {
1081
+ readonly pretty: "lastName";
1082
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1083
+ };
1084
+ readonly ww_contactstatus: {
1085
+ readonly pretty: "contactStatus";
1086
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1087
+ };
1088
+ readonly adx_timezone: {
1089
+ readonly pretty: "timeZone";
1090
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1091
+ };
1092
+ readonly nickname: {
1093
+ readonly pretty: "nickname";
1094
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1095
+ };
1096
+ readonly ww_contacticptype: {
1097
+ readonly pretty: "contactIcpType";
1098
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1099
+ };
1100
+ readonly ww_contractorstatus: {
1101
+ readonly pretty: "contractorStatus";
1102
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1103
+ };
1104
+ readonly ww_contractorstatusreason: {
1105
+ readonly pretty: "contractorStatusReason";
1106
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1107
+ };
1108
+ readonly websiteurl: {
1109
+ readonly pretty: "website";
1110
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1111
+ };
1112
+ readonly jobtitle: {
1113
+ readonly pretty: "jobTitle";
1114
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1115
+ };
1116
+ readonly description: {
1117
+ readonly pretty: "description";
1118
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1119
+ };
1120
+ readonly ww_schedulecall: {
1121
+ readonly pretty: "scheduleACall";
1122
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1123
+ };
1124
+ readonly _ww_schedulecallowner_value: {
1125
+ readonly pretty: "scheduleCallOwnerValue";
1126
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1127
+ };
1128
+ readonly _ww_schedulecallqueue_value: {
1129
+ readonly pretty: "scheduleCallQueueValue";
1130
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1131
+ };
1132
+ readonly ww_lastcheckin: {
1133
+ readonly pretty: "lastCheckIn";
1134
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1135
+ };
1136
+ readonly businesscard: {
1137
+ readonly pretty: "businessCard";
1138
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1139
+ };
1140
+ readonly emailaddress1: {
1141
+ readonly pretty: "primaryEmail";
1142
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1143
+ };
1144
+ readonly ww_emailvalid: {
1145
+ readonly pretty: "emailValid";
1146
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1147
+ };
1148
+ readonly mobilephone: {
1149
+ readonly pretty: "mobilePhone";
1150
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1151
+ };
1152
+ readonly ww_isphonevalid: {
1153
+ readonly pretty: "phoneValid";
1154
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1155
+ };
1156
+ readonly home2: {
1157
+ readonly pretty: "phone";
1158
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1159
+ };
1160
+ readonly ww_officephonevalid: {
1161
+ readonly pretty: "officePhoneValid";
1162
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1163
+ };
1164
+ readonly _parentcustomerid_value: {
1165
+ readonly relationshipName: "parentcustomerid_account";
1166
+ readonly entity: "accounts";
1167
+ readonly pretty: "parentAccountValue";
1168
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1169
+ };
1170
+ readonly emailaddress2: {
1171
+ readonly pretty: "secondaryEMail";
1172
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1173
+ };
1174
+ readonly ww_secondaryemailvalid: {
1175
+ readonly pretty: "secondaryEmailValid";
1176
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1177
+ };
1178
+ readonly telephone3: {
1179
+ readonly pretty: "workMobile";
1180
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1181
+ };
1182
+ readonly ww_workmobilevalid: {
1183
+ readonly pretty: "workMobileValid";
1184
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1185
+ };
1186
+ readonly emailaddress3: {
1187
+ readonly pretty: "workEmail";
1188
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1189
+ };
1190
+ readonly ww_workemailvalid: {
1191
+ readonly pretty: "workEmailValid";
1192
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1193
+ };
1194
+ readonly ww_followupscheduled: {
1195
+ readonly pretty: "followUpScheduled";
1196
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1197
+ };
1198
+ readonly ww_datelastcontacted: {
1199
+ readonly pretty: "dateLastContacted";
1200
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1201
+ };
1202
+ readonly address1_name: {
1203
+ readonly pretty: "addressLookup";
1204
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1205
+ };
1206
+ readonly address1_line1: {
1207
+ readonly pretty: "street1";
1208
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1209
+ };
1210
+ readonly address1_line2: {
1211
+ readonly pretty: "street2";
1212
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1213
+ };
1214
+ readonly address1_line3: {
1215
+ readonly pretty: "street3";
1216
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1217
+ };
1218
+ readonly address1_city: {
1219
+ readonly pretty: "city";
1220
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1221
+ };
1222
+ readonly address1_county: {
1223
+ readonly pretty: "county";
1224
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1225
+ };
1226
+ readonly address1_postalcode: {
1227
+ readonly pretty: "postcode";
1228
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1229
+ };
1230
+ readonly address1_country: {
1231
+ readonly pretty: "country";
1232
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1233
+ };
1234
+ readonly _ww_contractingcompany_value: {
1235
+ readonly relationshipName: "ww_ContractingCompany";
1236
+ readonly entity: "accounts";
1237
+ readonly pretty: "contractingCompanyValue";
1238
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1239
+ };
1240
+ readonly _ww_salesexecutive_value: {
1241
+ readonly pretty: "salesExecutiveValue";
1242
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1243
+ };
1244
+ readonly _ww_contractorcareconsultant_value: {
1245
+ readonly pretty: "contractorCareConsultantValue";
1246
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1247
+ };
1248
+ readonly _ww_referralbusiness_value: {
1249
+ readonly relationshipName: "ww_ReferralBusiness";
1250
+ readonly entity: "accounts";
1251
+ readonly pretty: "referralBusinessValue";
1252
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1253
+ };
1254
+ readonly _ww_referringbusinesscontact_value: {
1255
+ readonly relationshipName: "ww_ReferringBusinessContact";
1256
+ readonly entity: "contacts";
1257
+ readonly pretty: "referringBusinessContactValue";
1258
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1259
+ };
1260
+ readonly _ww_referralbusinessunit_value: {
1261
+ readonly pretty: "referralBusinessUnitValue";
1262
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1263
+ };
1264
+ readonly _ww_referringbusinessuser_value: {
1265
+ readonly pretty: "referringBusinessUserValue";
1266
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1267
+ };
1268
+ readonly birthdate: {
1269
+ readonly pretty: "dateOfBirth";
1270
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1271
+ };
1272
+ readonly gendercode: {
1273
+ readonly pretty: "gender";
1274
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1275
+ };
1276
+ readonly familystatuscode: {
1277
+ readonly pretty: "maritalStatus";
1278
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1279
+ };
1280
+ readonly spousesname: {
1281
+ readonly pretty: "spousePartnerName";
1282
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1283
+ };
1284
+ readonly _ww_nationality_value: {
1285
+ readonly relationshipName: "ww_Nationality";
1286
+ readonly entity: "ww_nationalities";
1287
+ readonly pretty: "nationalityValue";
1288
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").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: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1295
+ };
1296
+ readonly ww_zohocrmid: {
1297
+ readonly pretty: "zohoCrmId";
1298
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1299
+ };
1300
+ readonly ww_zohobooksid: {
1301
+ readonly pretty: "zohoBooksId";
1302
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1303
+ };
1304
+ readonly ww_zohocrmsync: {
1305
+ readonly pretty: "zohoCrmSync";
1306
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1307
+ };
1308
+ readonly ww_zohobookssync: {
1309
+ readonly pretty: "zohoBooksSync";
1310
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1311
+ };
1312
+ readonly ww_zohosyncerror: {
1313
+ readonly pretty: "zohoSyncError";
1314
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1315
+ };
1316
+ readonly ww_precisionid: {
1317
+ readonly pretty: "precisionId";
1318
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1319
+ };
1320
+ readonly telephone2: {
1321
+ readonly pretty: "homePhone";
1322
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1323
+ };
1324
+ readonly ww_nextofkinprefix: {
1325
+ readonly pretty: "nokPrefix";
1326
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1327
+ };
1328
+ readonly ww_nextofkinfirstname: {
1329
+ readonly pretty: "nokFirstName";
1330
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1331
+ };
1332
+ readonly ww_nextofkinlastname: {
1333
+ readonly pretty: "nokLastName";
1334
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1335
+ };
1336
+ readonly ww_nextofkinrelationship: {
1337
+ readonly pretty: "nokRelationshipToYou";
1338
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1339
+ };
1340
+ readonly ww_nextofkincontactnumber: {
1341
+ readonly pretty: "contactNumber";
1342
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1343
+ };
1344
+ readonly ww_nextofkinemail: {
1345
+ readonly pretty: "nokEmail";
1346
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1347
+ };
1348
+ readonly ww_nextofkinaddress: {
1349
+ readonly pretty: "address";
1350
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1351
+ };
1352
+ readonly donotsendmm: {
1353
+ readonly pretty: "marketingMaterials";
1354
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1355
+ };
1356
+ readonly _ww_source_value: {
1357
+ readonly pretty: "sourceValue";
1358
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1359
+ };
1360
+ readonly _ww_subsource1_value: {
1361
+ readonly pretty: "subSource1Value";
1362
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1363
+ };
1364
+ readonly _ww_subsourcee2_value: {
1365
+ readonly pretty: "subSource2Value";
1366
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1367
+ };
1368
+ readonly ww_suppliertype: {
1369
+ readonly pretty: "supplierType";
1370
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1371
+ };
1372
+ readonly preferredcontactmethodcode: {
1373
+ readonly pretty: "contactMethod";
1374
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1375
+ };
1376
+ readonly donotemail: {
1377
+ readonly pretty: "email";
1378
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1379
+ };
1380
+ readonly followemail: {
1381
+ readonly pretty: "followEmail";
1382
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1383
+ };
1384
+ readonly donotbulkemail: {
1385
+ readonly pretty: "bulkEmail";
1386
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1387
+ };
1388
+ readonly donotphone: {
1389
+ readonly pretty: "doNotPhone";
1390
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1391
+ };
1392
+ readonly donotfax: {
1393
+ readonly pretty: "fax";
1394
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1395
+ };
1396
+ readonly donotpostalmail: {
1397
+ readonly pretty: "mail";
1398
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1399
+ };
1400
+ readonly ww_facebook: {
1401
+ readonly pretty: "facebook";
1402
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1403
+ };
1404
+ readonly ww_twitter: {
1405
+ readonly pretty: "twitter";
1406
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1407
+ };
1408
+ readonly ww_linkedin: {
1409
+ readonly pretty: "linkedin";
1410
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1411
+ };
1412
+ readonly _ww_referringagency_value: {
1413
+ readonly relationshipName: "ww_ReferringAgency";
1414
+ readonly entity: "accounts";
1415
+ readonly pretty: "referringAgencyValue";
1416
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1417
+ };
1418
+ readonly _ww_referringagencybranch_value: {
1419
+ readonly relationshipName: "ww_ReferringAgencyBranch";
1420
+ readonly entity: "accounts";
1421
+ readonly pretty: "referringAgencyBranchValue";
1422
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1423
+ };
1424
+ readonly _ww_referringagent_value: {
1425
+ readonly relationshipName: "ww_ReferringAgent";
1426
+ readonly entity: "contacts";
1427
+ readonly pretty: "agencyContactReferringAgentValue";
1428
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1429
+ };
1430
+ readonly _ww_referringcampaign_value: {
1431
+ readonly pretty: "referringCampaignValue";
1432
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").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: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1439
+ };
1440
+ readonly ww_scats_contractlocationtimezone: {
1441
+ readonly pretty: "contractLocationTimezone";
1442
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1443
+ };
1444
+ readonly _ww_solutionpackage_value: {
1445
+ readonly relationshipName: "ww_SolutionPackage";
1446
+ readonly entity: "products";
1447
+ readonly pretty: "solutionPackageValue";
1448
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1449
+ };
1450
+ readonly ww_scl_startdate: {
1451
+ readonly pretty: "assignmentStartDate";
1452
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1453
+ };
1454
+ readonly ww_totalrevenue: {
1455
+ readonly pretty: "totalRevenue";
1456
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1457
+ };
1458
+ readonly ww_totalrevenue_base: {
1459
+ readonly pretty: "totalRevenueGbp";
1460
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1461
+ };
1462
+ readonly ww_endclient: {
1463
+ readonly pretty: "endClient";
1464
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1465
+ };
1466
+ readonly _ww_owningsite_value: {
1467
+ readonly pretty: "owningSiteValue";
1468
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").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
+ }>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1111
1515
  contactId: string;
1112
1516
  description?: string | null | undefined;
1113
1517
  fax?: boolean | null | undefined;
@@ -1164,9 +1568,6 @@ export declare const Contact: {
1164
1568
  owningBusinessUnitValue?: string | null | undefined;
1165
1569
  owningTeamValue?: string | null | undefined;
1166
1570
  owningUserValue?: string | null | undefined;
1167
- workCountryValue?: string | null | undefined;
1168
- endClient?: string | null | undefined;
1169
- totalRevenue?: number | null | undefined;
1170
1571
  proNouns?: number | null | undefined;
1171
1572
  firstName?: string | null | undefined;
1172
1573
  middleName?: string | null | undefined;
@@ -1221,10 +1622,13 @@ export declare const Contact: {
1221
1622
  referringAgencyBranchValue?: string | null | undefined;
1222
1623
  agencyContactReferringAgentValue?: string | null | undefined;
1223
1624
  referringCampaignValue?: string | null | undefined;
1625
+ workCountryValue?: string | null | undefined;
1224
1626
  contractLocationTimezone?: number | null | undefined;
1225
1627
  solutionPackageValue?: string | null | undefined;
1226
1628
  assignmentStartDate?: string | null | undefined;
1629
+ totalRevenue?: number | null | undefined;
1227
1630
  totalRevenueGbp?: number | null | undefined;
1631
+ endClient?: string | null | undefined;
1228
1632
  parentCustomerIdAccount?: any;
1229
1633
  contractingCompany?: any;
1230
1634
  referralBusiness?: any;
@@ -1292,9 +1696,6 @@ export declare const Contact: {
1292
1696
  owningBusinessUnitValue?: string | null | undefined;
1293
1697
  owningTeamValue?: string | null | undefined;
1294
1698
  owningUserValue?: string | null | undefined;
1295
- workCountryValue?: string | null | undefined;
1296
- endClient?: string | null | undefined;
1297
- totalRevenue?: number | null | undefined;
1298
1699
  proNouns?: number | null | undefined;
1299
1700
  firstName?: string | null | undefined;
1300
1701
  middleName?: string | null | undefined;
@@ -1349,10 +1750,13 @@ export declare const Contact: {
1349
1750
  referringAgencyBranchValue?: string | null | undefined;
1350
1751
  agencyContactReferringAgentValue?: string | null | undefined;
1351
1752
  referringCampaignValue?: string | null | undefined;
1753
+ workCountryValue?: string | null | undefined;
1352
1754
  contractLocationTimezone?: number | null | undefined;
1353
1755
  solutionPackageValue?: string | null | undefined;
1354
1756
  assignmentStartDate?: string | null | undefined;
1757
+ totalRevenue?: number | null | undefined;
1355
1758
  totalRevenueGbp?: number | null | undefined;
1759
+ endClient?: string | null | undefined;
1356
1760
  parentCustomerIdAccount?: any;
1357
1761
  contractingCompany?: any;
1358
1762
  referralBusiness?: any;
@@ -1512,9 +1916,6 @@ export declare const Contact: {
1512
1916
  mail?: boolean | null | undefined;
1513
1917
  contractorCareConsultantValue?: string | null | undefined;
1514
1918
  owningSiteValue?: string | null | undefined;
1515
- workCountryValue?: string | null | undefined;
1516
- endClient?: string | null | undefined;
1517
- totalRevenue?: number | null | undefined;
1518
1919
  contactId?: string | undefined;
1519
1920
  proNouns?: number | null | undefined;
1520
1921
  firstName?: string | null | undefined;
@@ -1570,10 +1971,13 @@ export declare const Contact: {
1570
1971
  referringAgencyBranchValue?: string | null | undefined;
1571
1972
  agencyContactReferringAgentValue?: string | null | undefined;
1572
1973
  referringCampaignValue?: string | null | undefined;
1974
+ workCountryValue?: string | null | undefined;
1573
1975
  contractLocationTimezone?: number | null | undefined;
1574
1976
  solutionPackageValue?: string | null | undefined;
1575
1977
  assignmentStartDate?: string | null | undefined;
1978
+ totalRevenue?: number | null | undefined;
1576
1979
  totalRevenueGbp?: number | null | undefined;
1980
+ endClient?: string | null | undefined;
1577
1981
  parentCustomerIdAccount?: any;
1578
1982
  contractingCompany?: any;
1579
1983
  referralBusiness?: any;
@@ -1622,9 +2026,6 @@ export declare const Contact: {
1622
2026
  mail?: boolean | null | undefined;
1623
2027
  contractorCareConsultantValue?: string | null | undefined;
1624
2028
  owningSiteValue?: string | null | undefined;
1625
- workCountryValue?: string | null | undefined;
1626
- endClient?: string | null | undefined;
1627
- totalRevenue?: number | null | undefined;
1628
2029
  contactId?: string | undefined;
1629
2030
  proNouns?: number | null | undefined;
1630
2031
  firstName?: string | null | undefined;
@@ -1680,10 +2081,13 @@ export declare const Contact: {
1680
2081
  referringAgencyBranchValue?: string | null | undefined;
1681
2082
  agencyContactReferringAgentValue?: string | null | undefined;
1682
2083
  referringCampaignValue?: string | null | undefined;
2084
+ workCountryValue?: string | null | undefined;
1683
2085
  contractLocationTimezone?: number | null | undefined;
1684
2086
  solutionPackageValue?: string | null | undefined;
1685
2087
  assignmentStartDate?: string | null | undefined;
2088
+ totalRevenue?: number | null | undefined;
1686
2089
  totalRevenueGbp?: number | null | undefined;
2090
+ endClient?: string | null | undefined;
1687
2091
  parentCustomerIdAccount?: any;
1688
2092
  contractingCompany?: any;
1689
2093
  referralBusiness?: any;