@workwell-global/toolkit 1.1.9 → 1.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/dist/enums/EntityNames.d.ts +8 -0
  2. package/dist/enums/EntityNames.d.ts.map +1 -1
  3. package/dist/enums/EntityNames.js +8 -0
  4. package/dist/enums/EntityNames.js.map +1 -1
  5. package/dist/enums/SCLASNStages.d.ts +2 -1
  6. package/dist/enums/SCLASNStages.d.ts.map +1 -1
  7. package/dist/enums/SCLASNStages.js +2 -2
  8. package/dist/enums/SCLASNStages.js.map +1 -1
  9. package/dist/enums/SCLASNStatus.d.ts +12 -12
  10. package/dist/enums/SCLASNStatus.d.ts.map +1 -1
  11. package/dist/enums/SCLASNStatus.js +10 -29
  12. package/dist/enums/SCLASNStatus.js.map +1 -1
  13. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
  14. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
  15. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
  16. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
  17. package/dist/models/schemas/api/_entityTools/EntityRegistry.js +1 -1
  18. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
  19. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
  20. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
  21. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
  22. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
  23. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
  24. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
  25. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
  26. package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
  27. package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
  28. package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
  29. package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
  30. package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
  31. package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
  32. package/dist/models/schemas/api/account/index.d.ts +522 -166
  33. package/dist/models/schemas/api/account/index.d.ts.map +1 -1
  34. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +300 -285
  35. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
  36. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +310 -208
  37. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
  38. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2224 -1322
  39. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
  40. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +29 -0
  41. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
  42. package/dist/models/schemas/api/assignment/index.d.ts +2221 -1323
  43. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
  44. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
  45. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
  46. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
  47. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
  48. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
  49. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
  50. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
  51. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
  52. package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
  53. package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
  54. package/dist/models/schemas/api/assignmentLog/index.js +11 -0
  55. package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
  56. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
  57. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
  58. package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
  59. package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
  60. package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
  61. package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
  62. package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
  63. package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
  64. package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
  65. package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
  66. package/dist/models/schemas/api/contact/index.d.ts +595 -191
  67. package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
  68. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
  69. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
  70. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
  71. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
  72. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
  73. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
  74. package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
  75. package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
  76. package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
  77. package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
  78. package/dist/models/schemas/api/country/index.d.ts +139 -45
  79. package/dist/models/schemas/api/country/index.d.ts.map +1 -1
  80. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
  81. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
  82. package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
  83. package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
  84. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
  85. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
  86. package/dist/models/schemas/api/currency/index.d.ts +87 -23
  87. package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
  88. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
  89. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
  90. package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
  91. package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
  92. package/dist/models/schemas/api/download/index.d.ts +2 -0
  93. package/dist/models/schemas/api/download/index.d.ts.map +1 -0
  94. package/dist/models/schemas/api/download/index.js +2 -0
  95. package/dist/models/schemas/api/download/index.js.map +1 -0
  96. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
  97. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
  98. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
  99. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +194 -67
  100. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
  101. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
  102. package/dist/models/schemas/api/enquiry/index.d.ts +190 -66
  103. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
  104. package/dist/models/schemas/api/index.d.ts +3 -0
  105. package/dist/models/schemas/api/index.d.ts.map +1 -1
  106. package/dist/models/schemas/api/index.js +3 -0
  107. package/dist/models/schemas/api/index.js.map +1 -1
  108. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +180 -69
  109. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
  110. package/dist/models/schemas/api/margin/index.d.ts +180 -69
  111. package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
  112. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
  113. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
  114. package/dist/models/schemas/api/nationality/index.d.ts +113 -40
  115. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
  116. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
  117. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
  118. package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
  119. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
  120. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
  121. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
  122. package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
  123. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
  124. package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
  125. package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
  126. package/dist/models/schemas/api/referral/index.js +1 -0
  127. package/dist/models/schemas/api/referral/index.js.map +1 -1
  128. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
  129. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
  130. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
  131. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
  132. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
  133. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
  134. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
  135. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
  136. package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
  137. package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
  138. package/dist/models/schemas/api/referralLog/index.js +11 -0
  139. package/dist/models/schemas/api/referralLog/index.js.map +1 -0
  140. package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
  141. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
  142. package/dist/models/schemas/api/role/index.d.ts +83 -22
  143. package/dist/models/schemas/api/role/index.d.ts.map +1 -1
  144. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +7 -7
  145. package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
  146. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
  147. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +312 -100
  148. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
  149. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
  150. package/dist/models/schemas/api/simulation/index.d.ts +296 -99
  151. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
  152. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
  153. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
  154. package/dist/models/schemas/api/solution/index.d.ts +259 -69
  155. package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
  156. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
  157. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
  158. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
  159. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
  160. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
  161. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
  162. package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
  163. package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
  164. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +787 -231
  165. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
  166. package/dist/models/schemas/bff/config/SGetConfigBFF.js +4 -4
  167. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
  168. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
  169. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
  170. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
  171. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
  172. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
  173. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
  174. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
  175. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
  176. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +157 -46
  177. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
  178. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
  179. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
  180. package/dist/models/schemas/bff/config/index.d.ts +8 -0
  181. package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
  182. package/dist/models/schemas/bff/config/index.js +8 -0
  183. package/dist/models/schemas/bff/config/index.js.map +1 -0
  184. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +4 -4
  185. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -1
  186. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +4 -1
  187. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -1
  188. package/dist/models/schemas/bff/documents/index.d.ts +2 -0
  189. package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
  190. package/dist/models/schemas/bff/documents/index.js +2 -0
  191. package/dist/models/schemas/bff/documents/index.js.map +1 -0
  192. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
  193. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
  194. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
  195. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
  196. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
  197. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
  198. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +173 -0
  199. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
  200. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
  201. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
  202. package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
  203. package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
  204. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +170 -46
  205. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
  206. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
  207. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
  208. package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
  209. package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
  210. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1341 -467
  211. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
  212. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
  213. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
  214. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
  215. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
  216. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
  217. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
  218. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
  219. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
  220. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
  221. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
  222. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
  223. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
  224. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
  225. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
  226. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
  227. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
  228. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +10 -10
  229. package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
  230. package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
  231. package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
  232. package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
  233. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
  234. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
  235. package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
  236. package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
  237. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
  238. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
  239. package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
  240. package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
  241. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
  242. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
  243. package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
  244. package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
  245. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
  246. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
  247. package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
  248. package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
  249. package/dist/models/schemas/bff/index.d.ts +6 -20
  250. package/dist/models/schemas/bff/index.d.ts.map +1 -1
  251. package/dist/models/schemas/bff/index.js +31 -25
  252. package/dist/models/schemas/bff/index.js.map +1 -1
  253. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +5 -5
  254. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
  255. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
  256. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
  257. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
  258. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +5 -5
  259. package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
  260. package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
  261. package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
  262. package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
  263. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
  264. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
  265. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
  266. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
  267. package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
  268. package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
  269. package/package.json +21 -13
  270. package/dist/models/crm-dynamics/TChangeRequest.d.ts +0 -67
  271. package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
  272. package/dist/models/crm-dynamics/TChangeRequest.js +0 -2
  273. package/dist/models/crm-dynamics/TChangeRequest.js.map +0 -1
  274. package/dist/models/crm-dynamics/TEnquiry.d.ts +0 -68
  275. package/dist/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
  276. package/dist/models/crm-dynamics/TEnquiry.js +0 -2
  277. package/dist/models/crm-dynamics/TEnquiry.js.map +0 -1
  278. package/dist/models/event/TEvent.d.ts +0 -49
  279. package/dist/models/event/TEvent.d.ts.map +0 -1
  280. package/dist/models/event/TEvent.js +0 -9
  281. package/dist/models/event/TEvent.js.map +0 -1
  282. package/dist/models/event/TEventBase.d.ts +0 -15
  283. package/dist/models/event/TEventBase.d.ts.map +0 -1
  284. package/dist/models/event/TEventBase.js +0 -8
  285. package/dist/models/event/TEventBase.js.map +0 -1
  286. package/dist/models/event/TEventCategories.d.ts +0 -738
  287. package/dist/models/event/TEventCategories.d.ts.map +0 -1
  288. package/dist/models/event/TEventCategories.js +0 -268
  289. package/dist/models/event/TEventCategories.js.map +0 -1
  290. package/dist/models/event/TEventRequest.d.ts +0 -37
  291. package/dist/models/event/TEventRequest.d.ts.map +0 -1
  292. package/dist/models/event/TEventRequest.js +0 -10
  293. package/dist/models/event/TEventRequest.js.map +0 -1
  294. package/dist/models/event/index.d.ts +0 -5
  295. package/dist/models/event/index.d.ts.map +0 -1
  296. package/dist/models/event/index.js +0 -5
  297. package/dist/models/event/index.js.map +0 -1
  298. package/dist/models/notification/TNotification.d.ts +0 -389
  299. package/dist/models/notification/TNotification.d.ts.map +0 -1
  300. package/dist/models/notification/TNotification.js +0 -13
  301. package/dist/models/notification/TNotification.js.map +0 -1
  302. package/dist/models/notification/TNotificationRequest.d.ts +0 -361
  303. package/dist/models/notification/TNotificationRequest.d.ts.map +0 -1
  304. package/dist/models/notification/TNotificationRequest.js +0 -19
  305. package/dist/models/notification/TNotificationRequest.js.map +0 -1
  306. package/dist/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
  307. package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
  308. package/dist/models/notification/TNotificationsHandlerResponse.js +0 -2
  309. package/dist/models/notification/TNotificationsHandlerResponse.js.map +0 -1
  310. package/dist/models/notification/index.d.ts +0 -4
  311. package/dist/models/notification/index.d.ts.map +0 -1
  312. package/dist/models/notification/index.js +0 -4
  313. package/dist/models/notification/index.js.map +0 -1
  314. package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +0 -58
  315. package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +0 -1
  316. package/dist/models/objects/ICombinedAssignmetnSCL.js +0 -2
  317. package/dist/models/objects/ICombinedAssignmetnSCL.js.map +0 -1
  318. package/dist/models/objects/TChangeRequest.d.ts +0 -65
  319. package/dist/models/objects/TChangeRequest.d.ts.map +0 -1
  320. package/dist/models/objects/TChangeRequest.js +0 -2
  321. package/dist/models/objects/TChangeRequest.js.map +0 -1
  322. package/dist/models/objects/TEnquiry.d.ts +0 -75
  323. package/dist/models/objects/TEnquiry.d.ts.map +0 -1
  324. package/dist/models/objects/TEnquiry.js +0 -2
  325. package/dist/models/objects/TEnquiry.js.map +0 -1
  326. package/dist/models/objects/TNotificationsHandlerResponse.d.ts +0 -5
  327. package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +0 -1
  328. package/dist/models/objects/TNotificationsHandlerResponse.js +0 -2
  329. package/dist/models/objects/TNotificationsHandlerResponse.js.map +0 -1
  330. package/dist/models/schemas/TEvent.d.ts +0 -48
  331. package/dist/models/schemas/TEvent.d.ts.map +0 -1
  332. package/dist/models/schemas/TEvent.js +0 -9
  333. package/dist/models/schemas/TEvent.js.map +0 -1
  334. package/dist/models/schemas/TEventBase.d.ts +0 -15
  335. package/dist/models/schemas/TEventBase.d.ts.map +0 -1
  336. package/dist/models/schemas/TEventBase.js +0 -7
  337. package/dist/models/schemas/TEventBase.js.map +0 -1
  338. package/dist/models/schemas/TEventCategories.d.ts +0 -737
  339. package/dist/models/schemas/TEventCategories.d.ts.map +0 -1
  340. package/dist/models/schemas/TEventCategories.js +0 -268
  341. package/dist/models/schemas/TEventCategories.js.map +0 -1
  342. package/dist/models/schemas/TEventRequest.d.ts +0 -36
  343. package/dist/models/schemas/TEventRequest.d.ts.map +0 -1
  344. package/dist/models/schemas/TEventRequest.js +0 -10
  345. package/dist/models/schemas/TEventRequest.js.map +0 -1
  346. package/dist/models/schemas/TNotification.d.ts +0 -388
  347. package/dist/models/schemas/TNotification.d.ts.map +0 -1
  348. package/dist/models/schemas/TNotification.js +0 -12
  349. package/dist/models/schemas/TNotification.js.map +0 -1
  350. package/dist/models/schemas/TNotificationRequest.d.ts +0 -360
  351. package/dist/models/schemas/TNotificationRequest.d.ts.map +0 -1
  352. package/dist/models/schemas/TNotificationRequest.js +0 -19
  353. package/dist/models/schemas/TNotificationRequest.js.map +0 -1
  354. package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +0 -5
  355. package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +0 -1
  356. package/dist/models/schemas/TNotificationsHandlerResponse.js +0 -2
  357. package/dist/models/schemas/TNotificationsHandlerResponse.js.map +0 -1
  358. package/dist/models/schemas/notification/index.d.ts.map +0 -1
  359. package/dist/models/schemas/notification/index.js.map +0 -1
  360. package/dist/models/types/TCommon.d.ts +0 -16
  361. package/dist/models/types/TCommon.d.ts.map +0 -1
  362. package/dist/models/types/TCommon.js +0 -2
  363. package/dist/models/types/TCommon.js.map +0 -1
  364. package/dist/models/types/TStages.d.ts +0 -16
  365. package/dist/models/types/TStages.d.ts.map +0 -1
  366. package/dist/models/types/TStages.js +0 -2
  367. package/dist/models/types/TStages.js.map +0 -1
  368. package/dist/models/user-settings/TServiceUserSettings.d.ts +0 -118
  369. package/dist/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
  370. package/dist/models/user-settings/TServiceUserSettings.js +0 -80
  371. package/dist/models/user-settings/TServiceUserSettings.js.map +0 -1
  372. package/dist/models/user-settings/index.d.ts +0 -2
  373. package/dist/models/user-settings/index.d.ts.map +0 -1
  374. package/dist/models/user-settings/index.js +0 -2
  375. package/dist/models/user-settings/index.js.map +0 -1
  376. package/dist/types/enums/LinkedRoles.d.ts +0 -5
  377. package/dist/types/enums/LinkedRoles.d.ts.map +0 -1
  378. package/dist/types/enums/RBACPermissions.d.ts +0 -33
  379. package/dist/types/enums/RBACPermissions.d.ts.map +0 -1
  380. package/dist/types/enums/Regions.d.ts +0 -10
  381. package/dist/types/enums/Regions.d.ts.map +0 -1
  382. package/dist/types/enums/SCLASNStages.d.ts +0 -26
  383. package/dist/types/enums/SCLASNStages.d.ts.map +0 -1
  384. package/dist/types/enums/SCLASNStatus.d.ts +0 -13
  385. package/dist/types/enums/SCLASNStatus.d.ts.map +0 -1
  386. package/dist/types/enums/SolutionCategories.d.ts +0 -7
  387. package/dist/types/enums/SolutionCategories.d.ts.map +0 -1
  388. package/dist/types/enums/SolutionTypes.d.ts +0 -6
  389. package/dist/types/enums/SolutionTypes.d.ts.map +0 -1
  390. package/dist/types/enums/index.d.ts +0 -8
  391. package/dist/types/enums/index.d.ts.map +0 -1
  392. package/dist/types/index.d.ts +0 -2
  393. package/dist/types/index.d.ts.map +0 -1
  394. package/dist/types/models/crm-dynamics/IAccount.d.ts +0 -276
  395. package/dist/types/models/crm-dynamics/IAccount.d.ts.map +0 -1
  396. package/dist/types/models/crm-dynamics/IAddresses.d.ts +0 -52
  397. package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +0 -1
  398. package/dist/types/models/crm-dynamics/IApplication.d.ts +0 -27
  399. package/dist/types/models/crm-dynamics/IApplication.d.ts.map +0 -1
  400. package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +0 -42
  401. package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +0 -1
  402. package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +0 -10
  403. package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +0 -1
  404. package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +0 -14
  405. package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +0 -1
  406. package/dist/types/models/crm-dynamics/IContact.d.ts +0 -311
  407. package/dist/types/models/crm-dynamics/IContact.d.ts.map +0 -1
  408. package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +0 -27
  409. package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +0 -1
  410. package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +0 -41
  411. package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +0 -1
  412. package/dist/types/models/crm-dynamics/ISystemUser.d.ts +0 -151
  413. package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +0 -1
  414. package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +0 -9
  415. package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +0 -1
  416. package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +0 -67
  417. package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
  418. package/dist/types/models/crm-dynamics/TEnquiry.d.ts +0 -68
  419. package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
  420. package/dist/types/models/crm-dynamics/index.d.ts +0 -14
  421. package/dist/types/models/crm-dynamics/index.d.ts.map +0 -1
  422. package/dist/types/models/event/TEvent.d.ts +0 -49
  423. package/dist/types/models/event/TEvent.d.ts.map +0 -1
  424. package/dist/types/models/event/TEventBase.d.ts +0 -15
  425. package/dist/types/models/event/TEventBase.d.ts.map +0 -1
  426. package/dist/types/models/event/TEventCategories.d.ts +0 -738
  427. package/dist/types/models/event/TEventCategories.d.ts.map +0 -1
  428. package/dist/types/models/event/TEventRequest.d.ts +0 -37
  429. package/dist/types/models/event/TEventRequest.d.ts.map +0 -1
  430. package/dist/types/models/event/index.d.ts +0 -5
  431. package/dist/types/models/event/index.d.ts.map +0 -1
  432. package/dist/types/models/integration-auth0/IAuthUser.d.ts +0 -37
  433. package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +0 -1
  434. package/dist/types/models/notification/TNotification.d.ts +0 -389
  435. package/dist/types/models/notification/TNotification.d.ts.map +0 -1
  436. package/dist/types/models/notification/TNotificationRequest.d.ts +0 -361
  437. package/dist/types/models/notification/TNotificationRequest.d.ts.map +0 -1
  438. package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
  439. package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
  440. package/dist/types/models/notification/index.d.ts +0 -4
  441. package/dist/types/models/notification/index.d.ts.map +0 -1
  442. package/dist/types/models/objects/IAccount.d.ts +0 -58
  443. package/dist/types/models/objects/IAccount.d.ts.map +0 -1
  444. package/dist/types/models/objects/IAddress.d.ts +0 -27
  445. package/dist/types/models/objects/IAddress.d.ts.map +0 -1
  446. package/dist/types/models/objects/IApplication.d.ts +0 -14
  447. package/dist/types/models/objects/IApplication.d.ts.map +0 -1
  448. package/dist/types/models/objects/IBankAccounts.d.ts +0 -38
  449. package/dist/types/models/objects/IBankAccounts.d.ts.map +0 -1
  450. package/dist/types/models/objects/ICompany.d.ts +0 -16
  451. package/dist/types/models/objects/ICompany.d.ts.map +0 -1
  452. package/dist/types/models/objects/ICompanyDocument.d.ts +0 -61
  453. package/dist/types/models/objects/ICompanyDocument.d.ts.map +0 -1
  454. package/dist/types/models/objects/ICompanyPosition.d.ts +0 -6
  455. package/dist/types/models/objects/ICompanyPosition.d.ts.map +0 -1
  456. package/dist/types/models/objects/IContact.d.ts +0 -147
  457. package/dist/types/models/objects/IContact.d.ts.map +0 -1
  458. package/dist/types/models/objects/IContactMethod.d.ts +0 -9
  459. package/dist/types/models/objects/IContactMethod.d.ts.map +0 -1
  460. package/dist/types/models/objects/IContract.d.ts +0 -38
  461. package/dist/types/models/objects/IContract.d.ts.map +0 -1
  462. package/dist/types/models/objects/IContractor.d.ts +0 -4
  463. package/dist/types/models/objects/IContractor.d.ts.map +0 -1
  464. package/dist/types/models/objects/IContractorDocument.d.ts +0 -60
  465. package/dist/types/models/objects/IContractorDocument.d.ts.map +0 -1
  466. package/dist/types/models/objects/ICurrency.d.ts +0 -9
  467. package/dist/types/models/objects/ICurrency.d.ts.map +0 -1
  468. package/dist/types/models/objects/IEmployee.d.ts +0 -4
  469. package/dist/types/models/objects/IEmployee.d.ts.map +0 -1
  470. package/dist/types/models/objects/INote.d.ts +0 -7
  471. package/dist/types/models/objects/INote.d.ts.map +0 -1
  472. package/dist/types/models/objects/IOrganisation.d.ts +0 -31
  473. package/dist/types/models/objects/IOrganisation.d.ts.map +0 -1
  474. package/dist/types/models/objects/IPerson.d.ts +0 -14
  475. package/dist/types/models/objects/IPerson.d.ts.map +0 -1
  476. package/dist/types/models/objects/ISystemUser.d.ts +0 -15
  477. package/dist/types/models/objects/ISystemUser.d.ts.map +0 -1
  478. package/dist/types/models/objects/IUser.d.ts +0 -8
  479. package/dist/types/models/objects/IUser.d.ts.map +0 -1
  480. package/dist/types/models/objects/IWebPortalLogin.d.ts +0 -9
  481. package/dist/types/models/objects/IWebPortalLogin.d.ts.map +0 -1
  482. package/dist/types/models/objects/TChangeRequest.d.ts +0 -65
  483. package/dist/types/models/objects/TChangeRequest.d.ts.map +0 -1
  484. package/dist/types/models/objects/TEnquiry.d.ts +0 -75
  485. package/dist/types/models/objects/TEnquiry.d.ts.map +0 -1
  486. package/dist/types/models/objects/index.d.ts +0 -23
  487. package/dist/types/models/objects/index.d.ts.map +0 -1
  488. package/dist/types/models/types/TCommon.d.ts +0 -12
  489. package/dist/types/models/types/TCommon.d.ts.map +0 -1
  490. package/dist/types/models/types/index.d.ts +0 -2
  491. package/dist/types/models/types/index.d.ts.map +0 -1
  492. package/dist/types/models/user-settings/TServiceUserSettings.d.ts +0 -118
  493. package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
  494. package/dist/types/services/index.d.ts +0 -2
  495. package/dist/types/services/index.d.ts.map +0 -1
  496. package/dist/types/utils/date-and-time/calculate.d.ts +0 -3
  497. package/dist/types/utils/date-and-time/calculate.d.ts.map +0 -1
  498. package/dist/types/utils/date-and-time/format.d.ts +0 -2
  499. package/dist/types/utils/date-and-time/format.d.ts.map +0 -1
  500. package/dist/types/utils/date-and-time/index.d.ts +0 -3
  501. package/dist/types/utils/date-and-time/index.d.ts.map +0 -1
  502. package/dist/types/utils/encoding/index.d.ts +0 -2
  503. package/dist/types/utils/encoding/index.d.ts.map +0 -1
  504. package/dist/types/utils/encoding/stringBySecret.d.ts +0 -3
  505. package/dist/types/utils/encoding/stringBySecret.d.ts.map +0 -1
  506. package/dist/types/utils/strings/index.d.ts +0 -2
  507. package/dist/types/utils/strings/index.d.ts.map +0 -1
  508. package/dist/utils/strings/strings.d.ts +0 -11
  509. package/dist/utils/strings/strings.d.ts.map +0 -1
  510. package/dist/utils/strings/strings.js +0 -34
  511. package/dist/utils/strings/strings.js.map +0 -1
  512. /package/dist/models/schemas/{notification → bff/referralsSummary}/index.d.ts +0 -0
  513. /package/dist/models/schemas/{notification → bff/referralsSummary}/index.js +0 -0
@@ -1,40 +1,154 @@
1
1
  import z from 'zod';
2
+ declare const SAccountKeys: z.ZodEnum<["accountStatus", "billingType", "companyHq", "contactMethod", "growthPotential", "icpFeeBase", "icpStatus", "paymentTerms", "relationshipType", "supplierType"]>;
3
+ declare const SAssignmentKeys: z.ZodEnum<["stage", "stageReason", "region", "attn", "workPermitSponsorship", "depositPayable", "fxRequirement", "fxInvoicingPattern", "startUpMarginPaidBy", "jobType", "employmentContractType", "remote", "contractRateFrequency", "type", "hoursWorkedUnit", "possibilityOfExtension", "isRollingContract", "mgtMonthlyFeePaidBy", "selfBilling", "contractPaymentFrequency", "grossPay", "reportingStatus", "marginBasis", "marginPaidBy", "marginPeriod"]>;
4
+ declare const SCompanyDocumentKeys: z.ZodEnum<["category", "companyDocumentStatus", "documentType"]>;
5
+ declare const SContactKeys: z.ZodEnum<["contactIcpType", "contactMethod", "contactStatus", "contractorStatus", "contractorStatusReason", "gender", "maritalStatus", "nokPrefix", "proNouns", "relationshipType", "salutation", "supplierType"]>;
6
+ declare const SContractorDocumentKeys: z.ZodEnum<["category", "contractType", "documentDisplay", "documentStatus", "employmentType", "type"]>;
7
+ declare const SReferralKeys: z.ZodEnum<["contractPayFrequency", "contractRateFrequency", "ensureLimosaHasBeenFiled", "hoursWorkedUnit", "ifNoWhoIsArrangingVisa", "jobType", "notGoingAheadReason", "notGoingAheadReasonDetail", "possibilityOfExtension", "region", "reportingStatus", "sendPortalInvite", "stage", "stageReason", "startUpMarginPaidBy", "willTheContractorBePaidVatByWorkwellGlobal", "wwgManagementFeeBasis", "wwgManagementFeePaidBy", "wwgManagementFeePeriod"]>;
8
+ declare const SOptionEntry: z.ZodObject<{
9
+ id: z.ZodString;
10
+ label: z.ZodString;
11
+ value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ value: string | number;
14
+ id: string;
15
+ label: string;
16
+ }, {
17
+ value: string | number;
18
+ id: string;
19
+ label: string;
20
+ }>;
21
+ type TOptionEntry = z.infer<typeof SOptionEntry>;
2
22
  export declare const SGetConfigBFF: z.ZodObject<{
3
23
  optionlists: z.ZodObject<{
4
24
  global: z.ZodObject<{
5
- country: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
6
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
8
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
20
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
21
- readonly countryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
- readonly code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
- readonly altSearchCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
- readonly continent: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
26
- readonly wwgEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
27
- readonly scatsCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
- readonly isSanctioned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
29
- readonly isEu: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
30
- readonly scatsWorkPermitServices: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
31
- readonly scatsWorkermitServicesNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
- readonly scatsAverageRoi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
- readonly scatsContractingCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
- readonly scatsFees: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
- readonly scatsPartnerAccountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
- readonly scatsInCountryServices: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
- }, "code" | "name" | "countryId">, z.UnknownKeysParam, z.ZodTypeAny, {
25
+ country: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
26
+ readonly _organizationid_value: {
27
+ readonly pretty: "organizationIdValue";
28
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ };
30
+ readonly '@odata.etag': {
31
+ readonly pretty: "etag";
32
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
33
+ };
34
+ readonly versionnumber: {
35
+ readonly pretty: "versionNumber";
36
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
37
+ };
38
+ readonly _createdby_value: {
39
+ readonly pretty: "createdByValue";
40
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ };
42
+ readonly createdon: {
43
+ readonly pretty: "createdOn";
44
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ };
46
+ readonly _createdonbehalfby_value: {
47
+ readonly pretty: "createdOnBehalfByValue";
48
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ };
50
+ readonly _modifiedby_value: {
51
+ readonly pretty: "modifiedByValue";
52
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ };
54
+ readonly modifiedon: {
55
+ readonly pretty: "modifiedOn";
56
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ };
58
+ readonly _modifiedonbehalfby_value: {
59
+ readonly pretty: "modifiedOnBehalfByValue";
60
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
61
+ };
62
+ readonly statecode: {
63
+ readonly pretty: "stateCode";
64
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
65
+ };
66
+ readonly statuscode: {
67
+ readonly pretty: "statusCode";
68
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
69
+ };
70
+ readonly importsequencenumber: {
71
+ readonly pretty: "importSequenceNumber";
72
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
73
+ };
74
+ readonly overriddencreatedon: {
75
+ readonly pretty: "overriddenCreatedOn";
76
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
77
+ };
78
+ readonly timezoneruleversionnumber: {
79
+ readonly pretty: "timezoneRuleVersionNumber";
80
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
81
+ };
82
+ readonly utcconversiontimezonecode: {
83
+ readonly pretty: "utcConversionTimezoneCode";
84
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
85
+ };
86
+ } & {
87
+ readonly ww_countryid: {
88
+ readonly pretty: "countryId";
89
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
90
+ };
91
+ readonly ww_name: {
92
+ readonly pretty: "name";
93
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
94
+ };
95
+ readonly ww_code: {
96
+ readonly pretty: "code";
97
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
+ };
99
+ readonly ww_altsearchcode: {
100
+ readonly pretty: "altSearchCode";
101
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
102
+ };
103
+ readonly ww_continent: {
104
+ readonly pretty: "continent";
105
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
106
+ };
107
+ readonly ww_wwgentity: {
108
+ readonly pretty: "wwgEntity";
109
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
110
+ };
111
+ readonly _ww_scats_currency_value: {
112
+ readonly pretty: "scatsCurrencyValue";
113
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
114
+ };
115
+ readonly ww_issanctioned: {
116
+ readonly pretty: "isSanctioned";
117
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
118
+ };
119
+ readonly ww_iseu: {
120
+ readonly pretty: "isEu";
121
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
122
+ };
123
+ readonly ww_scats_workpermitservices: {
124
+ readonly pretty: "scatsWorkPermitServices";
125
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
126
+ };
127
+ readonly ww_scats_workpermitservicesnotes: {
128
+ readonly pretty: "scatsWorkermitServicesNotes";
129
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
130
+ };
131
+ readonly ww_scats_averageroi: {
132
+ readonly pretty: "scatsAverageRoi";
133
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
134
+ };
135
+ readonly _ww_scats_contractingcompany_value: {
136
+ readonly pretty: "scatsContractingCompanyValue";
137
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
138
+ };
139
+ readonly ww_scats_fees: {
140
+ readonly pretty: "scatsFees";
141
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
142
+ };
143
+ readonly _ww_scats_partneraccountant_value: {
144
+ readonly pretty: "scatsPartnerAccountantValue";
145
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
146
+ };
147
+ readonly ww_scats_incountryservices: {
148
+ readonly pretty: "scatsInCountryServices";
149
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
150
+ };
151
+ }>, "code" | "name" | "countryId">, z.UnknownKeysParam, z.ZodTypeAny, {
38
152
  code?: string | null | undefined;
39
153
  name?: string | null | undefined;
40
154
  countryId?: string | null | undefined;
@@ -43,29 +157,99 @@ export declare const SGetConfigBFF: z.ZodObject<{
43
157
  name?: string | null | undefined;
44
158
  countryId?: string | null | undefined;
45
159
  }>>>, "many">;
46
- countryOffering: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
47
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
49
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
57
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
58
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
59
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
61
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
62
- readonly countryOfferingId: z.ZodString;
63
- readonly countryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
64
- readonly solutionTypeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
- readonly solutionProviderValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
- readonly current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
67
- readonly minimumDuration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
68
- }, "countryValue" | "solutionTypeValue" | "countryOfferingId" | "solutionProviderValue">, z.UnknownKeysParam, z.ZodTypeAny, {
160
+ countryOffering: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
161
+ readonly _organizationid_value: {
162
+ readonly pretty: "organizationIdValue";
163
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
164
+ };
165
+ readonly '@odata.etag': {
166
+ readonly pretty: "etag";
167
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
168
+ };
169
+ readonly versionnumber: {
170
+ readonly pretty: "versionNumber";
171
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
172
+ };
173
+ readonly _createdby_value: {
174
+ readonly pretty: "createdByValue";
175
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
176
+ };
177
+ readonly createdon: {
178
+ readonly pretty: "createdOn";
179
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
180
+ };
181
+ readonly _createdonbehalfby_value: {
182
+ readonly pretty: "createdOnBehalfByValue";
183
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
184
+ };
185
+ readonly _modifiedby_value: {
186
+ readonly pretty: "modifiedByValue";
187
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
188
+ };
189
+ readonly modifiedon: {
190
+ readonly pretty: "modifiedOn";
191
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
192
+ };
193
+ readonly _modifiedonbehalfby_value: {
194
+ readonly pretty: "modifiedOnBehalfByValue";
195
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
196
+ };
197
+ readonly statecode: {
198
+ readonly pretty: "stateCode";
199
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
200
+ };
201
+ readonly statuscode: {
202
+ readonly pretty: "statusCode";
203
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
204
+ };
205
+ readonly importsequencenumber: {
206
+ readonly pretty: "importSequenceNumber";
207
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
208
+ };
209
+ readonly overriddencreatedon: {
210
+ readonly pretty: "overriddenCreatedOn";
211
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
212
+ };
213
+ readonly timezoneruleversionnumber: {
214
+ readonly pretty: "timezoneRuleVersionNumber";
215
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
216
+ };
217
+ readonly utcconversiontimezonecode: {
218
+ readonly pretty: "utcConversionTimezoneCode";
219
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
220
+ };
221
+ } & {
222
+ readonly ww_countryofferingid: {
223
+ readonly pretty: "countryOfferingId";
224
+ readonly type: z.ZodString;
225
+ };
226
+ readonly _ww_country_value: {
227
+ readonly relationshipName: "ww_Country";
228
+ readonly entity: "ww_countries";
229
+ readonly pretty: "countryValue";
230
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
231
+ };
232
+ readonly _ww_solutiontype_value: {
233
+ readonly relationshipName: "ww_SolutionType";
234
+ readonly entity: "products";
235
+ readonly pretty: "solutionTypeValue";
236
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
237
+ };
238
+ readonly _ww_solutionprovider_value: {
239
+ readonly relationshipName: "ww_SolutionProvider";
240
+ readonly entity: "accounts";
241
+ readonly pretty: "solutionProviderValue";
242
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
243
+ };
244
+ readonly ww_current: {
245
+ readonly pretty: "current";
246
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
247
+ };
248
+ readonly ww_minimumduration: {
249
+ readonly pretty: "minimumDuration";
250
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
251
+ };
252
+ }>, "countryValue" | "countryOfferingId" | "solutionTypeValue" | "solutionProviderValue">, z.UnknownKeysParam, z.ZodTypeAny, {
69
253
  countryOfferingId: string;
70
254
  countryValue?: string | null | undefined;
71
255
  solutionTypeValue?: string | null | undefined;
@@ -76,29 +260,93 @@ export declare const SGetConfigBFF: z.ZodObject<{
76
260
  solutionTypeValue?: string | null | undefined;
77
261
  solutionProviderValue?: string | null | undefined;
78
262
  }>>>, "many">;
79
- currency: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
80
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
81
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
82
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
83
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
84
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
85
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
86
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
87
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
88
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
89
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
90
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
91
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
92
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
93
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
94
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
95
- readonly currencyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
96
- readonly isoCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
97
- readonly currencyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
- readonly currencySymbol: z.ZodOptional<z.ZodNullable<z.ZodString>>;
99
- readonly currencyPrecision: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
100
- readonly exchangeRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
101
- }, "isoCode" | "currencyName" | "currencySymbol" | "exchangeRate">, z.UnknownKeysParam, z.ZodTypeAny, {
263
+ currency: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
264
+ readonly _organizationid_value: {
265
+ readonly pretty: "organizationIdValue";
266
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
267
+ };
268
+ readonly '@odata.etag': {
269
+ readonly pretty: "etag";
270
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
271
+ };
272
+ readonly versionnumber: {
273
+ readonly pretty: "versionNumber";
274
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
275
+ };
276
+ readonly _createdby_value: {
277
+ readonly pretty: "createdByValue";
278
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
279
+ };
280
+ readonly createdon: {
281
+ readonly pretty: "createdOn";
282
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
283
+ };
284
+ readonly _createdonbehalfby_value: {
285
+ readonly pretty: "createdOnBehalfByValue";
286
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
287
+ };
288
+ readonly _modifiedby_value: {
289
+ readonly pretty: "modifiedByValue";
290
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
291
+ };
292
+ readonly modifiedon: {
293
+ readonly pretty: "modifiedOn";
294
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
295
+ };
296
+ readonly _modifiedonbehalfby_value: {
297
+ readonly pretty: "modifiedOnBehalfByValue";
298
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
299
+ };
300
+ readonly statecode: {
301
+ readonly pretty: "stateCode";
302
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
303
+ };
304
+ readonly statuscode: {
305
+ readonly pretty: "statusCode";
306
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
307
+ };
308
+ readonly importsequencenumber: {
309
+ readonly pretty: "importSequenceNumber";
310
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
311
+ };
312
+ readonly overriddencreatedon: {
313
+ readonly pretty: "overriddenCreatedOn";
314
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
315
+ };
316
+ readonly timezoneruleversionnumber: {
317
+ readonly pretty: "timezoneRuleVersionNumber";
318
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
319
+ };
320
+ readonly utcconversiontimezonecode: {
321
+ readonly pretty: "utcConversionTimezoneCode";
322
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
323
+ };
324
+ } & {
325
+ readonly transactioncurrencyid: {
326
+ readonly pretty: "currencyId";
327
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
328
+ };
329
+ readonly isocurrencycode: {
330
+ readonly pretty: "isoCode";
331
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
332
+ };
333
+ readonly currencyname: {
334
+ readonly pretty: "currencyName";
335
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
336
+ };
337
+ readonly currencysymbol: {
338
+ readonly pretty: "currencySymbol";
339
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
340
+ };
341
+ readonly currencyprecision: {
342
+ readonly pretty: "currencyPrecision";
343
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
344
+ };
345
+ readonly exchangerate: {
346
+ readonly pretty: "exchangeRate";
347
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
348
+ };
349
+ }>, "isoCode" | "currencyName" | "currencySymbol" | "exchangeRate">, z.UnknownKeysParam, z.ZodTypeAny, {
102
350
  isoCode?: string | null | undefined;
103
351
  currencyName?: string | null | undefined;
104
352
  currencySymbol?: string | null | undefined;
@@ -109,97 +357,269 @@ export declare const SGetConfigBFF: z.ZodObject<{
109
357
  currencySymbol?: string | null | undefined;
110
358
  exchangeRate?: number | null | undefined;
111
359
  }>>>, "many">;
112
- role: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
113
- readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
114
- readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
115
- readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
116
- readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
117
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
118
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
119
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
120
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
121
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
125
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
126
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
127
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
128
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
129
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
130
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
131
- readonly roleId: z.ZodString;
132
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
- }, "name" | "roleId">, z.UnknownKeysParam, z.ZodTypeAny, {
360
+ role: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
361
+ readonly _ownerid_value: {
362
+ readonly pretty: "ownerIdValue";
363
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
364
+ };
365
+ readonly _owningbusinessunit_value: {
366
+ readonly pretty: "owningBusinessUnitValue";
367
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
368
+ };
369
+ readonly _owningteam_value: {
370
+ readonly pretty: "owningTeamValue";
371
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
372
+ };
373
+ readonly _owninguser_value: {
374
+ readonly pretty: "owningUserValue";
375
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
376
+ };
377
+ readonly '@odata.etag': {
378
+ readonly pretty: "etag";
379
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
380
+ };
381
+ readonly versionnumber: {
382
+ readonly pretty: "versionNumber";
383
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
384
+ };
385
+ readonly _createdby_value: {
386
+ readonly pretty: "createdByValue";
387
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
388
+ };
389
+ readonly createdon: {
390
+ readonly pretty: "createdOn";
391
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
392
+ };
393
+ readonly _createdonbehalfby_value: {
394
+ readonly pretty: "createdOnBehalfByValue";
395
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
396
+ };
397
+ readonly _modifiedby_value: {
398
+ readonly pretty: "modifiedByValue";
399
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
400
+ };
401
+ readonly modifiedon: {
402
+ readonly pretty: "modifiedOn";
403
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
404
+ };
405
+ readonly _modifiedonbehalfby_value: {
406
+ readonly pretty: "modifiedOnBehalfByValue";
407
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
408
+ };
409
+ readonly statecode: {
410
+ readonly pretty: "stateCode";
411
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
412
+ };
413
+ readonly statuscode: {
414
+ readonly pretty: "statusCode";
415
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
416
+ };
417
+ readonly importsequencenumber: {
418
+ readonly pretty: "importSequenceNumber";
419
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
420
+ };
421
+ readonly overriddencreatedon: {
422
+ readonly pretty: "overriddenCreatedOn";
423
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
424
+ };
425
+ readonly timezoneruleversionnumber: {
426
+ readonly pretty: "timezoneRuleVersionNumber";
427
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
428
+ };
429
+ readonly utcconversiontimezonecode: {
430
+ readonly pretty: "utcConversionTimezoneCode";
431
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
432
+ };
433
+ } & {
434
+ readonly ww_roleid: {
435
+ readonly pretty: "roleId";
436
+ readonly type: z.ZodString;
437
+ };
438
+ readonly ww_name: {
439
+ readonly pretty: "name";
440
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
441
+ };
442
+ }>, "name" | "roleId">, z.UnknownKeysParam, z.ZodTypeAny, {
134
443
  roleId: string;
135
444
  name?: string | null | undefined;
136
445
  }, {
137
446
  roleId: string;
138
447
  name?: string | null | undefined;
139
448
  }>>>, "many">;
140
- margin: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
141
- readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
142
- readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
143
- readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
144
- readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
145
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
146
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
147
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
148
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
149
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
150
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
151
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
152
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
154
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
155
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
156
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
157
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
158
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
159
- readonly marginId: z.ZodString;
160
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
161
- readonly countryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
162
- readonly solutionValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
163
- readonly marginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
164
- readonly marginBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
165
- readonly marginPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
166
- readonly marginPeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
167
- readonly marginMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
168
- readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
169
- readonly marginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
170
- readonly marginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
171
- readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
172
- readonly startUpMarginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
173
- readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
174
- readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
175
- }, "countryValue" | "name" | "solutionValue" | "startUpMarginFixedValueMaxValue" | "startUpMarginPaidBy" | "startUpMarginCurrencyValue" | "marginId" | "marginCurrencyValue" | "marginBasis" | "marginPeriod" | "marginMinValue" | "marginFixedValueMaxValue" | "marginPaidBy">, z.UnknownKeysParam, z.ZodTypeAny, {
449
+ margin: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
450
+ readonly _ownerid_value: {
451
+ readonly pretty: "ownerIdValue";
452
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
453
+ };
454
+ readonly _owningbusinessunit_value: {
455
+ readonly pretty: "owningBusinessUnitValue";
456
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
457
+ };
458
+ readonly _owningteam_value: {
459
+ readonly pretty: "owningTeamValue";
460
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
461
+ };
462
+ readonly _owninguser_value: {
463
+ readonly pretty: "owningUserValue";
464
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
465
+ };
466
+ readonly '@odata.etag': {
467
+ readonly pretty: "etag";
468
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
469
+ };
470
+ readonly versionnumber: {
471
+ readonly pretty: "versionNumber";
472
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
473
+ };
474
+ readonly _createdby_value: {
475
+ readonly pretty: "createdByValue";
476
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
477
+ };
478
+ readonly createdon: {
479
+ readonly pretty: "createdOn";
480
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
481
+ };
482
+ readonly _createdonbehalfby_value: {
483
+ readonly pretty: "createdOnBehalfByValue";
484
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
485
+ };
486
+ readonly _modifiedby_value: {
487
+ readonly pretty: "modifiedByValue";
488
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
489
+ };
490
+ readonly modifiedon: {
491
+ readonly pretty: "modifiedOn";
492
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
493
+ };
494
+ readonly _modifiedonbehalfby_value: {
495
+ readonly pretty: "modifiedOnBehalfByValue";
496
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
497
+ };
498
+ readonly statecode: {
499
+ readonly pretty: "stateCode";
500
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
501
+ };
502
+ readonly statuscode: {
503
+ readonly pretty: "statusCode";
504
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
505
+ };
506
+ readonly importsequencenumber: {
507
+ readonly pretty: "importSequenceNumber";
508
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
509
+ };
510
+ readonly overriddencreatedon: {
511
+ readonly pretty: "overriddenCreatedOn";
512
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
513
+ };
514
+ readonly timezoneruleversionnumber: {
515
+ readonly pretty: "timezoneRuleVersionNumber";
516
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
517
+ };
518
+ readonly utcconversiontimezonecode: {
519
+ readonly pretty: "utcConversionTimezoneCode";
520
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
521
+ };
522
+ } & {
523
+ readonly ww_marginid: {
524
+ readonly pretty: "marginId";
525
+ readonly type: z.ZodString;
526
+ };
527
+ readonly ww_name: {
528
+ readonly pretty: "name";
529
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
530
+ };
531
+ readonly _ww_country_value: {
532
+ readonly relationshipName: "ww_Country";
533
+ readonly entity: "ww_countries";
534
+ readonly pretty: "countryValue";
535
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
536
+ };
537
+ readonly _ww_solution_value: {
538
+ readonly relationshipName: "ww_Solution";
539
+ readonly entity: "products";
540
+ readonly pretty: "solutionValue";
541
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
542
+ };
543
+ readonly _ww_margincurrency_value: {
544
+ readonly relationshipName: "ww_MarginCurrency";
545
+ readonly entity: "transactioncurrencies";
546
+ readonly pretty: "marginCurrencyValue";
547
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
548
+ };
549
+ readonly ww_marginbasis: {
550
+ readonly pretty: "marginBasis";
551
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
552
+ };
553
+ readonly ww_marginpercentage: {
554
+ readonly pretty: "marginPercentage";
555
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
556
+ };
557
+ readonly ww_marginperiod: {
558
+ readonly pretty: "marginPeriod";
559
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
560
+ };
561
+ readonly ww_marginminvalue: {
562
+ readonly pretty: "marginMinValue";
563
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
564
+ };
565
+ readonly ww_marginfixedvaluemaxvalue: {
566
+ readonly pretty: "marginFixedValueMaxValue";
567
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
568
+ };
569
+ readonly ww_marginpaidby: {
570
+ readonly pretty: "marginPaidBy";
571
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
572
+ };
573
+ readonly ww_margincontractorpercentage: {
574
+ readonly pretty: "marginContractorPercentage";
575
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
576
+ };
577
+ readonly _ww_startupmargincurrency_value: {
578
+ readonly relationshipName: "ww_StartUpMarginCurrency";
579
+ readonly entity: "transactioncurrencies";
580
+ readonly pretty: "startUpMarginCurrencyValue";
581
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
582
+ };
583
+ readonly ww_startupmarginpaidby: {
584
+ readonly pretty: "startUpMarginPaidBy";
585
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
586
+ };
587
+ readonly ww_startupmarginfixedvaluemaxvalue: {
588
+ readonly pretty: "startUpMarginFixedValueMaxValue";
589
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
590
+ };
591
+ readonly ww_startupmargincontractorpercentage: {
592
+ readonly pretty: "startUpMarginContractorPercentage";
593
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
594
+ };
595
+ }>, "countryValue" | "name" | "marginCurrencyValue" | "marginBasis" | "marginPeriod" | "marginFixedValueMaxValue" | "marginMinValue" | "marginPaidBy" | "startUpMarginFixedValueMaxValue" | "startUpMarginPaidBy" | "startUpMarginCurrencyValue" | "solutionValue" | "marginId">, z.UnknownKeysParam, z.ZodTypeAny, {
176
596
  marginId: string;
177
597
  countryValue?: string | null | undefined;
178
598
  name?: string | null | undefined;
179
- solutionValue?: string | null | undefined;
180
- startUpMarginFixedValueMaxValue?: number | null | undefined;
181
- startUpMarginPaidBy?: number | null | undefined;
182
- startUpMarginCurrencyValue?: string | null | undefined;
183
599
  marginCurrencyValue?: string | null | undefined;
184
600
  marginBasis?: number | null | undefined;
185
601
  marginPeriod?: number | null | undefined;
186
- marginMinValue?: number | null | undefined;
187
602
  marginFixedValueMaxValue?: number | null | undefined;
603
+ marginMinValue?: number | null | undefined;
188
604
  marginPaidBy?: number | null | undefined;
605
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
606
+ startUpMarginPaidBy?: number | null | undefined;
607
+ startUpMarginCurrencyValue?: string | null | undefined;
608
+ solutionValue?: string | null | undefined;
189
609
  }, {
190
610
  marginId: string;
191
611
  countryValue?: string | null | undefined;
192
612
  name?: string | null | undefined;
193
- solutionValue?: string | null | undefined;
194
- startUpMarginFixedValueMaxValue?: number | null | undefined;
195
- startUpMarginPaidBy?: number | null | undefined;
196
- startUpMarginCurrencyValue?: string | null | undefined;
197
613
  marginCurrencyValue?: string | null | undefined;
198
614
  marginBasis?: number | null | undefined;
199
615
  marginPeriod?: number | null | undefined;
200
- marginMinValue?: number | null | undefined;
201
616
  marginFixedValueMaxValue?: number | null | undefined;
617
+ marginMinValue?: number | null | undefined;
202
618
  marginPaidBy?: number | null | undefined;
619
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
620
+ startUpMarginPaidBy?: number | null | undefined;
621
+ startUpMarginCurrencyValue?: string | null | undefined;
622
+ solutionValue?: string | null | undefined;
203
623
  }>>>, "many">;
204
624
  }, "strip", z.ZodTypeAny, {
205
625
  country: ({
@@ -227,16 +647,16 @@ export declare const SGetConfigBFF: z.ZodObject<{
227
647
  marginId: string;
228
648
  countryValue?: string | null | undefined;
229
649
  name?: string | null | undefined;
230
- solutionValue?: string | null | undefined;
231
- startUpMarginFixedValueMaxValue?: number | null | undefined;
232
- startUpMarginPaidBy?: number | null | undefined;
233
- startUpMarginCurrencyValue?: string | null | undefined;
234
650
  marginCurrencyValue?: string | null | undefined;
235
651
  marginBasis?: number | null | undefined;
236
652
  marginPeriod?: number | null | undefined;
237
- marginMinValue?: number | null | undefined;
238
653
  marginFixedValueMaxValue?: number | null | undefined;
654
+ marginMinValue?: number | null | undefined;
239
655
  marginPaidBy?: number | null | undefined;
656
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
657
+ startUpMarginPaidBy?: number | null | undefined;
658
+ startUpMarginCurrencyValue?: string | null | undefined;
659
+ solutionValue?: string | null | undefined;
240
660
  } | null | undefined)[];
241
661
  }, {
242
662
  country: ({
@@ -264,16 +684,16 @@ export declare const SGetConfigBFF: z.ZodObject<{
264
684
  marginId: string;
265
685
  countryValue?: string | null | undefined;
266
686
  name?: string | null | undefined;
267
- solutionValue?: string | null | undefined;
268
- startUpMarginFixedValueMaxValue?: number | null | undefined;
269
- startUpMarginPaidBy?: number | null | undefined;
270
- startUpMarginCurrencyValue?: string | null | undefined;
271
687
  marginCurrencyValue?: string | null | undefined;
272
688
  marginBasis?: number | null | undefined;
273
689
  marginPeriod?: number | null | undefined;
274
- marginMinValue?: number | null | undefined;
275
690
  marginFixedValueMaxValue?: number | null | undefined;
691
+ marginMinValue?: number | null | undefined;
276
692
  marginPaidBy?: number | null | undefined;
693
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
694
+ startUpMarginPaidBy?: number | null | undefined;
695
+ startUpMarginCurrencyValue?: string | null | undefined;
696
+ solutionValue?: string | null | undefined;
277
697
  } | null | undefined)[];
278
698
  }>;
279
699
  account: z.ZodRecord<z.ZodEnum<["accountStatus", "billingType", "companyHq", "contactMethod", "growthPotential", "icpFeeBase", "icpStatus", "paymentTerms", "relationshipType", "supplierType"]>, z.ZodArray<z.ZodObject<{
@@ -289,7 +709,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
289
709
  id: string;
290
710
  label: string;
291
711
  }>, "many">>;
292
- assignment: z.ZodRecord<z.ZodEnum<["assignmentStage", "stageReason", "region", "attn", "workPermitSponsorship", "depositPayable", "fxRequirement", "fxInvoicingPattern", "wwgManagementFeeBasis", "wwgManagementFeePeriod", "wwgManagementFeePaidBy", "startUpMarginPaidBy", "jobType", "employmentContractType", "remote", "contractRateFrequency", "type", "hoursWorkedUnit", "possibilityOfExtension", "isRollingContract", "mgtMonthlyFeePaidBy", "selfBilling", "contractPaymentFrequency", "grossPay", "reportingStatus"]>, z.ZodArray<z.ZodObject<{
712
+ assignment: z.ZodRecord<z.ZodEnum<["stage", "stageReason", "region", "attn", "workPermitSponsorship", "depositPayable", "fxRequirement", "fxInvoicingPattern", "startUpMarginPaidBy", "jobType", "employmentContractType", "remote", "contractRateFrequency", "type", "hoursWorkedUnit", "possibilityOfExtension", "isRollingContract", "mgtMonthlyFeePaidBy", "selfBilling", "contractPaymentFrequency", "grossPay", "reportingStatus", "marginBasis", "marginPaidBy", "marginPeriod"]>, z.ZodArray<z.ZodObject<{
293
713
  id: z.ZodString;
294
714
  label: z.ZodString;
295
715
  value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
@@ -368,28 +788,89 @@ export declare const SGetConfigBFF: z.ZodObject<{
368
788
  id: string;
369
789
  label: string;
370
790
  }>, "many">;
371
- disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<{
372
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
373
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
374
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
375
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
376
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
377
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
378
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
379
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
380
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
381
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
382
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
383
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
384
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
385
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
386
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
387
- readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
388
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
389
- readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
390
- readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
391
- readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
392
- }, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
791
+ disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
792
+ readonly _organizationid_value: {
793
+ readonly pretty: "organizationIdValue";
794
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
795
+ };
796
+ readonly '@odata.etag': {
797
+ readonly pretty: "etag";
798
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
799
+ };
800
+ readonly versionnumber: {
801
+ readonly pretty: "versionNumber";
802
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
803
+ };
804
+ readonly _createdby_value: {
805
+ readonly pretty: "createdByValue";
806
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
807
+ };
808
+ readonly createdon: {
809
+ readonly pretty: "createdOn";
810
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
811
+ };
812
+ readonly _createdonbehalfby_value: {
813
+ readonly pretty: "createdOnBehalfByValue";
814
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
815
+ };
816
+ readonly _modifiedby_value: {
817
+ readonly pretty: "modifiedByValue";
818
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
819
+ };
820
+ readonly modifiedon: {
821
+ readonly pretty: "modifiedOn";
822
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
823
+ };
824
+ readonly _modifiedonbehalfby_value: {
825
+ readonly pretty: "modifiedOnBehalfByValue";
826
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
827
+ };
828
+ readonly statecode: {
829
+ readonly pretty: "stateCode";
830
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
831
+ };
832
+ readonly statuscode: {
833
+ readonly pretty: "statusCode";
834
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
835
+ };
836
+ readonly importsequencenumber: {
837
+ readonly pretty: "importSequenceNumber";
838
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
839
+ };
840
+ readonly overriddencreatedon: {
841
+ readonly pretty: "overriddenCreatedOn";
842
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
843
+ };
844
+ readonly timezoneruleversionnumber: {
845
+ readonly pretty: "timezoneRuleVersionNumber";
846
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
847
+ };
848
+ readonly utcconversiontimezonecode: {
849
+ readonly pretty: "utcConversionTimezoneCode";
850
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
851
+ };
852
+ } & {
853
+ readonly ww_disqualificationreasonid: {
854
+ readonly pretty: "disqualificationReasonId";
855
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
856
+ };
857
+ readonly ww_name: {
858
+ readonly pretty: "name";
859
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
860
+ };
861
+ readonly ww_reference: {
862
+ readonly pretty: "reference";
863
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
864
+ };
865
+ readonly ww_type: {
866
+ readonly pretty: "type";
867
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
868
+ };
869
+ readonly _ww_parentdisqualificationreason_value: {
870
+ readonly pretty: "parentDisqualificationReasonValue";
871
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
872
+ };
873
+ }>, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
393
874
  name?: string | null | undefined;
394
875
  disqualificationReasonId?: string | null | undefined;
395
876
  reference?: string | null | undefined;
@@ -534,28 +1015,89 @@ export declare const SGetConfigBFF: z.ZodObject<{
534
1015
  id: string;
535
1016
  label: string;
536
1017
  }>, "many">;
537
- disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<{
538
- readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
539
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
540
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
541
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
542
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
543
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
544
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
545
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
546
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
547
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
548
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
549
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
550
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
551
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
552
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
553
- readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
554
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
555
- readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
556
- readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
557
- readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
558
- }, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
1018
+ disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
1019
+ readonly _organizationid_value: {
1020
+ readonly pretty: "organizationIdValue";
1021
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1022
+ };
1023
+ readonly '@odata.etag': {
1024
+ readonly pretty: "etag";
1025
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
1026
+ };
1027
+ readonly versionnumber: {
1028
+ readonly pretty: "versionNumber";
1029
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1030
+ };
1031
+ readonly _createdby_value: {
1032
+ readonly pretty: "createdByValue";
1033
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1034
+ };
1035
+ readonly createdon: {
1036
+ readonly pretty: "createdOn";
1037
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1038
+ };
1039
+ readonly _createdonbehalfby_value: {
1040
+ readonly pretty: "createdOnBehalfByValue";
1041
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1042
+ };
1043
+ readonly _modifiedby_value: {
1044
+ readonly pretty: "modifiedByValue";
1045
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1046
+ };
1047
+ readonly modifiedon: {
1048
+ readonly pretty: "modifiedOn";
1049
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1050
+ };
1051
+ readonly _modifiedonbehalfby_value: {
1052
+ readonly pretty: "modifiedOnBehalfByValue";
1053
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1054
+ };
1055
+ readonly statecode: {
1056
+ readonly pretty: "stateCode";
1057
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1058
+ };
1059
+ readonly statuscode: {
1060
+ readonly pretty: "statusCode";
1061
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1062
+ };
1063
+ readonly importsequencenumber: {
1064
+ readonly pretty: "importSequenceNumber";
1065
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1066
+ };
1067
+ readonly overriddencreatedon: {
1068
+ readonly pretty: "overriddenCreatedOn";
1069
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1070
+ };
1071
+ readonly timezoneruleversionnumber: {
1072
+ readonly pretty: "timezoneRuleVersionNumber";
1073
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1074
+ };
1075
+ readonly utcconversiontimezonecode: {
1076
+ readonly pretty: "utcConversionTimezoneCode";
1077
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
1078
+ };
1079
+ } & {
1080
+ readonly ww_disqualificationreasonid: {
1081
+ readonly pretty: "disqualificationReasonId";
1082
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1083
+ };
1084
+ readonly ww_name: {
1085
+ readonly pretty: "name";
1086
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1087
+ };
1088
+ readonly ww_reference: {
1089
+ readonly pretty: "reference";
1090
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1091
+ };
1092
+ readonly ww_type: {
1093
+ readonly pretty: "type";
1094
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1095
+ };
1096
+ readonly _ww_parentdisqualificationreason_value: {
1097
+ readonly pretty: "parentDisqualificationReasonValue";
1098
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1099
+ };
1100
+ }>, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
559
1101
  name?: string | null | undefined;
560
1102
  disqualificationReasonId?: string | null | undefined;
561
1103
  reference?: string | null | undefined;
@@ -662,7 +1204,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
662
1204
  id: string;
663
1205
  label: string;
664
1206
  }[]>>;
665
- assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
1207
+ assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
666
1208
  value: string | number;
667
1209
  id: string;
668
1210
  label: string;
@@ -738,7 +1280,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
738
1280
  label: string;
739
1281
  }[];
740
1282
  };
741
- referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
1283
+ referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
742
1284
  value: string | number;
743
1285
  id: string;
744
1286
  label: string;
@@ -769,16 +1311,16 @@ export declare const SGetConfigBFF: z.ZodObject<{
769
1311
  marginId: string;
770
1312
  countryValue?: string | null | undefined;
771
1313
  name?: string | null | undefined;
772
- solutionValue?: string | null | undefined;
773
- startUpMarginFixedValueMaxValue?: number | null | undefined;
774
- startUpMarginPaidBy?: number | null | undefined;
775
- startUpMarginCurrencyValue?: string | null | undefined;
776
1314
  marginCurrencyValue?: string | null | undefined;
777
1315
  marginBasis?: number | null | undefined;
778
1316
  marginPeriod?: number | null | undefined;
779
- marginMinValue?: number | null | undefined;
780
1317
  marginFixedValueMaxValue?: number | null | undefined;
1318
+ marginMinValue?: number | null | undefined;
781
1319
  marginPaidBy?: number | null | undefined;
1320
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1321
+ startUpMarginPaidBy?: number | null | undefined;
1322
+ startUpMarginCurrencyValue?: string | null | undefined;
1323
+ solutionValue?: string | null | undefined;
782
1324
  } | null | undefined)[];
783
1325
  };
784
1326
  }, {
@@ -792,7 +1334,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
792
1334
  id: string;
793
1335
  label: string;
794
1336
  }[]>>;
795
- assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
1337
+ assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
796
1338
  value: string | number;
797
1339
  id: string;
798
1340
  label: string;
@@ -858,7 +1400,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
858
1400
  label: string;
859
1401
  }[];
860
1402
  };
861
- referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
1403
+ referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
862
1404
  value: string | number;
863
1405
  id: string;
864
1406
  label: string;
@@ -889,16 +1431,16 @@ export declare const SGetConfigBFF: z.ZodObject<{
889
1431
  marginId: string;
890
1432
  countryValue?: string | null | undefined;
891
1433
  name?: string | null | undefined;
892
- solutionValue?: string | null | undefined;
893
- startUpMarginFixedValueMaxValue?: number | null | undefined;
894
- startUpMarginPaidBy?: number | null | undefined;
895
- startUpMarginCurrencyValue?: string | null | undefined;
896
1434
  marginCurrencyValue?: string | null | undefined;
897
1435
  marginBasis?: number | null | undefined;
898
1436
  marginPeriod?: number | null | undefined;
899
- marginMinValue?: number | null | undefined;
900
1437
  marginFixedValueMaxValue?: number | null | undefined;
1438
+ marginMinValue?: number | null | undefined;
901
1439
  marginPaidBy?: number | null | undefined;
1440
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1441
+ startUpMarginPaidBy?: number | null | undefined;
1442
+ startUpMarginCurrencyValue?: string | null | undefined;
1443
+ solutionValue?: string | null | undefined;
902
1444
  } | null | undefined)[];
903
1445
  };
904
1446
  }>;
@@ -914,7 +1456,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
914
1456
  id: string;
915
1457
  label: string;
916
1458
  }[]>>;
917
- assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
1459
+ assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
918
1460
  value: string | number;
919
1461
  id: string;
920
1462
  label: string;
@@ -990,7 +1532,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
990
1532
  label: string;
991
1533
  }[];
992
1534
  };
993
- referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
1535
+ referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
994
1536
  value: string | number;
995
1537
  id: string;
996
1538
  label: string;
@@ -1021,16 +1563,16 @@ export declare const SGetConfigBFF: z.ZodObject<{
1021
1563
  marginId: string;
1022
1564
  countryValue?: string | null | undefined;
1023
1565
  name?: string | null | undefined;
1024
- solutionValue?: string | null | undefined;
1025
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1026
- startUpMarginPaidBy?: number | null | undefined;
1027
- startUpMarginCurrencyValue?: string | null | undefined;
1028
1566
  marginCurrencyValue?: string | null | undefined;
1029
1567
  marginBasis?: number | null | undefined;
1030
1568
  marginPeriod?: number | null | undefined;
1031
- marginMinValue?: number | null | undefined;
1032
1569
  marginFixedValueMaxValue?: number | null | undefined;
1570
+ marginMinValue?: number | null | undefined;
1033
1571
  marginPaidBy?: number | null | undefined;
1572
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1573
+ startUpMarginPaidBy?: number | null | undefined;
1574
+ startUpMarginCurrencyValue?: string | null | undefined;
1575
+ solutionValue?: string | null | undefined;
1034
1576
  } | null | undefined)[];
1035
1577
  };
1036
1578
  };
@@ -1046,7 +1588,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
1046
1588
  id: string;
1047
1589
  label: string;
1048
1590
  }[]>>;
1049
- assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
1591
+ assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
1050
1592
  value: string | number;
1051
1593
  id: string;
1052
1594
  label: string;
@@ -1112,7 +1654,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
1112
1654
  label: string;
1113
1655
  }[];
1114
1656
  };
1115
- referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
1657
+ referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
1116
1658
  value: string | number;
1117
1659
  id: string;
1118
1660
  label: string;
@@ -1143,19 +1685,33 @@ export declare const SGetConfigBFF: z.ZodObject<{
1143
1685
  marginId: string;
1144
1686
  countryValue?: string | null | undefined;
1145
1687
  name?: string | null | undefined;
1146
- solutionValue?: string | null | undefined;
1147
- startUpMarginFixedValueMaxValue?: number | null | undefined;
1148
- startUpMarginPaidBy?: number | null | undefined;
1149
- startUpMarginCurrencyValue?: string | null | undefined;
1150
1688
  marginCurrencyValue?: string | null | undefined;
1151
1689
  marginBasis?: number | null | undefined;
1152
1690
  marginPeriod?: number | null | undefined;
1153
- marginMinValue?: number | null | undefined;
1154
1691
  marginFixedValueMaxValue?: number | null | undefined;
1692
+ marginMinValue?: number | null | undefined;
1155
1693
  marginPaidBy?: number | null | undefined;
1694
+ startUpMarginFixedValueMaxValue?: number | null | undefined;
1695
+ startUpMarginPaidBy?: number | null | undefined;
1696
+ startUpMarginCurrencyValue?: string | null | undefined;
1697
+ solutionValue?: string | null | undefined;
1156
1698
  } | null | undefined)[];
1157
1699
  };
1158
1700
  };
1159
1701
  }>;
1160
- export type TGetConfigBFF = z.infer<typeof SGetConfigBFF>;
1702
+ type TEnumRegistry = {
1703
+ account: z.infer<typeof SAccountKeys>;
1704
+ assignment: z.infer<typeof SAssignmentKeys>;
1705
+ companyDocument: z.infer<typeof SCompanyDocumentKeys>;
1706
+ contact: z.infer<typeof SContactKeys>;
1707
+ contractorDocument: z.infer<typeof SContractorDocumentKeys>;
1708
+ referral: z.infer<typeof SReferralKeys>;
1709
+ };
1710
+ type TInferredConfig = z.infer<typeof SGetConfigBFF>;
1711
+ export type TGetConfigBFF = {
1712
+ optionlists: {
1713
+ [K in keyof TInferredConfig['optionlists']]: K extends keyof TEnumRegistry ? Record<TEnumRegistry[K], TOptionEntry[]> : TInferredConfig['optionlists'][K];
1714
+ };
1715
+ };
1716
+ export {};
1161
1717
  //# sourceMappingURL=SGetConfigBFF.d.ts.map