@workwell-global/toolkit 1.1.9 → 1.1.10

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 (322) hide show
  1. package/dist/models/schemas/api/_entityTools/EntityRegistry.js +1 -1
  2. package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
  3. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +25 -17
  4. package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
  5. package/dist/models/schemas/api/assignment/DAssignmentAPI.js +26 -17
  6. package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
  7. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +116 -82
  8. package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
  9. package/dist/models/schemas/api/assignment/TAssignmentAPI.js +13 -0
  10. package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
  11. package/dist/models/schemas/api/assignment/index.d.ts +115 -87
  12. package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
  13. package/dist/models/schemas/api/download/index.d.ts +2 -0
  14. package/dist/models/schemas/api/download/index.d.ts.map +1 -0
  15. package/dist/models/schemas/api/download/index.js +2 -0
  16. package/dist/models/schemas/api/download/index.js.map +1 -0
  17. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +7 -0
  18. package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +1 -0
  19. package/dist/models/schemas/api/engagement/TEngagementAPI.js +15 -0
  20. package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +1 -0
  21. package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +26 -26
  22. package/dist/models/schemas/api/enquiry/index.d.ts +26 -26
  23. package/dist/models/schemas/api/index.d.ts +1 -0
  24. package/dist/models/schemas/api/index.d.ts.map +1 -1
  25. package/dist/models/schemas/api/index.js +1 -0
  26. package/dist/models/schemas/api/index.js.map +1 -1
  27. package/dist/models/schemas/api/margin/TMarginAPI.d.ts +25 -25
  28. package/dist/models/schemas/api/margin/index.d.ts +25 -25
  29. package/dist/models/schemas/api/referral/TReferralAPI.d.ts +40 -40
  30. package/dist/models/schemas/api/referral/index.d.ts +40 -40
  31. package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +8 -8
  32. package/dist/models/schemas/api/simulation/index.d.ts +8 -8
  33. package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +42 -42
  34. package/dist/models/schemas/bff/config/SGetConfigBFF.js +3 -3
  35. package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
  36. package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +9 -9
  37. package/dist/models/schemas/bff/config/index.d.ts +8 -0
  38. package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
  39. package/dist/models/schemas/bff/config/index.js +8 -0
  40. package/dist/models/schemas/bff/config/index.js.map +1 -0
  41. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +4 -4
  42. package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -1
  43. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +4 -1
  44. package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -1
  45. package/dist/models/schemas/bff/documents/index.d.ts +2 -0
  46. package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
  47. package/dist/models/schemas/bff/documents/index.js +2 -0
  48. package/dist/models/schemas/bff/documents/index.js.map +1 -0
  49. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +216 -0
  50. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +1 -0
  51. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +21 -0
  52. package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +1 -0
  53. package/dist/models/schemas/bff/engagements/index.d.ts +2 -0
  54. package/dist/models/schemas/bff/engagements/index.d.ts.map +1 -0
  55. package/dist/models/schemas/bff/engagements/index.js +2 -0
  56. package/dist/models/schemas/bff/engagements/index.js.map +1 -0
  57. package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +7 -7
  58. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
  59. package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
  60. package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
  61. package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
  62. package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +9 -9
  63. package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +5 -5
  64. package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
  65. package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
  66. package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
  67. package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
  68. package/dist/models/schemas/bff/index.d.ts +5 -20
  69. package/dist/models/schemas/bff/index.d.ts.map +1 -1
  70. package/dist/models/schemas/bff/index.js +31 -25
  71. package/dist/models/schemas/bff/index.js.map +1 -1
  72. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +5 -5
  73. package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +5 -5
  74. package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
  75. package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
  76. package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
  77. package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
  78. package/package.json +19 -12
  79. package/dist/models/crm-dynamics/TChangeRequest.d.ts +0 -67
  80. package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
  81. package/dist/models/crm-dynamics/TChangeRequest.js +0 -2
  82. package/dist/models/crm-dynamics/TChangeRequest.js.map +0 -1
  83. package/dist/models/crm-dynamics/TEnquiry.d.ts +0 -68
  84. package/dist/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
  85. package/dist/models/crm-dynamics/TEnquiry.js +0 -2
  86. package/dist/models/crm-dynamics/TEnquiry.js.map +0 -1
  87. package/dist/models/event/TEvent.d.ts +0 -49
  88. package/dist/models/event/TEvent.d.ts.map +0 -1
  89. package/dist/models/event/TEvent.js +0 -9
  90. package/dist/models/event/TEvent.js.map +0 -1
  91. package/dist/models/event/TEventBase.d.ts +0 -15
  92. package/dist/models/event/TEventBase.d.ts.map +0 -1
  93. package/dist/models/event/TEventBase.js +0 -8
  94. package/dist/models/event/TEventBase.js.map +0 -1
  95. package/dist/models/event/TEventCategories.d.ts +0 -738
  96. package/dist/models/event/TEventCategories.d.ts.map +0 -1
  97. package/dist/models/event/TEventCategories.js +0 -268
  98. package/dist/models/event/TEventCategories.js.map +0 -1
  99. package/dist/models/event/TEventRequest.d.ts +0 -37
  100. package/dist/models/event/TEventRequest.d.ts.map +0 -1
  101. package/dist/models/event/TEventRequest.js +0 -10
  102. package/dist/models/event/TEventRequest.js.map +0 -1
  103. package/dist/models/event/index.d.ts +0 -5
  104. package/dist/models/event/index.d.ts.map +0 -1
  105. package/dist/models/event/index.js +0 -5
  106. package/dist/models/event/index.js.map +0 -1
  107. package/dist/models/notification/TNotification.d.ts +0 -389
  108. package/dist/models/notification/TNotification.d.ts.map +0 -1
  109. package/dist/models/notification/TNotification.js +0 -13
  110. package/dist/models/notification/TNotification.js.map +0 -1
  111. package/dist/models/notification/TNotificationRequest.d.ts +0 -361
  112. package/dist/models/notification/TNotificationRequest.d.ts.map +0 -1
  113. package/dist/models/notification/TNotificationRequest.js +0 -19
  114. package/dist/models/notification/TNotificationRequest.js.map +0 -1
  115. package/dist/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
  116. package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
  117. package/dist/models/notification/TNotificationsHandlerResponse.js +0 -2
  118. package/dist/models/notification/TNotificationsHandlerResponse.js.map +0 -1
  119. package/dist/models/notification/index.d.ts +0 -4
  120. package/dist/models/notification/index.d.ts.map +0 -1
  121. package/dist/models/notification/index.js +0 -4
  122. package/dist/models/notification/index.js.map +0 -1
  123. package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +0 -58
  124. package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +0 -1
  125. package/dist/models/objects/ICombinedAssignmetnSCL.js +0 -2
  126. package/dist/models/objects/ICombinedAssignmetnSCL.js.map +0 -1
  127. package/dist/models/objects/TChangeRequest.d.ts +0 -65
  128. package/dist/models/objects/TChangeRequest.d.ts.map +0 -1
  129. package/dist/models/objects/TChangeRequest.js +0 -2
  130. package/dist/models/objects/TChangeRequest.js.map +0 -1
  131. package/dist/models/objects/TEnquiry.d.ts +0 -75
  132. package/dist/models/objects/TEnquiry.d.ts.map +0 -1
  133. package/dist/models/objects/TEnquiry.js +0 -2
  134. package/dist/models/objects/TEnquiry.js.map +0 -1
  135. package/dist/models/objects/TNotificationsHandlerResponse.d.ts +0 -5
  136. package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +0 -1
  137. package/dist/models/objects/TNotificationsHandlerResponse.js +0 -2
  138. package/dist/models/objects/TNotificationsHandlerResponse.js.map +0 -1
  139. package/dist/models/schemas/TEvent.d.ts +0 -48
  140. package/dist/models/schemas/TEvent.d.ts.map +0 -1
  141. package/dist/models/schemas/TEvent.js +0 -9
  142. package/dist/models/schemas/TEvent.js.map +0 -1
  143. package/dist/models/schemas/TEventBase.d.ts +0 -15
  144. package/dist/models/schemas/TEventBase.d.ts.map +0 -1
  145. package/dist/models/schemas/TEventBase.js +0 -7
  146. package/dist/models/schemas/TEventBase.js.map +0 -1
  147. package/dist/models/schemas/TEventCategories.d.ts +0 -737
  148. package/dist/models/schemas/TEventCategories.d.ts.map +0 -1
  149. package/dist/models/schemas/TEventCategories.js +0 -268
  150. package/dist/models/schemas/TEventCategories.js.map +0 -1
  151. package/dist/models/schemas/TEventRequest.d.ts +0 -36
  152. package/dist/models/schemas/TEventRequest.d.ts.map +0 -1
  153. package/dist/models/schemas/TEventRequest.js +0 -10
  154. package/dist/models/schemas/TEventRequest.js.map +0 -1
  155. package/dist/models/schemas/TNotification.d.ts +0 -388
  156. package/dist/models/schemas/TNotification.d.ts.map +0 -1
  157. package/dist/models/schemas/TNotification.js +0 -12
  158. package/dist/models/schemas/TNotification.js.map +0 -1
  159. package/dist/models/schemas/TNotificationRequest.d.ts +0 -360
  160. package/dist/models/schemas/TNotificationRequest.d.ts.map +0 -1
  161. package/dist/models/schemas/TNotificationRequest.js +0 -19
  162. package/dist/models/schemas/TNotificationRequest.js.map +0 -1
  163. package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +0 -5
  164. package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +0 -1
  165. package/dist/models/schemas/TNotificationsHandlerResponse.js +0 -2
  166. package/dist/models/schemas/TNotificationsHandlerResponse.js.map +0 -1
  167. package/dist/models/schemas/notification/index.d.ts +0 -2
  168. package/dist/models/schemas/notification/index.d.ts.map +0 -1
  169. package/dist/models/schemas/notification/index.js +0 -2
  170. package/dist/models/schemas/notification/index.js.map +0 -1
  171. package/dist/models/types/TCommon.d.ts +0 -16
  172. package/dist/models/types/TCommon.d.ts.map +0 -1
  173. package/dist/models/types/TCommon.js +0 -2
  174. package/dist/models/types/TCommon.js.map +0 -1
  175. package/dist/models/types/TStages.d.ts +0 -16
  176. package/dist/models/types/TStages.d.ts.map +0 -1
  177. package/dist/models/types/TStages.js +0 -2
  178. package/dist/models/types/TStages.js.map +0 -1
  179. package/dist/models/user-settings/TServiceUserSettings.d.ts +0 -118
  180. package/dist/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
  181. package/dist/models/user-settings/TServiceUserSettings.js +0 -80
  182. package/dist/models/user-settings/TServiceUserSettings.js.map +0 -1
  183. package/dist/models/user-settings/index.d.ts +0 -2
  184. package/dist/models/user-settings/index.d.ts.map +0 -1
  185. package/dist/models/user-settings/index.js +0 -2
  186. package/dist/models/user-settings/index.js.map +0 -1
  187. package/dist/types/enums/LinkedRoles.d.ts +0 -5
  188. package/dist/types/enums/LinkedRoles.d.ts.map +0 -1
  189. package/dist/types/enums/RBACPermissions.d.ts +0 -33
  190. package/dist/types/enums/RBACPermissions.d.ts.map +0 -1
  191. package/dist/types/enums/Regions.d.ts +0 -10
  192. package/dist/types/enums/Regions.d.ts.map +0 -1
  193. package/dist/types/enums/SCLASNStages.d.ts +0 -26
  194. package/dist/types/enums/SCLASNStages.d.ts.map +0 -1
  195. package/dist/types/enums/SCLASNStatus.d.ts +0 -13
  196. package/dist/types/enums/SCLASNStatus.d.ts.map +0 -1
  197. package/dist/types/enums/SolutionCategories.d.ts +0 -7
  198. package/dist/types/enums/SolutionCategories.d.ts.map +0 -1
  199. package/dist/types/enums/SolutionTypes.d.ts +0 -6
  200. package/dist/types/enums/SolutionTypes.d.ts.map +0 -1
  201. package/dist/types/enums/index.d.ts +0 -8
  202. package/dist/types/enums/index.d.ts.map +0 -1
  203. package/dist/types/index.d.ts +0 -2
  204. package/dist/types/index.d.ts.map +0 -1
  205. package/dist/types/models/crm-dynamics/IAccount.d.ts +0 -276
  206. package/dist/types/models/crm-dynamics/IAccount.d.ts.map +0 -1
  207. package/dist/types/models/crm-dynamics/IAddresses.d.ts +0 -52
  208. package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +0 -1
  209. package/dist/types/models/crm-dynamics/IApplication.d.ts +0 -27
  210. package/dist/types/models/crm-dynamics/IApplication.d.ts.map +0 -1
  211. package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +0 -42
  212. package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +0 -1
  213. package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +0 -10
  214. package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +0 -1
  215. package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +0 -14
  216. package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +0 -1
  217. package/dist/types/models/crm-dynamics/IContact.d.ts +0 -311
  218. package/dist/types/models/crm-dynamics/IContact.d.ts.map +0 -1
  219. package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +0 -27
  220. package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +0 -1
  221. package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +0 -41
  222. package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +0 -1
  223. package/dist/types/models/crm-dynamics/ISystemUser.d.ts +0 -151
  224. package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +0 -1
  225. package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +0 -9
  226. package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +0 -1
  227. package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +0 -67
  228. package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
  229. package/dist/types/models/crm-dynamics/TEnquiry.d.ts +0 -68
  230. package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
  231. package/dist/types/models/crm-dynamics/index.d.ts +0 -14
  232. package/dist/types/models/crm-dynamics/index.d.ts.map +0 -1
  233. package/dist/types/models/event/TEvent.d.ts +0 -49
  234. package/dist/types/models/event/TEvent.d.ts.map +0 -1
  235. package/dist/types/models/event/TEventBase.d.ts +0 -15
  236. package/dist/types/models/event/TEventBase.d.ts.map +0 -1
  237. package/dist/types/models/event/TEventCategories.d.ts +0 -738
  238. package/dist/types/models/event/TEventCategories.d.ts.map +0 -1
  239. package/dist/types/models/event/TEventRequest.d.ts +0 -37
  240. package/dist/types/models/event/TEventRequest.d.ts.map +0 -1
  241. package/dist/types/models/event/index.d.ts +0 -5
  242. package/dist/types/models/event/index.d.ts.map +0 -1
  243. package/dist/types/models/integration-auth0/IAuthUser.d.ts +0 -37
  244. package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +0 -1
  245. package/dist/types/models/notification/TNotification.d.ts +0 -389
  246. package/dist/types/models/notification/TNotification.d.ts.map +0 -1
  247. package/dist/types/models/notification/TNotificationRequest.d.ts +0 -361
  248. package/dist/types/models/notification/TNotificationRequest.d.ts.map +0 -1
  249. package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
  250. package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
  251. package/dist/types/models/notification/index.d.ts +0 -4
  252. package/dist/types/models/notification/index.d.ts.map +0 -1
  253. package/dist/types/models/objects/IAccount.d.ts +0 -58
  254. package/dist/types/models/objects/IAccount.d.ts.map +0 -1
  255. package/dist/types/models/objects/IAddress.d.ts +0 -27
  256. package/dist/types/models/objects/IAddress.d.ts.map +0 -1
  257. package/dist/types/models/objects/IApplication.d.ts +0 -14
  258. package/dist/types/models/objects/IApplication.d.ts.map +0 -1
  259. package/dist/types/models/objects/IBankAccounts.d.ts +0 -38
  260. package/dist/types/models/objects/IBankAccounts.d.ts.map +0 -1
  261. package/dist/types/models/objects/ICompany.d.ts +0 -16
  262. package/dist/types/models/objects/ICompany.d.ts.map +0 -1
  263. package/dist/types/models/objects/ICompanyDocument.d.ts +0 -61
  264. package/dist/types/models/objects/ICompanyDocument.d.ts.map +0 -1
  265. package/dist/types/models/objects/ICompanyPosition.d.ts +0 -6
  266. package/dist/types/models/objects/ICompanyPosition.d.ts.map +0 -1
  267. package/dist/types/models/objects/IContact.d.ts +0 -147
  268. package/dist/types/models/objects/IContact.d.ts.map +0 -1
  269. package/dist/types/models/objects/IContactMethod.d.ts +0 -9
  270. package/dist/types/models/objects/IContactMethod.d.ts.map +0 -1
  271. package/dist/types/models/objects/IContract.d.ts +0 -38
  272. package/dist/types/models/objects/IContract.d.ts.map +0 -1
  273. package/dist/types/models/objects/IContractor.d.ts +0 -4
  274. package/dist/types/models/objects/IContractor.d.ts.map +0 -1
  275. package/dist/types/models/objects/IContractorDocument.d.ts +0 -60
  276. package/dist/types/models/objects/IContractorDocument.d.ts.map +0 -1
  277. package/dist/types/models/objects/ICurrency.d.ts +0 -9
  278. package/dist/types/models/objects/ICurrency.d.ts.map +0 -1
  279. package/dist/types/models/objects/IEmployee.d.ts +0 -4
  280. package/dist/types/models/objects/IEmployee.d.ts.map +0 -1
  281. package/dist/types/models/objects/INote.d.ts +0 -7
  282. package/dist/types/models/objects/INote.d.ts.map +0 -1
  283. package/dist/types/models/objects/IOrganisation.d.ts +0 -31
  284. package/dist/types/models/objects/IOrganisation.d.ts.map +0 -1
  285. package/dist/types/models/objects/IPerson.d.ts +0 -14
  286. package/dist/types/models/objects/IPerson.d.ts.map +0 -1
  287. package/dist/types/models/objects/ISystemUser.d.ts +0 -15
  288. package/dist/types/models/objects/ISystemUser.d.ts.map +0 -1
  289. package/dist/types/models/objects/IUser.d.ts +0 -8
  290. package/dist/types/models/objects/IUser.d.ts.map +0 -1
  291. package/dist/types/models/objects/IWebPortalLogin.d.ts +0 -9
  292. package/dist/types/models/objects/IWebPortalLogin.d.ts.map +0 -1
  293. package/dist/types/models/objects/TChangeRequest.d.ts +0 -65
  294. package/dist/types/models/objects/TChangeRequest.d.ts.map +0 -1
  295. package/dist/types/models/objects/TEnquiry.d.ts +0 -75
  296. package/dist/types/models/objects/TEnquiry.d.ts.map +0 -1
  297. package/dist/types/models/objects/index.d.ts +0 -23
  298. package/dist/types/models/objects/index.d.ts.map +0 -1
  299. package/dist/types/models/types/TCommon.d.ts +0 -12
  300. package/dist/types/models/types/TCommon.d.ts.map +0 -1
  301. package/dist/types/models/types/index.d.ts +0 -2
  302. package/dist/types/models/types/index.d.ts.map +0 -1
  303. package/dist/types/models/user-settings/TServiceUserSettings.d.ts +0 -118
  304. package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
  305. package/dist/types/services/index.d.ts +0 -2
  306. package/dist/types/services/index.d.ts.map +0 -1
  307. package/dist/types/utils/date-and-time/calculate.d.ts +0 -3
  308. package/dist/types/utils/date-and-time/calculate.d.ts.map +0 -1
  309. package/dist/types/utils/date-and-time/format.d.ts +0 -2
  310. package/dist/types/utils/date-and-time/format.d.ts.map +0 -1
  311. package/dist/types/utils/date-and-time/index.d.ts +0 -3
  312. package/dist/types/utils/date-and-time/index.d.ts.map +0 -1
  313. package/dist/types/utils/encoding/index.d.ts +0 -2
  314. package/dist/types/utils/encoding/index.d.ts.map +0 -1
  315. package/dist/types/utils/encoding/stringBySecret.d.ts +0 -3
  316. package/dist/types/utils/encoding/stringBySecret.d.ts.map +0 -1
  317. package/dist/types/utils/strings/index.d.ts +0 -2
  318. package/dist/types/utils/strings/index.d.ts.map +0 -1
  319. package/dist/utils/strings/strings.d.ts +0 -11
  320. package/dist/utils/strings/strings.d.ts.map +0 -1
  321. package/dist/utils/strings/strings.js +0 -34
  322. package/dist/utils/strings/strings.js.map +0 -1
@@ -36,6 +36,8 @@ export declare const Assignment: {
36
36
  zohoCrmSync: string;
37
37
  zohoSyncError: string;
38
38
  precisionId: string;
39
+ agencyFormattedValue: string;
40
+ agencyContactFormattedValue: string;
39
41
  assignmentId: string;
40
42
  assignmentNumber: string;
41
43
  assignmentStage: string;
@@ -63,14 +65,14 @@ export declare const Assignment: {
63
65
  fxInvoicingPattern: string;
64
66
  dateReferredToIcp: string;
65
67
  dateIcpApprovedRtw: string;
66
- wwgManagementFeeCurrencyValue: string;
67
- wwgManagementFeeBasis: string;
68
- wwgManagementFeePeriod: string;
69
- wwgManagementFeePercentage: string;
70
- wwgManagementFeeFixedValueMaxValue: string;
71
- wwgManagementFeeMinValue: string;
72
- wwgManagementFeePaidBy: string;
73
- wwgManagementFeeContractorPercentage: string;
68
+ marginCurrencyValue: string;
69
+ marginBasis: string;
70
+ marginPeriod: string;
71
+ marginPercentage: string;
72
+ marginFixedValueMaxValue: string;
73
+ marginMinValue: string;
74
+ marginPaidBy: string;
75
+ marginContractorPercentage: string;
74
76
  clientRate: string;
75
77
  grossRateSimulation: string;
76
78
  marginRate: string;
@@ -80,8 +82,8 @@ export declare const Assignment: {
80
82
  preferredInvoiceCurrencyValue: string;
81
83
  startUpMarginCurrencyValue: string;
82
84
  startUpMarginContractorPercentage: string;
83
- hiringCompanyValue: string;
84
- hiringCompanyContactValue: string;
85
+ agencyValue: string;
86
+ agencyContactValue: string;
85
87
  marginOnlyCompanyValue: string;
86
88
  jobType: string;
87
89
  employmentContractType: string;
@@ -173,16 +175,16 @@ export declare const Assignment: {
173
175
  readonly ww_fxinvoicingpattern: "fxInvoicingPattern";
174
176
  readonly ww_datereferredtoicp: "dateReferredToIcp";
175
177
  readonly ww_dateicpapprovedrtw: "dateIcpApprovedRtw";
176
- readonly _ww_margincurrency_value: "wwgManagementFeeCurrencyValue";
177
- readonly ww_marginbasis: "wwgManagementFeeBasis";
178
- readonly ww_marginperiod: "wwgManagementFeePeriod";
179
- readonly ww_marginpercentage: "wwgManagementFeePercentage";
180
- readonly ww_marginfixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
181
- readonly ww_revenuefixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
182
- readonly ww_marginminvalue: "wwgManagementFeeMinValue";
183
- readonly ww_revenueminvalue: "wwgManagementFeeMinValue";
184
- readonly ww_marginpaidby: "wwgManagementFeePaidBy";
185
- readonly ww_margincontractorpercentage: "wwgManagementFeeContractorPercentage";
178
+ readonly _ww_margincurrency_value: "marginCurrencyValue";
179
+ readonly ww_marginbasis: "marginBasis";
180
+ readonly ww_marginperiod: "marginPeriod";
181
+ readonly ww_marginpercentage: "marginPercentage";
182
+ readonly ww_marginfixedvaluemaxvalue: "marginFixedValueMaxValue";
183
+ readonly ww_revenuefixedvaluemaxvalue: "marginFixedValueMaxValue";
184
+ readonly ww_marginminvalue: "marginMinValue";
185
+ readonly ww_revenueminvalue: "marginMinValue";
186
+ readonly ww_marginpaidby: "marginPaidBy";
187
+ readonly ww_margincontractorpercentage: "marginContractorPercentage";
186
188
  readonly ww_clientrate: "clientRate";
187
189
  readonly ww_grossratesimulation: "grossRateSimulation";
188
190
  readonly ww_marginrate: "marginRate";
@@ -192,8 +194,8 @@ export declare const Assignment: {
192
194
  readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
193
195
  readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
194
196
  readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
195
- readonly _ww_agency_value: "hiringCompanyValue";
196
- readonly _ww_agencycontact_value: "hiringCompanyContactValue";
197
+ readonly _ww_agency_value: "agencyValue";
198
+ readonly _ww_agencycontact_value: "agencyContactValue";
197
199
  readonly ww_endclient: "endClient";
198
200
  readonly _ww_margincompany_value: "marginOnlyCompanyValue";
199
201
  readonly ww_jobtype: "jobType";
@@ -267,6 +269,8 @@ export declare const Assignment: {
267
269
  readonly ww_joiner_reportingstatus: "joiner";
268
270
  readonly ww_active_reportingstatus: "active";
269
271
  readonly ww_assignmtreportingstatus: "reportingStatus";
272
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": "agencyFormattedValue";
273
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agencyContactFormattedValue";
270
274
  readonly _ownerid_value: "ownerIdValue";
271
275
  readonly _owningbusinessunit_value: "owningBusinessUnitValue";
272
276
  readonly _owningteam_value: "owningTeamValue";
@@ -427,6 +431,8 @@ export declare const Assignment: {
427
431
  readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
428
432
  readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
429
433
  readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
434
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
435
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
430
436
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
431
437
  '@odata.etag'?: string | null | undefined;
432
438
  _createdby_value?: string | null | undefined;
@@ -458,6 +464,8 @@ export declare const Assignment: {
458
464
  ww_zohocrmsync?: string | null | undefined;
459
465
  ww_zohosyncerror?: string | null | undefined;
460
466
  ww_precisionid?: string | null | undefined;
467
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
468
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
461
469
  ww_assignmentid?: string | undefined;
462
470
  ww_assignmentnumber?: string | null | undefined;
463
471
  ww_assignmentstage?: number | null | undefined;
@@ -599,6 +607,8 @@ export declare const Assignment: {
599
607
  ww_zohocrmsync?: string | null | undefined;
600
608
  ww_zohosyncerror?: string | null | undefined;
601
609
  ww_precisionid?: string | null | undefined;
610
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
611
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
602
612
  ww_assignmentid?: string | undefined;
603
613
  ww_assignmentnumber?: string | null | undefined;
604
614
  ww_assignmentstage?: number | null | undefined;
@@ -833,6 +843,8 @@ export declare const Assignment: {
833
843
  readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
834
844
  readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
835
845
  readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
846
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
847
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
836
848
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
837
849
  _transactioncurrencyid_value?: string | null | undefined;
838
850
  _ww_country_value?: string | null | undefined;
@@ -846,6 +858,8 @@ export declare const Assignment: {
846
858
  ww_zohocrmsync?: string | null | undefined;
847
859
  ww_zohosyncerror?: string | null | undefined;
848
860
  ww_precisionid?: string | null | undefined;
861
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
862
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
849
863
  ww_assignmentid?: string | undefined;
850
864
  ww_assignmentnumber?: string | null | undefined;
851
865
  ww_assignmentstage?: number | null | undefined;
@@ -969,6 +983,8 @@ export declare const Assignment: {
969
983
  ww_zohocrmsync?: string | null | undefined;
970
984
  ww_zohosyncerror?: string | null | undefined;
971
985
  ww_precisionid?: string | null | undefined;
986
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
987
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
972
988
  ww_assignmentid?: string | undefined;
973
989
  ww_assignmentnumber?: string | null | undefined;
974
990
  ww_assignmentstage?: number | null | undefined;
@@ -1127,14 +1143,14 @@ export declare const Assignment: {
1127
1143
  readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1128
1144
  readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1129
1145
  readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1130
- readonly wwgManagementFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1131
- readonly wwgManagementFeeBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1132
- readonly wwgManagementFeePeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1133
- readonly wwgManagementFeePercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1134
- readonly wwgManagementFeeFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1135
- readonly wwgManagementFeeMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1136
- readonly wwgManagementFeePaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1137
- readonly wwgManagementFeeContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1146
+ readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1147
+ readonly marginBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1148
+ readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1149
+ readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1150
+ readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1151
+ readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1152
+ readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1153
+ readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1138
1154
  readonly clientRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1139
1155
  readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1140
1156
  readonly marginRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1144,8 +1160,8 @@ export declare const Assignment: {
1144
1160
  readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1145
1161
  readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1146
1162
  readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1147
- readonly hiringCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1148
- readonly hiringCompanyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1163
+ readonly agencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1164
+ readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1149
1165
  readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1150
1166
  readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1151
1167
  readonly jobType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1218,6 +1234,8 @@ export declare const Assignment: {
1218
1234
  readonly joiner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1219
1235
  readonly active: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1220
1236
  readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1237
+ readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1238
+ readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1221
1239
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1222
1240
  assignmentId: string;
1223
1241
  value?: number | null | undefined;
@@ -1274,14 +1292,14 @@ export declare const Assignment: {
1274
1292
  fxInvoicingPattern?: number | null | undefined;
1275
1293
  dateReferredToIcp?: string | null | undefined;
1276
1294
  dateIcpApprovedRtw?: string | null | undefined;
1277
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1278
- wwgManagementFeeBasis?: number | null | undefined;
1279
- wwgManagementFeePeriod?: number | null | undefined;
1280
- wwgManagementFeePercentage?: number | null | undefined;
1281
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1282
- wwgManagementFeeMinValue?: number | null | undefined;
1283
- wwgManagementFeePaidBy?: number | null | undefined;
1284
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1295
+ marginCurrencyValue?: string | null | undefined;
1296
+ marginBasis?: number | null | undefined;
1297
+ marginPeriod?: number | null | undefined;
1298
+ marginPercentage?: number | null | undefined;
1299
+ marginFixedValueMaxValue?: number | null | undefined;
1300
+ marginMinValue?: number | null | undefined;
1301
+ marginPaidBy?: number | null | undefined;
1302
+ marginContractorPercentage?: number | null | undefined;
1285
1303
  clientRate?: number | null | undefined;
1286
1304
  grossRateSimulation?: number | null | undefined;
1287
1305
  marginRate?: number | null | undefined;
@@ -1291,8 +1309,8 @@ export declare const Assignment: {
1291
1309
  preferredInvoiceCurrencyValue?: string | null | undefined;
1292
1310
  startUpMarginCurrencyValue?: string | null | undefined;
1293
1311
  startUpMarginContractorPercentage?: number | null | undefined;
1294
- hiringCompanyValue?: string | null | undefined;
1295
- hiringCompanyContactValue?: string | null | undefined;
1312
+ agencyValue?: string | null | undefined;
1313
+ agencyContactValue?: string | null | undefined;
1296
1314
  endClient?: string | null | undefined;
1297
1315
  marginOnlyCompanyValue?: string | null | undefined;
1298
1316
  jobType?: number | null | undefined;
@@ -1356,6 +1374,8 @@ export declare const Assignment: {
1356
1374
  onboarding?: string | null | undefined;
1357
1375
  joiner?: string | null | undefined;
1358
1376
  reportingStatus?: number | null | undefined;
1377
+ agencyFormattedValue?: string | null | undefined;
1378
+ agencyContactFormattedValue?: string | null | undefined;
1359
1379
  }, {
1360
1380
  assignmentId: string;
1361
1381
  value?: number | null | undefined;
@@ -1412,14 +1432,14 @@ export declare const Assignment: {
1412
1432
  fxInvoicingPattern?: number | null | undefined;
1413
1433
  dateReferredToIcp?: string | null | undefined;
1414
1434
  dateIcpApprovedRtw?: string | null | undefined;
1415
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1416
- wwgManagementFeeBasis?: number | null | undefined;
1417
- wwgManagementFeePeriod?: number | null | undefined;
1418
- wwgManagementFeePercentage?: number | null | undefined;
1419
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1420
- wwgManagementFeeMinValue?: number | null | undefined;
1421
- wwgManagementFeePaidBy?: number | null | undefined;
1422
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1435
+ marginCurrencyValue?: string | null | undefined;
1436
+ marginBasis?: number | null | undefined;
1437
+ marginPeriod?: number | null | undefined;
1438
+ marginPercentage?: number | null | undefined;
1439
+ marginFixedValueMaxValue?: number | null | undefined;
1440
+ marginMinValue?: number | null | undefined;
1441
+ marginPaidBy?: number | null | undefined;
1442
+ marginContractorPercentage?: number | null | undefined;
1423
1443
  clientRate?: number | null | undefined;
1424
1444
  grossRateSimulation?: number | null | undefined;
1425
1445
  marginRate?: number | null | undefined;
@@ -1429,8 +1449,8 @@ export declare const Assignment: {
1429
1449
  preferredInvoiceCurrencyValue?: string | null | undefined;
1430
1450
  startUpMarginCurrencyValue?: string | null | undefined;
1431
1451
  startUpMarginContractorPercentage?: number | null | undefined;
1432
- hiringCompanyValue?: string | null | undefined;
1433
- hiringCompanyContactValue?: string | null | undefined;
1452
+ agencyValue?: string | null | undefined;
1453
+ agencyContactValue?: string | null | undefined;
1434
1454
  endClient?: string | null | undefined;
1435
1455
  marginOnlyCompanyValue?: string | null | undefined;
1436
1456
  jobType?: number | null | undefined;
@@ -1494,6 +1514,8 @@ export declare const Assignment: {
1494
1514
  onboarding?: string | null | undefined;
1495
1515
  joiner?: string | null | undefined;
1496
1516
  reportingStatus?: number | null | undefined;
1517
+ agencyFormattedValue?: string | null | undefined;
1518
+ agencyContactFormattedValue?: string | null | undefined;
1497
1519
  }>;
1498
1520
  SPayloadAPI: import("zod").ZodObject<{
1499
1521
  readonly assignmentId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1524,14 +1546,14 @@ export declare const Assignment: {
1524
1546
  readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1525
1547
  readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1526
1548
  readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1527
- readonly wwgManagementFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1528
- readonly wwgManagementFeeBasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1529
- readonly wwgManagementFeePeriod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1530
- readonly wwgManagementFeePercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1531
- readonly wwgManagementFeeFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1532
- readonly wwgManagementFeeMinValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1533
- readonly wwgManagementFeePaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1534
- readonly wwgManagementFeeContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1549
+ readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1550
+ readonly marginBasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1551
+ readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1552
+ readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1553
+ readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1554
+ readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1555
+ readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1556
+ readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1535
1557
  readonly clientRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1536
1558
  readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1537
1559
  readonly marginRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
@@ -1541,8 +1563,8 @@ export declare const Assignment: {
1541
1563
  readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1542
1564
  readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1543
1565
  readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1544
- readonly hiringCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1545
- readonly hiringCompanyContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1566
+ readonly agencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1567
+ readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1546
1568
  readonly endClient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1547
1569
  readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1548
1570
  readonly jobType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
@@ -1615,6 +1637,8 @@ export declare const Assignment: {
1615
1637
  readonly joiner: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1616
1638
  readonly active: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1617
1639
  readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
1640
+ readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1641
+ readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1618
1642
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1619
1643
  value?: number | null | undefined;
1620
1644
  type?: number | null | undefined;
@@ -1653,14 +1677,14 @@ export declare const Assignment: {
1653
1677
  fxInvoicingPattern?: number | null | undefined;
1654
1678
  dateReferredToIcp?: string | null | undefined;
1655
1679
  dateIcpApprovedRtw?: string | null | undefined;
1656
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1657
- wwgManagementFeeBasis?: number | null | undefined;
1658
- wwgManagementFeePeriod?: number | null | undefined;
1659
- wwgManagementFeePercentage?: number | null | undefined;
1660
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1661
- wwgManagementFeeMinValue?: number | null | undefined;
1662
- wwgManagementFeePaidBy?: number | null | undefined;
1663
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1680
+ marginCurrencyValue?: string | null | undefined;
1681
+ marginBasis?: number | null | undefined;
1682
+ marginPeriod?: number | null | undefined;
1683
+ marginPercentage?: number | null | undefined;
1684
+ marginFixedValueMaxValue?: number | null | undefined;
1685
+ marginMinValue?: number | null | undefined;
1686
+ marginPaidBy?: number | null | undefined;
1687
+ marginContractorPercentage?: number | null | undefined;
1664
1688
  clientRate?: number | null | undefined;
1665
1689
  grossRateSimulation?: number | null | undefined;
1666
1690
  marginRate?: number | null | undefined;
@@ -1670,8 +1694,8 @@ export declare const Assignment: {
1670
1694
  preferredInvoiceCurrencyValue?: string | null | undefined;
1671
1695
  startUpMarginCurrencyValue?: string | null | undefined;
1672
1696
  startUpMarginContractorPercentage?: number | null | undefined;
1673
- hiringCompanyValue?: string | null | undefined;
1674
- hiringCompanyContactValue?: string | null | undefined;
1697
+ agencyValue?: string | null | undefined;
1698
+ agencyContactValue?: string | null | undefined;
1675
1699
  endClient?: string | null | undefined;
1676
1700
  marginOnlyCompanyValue?: string | null | undefined;
1677
1701
  jobType?: number | null | undefined;
@@ -1735,6 +1759,8 @@ export declare const Assignment: {
1735
1759
  onboarding?: string | null | undefined;
1736
1760
  joiner?: string | null | undefined;
1737
1761
  reportingStatus?: number | null | undefined;
1762
+ agencyFormattedValue?: string | null | undefined;
1763
+ agencyContactFormattedValue?: string | null | undefined;
1738
1764
  }, {
1739
1765
  value?: number | null | undefined;
1740
1766
  type?: number | null | undefined;
@@ -1773,14 +1799,14 @@ export declare const Assignment: {
1773
1799
  fxInvoicingPattern?: number | null | undefined;
1774
1800
  dateReferredToIcp?: string | null | undefined;
1775
1801
  dateIcpApprovedRtw?: string | null | undefined;
1776
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1777
- wwgManagementFeeBasis?: number | null | undefined;
1778
- wwgManagementFeePeriod?: number | null | undefined;
1779
- wwgManagementFeePercentage?: number | null | undefined;
1780
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1781
- wwgManagementFeeMinValue?: number | null | undefined;
1782
- wwgManagementFeePaidBy?: number | null | undefined;
1783
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1802
+ marginCurrencyValue?: string | null | undefined;
1803
+ marginBasis?: number | null | undefined;
1804
+ marginPeriod?: number | null | undefined;
1805
+ marginPercentage?: number | null | undefined;
1806
+ marginFixedValueMaxValue?: number | null | undefined;
1807
+ marginMinValue?: number | null | undefined;
1808
+ marginPaidBy?: number | null | undefined;
1809
+ marginContractorPercentage?: number | null | undefined;
1784
1810
  clientRate?: number | null | undefined;
1785
1811
  grossRateSimulation?: number | null | undefined;
1786
1812
  marginRate?: number | null | undefined;
@@ -1790,8 +1816,8 @@ export declare const Assignment: {
1790
1816
  preferredInvoiceCurrencyValue?: string | null | undefined;
1791
1817
  startUpMarginCurrencyValue?: string | null | undefined;
1792
1818
  startUpMarginContractorPercentage?: number | null | undefined;
1793
- hiringCompanyValue?: string | null | undefined;
1794
- hiringCompanyContactValue?: string | null | undefined;
1819
+ agencyValue?: string | null | undefined;
1820
+ agencyContactValue?: string | null | undefined;
1795
1821
  endClient?: string | null | undefined;
1796
1822
  marginOnlyCompanyValue?: string | null | undefined;
1797
1823
  jobType?: number | null | undefined;
@@ -1855,6 +1881,8 @@ export declare const Assignment: {
1855
1881
  onboarding?: string | null | undefined;
1856
1882
  joiner?: string | null | undefined;
1857
1883
  reportingStatus?: number | null | undefined;
1884
+ agencyFormattedValue?: string | null | undefined;
1885
+ agencyContactFormattedValue?: string | null | undefined;
1858
1886
  }>;
1859
1887
  mapD365ToPretty: (data: unknown) => Record<string, unknown>;
1860
1888
  mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
@@ -2011,7 +2039,7 @@ export declare const Assignment: {
2011
2039
  readonly weekly: 127840000;
2012
2040
  readonly monthly: 127840001;
2013
2041
  };
2014
- readonly WwgManagementFeeBasis: {
2042
+ readonly marginBasis: {
2015
2043
  readonly fixed: 127840000;
2016
2044
  readonly percent: 127840004;
2017
2045
  readonly percentWithMin: 127840005;
@@ -2022,7 +2050,7 @@ export declare const Assignment: {
2022
2050
  readonly bandedUnitRate: 127840007;
2023
2051
  readonly bandedWorkUnit: 127840008;
2024
2052
  };
2025
- readonly WwgManagementFeePeriod: {
2053
+ readonly marginPeriod: {
2026
2054
  readonly hourly: 127840005;
2027
2055
  readonly daily: 127840000;
2028
2056
  readonly weekly: 127840001;
@@ -2030,14 +2058,14 @@ export declare const Assignment: {
2030
2058
  readonly "4Weekly": 127840003;
2031
2059
  readonly monthly: 127840004;
2032
2060
  };
2033
- readonly WwgManagementFeePaidBy: {
2034
- readonly hiringCompany: 1;
2061
+ readonly marginPaidBy: {
2062
+ readonly agency: 1;
2035
2063
  readonly contractor: 2;
2036
2064
  readonly both: 3;
2037
2065
  readonly marginCompany: 4;
2038
2066
  };
2039
2067
  readonly StartUpMarginPaidBy: {
2040
- readonly hiringCompany: 1;
2068
+ readonly agency: 1;
2041
2069
  readonly contractor: 2;
2042
2070
  readonly both: 3;
2043
2071
  readonly marginCompany: 4;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAA;AAID,cAAc,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAA;AAID,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './TDownloadDocumentAPI.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/download/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './TDownloadDocumentAPI.js';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/download/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,7 @@
1
+ import z from 'zod';
2
+ export declare const SEngagementQueryParams: z.ZodEffects<z.ZodType<URLSearchParams, z.ZodTypeDef, URLSearchParams>, {
3
+ filter: string;
4
+ id: string;
5
+ includeChildren: boolean;
6
+ } | undefined, URLSearchParams>;
7
+ //# sourceMappingURL=TEngagementAPI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TEngagementAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/engagement/TEngagementAPI.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAA;AAEnB,eAAO,MAAM,sBAAsB;;;;+BAa/B,CAAA"}
@@ -0,0 +1,15 @@
1
+ import z from 'zod';
2
+ export const SEngagementQueryParams = z
3
+ .instanceof(URLSearchParams)
4
+ .transform(params => {
5
+ const agentId = params.get('agent');
6
+ const agencyId = params.get('agency');
7
+ if (!agentId && !agencyId)
8
+ return undefined;
9
+ return {
10
+ filter: agentId ? 'agent' : 'agency',
11
+ id: agentId ?? agencyId ?? '',
12
+ includeChildren: params.get('includeChildren') === 'true',
13
+ };
14
+ });
15
+ //# sourceMappingURL=TEngagementAPI.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TEngagementAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/engagement/TEngagementAPI.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAA;AAEnB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC;KACpC,UAAU,CAAC,eAAe,CAAC;KAC3B,SAAS,CAAC,MAAM,CAAC,EAAE;IAClB,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;IACnC,MAAM,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;IAErC,IAAI,CAAC,OAAO,IAAI,CAAC,QAAQ;QAAE,OAAO,SAAS,CAAA;IAE3C,OAAO;QACL,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;QACpC,EAAE,EAAE,OAAO,IAAI,QAAQ,IAAI,EAAE;QAC7B,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,MAAM;KAC1D,CAAA;AACH,CAAC,CAAC,CAAA"}