@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
@@ -17,6 +17,8 @@ export declare const CountryEntity: {
17
17
  utcConversionTimezoneCode: string;
18
18
  versionNumber: string;
19
19
  name: string;
20
+ isEu: string;
21
+ organizationIdValue: string;
20
22
  countryId: string;
21
23
  code: string;
22
24
  altSearchCode: string;
@@ -24,7 +26,6 @@ export declare const CountryEntity: {
24
26
  wwgEntity: string;
25
27
  scatsCurrencyValue: string;
26
28
  isSanctioned: string;
27
- isEu: string;
28
29
  scatsWorkPermitServices: string;
29
30
  scatsWorkermitServicesNotes: string;
30
31
  scatsAverageRoi: string;
@@ -32,7 +33,6 @@ export declare const CountryEntity: {
32
33
  scatsFees: string;
33
34
  scatsPartnerAccountantValue: string;
34
35
  scatsInCountryServices: string;
35
- organizationIdValue: string;
36
36
  };
37
37
  fieldsD365: {
38
38
  readonly ww_countryid: "countryId";
@@ -115,6 +115,8 @@ export declare const CountryEntity: {
115
115
  utcconversiontimezonecode?: string | number | null | undefined;
116
116
  versionnumber?: number | null | undefined;
117
117
  ww_name?: string | null | undefined;
118
+ ww_iseu?: boolean | null | undefined;
119
+ _organizationid_value?: string | null | undefined;
118
120
  ww_countryid?: string | null | undefined;
119
121
  ww_code?: string | null | undefined;
120
122
  ww_altsearchcode?: string | null | undefined;
@@ -122,7 +124,6 @@ export declare const CountryEntity: {
122
124
  ww_wwgentity?: boolean | null | undefined;
123
125
  _ww_scats_currency_value?: string | null | undefined;
124
126
  ww_issanctioned?: boolean | null | undefined;
125
- ww_iseu?: boolean | null | undefined;
126
127
  ww_scats_workpermitservices?: boolean | null | undefined;
127
128
  ww_scats_workpermitservicesnotes?: string | null | undefined;
128
129
  ww_scats_averageroi?: string | null | undefined;
@@ -130,7 +131,6 @@ export declare const CountryEntity: {
130
131
  ww_scats_fees?: string | null | undefined;
131
132
  _ww_scats_partneraccountant_value?: string | null | undefined;
132
133
  ww_scats_incountryservices?: string | null | undefined;
133
- _organizationid_value?: string | null | undefined;
134
134
  }, {
135
135
  '@odata.etag'?: string | null | undefined;
136
136
  _createdby_value?: string | null | undefined;
@@ -147,6 +147,8 @@ export declare const CountryEntity: {
147
147
  utcconversiontimezonecode?: string | number | null | undefined;
148
148
  versionnumber?: number | null | undefined;
149
149
  ww_name?: string | null | undefined;
150
+ ww_iseu?: boolean | null | undefined;
151
+ _organizationid_value?: string | null | undefined;
150
152
  ww_countryid?: string | null | undefined;
151
153
  ww_code?: string | null | undefined;
152
154
  ww_altsearchcode?: string | null | undefined;
@@ -154,7 +156,6 @@ export declare const CountryEntity: {
154
156
  ww_wwgentity?: boolean | null | undefined;
155
157
  _ww_scats_currency_value?: string | null | undefined;
156
158
  ww_issanctioned?: boolean | null | undefined;
157
- ww_iseu?: boolean | null | undefined;
158
159
  ww_scats_workpermitservices?: boolean | null | undefined;
159
160
  ww_scats_workpermitservicesnotes?: string | null | undefined;
160
161
  ww_scats_averageroi?: string | null | undefined;
@@ -162,7 +163,6 @@ export declare const CountryEntity: {
162
163
  ww_scats_fees?: string | null | undefined;
163
164
  _ww_scats_partneraccountant_value?: string | null | undefined;
164
165
  ww_scats_incountryservices?: string | null | undefined;
165
- _organizationid_value?: string | null | undefined;
166
166
  }>;
167
167
  SPayloadD365: z.ZodObject<{
168
168
  readonly ww_countryid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
@@ -183,6 +183,7 @@ export declare const CountryEntity: {
183
183
  readonly ww_scats_incountryservices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
184
184
  }, z.UnknownKeysParam, z.ZodTypeAny, {
185
185
  ww_name?: string | null | undefined;
186
+ ww_iseu?: boolean | null | undefined;
186
187
  ww_countryid?: string | null | undefined;
187
188
  ww_code?: string | null | undefined;
188
189
  ww_altsearchcode?: string | null | undefined;
@@ -190,7 +191,6 @@ export declare const CountryEntity: {
190
191
  ww_wwgentity?: boolean | null | undefined;
191
192
  _ww_scats_currency_value?: string | null | undefined;
192
193
  ww_issanctioned?: boolean | null | undefined;
193
- ww_iseu?: boolean | null | undefined;
194
194
  ww_scats_workpermitservices?: boolean | null | undefined;
195
195
  ww_scats_workpermitservicesnotes?: string | null | undefined;
196
196
  ww_scats_averageroi?: string | null | undefined;
@@ -200,6 +200,7 @@ export declare const CountryEntity: {
200
200
  ww_scats_incountryservices?: string | null | undefined;
201
201
  }, {
202
202
  ww_name?: string | null | undefined;
203
+ ww_iseu?: boolean | null | undefined;
203
204
  ww_countryid?: string | null | undefined;
204
205
  ww_code?: string | null | undefined;
205
206
  ww_altsearchcode?: string | null | undefined;
@@ -207,7 +208,6 @@ export declare const CountryEntity: {
207
208
  ww_wwgentity?: boolean | null | undefined;
208
209
  _ww_scats_currency_value?: string | null | undefined;
209
210
  ww_issanctioned?: boolean | null | undefined;
210
- ww_iseu?: boolean | null | undefined;
211
211
  ww_scats_workpermitservices?: boolean | null | undefined;
212
212
  ww_scats_workpermitservicesnotes?: string | null | undefined;
213
213
  ww_scats_averageroi?: string | null | undefined;
@@ -216,39 +216,133 @@ export declare const CountryEntity: {
216
216
  _ww_scats_partneraccountant_value?: string | null | undefined;
217
217
  ww_scats_incountryservices?: string | null | undefined;
218
218
  }>;
219
- SResponseAPI: z.ZodObject<{
220
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
221
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
222
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
223
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
224
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
225
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
226
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
227
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
228
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
229
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
230
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
231
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
232
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
233
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
234
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
235
- readonly countryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
236
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
237
- readonly code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
238
- readonly altSearchCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
239
- readonly continent: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
240
- readonly wwgEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
241
- readonly scatsCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
242
- readonly isSanctioned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
243
- readonly isEu: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
244
- readonly scatsWorkPermitServices: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
245
- readonly scatsWorkermitServicesNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
246
- readonly scatsAverageRoi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
247
- readonly scatsContractingCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
248
- readonly scatsFees: z.ZodOptional<z.ZodNullable<z.ZodString>>;
249
- readonly scatsPartnerAccountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
250
- readonly scatsInCountryServices: z.ZodOptional<z.ZodNullable<z.ZodString>>;
251
- }, z.UnknownKeysParam, z.ZodTypeAny, {
219
+ SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
220
+ readonly _organizationid_value: {
221
+ readonly pretty: "organizationIdValue";
222
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
223
+ };
224
+ readonly '@odata.etag': {
225
+ readonly pretty: "etag";
226
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
227
+ };
228
+ readonly versionnumber: {
229
+ readonly pretty: "versionNumber";
230
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
231
+ };
232
+ readonly _createdby_value: {
233
+ readonly pretty: "createdByValue";
234
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
235
+ };
236
+ readonly createdon: {
237
+ readonly pretty: "createdOn";
238
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
239
+ };
240
+ readonly _createdonbehalfby_value: {
241
+ readonly pretty: "createdOnBehalfByValue";
242
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
243
+ };
244
+ readonly _modifiedby_value: {
245
+ readonly pretty: "modifiedByValue";
246
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
247
+ };
248
+ readonly modifiedon: {
249
+ readonly pretty: "modifiedOn";
250
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
251
+ };
252
+ readonly _modifiedonbehalfby_value: {
253
+ readonly pretty: "modifiedOnBehalfByValue";
254
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
255
+ };
256
+ readonly statecode: {
257
+ readonly pretty: "stateCode";
258
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
259
+ };
260
+ readonly statuscode: {
261
+ readonly pretty: "statusCode";
262
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
263
+ };
264
+ readonly importsequencenumber: {
265
+ readonly pretty: "importSequenceNumber";
266
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
267
+ };
268
+ readonly overriddencreatedon: {
269
+ readonly pretty: "overriddenCreatedOn";
270
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
271
+ };
272
+ readonly timezoneruleversionnumber: {
273
+ readonly pretty: "timezoneRuleVersionNumber";
274
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
275
+ };
276
+ readonly utcconversiontimezonecode: {
277
+ readonly pretty: "utcConversionTimezoneCode";
278
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
279
+ };
280
+ } & {
281
+ readonly ww_countryid: {
282
+ readonly pretty: "countryId";
283
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
284
+ };
285
+ readonly ww_name: {
286
+ readonly pretty: "name";
287
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
288
+ };
289
+ readonly ww_code: {
290
+ readonly pretty: "code";
291
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
292
+ };
293
+ readonly ww_altsearchcode: {
294
+ readonly pretty: "altSearchCode";
295
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
296
+ };
297
+ readonly ww_continent: {
298
+ readonly pretty: "continent";
299
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
300
+ };
301
+ readonly ww_wwgentity: {
302
+ readonly pretty: "wwgEntity";
303
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
304
+ };
305
+ readonly _ww_scats_currency_value: {
306
+ readonly pretty: "scatsCurrencyValue";
307
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
308
+ };
309
+ readonly ww_issanctioned: {
310
+ readonly pretty: "isSanctioned";
311
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
312
+ };
313
+ readonly ww_iseu: {
314
+ readonly pretty: "isEu";
315
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
316
+ };
317
+ readonly ww_scats_workpermitservices: {
318
+ readonly pretty: "scatsWorkPermitServices";
319
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
320
+ };
321
+ readonly ww_scats_workpermitservicesnotes: {
322
+ readonly pretty: "scatsWorkermitServicesNotes";
323
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
324
+ };
325
+ readonly ww_scats_averageroi: {
326
+ readonly pretty: "scatsAverageRoi";
327
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
328
+ };
329
+ readonly _ww_scats_contractingcompany_value: {
330
+ readonly pretty: "scatsContractingCompanyValue";
331
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
332
+ };
333
+ readonly ww_scats_fees: {
334
+ readonly pretty: "scatsFees";
335
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
336
+ };
337
+ readonly _ww_scats_partneraccountant_value: {
338
+ readonly pretty: "scatsPartnerAccountantValue";
339
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
340
+ };
341
+ readonly ww_scats_incountryservices: {
342
+ readonly pretty: "scatsInCountryServices";
343
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
344
+ };
345
+ }>, z.UnknownKeysParam, z.ZodTypeAny, {
252
346
  code?: string | null | undefined;
253
347
  etag?: string | null | undefined;
254
348
  versionNumber?: number | null | undefined;
@@ -266,13 +360,13 @@ export declare const CountryEntity: {
266
360
  utcConversionTimezoneCode?: string | number | null | undefined;
267
361
  organizationIdValue?: string | null | undefined;
268
362
  name?: string | null | undefined;
363
+ isEu?: boolean | null | undefined;
269
364
  countryId?: string | null | undefined;
270
365
  altSearchCode?: string | null | undefined;
271
366
  continent?: number | null | undefined;
272
367
  wwgEntity?: boolean | null | undefined;
273
368
  scatsCurrencyValue?: string | null | undefined;
274
369
  isSanctioned?: boolean | null | undefined;
275
- isEu?: boolean | null | undefined;
276
370
  scatsWorkPermitServices?: boolean | null | undefined;
277
371
  scatsWorkermitServicesNotes?: string | null | undefined;
278
372
  scatsAverageRoi?: string | null | undefined;
@@ -298,13 +392,13 @@ export declare const CountryEntity: {
298
392
  utcConversionTimezoneCode?: string | number | null | undefined;
299
393
  organizationIdValue?: string | null | undefined;
300
394
  name?: string | null | undefined;
395
+ isEu?: boolean | null | undefined;
301
396
  countryId?: string | null | undefined;
302
397
  altSearchCode?: string | null | undefined;
303
398
  continent?: number | null | undefined;
304
399
  wwgEntity?: boolean | null | undefined;
305
400
  scatsCurrencyValue?: string | null | undefined;
306
401
  isSanctioned?: boolean | null | undefined;
307
- isEu?: boolean | null | undefined;
308
402
  scatsWorkPermitServices?: boolean | null | undefined;
309
403
  scatsWorkermitServicesNotes?: string | null | undefined;
310
404
  scatsAverageRoi?: string | null | undefined;
@@ -333,13 +427,13 @@ export declare const CountryEntity: {
333
427
  }, z.UnknownKeysParam, z.ZodTypeAny, {
334
428
  code?: string | null | undefined;
335
429
  name?: string | null | undefined;
430
+ isEu?: boolean | null | undefined;
336
431
  countryId?: string | null | undefined;
337
432
  altSearchCode?: string | null | undefined;
338
433
  continent?: number | null | undefined;
339
434
  wwgEntity?: boolean | null | undefined;
340
435
  scatsCurrencyValue?: string | null | undefined;
341
436
  isSanctioned?: boolean | null | undefined;
342
- isEu?: boolean | null | undefined;
343
437
  scatsWorkPermitServices?: boolean | null | undefined;
344
438
  scatsWorkermitServicesNotes?: string | null | undefined;
345
439
  scatsAverageRoi?: string | null | undefined;
@@ -350,13 +444,13 @@ export declare const CountryEntity: {
350
444
  }, {
351
445
  code?: string | null | undefined;
352
446
  name?: string | null | undefined;
447
+ isEu?: boolean | null | undefined;
353
448
  countryId?: string | null | undefined;
354
449
  altSearchCode?: string | null | undefined;
355
450
  continent?: number | null | undefined;
356
451
  wwgEntity?: boolean | null | undefined;
357
452
  scatsCurrencyValue?: string | null | undefined;
358
453
  isSanctioned?: boolean | null | undefined;
359
- isEu?: boolean | null | undefined;
360
454
  scatsWorkPermitServices?: boolean | null | undefined;
361
455
  scatsWorkermitServicesNotes?: string | null | undefined;
362
456
  scatsAverageRoi?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"TCountryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/TCountryAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA;AAGF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,aAAa,CAAC,CAAA;AACtE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,YAAY,CAAC,CAAA;AACpE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,WAAW,CAAC,CAAA"}
1
+ {"version":3,"file":"TCountryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/TCountryAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA;AAGF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,aAAa,CAAC,CAAA;AACtE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,YAAY,CAAC,CAAA;AACpE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,WAAW,CAAC,CAAA"}