@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
@@ -32,6 +32,8 @@ export declare const AssignmentEntity: {
32
32
  zohoCrmSync: string;
33
33
  zohoSyncError: string;
34
34
  precisionId: string;
35
+ agencyFormattedValue: string;
36
+ agencyContactFormattedValue: string;
35
37
  assignmentId: string;
36
38
  assignmentNumber: string;
37
39
  assignmentStage: string;
@@ -59,14 +61,14 @@ export declare const AssignmentEntity: {
59
61
  fxInvoicingPattern: string;
60
62
  dateReferredToIcp: string;
61
63
  dateIcpApprovedRtw: string;
62
- wwgManagementFeeCurrencyValue: string;
63
- wwgManagementFeeBasis: string;
64
- wwgManagementFeePeriod: string;
65
- wwgManagementFeePercentage: string;
66
- wwgManagementFeeFixedValueMaxValue: string;
67
- wwgManagementFeeMinValue: string;
68
- wwgManagementFeePaidBy: string;
69
- wwgManagementFeeContractorPercentage: string;
64
+ marginCurrencyValue: string;
65
+ marginBasis: string;
66
+ marginPeriod: string;
67
+ marginPercentage: string;
68
+ marginFixedValueMaxValue: string;
69
+ marginMinValue: string;
70
+ marginPaidBy: string;
71
+ marginContractorPercentage: string;
70
72
  clientRate: string;
71
73
  grossRateSimulation: string;
72
74
  marginRate: string;
@@ -76,8 +78,8 @@ export declare const AssignmentEntity: {
76
78
  preferredInvoiceCurrencyValue: string;
77
79
  startUpMarginCurrencyValue: string;
78
80
  startUpMarginContractorPercentage: string;
79
- hiringCompanyValue: string;
80
- hiringCompanyContactValue: string;
81
+ agencyValue: string;
82
+ agencyContactValue: string;
81
83
  marginOnlyCompanyValue: string;
82
84
  jobType: string;
83
85
  employmentContractType: string;
@@ -169,16 +171,16 @@ export declare const AssignmentEntity: {
169
171
  readonly ww_fxinvoicingpattern: "fxInvoicingPattern";
170
172
  readonly ww_datereferredtoicp: "dateReferredToIcp";
171
173
  readonly ww_dateicpapprovedrtw: "dateIcpApprovedRtw";
172
- readonly _ww_margincurrency_value: "wwgManagementFeeCurrencyValue";
173
- readonly ww_marginbasis: "wwgManagementFeeBasis";
174
- readonly ww_marginperiod: "wwgManagementFeePeriod";
175
- readonly ww_marginpercentage: "wwgManagementFeePercentage";
176
- readonly ww_marginfixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
177
- readonly ww_revenuefixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
178
- readonly ww_marginminvalue: "wwgManagementFeeMinValue";
179
- readonly ww_revenueminvalue: "wwgManagementFeeMinValue";
180
- readonly ww_marginpaidby: "wwgManagementFeePaidBy";
181
- readonly ww_margincontractorpercentage: "wwgManagementFeeContractorPercentage";
174
+ readonly _ww_margincurrency_value: "marginCurrencyValue";
175
+ readonly ww_marginbasis: "marginBasis";
176
+ readonly ww_marginperiod: "marginPeriod";
177
+ readonly ww_marginpercentage: "marginPercentage";
178
+ readonly ww_marginfixedvaluemaxvalue: "marginFixedValueMaxValue";
179
+ readonly ww_revenuefixedvaluemaxvalue: "marginFixedValueMaxValue";
180
+ readonly ww_marginminvalue: "marginMinValue";
181
+ readonly ww_revenueminvalue: "marginMinValue";
182
+ readonly ww_marginpaidby: "marginPaidBy";
183
+ readonly ww_margincontractorpercentage: "marginContractorPercentage";
182
184
  readonly ww_clientrate: "clientRate";
183
185
  readonly ww_grossratesimulation: "grossRateSimulation";
184
186
  readonly ww_marginrate: "marginRate";
@@ -188,8 +190,8 @@ export declare const AssignmentEntity: {
188
190
  readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
189
191
  readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
190
192
  readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
191
- readonly _ww_agency_value: "hiringCompanyValue";
192
- readonly _ww_agencycontact_value: "hiringCompanyContactValue";
193
+ readonly _ww_agency_value: "agencyValue";
194
+ readonly _ww_agencycontact_value: "agencyContactValue";
193
195
  readonly ww_endclient: "endClient";
194
196
  readonly _ww_margincompany_value: "marginOnlyCompanyValue";
195
197
  readonly ww_jobtype: "jobType";
@@ -263,6 +265,8 @@ export declare const AssignmentEntity: {
263
265
  readonly ww_joiner_reportingstatus: "joiner";
264
266
  readonly ww_active_reportingstatus: "active";
265
267
  readonly ww_assignmtreportingstatus: "reportingStatus";
268
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": "agencyFormattedValue";
269
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agencyContactFormattedValue";
266
270
  readonly _ownerid_value: "ownerIdValue";
267
271
  readonly _owningbusinessunit_value: "owningBusinessUnitValue";
268
272
  readonly _owningteam_value: "owningTeamValue";
@@ -423,6 +427,8 @@ export declare const AssignmentEntity: {
423
427
  readonly ww_joiner_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
424
428
  readonly ww_active_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
425
429
  readonly ww_assignmtreportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
430
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
431
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
426
432
  }, z.UnknownKeysParam, z.ZodTypeAny, {
427
433
  '@odata.etag'?: string | null | undefined;
428
434
  _createdby_value?: string | null | undefined;
@@ -454,6 +460,8 @@ export declare const AssignmentEntity: {
454
460
  ww_zohocrmsync?: string | null | undefined;
455
461
  ww_zohosyncerror?: string | null | undefined;
456
462
  ww_precisionid?: string | null | undefined;
463
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
464
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
457
465
  ww_assignmentid?: string | undefined;
458
466
  ww_assignmentnumber?: string | null | undefined;
459
467
  ww_assignmentstage?: number | null | undefined;
@@ -595,6 +603,8 @@ export declare const AssignmentEntity: {
595
603
  ww_zohocrmsync?: string | null | undefined;
596
604
  ww_zohosyncerror?: string | null | undefined;
597
605
  ww_precisionid?: string | null | undefined;
606
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
607
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
598
608
  ww_assignmentid?: string | undefined;
599
609
  ww_assignmentnumber?: string | null | undefined;
600
610
  ww_assignmentstage?: number | null | undefined;
@@ -829,6 +839,8 @@ export declare const AssignmentEntity: {
829
839
  readonly ww_joiner_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
830
840
  readonly ww_active_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
831
841
  readonly ww_assignmtreportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
842
+ readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
843
+ readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
832
844
  }, z.UnknownKeysParam, z.ZodTypeAny, {
833
845
  _transactioncurrencyid_value?: string | null | undefined;
834
846
  _ww_country_value?: string | null | undefined;
@@ -842,6 +854,8 @@ export declare const AssignmentEntity: {
842
854
  ww_zohocrmsync?: string | null | undefined;
843
855
  ww_zohosyncerror?: string | null | undefined;
844
856
  ww_precisionid?: string | null | undefined;
857
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
858
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
845
859
  ww_assignmentid?: string | undefined;
846
860
  ww_assignmentnumber?: string | null | undefined;
847
861
  ww_assignmentstage?: number | null | undefined;
@@ -965,6 +979,8 @@ export declare const AssignmentEntity: {
965
979
  ww_zohocrmsync?: string | null | undefined;
966
980
  ww_zohosyncerror?: string | null | undefined;
967
981
  ww_precisionid?: string | null | undefined;
982
+ "_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
983
+ "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
968
984
  ww_assignmentid?: string | undefined;
969
985
  ww_assignmentnumber?: string | null | undefined;
970
986
  ww_assignmentstage?: number | null | undefined;
@@ -1123,14 +1139,14 @@ export declare const AssignmentEntity: {
1123
1139
  readonly fxInvoicingPattern: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1124
1140
  readonly dateReferredToIcp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1125
1141
  readonly dateIcpApprovedRtw: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1126
- readonly wwgManagementFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1127
- readonly wwgManagementFeeBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1128
- readonly wwgManagementFeePeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1129
- readonly wwgManagementFeePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1130
- readonly wwgManagementFeeFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1131
- readonly wwgManagementFeeMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1132
- readonly wwgManagementFeePaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1133
- readonly wwgManagementFeeContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1142
+ readonly marginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1143
+ readonly marginBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1144
+ readonly marginPeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1145
+ readonly marginPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1146
+ readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1147
+ readonly marginMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1148
+ readonly marginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1149
+ readonly marginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1134
1150
  readonly clientRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1135
1151
  readonly grossRateSimulation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1136
1152
  readonly marginRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1140,8 +1156,8 @@ export declare const AssignmentEntity: {
1140
1156
  readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1141
1157
  readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1142
1158
  readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1143
- readonly hiringCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1144
- readonly hiringCompanyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1159
+ readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1160
+ readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1145
1161
  readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1146
1162
  readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1147
1163
  readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1214,6 +1230,8 @@ export declare const AssignmentEntity: {
1214
1230
  readonly joiner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1215
1231
  readonly active: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1216
1232
  readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1233
+ readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1234
+ readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1217
1235
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1218
1236
  assignmentId: string;
1219
1237
  value?: number | null | undefined;
@@ -1270,14 +1288,14 @@ export declare const AssignmentEntity: {
1270
1288
  fxInvoicingPattern?: number | null | undefined;
1271
1289
  dateReferredToIcp?: string | null | undefined;
1272
1290
  dateIcpApprovedRtw?: string | null | undefined;
1273
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1274
- wwgManagementFeeBasis?: number | null | undefined;
1275
- wwgManagementFeePeriod?: number | null | undefined;
1276
- wwgManagementFeePercentage?: number | null | undefined;
1277
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1278
- wwgManagementFeeMinValue?: number | null | undefined;
1279
- wwgManagementFeePaidBy?: number | null | undefined;
1280
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1291
+ marginCurrencyValue?: string | null | undefined;
1292
+ marginBasis?: number | null | undefined;
1293
+ marginPeriod?: number | null | undefined;
1294
+ marginPercentage?: number | null | undefined;
1295
+ marginFixedValueMaxValue?: number | null | undefined;
1296
+ marginMinValue?: number | null | undefined;
1297
+ marginPaidBy?: number | null | undefined;
1298
+ marginContractorPercentage?: number | null | undefined;
1281
1299
  clientRate?: number | null | undefined;
1282
1300
  grossRateSimulation?: number | null | undefined;
1283
1301
  marginRate?: number | null | undefined;
@@ -1287,8 +1305,8 @@ export declare const AssignmentEntity: {
1287
1305
  preferredInvoiceCurrencyValue?: string | null | undefined;
1288
1306
  startUpMarginCurrencyValue?: string | null | undefined;
1289
1307
  startUpMarginContractorPercentage?: number | null | undefined;
1290
- hiringCompanyValue?: string | null | undefined;
1291
- hiringCompanyContactValue?: string | null | undefined;
1308
+ agencyValue?: string | null | undefined;
1309
+ agencyContactValue?: string | null | undefined;
1292
1310
  endClient?: string | null | undefined;
1293
1311
  marginOnlyCompanyValue?: string | null | undefined;
1294
1312
  jobType?: number | null | undefined;
@@ -1352,6 +1370,8 @@ export declare const AssignmentEntity: {
1352
1370
  onboarding?: string | null | undefined;
1353
1371
  joiner?: string | null | undefined;
1354
1372
  reportingStatus?: number | null | undefined;
1373
+ agencyFormattedValue?: string | null | undefined;
1374
+ agencyContactFormattedValue?: string | null | undefined;
1355
1375
  }, {
1356
1376
  assignmentId: string;
1357
1377
  value?: number | null | undefined;
@@ -1408,14 +1428,14 @@ export declare const AssignmentEntity: {
1408
1428
  fxInvoicingPattern?: number | null | undefined;
1409
1429
  dateReferredToIcp?: string | null | undefined;
1410
1430
  dateIcpApprovedRtw?: string | null | undefined;
1411
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1412
- wwgManagementFeeBasis?: number | null | undefined;
1413
- wwgManagementFeePeriod?: number | null | undefined;
1414
- wwgManagementFeePercentage?: number | null | undefined;
1415
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1416
- wwgManagementFeeMinValue?: number | null | undefined;
1417
- wwgManagementFeePaidBy?: number | null | undefined;
1418
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1431
+ marginCurrencyValue?: string | null | undefined;
1432
+ marginBasis?: number | null | undefined;
1433
+ marginPeriod?: number | null | undefined;
1434
+ marginPercentage?: number | null | undefined;
1435
+ marginFixedValueMaxValue?: number | null | undefined;
1436
+ marginMinValue?: number | null | undefined;
1437
+ marginPaidBy?: number | null | undefined;
1438
+ marginContractorPercentage?: number | null | undefined;
1419
1439
  clientRate?: number | null | undefined;
1420
1440
  grossRateSimulation?: number | null | undefined;
1421
1441
  marginRate?: number | null | undefined;
@@ -1425,8 +1445,8 @@ export declare const AssignmentEntity: {
1425
1445
  preferredInvoiceCurrencyValue?: string | null | undefined;
1426
1446
  startUpMarginCurrencyValue?: string | null | undefined;
1427
1447
  startUpMarginContractorPercentage?: number | null | undefined;
1428
- hiringCompanyValue?: string | null | undefined;
1429
- hiringCompanyContactValue?: string | null | undefined;
1448
+ agencyValue?: string | null | undefined;
1449
+ agencyContactValue?: string | null | undefined;
1430
1450
  endClient?: string | null | undefined;
1431
1451
  marginOnlyCompanyValue?: string | null | undefined;
1432
1452
  jobType?: number | null | undefined;
@@ -1490,6 +1510,8 @@ export declare const AssignmentEntity: {
1490
1510
  onboarding?: string | null | undefined;
1491
1511
  joiner?: string | null | undefined;
1492
1512
  reportingStatus?: number | null | undefined;
1513
+ agencyFormattedValue?: string | null | undefined;
1514
+ agencyContactFormattedValue?: string | null | undefined;
1493
1515
  }>;
1494
1516
  SPayloadAPI: z.ZodObject<{
1495
1517
  readonly assignmentId: z.ZodOptional<z.ZodString>;
@@ -1520,14 +1542,14 @@ export declare const AssignmentEntity: {
1520
1542
  readonly fxInvoicingPattern: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1521
1543
  readonly dateReferredToIcp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1522
1544
  readonly dateIcpApprovedRtw: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1523
- readonly wwgManagementFeeCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1524
- readonly wwgManagementFeeBasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1525
- readonly wwgManagementFeePeriod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1526
- readonly wwgManagementFeePercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1527
- readonly wwgManagementFeeFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1528
- readonly wwgManagementFeeMinValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1529
- readonly wwgManagementFeePaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1530
- readonly wwgManagementFeeContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1545
+ readonly marginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1546
+ readonly marginBasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1547
+ readonly marginPeriod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1548
+ readonly marginPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1549
+ readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1550
+ readonly marginMinValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1551
+ readonly marginPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1552
+ readonly marginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1531
1553
  readonly clientRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1532
1554
  readonly grossRateSimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1533
1555
  readonly marginRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
@@ -1537,8 +1559,8 @@ export declare const AssignmentEntity: {
1537
1559
  readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1538
1560
  readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1539
1561
  readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1540
- readonly hiringCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1541
- readonly hiringCompanyContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1562
+ readonly agencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1563
+ readonly agencyContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1542
1564
  readonly endClient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1543
1565
  readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1544
1566
  readonly jobType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
@@ -1611,6 +1633,8 @@ export declare const AssignmentEntity: {
1611
1633
  readonly joiner: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1612
1634
  readonly active: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1613
1635
  readonly reportingStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1636
+ readonly agencyFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1637
+ readonly agencyContactFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1614
1638
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1615
1639
  value?: number | null | undefined;
1616
1640
  type?: number | null | undefined;
@@ -1649,14 +1673,14 @@ export declare const AssignmentEntity: {
1649
1673
  fxInvoicingPattern?: number | null | undefined;
1650
1674
  dateReferredToIcp?: string | null | undefined;
1651
1675
  dateIcpApprovedRtw?: string | null | undefined;
1652
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1653
- wwgManagementFeeBasis?: number | null | undefined;
1654
- wwgManagementFeePeriod?: number | null | undefined;
1655
- wwgManagementFeePercentage?: number | null | undefined;
1656
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1657
- wwgManagementFeeMinValue?: number | null | undefined;
1658
- wwgManagementFeePaidBy?: number | null | undefined;
1659
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1676
+ marginCurrencyValue?: string | null | undefined;
1677
+ marginBasis?: number | null | undefined;
1678
+ marginPeriod?: number | null | undefined;
1679
+ marginPercentage?: number | null | undefined;
1680
+ marginFixedValueMaxValue?: number | null | undefined;
1681
+ marginMinValue?: number | null | undefined;
1682
+ marginPaidBy?: number | null | undefined;
1683
+ marginContractorPercentage?: number | null | undefined;
1660
1684
  clientRate?: number | null | undefined;
1661
1685
  grossRateSimulation?: number | null | undefined;
1662
1686
  marginRate?: number | null | undefined;
@@ -1666,8 +1690,8 @@ export declare const AssignmentEntity: {
1666
1690
  preferredInvoiceCurrencyValue?: string | null | undefined;
1667
1691
  startUpMarginCurrencyValue?: string | null | undefined;
1668
1692
  startUpMarginContractorPercentage?: number | null | undefined;
1669
- hiringCompanyValue?: string | null | undefined;
1670
- hiringCompanyContactValue?: string | null | undefined;
1693
+ agencyValue?: string | null | undefined;
1694
+ agencyContactValue?: string | null | undefined;
1671
1695
  endClient?: string | null | undefined;
1672
1696
  marginOnlyCompanyValue?: string | null | undefined;
1673
1697
  jobType?: number | null | undefined;
@@ -1731,6 +1755,8 @@ export declare const AssignmentEntity: {
1731
1755
  onboarding?: string | null | undefined;
1732
1756
  joiner?: string | null | undefined;
1733
1757
  reportingStatus?: number | null | undefined;
1758
+ agencyFormattedValue?: string | null | undefined;
1759
+ agencyContactFormattedValue?: string | null | undefined;
1734
1760
  }, {
1735
1761
  value?: number | null | undefined;
1736
1762
  type?: number | null | undefined;
@@ -1769,14 +1795,14 @@ export declare const AssignmentEntity: {
1769
1795
  fxInvoicingPattern?: number | null | undefined;
1770
1796
  dateReferredToIcp?: string | null | undefined;
1771
1797
  dateIcpApprovedRtw?: string | null | undefined;
1772
- wwgManagementFeeCurrencyValue?: string | null | undefined;
1773
- wwgManagementFeeBasis?: number | null | undefined;
1774
- wwgManagementFeePeriod?: number | null | undefined;
1775
- wwgManagementFeePercentage?: number | null | undefined;
1776
- wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
1777
- wwgManagementFeeMinValue?: number | null | undefined;
1778
- wwgManagementFeePaidBy?: number | null | undefined;
1779
- wwgManagementFeeContractorPercentage?: number | null | undefined;
1798
+ marginCurrencyValue?: string | null | undefined;
1799
+ marginBasis?: number | null | undefined;
1800
+ marginPeriod?: number | null | undefined;
1801
+ marginPercentage?: number | null | undefined;
1802
+ marginFixedValueMaxValue?: number | null | undefined;
1803
+ marginMinValue?: number | null | undefined;
1804
+ marginPaidBy?: number | null | undefined;
1805
+ marginContractorPercentage?: number | null | undefined;
1780
1806
  clientRate?: number | null | undefined;
1781
1807
  grossRateSimulation?: number | null | undefined;
1782
1808
  marginRate?: number | null | undefined;
@@ -1786,8 +1812,8 @@ export declare const AssignmentEntity: {
1786
1812
  preferredInvoiceCurrencyValue?: string | null | undefined;
1787
1813
  startUpMarginCurrencyValue?: string | null | undefined;
1788
1814
  startUpMarginContractorPercentage?: number | null | undefined;
1789
- hiringCompanyValue?: string | null | undefined;
1790
- hiringCompanyContactValue?: string | null | undefined;
1815
+ agencyValue?: string | null | undefined;
1816
+ agencyContactValue?: string | null | undefined;
1791
1817
  endClient?: string | null | undefined;
1792
1818
  marginOnlyCompanyValue?: string | null | undefined;
1793
1819
  jobType?: number | null | undefined;
@@ -1851,6 +1877,8 @@ export declare const AssignmentEntity: {
1851
1877
  onboarding?: string | null | undefined;
1852
1878
  joiner?: string | null | undefined;
1853
1879
  reportingStatus?: number | null | undefined;
1880
+ agencyFormattedValue?: string | null | undefined;
1881
+ agencyContactFormattedValue?: string | null | undefined;
1854
1882
  }>;
1855
1883
  mapD365ToPretty: (data: unknown) => Record<string, unknown>;
1856
1884
  mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
@@ -1858,4 +1886,10 @@ export declare const AssignmentEntity: {
1858
1886
  export type TAssignmentD365 = z.infer<typeof AssignmentEntity.SResponseD365>;
1859
1887
  export type TAssignmentAPI = z.infer<typeof AssignmentEntity.SResponseAPI>;
1860
1888
  export type TAssignmentPayloadAPI = z.infer<typeof AssignmentEntity.SPayloadAPI>;
1889
+ export declare const SAssignmentsQueryParams: z.ZodEffects<z.ZodType<URLSearchParams, z.ZodTypeDef, URLSearchParams>, {
1890
+ filter: string;
1891
+ id: string;
1892
+ includeChildren: boolean;
1893
+ } | undefined, URLSearchParams>;
1894
+ export type TAssignmentsQueryParams = z.infer<typeof SAssignmentsQueryParams>;
1861
1895
  //# sourceMappingURL=TAssignmentAPI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TAssignmentAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TAssignmentAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG3B,CAAA;AAGF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,aAAa,CAAC,CAAA;AAC5E,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,YAAY,CAAC,CAAA;AAC1E,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,WAAW,CAAC,CAAA;AAEhF,eAAO,MAAM,uBAAuB;;;;+BAahC,CAAA;AAEJ,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
@@ -6,4 +6,17 @@ export const AssignmentEntity = createEntityTools({
6
6
  uniqueFields: assignmentFields,
7
7
  baseFields: ownershipBaseFieldsD365,
8
8
  });
9
+ export const SAssignmentsQueryParams = z
10
+ .instanceof(URLSearchParams)
11
+ .transform(params => {
12
+ const agentId = params.get('agent');
13
+ const agencyId = params.get('agency');
14
+ if (!agentId && !agencyId)
15
+ return undefined;
16
+ return {
17
+ filter: agentId ? 'agent' : 'agency',
18
+ id: agentId ?? agencyId ?? '',
19
+ includeChildren: params.get('includeChildren') === 'true',
20
+ };
21
+ });
9
22
  //# sourceMappingURL=TAssignmentAPI.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TAssignmentAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAE/D,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAChD,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,uBAAuB;CACpC,CAAC,CAAA"}
1
+ {"version":3,"file":"TAssignmentAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAE/D,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAChD,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,uBAAuB;CACpC,CAAC,CAAA;AAOF,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC;KACrC,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"}