@workwell-global/toolkit 1.1.6 → 1.1.9

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 (416) hide show
  1. package/dist/enums/EntityNames.d.ts +76 -0
  2. package/dist/enums/EntityNames.d.ts.map +1 -0
  3. package/dist/enums/EntityNames.js +75 -0
  4. package/dist/enums/EntityNames.js.map +1 -0
  5. package/dist/enums/RBACPermissions.d.ts +1 -0
  6. package/dist/enums/RBACPermissions.d.ts.map +1 -1
  7. package/dist/enums/RBACPermissions.js +1 -0
  8. package/dist/enums/RBACPermissions.js.map +1 -1
  9. package/dist/enums/RequestOrigin.js.map +1 -1
  10. package/dist/models/crm-dynamics/IAssignment.d.ts +66 -1
  11. package/dist/models/crm-dynamics/IAssignment.d.ts.map +1 -1
  12. package/dist/models/objects/IApplication.d.ts.map +1 -1
  13. package/dist/models/objects/IAssignment.d.ts +1 -0
  14. package/dist/models/objects/IAssignment.d.ts.map +1 -1
  15. package/dist/models/objects/IEvent.d.ts.map +1 -1
  16. package/dist/models/objects/IEvent.js.map +1 -1
  17. package/dist/models/objects/IEventCategories.d.ts.map +1 -1
  18. package/dist/models/objects/IEventCategories.js.map +1 -1
  19. package/dist/models/objects/IEventRequest.d.ts.map +1 -1
  20. package/dist/models/objects/IEventRequest.js.map +1 -1
  21. package/dist/models/objects/INotification.d.ts.map +1 -1
  22. package/dist/models/objects/INotification.js.map +1 -1
  23. package/dist/models/objects/INotificationRequest.d.ts.map +1 -1
  24. package/dist/models/objects/INotificationRequest.js.map +1 -1
  25. package/dist/models/objects/IOrganisation.d.ts.map +1 -1
  26. package/dist/models/objects/ISalesChecklist.d.ts.map +1 -1
  27. package/dist/models/objects/ISalesChecklist.js.map +1 -1
  28. package/dist/models/schemas/api/_bases/SBaseAPI.d.ts +202 -0
  29. package/dist/models/schemas/api/_bases/SBaseAPI.d.ts.map +1 -0
  30. package/dist/models/schemas/api/_bases/SBaseAPI.js +70 -0
  31. package/dist/models/schemas/api/_bases/SBaseAPI.js.map +1 -0
  32. package/dist/models/schemas/api/_bases/SDocumentBase.d.ts +132 -0
  33. package/dist/models/schemas/api/_bases/SDocumentBase.d.ts.map +1 -0
  34. package/dist/models/schemas/api/_bases/SDocumentBase.js +72 -0
  35. package/dist/models/schemas/api/_bases/SDocumentBase.js.map +1 -0
  36. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +58 -0
  37. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -0
  38. package/dist/models/schemas/api/_entityTools/CreateEntityTools.js +33 -0
  39. package/dist/models/schemas/api/_entityTools/CreateEntityTools.js.map +1 -0
  40. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +10 -0
  41. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -0
  42. package/dist/models/schemas/api/_entityTools/EntityRegistry.js +40 -0
  43. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -0
  44. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts +5 -0
  45. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -0
  46. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +73 -0
  47. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -0
  48. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +6 -0
  49. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -0
  50. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +42 -0
  51. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -0
  52. package/dist/models/schemas/api/account/DAccountAPI.d.ts +627 -0
  53. package/dist/models/schemas/api/account/DAccountAPI.d.ts.map +1 -0
  54. package/dist/models/schemas/api/account/DAccountAPI.js +618 -0
  55. package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -0
  56. package/dist/models/schemas/api/account/TAccountAPI.d.ts +1455 -0
  57. package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -0
  58. package/dist/models/schemas/api/account/TAccountAPI.js +9 -0
  59. package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -0
  60. package/dist/models/schemas/api/account/index.d.ts +1689 -0
  61. package/dist/models/schemas/api/account/index.d.ts.map +1 -0
  62. package/dist/models/schemas/api/account/index.js +13 -0
  63. package/dist/models/schemas/api/account/index.js.map +1 -0
  64. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +781 -0
  65. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -0
  66. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +628 -0
  67. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -0
  68. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +1861 -0
  69. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -0
  70. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +9 -0
  71. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -0
  72. package/dist/models/schemas/api/assignment/index.d.ts +2111 -0
  73. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -0
  74. package/dist/models/schemas/api/assignment/index.js +13 -0
  75. package/dist/models/schemas/api/assignment/index.js.map +1 -0
  76. package/dist/models/schemas/api/batch/SBatchAPI.d.ts +21 -0
  77. package/dist/models/schemas/api/batch/SBatchAPI.d.ts.map +1 -0
  78. package/dist/models/schemas/api/batch/SBatchAPI.js +9 -0
  79. package/dist/models/schemas/api/batch/SBatchAPI.js.map +1 -0
  80. package/dist/models/schemas/api/batch/TBatchAPI.d.ts +24 -0
  81. package/dist/models/schemas/api/batch/TBatchAPI.d.ts.map +1 -0
  82. package/dist/models/schemas/api/batch/TBatchAPI.js +3 -0
  83. package/dist/models/schemas/api/batch/TBatchAPI.js.map +1 -0
  84. package/dist/models/schemas/api/batch/index.d.ts +3 -0
  85. package/dist/models/schemas/api/batch/index.d.ts.map +1 -0
  86. package/dist/models/schemas/api/batch/index.js +3 -0
  87. package/dist/models/schemas/api/batch/index.js.map +1 -0
  88. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts +161 -0
  89. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts.map +1 -0
  90. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js +43 -0
  91. package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js.map +1 -0
  92. package/dist/models/schemas/api/changeRequest/index.d.ts +2 -0
  93. package/dist/models/schemas/api/changeRequest/index.d.ts.map +1 -0
  94. package/dist/models/schemas/api/changeRequest/index.js +2 -0
  95. package/dist/models/schemas/api/changeRequest/index.js.map +1 -0
  96. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts +180 -0
  97. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts.map +1 -0
  98. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js +54 -0
  99. package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js.map +1 -0
  100. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +664 -0
  101. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -0
  102. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js +9 -0
  103. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js.map +1 -0
  104. package/dist/models/schemas/api/companyDocument/index.d.ts +703 -0
  105. package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -0
  106. package/dist/models/schemas/api/companyDocument/index.js +12 -0
  107. package/dist/models/schemas/api/companyDocument/index.js.map +1 -0
  108. package/dist/models/schemas/api/contact/DContactAPI.d.ts +694 -0
  109. package/dist/models/schemas/api/contact/DContactAPI.d.ts.map +1 -0
  110. package/dist/models/schemas/api/contact/DContactAPI.js +685 -0
  111. package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -0
  112. package/dist/models/schemas/api/contact/TContactAPI.d.ts +1700 -0
  113. package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -0
  114. package/dist/models/schemas/api/contact/TContactAPI.js +9 -0
  115. package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -0
  116. package/dist/models/schemas/api/contact/index.d.ts +1935 -0
  117. package/dist/models/schemas/api/contact/index.d.ts.map +1 -0
  118. package/dist/models/schemas/api/contact/index.js +13 -0
  119. package/dist/models/schemas/api/contact/index.js.map +1 -0
  120. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +392 -0
  121. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts.map +1 -0
  122. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +247 -0
  123. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -0
  124. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +902 -0
  125. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -0
  126. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js +9 -0
  127. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -0
  128. package/dist/models/schemas/api/contractorDocument/index.d.ts +1081 -0
  129. package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -0
  130. package/dist/models/schemas/api/contractorDocument/index.js +13 -0
  131. package/dist/models/schemas/api/contractorDocument/index.js.map +1 -0
  132. package/dist/models/schemas/api/country/DCountryAPI.d.ts +79 -0
  133. package/dist/models/schemas/api/country/DCountryAPI.d.ts.map +1 -0
  134. package/dist/models/schemas/api/country/DCountryAPI.js +55 -0
  135. package/dist/models/schemas/api/country/DCountryAPI.js.map +1 -0
  136. package/dist/models/schemas/api/country/TCountryAPI.d.ts +374 -0
  137. package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -0
  138. package/dist/models/schemas/api/country/TCountryAPI.js +10 -0
  139. package/dist/models/schemas/api/country/TCountryAPI.js.map +1 -0
  140. package/dist/models/schemas/api/country/index.d.ts +388 -0
  141. package/dist/models/schemas/api/country/index.d.ts.map +1 -0
  142. package/dist/models/schemas/api/country/index.js +12 -0
  143. package/dist/models/schemas/api/country/index.js.map +1 -0
  144. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts +58 -0
  145. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts.map +1 -0
  146. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js +50 -0
  147. package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js.map +1 -0
  148. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +234 -0
  149. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -0
  150. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js +10 -0
  151. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js.map +1 -0
  152. package/dist/models/schemas/api/countryOffering/index.d.ts +247 -0
  153. package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -0
  154. package/dist/models/schemas/api/countryOffering/index.js +12 -0
  155. package/dist/models/schemas/api/countryOffering/index.js.map +1 -0
  156. package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts +28 -0
  157. package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts.map +1 -0
  158. package/dist/models/schemas/api/currency/DCurrencyAPI.js +16 -0
  159. package/dist/models/schemas/api/currency/DCurrencyAPI.js.map +1 -0
  160. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +234 -0
  161. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -0
  162. package/dist/models/schemas/api/currency/TCurrencyAPI.js +10 -0
  163. package/dist/models/schemas/api/currency/TCurrencyAPI.js.map +1 -0
  164. package/dist/models/schemas/api/currency/index.d.ts +237 -0
  165. package/dist/models/schemas/api/currency/index.d.ts.map +1 -0
  166. package/dist/models/schemas/api/currency/index.js +11 -0
  167. package/dist/models/schemas/api/currency/index.js.map +1 -0
  168. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts +34 -0
  169. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts.map +1 -0
  170. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js +34 -0
  171. package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js.map +1 -0
  172. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +220 -0
  173. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -0
  174. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js +10 -0
  175. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js.map +1 -0
  176. package/dist/models/schemas/api/disqualificationReason/index.d.ts +229 -0
  177. package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -0
  178. package/dist/models/schemas/api/disqualificationReason/index.js +12 -0
  179. package/dist/models/schemas/api/disqualificationReason/index.js.map +1 -0
  180. package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts +18 -0
  181. package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts.map +1 -0
  182. package/dist/models/schemas/api/download/SDownloadDocumentAPI.js +8 -0
  183. package/dist/models/schemas/api/download/SDownloadDocumentAPI.js.map +1 -0
  184. package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts +4 -0
  185. package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts.map +1 -0
  186. package/dist/models/schemas/api/download/TDownloadDocumentAPI.js +3 -0
  187. package/dist/models/schemas/api/download/TDownloadDocumentAPI.js.map +1 -0
  188. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +128 -0
  189. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts.map +1 -0
  190. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +115 -0
  191. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -0
  192. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +479 -0
  193. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -0
  194. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js +32 -0
  195. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -0
  196. package/dist/models/schemas/api/enquiry/index.d.ts +492 -0
  197. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -0
  198. package/dist/models/schemas/api/enquiry/index.js +13 -0
  199. package/dist/models/schemas/api/enquiry/index.js.map +1 -0
  200. package/dist/models/schemas/api/index.d.ts +16 -0
  201. package/dist/models/schemas/api/index.d.ts.map +1 -0
  202. package/dist/models/schemas/api/index.js +30 -0
  203. package/dist/models/schemas/api/index.js.map +1 -0
  204. package/dist/models/schemas/api/margin/DMarginAPI.d.ts +128 -0
  205. package/dist/models/schemas/api/margin/DMarginAPI.d.ts.map +1 -0
  206. package/dist/models/schemas/api/margin/DMarginAPI.js +107 -0
  207. package/dist/models/schemas/api/margin/DMarginAPI.js.map +1 -0
  208. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +403 -0
  209. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -0
  210. package/dist/models/schemas/api/margin/TMarginAPI.js +10 -0
  211. package/dist/models/schemas/api/margin/TMarginAPI.js.map +1 -0
  212. package/dist/models/schemas/api/margin/index.d.ts +452 -0
  213. package/dist/models/schemas/api/margin/index.d.ts.map +1 -0
  214. package/dist/models/schemas/api/margin/index.js +13 -0
  215. package/dist/models/schemas/api/margin/index.js.map +1 -0
  216. package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts +62 -0
  217. package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts.map +1 -0
  218. package/dist/models/schemas/api/nationality/DNationalityAPI.js +62 -0
  219. package/dist/models/schemas/api/nationality/DNationalityAPI.js.map +1 -0
  220. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +276 -0
  221. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -0
  222. package/dist/models/schemas/api/nationality/TNationalityAPI.js +10 -0
  223. package/dist/models/schemas/api/nationality/TNationalityAPI.js.map +1 -0
  224. package/dist/models/schemas/api/nationality/index.d.ts +301 -0
  225. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -0
  226. package/dist/models/schemas/api/nationality/index.js +12 -0
  227. package/dist/models/schemas/api/nationality/index.js.map +1 -0
  228. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +699 -0
  229. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -0
  230. package/dist/models/schemas/api/referral/DReferralAPI.js +603 -0
  231. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -0
  232. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1508 -0
  233. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -0
  234. package/dist/models/schemas/api/referral/TReferralAPI.js +9 -0
  235. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -0
  236. package/dist/models/schemas/api/referral/index.d.ts +1712 -0
  237. package/dist/models/schemas/api/referral/index.d.ts.map +1 -0
  238. package/dist/models/schemas/api/referral/index.js +12 -0
  239. package/dist/models/schemas/api/referral/index.js.map +1 -0
  240. package/dist/models/schemas/api/role/DRoleAPI.d.ts +19 -0
  241. package/dist/models/schemas/api/role/DRoleAPI.d.ts.map +1 -0
  242. package/dist/models/schemas/api/role/DRoleAPI.js +13 -0
  243. package/dist/models/schemas/api/role/DRoleAPI.js.map +1 -0
  244. package/dist/models/schemas/api/role/TRoleAPI.d.ts +207 -0
  245. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -0
  246. package/dist/models/schemas/api/role/TRoleAPI.js +10 -0
  247. package/dist/models/schemas/api/role/TRoleAPI.js.map +1 -0
  248. package/dist/models/schemas/api/role/index.d.ts +212 -0
  249. package/dist/models/schemas/api/role/index.d.ts.map +1 -0
  250. package/dist/models/schemas/api/role/index.js +13 -0
  251. package/dist/models/schemas/api/role/index.js.map +1 -0
  252. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +265 -0
  253. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -0
  254. package/dist/models/schemas/api/simulation/DSimulationAPI.js +234 -0
  255. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -0
  256. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +753 -0
  257. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -0
  258. package/dist/models/schemas/api/simulation/TSimulationAPI.js +9 -0
  259. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -0
  260. package/dist/models/schemas/api/simulation/index.d.ts +829 -0
  261. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -0
  262. package/dist/models/schemas/api/simulation/index.js +13 -0
  263. package/dist/models/schemas/api/simulation/index.js.map +1 -0
  264. package/dist/models/schemas/api/solution/DSolutionAPI.d.ts +213 -0
  265. package/dist/models/schemas/api/solution/DSolutionAPI.d.ts.map +1 -0
  266. package/dist/models/schemas/api/solution/DSolutionAPI.js +102 -0
  267. package/dist/models/schemas/api/solution/DSolutionAPI.js.map +1 -0
  268. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +821 -0
  269. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -0
  270. package/dist/models/schemas/api/solution/TSolutionAPI.js +10 -0
  271. package/dist/models/schemas/api/solution/TSolutionAPI.js.map +1 -0
  272. package/dist/models/schemas/api/solution/index.d.ts +842 -0
  273. package/dist/models/schemas/api/solution/index.d.ts.map +1 -0
  274. package/dist/models/schemas/api/solution/index.js +12 -0
  275. package/dist/models/schemas/api/solution/index.js.map +1 -0
  276. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +1161 -0
  277. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -0
  278. package/dist/models/schemas/bff/config/SGetConfigBFF.js +130 -0
  279. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -0
  280. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +44 -0
  281. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -0
  282. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js +8 -0
  283. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js.map +1 -0
  284. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +36 -0
  285. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -0
  286. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js +9 -0
  287. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js.map +1 -0
  288. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +36 -0
  289. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -0
  290. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js +9 -0
  291. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js.map +1 -0
  292. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +86 -0
  293. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -0
  294. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js +39 -0
  295. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js.map +1 -0
  296. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +67 -0
  297. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -0
  298. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js +18 -0
  299. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js.map +1 -0
  300. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +31 -0
  301. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -0
  302. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js +7 -0
  303. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js.map +1 -0
  304. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +29 -0
  305. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -0
  306. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +15 -0
  307. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -0
  308. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts +13 -0
  309. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts.map +1 -0
  310. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js +6 -0
  311. package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js.map +1 -0
  312. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +90 -0
  313. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -0
  314. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js +36 -0
  315. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js.map +1 -0
  316. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +859 -0
  317. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -0
  318. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +47 -0
  319. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -0
  320. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +584 -0
  321. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -0
  322. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +48 -0
  323. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -0
  324. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +32 -0
  325. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -0
  326. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js +7 -0
  327. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js.map +1 -0
  328. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +33 -0
  329. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -0
  330. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js +8 -0
  331. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js.map +1 -0
  332. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +83 -0
  333. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -0
  334. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js +8 -0
  335. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js.map +1 -0
  336. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +74 -0
  337. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -0
  338. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js +28 -0
  339. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js.map +1 -0
  340. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +42 -0
  341. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -0
  342. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js +9 -0
  343. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js.map +1 -0
  344. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts +38 -0
  345. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts.map +1 -0
  346. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js +18 -0
  347. package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js.map +1 -0
  348. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +59 -0
  349. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -0
  350. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js +18 -0
  351. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js.map +1 -0
  352. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +147 -0
  353. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -0
  354. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js +22 -0
  355. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js.map +1 -0
  356. package/dist/models/schemas/bff/index.d.ts +21 -0
  357. package/dist/models/schemas/bff/index.d.ts.map +1 -0
  358. package/dist/models/schemas/bff/index.js +26 -0
  359. package/dist/models/schemas/bff/index.js.map +1 -0
  360. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +184 -0
  361. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -0
  362. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +22 -0
  363. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -0
  364. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts +126 -0
  365. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts.map +1 -0
  366. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js +10 -0
  367. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js.map +1 -0
  368. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +110 -0
  369. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -0
  370. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +9 -0
  371. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -0
  372. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +64 -0
  373. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -0
  374. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +13 -0
  375. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -0
  376. package/dist/models/types/Application.d.ts.map +1 -1
  377. package/dist/models/types/Stages.d.ts +1 -1
  378. package/dist/models/types/Stages.d.ts.map +1 -1
  379. package/dist/utils/date-and-time/calculate.test.d.ts +2 -0
  380. package/dist/utils/date-and-time/calculate.test.d.ts.map +1 -0
  381. package/dist/utils/date-and-time/calculate.test.js +69 -0
  382. package/dist/utils/date-and-time/calculate.test.js.map +1 -0
  383. package/dist/utils/date-and-time/format.test.d.ts +2 -0
  384. package/dist/utils/date-and-time/format.test.d.ts.map +1 -0
  385. package/dist/utils/date-and-time/format.test.js +30 -0
  386. package/dist/utils/date-and-time/format.test.js.map +1 -0
  387. package/dist/utils/encoding/stringBySecret.test.d.ts +2 -0
  388. package/dist/utils/encoding/stringBySecret.test.d.ts.map +1 -0
  389. package/dist/utils/encoding/stringBySecret.test.js +61 -0
  390. package/dist/utils/encoding/stringBySecret.test.js.map +1 -0
  391. package/dist/utils/index.d.ts +1 -0
  392. package/dist/utils/index.d.ts.map +1 -1
  393. package/dist/utils/index.js +1 -0
  394. package/dist/utils/index.js.map +1 -1
  395. package/dist/utils/rbac/RBACChecker.d.ts +6 -0
  396. package/dist/utils/rbac/RBACChecker.d.ts.map +1 -0
  397. package/dist/utils/rbac/RBACChecker.js +13 -0
  398. package/dist/utils/rbac/RBACChecker.js.map +1 -0
  399. package/dist/utils/rbac/index.d.ts +2 -0
  400. package/dist/utils/rbac/index.d.ts.map +1 -0
  401. package/dist/utils/rbac/index.js +3 -0
  402. package/dist/utils/rbac/index.js.map +1 -0
  403. package/dist/utils/strings/index.d.ts.map +1 -1
  404. package/dist/utils/strings/index.js.map +1 -1
  405. package/dist/utils/strings/manipulate.d.ts.map +1 -1
  406. package/dist/utils/strings/manipulate.js +45 -20
  407. package/dist/utils/strings/manipulate.js.map +1 -1
  408. package/dist/utils/strings/manipulate.test.d.ts +2 -0
  409. package/dist/utils/strings/manipulate.test.d.ts.map +1 -0
  410. package/dist/utils/strings/manipulate.test.js +46 -0
  411. package/dist/utils/strings/manipulate.test.js.map +1 -0
  412. package/dist/utils/strings/sanitize.test.d.ts +2 -0
  413. package/dist/utils/strings/sanitize.test.d.ts.map +1 -0
  414. package/dist/utils/strings/sanitize.test.js +20 -0
  415. package/dist/utils/strings/sanitize.test.js.map +1 -0
  416. package/package.json +25 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/contractorDocument/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9B,CAAA;AAID,cAAc,6BAA6B,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { ContractorDocumentEntity } from './TContractorDocumentAPI.js';
2
+ import * as Definitions from './DContractorDocumentAPI.js'; // Grabs all your Enums/Statuses
3
+ import { addToRegistry } from '../_entityTools/EntityRegistry.js';
4
+ import { EntityNames } from '../../../../enums/EntityNames.js';
5
+ export const ContractorDocument = {
6
+ Metadata: EntityNames.contractorDocument,
7
+ Tools: ContractorDocumentEntity,
8
+ Options: Definitions.contractorDocumentOptions,
9
+ Relationships: Definitions.contractorDocumentRelationships,
10
+ };
11
+ addToRegistry('contractorDocument', ContractorDocument);
12
+ export * from './TContractorDocumentAPI.js';
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/contractorDocument/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAA;AACtE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAA,CAAC,gCAAgC;AAC3F,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,KAAK,EAAE,wBAAwB;IAC/B,OAAO,EAAE,WAAW,CAAC,yBAAyB;IAC9C,aAAa,EAAE,WAAW,CAAC,+BAA+B;CAC3D,CAAA;AAED,aAAa,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAAA;AAEvD,cAAc,6BAA6B,CAAA"}
@@ -0,0 +1,79 @@
1
+ import { z } from 'zod';
2
+ export declare const countryOptions: {
3
+ readonly Continent: {
4
+ readonly asia: 127840000;
5
+ readonly africa: 127840001;
6
+ readonly europe: 127840002;
7
+ readonly northAmerica: 127840003;
8
+ readonly southAmerica: 127840004;
9
+ readonly oceania: 127840005;
10
+ readonly antarctica: 127840006;
11
+ };
12
+ };
13
+ export declare const countryFields: {
14
+ readonly ww_countryid: {
15
+ readonly pretty: "countryId";
16
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ };
18
+ readonly ww_name: {
19
+ readonly pretty: "name";
20
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ };
22
+ readonly ww_code: {
23
+ readonly pretty: "code";
24
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ };
26
+ readonly ww_altsearchcode: {
27
+ readonly pretty: "altSearchCode";
28
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ };
30
+ readonly ww_continent: {
31
+ readonly pretty: "continent";
32
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
33
+ };
34
+ readonly ww_wwgentity: {
35
+ readonly pretty: "wwgEntity";
36
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
37
+ };
38
+ readonly _ww_scats_currency_value: {
39
+ readonly pretty: "scatsCurrencyValue";
40
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ };
42
+ readonly ww_issanctioned: {
43
+ readonly pretty: "isSanctioned";
44
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
45
+ };
46
+ readonly ww_iseu: {
47
+ readonly pretty: "isEu";
48
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
49
+ };
50
+ readonly ww_scats_workpermitservices: {
51
+ readonly pretty: "scatsWorkPermitServices";
52
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
53
+ };
54
+ readonly ww_scats_workpermitservicesnotes: {
55
+ readonly pretty: "scatsWorkermitServicesNotes";
56
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ };
58
+ readonly ww_scats_averageroi: {
59
+ readonly pretty: "scatsAverageRoi";
60
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
61
+ };
62
+ readonly _ww_scats_contractingcompany_value: {
63
+ readonly pretty: "scatsContractingCompanyValue";
64
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
+ };
66
+ readonly ww_scats_fees: {
67
+ readonly pretty: "scatsFees";
68
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
69
+ };
70
+ readonly _ww_scats_partneraccountant_value: {
71
+ readonly pretty: "scatsPartnerAccountantValue";
72
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
73
+ };
74
+ readonly ww_scats_incountryservices: {
75
+ readonly pretty: "scatsInCountryServices";
76
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
77
+ };
78
+ };
79
+ //# sourceMappingURL=DCountryAPI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DCountryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/DCountryAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,cAAc;;;;;;;;;;CAUjB,CAAA;AAEV,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ChB,CAAA"}
@@ -0,0 +1,55 @@
1
+ import { z } from 'zod';
2
+ export const countryOptions = {
3
+ Continent: {
4
+ asia: 127840000,
5
+ africa: 127840001,
6
+ europe: 127840002,
7
+ northAmerica: 127840003,
8
+ southAmerica: 127840004,
9
+ oceania: 127840005,
10
+ antarctica: 127840006,
11
+ },
12
+ };
13
+ export const countryFields = {
14
+ ww_countryid: { pretty: 'countryId', type: z.string().nullish() },
15
+ ww_name: { pretty: 'name', type: z.string().nullish() },
16
+ ww_code: { pretty: 'code', type: z.string().nullish() },
17
+ ww_altsearchcode: { pretty: 'altSearchCode', type: z.string().nullish() },
18
+ ww_continent: {
19
+ pretty: 'continent',
20
+ type: z.number().nullish(),
21
+ },
22
+ ww_wwgentity: { pretty: 'wwgEntity', type: z.boolean().nullish() },
23
+ _ww_scats_currency_value: {
24
+ pretty: 'scatsCurrencyValue',
25
+ type: z.string().nullish(),
26
+ },
27
+ ww_issanctioned: { pretty: 'isSanctioned', type: z.boolean().nullish() },
28
+ ww_iseu: { pretty: 'isEu', type: z.boolean().nullish() },
29
+ ww_scats_workpermitservices: {
30
+ pretty: 'scatsWorkPermitServices',
31
+ type: z.boolean().nullish(),
32
+ },
33
+ ww_scats_workpermitservicesnotes: {
34
+ pretty: 'scatsWorkermitServicesNotes',
35
+ type: z.string().nullish(),
36
+ },
37
+ ww_scats_averageroi: {
38
+ pretty: 'scatsAverageRoi',
39
+ type: z.string().nullish(),
40
+ },
41
+ _ww_scats_contractingcompany_value: {
42
+ pretty: 'scatsContractingCompanyValue',
43
+ type: z.string().nullish(),
44
+ },
45
+ ww_scats_fees: { pretty: 'scatsFees', type: z.string().nullish() },
46
+ _ww_scats_partneraccountant_value: {
47
+ pretty: 'scatsPartnerAccountantValue',
48
+ type: z.string().nullish(),
49
+ },
50
+ ww_scats_incountryservices: {
51
+ pretty: 'scatsInCountryServices',
52
+ type: z.string().nullish(),
53
+ },
54
+ };
55
+ //# sourceMappingURL=DCountryAPI.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DCountryAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/DCountryAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,SAAS,EAAE;QACT,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,SAAS;QACjB,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;QACvB,YAAY,EAAE,SAAS;QACvB,OAAO,EAAE,SAAS;QAClB,UAAU,EAAE,SAAS;KACtB;CACO,CAAA;AAEV,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,YAAY,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IAEjE,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IACvD,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IACvD,gBAAgB,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IACzE,YAAY,EAAE;QACZ,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,YAAY,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE;IAClE,wBAAwB,EAAE;QACxB,MAAM,EAAE,oBAAoB;QAC5B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,eAAe,EAAE,EAAE,MAAM,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE;IACxE,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE;IACxD,2BAA2B,EAAE;QAC3B,MAAM,EAAE,yBAAyB;QACjC,IAAI,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;KAC5B;IACD,gCAAgC,EAAE;QAChC,MAAM,EAAE,6BAA6B;QACrC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,mBAAmB,EAAE;QACnB,MAAM,EAAE,iBAAiB;QACzB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,kCAAkC,EAAE;QAClC,MAAM,EAAE,8BAA8B;QACtC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,aAAa,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IAClE,iCAAiC,EAAE;QACjC,MAAM,EAAE,6BAA6B;QACrC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,0BAA0B,EAAE;QAC1B,MAAM,EAAE,wBAAwB;QAChC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;CACO,CAAA"}
@@ -0,0 +1,374 @@
1
+ import { z } from 'zod';
2
+ export declare const CountryEntity: {
3
+ isLookupOnly: boolean;
4
+ fieldsPretty: {
5
+ etag: string;
6
+ createdByValue: string;
7
+ createdOnBehalfByValue: string;
8
+ modifiedByValue: string;
9
+ modifiedOnBehalfByValue: string;
10
+ createdOn: string;
11
+ importSequenceNumber: string;
12
+ modifiedOn: string;
13
+ overriddenCreatedOn: string;
14
+ stateCode: string;
15
+ statusCode: string;
16
+ timezoneRuleVersionNumber: string;
17
+ utcConversionTimezoneCode: string;
18
+ versionNumber: string;
19
+ name: string;
20
+ countryId: string;
21
+ code: string;
22
+ altSearchCode: string;
23
+ continent: string;
24
+ wwgEntity: string;
25
+ scatsCurrencyValue: string;
26
+ isSanctioned: string;
27
+ isEu: string;
28
+ scatsWorkPermitServices: string;
29
+ scatsWorkermitServicesNotes: string;
30
+ scatsAverageRoi: string;
31
+ scatsContractingCompanyValue: string;
32
+ scatsFees: string;
33
+ scatsPartnerAccountantValue: string;
34
+ scatsInCountryServices: string;
35
+ organizationIdValue: string;
36
+ };
37
+ fieldsD365: {
38
+ readonly ww_countryid: "countryId";
39
+ readonly ww_name: "name";
40
+ readonly ww_code: "code";
41
+ readonly ww_altsearchcode: "altSearchCode";
42
+ readonly ww_continent: "continent";
43
+ readonly ww_wwgentity: "wwgEntity";
44
+ readonly _ww_scats_currency_value: "scatsCurrencyValue";
45
+ readonly ww_issanctioned: "isSanctioned";
46
+ readonly ww_iseu: "isEu";
47
+ readonly ww_scats_workpermitservices: "scatsWorkPermitServices";
48
+ readonly ww_scats_workpermitservicesnotes: "scatsWorkermitServicesNotes";
49
+ readonly ww_scats_averageroi: "scatsAverageRoi";
50
+ readonly _ww_scats_contractingcompany_value: "scatsContractingCompanyValue";
51
+ readonly ww_scats_fees: "scatsFees";
52
+ readonly _ww_scats_partneraccountant_value: "scatsPartnerAccountantValue";
53
+ readonly ww_scats_incountryservices: "scatsInCountryServices";
54
+ readonly _organizationid_value: "organizationIdValue";
55
+ readonly '@odata.etag': "etag";
56
+ readonly versionnumber: "versionNumber";
57
+ readonly _createdby_value: "createdByValue";
58
+ readonly createdon: "createdOn";
59
+ readonly _createdonbehalfby_value: "createdOnBehalfByValue";
60
+ readonly _modifiedby_value: "modifiedByValue";
61
+ readonly modifiedon: "modifiedOn";
62
+ readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
63
+ readonly statecode: "stateCode";
64
+ readonly statuscode: "statusCode";
65
+ readonly importsequencenumber: "importSequenceNumber";
66
+ readonly overriddencreatedon: "overriddenCreatedOn";
67
+ readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
68
+ readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
69
+ };
70
+ SResponseD365: z.ZodObject<{
71
+ readonly _organizationid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
72
+ readonly '@odata.etag': z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>>;
73
+ readonly versionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
74
+ readonly _createdby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
75
+ readonly createdon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
76
+ readonly _createdonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
77
+ readonly _modifiedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
78
+ readonly modifiedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
79
+ readonly _modifiedonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
80
+ readonly statecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
81
+ readonly statuscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
82
+ readonly importsequencenumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
83
+ readonly overriddencreatedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
84
+ readonly timezoneruleversionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
85
+ readonly utcconversiontimezonecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
86
+ readonly ww_countryid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
87
+ readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
88
+ readonly ww_code: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
89
+ readonly ww_altsearchcode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
90
+ readonly ww_continent: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
91
+ readonly ww_wwgentity: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
92
+ readonly _ww_scats_currency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
93
+ readonly ww_issanctioned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
94
+ readonly ww_iseu: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
95
+ readonly ww_scats_workpermitservices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
96
+ readonly ww_scats_workpermitservicesnotes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
97
+ readonly ww_scats_averageroi: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
98
+ readonly _ww_scats_contractingcompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
99
+ readonly ww_scats_fees: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
100
+ readonly _ww_scats_partneraccountant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
101
+ readonly ww_scats_incountryservices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
102
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
103
+ '@odata.etag'?: string | null | undefined;
104
+ _createdby_value?: string | null | undefined;
105
+ _createdonbehalfby_value?: string | null | undefined;
106
+ _modifiedby_value?: string | null | undefined;
107
+ _modifiedonbehalfby_value?: string | null | undefined;
108
+ createdon?: string | null | undefined;
109
+ importsequencenumber?: number | null | undefined;
110
+ modifiedon?: string | null | undefined;
111
+ overriddencreatedon?: string | null | undefined;
112
+ statecode?: number | null | undefined;
113
+ statuscode?: number | null | undefined;
114
+ timezoneruleversionnumber?: string | number | null | undefined;
115
+ utcconversiontimezonecode?: string | number | null | undefined;
116
+ versionnumber?: number | null | undefined;
117
+ ww_name?: string | null | undefined;
118
+ ww_countryid?: string | null | undefined;
119
+ ww_code?: string | null | undefined;
120
+ ww_altsearchcode?: string | null | undefined;
121
+ ww_continent?: number | null | undefined;
122
+ ww_wwgentity?: boolean | null | undefined;
123
+ _ww_scats_currency_value?: string | null | undefined;
124
+ ww_issanctioned?: boolean | null | undefined;
125
+ ww_iseu?: boolean | null | undefined;
126
+ ww_scats_workpermitservices?: boolean | null | undefined;
127
+ ww_scats_workpermitservicesnotes?: string | null | undefined;
128
+ ww_scats_averageroi?: string | null | undefined;
129
+ _ww_scats_contractingcompany_value?: string | null | undefined;
130
+ ww_scats_fees?: string | null | undefined;
131
+ _ww_scats_partneraccountant_value?: string | null | undefined;
132
+ ww_scats_incountryservices?: string | null | undefined;
133
+ _organizationid_value?: string | null | undefined;
134
+ }, {
135
+ '@odata.etag'?: string | null | undefined;
136
+ _createdby_value?: string | null | undefined;
137
+ _createdonbehalfby_value?: string | null | undefined;
138
+ _modifiedby_value?: string | null | undefined;
139
+ _modifiedonbehalfby_value?: string | null | undefined;
140
+ createdon?: string | null | undefined;
141
+ importsequencenumber?: number | null | undefined;
142
+ modifiedon?: string | null | undefined;
143
+ overriddencreatedon?: string | null | undefined;
144
+ statecode?: number | null | undefined;
145
+ statuscode?: number | null | undefined;
146
+ timezoneruleversionnumber?: string | number | null | undefined;
147
+ utcconversiontimezonecode?: string | number | null | undefined;
148
+ versionnumber?: number | null | undefined;
149
+ ww_name?: string | null | undefined;
150
+ ww_countryid?: string | null | undefined;
151
+ ww_code?: string | null | undefined;
152
+ ww_altsearchcode?: string | null | undefined;
153
+ ww_continent?: number | null | undefined;
154
+ ww_wwgentity?: boolean | null | undefined;
155
+ _ww_scats_currency_value?: string | null | undefined;
156
+ ww_issanctioned?: boolean | null | undefined;
157
+ ww_iseu?: boolean | null | undefined;
158
+ ww_scats_workpermitservices?: boolean | null | undefined;
159
+ ww_scats_workpermitservicesnotes?: string | null | undefined;
160
+ ww_scats_averageroi?: string | null | undefined;
161
+ _ww_scats_contractingcompany_value?: string | null | undefined;
162
+ ww_scats_fees?: string | null | undefined;
163
+ _ww_scats_partneraccountant_value?: string | null | undefined;
164
+ ww_scats_incountryservices?: string | null | undefined;
165
+ _organizationid_value?: string | null | undefined;
166
+ }>;
167
+ SPayloadD365: z.ZodObject<{
168
+ readonly ww_countryid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
169
+ readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
170
+ readonly ww_code: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
171
+ readonly ww_altsearchcode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
172
+ readonly ww_continent: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
173
+ readonly ww_wwgentity: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
174
+ readonly _ww_scats_currency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
175
+ readonly ww_issanctioned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
176
+ readonly ww_iseu: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
177
+ readonly ww_scats_workpermitservices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
178
+ readonly ww_scats_workpermitservicesnotes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
179
+ readonly ww_scats_averageroi: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
180
+ readonly _ww_scats_contractingcompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
181
+ readonly ww_scats_fees: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
182
+ readonly _ww_scats_partneraccountant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
183
+ readonly ww_scats_incountryservices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
184
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
185
+ ww_name?: string | null | undefined;
186
+ ww_countryid?: string | null | undefined;
187
+ ww_code?: string | null | undefined;
188
+ ww_altsearchcode?: string | null | undefined;
189
+ ww_continent?: number | null | undefined;
190
+ ww_wwgentity?: boolean | null | undefined;
191
+ _ww_scats_currency_value?: string | null | undefined;
192
+ ww_issanctioned?: boolean | null | undefined;
193
+ ww_iseu?: boolean | null | undefined;
194
+ ww_scats_workpermitservices?: boolean | null | undefined;
195
+ ww_scats_workpermitservicesnotes?: string | null | undefined;
196
+ ww_scats_averageroi?: string | null | undefined;
197
+ _ww_scats_contractingcompany_value?: string | null | undefined;
198
+ ww_scats_fees?: string | null | undefined;
199
+ _ww_scats_partneraccountant_value?: string | null | undefined;
200
+ ww_scats_incountryservices?: string | null | undefined;
201
+ }, {
202
+ ww_name?: string | null | undefined;
203
+ ww_countryid?: string | null | undefined;
204
+ ww_code?: string | null | undefined;
205
+ ww_altsearchcode?: string | null | undefined;
206
+ ww_continent?: number | null | undefined;
207
+ ww_wwgentity?: boolean | null | undefined;
208
+ _ww_scats_currency_value?: string | null | undefined;
209
+ ww_issanctioned?: boolean | null | undefined;
210
+ ww_iseu?: boolean | null | undefined;
211
+ ww_scats_workpermitservices?: boolean | null | undefined;
212
+ ww_scats_workpermitservicesnotes?: string | null | undefined;
213
+ ww_scats_averageroi?: string | null | undefined;
214
+ _ww_scats_contractingcompany_value?: string | null | undefined;
215
+ ww_scats_fees?: string | null | undefined;
216
+ _ww_scats_partneraccountant_value?: string | null | undefined;
217
+ ww_scats_incountryservices?: string | null | undefined;
218
+ }>;
219
+ SResponseAPI: z.ZodObject<{
220
+ readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
221
+ readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
222
+ readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
223
+ readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
224
+ readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
225
+ readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
226
+ readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
227
+ readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
228
+ readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
229
+ readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
230
+ readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
231
+ readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
232
+ readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
233
+ readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
234
+ readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
235
+ readonly countryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
236
+ readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
237
+ readonly code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
238
+ readonly altSearchCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
239
+ readonly continent: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
240
+ readonly wwgEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
241
+ readonly scatsCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
242
+ readonly isSanctioned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
243
+ readonly isEu: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
244
+ readonly scatsWorkPermitServices: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
245
+ readonly scatsWorkermitServicesNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
246
+ readonly scatsAverageRoi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
247
+ readonly scatsContractingCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
248
+ readonly scatsFees: z.ZodOptional<z.ZodNullable<z.ZodString>>;
249
+ readonly scatsPartnerAccountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
250
+ readonly scatsInCountryServices: z.ZodOptional<z.ZodNullable<z.ZodString>>;
251
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
252
+ code?: string | null | undefined;
253
+ etag?: string | null | undefined;
254
+ versionNumber?: number | null | undefined;
255
+ createdByValue?: string | null | undefined;
256
+ createdOn?: string | null | undefined;
257
+ createdOnBehalfByValue?: string | null | undefined;
258
+ modifiedByValue?: string | null | undefined;
259
+ modifiedOn?: string | null | undefined;
260
+ modifiedOnBehalfByValue?: string | null | undefined;
261
+ stateCode?: number | null | undefined;
262
+ statusCode?: number | null | undefined;
263
+ importSequenceNumber?: number | null | undefined;
264
+ overriddenCreatedOn?: string | null | undefined;
265
+ timezoneRuleVersionNumber?: string | number | null | undefined;
266
+ utcConversionTimezoneCode?: string | number | null | undefined;
267
+ organizationIdValue?: string | null | undefined;
268
+ name?: string | null | undefined;
269
+ countryId?: string | null | undefined;
270
+ altSearchCode?: string | null | undefined;
271
+ continent?: number | null | undefined;
272
+ wwgEntity?: boolean | null | undefined;
273
+ scatsCurrencyValue?: string | null | undefined;
274
+ isSanctioned?: boolean | null | undefined;
275
+ isEu?: boolean | null | undefined;
276
+ scatsWorkPermitServices?: boolean | null | undefined;
277
+ scatsWorkermitServicesNotes?: string | null | undefined;
278
+ scatsAverageRoi?: string | null | undefined;
279
+ scatsContractingCompanyValue?: string | null | undefined;
280
+ scatsFees?: string | null | undefined;
281
+ scatsPartnerAccountantValue?: string | null | undefined;
282
+ scatsInCountryServices?: string | null | undefined;
283
+ }, {
284
+ code?: string | null | undefined;
285
+ etag?: string | null | undefined;
286
+ versionNumber?: number | null | undefined;
287
+ createdByValue?: string | null | undefined;
288
+ createdOn?: string | null | undefined;
289
+ createdOnBehalfByValue?: string | null | undefined;
290
+ modifiedByValue?: string | null | undefined;
291
+ modifiedOn?: string | null | undefined;
292
+ modifiedOnBehalfByValue?: string | null | undefined;
293
+ stateCode?: number | null | undefined;
294
+ statusCode?: number | null | undefined;
295
+ importSequenceNumber?: number | null | undefined;
296
+ overriddenCreatedOn?: string | null | undefined;
297
+ timezoneRuleVersionNumber?: string | number | null | undefined;
298
+ utcConversionTimezoneCode?: string | number | null | undefined;
299
+ organizationIdValue?: string | null | undefined;
300
+ name?: string | null | undefined;
301
+ countryId?: string | null | undefined;
302
+ altSearchCode?: string | null | undefined;
303
+ continent?: number | null | undefined;
304
+ wwgEntity?: boolean | null | undefined;
305
+ scatsCurrencyValue?: string | null | undefined;
306
+ isSanctioned?: boolean | null | undefined;
307
+ isEu?: boolean | null | undefined;
308
+ scatsWorkPermitServices?: boolean | null | undefined;
309
+ scatsWorkermitServicesNotes?: string | null | undefined;
310
+ scatsAverageRoi?: string | null | undefined;
311
+ scatsContractingCompanyValue?: string | null | undefined;
312
+ scatsFees?: string | null | undefined;
313
+ scatsPartnerAccountantValue?: string | null | undefined;
314
+ scatsInCountryServices?: string | null | undefined;
315
+ }>;
316
+ SPayloadAPI: z.ZodObject<{
317
+ readonly countryId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
318
+ readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
319
+ readonly code: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
320
+ readonly altSearchCode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
321
+ readonly continent: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
322
+ readonly wwgEntity: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
323
+ readonly scatsCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
324
+ readonly isSanctioned: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
325
+ readonly isEu: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
326
+ readonly scatsWorkPermitServices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
327
+ readonly scatsWorkermitServicesNotes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
328
+ readonly scatsAverageRoi: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
329
+ readonly scatsContractingCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
330
+ readonly scatsFees: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
331
+ readonly scatsPartnerAccountantValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
332
+ readonly scatsInCountryServices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
333
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
334
+ code?: string | null | undefined;
335
+ name?: string | null | undefined;
336
+ countryId?: string | null | undefined;
337
+ altSearchCode?: string | null | undefined;
338
+ continent?: number | null | undefined;
339
+ wwgEntity?: boolean | null | undefined;
340
+ scatsCurrencyValue?: string | null | undefined;
341
+ isSanctioned?: boolean | null | undefined;
342
+ isEu?: boolean | null | undefined;
343
+ scatsWorkPermitServices?: boolean | null | undefined;
344
+ scatsWorkermitServicesNotes?: string | null | undefined;
345
+ scatsAverageRoi?: string | null | undefined;
346
+ scatsContractingCompanyValue?: string | null | undefined;
347
+ scatsFees?: string | null | undefined;
348
+ scatsPartnerAccountantValue?: string | null | undefined;
349
+ scatsInCountryServices?: string | null | undefined;
350
+ }, {
351
+ code?: string | null | undefined;
352
+ name?: string | null | undefined;
353
+ countryId?: string | null | undefined;
354
+ altSearchCode?: string | null | undefined;
355
+ continent?: number | null | undefined;
356
+ wwgEntity?: boolean | null | undefined;
357
+ scatsCurrencyValue?: string | null | undefined;
358
+ isSanctioned?: boolean | null | undefined;
359
+ isEu?: boolean | null | undefined;
360
+ scatsWorkPermitServices?: boolean | null | undefined;
361
+ scatsWorkermitServicesNotes?: string | null | undefined;
362
+ scatsAverageRoi?: string | null | undefined;
363
+ scatsContractingCompanyValue?: string | null | undefined;
364
+ scatsFees?: string | null | undefined;
365
+ scatsPartnerAccountantValue?: string | null | undefined;
366
+ scatsInCountryServices?: string | null | undefined;
367
+ }>;
368
+ mapD365ToPretty: (data: unknown) => Record<string, unknown>;
369
+ mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
370
+ };
371
+ export type TCountryD365 = z.infer<typeof CountryEntity.SResponseD365>;
372
+ export type TCountryAPI = z.infer<typeof CountryEntity.SResponseAPI>;
373
+ export type TCountryPayloadAPI = z.infer<typeof CountryEntity.SPayloadAPI>;
374
+ //# sourceMappingURL=TCountryAPI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCountryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/TCountryAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA;AAGF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,aAAa,CAAC,CAAA;AACtE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,YAAY,CAAC,CAAA;AACpE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,WAAW,CAAC,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { createEntityTools } from '../_entityTools/CreateEntityTools.js';
2
+ import { countryFields } from './DCountryAPI.js';
3
+ import { z } from 'zod';
4
+ import { organisationBaseFieldsD365 } from '../_bases/SBaseAPI.js';
5
+ export const CountryEntity = createEntityTools({
6
+ isLookupOnly: true,
7
+ uniqueFields: countryFields,
8
+ baseFields: organisationBaseFieldsD365,
9
+ });
10
+ //# sourceMappingURL=TCountryAPI.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCountryAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/TCountryAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAA;AAElE,MAAM,CAAC,MAAM,aAAa,GAAG,iBAAiB,CAAC;IAC7C,YAAY,EAAE,IAAI;IAClB,YAAY,EAAE,aAAa;IAC3B,UAAU,EAAE,0BAA0B;CACvC,CAAC,CAAA"}