@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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/contact/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKnB,CAAA;AAID,cAAc,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ContactEntity } from './TContactAPI.js';
|
|
2
|
+
import * as Definitions from './DContactAPI.js'; // Grabs all your Enums/Statuses
|
|
3
|
+
import { addToRegistry } from '../_entityTools/EntityRegistry.js';
|
|
4
|
+
import { EntityNames } from '../../../../enums/EntityNames.js';
|
|
5
|
+
export const Contact = {
|
|
6
|
+
Metadata: EntityNames.contact,
|
|
7
|
+
Tools: ContactEntity,
|
|
8
|
+
Relationships: Definitions.contactRelationships,
|
|
9
|
+
Options: Definitions.contactOptions,
|
|
10
|
+
};
|
|
11
|
+
addToRegistry('contact', Contact);
|
|
12
|
+
export * from './TContactAPI.js';
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/contact/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAA,CAAC,gCAAgC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,QAAQ,EAAE,WAAW,CAAC,OAAO;IAC7B,KAAK,EAAE,aAAa;IACpB,aAAa,EAAE,WAAW,CAAC,oBAAoB;IAC/C,OAAO,EAAE,WAAW,CAAC,cAAc;CACpC,CAAA;AAED,aAAa,CAAC,SAAS,EAAE,OAAO,CAAC,CAAA;AAEjC,cAAc,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const contractorDocumentOptions: {
|
|
3
|
+
readonly ContractorDocumentCategory: {
|
|
4
|
+
readonly photoId: 1;
|
|
5
|
+
readonly addressId: 2;
|
|
6
|
+
readonly rightToWork: 3;
|
|
7
|
+
readonly contract: 4;
|
|
8
|
+
readonly contractExtension: 10;
|
|
9
|
+
readonly expense: 5;
|
|
10
|
+
readonly assignmentDocuments: 6;
|
|
11
|
+
readonly payDocuments: 7;
|
|
12
|
+
readonly bankAccountId: 8;
|
|
13
|
+
readonly countrySpecificDocuments: 9;
|
|
14
|
+
readonly icpDocuments: 11;
|
|
15
|
+
};
|
|
16
|
+
readonly Contracttype: {
|
|
17
|
+
readonly fixedTerm: 127840000;
|
|
18
|
+
readonly indefinite: 127840001;
|
|
19
|
+
};
|
|
20
|
+
readonly Documentdisplay: {
|
|
21
|
+
readonly displayOnWorkerPortal: 1;
|
|
22
|
+
readonly doNotDisplayOnWorkerPortal: 2;
|
|
23
|
+
readonly displayOnClientPortal: 3;
|
|
24
|
+
};
|
|
25
|
+
readonly Documentstatus: {
|
|
26
|
+
readonly required: 1;
|
|
27
|
+
readonly outForSignature: 7;
|
|
28
|
+
readonly awaitingApproval: 2;
|
|
29
|
+
readonly approved: 3;
|
|
30
|
+
readonly onHold: 8;
|
|
31
|
+
readonly rejected: 4;
|
|
32
|
+
readonly dueToExpire: 5;
|
|
33
|
+
readonly expired: 6;
|
|
34
|
+
readonly issueWithClauses: 9;
|
|
35
|
+
readonly countersigned: 10;
|
|
36
|
+
};
|
|
37
|
+
readonly Employmenttype: {
|
|
38
|
+
readonly fixedTerm: 127840000;
|
|
39
|
+
readonly indefinite: 127840001;
|
|
40
|
+
};
|
|
41
|
+
readonly Type: {
|
|
42
|
+
readonly agentLinkNotification: 127840000;
|
|
43
|
+
readonly applicationForm: 127840001;
|
|
44
|
+
readonly bankAccountAuthority: 127840002;
|
|
45
|
+
readonly bankCertificateOrStatement: 127840003;
|
|
46
|
+
readonly bankCertificateProofOfNiNumber: 127840004;
|
|
47
|
+
readonly cisSurvey: 127840005;
|
|
48
|
+
readonly contractForService: 127840006;
|
|
49
|
+
readonly dependantVisa: 127840007;
|
|
50
|
+
readonly drivingLicence: 127840008;
|
|
51
|
+
readonly e101Application: 127840009;
|
|
52
|
+
readonly e101Certificate: 127840010;
|
|
53
|
+
readonly eea1BlueCard: 127840011;
|
|
54
|
+
readonly employmentContract: 127840012;
|
|
55
|
+
readonly employmentContractRu: 127840013;
|
|
56
|
+
readonly employmentContractDrivelinkHpuk: 127840014;
|
|
57
|
+
readonly employmentContractOverseas: 127840015;
|
|
58
|
+
readonly employmentContractPaye: 127840016;
|
|
59
|
+
readonly employmentContractPba: 127840017;
|
|
60
|
+
readonly employmentContractPbaRu: 127840018;
|
|
61
|
+
readonly employmentContractProf: 127840019;
|
|
62
|
+
readonly frsApproval: 127840020;
|
|
63
|
+
readonly hsmp: 127840021;
|
|
64
|
+
readonly idCard: 127840022;
|
|
65
|
+
readonly indefiniteLeaveToRemain: 127840023;
|
|
66
|
+
readonly insurances: 127840024;
|
|
67
|
+
readonly limitedLeaveToRemain: 127840025;
|
|
68
|
+
readonly onlineCheckingService: 127840026;
|
|
69
|
+
readonly p38: 127840027;
|
|
70
|
+
readonly p45: 127840028;
|
|
71
|
+
readonly p46: 127840029;
|
|
72
|
+
readonly p6: 127840030;
|
|
73
|
+
readonly p86: 127840031;
|
|
74
|
+
readonly p9: 127840032;
|
|
75
|
+
readonly passport: 127840033;
|
|
76
|
+
readonly rent: 127840034;
|
|
77
|
+
readonly brpResidencePermit: 127840035;
|
|
78
|
+
readonly segsScheme: 127840036;
|
|
79
|
+
readonly slForm: 127840037;
|
|
80
|
+
readonly solewiseFirstPayment: 127840038;
|
|
81
|
+
readonly statutoryPayments: 127840039;
|
|
82
|
+
readonly studentVisa: 127840040;
|
|
83
|
+
readonly tr1: 127840041;
|
|
84
|
+
readonly travel: 127840042;
|
|
85
|
+
readonly ukAncestry: 127840043;
|
|
86
|
+
readonly ukSpouse: 127840044;
|
|
87
|
+
readonly utilityBill: 127840045;
|
|
88
|
+
readonly withdrawalOfTaxProvisionWaiverOfLiability: 127840046;
|
|
89
|
+
readonly workingHolidayVisa: 127840047;
|
|
90
|
+
readonly wrsApplication: 127840048;
|
|
91
|
+
readonly wrsCertificate: 127840049;
|
|
92
|
+
readonly youthMobility: 127840050;
|
|
93
|
+
readonly shareCode: 127840051;
|
|
94
|
+
readonly seNoAccountant: 127840052;
|
|
95
|
+
readonly employed: 127840053;
|
|
96
|
+
readonly selfEmployed: 127840054;
|
|
97
|
+
readonly registrationForm: 127840055;
|
|
98
|
+
readonly indemnityLetter: 127840056;
|
|
99
|
+
readonly hiringCompanyContract: 127840057;
|
|
100
|
+
readonly taxSimulation: 127840058;
|
|
101
|
+
readonly healthInsurance: 127840059;
|
|
102
|
+
readonly socialSecurity: 127840060;
|
|
103
|
+
readonly questionnaire: 127840061;
|
|
104
|
+
readonly proofOfTax: 127840062;
|
|
105
|
+
readonly brpShortStayPermit: 127840063;
|
|
106
|
+
readonly brcResidenceCard: 127840064;
|
|
107
|
+
readonly brcPermanentResidenceCard: 127840065;
|
|
108
|
+
readonly brcDerivativeResidenceCard: 127840066;
|
|
109
|
+
readonly proofOfFreelanceRegistration: 127840067;
|
|
110
|
+
readonly certificateOfIncorporation: 127840068;
|
|
111
|
+
readonly bankDetailsLtd: 127840069;
|
|
112
|
+
readonly employeePayslip: 127840070;
|
|
113
|
+
readonly bankDetailsFormContractor: 127840071;
|
|
114
|
+
readonly vat: 127840072;
|
|
115
|
+
readonly hiringCompanyAssignmentSchedule: 127840073;
|
|
116
|
+
readonly hiringCompanyAssignmentDocuments: 127840081;
|
|
117
|
+
readonly identityCard: 127840074;
|
|
118
|
+
readonly residencyPermit: 127840075;
|
|
119
|
+
readonly townHallCertificate: 127840076;
|
|
120
|
+
readonly rentalAgreement: 127840077;
|
|
121
|
+
readonly piInsurance: 127840078;
|
|
122
|
+
readonly plInsurance: 127840079;
|
|
123
|
+
readonly proofOfDirectorship: 127840080;
|
|
124
|
+
readonly hiringCompanyAssignmentMarginAgreement: 127840082;
|
|
125
|
+
readonly employmentContractUmbrella: 127840083;
|
|
126
|
+
readonly starterChecklist: 127840084;
|
|
127
|
+
readonly consultancyServicesAgreement: 127840085;
|
|
128
|
+
readonly assignmentSchedule: 127840086;
|
|
129
|
+
readonly bankCertificate: 127840087;
|
|
130
|
+
readonly bankStatement: 127840088;
|
|
131
|
+
readonly other: 127840089;
|
|
132
|
+
readonly birthCertificate: 127840090;
|
|
133
|
+
readonly holidayCertificate: 127840091;
|
|
134
|
+
readonly diploma: 127840092;
|
|
135
|
+
readonly marriageCertificate: 127840093;
|
|
136
|
+
readonly yellowCardSunhedskort: 127840094;
|
|
137
|
+
readonly taxCode: 127840095;
|
|
138
|
+
readonly parenthoodCertificate: 127840096;
|
|
139
|
+
readonly ppk: 127840097;
|
|
140
|
+
readonly pit2: 127840098;
|
|
141
|
+
readonly signed060ModelStatementDataForPayrollTaxes: 127840099;
|
|
142
|
+
readonly shareholderId: 127840100;
|
|
143
|
+
readonly powerOfAttorney: 127840101;
|
|
144
|
+
readonly criminalRecord: 127840102;
|
|
145
|
+
readonly nonBankruptcyDeclarationNotarised: 127840103;
|
|
146
|
+
readonly attestationDeDroitALAssiranceMaladie: 127840104;
|
|
147
|
+
readonly certificadoDeRegistoDeCidadaoDaUniaoEuroeia: 127840105;
|
|
148
|
+
readonly marginOnlyAgreement: 127840106;
|
|
149
|
+
readonly c2cContract: 127840107;
|
|
150
|
+
readonly slaContract: 127840108;
|
|
151
|
+
readonly wwgSimulationExcel: 127840111;
|
|
152
|
+
readonly contractAddendum: 127840114;
|
|
153
|
+
readonly informationForm: 127840117;
|
|
154
|
+
readonly proofOfSelfEmployedRegistration: 127840118;
|
|
155
|
+
readonly wwgSimulationPdf: 127840119;
|
|
156
|
+
readonly hiringCompanySow: 127840120;
|
|
157
|
+
readonly visa: 127840121;
|
|
158
|
+
readonly residencyPermitBack: 127840122;
|
|
159
|
+
readonly identityCardBack: 127840123;
|
|
160
|
+
readonly workerContract: 127840124;
|
|
161
|
+
readonly employerCheckingService: 127840125;
|
|
162
|
+
readonly civilPartnershipCertificate: 127840127;
|
|
163
|
+
readonly nameChangeCertificate: 127840128;
|
|
164
|
+
readonly purchaseOrder: 127840129;
|
|
165
|
+
readonly jobOffer: 127840130;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
export declare const contractorDocumentRelationships: {
|
|
169
|
+
readonly contractor: {
|
|
170
|
+
readonly relationshipName: "ww_Contractor";
|
|
171
|
+
readonly entity: "contacts";
|
|
172
|
+
};
|
|
173
|
+
readonly directorApproved: {
|
|
174
|
+
readonly relationshipName: "ww_DirectorApproved";
|
|
175
|
+
readonly entity: "contacts";
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
export declare const contractorDocumentFields: {
|
|
179
|
+
readonly _ww_contractor_value: {
|
|
180
|
+
readonly relationshipName: "ww_Contractor";
|
|
181
|
+
readonly entity: "contacts";
|
|
182
|
+
readonly pretty: "contractorValue";
|
|
183
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
184
|
+
};
|
|
185
|
+
readonly _ww_directorapproved_value: {
|
|
186
|
+
readonly relationshipName: "ww_DirectorApproved";
|
|
187
|
+
readonly entity: "contacts";
|
|
188
|
+
readonly pretty: "directorApprovedValue";
|
|
189
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
190
|
+
};
|
|
191
|
+
readonly _ww_scats_contractingContractor_value: {
|
|
192
|
+
readonly pretty: "scatsContractingContractorValue";
|
|
193
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
194
|
+
};
|
|
195
|
+
readonly ww_contractordocumentid: {
|
|
196
|
+
readonly pretty: "contractorDocumentId";
|
|
197
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
198
|
+
};
|
|
199
|
+
readonly ww_customeripaddress: {
|
|
200
|
+
readonly pretty: "customerIpAddress";
|
|
201
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
202
|
+
};
|
|
203
|
+
readonly ww_directorapprovalrequired: {
|
|
204
|
+
readonly pretty: "directorApprovalRequired";
|
|
205
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
206
|
+
};
|
|
207
|
+
readonly ww_directorapproveddate: {
|
|
208
|
+
readonly pretty: "directorApprovedDate";
|
|
209
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
210
|
+
};
|
|
211
|
+
readonly ww_documentid: {
|
|
212
|
+
readonly pretty: "documentId";
|
|
213
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
214
|
+
};
|
|
215
|
+
readonly ww_documentreceiveddate: {
|
|
216
|
+
readonly pretty: "documentReceivedDate";
|
|
217
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
218
|
+
};
|
|
219
|
+
readonly ww_documentstatus: {
|
|
220
|
+
readonly pretty: "documentStatus";
|
|
221
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
222
|
+
};
|
|
223
|
+
readonly ww_documentdisplay: {
|
|
224
|
+
readonly pretty: "documentDisplay";
|
|
225
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
226
|
+
};
|
|
227
|
+
readonly ww_file: {
|
|
228
|
+
readonly pretty: "file";
|
|
229
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
230
|
+
};
|
|
231
|
+
readonly ww_file_name: {
|
|
232
|
+
readonly pretty: "fileName";
|
|
233
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
234
|
+
};
|
|
235
|
+
readonly ww_requirescontractorsignature: {
|
|
236
|
+
readonly pretty: "requiresContractorSignature";
|
|
237
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
238
|
+
};
|
|
239
|
+
readonly ww_signedon: {
|
|
240
|
+
readonly pretty: "signedOn";
|
|
241
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
|
+
};
|
|
243
|
+
readonly ww_type: {
|
|
244
|
+
readonly pretty: "type";
|
|
245
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
246
|
+
};
|
|
247
|
+
readonly ww_uploadedfromweb: {
|
|
248
|
+
readonly pretty: "uploadedFromWeb";
|
|
249
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
250
|
+
};
|
|
251
|
+
readonly ww_workerapproved: {
|
|
252
|
+
readonly pretty: "workerApproved";
|
|
253
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
254
|
+
};
|
|
255
|
+
readonly ww_Contractor: {
|
|
256
|
+
readonly pretty: "contractor";
|
|
257
|
+
readonly toolsKey: "contact";
|
|
258
|
+
};
|
|
259
|
+
readonly ww_DirectorApproved: {
|
|
260
|
+
readonly pretty: "directorApproved";
|
|
261
|
+
readonly toolsKey: "contact";
|
|
262
|
+
};
|
|
263
|
+
readonly _ww_account_value: {
|
|
264
|
+
readonly pretty: "accountValue";
|
|
265
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
266
|
+
};
|
|
267
|
+
readonly ww_attachment: {
|
|
268
|
+
readonly pretty: "attachment";
|
|
269
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
270
|
+
};
|
|
271
|
+
readonly ww_attachment_name: {
|
|
272
|
+
readonly pretty: "attachmentName";
|
|
273
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
274
|
+
};
|
|
275
|
+
readonly ww_category: {
|
|
276
|
+
readonly pretty: "category";
|
|
277
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
278
|
+
};
|
|
279
|
+
readonly ww_date6catssigned: {
|
|
280
|
+
readonly pretty: "date6catsSigned";
|
|
281
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
|
+
};
|
|
283
|
+
readonly ww_dateagencysigned: {
|
|
284
|
+
readonly pretty: "dateAgencySigned";
|
|
285
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
286
|
+
};
|
|
287
|
+
readonly ww_datereceived: {
|
|
288
|
+
readonly pretty: "dateReceived";
|
|
289
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
290
|
+
};
|
|
291
|
+
readonly ww_datereviewed: {
|
|
292
|
+
readonly pretty: "dateReviewed";
|
|
293
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
294
|
+
};
|
|
295
|
+
readonly ww_documentrefnumber: {
|
|
296
|
+
readonly pretty: "documentRefNumber";
|
|
297
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
298
|
+
};
|
|
299
|
+
readonly ww_documenttype: {
|
|
300
|
+
readonly pretty: "documentType";
|
|
301
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
302
|
+
};
|
|
303
|
+
readonly ww_ipaddress: {
|
|
304
|
+
readonly pretty: "ipAddress";
|
|
305
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
};
|
|
307
|
+
readonly ww_name: {
|
|
308
|
+
readonly pretty: "name";
|
|
309
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
310
|
+
};
|
|
311
|
+
readonly ww_signature: {
|
|
312
|
+
readonly pretty: "signature";
|
|
313
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
314
|
+
};
|
|
315
|
+
readonly ww_signature_timestamp: {
|
|
316
|
+
readonly pretty: "signatureTimestamp";
|
|
317
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
318
|
+
};
|
|
319
|
+
readonly ww_signature_url: {
|
|
320
|
+
readonly pretty: "signatureUrl";
|
|
321
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
322
|
+
};
|
|
323
|
+
readonly ww_signatureid: {
|
|
324
|
+
readonly pretty: "signatureId";
|
|
325
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
326
|
+
};
|
|
327
|
+
readonly ww_validfrom: {
|
|
328
|
+
readonly pretty: "validFrom";
|
|
329
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
330
|
+
};
|
|
331
|
+
readonly ww_validto: {
|
|
332
|
+
readonly pretty: "validTo";
|
|
333
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
334
|
+
};
|
|
335
|
+
readonly ww_documentreceivedtime: {
|
|
336
|
+
readonly pretty: "documentReceivedTime";
|
|
337
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
338
|
+
};
|
|
339
|
+
readonly ww_source: {
|
|
340
|
+
readonly pretty: "source";
|
|
341
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
342
|
+
};
|
|
343
|
+
readonly _ww_changerequestdocuments_value: {
|
|
344
|
+
readonly pretty: "changeRequestDocumentsValue";
|
|
345
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
346
|
+
};
|
|
347
|
+
readonly ww_identityverificationstatus: {
|
|
348
|
+
readonly pretty: "identityVerificationStatus";
|
|
349
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
350
|
+
};
|
|
351
|
+
readonly _ww_simulation_value: {
|
|
352
|
+
readonly pretty: "simulationValue";
|
|
353
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
354
|
+
};
|
|
355
|
+
readonly ww_employmenttype: {
|
|
356
|
+
readonly pretty: "employmentType";
|
|
357
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
358
|
+
};
|
|
359
|
+
readonly _ww_assignmentextensions_value: {
|
|
360
|
+
readonly pretty: "assignmentExtensionsValue";
|
|
361
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
362
|
+
};
|
|
363
|
+
readonly ww_reasons: {
|
|
364
|
+
readonly pretty: "reasons";
|
|
365
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
366
|
+
};
|
|
367
|
+
readonly ww_contracttype: {
|
|
368
|
+
readonly pretty: "contractType";
|
|
369
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
370
|
+
};
|
|
371
|
+
readonly ww_requiredbeforelegalapproval: {
|
|
372
|
+
readonly pretty: "requiredBeforeLegalApproval";
|
|
373
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
374
|
+
};
|
|
375
|
+
readonly ww_value: {
|
|
376
|
+
readonly pretty: "value";
|
|
377
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
378
|
+
};
|
|
379
|
+
readonly ww_limitedcompanyname: {
|
|
380
|
+
readonly pretty: "limitedCompanyName";
|
|
381
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
382
|
+
};
|
|
383
|
+
readonly ww_config: {
|
|
384
|
+
readonly pretty: "config";
|
|
385
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
386
|
+
};
|
|
387
|
+
readonly ww_identityverificationurl: {
|
|
388
|
+
readonly pretty: "identityVerificationUrl";
|
|
389
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
//# sourceMappingURL=DContractorDocumentAPI.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DContractorDocumentAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/contractorDocument/DContractorDocumentAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuK5B,CAAA;AAEV,eAAO,MAAM,+BAA+B;;;;;;;;;CASlC,CAAA;AAEV,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiE3B,CAAA"}
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { documentBaseFields } from '../_bases/SDocumentBase.js';
|
|
3
|
+
import { EntityNames } from '../../../../enums/EntityNames.js';
|
|
4
|
+
export const contractorDocumentOptions = {
|
|
5
|
+
ContractorDocumentCategory: {
|
|
6
|
+
photoId: 1,
|
|
7
|
+
addressId: 2,
|
|
8
|
+
rightToWork: 3,
|
|
9
|
+
contract: 4,
|
|
10
|
+
contractExtension: 10,
|
|
11
|
+
expense: 5,
|
|
12
|
+
assignmentDocuments: 6,
|
|
13
|
+
payDocuments: 7,
|
|
14
|
+
bankAccountId: 8,
|
|
15
|
+
countrySpecificDocuments: 9,
|
|
16
|
+
icpDocuments: 11,
|
|
17
|
+
},
|
|
18
|
+
Contracttype: {
|
|
19
|
+
fixedTerm: 127840000,
|
|
20
|
+
indefinite: 127840001,
|
|
21
|
+
},
|
|
22
|
+
Documentdisplay: {
|
|
23
|
+
displayOnWorkerPortal: 1,
|
|
24
|
+
doNotDisplayOnWorkerPortal: 2,
|
|
25
|
+
displayOnClientPortal: 3,
|
|
26
|
+
},
|
|
27
|
+
Documentstatus: {
|
|
28
|
+
required: 1,
|
|
29
|
+
outForSignature: 7,
|
|
30
|
+
awaitingApproval: 2,
|
|
31
|
+
approved: 3,
|
|
32
|
+
onHold: 8,
|
|
33
|
+
rejected: 4,
|
|
34
|
+
dueToExpire: 5,
|
|
35
|
+
expired: 6,
|
|
36
|
+
issueWithClauses: 9,
|
|
37
|
+
countersigned: 10,
|
|
38
|
+
},
|
|
39
|
+
Employmenttype: {
|
|
40
|
+
fixedTerm: 127840000,
|
|
41
|
+
indefinite: 127840001,
|
|
42
|
+
},
|
|
43
|
+
Type: {
|
|
44
|
+
agentLinkNotification: 127840000,
|
|
45
|
+
applicationForm: 127840001,
|
|
46
|
+
bankAccountAuthority: 127840002,
|
|
47
|
+
bankCertificateOrStatement: 127840003,
|
|
48
|
+
bankCertificateProofOfNiNumber: 127840004,
|
|
49
|
+
cisSurvey: 127840005,
|
|
50
|
+
contractForService: 127840006,
|
|
51
|
+
dependantVisa: 127840007,
|
|
52
|
+
drivingLicence: 127840008,
|
|
53
|
+
e101Application: 127840009,
|
|
54
|
+
e101Certificate: 127840010,
|
|
55
|
+
eea1BlueCard: 127840011,
|
|
56
|
+
employmentContract: 127840012,
|
|
57
|
+
employmentContractRu: 127840013,
|
|
58
|
+
employmentContractDrivelinkHpuk: 127840014,
|
|
59
|
+
employmentContractOverseas: 127840015,
|
|
60
|
+
employmentContractPaye: 127840016,
|
|
61
|
+
employmentContractPba: 127840017,
|
|
62
|
+
employmentContractPbaRu: 127840018,
|
|
63
|
+
employmentContractProf: 127840019,
|
|
64
|
+
frsApproval: 127840020,
|
|
65
|
+
hsmp: 127840021,
|
|
66
|
+
idCard: 127840022,
|
|
67
|
+
indefiniteLeaveToRemain: 127840023,
|
|
68
|
+
insurances: 127840024,
|
|
69
|
+
limitedLeaveToRemain: 127840025,
|
|
70
|
+
onlineCheckingService: 127840026,
|
|
71
|
+
p38: 127840027,
|
|
72
|
+
p45: 127840028,
|
|
73
|
+
p46: 127840029,
|
|
74
|
+
p6: 127840030,
|
|
75
|
+
p86: 127840031,
|
|
76
|
+
p9: 127840032,
|
|
77
|
+
passport: 127840033,
|
|
78
|
+
rent: 127840034,
|
|
79
|
+
brpResidencePermit: 127840035,
|
|
80
|
+
segsScheme: 127840036,
|
|
81
|
+
slForm: 127840037,
|
|
82
|
+
solewiseFirstPayment: 127840038,
|
|
83
|
+
statutoryPayments: 127840039,
|
|
84
|
+
studentVisa: 127840040,
|
|
85
|
+
tr1: 127840041,
|
|
86
|
+
travel: 127840042,
|
|
87
|
+
ukAncestry: 127840043,
|
|
88
|
+
ukSpouse: 127840044,
|
|
89
|
+
utilityBill: 127840045,
|
|
90
|
+
withdrawalOfTaxProvisionWaiverOfLiability: 127840046,
|
|
91
|
+
workingHolidayVisa: 127840047,
|
|
92
|
+
wrsApplication: 127840048,
|
|
93
|
+
wrsCertificate: 127840049,
|
|
94
|
+
youthMobility: 127840050,
|
|
95
|
+
shareCode: 127840051,
|
|
96
|
+
seNoAccountant: 127840052,
|
|
97
|
+
employed: 127840053,
|
|
98
|
+
selfEmployed: 127840054,
|
|
99
|
+
registrationForm: 127840055,
|
|
100
|
+
indemnityLetter: 127840056,
|
|
101
|
+
hiringCompanyContract: 127840057,
|
|
102
|
+
taxSimulation: 127840058,
|
|
103
|
+
healthInsurance: 127840059,
|
|
104
|
+
socialSecurity: 127840060,
|
|
105
|
+
questionnaire: 127840061,
|
|
106
|
+
proofOfTax: 127840062,
|
|
107
|
+
brpShortStayPermit: 127840063,
|
|
108
|
+
brcResidenceCard: 127840064,
|
|
109
|
+
brcPermanentResidenceCard: 127840065,
|
|
110
|
+
brcDerivativeResidenceCard: 127840066,
|
|
111
|
+
proofOfFreelanceRegistration: 127840067,
|
|
112
|
+
certificateOfIncorporation: 127840068,
|
|
113
|
+
bankDetailsLtd: 127840069,
|
|
114
|
+
employeePayslip: 127840070,
|
|
115
|
+
bankDetailsFormContractor: 127840071,
|
|
116
|
+
vat: 127840072,
|
|
117
|
+
hiringCompanyAssignmentSchedule: 127840073,
|
|
118
|
+
hiringCompanyAssignmentDocuments: 127840081,
|
|
119
|
+
identityCard: 127840074,
|
|
120
|
+
residencyPermit: 127840075,
|
|
121
|
+
townHallCertificate: 127840076,
|
|
122
|
+
rentalAgreement: 127840077,
|
|
123
|
+
piInsurance: 127840078,
|
|
124
|
+
plInsurance: 127840079,
|
|
125
|
+
proofOfDirectorship: 127840080,
|
|
126
|
+
hiringCompanyAssignmentMarginAgreement: 127840082,
|
|
127
|
+
employmentContractUmbrella: 127840083,
|
|
128
|
+
starterChecklist: 127840084,
|
|
129
|
+
consultancyServicesAgreement: 127840085,
|
|
130
|
+
assignmentSchedule: 127840086,
|
|
131
|
+
bankCertificate: 127840087,
|
|
132
|
+
bankStatement: 127840088,
|
|
133
|
+
other: 127840089,
|
|
134
|
+
birthCertificate: 127840090,
|
|
135
|
+
holidayCertificate: 127840091,
|
|
136
|
+
diploma: 127840092,
|
|
137
|
+
marriageCertificate: 127840093,
|
|
138
|
+
yellowCardSunhedskort: 127840094,
|
|
139
|
+
taxCode: 127840095,
|
|
140
|
+
parenthoodCertificate: 127840096,
|
|
141
|
+
ppk: 127840097,
|
|
142
|
+
pit2: 127840098,
|
|
143
|
+
signed060ModelStatementDataForPayrollTaxes: 127840099,
|
|
144
|
+
shareholderId: 127840100,
|
|
145
|
+
powerOfAttorney: 127840101,
|
|
146
|
+
criminalRecord: 127840102,
|
|
147
|
+
nonBankruptcyDeclarationNotarised: 127840103,
|
|
148
|
+
attestationDeDroitALAssiranceMaladie: 127840104,
|
|
149
|
+
certificadoDeRegistoDeCidadaoDaUniaoEuroeia: 127840105,
|
|
150
|
+
marginOnlyAgreement: 127840106,
|
|
151
|
+
c2cContract: 127840107,
|
|
152
|
+
slaContract: 127840108,
|
|
153
|
+
// indemnityLetter: 127840109, duplicated so not sure real one
|
|
154
|
+
wwgSimulationExcel: 127840111,
|
|
155
|
+
contractAddendum: 127840114,
|
|
156
|
+
informationForm: 127840117,
|
|
157
|
+
proofOfSelfEmployedRegistration: 127840118,
|
|
158
|
+
wwgSimulationPdf: 127840119,
|
|
159
|
+
hiringCompanySow: 127840120,
|
|
160
|
+
visa: 127840121,
|
|
161
|
+
residencyPermitBack: 127840122,
|
|
162
|
+
identityCardBack: 127840123,
|
|
163
|
+
workerContract: 127840124,
|
|
164
|
+
employerCheckingService: 127840125,
|
|
165
|
+
// marriageCertificate: 127840126, duplicated so not sure real one
|
|
166
|
+
civilPartnershipCertificate: 127840127,
|
|
167
|
+
nameChangeCertificate: 127840128,
|
|
168
|
+
purchaseOrder: 127840129,
|
|
169
|
+
jobOffer: 127840130,
|
|
170
|
+
},
|
|
171
|
+
};
|
|
172
|
+
export const contractorDocumentRelationships = {
|
|
173
|
+
contractor: {
|
|
174
|
+
relationshipName: 'ww_Contractor',
|
|
175
|
+
entity: EntityNames.contact.entitySetName,
|
|
176
|
+
},
|
|
177
|
+
directorApproved: {
|
|
178
|
+
relationshipName: 'ww_DirectorApproved',
|
|
179
|
+
entity: EntityNames.contact.entitySetName,
|
|
180
|
+
},
|
|
181
|
+
};
|
|
182
|
+
export const contractorDocumentFields = {
|
|
183
|
+
...documentBaseFields, // Merge the base
|
|
184
|
+
_ww_contractor_value: {
|
|
185
|
+
pretty: 'contractorValue',
|
|
186
|
+
type: z.string().nullish(),
|
|
187
|
+
...contractorDocumentRelationships.contractor,
|
|
188
|
+
},
|
|
189
|
+
_ww_directorapproved_value: {
|
|
190
|
+
pretty: 'directorApprovedValue',
|
|
191
|
+
type: z.string().nullish(),
|
|
192
|
+
...contractorDocumentRelationships.directorApproved,
|
|
193
|
+
},
|
|
194
|
+
_ww_scats_contractingContractor_value: {
|
|
195
|
+
pretty: 'scatsContractingContractorValue',
|
|
196
|
+
type: z.string().nullish(),
|
|
197
|
+
},
|
|
198
|
+
ww_contractordocumentid: {
|
|
199
|
+
pretty: 'contractorDocumentId',
|
|
200
|
+
type: z.string().nullish(),
|
|
201
|
+
},
|
|
202
|
+
ww_customeripaddress: {
|
|
203
|
+
pretty: 'customerIpAddress',
|
|
204
|
+
type: z.string().nullish(),
|
|
205
|
+
},
|
|
206
|
+
ww_directorapprovalrequired: {
|
|
207
|
+
pretty: 'directorApprovalRequired',
|
|
208
|
+
type: z.boolean().nullish(),
|
|
209
|
+
},
|
|
210
|
+
ww_directorapproveddate: {
|
|
211
|
+
pretty: 'directorApprovedDate',
|
|
212
|
+
type: z.string().nullish(),
|
|
213
|
+
},
|
|
214
|
+
ww_documentid: { pretty: 'documentId', type: z.string().nullish() },
|
|
215
|
+
ww_documentreceiveddate: {
|
|
216
|
+
pretty: 'documentReceivedDate',
|
|
217
|
+
type: z.string().nullish(),
|
|
218
|
+
},
|
|
219
|
+
ww_documentstatus: { pretty: 'documentStatus', type: z.number().nullish() },
|
|
220
|
+
ww_documentdisplay: {
|
|
221
|
+
pretty: 'documentDisplay',
|
|
222
|
+
type: z.number().nullish(),
|
|
223
|
+
},
|
|
224
|
+
ww_file: { pretty: 'file', type: z.string().nullish() },
|
|
225
|
+
ww_file_name: { pretty: 'fileName', type: z.string().nullish() },
|
|
226
|
+
ww_requirescontractorsignature: {
|
|
227
|
+
pretty: 'requiresContractorSignature',
|
|
228
|
+
type: z.boolean().nullish(),
|
|
229
|
+
},
|
|
230
|
+
ww_signedon: { pretty: 'signedOn', type: z.string().nullish() },
|
|
231
|
+
ww_type: { pretty: 'type', type: z.number().nullish() },
|
|
232
|
+
ww_uploadedfromweb: {
|
|
233
|
+
pretty: 'uploadedFromWeb',
|
|
234
|
+
type: z.boolean().nullish(),
|
|
235
|
+
},
|
|
236
|
+
ww_workerapproved: { pretty: 'workerApproved', type: z.string().nullish() },
|
|
237
|
+
//expansions
|
|
238
|
+
[contractorDocumentRelationships.contractor.relationshipName]: {
|
|
239
|
+
pretty: 'contractor',
|
|
240
|
+
toolsKey: 'contact',
|
|
241
|
+
},
|
|
242
|
+
[contractorDocumentRelationships.directorApproved.relationshipName]: {
|
|
243
|
+
pretty: 'directorApproved',
|
|
244
|
+
toolsKey: 'contact',
|
|
245
|
+
},
|
|
246
|
+
};
|
|
247
|
+
//# sourceMappingURL=DContractorDocumentAPI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DContractorDocumentAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/contractorDocument/DContractorDocumentAPI.ts"],"names":[],"mappings":"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"}
|