@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.
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +25 -17
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +26 -17
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +116 -82
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +13 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +115 -87
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/download/index.d.ts +2 -0
- package/dist/models/schemas/api/download/index.d.ts.map +1 -0
- package/dist/models/schemas/api/download/index.js +2 -0
- package/dist/models/schemas/api/download/index.js.map +1 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +7 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.js +15 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +26 -26
- package/dist/models/schemas/api/enquiry/index.d.ts +26 -26
- package/dist/models/schemas/api/index.d.ts +1 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +1 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +25 -25
- package/dist/models/schemas/api/margin/index.d.ts +25 -25
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +40 -40
- package/dist/models/schemas/api/referral/index.d.ts +40 -40
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +8 -8
- package/dist/models/schemas/api/simulation/index.d.ts +8 -8
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +42 -42
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +3 -3
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +9 -9
- package/dist/models/schemas/bff/config/index.d.ts +8 -0
- package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/index.js +8 -0
- package/dist/models/schemas/bff/config/index.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +4 -4
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +4 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -1
- package/dist/models/schemas/bff/documents/index.d.ts +2 -0
- package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/index.js +2 -0
- package/dist/models/schemas/bff/documents/index.js.map +1 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +216 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +21 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagements/index.d.ts +2 -0
- package/dist/models/schemas/bff/engagements/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagements/index.js +2 -0
- package/dist/models/schemas/bff/engagements/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +7 -7
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +9 -9
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +5 -5
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +5 -20
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +31 -25
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
- package/package.json +19 -12
- package/dist/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TChangeRequest.js +0 -2
- package/dist/models/crm-dynamics/TChangeRequest.js.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.js +0 -2
- package/dist/models/crm-dynamics/TEnquiry.js.map +0 -1
- package/dist/models/event/TEvent.d.ts +0 -49
- package/dist/models/event/TEvent.d.ts.map +0 -1
- package/dist/models/event/TEvent.js +0 -9
- package/dist/models/event/TEvent.js.map +0 -1
- package/dist/models/event/TEventBase.d.ts +0 -15
- package/dist/models/event/TEventBase.d.ts.map +0 -1
- package/dist/models/event/TEventBase.js +0 -8
- package/dist/models/event/TEventBase.js.map +0 -1
- package/dist/models/event/TEventCategories.d.ts +0 -738
- package/dist/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/models/event/TEventCategories.js +0 -268
- package/dist/models/event/TEventCategories.js.map +0 -1
- package/dist/models/event/TEventRequest.d.ts +0 -37
- package/dist/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/models/event/TEventRequest.js +0 -10
- package/dist/models/event/TEventRequest.js.map +0 -1
- package/dist/models/event/index.d.ts +0 -5
- package/dist/models/event/index.d.ts.map +0 -1
- package/dist/models/event/index.js +0 -5
- package/dist/models/event/index.js.map +0 -1
- package/dist/models/notification/TNotification.d.ts +0 -389
- package/dist/models/notification/TNotification.d.ts.map +0 -1
- package/dist/models/notification/TNotification.js +0 -13
- package/dist/models/notification/TNotification.js.map +0 -1
- package/dist/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/notification/TNotificationRequest.js +0 -19
- package/dist/models/notification/TNotificationRequest.js.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/notification/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/notification/index.d.ts +0 -4
- package/dist/models/notification/index.d.ts.map +0 -1
- package/dist/models/notification/index.js +0 -4
- package/dist/models/notification/index.js.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +0 -58
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.js +0 -2
- package/dist/models/objects/ICombinedAssignmetnSCL.js.map +0 -1
- package/dist/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/models/objects/TChangeRequest.js +0 -2
- package/dist/models/objects/TChangeRequest.js.map +0 -1
- package/dist/models/objects/TEnquiry.d.ts +0 -75
- package/dist/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/models/objects/TEnquiry.js +0 -2
- package/dist/models/objects/TEnquiry.js.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/objects/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/TEvent.d.ts +0 -48
- package/dist/models/schemas/TEvent.d.ts.map +0 -1
- package/dist/models/schemas/TEvent.js +0 -9
- package/dist/models/schemas/TEvent.js.map +0 -1
- package/dist/models/schemas/TEventBase.d.ts +0 -15
- package/dist/models/schemas/TEventBase.d.ts.map +0 -1
- package/dist/models/schemas/TEventBase.js +0 -7
- package/dist/models/schemas/TEventBase.js.map +0 -1
- package/dist/models/schemas/TEventCategories.d.ts +0 -737
- package/dist/models/schemas/TEventCategories.d.ts.map +0 -1
- package/dist/models/schemas/TEventCategories.js +0 -268
- package/dist/models/schemas/TEventCategories.js.map +0 -1
- package/dist/models/schemas/TEventRequest.d.ts +0 -36
- package/dist/models/schemas/TEventRequest.d.ts.map +0 -1
- package/dist/models/schemas/TEventRequest.js +0 -10
- package/dist/models/schemas/TEventRequest.js.map +0 -1
- package/dist/models/schemas/TNotification.d.ts +0 -388
- package/dist/models/schemas/TNotification.d.ts.map +0 -1
- package/dist/models/schemas/TNotification.js +0 -12
- package/dist/models/schemas/TNotification.js.map +0 -1
- package/dist/models/schemas/TNotificationRequest.d.ts +0 -360
- package/dist/models/schemas/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationRequest.js +0 -19
- package/dist/models/schemas/TNotificationRequest.js.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/schemas/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/notification/index.d.ts +0 -2
- package/dist/models/schemas/notification/index.d.ts.map +0 -1
- package/dist/models/schemas/notification/index.js +0 -2
- package/dist/models/schemas/notification/index.js.map +0 -1
- package/dist/models/types/TCommon.d.ts +0 -16
- package/dist/models/types/TCommon.d.ts.map +0 -1
- package/dist/models/types/TCommon.js +0 -2
- package/dist/models/types/TCommon.js.map +0 -1
- package/dist/models/types/TStages.d.ts +0 -16
- package/dist/models/types/TStages.d.ts.map +0 -1
- package/dist/models/types/TStages.js +0 -2
- package/dist/models/types/TStages.js.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.js +0 -80
- package/dist/models/user-settings/TServiceUserSettings.js.map +0 -1
- package/dist/models/user-settings/index.d.ts +0 -2
- package/dist/models/user-settings/index.d.ts.map +0 -1
- package/dist/models/user-settings/index.js +0 -2
- package/dist/models/user-settings/index.js.map +0 -1
- package/dist/types/enums/LinkedRoles.d.ts +0 -5
- package/dist/types/enums/LinkedRoles.d.ts.map +0 -1
- package/dist/types/enums/RBACPermissions.d.ts +0 -33
- package/dist/types/enums/RBACPermissions.d.ts.map +0 -1
- package/dist/types/enums/Regions.d.ts +0 -10
- package/dist/types/enums/Regions.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStages.d.ts +0 -26
- package/dist/types/enums/SCLASNStages.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStatus.d.ts +0 -13
- package/dist/types/enums/SCLASNStatus.d.ts.map +0 -1
- package/dist/types/enums/SolutionCategories.d.ts +0 -7
- package/dist/types/enums/SolutionCategories.d.ts.map +0 -1
- package/dist/types/enums/SolutionTypes.d.ts +0 -6
- package/dist/types/enums/SolutionTypes.d.ts.map +0 -1
- package/dist/types/enums/index.d.ts +0 -8
- package/dist/types/enums/index.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -2
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAccount.d.ts +0 -276
- package/dist/types/models/crm-dynamics/IAccount.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAddresses.d.ts +0 -52
- package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IApplication.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IApplication.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +0 -42
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +0 -10
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +0 -14
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContact.d.ts +0 -311
- package/dist/types/models/crm-dynamics/IContact.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +0 -41
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts +0 -151
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/index.d.ts +0 -14
- package/dist/types/models/crm-dynamics/index.d.ts.map +0 -1
- package/dist/types/models/event/TEvent.d.ts +0 -49
- package/dist/types/models/event/TEvent.d.ts.map +0 -1
- package/dist/types/models/event/TEventBase.d.ts +0 -15
- package/dist/types/models/event/TEventBase.d.ts.map +0 -1
- package/dist/types/models/event/TEventCategories.d.ts +0 -738
- package/dist/types/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/types/models/event/TEventRequest.d.ts +0 -37
- package/dist/types/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/types/models/event/index.d.ts +0 -5
- package/dist/types/models/event/index.d.ts.map +0 -1
- package/dist/types/models/integration-auth0/IAuthUser.d.ts +0 -37
- package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +0 -1
- package/dist/types/models/notification/TNotification.d.ts +0 -389
- package/dist/types/models/notification/TNotification.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/types/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/types/models/notification/index.d.ts +0 -4
- package/dist/types/models/notification/index.d.ts.map +0 -1
- package/dist/types/models/objects/IAccount.d.ts +0 -58
- package/dist/types/models/objects/IAccount.d.ts.map +0 -1
- package/dist/types/models/objects/IAddress.d.ts +0 -27
- package/dist/types/models/objects/IAddress.d.ts.map +0 -1
- package/dist/types/models/objects/IApplication.d.ts +0 -14
- package/dist/types/models/objects/IApplication.d.ts.map +0 -1
- package/dist/types/models/objects/IBankAccounts.d.ts +0 -38
- package/dist/types/models/objects/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/objects/ICompany.d.ts +0 -16
- package/dist/types/models/objects/ICompany.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyDocument.d.ts +0 -61
- package/dist/types/models/objects/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyPosition.d.ts +0 -6
- package/dist/types/models/objects/ICompanyPosition.d.ts.map +0 -1
- package/dist/types/models/objects/IContact.d.ts +0 -147
- package/dist/types/models/objects/IContact.d.ts.map +0 -1
- package/dist/types/models/objects/IContactMethod.d.ts +0 -9
- package/dist/types/models/objects/IContactMethod.d.ts.map +0 -1
- package/dist/types/models/objects/IContract.d.ts +0 -38
- package/dist/types/models/objects/IContract.d.ts.map +0 -1
- package/dist/types/models/objects/IContractor.d.ts +0 -4
- package/dist/types/models/objects/IContractor.d.ts.map +0 -1
- package/dist/types/models/objects/IContractorDocument.d.ts +0 -60
- package/dist/types/models/objects/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICurrency.d.ts +0 -9
- package/dist/types/models/objects/ICurrency.d.ts.map +0 -1
- package/dist/types/models/objects/IEmployee.d.ts +0 -4
- package/dist/types/models/objects/IEmployee.d.ts.map +0 -1
- package/dist/types/models/objects/INote.d.ts +0 -7
- package/dist/types/models/objects/INote.d.ts.map +0 -1
- package/dist/types/models/objects/IOrganisation.d.ts +0 -31
- package/dist/types/models/objects/IOrganisation.d.ts.map +0 -1
- package/dist/types/models/objects/IPerson.d.ts +0 -14
- package/dist/types/models/objects/IPerson.d.ts.map +0 -1
- package/dist/types/models/objects/ISystemUser.d.ts +0 -15
- package/dist/types/models/objects/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/objects/IUser.d.ts +0 -8
- package/dist/types/models/objects/IUser.d.ts.map +0 -1
- package/dist/types/models/objects/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/objects/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/types/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/objects/TEnquiry.d.ts +0 -75
- package/dist/types/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/objects/index.d.ts +0 -23
- package/dist/types/models/objects/index.d.ts.map +0 -1
- package/dist/types/models/types/TCommon.d.ts +0 -12
- package/dist/types/models/types/TCommon.d.ts.map +0 -1
- package/dist/types/models/types/index.d.ts +0 -2
- package/dist/types/models/types/index.d.ts.map +0 -1
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/types/services/index.d.ts +0 -2
- package/dist/types/services/index.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/calculate.d.ts +0 -3
- package/dist/types/utils/date-and-time/calculate.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/format.d.ts +0 -2
- package/dist/types/utils/date-and-time/format.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/index.d.ts +0 -3
- package/dist/types/utils/date-and-time/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/index.d.ts +0 -2
- package/dist/types/utils/encoding/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/stringBySecret.d.ts +0 -3
- package/dist/types/utils/encoding/stringBySecret.d.ts.map +0 -1
- package/dist/types/utils/strings/index.d.ts +0 -2
- package/dist/types/utils/strings/index.d.ts.map +0 -1
- package/dist/utils/strings/strings.d.ts +0 -11
- package/dist/utils/strings/strings.d.ts.map +0 -1
- package/dist/utils/strings/strings.js +0 -34
- package/dist/utils/strings/strings.js.map +0 -1
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SGetEngagementsSummaryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
3
|
+
readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4
|
+
readonly referralId: z.ZodString;
|
|
5
|
+
readonly stage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6
|
+
readonly stageUpdated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7
|
+
readonly wwgManagementFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
readonly wwgManagementFeeBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
readonly wwgManagementFeePeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10
|
+
readonly wwgManagementFeeFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11
|
+
readonly wwgManagementFeePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
|
+
readonly wwgManagementFeeMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
+
readonly wwgManagementFeePaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
readonly wwgManagementFeeContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
readonly totalRevenueGbp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
readonly originatingEnquiryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
readonly originatingSimulationValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
readonly happyToProceed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
readonly jobDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
readonly sendPortalInvite: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
21
|
+
readonly notGoingAheadReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
|
+
readonly campaignValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
readonly notGoingAheadReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
24
|
+
readonly frameworkAgreementRecD: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
readonly assignmentScheduleRecD: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
readonly fullTimePartTime: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
27
|
+
readonly localAccountantReferralRequired: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
28
|
+
readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
readonly accountManagerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
readonly agencyBranchValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
readonly contractPayFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
readonly countryOfTaxResidenceValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
readonly cityOfWork: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
readonly onshoreOffshore: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
35
|
+
readonly doesContractorRequireRtwInContractCountry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
36
|
+
readonly doesContractorHaveRtwInTheContractCountry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
37
|
+
readonly ifNoWhoIsArrangingVisa: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
|
+
readonly placeholderForSiFlow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
readonly approvedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
readonly approvedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
readonly rejectReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
readonly complianceStatementRequired: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
43
|
+
readonly complianceStatementGenerated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
44
|
+
readonly placeholderForGeneratingComplianceStatement: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
readonly doNotChaseForTheFollowingDocuments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
readonly solutionConfirmation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
readonly salesEmailReviewed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
48
|
+
readonly taxSimulationReviewed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
49
|
+
readonly feeConfirmedInWriting: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
50
|
+
readonly passportCopyReviewedForRightToWork: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
51
|
+
readonly agencyContractIssuedToTheCorrectEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
52
|
+
readonly contractFeeRatesCurrencyMatchRegForm: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
53
|
+
readonly contractTemplateToBeUsedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
readonly specificDocumentsToBeRequested: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
readonly additionalInformation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
readonly willTheContractorBePaidVatByWorkwellGlobal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
57
|
+
readonly introductionToInCountryContact: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
58
|
+
readonly ensureLimosaHasBeenFiled: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
59
|
+
readonly placeholderForKbSearch: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
} & {
|
|
61
|
+
readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
66
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
67
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
75
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
76
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
78
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
79
|
+
readonly assignmentId: z.ZodString;
|
|
80
|
+
readonly assignmentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
readonly assignmentStage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
82
|
+
readonly stageReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
83
|
+
readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
|
+
readonly region: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
85
|
+
readonly attn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
86
|
+
readonly referralValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
+
readonly workCountryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
readonly solutionValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
+
readonly solutionTypeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
readonly workwellGlobalInternalCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
readonly otherContractualAgreements: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
readonly workPermitSponsorship: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
93
|
+
readonly workPermitCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94
|
+
readonly workPermitPaidBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
readonly salesCodeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
+
readonly icpEntityValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
readonly localEmployingEntityValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98
|
+
readonly onboardingFee: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
99
|
+
readonly onboardingFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
100
|
+
readonly depositPayable: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
101
|
+
readonly value: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
102
|
+
readonly waivedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
103
|
+
readonly fxRequirement: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
104
|
+
readonly fxInvoicingPattern: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
105
|
+
readonly dateReferredToIcp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
106
|
+
readonly dateIcpApprovedRtw: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
readonly marginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
|
+
readonly marginBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
109
|
+
readonly marginPeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
110
|
+
readonly marginPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
111
|
+
readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
112
|
+
readonly marginMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
113
|
+
readonly marginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
114
|
+
readonly marginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
115
|
+
readonly clientRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
116
|
+
readonly grossRateSimulation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
117
|
+
readonly marginRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
118
|
+
readonly employeeGrossSalary: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
119
|
+
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
120
|
+
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
121
|
+
readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
|
+
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
124
|
+
readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
|
+
readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
|
+
readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
128
|
+
readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
129
|
+
readonly employmentContractType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
130
|
+
readonly startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131
|
+
readonly endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132
|
+
readonly workerEndDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
133
|
+
readonly workerConfirmedStartDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
134
|
+
readonly actualEndDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
readonly jobRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
136
|
+
readonly remote: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
137
|
+
readonly contractorPayRateCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
138
|
+
readonly contractPayRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
139
|
+
readonly contractRateFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
140
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
141
|
+
readonly hoursWorked: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
142
|
+
readonly hoursWorkedUnit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
143
|
+
readonly specialConditions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
144
|
+
readonly possibilityOfExtension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
145
|
+
readonly isRollingContract: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
146
|
+
readonly acceptedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
147
|
+
readonly rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
148
|
+
readonly notice: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
149
|
+
readonly mgtMonthlyFee: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
150
|
+
readonly mgtMonthlyFeePaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
151
|
+
readonly totalRevenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
152
|
+
readonly expenses: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
153
|
+
readonly precisionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
154
|
+
readonly selfBilling: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
155
|
+
readonly contractPaymentFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
156
|
+
readonly zohoCrmId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157
|
+
readonly zohoBooksId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
158
|
+
readonly zohoCrmSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
159
|
+
readonly zohoBooksSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
160
|
+
readonly zohoSyncError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
161
|
+
readonly grossPay: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
162
|
+
readonly paymentTerms: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
163
|
+
readonly engagementConsultantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
|
+
readonly accountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
165
|
+
readonly icpInternalAccountManagerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
166
|
+
readonly icpOperationsContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
167
|
+
readonly icpFinanceContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
168
|
+
readonly workPermitInProgressDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
169
|
+
readonly workPermitInProgressDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
170
|
+
readonly allocated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
171
|
+
readonly gatheringDocuments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
|
+
readonly preparingApplication: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
173
|
+
readonly applicationSubmitted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
174
|
+
readonly onboardingDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
175
|
+
readonly onboardingDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
176
|
+
readonly pendingOnboarding: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
177
|
+
readonly awaitingDocuments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
178
|
+
readonly registrationSubmitted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
179
|
+
readonly registrationInProgressDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
180
|
+
readonly registrationInProgressDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
181
|
+
readonly completed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
182
|
+
readonly complianceApprovalDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
183
|
+
readonly complianceApprovalDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
184
|
+
readonly finalCheck: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
185
|
+
readonly legalApprovedToIssueDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
186
|
+
readonly legalApprovedToIssueDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
187
|
+
readonly contractsInProgressDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
188
|
+
readonly contractsInProgressDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
|
+
readonly draftingContract: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
190
|
+
readonly contractSent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
191
|
+
readonly contractQueries: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
192
|
+
readonly signedContractReceived: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
193
|
+
readonly legalFinalCheck: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
194
|
+
readonly onboarding: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
195
|
+
readonly joiner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
196
|
+
readonly active: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
197
|
+
readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
198
|
+
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
199
|
+
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
200
|
+
}, "agencyFormattedValue" | "agencyContactFormattedValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
201
|
+
agencyFormattedValue?: string | null | undefined;
|
|
202
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
203
|
+
}, {
|
|
204
|
+
agencyFormattedValue?: string | null | undefined;
|
|
205
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
206
|
+
}>, {
|
|
207
|
+
referredBy: {
|
|
208
|
+
agencyContactFormattedValue: string | null | undefined;
|
|
209
|
+
agencyFormattedValue: string | null | undefined;
|
|
210
|
+
} | undefined;
|
|
211
|
+
}, {
|
|
212
|
+
agencyFormattedValue?: string | null | undefined;
|
|
213
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
214
|
+
}>;
|
|
215
|
+
export type TGetEngagementsSummaryBFF = z.infer<typeof SGetEngagementsSummaryBFF>;
|
|
216
|
+
//# sourceMappingURL=SGetEngagementsSummaryBFF.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SGetEngagementsSummaryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpC,CAAA;AAEF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { AssignmentEntity } from '../../api/assignment/TAssignmentAPI.js';
|
|
3
|
+
import { ReferralEntity } from '../../api/referral/TReferralAPI.js';
|
|
4
|
+
const SCombinedEngagement = ReferralEntity.SResponseAPI.merge(AssignmentEntity.SResponseAPI);
|
|
5
|
+
export const SGetEngagementsSummaryBFF = SCombinedEngagement.pick({
|
|
6
|
+
agencyContactFormattedValue: true,
|
|
7
|
+
agencyFormattedValue: true,
|
|
8
|
+
}).transform(data => {
|
|
9
|
+
const { agencyContactFormattedValue, agencyFormattedValue, ...rest } = data;
|
|
10
|
+
const referredBy = agencyFormattedValue || agencyContactFormattedValue
|
|
11
|
+
? {
|
|
12
|
+
agencyContactFormattedValue,
|
|
13
|
+
agencyFormattedValue,
|
|
14
|
+
}
|
|
15
|
+
: undefined;
|
|
16
|
+
return {
|
|
17
|
+
...rest,
|
|
18
|
+
referredBy,
|
|
19
|
+
};
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=SGetEngagementsSummaryBFF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SGetEngagementsSummaryBFF.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AAEnE,MAAM,mBAAmB,GAAG,cAAc,CAAC,YAAY,CAAC,KAAK,CAC3D,gBAAgB,CAAC,YAAY,CAC9B,CAAA;AAED,MAAM,CAAC,MAAM,yBAAyB,GAAG,mBAAmB,CAAC,IAAI,CAAC;IAChE,2BAA2B,EAAE,IAAI;IACjC,oBAAoB,EAAE,IAAI;CAC3B,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE;IAClB,MAAM,EAAE,2BAA2B,EAAE,oBAAoB,EAAE,GAAG,IAAI,EAAE,GAAG,IAAI,CAAA;IAE3E,MAAM,UAAU,GACd,oBAAoB,IAAI,2BAA2B;QACjD,CAAC,CAAC;YACE,2BAA2B;YAC3B,oBAAoB;SACrB;QACH,CAAC,CAAC,SAAS,CAAA;IAEf,OAAO;QACL,GAAG,IAAI;QACP,UAAU;KACX,CAAA;AACH,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/engagements/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/engagements/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|
|
@@ -38,28 +38,28 @@ export declare const SGetEnquiriesSummaryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
38
38
|
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
39
|
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
40
|
readonly simulations: z.ZodTypeAny;
|
|
41
|
-
}, "createdOn" | "
|
|
41
|
+
}, "createdOn" | "agencyFormattedValue" | "agencyContactFormattedValue" | "enquiryId" | "enquiryFriendlyName" | "enquiryStatus" | "pendingApprovalSimulationsCount" | "rejectedSimulationsCount" | "totalSimulationsCount" | "nextSimulationExpiryDate">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
42
42
|
enquiryId: string;
|
|
43
43
|
createdOn?: string | null | undefined;
|
|
44
|
+
agencyFormattedValue?: string | null | undefined;
|
|
45
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
44
46
|
enquiryFriendlyName?: string | null | undefined;
|
|
45
47
|
enquiryStatus?: number | null | undefined;
|
|
46
48
|
pendingApprovalSimulationsCount?: number | null | undefined;
|
|
47
49
|
rejectedSimulationsCount?: number | null | undefined;
|
|
48
50
|
totalSimulationsCount?: number | null | undefined;
|
|
49
51
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
50
|
-
agencyFormattedValue?: string | null | undefined;
|
|
51
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
enquiryId: string;
|
|
54
54
|
createdOn?: string | null | undefined;
|
|
55
|
+
agencyFormattedValue?: string | null | undefined;
|
|
56
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
55
57
|
enquiryFriendlyName?: string | null | undefined;
|
|
56
58
|
enquiryStatus?: number | null | undefined;
|
|
57
59
|
pendingApprovalSimulationsCount?: number | null | undefined;
|
|
58
60
|
rejectedSimulationsCount?: number | null | undefined;
|
|
59
61
|
totalSimulationsCount?: number | null | undefined;
|
|
60
62
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
61
|
-
agencyFormattedValue?: string | null | undefined;
|
|
62
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
nextSimulationExpiryDate: string | null | undefined;
|
|
65
65
|
daysUntilNextSimulationExpiry: number | null;
|
|
@@ -77,14 +77,14 @@ export declare const SGetEnquiriesSummaryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
77
77
|
}, {
|
|
78
78
|
enquiryId: string;
|
|
79
79
|
createdOn?: string | null | undefined;
|
|
80
|
+
agencyFormattedValue?: string | null | undefined;
|
|
81
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
80
82
|
enquiryFriendlyName?: string | null | undefined;
|
|
81
83
|
enquiryStatus?: number | null | undefined;
|
|
82
84
|
pendingApprovalSimulationsCount?: number | null | undefined;
|
|
83
85
|
rejectedSimulationsCount?: number | null | undefined;
|
|
84
86
|
totalSimulationsCount?: number | null | undefined;
|
|
85
87
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
86
|
-
agencyFormattedValue?: string | null | undefined;
|
|
87
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
88
88
|
}>;
|
|
89
89
|
export type TGetEnquiriesSummaryBFF = z.infer<typeof SGetEnquiriesSummaryBFF>;
|
|
90
90
|
//# sourceMappingURL=SGetEnquiriesSummaryBFF.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiriesSummary/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiriesSummary/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
|
|
@@ -38,7 +38,7 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
38
38
|
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
39
|
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
40
|
readonly simulations: z.ZodTypeAny;
|
|
41
|
-
}, "
|
|
41
|
+
}, "agencyFormattedValue" | "agencyContactFormattedValue" | "enquiryId" | "enquiryNumber" | "enquiryFriendlyName" | "nextSimulationExpiryDate"> & {
|
|
42
42
|
daysUntilNextSimulationExpiry: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
43
|
simulations: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<Pick<{
|
|
44
44
|
readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -623,11 +623,11 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
623
623
|
}>, "many">>;
|
|
624
624
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
625
625
|
enquiryId: string;
|
|
626
|
+
agencyFormattedValue?: string | null | undefined;
|
|
627
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
626
628
|
enquiryNumber?: string | null | undefined;
|
|
627
629
|
enquiryFriendlyName?: string | null | undefined;
|
|
628
630
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
629
|
-
agencyFormattedValue?: string | null | undefined;
|
|
630
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
631
631
|
simulations?: {
|
|
632
632
|
expiryDate: string | null | undefined;
|
|
633
633
|
daysUntilExpiry: number | null;
|
|
@@ -672,11 +672,11 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
672
672
|
daysUntilNextSimulationExpiry?: number | null | undefined;
|
|
673
673
|
}, {
|
|
674
674
|
enquiryId: string;
|
|
675
|
+
agencyFormattedValue?: string | null | undefined;
|
|
676
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
675
677
|
enquiryNumber?: string | null | undefined;
|
|
676
678
|
enquiryFriendlyName?: string | null | undefined;
|
|
677
679
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
678
|
-
agencyFormattedValue?: string | null | undefined;
|
|
679
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
680
680
|
simulations?: {
|
|
681
681
|
currency?: {
|
|
682
682
|
isoCode?: string | null | undefined;
|
|
@@ -728,10 +728,10 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
728
728
|
nextSimulationExpiryDate: string | null | undefined;
|
|
729
729
|
daysUntilNextSimulationExpiry: number | null;
|
|
730
730
|
enquiryId: string;
|
|
731
|
-
enquiryNumber?: string | null | undefined;
|
|
732
|
-
enquiryFriendlyName?: string | null | undefined;
|
|
733
731
|
agencyFormattedValue?: string | null | undefined;
|
|
734
732
|
agencyContactFormattedValue?: string | null | undefined;
|
|
733
|
+
enquiryNumber?: string | null | undefined;
|
|
734
|
+
enquiryFriendlyName?: string | null | undefined;
|
|
735
735
|
simulations?: {
|
|
736
736
|
expiryDate: string | null | undefined;
|
|
737
737
|
daysUntilExpiry: number | null;
|
|
@@ -775,11 +775,11 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
775
775
|
}[] | undefined;
|
|
776
776
|
}, {
|
|
777
777
|
enquiryId: string;
|
|
778
|
+
agencyFormattedValue?: string | null | undefined;
|
|
779
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
778
780
|
enquiryNumber?: string | null | undefined;
|
|
779
781
|
enquiryFriendlyName?: string | null | undefined;
|
|
780
782
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
781
|
-
agencyFormattedValue?: string | null | undefined;
|
|
782
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
783
783
|
simulations?: {
|
|
784
784
|
currency?: {
|
|
785
785
|
isoCode?: string | null | undefined;
|
|
@@ -20,7 +20,7 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
20
20
|
readonly agencyFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
21
21
|
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
22
22
|
readonly simulations: z.ZodOptional<z.ZodTypeAny>;
|
|
23
|
-
}, "
|
|
23
|
+
}, "agencyValue" | "agencyContactValue" | "enquiryFriendlyName" | "enquiryStatus"> & Pick<{
|
|
24
24
|
readonly estimatedConfirmedEndDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
25
25
|
readonly estimatedConfirmedStartDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
26
26
|
readonly simulationId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
@@ -123,10 +123,10 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
123
123
|
rate?: number | null | undefined;
|
|
124
124
|
workCountry?: any;
|
|
125
125
|
}[];
|
|
126
|
-
jobTitle?: string | null | undefined;
|
|
127
|
-
enquiryFriendlyName?: string | null | undefined;
|
|
128
126
|
agencyValue?: string | null | undefined;
|
|
129
127
|
agencyContactValue?: string | null | undefined;
|
|
128
|
+
jobTitle?: string | null | undefined;
|
|
129
|
+
enquiryFriendlyName?: string | null | undefined;
|
|
130
130
|
enquiryStatus?: number | null | undefined;
|
|
131
131
|
jobDescription?: string | null | undefined;
|
|
132
132
|
}, {
|
|
@@ -136,10 +136,10 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
136
136
|
rate?: number | null | undefined;
|
|
137
137
|
workCountry?: any;
|
|
138
138
|
}[];
|
|
139
|
-
jobTitle?: string | null | undefined;
|
|
140
|
-
enquiryFriendlyName?: string | null | undefined;
|
|
141
139
|
agencyValue?: string | null | undefined;
|
|
142
140
|
agencyContactValue?: string | null | undefined;
|
|
141
|
+
jobTitle?: string | null | undefined;
|
|
142
|
+
enquiryFriendlyName?: string | null | undefined;
|
|
143
143
|
enquiryStatus?: number | null | undefined;
|
|
144
144
|
jobDescription?: string | null | undefined;
|
|
145
145
|
}>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './SGetEnquiryBFF.js';
|
|
2
|
+
export * from './SGetEnquirySimBFF.js';
|
|
3
|
+
export * from './SGetEnquirySimCurrencyBFF.js';
|
|
4
|
+
export * from './SGetEnquirySimDisqualificationBFF.js';
|
|
5
|
+
export * from './SGetEnquirySimDocumentBFF.js';
|
|
6
|
+
export * from './SGetEnquirySimSolutionBFF.js';
|
|
7
|
+
export * from './SGetEnquirySimWorkCountryBFF.js';
|
|
8
|
+
export * from './SPatchEnquiryBFF.js';
|
|
9
|
+
export * from './SPatchSimulationBFF.js';
|
|
10
|
+
export * from './SPostEnquiryBFF.js';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wCAAwC,CAAA;AACtD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA;AACxC,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './SGetEnquiryBFF.js';
|
|
2
|
+
export * from './SGetEnquirySimBFF.js';
|
|
3
|
+
export * from './SGetEnquirySimCurrencyBFF.js';
|
|
4
|
+
export * from './SGetEnquirySimDisqualificationBFF.js';
|
|
5
|
+
export * from './SGetEnquirySimDocumentBFF.js';
|
|
6
|
+
export * from './SGetEnquirySimSolutionBFF.js';
|
|
7
|
+
export * from './SGetEnquirySimWorkCountryBFF.js';
|
|
8
|
+
export * from './SPatchEnquiryBFF.js';
|
|
9
|
+
export * from './SPatchSimulationBFF.js';
|
|
10
|
+
export * from './SPostEnquiryBFF.js';
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wCAAwC,CAAA;AACtD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA;AACxC,cAAc,sBAAsB,CAAA"}
|
|
@@ -1,21 +1,6 @@
|
|
|
1
|
-
export * from './config/
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './documents/SGetDocumentDownloadBFF.js';
|
|
7
|
-
export * from './enquiriesSummary/SGetEnquiriesSummaryBFF.js';
|
|
8
|
-
export * from './enquiryDetail/SGetEnquiryBFF.js';
|
|
9
|
-
export * from './enquiryDetail/SGetEnquirySimBFF.js';
|
|
10
|
-
export * from './enquiryDetail/SGetEnquirySimCurrencyBFF.js';
|
|
11
|
-
export * from './enquiryDetail/SGetEnquirySimDocumentBFF.js';
|
|
12
|
-
export * from './enquiryDetail/SGetEnquirySimSolutionBFF.js';
|
|
13
|
-
export * from './enquiryDetail/SGetEnquirySimWorkCountryBFF.js';
|
|
14
|
-
export * from './enquiryDetail/SPatchEnquiryBFF.js';
|
|
15
|
-
export * from './enquiryDetail/SPostEnquiryBFF.js';
|
|
16
|
-
export * from './enquiryDetail/SPatchSimulationBFF.js';
|
|
17
|
-
export * from './onboardAWorker/SPostOnboardAWorker.js';
|
|
18
|
-
export * from './onboardAWorker/SPostOnboardAWorkerContact.js';
|
|
19
|
-
export * from './onboardAWorker/SPostOnboardAWorkerSimulation.js';
|
|
20
|
-
export * from './onboardAWorker/SPostOnboardAWorkerReferral.js';
|
|
1
|
+
export * from './config/index.js';
|
|
2
|
+
export * from './documents/index.js';
|
|
3
|
+
export * from './enquiriesSummary/index.js';
|
|
4
|
+
export * from './enquiryDetail/index.js';
|
|
5
|
+
export * from './onboardAWorker/index.js';
|
|
21
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/schemas/bff/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/schemas/bff/index.ts"],"names":[],"mappings":"AA8BA,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AAEpC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA"}
|
|
@@ -1,26 +1,32 @@
|
|
|
1
|
-
//config
|
|
2
|
-
export * from './config/SGetOptionlistCountryBFF.js'
|
|
3
|
-
export * from './config/SGetOptionlistCurrencyBFF.js'
|
|
4
|
-
export * from './config/SGetOptionlistDisqualificationReasonBFF.js'
|
|
5
|
-
export * from './config/SGetConfigBFF.js'
|
|
6
|
-
//documents
|
|
7
|
-
export * from './documents/SGetDocumentBFF.js'
|
|
8
|
-
export * from './documents/SGetDocumentDownloadBFF.js'
|
|
9
|
-
//summary
|
|
10
|
-
export * from './enquiriesSummary/SGetEnquiriesSummaryBFF.js'
|
|
11
|
-
//detail
|
|
12
|
-
export * from './enquiryDetail/SGetEnquiryBFF.js'
|
|
13
|
-
export * from './enquiryDetail/SGetEnquirySimBFF.js'
|
|
14
|
-
export * from './enquiryDetail/SGetEnquirySimCurrencyBFF.js'
|
|
15
|
-
export * from './enquiryDetail/SGetEnquirySimDocumentBFF.js'
|
|
16
|
-
export * from './enquiryDetail/SGetEnquirySimSolutionBFF.js'
|
|
17
|
-
export * from './enquiryDetail/SGetEnquirySimWorkCountryBFF.js'
|
|
18
|
-
export * from './enquiryDetail/SPatchEnquiryBFF.js'
|
|
19
|
-
export * from './enquiryDetail/SPostEnquiryBFF.js'
|
|
20
|
-
export * from './enquiryDetail/SPatchSimulationBFF.js'
|
|
21
|
-
//onboard a worker
|
|
22
|
-
export * from './onboardAWorker/SPostOnboardAWorker.js'
|
|
23
|
-
export * from './onboardAWorker/SPostOnboardAWorkerContact.js'
|
|
24
|
-
export * from './onboardAWorker/SPostOnboardAWorkerSimulation.js'
|
|
25
|
-
export * from './onboardAWorker/SPostOnboardAWorkerReferral.js'
|
|
1
|
+
// //config
|
|
2
|
+
// export * from './config/SGetOptionlistCountryBFF.js'
|
|
3
|
+
// export * from './config/SGetOptionlistCurrencyBFF.js'
|
|
4
|
+
// export * from './config/SGetOptionlistDisqualificationReasonBFF.js'
|
|
5
|
+
// export * from './config/SGetConfigBFF.js'
|
|
6
|
+
// //documents
|
|
7
|
+
// export * from './documents/SGetDocumentBFF.js'
|
|
8
|
+
// export * from './documents/SGetDocumentDownloadBFF.js'
|
|
9
|
+
// //summary
|
|
10
|
+
// export * from './enquiriesSummary/SGetEnquiriesSummaryBFF.js'
|
|
11
|
+
// //detail
|
|
12
|
+
// export * from './enquiryDetail/SGetEnquiryBFF.js'
|
|
13
|
+
// export * from './enquiryDetail/SGetEnquirySimBFF.js'
|
|
14
|
+
// export * from './enquiryDetail/SGetEnquirySimCurrencyBFF.js'
|
|
15
|
+
// export * from './enquiryDetail/SGetEnquirySimDocumentBFF.js'
|
|
16
|
+
// export * from './enquiryDetail/SGetEnquirySimSolutionBFF.js'
|
|
17
|
+
// export * from './enquiryDetail/SGetEnquirySimWorkCountryBFF.js'
|
|
18
|
+
// export * from './enquiryDetail/SPatchEnquiryBFF.js'
|
|
19
|
+
// export * from './enquiryDetail/SPostEnquiryBFF.js'
|
|
20
|
+
// export * from './enquiryDetail/SPatchSimulationBFF.js'
|
|
21
|
+
// //onboard a worker
|
|
22
|
+
// export * from './onboardAWorker/SPostOnboardAWorker.js'
|
|
23
|
+
// export * from './onboardAWorker/SPostOnboardAWorkerContact.js'
|
|
24
|
+
// export * from './onboardAWorker/SPostOnboardAWorkerSimulation.js'
|
|
25
|
+
// export * from './onboardAWorker/SPostOnboardAWorkerReferral.js'
|
|
26
|
+
export * from './config/index.js';
|
|
27
|
+
export * from './documents/index.js';
|
|
28
|
+
// export * from './engagements/index.js'
|
|
29
|
+
export * from './enquiriesSummary/index.js';
|
|
30
|
+
export * from './enquiryDetail/index.js';
|
|
31
|
+
export * from './onboardAWorker/index.js';
|
|
26
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/schemas/bff/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/schemas/bff/index.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,uDAAuD;AACvD,wDAAwD;AACxD,sEAAsE;AACtE,4CAA4C;AAE5C,cAAc;AACd,iDAAiD;AACjD,yDAAyD;AAEzD,YAAY;AACZ,gEAAgE;AAEhE,WAAW;AACX,oDAAoD;AACpD,uDAAuD;AACvD,+DAA+D;AAC/D,+DAA+D;AAC/D,+DAA+D;AAC/D,kEAAkE;AAClE,sDAAsD;AACtD,qDAAqD;AACrD,yDAAyD;AAEzD,qBAAqB;AACrB,0DAA0D;AAC1D,iEAAiE;AACjE,oEAAoE;AACpE,kEAAkE;AAElE,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,yCAAyC;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA"}
|
|
@@ -151,32 +151,32 @@ export declare const SPostOnboardAWorkerBFF: z.ZodObject<Pick<{
|
|
|
151
151
|
readonly solutionType: z.ZodOptional<z.ZodTypeAny>;
|
|
152
152
|
readonly rejectionReason: z.ZodOptional<z.ZodTypeAny>;
|
|
153
153
|
readonly rejectionReasonDetail: z.ZodOptional<z.ZodTypeAny>;
|
|
154
|
-
}, "
|
|
154
|
+
}, "agencyValue" | "agencyContactValue" | "endClient" | "jobTitle" | "jobDescription" | "paymentFrequency"> & {
|
|
155
155
|
simulationId: z.ZodString;
|
|
156
156
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
157
157
|
simulationId: string;
|
|
158
158
|
phone?: string | null | undefined;
|
|
159
|
+
agencyValue?: string | null | undefined;
|
|
160
|
+
agencyContactValue?: string | null | undefined;
|
|
159
161
|
endClient?: string | null | undefined;
|
|
160
162
|
firstName?: string | null | undefined;
|
|
161
163
|
lastName?: string | null | undefined;
|
|
162
164
|
jobTitle?: string | null | undefined;
|
|
163
165
|
primaryEmail?: string | null | undefined;
|
|
164
166
|
nationalityValue?: string | null | undefined;
|
|
165
|
-
agencyValue?: string | null | undefined;
|
|
166
|
-
agencyContactValue?: string | null | undefined;
|
|
167
167
|
jobDescription?: string | null | undefined;
|
|
168
168
|
paymentFrequency?: number | null | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
simulationId: string;
|
|
171
171
|
phone?: string | null | undefined;
|
|
172
|
+
agencyValue?: string | null | undefined;
|
|
173
|
+
agencyContactValue?: string | null | undefined;
|
|
172
174
|
endClient?: string | null | undefined;
|
|
173
175
|
firstName?: string | null | undefined;
|
|
174
176
|
lastName?: string | null | undefined;
|
|
175
177
|
jobTitle?: string | null | undefined;
|
|
176
178
|
primaryEmail?: string | null | undefined;
|
|
177
179
|
nationalityValue?: string | null | undefined;
|
|
178
|
-
agencyValue?: string | null | undefined;
|
|
179
|
-
agencyContactValue?: string | null | undefined;
|
|
180
180
|
jobDescription?: string | null | undefined;
|
|
181
181
|
paymentFrequency?: number | null | undefined;
|
|
182
182
|
}>;
|