@workwell-global/toolkit 1.1.7 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/EntityNames.d.ts +76 -0
- package/dist/enums/EntityNames.d.ts.map +1 -0
- package/dist/enums/EntityNames.js +75 -0
- package/dist/enums/EntityNames.js.map +1 -0
- package/dist/enums/RBACPermissions.d.ts +1 -0
- package/dist/enums/RBACPermissions.d.ts.map +1 -1
- package/dist/enums/RBACPermissions.js +1 -0
- package/dist/enums/RBACPermissions.js.map +1 -1
- package/dist/enums/RequestOrigin.js.map +1 -1
- package/dist/models/crm-dynamics/IAssignment.d.ts +66 -1
- package/dist/models/crm-dynamics/IAssignment.d.ts.map +1 -1
- package/dist/models/crm-dynamics/TChangeRequest.d.ts +67 -0
- package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +1 -0
- package/dist/models/crm-dynamics/TChangeRequest.js +2 -0
- package/dist/models/crm-dynamics/TChangeRequest.js.map +1 -0
- package/dist/models/crm-dynamics/TEnquiry.d.ts +68 -0
- package/dist/models/crm-dynamics/TEnquiry.d.ts.map +1 -0
- package/dist/models/crm-dynamics/TEnquiry.js +2 -0
- package/dist/models/crm-dynamics/TEnquiry.js.map +1 -0
- package/dist/models/event/TEvent.d.ts +49 -0
- package/dist/models/event/TEvent.d.ts.map +1 -0
- package/dist/models/event/TEvent.js +9 -0
- package/dist/models/event/TEvent.js.map +1 -0
- package/dist/models/event/TEventBase.d.ts +15 -0
- package/dist/models/event/TEventBase.d.ts.map +1 -0
- package/dist/models/event/TEventBase.js +8 -0
- package/dist/models/event/TEventBase.js.map +1 -0
- package/dist/models/event/TEventCategories.d.ts +738 -0
- package/dist/models/event/TEventCategories.d.ts.map +1 -0
- package/dist/models/event/TEventCategories.js +268 -0
- package/dist/models/event/TEventCategories.js.map +1 -0
- package/dist/models/event/TEventRequest.d.ts +37 -0
- package/dist/models/event/TEventRequest.d.ts.map +1 -0
- package/dist/models/event/TEventRequest.js +10 -0
- package/dist/models/event/TEventRequest.js.map +1 -0
- package/dist/models/event/index.d.ts +5 -0
- package/dist/models/event/index.d.ts.map +1 -0
- package/dist/models/event/index.js +5 -0
- package/dist/models/event/index.js.map +1 -0
- package/dist/models/notification/TNotification.d.ts +389 -0
- package/dist/models/notification/TNotification.d.ts.map +1 -0
- package/dist/models/notification/TNotification.js +13 -0
- package/dist/models/notification/TNotification.js.map +1 -0
- package/dist/models/notification/TNotificationRequest.d.ts +361 -0
- package/dist/models/notification/TNotificationRequest.d.ts.map +1 -0
- package/dist/models/notification/TNotificationRequest.js +19 -0
- package/dist/models/notification/TNotificationRequest.js.map +1 -0
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts +5 -0
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +1 -0
- package/dist/models/notification/TNotificationsHandlerResponse.js +2 -0
- package/dist/models/notification/TNotificationsHandlerResponse.js.map +1 -0
- package/dist/models/notification/index.d.ts +4 -0
- package/dist/models/notification/index.d.ts.map +1 -0
- package/dist/models/notification/index.js +4 -0
- package/dist/models/notification/index.js.map +1 -0
- package/dist/models/objects/IApplication.d.ts.map +1 -1
- package/dist/models/objects/IAssignment.d.ts +1 -0
- package/dist/models/objects/IAssignment.d.ts.map +1 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +58 -0
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +1 -0
- package/dist/models/objects/ICombinedAssignmetnSCL.js +2 -0
- package/dist/models/objects/ICombinedAssignmetnSCL.js.map +1 -0
- package/dist/models/objects/IEvent.d.ts.map +1 -1
- package/dist/models/objects/IEvent.js.map +1 -1
- package/dist/models/objects/IEventCategories.d.ts.map +1 -1
- package/dist/models/objects/IEventCategories.js.map +1 -1
- package/dist/models/objects/IEventRequest.d.ts.map +1 -1
- package/dist/models/objects/IEventRequest.js.map +1 -1
- package/dist/models/objects/INotification.d.ts.map +1 -1
- package/dist/models/objects/INotification.js.map +1 -1
- package/dist/models/objects/INotificationRequest.d.ts.map +1 -1
- package/dist/models/objects/INotificationRequest.js.map +1 -1
- package/dist/models/objects/IOrganisation.d.ts.map +1 -1
- package/dist/models/objects/ISalesChecklist.d.ts.map +1 -1
- package/dist/models/objects/ISalesChecklist.js.map +1 -1
- package/dist/models/objects/TChangeRequest.d.ts +65 -0
- package/dist/models/objects/TChangeRequest.d.ts.map +1 -0
- package/dist/models/objects/TChangeRequest.js +2 -0
- package/dist/models/objects/TChangeRequest.js.map +1 -0
- package/dist/models/objects/TEnquiry.d.ts +75 -0
- package/dist/models/objects/TEnquiry.d.ts.map +1 -0
- package/dist/models/objects/TEnquiry.js +2 -0
- package/dist/models/objects/TEnquiry.js.map +1 -0
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts +5 -0
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +1 -0
- package/dist/models/objects/TNotificationsHandlerResponse.js +2 -0
- package/dist/models/objects/TNotificationsHandlerResponse.js.map +1 -0
- package/dist/models/schemas/TEvent.d.ts +48 -0
- package/dist/models/schemas/TEvent.d.ts.map +1 -0
- package/dist/models/schemas/TEvent.js +9 -0
- package/dist/models/schemas/TEvent.js.map +1 -0
- package/dist/models/schemas/TEventBase.d.ts +15 -0
- package/dist/models/schemas/TEventBase.d.ts.map +1 -0
- package/dist/models/schemas/TEventBase.js +7 -0
- package/dist/models/schemas/TEventBase.js.map +1 -0
- package/dist/models/schemas/TEventCategories.d.ts +737 -0
- package/dist/models/schemas/TEventCategories.d.ts.map +1 -0
- package/dist/models/schemas/TEventCategories.js +268 -0
- package/dist/models/schemas/TEventCategories.js.map +1 -0
- package/dist/models/schemas/TEventRequest.d.ts +36 -0
- package/dist/models/schemas/TEventRequest.d.ts.map +1 -0
- package/dist/models/schemas/TEventRequest.js +10 -0
- package/dist/models/schemas/TEventRequest.js.map +1 -0
- package/dist/models/schemas/TNotification.d.ts +388 -0
- package/dist/models/schemas/TNotification.d.ts.map +1 -0
- package/dist/models/schemas/TNotification.js +12 -0
- package/dist/models/schemas/TNotification.js.map +1 -0
- package/dist/models/schemas/TNotificationRequest.d.ts +360 -0
- package/dist/models/schemas/TNotificationRequest.d.ts.map +1 -0
- package/dist/models/schemas/TNotificationRequest.js +19 -0
- package/dist/models/schemas/TNotificationRequest.js.map +1 -0
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +5 -0
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +1 -0
- package/dist/models/schemas/TNotificationsHandlerResponse.js +2 -0
- package/dist/models/schemas/TNotificationsHandlerResponse.js.map +1 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.d.ts +202 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.js +70 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.js.map +1 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.d.ts +132 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.d.ts.map +1 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.js +72 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +58 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.js +33 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +10 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js +40 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts +5 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +73 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +6 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +42 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -0
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +627 -0
- package/dist/models/schemas/api/account/DAccountAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/account/DAccountAPI.js +618 -0
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -0
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +1455 -0
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/account/TAccountAPI.js +9 -0
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -0
- package/dist/models/schemas/api/account/index.d.ts +1689 -0
- package/dist/models/schemas/api/account/index.d.ts.map +1 -0
- package/dist/models/schemas/api/account/index.js +13 -0
- package/dist/models/schemas/api/account/index.js.map +1 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +781 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +628 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +1861 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +9 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -0
- package/dist/models/schemas/api/assignment/index.d.ts +2111 -0
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/index.js +13 -0
- package/dist/models/schemas/api/assignment/index.js.map +1 -0
- package/dist/models/schemas/api/batch/SBatchAPI.d.ts +21 -0
- package/dist/models/schemas/api/batch/SBatchAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/SBatchAPI.js +9 -0
- package/dist/models/schemas/api/batch/SBatchAPI.js.map +1 -0
- package/dist/models/schemas/api/batch/TBatchAPI.d.ts +24 -0
- package/dist/models/schemas/api/batch/TBatchAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/TBatchAPI.js +3 -0
- package/dist/models/schemas/api/batch/TBatchAPI.js.map +1 -0
- package/dist/models/schemas/api/batch/index.d.ts +3 -0
- package/dist/models/schemas/api/batch/index.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/index.js +3 -0
- package/dist/models/schemas/api/batch/index.js.map +1 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts +161 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js +43 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js.map +1 -0
- package/dist/models/schemas/api/changeRequest/index.d.ts +2 -0
- package/dist/models/schemas/api/changeRequest/index.d.ts.map +1 -0
- package/dist/models/schemas/api/changeRequest/index.js +2 -0
- package/dist/models/schemas/api/changeRequest/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts +180 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js +54 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +664 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js +9 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/index.d.ts +703 -0
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/index.js +12 -0
- package/dist/models/schemas/api/companyDocument/index.js.map +1 -0
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +694 -0
- package/dist/models/schemas/api/contact/DContactAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/DContactAPI.js +685 -0
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -0
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +1700 -0
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/TContactAPI.js +9 -0
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -0
- package/dist/models/schemas/api/contact/index.d.ts +1935 -0
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/index.js +13 -0
- package/dist/models/schemas/api/contact/index.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +392 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +247 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +902 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js +9 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/index.d.ts +1081 -0
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/index.js +13 -0
- package/dist/models/schemas/api/contractorDocument/index.js.map +1 -0
- package/dist/models/schemas/api/country/DCountryAPI.d.ts +79 -0
- package/dist/models/schemas/api/country/DCountryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/country/DCountryAPI.js +55 -0
- package/dist/models/schemas/api/country/DCountryAPI.js.map +1 -0
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +374 -0
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/country/TCountryAPI.js +10 -0
- package/dist/models/schemas/api/country/TCountryAPI.js.map +1 -0
- package/dist/models/schemas/api/country/index.d.ts +388 -0
- package/dist/models/schemas/api/country/index.d.ts.map +1 -0
- package/dist/models/schemas/api/country/index.js +12 -0
- package/dist/models/schemas/api/country/index.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts +58 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js +50 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +234 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js +10 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/index.d.ts +247 -0
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/index.js +12 -0
- package/dist/models/schemas/api/countryOffering/index.js.map +1 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts +28 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.js +16 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.js.map +1 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +234 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.js +10 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.js.map +1 -0
- package/dist/models/schemas/api/currency/index.d.ts +237 -0
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/index.js +11 -0
- package/dist/models/schemas/api/currency/index.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts +34 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js +34 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +220 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js +10 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +229 -0
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/index.js +12 -0
- package/dist/models/schemas/api/disqualificationReason/index.js.map +1 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts +18 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.js +8 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts +4 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.js +3 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +128 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +115 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +479 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js +32 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/index.d.ts +492 -0
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/index.js +13 -0
- package/dist/models/schemas/api/enquiry/index.js.map +1 -0
- package/dist/models/schemas/api/index.d.ts +16 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -0
- package/dist/models/schemas/api/index.js +30 -0
- package/dist/models/schemas/api/index.js.map +1 -0
- package/dist/models/schemas/api/margin/DMarginAPI.d.ts +128 -0
- package/dist/models/schemas/api/margin/DMarginAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/DMarginAPI.js +107 -0
- package/dist/models/schemas/api/margin/DMarginAPI.js.map +1 -0
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +403 -0
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/TMarginAPI.js +10 -0
- package/dist/models/schemas/api/margin/TMarginAPI.js.map +1 -0
- package/dist/models/schemas/api/margin/index.d.ts +452 -0
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/index.js +13 -0
- package/dist/models/schemas/api/margin/index.js.map +1 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts +62 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.js +62 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.js.map +1 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +276 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.js +10 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.js.map +1 -0
- package/dist/models/schemas/api/nationality/index.d.ts +301 -0
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/index.js +12 -0
- package/dist/models/schemas/api/nationality/index.js.map +1 -0
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +699 -0
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/DReferralAPI.js +603 -0
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -0
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1508 -0
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js +9 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -0
- package/dist/models/schemas/api/referral/index.d.ts +1712 -0
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/index.js +12 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -0
- package/dist/models/schemas/api/role/DRoleAPI.d.ts +19 -0
- package/dist/models/schemas/api/role/DRoleAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/role/DRoleAPI.js +13 -0
- package/dist/models/schemas/api/role/DRoleAPI.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +207 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.js +10 -0
- package/dist/models/schemas/api/role/TRoleAPI.js.map +1 -0
- package/dist/models/schemas/api/role/index.d.ts +212 -0
- package/dist/models/schemas/api/role/index.d.ts.map +1 -0
- package/dist/models/schemas/api/role/index.js +13 -0
- package/dist/models/schemas/api/role/index.js.map +1 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +265 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +234 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +753 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.js +9 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -0
- package/dist/models/schemas/api/simulation/index.d.ts +829 -0
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/index.js +13 -0
- package/dist/models/schemas/api/simulation/index.js.map +1 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.d.ts +213 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.js +102 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.js.map +1 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +821 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.js +10 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.js.map +1 -0
- package/dist/models/schemas/api/solution/index.d.ts +842 -0
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/index.js +12 -0
- package/dist/models/schemas/api/solution/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +1161 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +130 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +44 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js +8 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +36 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js +9 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +36 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js +9 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +86 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js +39 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +67 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js +18 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +31 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js +7 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +29 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +15 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts +13 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js +6 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +90 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js +36 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +859 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +47 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +584 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +48 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +32 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js +7 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +33 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js +8 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +83 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js +8 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +74 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js +28 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +42 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js +9 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts +38 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js +18 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +59 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js +18 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +147 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js +22 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +21 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/index.js +26 -0
- package/dist/models/schemas/bff/index.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +184 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +22 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts +126 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js +10 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +110 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +9 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +64 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +13 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -0
- package/dist/models/schemas/notification/index.d.ts.map +1 -0
- package/dist/models/schemas/notification/index.js +2 -0
- package/dist/models/schemas/notification/index.js.map +1 -0
- package/dist/models/types/Application.d.ts.map +1 -1
- package/dist/models/types/Stages.d.ts +1 -1
- package/dist/models/types/Stages.d.ts.map +1 -1
- package/dist/models/types/TCommon.d.ts +16 -0
- package/dist/models/types/TCommon.d.ts.map +1 -0
- package/dist/models/types/TCommon.js +2 -0
- package/dist/models/types/TCommon.js.map +1 -0
- package/dist/models/types/TStages.d.ts +16 -0
- package/dist/models/types/TStages.d.ts.map +1 -0
- package/dist/models/types/TStages.js +2 -0
- package/dist/models/types/TStages.js.map +1 -0
- package/dist/models/user-settings/TServiceUserSettings.d.ts +118 -0
- package/dist/models/user-settings/TServiceUserSettings.d.ts.map +1 -0
- package/dist/models/user-settings/TServiceUserSettings.js +80 -0
- package/dist/models/user-settings/TServiceUserSettings.js.map +1 -0
- package/dist/models/user-settings/index.d.ts +2 -0
- package/dist/models/user-settings/index.d.ts.map +1 -0
- package/dist/models/user-settings/index.js +2 -0
- package/dist/models/user-settings/index.js.map +1 -0
- package/dist/types/enums/LinkedRoles.d.ts +5 -0
- package/dist/types/enums/LinkedRoles.d.ts.map +1 -0
- package/dist/types/enums/RBACPermissions.d.ts +33 -0
- package/dist/types/enums/RBACPermissions.d.ts.map +1 -0
- package/dist/types/enums/Regions.d.ts +10 -0
- package/dist/types/enums/Regions.d.ts.map +1 -0
- package/dist/types/enums/SCLASNStages.d.ts +26 -0
- package/dist/types/enums/SCLASNStages.d.ts.map +1 -0
- package/dist/types/enums/SCLASNStatus.d.ts +13 -0
- package/dist/types/enums/SCLASNStatus.d.ts.map +1 -0
- package/dist/types/enums/SolutionCategories.d.ts +7 -0
- package/dist/types/enums/SolutionCategories.d.ts.map +1 -0
- package/dist/types/enums/SolutionTypes.d.ts +6 -0
- package/dist/types/enums/SolutionTypes.d.ts.map +1 -0
- package/dist/types/enums/index.d.ts +8 -0
- package/dist/types/enums/index.d.ts.map +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/models/crm-dynamics/IAccount.d.ts +276 -0
- package/dist/types/models/crm-dynamics/IAccount.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/IAddresses.d.ts +52 -0
- package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/IApplication.d.ts +27 -0
- package/dist/types/models/crm-dynamics/IApplication.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +42 -0
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +10 -0
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +14 -0
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/IContact.d.ts +311 -0
- package/dist/types/models/crm-dynamics/IContact.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +27 -0
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +41 -0
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts +151 -0
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +9 -0
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +67 -0
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts +68 -0
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +1 -0
- package/dist/types/models/crm-dynamics/index.d.ts +14 -0
- package/dist/types/models/crm-dynamics/index.d.ts.map +1 -0
- package/dist/types/models/event/TEvent.d.ts +49 -0
- package/dist/types/models/event/TEvent.d.ts.map +1 -0
- package/dist/types/models/event/TEventBase.d.ts +15 -0
- package/dist/types/models/event/TEventBase.d.ts.map +1 -0
- package/dist/types/models/event/TEventCategories.d.ts +738 -0
- package/dist/types/models/event/TEventCategories.d.ts.map +1 -0
- package/dist/types/models/event/TEventRequest.d.ts +37 -0
- package/dist/types/models/event/TEventRequest.d.ts.map +1 -0
- package/dist/types/models/event/index.d.ts +5 -0
- package/dist/types/models/event/index.d.ts.map +1 -0
- package/dist/types/models/integration-auth0/IAuthUser.d.ts +37 -0
- package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +1 -0
- package/dist/types/models/notification/TNotification.d.ts +389 -0
- package/dist/types/models/notification/TNotification.d.ts.map +1 -0
- package/dist/types/models/notification/TNotificationRequest.d.ts +361 -0
- package/dist/types/models/notification/TNotificationRequest.d.ts.map +1 -0
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +5 -0
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +1 -0
- package/dist/types/models/notification/index.d.ts +4 -0
- package/dist/types/models/notification/index.d.ts.map +1 -0
- package/dist/types/models/objects/IAccount.d.ts +58 -0
- package/dist/types/models/objects/IAccount.d.ts.map +1 -0
- package/dist/types/models/objects/IAddress.d.ts +27 -0
- package/dist/types/models/objects/IAddress.d.ts.map +1 -0
- package/dist/types/models/objects/IApplication.d.ts +14 -0
- package/dist/types/models/objects/IApplication.d.ts.map +1 -0
- package/dist/types/models/objects/IBankAccounts.d.ts +38 -0
- package/dist/types/models/objects/IBankAccounts.d.ts.map +1 -0
- package/dist/types/models/objects/ICompany.d.ts +16 -0
- package/dist/types/models/objects/ICompany.d.ts.map +1 -0
- package/dist/types/models/objects/ICompanyDocument.d.ts +61 -0
- package/dist/types/models/objects/ICompanyDocument.d.ts.map +1 -0
- package/dist/types/models/objects/ICompanyPosition.d.ts +6 -0
- package/dist/types/models/objects/ICompanyPosition.d.ts.map +1 -0
- package/dist/types/models/objects/IContact.d.ts +147 -0
- package/dist/types/models/objects/IContact.d.ts.map +1 -0
- package/dist/types/models/objects/IContactMethod.d.ts +9 -0
- package/dist/types/models/objects/IContactMethod.d.ts.map +1 -0
- package/dist/types/models/objects/IContract.d.ts +38 -0
- package/dist/types/models/objects/IContract.d.ts.map +1 -0
- package/dist/types/models/objects/IContractor.d.ts +4 -0
- package/dist/types/models/objects/IContractor.d.ts.map +1 -0
- package/dist/types/models/objects/IContractorDocument.d.ts +60 -0
- package/dist/types/models/objects/IContractorDocument.d.ts.map +1 -0
- package/dist/types/models/objects/ICurrency.d.ts +9 -0
- package/dist/types/models/objects/ICurrency.d.ts.map +1 -0
- package/dist/types/models/objects/IEmployee.d.ts +4 -0
- package/dist/types/models/objects/IEmployee.d.ts.map +1 -0
- package/dist/types/models/objects/INote.d.ts +7 -0
- package/dist/types/models/objects/INote.d.ts.map +1 -0
- package/dist/types/models/objects/IOrganisation.d.ts +31 -0
- package/dist/types/models/objects/IOrganisation.d.ts.map +1 -0
- package/dist/types/models/objects/IPerson.d.ts +14 -0
- package/dist/types/models/objects/IPerson.d.ts.map +1 -0
- package/dist/types/models/objects/ISystemUser.d.ts +15 -0
- package/dist/types/models/objects/ISystemUser.d.ts.map +1 -0
- package/dist/types/models/objects/IUser.d.ts +8 -0
- package/dist/types/models/objects/IUser.d.ts.map +1 -0
- package/dist/types/models/objects/IWebPortalLogin.d.ts +9 -0
- package/dist/types/models/objects/IWebPortalLogin.d.ts.map +1 -0
- package/dist/types/models/objects/TChangeRequest.d.ts +65 -0
- package/dist/types/models/objects/TChangeRequest.d.ts.map +1 -0
- package/dist/types/models/objects/TEnquiry.d.ts +75 -0
- package/dist/types/models/objects/TEnquiry.d.ts.map +1 -0
- package/dist/types/models/objects/index.d.ts +23 -0
- package/dist/types/models/objects/index.d.ts.map +1 -0
- package/dist/types/models/types/TCommon.d.ts +12 -0
- package/dist/types/models/types/TCommon.d.ts.map +1 -0
- package/dist/types/models/types/index.d.ts +2 -0
- package/dist/types/models/types/index.d.ts.map +1 -0
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts +118 -0
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +1 -0
- package/dist/types/services/index.d.ts +2 -0
- package/dist/{strings → types/services}/index.d.ts.map +1 -1
- package/dist/types/utils/date-and-time/calculate.d.ts.map +1 -0
- package/dist/types/utils/date-and-time/format.d.ts.map +1 -0
- package/dist/types/utils/date-and-time/index.d.ts.map +1 -0
- package/dist/types/utils/encoding/index.d.ts.map +1 -0
- package/dist/types/utils/encoding/stringBySecret.d.ts.map +1 -0
- package/dist/types/utils/strings/index.d.ts +2 -0
- package/dist/types/utils/strings/index.d.ts.map +1 -0
- package/dist/utils/date-and-time/calculate.test.js +1 -1
- package/dist/utils/date-and-time/calculate.test.js.map +1 -1
- package/dist/utils/date-and-time/format.test.js +2 -2
- package/dist/utils/encoding/stringBySecret.test.js +9 -17
- package/dist/utils/encoding/stringBySecret.test.js.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/rbac/RBACChecker.d.ts +6 -0
- package/dist/utils/rbac/RBACChecker.d.ts.map +1 -0
- package/dist/utils/rbac/RBACChecker.js +13 -0
- package/dist/utils/rbac/RBACChecker.js.map +1 -0
- package/dist/utils/rbac/index.d.ts +2 -0
- package/dist/utils/rbac/index.d.ts.map +1 -0
- package/dist/utils/rbac/index.js +3 -0
- package/dist/utils/rbac/index.js.map +1 -0
- package/dist/utils/strings/index.d.ts.map +1 -1
- package/dist/utils/strings/index.js.map +1 -1
- package/dist/utils/strings/manipulate.d.ts.map +1 -1
- package/dist/utils/strings/manipulate.js +9 -5
- package/dist/utils/strings/manipulate.js.map +1 -1
- package/dist/utils/strings/manipulate.test.js +1 -1
- package/dist/utils/strings/manipulate.test.js.map +1 -1
- package/dist/utils/strings/sanitize.test.js.map +1 -1
- package/dist/utils/strings/strings.d.ts +11 -0
- package/dist/utils/strings/strings.d.ts.map +1 -0
- package/dist/utils/strings/strings.js +34 -0
- package/dist/utils/strings/strings.js.map +1 -0
- package/package.json +19 -2
- package/dist/date-and-time/calculate.d.ts.map +0 -1
- package/dist/date-and-time/calculate.js +0 -12
- package/dist/date-and-time/calculate.js.map +0 -1
- package/dist/date-and-time/format.d.ts.map +0 -1
- package/dist/date-and-time/format.js +0 -2
- package/dist/date-and-time/format.js.map +0 -1
- package/dist/date-and-time/index.d.ts.map +0 -1
- package/dist/date-and-time/index.js +0 -4
- package/dist/date-and-time/index.js.map +0 -1
- package/dist/encoding/index.d.ts.map +0 -1
- package/dist/encoding/index.js +0 -2
- package/dist/encoding/index.js.map +0 -1
- package/dist/encoding/stringBySecret.d.ts.map +0 -1
- package/dist/encoding/stringBySecret.js +0 -30
- package/dist/encoding/stringBySecret.js.map +0 -1
- package/dist/strings/index.js +0 -5
- package/dist/strings/index.js.map +0 -1
- package/dist/types/index.js +0 -5
- package/dist/types/index.js.map +0 -1
- /package/dist/{strings → models/schemas/notification}/index.d.ts +0 -0
- /package/dist/{date-and-time → types/utils/date-and-time}/calculate.d.ts +0 -0
- /package/dist/{date-and-time → types/utils/date-and-time}/format.d.ts +0 -0
- /package/dist/{date-and-time → types/utils/date-and-time}/index.d.ts +0 -0
- /package/dist/{encoding → types/utils/encoding}/index.d.ts +0 -0
- /package/dist/{encoding → types/utils/encoding}/stringBySecret.d.ts +0 -0
|
@@ -0,0 +1,1161 @@
|
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
export declare const SGetConfigBFF: z.ZodObject<{
|
|
3
|
+
optionlists: z.ZodObject<{
|
|
4
|
+
global: z.ZodObject<{
|
|
5
|
+
country: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
6
|
+
readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
8
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
20
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
21
|
+
readonly countryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
readonly code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
readonly altSearchCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
readonly continent: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
readonly wwgEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
27
|
+
readonly scatsCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
readonly isSanctioned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
29
|
+
readonly isEu: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
30
|
+
readonly scatsWorkPermitServices: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
31
|
+
readonly scatsWorkermitServicesNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
readonly scatsAverageRoi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
readonly scatsContractingCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
readonly scatsFees: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
readonly scatsPartnerAccountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
readonly scatsInCountryServices: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
}, "code" | "name" | "countryId">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
38
|
+
code?: string | null | undefined;
|
|
39
|
+
name?: string | null | undefined;
|
|
40
|
+
countryId?: string | null | undefined;
|
|
41
|
+
}, {
|
|
42
|
+
code?: string | null | undefined;
|
|
43
|
+
name?: string | null | undefined;
|
|
44
|
+
countryId?: string | null | undefined;
|
|
45
|
+
}>>>, "many">;
|
|
46
|
+
countryOffering: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
47
|
+
readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
49
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
57
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
58
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
59
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
61
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
62
|
+
readonly countryOfferingId: z.ZodString;
|
|
63
|
+
readonly countryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
readonly solutionTypeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
readonly solutionProviderValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
+
readonly current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
67
|
+
readonly minimumDuration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
68
|
+
}, "countryValue" | "solutionTypeValue" | "countryOfferingId" | "solutionProviderValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
69
|
+
countryOfferingId: string;
|
|
70
|
+
countryValue?: string | null | undefined;
|
|
71
|
+
solutionTypeValue?: string | null | undefined;
|
|
72
|
+
solutionProviderValue?: string | null | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
countryOfferingId: string;
|
|
75
|
+
countryValue?: string | null | undefined;
|
|
76
|
+
solutionTypeValue?: string | null | undefined;
|
|
77
|
+
solutionProviderValue?: string | null | undefined;
|
|
78
|
+
}>>>, "many">;
|
|
79
|
+
currency: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
80
|
+
readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
82
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
83
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
90
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
91
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
92
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
94
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
95
|
+
readonly currencyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
+
readonly isoCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
readonly currencyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98
|
+
readonly currencySymbol: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
|
+
readonly currencyPrecision: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
100
|
+
readonly exchangeRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
101
|
+
}, "isoCode" | "currencyName" | "currencySymbol" | "exchangeRate">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
102
|
+
isoCode?: string | null | undefined;
|
|
103
|
+
currencyName?: string | null | undefined;
|
|
104
|
+
currencySymbol?: string | null | undefined;
|
|
105
|
+
exchangeRate?: number | null | undefined;
|
|
106
|
+
}, {
|
|
107
|
+
isoCode?: string | null | undefined;
|
|
108
|
+
currencyName?: string | null | undefined;
|
|
109
|
+
currencySymbol?: string | null | undefined;
|
|
110
|
+
exchangeRate?: number | null | undefined;
|
|
111
|
+
}>>>, "many">;
|
|
112
|
+
role: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
113
|
+
readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
+
readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
116
|
+
readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
117
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
118
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
119
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
120
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
121
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
126
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
127
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
129
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
130
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
131
|
+
readonly roleId: z.ZodString;
|
|
132
|
+
readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
133
|
+
}, "name" | "roleId">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
134
|
+
roleId: string;
|
|
135
|
+
name?: string | null | undefined;
|
|
136
|
+
}, {
|
|
137
|
+
roleId: string;
|
|
138
|
+
name?: string | null | undefined;
|
|
139
|
+
}>>>, "many">;
|
|
140
|
+
margin: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
141
|
+
readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
142
|
+
readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
143
|
+
readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
144
|
+
readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
145
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
146
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
147
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
148
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
149
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
150
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
151
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
152
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
153
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
154
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
155
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
156
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
158
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
159
|
+
readonly marginId: z.ZodString;
|
|
160
|
+
readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
161
|
+
readonly countryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
162
|
+
readonly solutionValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
163
|
+
readonly marginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
|
+
readonly marginBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
165
|
+
readonly marginPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
166
|
+
readonly marginPeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
167
|
+
readonly marginMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
168
|
+
readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
169
|
+
readonly marginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
170
|
+
readonly marginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
171
|
+
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
|
+
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
173
|
+
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
174
|
+
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
175
|
+
}, "countryValue" | "name" | "solutionValue" | "startUpMarginFixedValueMaxValue" | "startUpMarginPaidBy" | "startUpMarginCurrencyValue" | "marginId" | "marginCurrencyValue" | "marginBasis" | "marginPeriod" | "marginMinValue" | "marginFixedValueMaxValue" | "marginPaidBy">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
176
|
+
marginId: string;
|
|
177
|
+
countryValue?: string | null | undefined;
|
|
178
|
+
name?: string | null | undefined;
|
|
179
|
+
solutionValue?: string | null | undefined;
|
|
180
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
181
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
182
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
183
|
+
marginCurrencyValue?: string | null | undefined;
|
|
184
|
+
marginBasis?: number | null | undefined;
|
|
185
|
+
marginPeriod?: number | null | undefined;
|
|
186
|
+
marginMinValue?: number | null | undefined;
|
|
187
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
188
|
+
marginPaidBy?: number | null | undefined;
|
|
189
|
+
}, {
|
|
190
|
+
marginId: string;
|
|
191
|
+
countryValue?: string | null | undefined;
|
|
192
|
+
name?: string | null | undefined;
|
|
193
|
+
solutionValue?: string | null | undefined;
|
|
194
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
195
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
196
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
197
|
+
marginCurrencyValue?: string | null | undefined;
|
|
198
|
+
marginBasis?: number | null | undefined;
|
|
199
|
+
marginPeriod?: number | null | undefined;
|
|
200
|
+
marginMinValue?: number | null | undefined;
|
|
201
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
202
|
+
marginPaidBy?: number | null | undefined;
|
|
203
|
+
}>>>, "many">;
|
|
204
|
+
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
country: ({
|
|
206
|
+
code?: string | null | undefined;
|
|
207
|
+
name?: string | null | undefined;
|
|
208
|
+
countryId?: string | null | undefined;
|
|
209
|
+
} | null | undefined)[];
|
|
210
|
+
countryOffering: ({
|
|
211
|
+
countryOfferingId: string;
|
|
212
|
+
countryValue?: string | null | undefined;
|
|
213
|
+
solutionTypeValue?: string | null | undefined;
|
|
214
|
+
solutionProviderValue?: string | null | undefined;
|
|
215
|
+
} | null | undefined)[];
|
|
216
|
+
currency: ({
|
|
217
|
+
isoCode?: string | null | undefined;
|
|
218
|
+
currencyName?: string | null | undefined;
|
|
219
|
+
currencySymbol?: string | null | undefined;
|
|
220
|
+
exchangeRate?: number | null | undefined;
|
|
221
|
+
} | null | undefined)[];
|
|
222
|
+
role: ({
|
|
223
|
+
roleId: string;
|
|
224
|
+
name?: string | null | undefined;
|
|
225
|
+
} | null | undefined)[];
|
|
226
|
+
margin: ({
|
|
227
|
+
marginId: string;
|
|
228
|
+
countryValue?: string | null | undefined;
|
|
229
|
+
name?: string | null | undefined;
|
|
230
|
+
solutionValue?: string | null | undefined;
|
|
231
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
232
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
233
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
234
|
+
marginCurrencyValue?: string | null | undefined;
|
|
235
|
+
marginBasis?: number | null | undefined;
|
|
236
|
+
marginPeriod?: number | null | undefined;
|
|
237
|
+
marginMinValue?: number | null | undefined;
|
|
238
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
239
|
+
marginPaidBy?: number | null | undefined;
|
|
240
|
+
} | null | undefined)[];
|
|
241
|
+
}, {
|
|
242
|
+
country: ({
|
|
243
|
+
code?: string | null | undefined;
|
|
244
|
+
name?: string | null | undefined;
|
|
245
|
+
countryId?: string | null | undefined;
|
|
246
|
+
} | null | undefined)[];
|
|
247
|
+
countryOffering: ({
|
|
248
|
+
countryOfferingId: string;
|
|
249
|
+
countryValue?: string | null | undefined;
|
|
250
|
+
solutionTypeValue?: string | null | undefined;
|
|
251
|
+
solutionProviderValue?: string | null | undefined;
|
|
252
|
+
} | null | undefined)[];
|
|
253
|
+
currency: ({
|
|
254
|
+
isoCode?: string | null | undefined;
|
|
255
|
+
currencyName?: string | null | undefined;
|
|
256
|
+
currencySymbol?: string | null | undefined;
|
|
257
|
+
exchangeRate?: number | null | undefined;
|
|
258
|
+
} | null | undefined)[];
|
|
259
|
+
role: ({
|
|
260
|
+
roleId: string;
|
|
261
|
+
name?: string | null | undefined;
|
|
262
|
+
} | null | undefined)[];
|
|
263
|
+
margin: ({
|
|
264
|
+
marginId: string;
|
|
265
|
+
countryValue?: string | null | undefined;
|
|
266
|
+
name?: string | null | undefined;
|
|
267
|
+
solutionValue?: string | null | undefined;
|
|
268
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
269
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
270
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
271
|
+
marginCurrencyValue?: string | null | undefined;
|
|
272
|
+
marginBasis?: number | null | undefined;
|
|
273
|
+
marginPeriod?: number | null | undefined;
|
|
274
|
+
marginMinValue?: number | null | undefined;
|
|
275
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
276
|
+
marginPaidBy?: number | null | undefined;
|
|
277
|
+
} | null | undefined)[];
|
|
278
|
+
}>;
|
|
279
|
+
account: z.ZodRecord<z.ZodEnum<["accountStatus", "billingType", "companyHq", "contactMethod", "growthPotential", "icpFeeBase", "icpStatus", "paymentTerms", "relationshipType", "supplierType"]>, z.ZodArray<z.ZodObject<{
|
|
280
|
+
id: z.ZodString;
|
|
281
|
+
label: z.ZodString;
|
|
282
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
283
|
+
}, "strip", z.ZodTypeAny, {
|
|
284
|
+
value: string | number;
|
|
285
|
+
id: string;
|
|
286
|
+
label: string;
|
|
287
|
+
}, {
|
|
288
|
+
value: string | number;
|
|
289
|
+
id: string;
|
|
290
|
+
label: string;
|
|
291
|
+
}>, "many">>;
|
|
292
|
+
assignment: z.ZodRecord<z.ZodEnum<["assignmentStage", "stageReason", "region", "attn", "workPermitSponsorship", "depositPayable", "fxRequirement", "fxInvoicingPattern", "wwgManagementFeeBasis", "wwgManagementFeePeriod", "wwgManagementFeePaidBy", "startUpMarginPaidBy", "jobType", "employmentContractType", "remote", "contractRateFrequency", "type", "hoursWorkedUnit", "possibilityOfExtension", "isRollingContract", "mgtMonthlyFeePaidBy", "selfBilling", "contractPaymentFrequency", "grossPay", "reportingStatus"]>, z.ZodArray<z.ZodObject<{
|
|
293
|
+
id: z.ZodString;
|
|
294
|
+
label: z.ZodString;
|
|
295
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
296
|
+
}, "strip", z.ZodTypeAny, {
|
|
297
|
+
value: string | number;
|
|
298
|
+
id: string;
|
|
299
|
+
label: string;
|
|
300
|
+
}, {
|
|
301
|
+
value: string | number;
|
|
302
|
+
id: string;
|
|
303
|
+
label: string;
|
|
304
|
+
}>, "many">>;
|
|
305
|
+
companyDocument: z.ZodRecord<z.ZodEnum<["category", "companyDocumentStatus", "documentType"]>, z.ZodArray<z.ZodObject<{
|
|
306
|
+
id: z.ZodString;
|
|
307
|
+
label: z.ZodString;
|
|
308
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
309
|
+
}, "strip", z.ZodTypeAny, {
|
|
310
|
+
value: string | number;
|
|
311
|
+
id: string;
|
|
312
|
+
label: string;
|
|
313
|
+
}, {
|
|
314
|
+
value: string | number;
|
|
315
|
+
id: string;
|
|
316
|
+
label: string;
|
|
317
|
+
}>, "many">>;
|
|
318
|
+
contact: z.ZodRecord<z.ZodEnum<["contactIcpType", "contactMethod", "contactStatus", "contractorStatus", "contractorStatusReason", "gender", "maritalStatus", "nokPrefix", "proNouns", "relationshipType", "salutation", "supplierType"]>, z.ZodArray<z.ZodObject<{
|
|
319
|
+
id: z.ZodString;
|
|
320
|
+
label: z.ZodString;
|
|
321
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
322
|
+
}, "strip", z.ZodTypeAny, {
|
|
323
|
+
value: string | number;
|
|
324
|
+
id: string;
|
|
325
|
+
label: string;
|
|
326
|
+
}, {
|
|
327
|
+
value: string | number;
|
|
328
|
+
id: string;
|
|
329
|
+
label: string;
|
|
330
|
+
}>, "many">>;
|
|
331
|
+
contractorDocument: z.ZodRecord<z.ZodEnum<["category", "contractType", "documentDisplay", "documentStatus", "employmentType", "type"]>, z.ZodArray<z.ZodObject<{
|
|
332
|
+
id: z.ZodString;
|
|
333
|
+
label: z.ZodString;
|
|
334
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
335
|
+
}, "strip", z.ZodTypeAny, {
|
|
336
|
+
value: string | number;
|
|
337
|
+
id: string;
|
|
338
|
+
label: string;
|
|
339
|
+
}, {
|
|
340
|
+
value: string | number;
|
|
341
|
+
id: string;
|
|
342
|
+
label: string;
|
|
343
|
+
}>, "many">>;
|
|
344
|
+
enquiry: z.ZodObject<{
|
|
345
|
+
enquiryStatus: z.ZodArray<z.ZodObject<{
|
|
346
|
+
id: z.ZodString;
|
|
347
|
+
label: z.ZodString;
|
|
348
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
349
|
+
}, "strip", z.ZodTypeAny, {
|
|
350
|
+
value: string | number;
|
|
351
|
+
id: string;
|
|
352
|
+
label: string;
|
|
353
|
+
}, {
|
|
354
|
+
value: string | number;
|
|
355
|
+
id: string;
|
|
356
|
+
label: string;
|
|
357
|
+
}>, "many">;
|
|
358
|
+
origin: z.ZodArray<z.ZodObject<{
|
|
359
|
+
id: z.ZodString;
|
|
360
|
+
label: z.ZodString;
|
|
361
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
362
|
+
}, "strip", z.ZodTypeAny, {
|
|
363
|
+
value: string | number;
|
|
364
|
+
id: string;
|
|
365
|
+
label: string;
|
|
366
|
+
}, {
|
|
367
|
+
value: string | number;
|
|
368
|
+
id: string;
|
|
369
|
+
label: string;
|
|
370
|
+
}>, "many">;
|
|
371
|
+
disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<{
|
|
372
|
+
readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
373
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
374
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
375
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
376
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
377
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
378
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
379
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
380
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
381
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
382
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
383
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
384
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
385
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
386
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
387
|
+
readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
388
|
+
readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
389
|
+
readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
390
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
391
|
+
readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
392
|
+
}, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
393
|
+
name?: string | null | undefined;
|
|
394
|
+
disqualificationReasonId?: string | null | undefined;
|
|
395
|
+
reference?: string | null | undefined;
|
|
396
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
397
|
+
}, {
|
|
398
|
+
name?: string | null | undefined;
|
|
399
|
+
disqualificationReasonId?: string | null | undefined;
|
|
400
|
+
reference?: string | null | undefined;
|
|
401
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
402
|
+
}>, "many">, {
|
|
403
|
+
children?: {
|
|
404
|
+
name: string | null | undefined;
|
|
405
|
+
reference: string | null | undefined;
|
|
406
|
+
disqualificationReasonId: string | null | undefined;
|
|
407
|
+
}[];
|
|
408
|
+
name?: string | null | undefined;
|
|
409
|
+
disqualificationReasonId?: string | null | undefined;
|
|
410
|
+
reference?: string | null | undefined;
|
|
411
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
412
|
+
}[], {
|
|
413
|
+
name?: string | null | undefined;
|
|
414
|
+
disqualificationReasonId?: string | null | undefined;
|
|
415
|
+
reference?: string | null | undefined;
|
|
416
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
417
|
+
}[]>;
|
|
418
|
+
}, "strip", z.ZodTypeAny, {
|
|
419
|
+
disqualificationReason: {
|
|
420
|
+
children?: {
|
|
421
|
+
name: string | null | undefined;
|
|
422
|
+
reference: string | null | undefined;
|
|
423
|
+
disqualificationReasonId: string | null | undefined;
|
|
424
|
+
}[];
|
|
425
|
+
name?: string | null | undefined;
|
|
426
|
+
disqualificationReasonId?: string | null | undefined;
|
|
427
|
+
reference?: string | null | undefined;
|
|
428
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
429
|
+
}[];
|
|
430
|
+
enquiryStatus: {
|
|
431
|
+
value: string | number;
|
|
432
|
+
id: string;
|
|
433
|
+
label: string;
|
|
434
|
+
}[];
|
|
435
|
+
origin: {
|
|
436
|
+
value: string | number;
|
|
437
|
+
id: string;
|
|
438
|
+
label: string;
|
|
439
|
+
}[];
|
|
440
|
+
}, {
|
|
441
|
+
disqualificationReason: {
|
|
442
|
+
name?: string | null | undefined;
|
|
443
|
+
disqualificationReasonId?: string | null | undefined;
|
|
444
|
+
reference?: string | null | undefined;
|
|
445
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
446
|
+
}[];
|
|
447
|
+
enquiryStatus: {
|
|
448
|
+
value: string | number;
|
|
449
|
+
id: string;
|
|
450
|
+
label: string;
|
|
451
|
+
}[];
|
|
452
|
+
origin: {
|
|
453
|
+
value: string | number;
|
|
454
|
+
id: string;
|
|
455
|
+
label: string;
|
|
456
|
+
}[];
|
|
457
|
+
}>;
|
|
458
|
+
referral: z.ZodRecord<z.ZodEnum<["contractPayFrequency", "contractRateFrequency", "ensureLimosaHasBeenFiled", "hoursWorkedUnit", "ifNoWhoIsArrangingVisa", "jobType", "notGoingAheadReason", "notGoingAheadReasonDetail", "possibilityOfExtension", "region", "reportingStatus", "sendPortalInvite", "stage", "stageReason", "startUpMarginPaidBy", "willTheContractorBePaidVatByWorkwellGlobal", "wwgManagementFeeBasis", "wwgManagementFeePaidBy", "wwgManagementFeePeriod"]>, z.ZodArray<z.ZodObject<{
|
|
459
|
+
id: z.ZodString;
|
|
460
|
+
label: z.ZodString;
|
|
461
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
462
|
+
}, "strip", z.ZodTypeAny, {
|
|
463
|
+
value: string | number;
|
|
464
|
+
id: string;
|
|
465
|
+
label: string;
|
|
466
|
+
}, {
|
|
467
|
+
value: string | number;
|
|
468
|
+
id: string;
|
|
469
|
+
label: string;
|
|
470
|
+
}>, "many">>;
|
|
471
|
+
simulation: z.ZodObject<{
|
|
472
|
+
paymentFrequency: z.ZodArray<z.ZodObject<{
|
|
473
|
+
id: z.ZodString;
|
|
474
|
+
label: z.ZodString;
|
|
475
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
476
|
+
}, "strip", z.ZodTypeAny, {
|
|
477
|
+
value: string | number;
|
|
478
|
+
id: string;
|
|
479
|
+
label: string;
|
|
480
|
+
}, {
|
|
481
|
+
value: string | number;
|
|
482
|
+
id: string;
|
|
483
|
+
label: string;
|
|
484
|
+
}>, "many">;
|
|
485
|
+
rateFrequency: z.ZodArray<z.ZodObject<{
|
|
486
|
+
id: z.ZodString;
|
|
487
|
+
label: z.ZodString;
|
|
488
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
489
|
+
}, "strip", z.ZodTypeAny, {
|
|
490
|
+
value: string | number;
|
|
491
|
+
id: string;
|
|
492
|
+
label: string;
|
|
493
|
+
}, {
|
|
494
|
+
value: string | number;
|
|
495
|
+
id: string;
|
|
496
|
+
label: string;
|
|
497
|
+
}>, "many">;
|
|
498
|
+
roleType: z.ZodArray<z.ZodObject<{
|
|
499
|
+
id: z.ZodString;
|
|
500
|
+
label: z.ZodString;
|
|
501
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
502
|
+
}, "strip", z.ZodTypeAny, {
|
|
503
|
+
value: string | number;
|
|
504
|
+
id: string;
|
|
505
|
+
label: string;
|
|
506
|
+
}, {
|
|
507
|
+
value: string | number;
|
|
508
|
+
id: string;
|
|
509
|
+
label: string;
|
|
510
|
+
}>, "many">;
|
|
511
|
+
simulationBasedOn: z.ZodArray<z.ZodObject<{
|
|
512
|
+
id: z.ZodString;
|
|
513
|
+
label: z.ZodString;
|
|
514
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
515
|
+
}, "strip", z.ZodTypeAny, {
|
|
516
|
+
value: string | number;
|
|
517
|
+
id: string;
|
|
518
|
+
label: string;
|
|
519
|
+
}, {
|
|
520
|
+
value: string | number;
|
|
521
|
+
id: string;
|
|
522
|
+
label: string;
|
|
523
|
+
}>, "many">;
|
|
524
|
+
simulationStatus: z.ZodArray<z.ZodObject<{
|
|
525
|
+
id: z.ZodString;
|
|
526
|
+
label: z.ZodString;
|
|
527
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
528
|
+
}, "strip", z.ZodTypeAny, {
|
|
529
|
+
value: string | number;
|
|
530
|
+
id: string;
|
|
531
|
+
label: string;
|
|
532
|
+
}, {
|
|
533
|
+
value: string | number;
|
|
534
|
+
id: string;
|
|
535
|
+
label: string;
|
|
536
|
+
}>, "many">;
|
|
537
|
+
disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<{
|
|
538
|
+
readonly organizationIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
539
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
540
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
541
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
542
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
543
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
544
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
545
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
546
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
547
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
548
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
549
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
550
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
551
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
552
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
553
|
+
readonly disqualificationReasonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
554
|
+
readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
555
|
+
readonly reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
556
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
557
|
+
readonly parentDisqualificationReasonValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
558
|
+
}, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
559
|
+
name?: string | null | undefined;
|
|
560
|
+
disqualificationReasonId?: string | null | undefined;
|
|
561
|
+
reference?: string | null | undefined;
|
|
562
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
563
|
+
}, {
|
|
564
|
+
name?: string | null | undefined;
|
|
565
|
+
disqualificationReasonId?: string | null | undefined;
|
|
566
|
+
reference?: string | null | undefined;
|
|
567
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
568
|
+
}>, "many">, {
|
|
569
|
+
children?: {
|
|
570
|
+
name: string | null | undefined;
|
|
571
|
+
reference: string | null | undefined;
|
|
572
|
+
disqualificationReasonId: string | null | undefined;
|
|
573
|
+
}[];
|
|
574
|
+
name?: string | null | undefined;
|
|
575
|
+
disqualificationReasonId?: string | null | undefined;
|
|
576
|
+
reference?: string | null | undefined;
|
|
577
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
578
|
+
}[], {
|
|
579
|
+
name?: string | null | undefined;
|
|
580
|
+
disqualificationReasonId?: string | null | undefined;
|
|
581
|
+
reference?: string | null | undefined;
|
|
582
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
583
|
+
}[]>;
|
|
584
|
+
}, "strip", z.ZodTypeAny, {
|
|
585
|
+
disqualificationReason: {
|
|
586
|
+
children?: {
|
|
587
|
+
name: string | null | undefined;
|
|
588
|
+
reference: string | null | undefined;
|
|
589
|
+
disqualificationReasonId: string | null | undefined;
|
|
590
|
+
}[];
|
|
591
|
+
name?: string | null | undefined;
|
|
592
|
+
disqualificationReasonId?: string | null | undefined;
|
|
593
|
+
reference?: string | null | undefined;
|
|
594
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
595
|
+
}[];
|
|
596
|
+
simulationStatus: {
|
|
597
|
+
value: string | number;
|
|
598
|
+
id: string;
|
|
599
|
+
label: string;
|
|
600
|
+
}[];
|
|
601
|
+
roleType: {
|
|
602
|
+
value: string | number;
|
|
603
|
+
id: string;
|
|
604
|
+
label: string;
|
|
605
|
+
}[];
|
|
606
|
+
simulationBasedOn: {
|
|
607
|
+
value: string | number;
|
|
608
|
+
id: string;
|
|
609
|
+
label: string;
|
|
610
|
+
}[];
|
|
611
|
+
rateFrequency: {
|
|
612
|
+
value: string | number;
|
|
613
|
+
id: string;
|
|
614
|
+
label: string;
|
|
615
|
+
}[];
|
|
616
|
+
paymentFrequency: {
|
|
617
|
+
value: string | number;
|
|
618
|
+
id: string;
|
|
619
|
+
label: string;
|
|
620
|
+
}[];
|
|
621
|
+
}, {
|
|
622
|
+
disqualificationReason: {
|
|
623
|
+
name?: string | null | undefined;
|
|
624
|
+
disqualificationReasonId?: string | null | undefined;
|
|
625
|
+
reference?: string | null | undefined;
|
|
626
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
627
|
+
}[];
|
|
628
|
+
simulationStatus: {
|
|
629
|
+
value: string | number;
|
|
630
|
+
id: string;
|
|
631
|
+
label: string;
|
|
632
|
+
}[];
|
|
633
|
+
roleType: {
|
|
634
|
+
value: string | number;
|
|
635
|
+
id: string;
|
|
636
|
+
label: string;
|
|
637
|
+
}[];
|
|
638
|
+
simulationBasedOn: {
|
|
639
|
+
value: string | number;
|
|
640
|
+
id: string;
|
|
641
|
+
label: string;
|
|
642
|
+
}[];
|
|
643
|
+
rateFrequency: {
|
|
644
|
+
value: string | number;
|
|
645
|
+
id: string;
|
|
646
|
+
label: string;
|
|
647
|
+
}[];
|
|
648
|
+
paymentFrequency: {
|
|
649
|
+
value: string | number;
|
|
650
|
+
id: string;
|
|
651
|
+
label: string;
|
|
652
|
+
}[];
|
|
653
|
+
}>;
|
|
654
|
+
}, "strip", z.ZodTypeAny, {
|
|
655
|
+
account: Partial<Record<"relationshipType" | "companyHq" | "accountStatus" | "icpStatus" | "growthPotential" | "supplierType" | "icpFeeBase" | "billingType" | "paymentTerms" | "contactMethod", {
|
|
656
|
+
value: string | number;
|
|
657
|
+
id: string;
|
|
658
|
+
label: string;
|
|
659
|
+
}[]>>;
|
|
660
|
+
contact: Partial<Record<"salutation" | "relationshipType" | "supplierType" | "contactMethod" | "proNouns" | "contactStatus" | "contactIcpType" | "contractorStatus" | "contractorStatusReason" | "gender" | "maritalStatus" | "nokPrefix", {
|
|
661
|
+
value: string | number;
|
|
662
|
+
id: string;
|
|
663
|
+
label: string;
|
|
664
|
+
}[]>>;
|
|
665
|
+
assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
|
|
666
|
+
value: string | number;
|
|
667
|
+
id: string;
|
|
668
|
+
label: string;
|
|
669
|
+
}[]>>;
|
|
670
|
+
companyDocument: Partial<Record<"category" | "documentType" | "companyDocumentStatus", {
|
|
671
|
+
value: string | number;
|
|
672
|
+
id: string;
|
|
673
|
+
label: string;
|
|
674
|
+
}[]>>;
|
|
675
|
+
contractorDocument: Partial<Record<"type" | "category" | "employmentType" | "contractType" | "documentStatus" | "documentDisplay", {
|
|
676
|
+
value: string | number;
|
|
677
|
+
id: string;
|
|
678
|
+
label: string;
|
|
679
|
+
}[]>>;
|
|
680
|
+
enquiry: {
|
|
681
|
+
disqualificationReason: {
|
|
682
|
+
children?: {
|
|
683
|
+
name: string | null | undefined;
|
|
684
|
+
reference: string | null | undefined;
|
|
685
|
+
disqualificationReasonId: string | null | undefined;
|
|
686
|
+
}[];
|
|
687
|
+
name?: string | null | undefined;
|
|
688
|
+
disqualificationReasonId?: string | null | undefined;
|
|
689
|
+
reference?: string | null | undefined;
|
|
690
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
691
|
+
}[];
|
|
692
|
+
enquiryStatus: {
|
|
693
|
+
value: string | number;
|
|
694
|
+
id: string;
|
|
695
|
+
label: string;
|
|
696
|
+
}[];
|
|
697
|
+
origin: {
|
|
698
|
+
value: string | number;
|
|
699
|
+
id: string;
|
|
700
|
+
label: string;
|
|
701
|
+
}[];
|
|
702
|
+
};
|
|
703
|
+
simulation: {
|
|
704
|
+
disqualificationReason: {
|
|
705
|
+
children?: {
|
|
706
|
+
name: string | null | undefined;
|
|
707
|
+
reference: string | null | undefined;
|
|
708
|
+
disqualificationReasonId: string | null | undefined;
|
|
709
|
+
}[];
|
|
710
|
+
name?: string | null | undefined;
|
|
711
|
+
disqualificationReasonId?: string | null | undefined;
|
|
712
|
+
reference?: string | null | undefined;
|
|
713
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
714
|
+
}[];
|
|
715
|
+
simulationStatus: {
|
|
716
|
+
value: string | number;
|
|
717
|
+
id: string;
|
|
718
|
+
label: string;
|
|
719
|
+
}[];
|
|
720
|
+
roleType: {
|
|
721
|
+
value: string | number;
|
|
722
|
+
id: string;
|
|
723
|
+
label: string;
|
|
724
|
+
}[];
|
|
725
|
+
simulationBasedOn: {
|
|
726
|
+
value: string | number;
|
|
727
|
+
id: string;
|
|
728
|
+
label: string;
|
|
729
|
+
}[];
|
|
730
|
+
rateFrequency: {
|
|
731
|
+
value: string | number;
|
|
732
|
+
id: string;
|
|
733
|
+
label: string;
|
|
734
|
+
}[];
|
|
735
|
+
paymentFrequency: {
|
|
736
|
+
value: string | number;
|
|
737
|
+
id: string;
|
|
738
|
+
label: string;
|
|
739
|
+
}[];
|
|
740
|
+
};
|
|
741
|
+
referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
|
|
742
|
+
value: string | number;
|
|
743
|
+
id: string;
|
|
744
|
+
label: string;
|
|
745
|
+
}[]>>;
|
|
746
|
+
global: {
|
|
747
|
+
country: ({
|
|
748
|
+
code?: string | null | undefined;
|
|
749
|
+
name?: string | null | undefined;
|
|
750
|
+
countryId?: string | null | undefined;
|
|
751
|
+
} | null | undefined)[];
|
|
752
|
+
countryOffering: ({
|
|
753
|
+
countryOfferingId: string;
|
|
754
|
+
countryValue?: string | null | undefined;
|
|
755
|
+
solutionTypeValue?: string | null | undefined;
|
|
756
|
+
solutionProviderValue?: string | null | undefined;
|
|
757
|
+
} | null | undefined)[];
|
|
758
|
+
currency: ({
|
|
759
|
+
isoCode?: string | null | undefined;
|
|
760
|
+
currencyName?: string | null | undefined;
|
|
761
|
+
currencySymbol?: string | null | undefined;
|
|
762
|
+
exchangeRate?: number | null | undefined;
|
|
763
|
+
} | null | undefined)[];
|
|
764
|
+
role: ({
|
|
765
|
+
roleId: string;
|
|
766
|
+
name?: string | null | undefined;
|
|
767
|
+
} | null | undefined)[];
|
|
768
|
+
margin: ({
|
|
769
|
+
marginId: string;
|
|
770
|
+
countryValue?: string | null | undefined;
|
|
771
|
+
name?: string | null | undefined;
|
|
772
|
+
solutionValue?: string | null | undefined;
|
|
773
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
774
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
775
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
776
|
+
marginCurrencyValue?: string | null | undefined;
|
|
777
|
+
marginBasis?: number | null | undefined;
|
|
778
|
+
marginPeriod?: number | null | undefined;
|
|
779
|
+
marginMinValue?: number | null | undefined;
|
|
780
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
781
|
+
marginPaidBy?: number | null | undefined;
|
|
782
|
+
} | null | undefined)[];
|
|
783
|
+
};
|
|
784
|
+
}, {
|
|
785
|
+
account: Partial<Record<"relationshipType" | "companyHq" | "accountStatus" | "icpStatus" | "growthPotential" | "supplierType" | "icpFeeBase" | "billingType" | "paymentTerms" | "contactMethod", {
|
|
786
|
+
value: string | number;
|
|
787
|
+
id: string;
|
|
788
|
+
label: string;
|
|
789
|
+
}[]>>;
|
|
790
|
+
contact: Partial<Record<"salutation" | "relationshipType" | "supplierType" | "contactMethod" | "proNouns" | "contactStatus" | "contactIcpType" | "contractorStatus" | "contractorStatusReason" | "gender" | "maritalStatus" | "nokPrefix", {
|
|
791
|
+
value: string | number;
|
|
792
|
+
id: string;
|
|
793
|
+
label: string;
|
|
794
|
+
}[]>>;
|
|
795
|
+
assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
|
|
796
|
+
value: string | number;
|
|
797
|
+
id: string;
|
|
798
|
+
label: string;
|
|
799
|
+
}[]>>;
|
|
800
|
+
companyDocument: Partial<Record<"category" | "documentType" | "companyDocumentStatus", {
|
|
801
|
+
value: string | number;
|
|
802
|
+
id: string;
|
|
803
|
+
label: string;
|
|
804
|
+
}[]>>;
|
|
805
|
+
contractorDocument: Partial<Record<"type" | "category" | "employmentType" | "contractType" | "documentStatus" | "documentDisplay", {
|
|
806
|
+
value: string | number;
|
|
807
|
+
id: string;
|
|
808
|
+
label: string;
|
|
809
|
+
}[]>>;
|
|
810
|
+
enquiry: {
|
|
811
|
+
disqualificationReason: {
|
|
812
|
+
name?: string | null | undefined;
|
|
813
|
+
disqualificationReasonId?: string | null | undefined;
|
|
814
|
+
reference?: string | null | undefined;
|
|
815
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
816
|
+
}[];
|
|
817
|
+
enquiryStatus: {
|
|
818
|
+
value: string | number;
|
|
819
|
+
id: string;
|
|
820
|
+
label: string;
|
|
821
|
+
}[];
|
|
822
|
+
origin: {
|
|
823
|
+
value: string | number;
|
|
824
|
+
id: string;
|
|
825
|
+
label: string;
|
|
826
|
+
}[];
|
|
827
|
+
};
|
|
828
|
+
simulation: {
|
|
829
|
+
disqualificationReason: {
|
|
830
|
+
name?: string | null | undefined;
|
|
831
|
+
disqualificationReasonId?: string | null | undefined;
|
|
832
|
+
reference?: string | null | undefined;
|
|
833
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
834
|
+
}[];
|
|
835
|
+
simulationStatus: {
|
|
836
|
+
value: string | number;
|
|
837
|
+
id: string;
|
|
838
|
+
label: string;
|
|
839
|
+
}[];
|
|
840
|
+
roleType: {
|
|
841
|
+
value: string | number;
|
|
842
|
+
id: string;
|
|
843
|
+
label: string;
|
|
844
|
+
}[];
|
|
845
|
+
simulationBasedOn: {
|
|
846
|
+
value: string | number;
|
|
847
|
+
id: string;
|
|
848
|
+
label: string;
|
|
849
|
+
}[];
|
|
850
|
+
rateFrequency: {
|
|
851
|
+
value: string | number;
|
|
852
|
+
id: string;
|
|
853
|
+
label: string;
|
|
854
|
+
}[];
|
|
855
|
+
paymentFrequency: {
|
|
856
|
+
value: string | number;
|
|
857
|
+
id: string;
|
|
858
|
+
label: string;
|
|
859
|
+
}[];
|
|
860
|
+
};
|
|
861
|
+
referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
|
|
862
|
+
value: string | number;
|
|
863
|
+
id: string;
|
|
864
|
+
label: string;
|
|
865
|
+
}[]>>;
|
|
866
|
+
global: {
|
|
867
|
+
country: ({
|
|
868
|
+
code?: string | null | undefined;
|
|
869
|
+
name?: string | null | undefined;
|
|
870
|
+
countryId?: string | null | undefined;
|
|
871
|
+
} | null | undefined)[];
|
|
872
|
+
countryOffering: ({
|
|
873
|
+
countryOfferingId: string;
|
|
874
|
+
countryValue?: string | null | undefined;
|
|
875
|
+
solutionTypeValue?: string | null | undefined;
|
|
876
|
+
solutionProviderValue?: string | null | undefined;
|
|
877
|
+
} | null | undefined)[];
|
|
878
|
+
currency: ({
|
|
879
|
+
isoCode?: string | null | undefined;
|
|
880
|
+
currencyName?: string | null | undefined;
|
|
881
|
+
currencySymbol?: string | null | undefined;
|
|
882
|
+
exchangeRate?: number | null | undefined;
|
|
883
|
+
} | null | undefined)[];
|
|
884
|
+
role: ({
|
|
885
|
+
roleId: string;
|
|
886
|
+
name?: string | null | undefined;
|
|
887
|
+
} | null | undefined)[];
|
|
888
|
+
margin: ({
|
|
889
|
+
marginId: string;
|
|
890
|
+
countryValue?: string | null | undefined;
|
|
891
|
+
name?: string | null | undefined;
|
|
892
|
+
solutionValue?: string | null | undefined;
|
|
893
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
894
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
895
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
896
|
+
marginCurrencyValue?: string | null | undefined;
|
|
897
|
+
marginBasis?: number | null | undefined;
|
|
898
|
+
marginPeriod?: number | null | undefined;
|
|
899
|
+
marginMinValue?: number | null | undefined;
|
|
900
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
901
|
+
marginPaidBy?: number | null | undefined;
|
|
902
|
+
} | null | undefined)[];
|
|
903
|
+
};
|
|
904
|
+
}>;
|
|
905
|
+
}, "strip", z.ZodTypeAny, {
|
|
906
|
+
optionlists: {
|
|
907
|
+
account: Partial<Record<"relationshipType" | "companyHq" | "accountStatus" | "icpStatus" | "growthPotential" | "supplierType" | "icpFeeBase" | "billingType" | "paymentTerms" | "contactMethod", {
|
|
908
|
+
value: string | number;
|
|
909
|
+
id: string;
|
|
910
|
+
label: string;
|
|
911
|
+
}[]>>;
|
|
912
|
+
contact: Partial<Record<"salutation" | "relationshipType" | "supplierType" | "contactMethod" | "proNouns" | "contactStatus" | "contactIcpType" | "contractorStatus" | "contractorStatusReason" | "gender" | "maritalStatus" | "nokPrefix", {
|
|
913
|
+
value: string | number;
|
|
914
|
+
id: string;
|
|
915
|
+
label: string;
|
|
916
|
+
}[]>>;
|
|
917
|
+
assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
|
|
918
|
+
value: string | number;
|
|
919
|
+
id: string;
|
|
920
|
+
label: string;
|
|
921
|
+
}[]>>;
|
|
922
|
+
companyDocument: Partial<Record<"category" | "documentType" | "companyDocumentStatus", {
|
|
923
|
+
value: string | number;
|
|
924
|
+
id: string;
|
|
925
|
+
label: string;
|
|
926
|
+
}[]>>;
|
|
927
|
+
contractorDocument: Partial<Record<"type" | "category" | "employmentType" | "contractType" | "documentStatus" | "documentDisplay", {
|
|
928
|
+
value: string | number;
|
|
929
|
+
id: string;
|
|
930
|
+
label: string;
|
|
931
|
+
}[]>>;
|
|
932
|
+
enquiry: {
|
|
933
|
+
disqualificationReason: {
|
|
934
|
+
children?: {
|
|
935
|
+
name: string | null | undefined;
|
|
936
|
+
reference: string | null | undefined;
|
|
937
|
+
disqualificationReasonId: string | null | undefined;
|
|
938
|
+
}[];
|
|
939
|
+
name?: string | null | undefined;
|
|
940
|
+
disqualificationReasonId?: string | null | undefined;
|
|
941
|
+
reference?: string | null | undefined;
|
|
942
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
943
|
+
}[];
|
|
944
|
+
enquiryStatus: {
|
|
945
|
+
value: string | number;
|
|
946
|
+
id: string;
|
|
947
|
+
label: string;
|
|
948
|
+
}[];
|
|
949
|
+
origin: {
|
|
950
|
+
value: string | number;
|
|
951
|
+
id: string;
|
|
952
|
+
label: string;
|
|
953
|
+
}[];
|
|
954
|
+
};
|
|
955
|
+
simulation: {
|
|
956
|
+
disqualificationReason: {
|
|
957
|
+
children?: {
|
|
958
|
+
name: string | null | undefined;
|
|
959
|
+
reference: string | null | undefined;
|
|
960
|
+
disqualificationReasonId: string | null | undefined;
|
|
961
|
+
}[];
|
|
962
|
+
name?: string | null | undefined;
|
|
963
|
+
disqualificationReasonId?: string | null | undefined;
|
|
964
|
+
reference?: string | null | undefined;
|
|
965
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
966
|
+
}[];
|
|
967
|
+
simulationStatus: {
|
|
968
|
+
value: string | number;
|
|
969
|
+
id: string;
|
|
970
|
+
label: string;
|
|
971
|
+
}[];
|
|
972
|
+
roleType: {
|
|
973
|
+
value: string | number;
|
|
974
|
+
id: string;
|
|
975
|
+
label: string;
|
|
976
|
+
}[];
|
|
977
|
+
simulationBasedOn: {
|
|
978
|
+
value: string | number;
|
|
979
|
+
id: string;
|
|
980
|
+
label: string;
|
|
981
|
+
}[];
|
|
982
|
+
rateFrequency: {
|
|
983
|
+
value: string | number;
|
|
984
|
+
id: string;
|
|
985
|
+
label: string;
|
|
986
|
+
}[];
|
|
987
|
+
paymentFrequency: {
|
|
988
|
+
value: string | number;
|
|
989
|
+
id: string;
|
|
990
|
+
label: string;
|
|
991
|
+
}[];
|
|
992
|
+
};
|
|
993
|
+
referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
|
|
994
|
+
value: string | number;
|
|
995
|
+
id: string;
|
|
996
|
+
label: string;
|
|
997
|
+
}[]>>;
|
|
998
|
+
global: {
|
|
999
|
+
country: ({
|
|
1000
|
+
code?: string | null | undefined;
|
|
1001
|
+
name?: string | null | undefined;
|
|
1002
|
+
countryId?: string | null | undefined;
|
|
1003
|
+
} | null | undefined)[];
|
|
1004
|
+
countryOffering: ({
|
|
1005
|
+
countryOfferingId: string;
|
|
1006
|
+
countryValue?: string | null | undefined;
|
|
1007
|
+
solutionTypeValue?: string | null | undefined;
|
|
1008
|
+
solutionProviderValue?: string | null | undefined;
|
|
1009
|
+
} | null | undefined)[];
|
|
1010
|
+
currency: ({
|
|
1011
|
+
isoCode?: string | null | undefined;
|
|
1012
|
+
currencyName?: string | null | undefined;
|
|
1013
|
+
currencySymbol?: string | null | undefined;
|
|
1014
|
+
exchangeRate?: number | null | undefined;
|
|
1015
|
+
} | null | undefined)[];
|
|
1016
|
+
role: ({
|
|
1017
|
+
roleId: string;
|
|
1018
|
+
name?: string | null | undefined;
|
|
1019
|
+
} | null | undefined)[];
|
|
1020
|
+
margin: ({
|
|
1021
|
+
marginId: string;
|
|
1022
|
+
countryValue?: string | null | undefined;
|
|
1023
|
+
name?: string | null | undefined;
|
|
1024
|
+
solutionValue?: string | null | undefined;
|
|
1025
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1026
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1027
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1028
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1029
|
+
marginBasis?: number | null | undefined;
|
|
1030
|
+
marginPeriod?: number | null | undefined;
|
|
1031
|
+
marginMinValue?: number | null | undefined;
|
|
1032
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1033
|
+
marginPaidBy?: number | null | undefined;
|
|
1034
|
+
} | null | undefined)[];
|
|
1035
|
+
};
|
|
1036
|
+
};
|
|
1037
|
+
}, {
|
|
1038
|
+
optionlists: {
|
|
1039
|
+
account: Partial<Record<"relationshipType" | "companyHq" | "accountStatus" | "icpStatus" | "growthPotential" | "supplierType" | "icpFeeBase" | "billingType" | "paymentTerms" | "contactMethod", {
|
|
1040
|
+
value: string | number;
|
|
1041
|
+
id: string;
|
|
1042
|
+
label: string;
|
|
1043
|
+
}[]>>;
|
|
1044
|
+
contact: Partial<Record<"salutation" | "relationshipType" | "supplierType" | "contactMethod" | "proNouns" | "contactStatus" | "contactIcpType" | "contractorStatus" | "contractorStatusReason" | "gender" | "maritalStatus" | "nokPrefix", {
|
|
1045
|
+
value: string | number;
|
|
1046
|
+
id: string;
|
|
1047
|
+
label: string;
|
|
1048
|
+
}[]>>;
|
|
1049
|
+
assignment: Partial<Record<"type" | "assignmentStage" | "stageReason" | "region" | "attn" | "workPermitSponsorship" | "depositPayable" | "fxRequirement" | "fxInvoicingPattern" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "employmentContractType" | "remote" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "isRollingContract" | "mgtMonthlyFeePaidBy" | "selfBilling" | "contractPaymentFrequency" | "grossPay" | "reportingStatus", {
|
|
1050
|
+
value: string | number;
|
|
1051
|
+
id: string;
|
|
1052
|
+
label: string;
|
|
1053
|
+
}[]>>;
|
|
1054
|
+
companyDocument: Partial<Record<"category" | "documentType" | "companyDocumentStatus", {
|
|
1055
|
+
value: string | number;
|
|
1056
|
+
id: string;
|
|
1057
|
+
label: string;
|
|
1058
|
+
}[]>>;
|
|
1059
|
+
contractorDocument: Partial<Record<"type" | "category" | "employmentType" | "contractType" | "documentStatus" | "documentDisplay", {
|
|
1060
|
+
value: string | number;
|
|
1061
|
+
id: string;
|
|
1062
|
+
label: string;
|
|
1063
|
+
}[]>>;
|
|
1064
|
+
enquiry: {
|
|
1065
|
+
disqualificationReason: {
|
|
1066
|
+
name?: string | null | undefined;
|
|
1067
|
+
disqualificationReasonId?: string | null | undefined;
|
|
1068
|
+
reference?: string | null | undefined;
|
|
1069
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
1070
|
+
}[];
|
|
1071
|
+
enquiryStatus: {
|
|
1072
|
+
value: string | number;
|
|
1073
|
+
id: string;
|
|
1074
|
+
label: string;
|
|
1075
|
+
}[];
|
|
1076
|
+
origin: {
|
|
1077
|
+
value: string | number;
|
|
1078
|
+
id: string;
|
|
1079
|
+
label: string;
|
|
1080
|
+
}[];
|
|
1081
|
+
};
|
|
1082
|
+
simulation: {
|
|
1083
|
+
disqualificationReason: {
|
|
1084
|
+
name?: string | null | undefined;
|
|
1085
|
+
disqualificationReasonId?: string | null | undefined;
|
|
1086
|
+
reference?: string | null | undefined;
|
|
1087
|
+
parentDisqualificationReasonValue?: string | null | undefined;
|
|
1088
|
+
}[];
|
|
1089
|
+
simulationStatus: {
|
|
1090
|
+
value: string | number;
|
|
1091
|
+
id: string;
|
|
1092
|
+
label: string;
|
|
1093
|
+
}[];
|
|
1094
|
+
roleType: {
|
|
1095
|
+
value: string | number;
|
|
1096
|
+
id: string;
|
|
1097
|
+
label: string;
|
|
1098
|
+
}[];
|
|
1099
|
+
simulationBasedOn: {
|
|
1100
|
+
value: string | number;
|
|
1101
|
+
id: string;
|
|
1102
|
+
label: string;
|
|
1103
|
+
}[];
|
|
1104
|
+
rateFrequency: {
|
|
1105
|
+
value: string | number;
|
|
1106
|
+
id: string;
|
|
1107
|
+
label: string;
|
|
1108
|
+
}[];
|
|
1109
|
+
paymentFrequency: {
|
|
1110
|
+
value: string | number;
|
|
1111
|
+
id: string;
|
|
1112
|
+
label: string;
|
|
1113
|
+
}[];
|
|
1114
|
+
};
|
|
1115
|
+
referral: Partial<Record<"stageReason" | "region" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "startUpMarginPaidBy" | "jobType" | "contractRateFrequency" | "hoursWorkedUnit" | "possibilityOfExtension" | "reportingStatus" | "stage" | "sendPortalInvite" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "contractPayFrequency" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled", {
|
|
1116
|
+
value: string | number;
|
|
1117
|
+
id: string;
|
|
1118
|
+
label: string;
|
|
1119
|
+
}[]>>;
|
|
1120
|
+
global: {
|
|
1121
|
+
country: ({
|
|
1122
|
+
code?: string | null | undefined;
|
|
1123
|
+
name?: string | null | undefined;
|
|
1124
|
+
countryId?: string | null | undefined;
|
|
1125
|
+
} | null | undefined)[];
|
|
1126
|
+
countryOffering: ({
|
|
1127
|
+
countryOfferingId: string;
|
|
1128
|
+
countryValue?: string | null | undefined;
|
|
1129
|
+
solutionTypeValue?: string | null | undefined;
|
|
1130
|
+
solutionProviderValue?: string | null | undefined;
|
|
1131
|
+
} | null | undefined)[];
|
|
1132
|
+
currency: ({
|
|
1133
|
+
isoCode?: string | null | undefined;
|
|
1134
|
+
currencyName?: string | null | undefined;
|
|
1135
|
+
currencySymbol?: string | null | undefined;
|
|
1136
|
+
exchangeRate?: number | null | undefined;
|
|
1137
|
+
} | null | undefined)[];
|
|
1138
|
+
role: ({
|
|
1139
|
+
roleId: string;
|
|
1140
|
+
name?: string | null | undefined;
|
|
1141
|
+
} | null | undefined)[];
|
|
1142
|
+
margin: ({
|
|
1143
|
+
marginId: string;
|
|
1144
|
+
countryValue?: string | null | undefined;
|
|
1145
|
+
name?: string | null | undefined;
|
|
1146
|
+
solutionValue?: string | null | undefined;
|
|
1147
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1148
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1149
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1150
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1151
|
+
marginBasis?: number | null | undefined;
|
|
1152
|
+
marginPeriod?: number | null | undefined;
|
|
1153
|
+
marginMinValue?: number | null | undefined;
|
|
1154
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1155
|
+
marginPaidBy?: number | null | undefined;
|
|
1156
|
+
} | null | undefined)[];
|
|
1157
|
+
};
|
|
1158
|
+
};
|
|
1159
|
+
}>;
|
|
1160
|
+
export type TGetConfigBFF = z.infer<typeof SGetConfigBFF>;
|
|
1161
|
+
//# sourceMappingURL=SGetConfigBFF.d.ts.map
|