@workwell-global/toolkit 1.1.10 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/dist/enums/EntityNames.d.ts +8 -0
  2. package/dist/enums/EntityNames.d.ts.map +1 -1
  3. package/dist/enums/EntityNames.js +8 -0
  4. package/dist/enums/EntityNames.js.map +1 -1
  5. package/dist/enums/SCLASNStages.d.ts +2 -1
  6. package/dist/enums/SCLASNStages.d.ts.map +1 -1
  7. package/dist/enums/SCLASNStages.js +2 -2
  8. package/dist/enums/SCLASNStages.js.map +1 -1
  9. package/dist/enums/SCLASNStatus.d.ts +12 -12
  10. package/dist/enums/SCLASNStatus.d.ts.map +1 -1
  11. package/dist/enums/SCLASNStatus.js +10 -29
  12. package/dist/enums/SCLASNStatus.js.map +1 -1
  13. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
  14. package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
  15. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
  16. package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
  17. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
  18. package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
  19. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
  20. package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
  21. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
  22. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
  23. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
  24. package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
  25. package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
  26. package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
  27. package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
  28. package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
  29. package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
  30. package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
  31. package/dist/models/schemas/api/account/index.d.ts +522 -166
  32. package/dist/models/schemas/api/account/index.d.ts.map +1 -1
  33. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +294 -287
  34. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
  35. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
  36. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
  37. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
  38. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
  39. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
  40. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
  41. package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
  42. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
  43. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
  44. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
  45. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
  46. package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
  47. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
  48. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
  49. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
  50. package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
  51. package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
  52. package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
  53. package/dist/models/schemas/api/assignmentLog/index.js +11 -0
  54. package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
  55. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
  56. package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
  57. package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
  58. package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
  59. package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
  60. package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
  61. package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
  62. package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
  63. package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
  64. package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
  65. package/dist/models/schemas/api/contact/index.d.ts +595 -191
  66. package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
  67. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
  68. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
  69. package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
  70. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
  71. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
  72. package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
  73. package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
  74. package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
  75. package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
  76. package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
  77. package/dist/models/schemas/api/country/index.d.ts +139 -45
  78. package/dist/models/schemas/api/country/index.d.ts.map +1 -1
  79. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
  80. package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
  81. package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
  82. package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
  83. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
  84. package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
  85. package/dist/models/schemas/api/currency/index.d.ts +87 -23
  86. package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
  87. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
  88. package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
  89. package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
  90. package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
  91. package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
  92. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
  93. package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
  94. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +168 -41
  95. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
  96. package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
  97. package/dist/models/schemas/api/enquiry/index.d.ts +164 -40
  98. package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
  99. package/dist/models/schemas/api/index.d.ts +2 -0
  100. package/dist/models/schemas/api/index.d.ts.map +1 -1
  101. package/dist/models/schemas/api/index.js +2 -0
  102. package/dist/models/schemas/api/index.js.map +1 -1
  103. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
  104. package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
  105. package/dist/models/schemas/api/margin/index.d.ts +156 -45
  106. package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
  107. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
  108. package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
  109. package/dist/models/schemas/api/nationality/index.d.ts +113 -40
  110. package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
  111. package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
  112. package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
  113. package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
  114. package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
  115. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
  116. package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
  117. package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
  118. package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
  119. package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
  120. package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
  121. package/dist/models/schemas/api/referral/index.js +1 -0
  122. package/dist/models/schemas/api/referral/index.js.map +1 -1
  123. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
  124. package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
  125. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
  126. package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
  127. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
  128. package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
  129. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
  130. package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
  131. package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
  132. package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
  133. package/dist/models/schemas/api/referralLog/index.js +11 -0
  134. package/dist/models/schemas/api/referralLog/index.js.map +1 -0
  135. package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
  136. package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
  137. package/dist/models/schemas/api/role/index.d.ts +83 -22
  138. package/dist/models/schemas/api/role/index.d.ts.map +1 -1
  139. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +17 -7
  140. package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -1
  141. package/dist/models/schemas/api/simulation/DSimulationAPI.js +16 -7
  142. package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
  143. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +335 -104
  144. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
  145. package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
  146. package/dist/models/schemas/api/simulation/index.d.ts +323 -103
  147. package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
  148. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
  149. package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
  150. package/dist/models/schemas/api/solution/index.d.ts +259 -69
  151. package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
  152. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
  153. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
  154. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
  155. package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
  156. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
  157. package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
  158. package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
  159. package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
  160. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
  161. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
  162. package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
  163. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
  164. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
  165. package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
  166. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
  167. package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
  168. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
  169. package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
  170. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
  171. package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
  172. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
  173. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
  174. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
  175. package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
  176. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
  177. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
  178. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
  179. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
  180. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
  181. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
  182. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +177 -0
  183. package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
  184. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
  185. package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
  186. package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
  187. package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
  188. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
  189. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
  190. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
  191. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
  192. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
  193. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
  194. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
  195. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
  196. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
  197. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
  198. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
  199. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
  200. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
  201. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
  202. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
  203. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
  204. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
  205. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
  206. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
  207. package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
  208. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +1 -0
  209. package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -1
  210. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +11 -9
  211. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -1
  212. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
  213. package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
  214. package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
  215. package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
  216. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
  217. package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
  218. package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
  219. package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
  220. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
  221. package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
  222. package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
  223. package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
  224. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
  225. package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
  226. package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
  227. package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
  228. package/dist/models/schemas/bff/index.d.ts +1 -0
  229. package/dist/models/schemas/bff/index.d.ts.map +1 -1
  230. package/dist/models/schemas/bff/index.js +1 -1
  231. package/dist/models/schemas/bff/index.js.map +1 -1
  232. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +10 -7
  233. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -1
  234. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +1 -0
  235. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -1
  236. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
  237. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
  238. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
  239. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
  240. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +10 -7
  241. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -1
  242. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +1 -0
  243. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -1
  244. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
  245. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
  246. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
  247. package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
  248. package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
  249. package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
  250. package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
  251. package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
  252. package/package.json +3 -2
  253. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
  254. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
  255. package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
  256. package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
  257. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
  258. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
  259. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
  260. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
  261. package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
  262. package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
  263. package/dist/models/schemas/bff/engagements/index.js +0 -2
  264. package/dist/models/schemas/bff/engagements/index.js.map +0 -1
@@ -0,0 +1,402 @@
1
+ export declare const ReferralLog: {
2
+ Metadata: {
3
+ readonly logicalName: "ww_referrallog";
4
+ readonly entitySetName: "ww_referrallogs";
5
+ };
6
+ Tools: {
7
+ isLookupOnly: boolean;
8
+ fieldsPretty: {
9
+ etag: string;
10
+ createdByValue: string;
11
+ createdOnBehalfByValue: string;
12
+ modifiedByValue: string;
13
+ modifiedOnBehalfByValue: string;
14
+ ownerIdValue: string;
15
+ owningBusinessUnitValue: string;
16
+ owningTeamValue: string;
17
+ owningUserValue: string;
18
+ createdOn: string;
19
+ importSequenceNumber: string;
20
+ modifiedOn: string;
21
+ overriddenCreatedOn: string;
22
+ stateCode: string;
23
+ statusCode: string;
24
+ timezoneRuleVersionNumber: string;
25
+ utcConversionTimezoneCode: string;
26
+ versionNumber: string;
27
+ name: string;
28
+ effectiveFrom: string;
29
+ effectiveTo: string;
30
+ fieldValue: string;
31
+ fieldNameLabel: string;
32
+ fieldSchemaName: string;
33
+ ownerValue: string;
34
+ referrallogId: string;
35
+ referralValue: string;
36
+ };
37
+ fieldsD365: {
38
+ readonly ww_referrallogid: "referrallogId";
39
+ readonly ww_name: "name";
40
+ readonly ww_effectivefrom: "effectiveFrom";
41
+ readonly _ww_referral_value: "referralValue";
42
+ readonly ww_effectiveto: "effectiveTo";
43
+ readonly ww_fieldnamelabel: "fieldNameLabel";
44
+ readonly ww_fieldvalue: "fieldValue";
45
+ readonly _ww_owneratupdation_value: "ownerValue";
46
+ readonly ww_fieldschemaname: "fieldSchemaName";
47
+ readonly _ww_modifiedby_value: "modifiedByValue";
48
+ readonly _ownerid_value: "ownerIdValue";
49
+ readonly _owningbusinessunit_value: "owningBusinessUnitValue";
50
+ readonly _owningteam_value: "owningTeamValue";
51
+ readonly _owninguser_value: "owningUserValue";
52
+ readonly '@odata.etag': "etag";
53
+ readonly versionnumber: "versionNumber";
54
+ readonly _createdby_value: "createdByValue";
55
+ readonly createdon: "createdOn";
56
+ readonly _createdonbehalfby_value: "createdOnBehalfByValue";
57
+ readonly _modifiedby_value: "modifiedByValue";
58
+ readonly modifiedon: "modifiedOn";
59
+ readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
60
+ readonly statecode: "stateCode";
61
+ readonly statuscode: "statusCode";
62
+ readonly importsequencenumber: "importSequenceNumber";
63
+ readonly overriddencreatedon: "overriddenCreatedOn";
64
+ readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
65
+ readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
66
+ };
67
+ SResponseD365: import("zod").ZodObject<{
68
+ readonly _ownerid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
69
+ readonly _owningbusinessunit_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
70
+ readonly _owningteam_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
71
+ readonly _owninguser_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
72
+ readonly '@odata.etag': import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>>;
73
+ readonly versionnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
74
+ readonly _createdby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
75
+ readonly createdon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
76
+ readonly _createdonbehalfby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
77
+ readonly _modifiedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
78
+ readonly modifiedon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
79
+ readonly _modifiedonbehalfby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
80
+ readonly statecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
81
+ readonly statuscode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
82
+ readonly importsequencenumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
83
+ readonly overriddencreatedon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
84
+ readonly timezoneruleversionnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
85
+ readonly utcconversiontimezonecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
86
+ readonly ww_referrallogid: import("zod").ZodOptional<import("zod").ZodString>;
87
+ readonly ww_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
88
+ readonly ww_effectivefrom: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
89
+ readonly _ww_referral_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
90
+ readonly ww_effectiveto: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
91
+ readonly ww_fieldnamelabel: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
92
+ readonly ww_fieldvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
93
+ readonly _ww_owneratupdation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
94
+ readonly ww_fieldschemaname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
95
+ readonly _ww_modifiedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
96
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
97
+ '@odata.etag'?: string | null | undefined;
98
+ _createdby_value?: string | null | undefined;
99
+ _createdonbehalfby_value?: string | null | undefined;
100
+ _modifiedby_value?: string | null | undefined;
101
+ _modifiedonbehalfby_value?: string | null | undefined;
102
+ _ownerid_value?: string | null | undefined;
103
+ _owningbusinessunit_value?: string | null | undefined;
104
+ _owningteam_value?: string | null | undefined;
105
+ _owninguser_value?: string | null | undefined;
106
+ createdon?: string | null | undefined;
107
+ importsequencenumber?: number | null | undefined;
108
+ modifiedon?: string | null | undefined;
109
+ overriddencreatedon?: string | null | undefined;
110
+ statecode?: number | null | undefined;
111
+ statuscode?: number | null | undefined;
112
+ timezoneruleversionnumber?: string | number | null | undefined;
113
+ utcconversiontimezonecode?: string | number | null | undefined;
114
+ versionnumber?: number | null | undefined;
115
+ ww_name?: string | null | undefined;
116
+ ww_effectivefrom?: string | null | undefined;
117
+ ww_effectiveto?: string | null | undefined;
118
+ ww_fieldvalue?: string | null | undefined;
119
+ ww_fieldnamelabel?: string | null | undefined;
120
+ ww_fieldschemaname?: string | null | undefined;
121
+ _ww_owneratupdation_value?: string | null | undefined;
122
+ ww_referrallogid?: string | undefined;
123
+ _ww_referral_value?: string | null | undefined;
124
+ _ww_modifiedby_value?: string | null | undefined;
125
+ }, {
126
+ '@odata.etag'?: string | null | undefined;
127
+ _createdby_value?: string | null | undefined;
128
+ _createdonbehalfby_value?: string | null | undefined;
129
+ _modifiedby_value?: string | null | undefined;
130
+ _modifiedonbehalfby_value?: string | null | undefined;
131
+ _ownerid_value?: string | null | undefined;
132
+ _owningbusinessunit_value?: string | null | undefined;
133
+ _owningteam_value?: string | null | undefined;
134
+ _owninguser_value?: string | null | undefined;
135
+ createdon?: string | null | undefined;
136
+ importsequencenumber?: number | null | undefined;
137
+ modifiedon?: string | null | undefined;
138
+ overriddencreatedon?: string | null | undefined;
139
+ statecode?: number | null | undefined;
140
+ statuscode?: number | null | undefined;
141
+ timezoneruleversionnumber?: string | number | null | undefined;
142
+ utcconversiontimezonecode?: string | number | null | undefined;
143
+ versionnumber?: number | null | undefined;
144
+ ww_name?: string | null | undefined;
145
+ ww_effectivefrom?: string | null | undefined;
146
+ ww_effectiveto?: string | null | undefined;
147
+ ww_fieldvalue?: string | null | undefined;
148
+ ww_fieldnamelabel?: string | null | undefined;
149
+ ww_fieldschemaname?: string | null | undefined;
150
+ _ww_owneratupdation_value?: string | null | undefined;
151
+ ww_referrallogid?: string | undefined;
152
+ _ww_referral_value?: string | null | undefined;
153
+ _ww_modifiedby_value?: string | null | undefined;
154
+ }>;
155
+ SPayloadD365: import("zod").ZodObject<{
156
+ readonly ww_referrallogid: import("zod").ZodOptional<import("zod").ZodString>;
157
+ readonly ww_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
158
+ readonly ww_effectivefrom: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
159
+ readonly _ww_referral_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
160
+ readonly ww_effectiveto: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
161
+ readonly ww_fieldnamelabel: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
162
+ readonly ww_fieldvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
163
+ readonly _ww_owneratupdation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
164
+ readonly ww_fieldschemaname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
165
+ readonly _ww_modifiedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
166
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
167
+ ww_name?: string | null | undefined;
168
+ ww_effectivefrom?: string | null | undefined;
169
+ ww_effectiveto?: string | null | undefined;
170
+ ww_fieldvalue?: string | null | undefined;
171
+ ww_fieldnamelabel?: string | null | undefined;
172
+ ww_fieldschemaname?: string | null | undefined;
173
+ _ww_owneratupdation_value?: string | null | undefined;
174
+ ww_referrallogid?: string | undefined;
175
+ _ww_referral_value?: string | null | undefined;
176
+ _ww_modifiedby_value?: string | null | undefined;
177
+ }, {
178
+ ww_name?: string | null | undefined;
179
+ ww_effectivefrom?: string | null | undefined;
180
+ ww_effectiveto?: string | null | undefined;
181
+ ww_fieldvalue?: string | null | undefined;
182
+ ww_fieldnamelabel?: string | null | undefined;
183
+ ww_fieldschemaname?: string | null | undefined;
184
+ _ww_owneratupdation_value?: string | null | undefined;
185
+ ww_referrallogid?: string | undefined;
186
+ _ww_referral_value?: string | null | undefined;
187
+ _ww_modifiedby_value?: string | null | undefined;
188
+ }>;
189
+ SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
190
+ readonly _ownerid_value: {
191
+ readonly pretty: "ownerIdValue";
192
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
193
+ };
194
+ readonly _owningbusinessunit_value: {
195
+ readonly pretty: "owningBusinessUnitValue";
196
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
197
+ };
198
+ readonly _owningteam_value: {
199
+ readonly pretty: "owningTeamValue";
200
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
201
+ };
202
+ readonly _owninguser_value: {
203
+ readonly pretty: "owningUserValue";
204
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
205
+ };
206
+ readonly '@odata.etag': {
207
+ readonly pretty: "etag";
208
+ readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
209
+ };
210
+ readonly versionnumber: {
211
+ readonly pretty: "versionNumber";
212
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
213
+ };
214
+ readonly _createdby_value: {
215
+ readonly pretty: "createdByValue";
216
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
217
+ };
218
+ readonly createdon: {
219
+ readonly pretty: "createdOn";
220
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
221
+ };
222
+ readonly _createdonbehalfby_value: {
223
+ readonly pretty: "createdOnBehalfByValue";
224
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
225
+ };
226
+ readonly _modifiedby_value: {
227
+ readonly pretty: "modifiedByValue";
228
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
229
+ };
230
+ readonly modifiedon: {
231
+ readonly pretty: "modifiedOn";
232
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
233
+ };
234
+ readonly _modifiedonbehalfby_value: {
235
+ readonly pretty: "modifiedOnBehalfByValue";
236
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
237
+ };
238
+ readonly statecode: {
239
+ readonly pretty: "stateCode";
240
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
241
+ };
242
+ readonly statuscode: {
243
+ readonly pretty: "statusCode";
244
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
245
+ };
246
+ readonly importsequencenumber: {
247
+ readonly pretty: "importSequenceNumber";
248
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
249
+ };
250
+ readonly overriddencreatedon: {
251
+ readonly pretty: "overriddenCreatedOn";
252
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
253
+ };
254
+ readonly timezoneruleversionnumber: {
255
+ readonly pretty: "timezoneRuleVersionNumber";
256
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
257
+ };
258
+ readonly utcconversiontimezonecode: {
259
+ readonly pretty: "utcConversionTimezoneCode";
260
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
261
+ };
262
+ } & {
263
+ readonly ww_referrallogid: {
264
+ readonly pretty: "referrallogId";
265
+ readonly type: import("zod").ZodString;
266
+ };
267
+ readonly ww_name: {
268
+ readonly pretty: "name";
269
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
270
+ };
271
+ readonly ww_effectivefrom: {
272
+ readonly pretty: "effectiveFrom";
273
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
274
+ };
275
+ readonly _ww_referral_value: {
276
+ readonly relationshipName: "ww_Referral";
277
+ readonly entity: "ww_saleschecklists";
278
+ readonly pretty: "referralValue";
279
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
280
+ };
281
+ readonly ww_effectiveto: {
282
+ readonly pretty: "effectiveTo";
283
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
284
+ };
285
+ readonly ww_fieldnamelabel: {
286
+ readonly pretty: "fieldNameLabel";
287
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
288
+ };
289
+ readonly ww_fieldvalue: {
290
+ readonly pretty: "fieldValue";
291
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
292
+ };
293
+ readonly _ww_owneratupdation_value: {
294
+ readonly pretty: "ownerValue";
295
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
296
+ };
297
+ readonly ww_fieldschemaname: {
298
+ readonly pretty: "fieldSchemaName";
299
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
300
+ };
301
+ readonly _ww_modifiedby_value: {
302
+ readonly pretty: "modifiedByValue";
303
+ readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
304
+ };
305
+ }>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
306
+ referrallogId: string;
307
+ etag?: string | null | undefined;
308
+ versionNumber?: number | null | undefined;
309
+ createdByValue?: string | null | undefined;
310
+ createdOn?: string | null | undefined;
311
+ createdOnBehalfByValue?: string | null | undefined;
312
+ modifiedByValue?: string | null | undefined;
313
+ modifiedOn?: string | null | undefined;
314
+ modifiedOnBehalfByValue?: string | null | undefined;
315
+ stateCode?: number | null | undefined;
316
+ statusCode?: number | null | undefined;
317
+ importSequenceNumber?: number | null | undefined;
318
+ overriddenCreatedOn?: string | null | undefined;
319
+ timezoneRuleVersionNumber?: string | number | null | undefined;
320
+ utcConversionTimezoneCode?: string | number | null | undefined;
321
+ ownerIdValue?: string | null | undefined;
322
+ owningBusinessUnitValue?: string | null | undefined;
323
+ owningTeamValue?: string | null | undefined;
324
+ owningUserValue?: string | null | undefined;
325
+ name?: string | null | undefined;
326
+ effectiveFrom?: string | null | undefined;
327
+ effectiveTo?: string | null | undefined;
328
+ fieldValue?: string | null | undefined;
329
+ fieldNameLabel?: string | null | undefined;
330
+ fieldSchemaName?: string | null | undefined;
331
+ ownerValue?: string | null | undefined;
332
+ referralValue?: string | null | undefined;
333
+ }, {
334
+ referrallogId: string;
335
+ etag?: string | null | undefined;
336
+ versionNumber?: number | null | undefined;
337
+ createdByValue?: string | null | undefined;
338
+ createdOn?: string | null | undefined;
339
+ createdOnBehalfByValue?: string | null | undefined;
340
+ modifiedByValue?: string | null | undefined;
341
+ modifiedOn?: string | null | undefined;
342
+ modifiedOnBehalfByValue?: string | null | undefined;
343
+ stateCode?: number | null | undefined;
344
+ statusCode?: number | null | undefined;
345
+ importSequenceNumber?: number | null | undefined;
346
+ overriddenCreatedOn?: string | null | undefined;
347
+ timezoneRuleVersionNumber?: string | number | null | undefined;
348
+ utcConversionTimezoneCode?: string | number | null | undefined;
349
+ ownerIdValue?: string | null | undefined;
350
+ owningBusinessUnitValue?: string | null | undefined;
351
+ owningTeamValue?: string | null | undefined;
352
+ owningUserValue?: string | null | undefined;
353
+ name?: string | null | undefined;
354
+ effectiveFrom?: string | null | undefined;
355
+ effectiveTo?: string | null | undefined;
356
+ fieldValue?: string | null | undefined;
357
+ fieldNameLabel?: string | null | undefined;
358
+ fieldSchemaName?: string | null | undefined;
359
+ ownerValue?: string | null | undefined;
360
+ referralValue?: string | null | undefined;
361
+ }>;
362
+ SPayloadAPI: import("zod").ZodObject<{
363
+ readonly referrallogId: import("zod").ZodOptional<import("zod").ZodString>;
364
+ readonly name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
365
+ readonly effectiveFrom: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
366
+ readonly referralValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
367
+ readonly effectiveTo: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
368
+ readonly fieldNameLabel: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
369
+ readonly fieldValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
370
+ readonly ownerValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
371
+ readonly fieldSchemaName: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
372
+ readonly modifiedByValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
373
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
374
+ modifiedByValue?: string | null | undefined;
375
+ name?: string | null | undefined;
376
+ effectiveFrom?: string | null | undefined;
377
+ effectiveTo?: string | null | undefined;
378
+ fieldValue?: string | null | undefined;
379
+ fieldNameLabel?: string | null | undefined;
380
+ fieldSchemaName?: string | null | undefined;
381
+ ownerValue?: string | null | undefined;
382
+ referrallogId?: string | undefined;
383
+ referralValue?: string | null | undefined;
384
+ }, {
385
+ modifiedByValue?: string | null | undefined;
386
+ name?: string | null | undefined;
387
+ effectiveFrom?: string | null | undefined;
388
+ effectiveTo?: string | null | undefined;
389
+ fieldValue?: string | null | undefined;
390
+ fieldNameLabel?: string | null | undefined;
391
+ fieldSchemaName?: string | null | undefined;
392
+ ownerValue?: string | null | undefined;
393
+ referrallogId?: string | undefined;
394
+ referralValue?: string | null | undefined;
395
+ }>;
396
+ mapD365ToPretty: (data: unknown) => Record<string, unknown>;
397
+ mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
398
+ };
399
+ isLookupOnly: boolean;
400
+ };
401
+ export * from './TReferralLogAPI.js';
402
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/referralLog/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvB,CAAA;AAID,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { addToRegistry } from '../_entityTools/EntityRegistry.js';
2
+ import { EntityNames } from '../../../../enums/EntityNames.js';
3
+ import { ReferralLogEntity } from './TReferralLogAPI.js';
4
+ export const ReferralLog = {
5
+ Metadata: EntityNames.referralLog,
6
+ Tools: ReferralLogEntity,
7
+ isLookupOnly: true,
8
+ };
9
+ addToRegistry('referralLog', ReferralLog);
10
+ export * from './TReferralLogAPI.js';
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/referralLog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,QAAQ,EAAE,WAAW,CAAC,WAAW;IACjC,KAAK,EAAE,iBAAiB;IACxB,YAAY,EAAE,IAAI;CACnB,CAAA;AAED,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,CAAA;AAEzC,cAAc,sBAAsB,CAAA"}
@@ -119,28 +119,89 @@ export declare const RoleEntity: {
119
119
  ww_name?: string | null | undefined;
120
120
  ww_roleid?: string | undefined;
121
121
  }>;
122
- SResponseAPI: z.ZodObject<{
123
- readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
- readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
125
- readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
126
- readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
127
- readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
128
- readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
129
- readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
130
- readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
131
- readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
132
- readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
- readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
134
- readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
135
- readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
136
- readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
137
- readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
138
- readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
139
- readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
140
- readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
141
- readonly roleId: z.ZodString;
142
- readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
143
- }, z.UnknownKeysParam, z.ZodTypeAny, {
122
+ SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
123
+ readonly _ownerid_value: {
124
+ readonly pretty: "ownerIdValue";
125
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
126
+ };
127
+ readonly _owningbusinessunit_value: {
128
+ readonly pretty: "owningBusinessUnitValue";
129
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
130
+ };
131
+ readonly _owningteam_value: {
132
+ readonly pretty: "owningTeamValue";
133
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
134
+ };
135
+ readonly _owninguser_value: {
136
+ readonly pretty: "owningUserValue";
137
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
138
+ };
139
+ readonly '@odata.etag': {
140
+ readonly pretty: "etag";
141
+ readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
142
+ };
143
+ readonly versionnumber: {
144
+ readonly pretty: "versionNumber";
145
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
146
+ };
147
+ readonly _createdby_value: {
148
+ readonly pretty: "createdByValue";
149
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
150
+ };
151
+ readonly createdon: {
152
+ readonly pretty: "createdOn";
153
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
154
+ };
155
+ readonly _createdonbehalfby_value: {
156
+ readonly pretty: "createdOnBehalfByValue";
157
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
158
+ };
159
+ readonly _modifiedby_value: {
160
+ readonly pretty: "modifiedByValue";
161
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
162
+ };
163
+ readonly modifiedon: {
164
+ readonly pretty: "modifiedOn";
165
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
166
+ };
167
+ readonly _modifiedonbehalfby_value: {
168
+ readonly pretty: "modifiedOnBehalfByValue";
169
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
170
+ };
171
+ readonly statecode: {
172
+ readonly pretty: "stateCode";
173
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
174
+ };
175
+ readonly statuscode: {
176
+ readonly pretty: "statusCode";
177
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
178
+ };
179
+ readonly importsequencenumber: {
180
+ readonly pretty: "importSequenceNumber";
181
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
182
+ };
183
+ readonly overriddencreatedon: {
184
+ readonly pretty: "overriddenCreatedOn";
185
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
186
+ };
187
+ readonly timezoneruleversionnumber: {
188
+ readonly pretty: "timezoneRuleVersionNumber";
189
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
190
+ };
191
+ readonly utcconversiontimezonecode: {
192
+ readonly pretty: "utcConversionTimezoneCode";
193
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
194
+ };
195
+ } & {
196
+ readonly ww_roleid: {
197
+ readonly pretty: "roleId";
198
+ readonly type: z.ZodString;
199
+ };
200
+ readonly ww_name: {
201
+ readonly pretty: "name";
202
+ readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
203
+ };
204
+ }>, z.UnknownKeysParam, z.ZodTypeAny, {
144
205
  roleId: string;
145
206
  etag?: string | null | undefined;
146
207
  versionNumber?: number | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"TRoleAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/role/TRoleAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIrB,CAAA;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,aAAa,CAAC,CAAA;AAChE,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,YAAY,CAAC,CAAA;AAC9D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,WAAW,CAAC,CAAA;AACpE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,YAAY,CAAC,CAAA;AAEtE,MAAM,MAAM,oBAAoB,GAAG;IACjC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B,CAAA"}
1
+ {"version":3,"file":"TRoleAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/role/TRoleAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIrB,CAAA;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,aAAa,CAAC,CAAA;AAChE,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,YAAY,CAAC,CAAA;AAC9D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,WAAW,CAAC,CAAA;AACpE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,YAAY,CAAC,CAAA;AAEtE,MAAM,MAAM,oBAAoB,GAAG;IACjC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B,CAAA"}