@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,128 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const marginMetadata: {};
|
|
3
|
+
export declare const marginOptions: {
|
|
4
|
+
readonly MarginBasis: {
|
|
5
|
+
readonly fixed: 127840000;
|
|
6
|
+
readonly percentage: 127840004;
|
|
7
|
+
readonly percentageWithMin: 127840005;
|
|
8
|
+
readonly daily: 127840001;
|
|
9
|
+
readonly weekly: 127840002;
|
|
10
|
+
readonly monthly: 127840003;
|
|
11
|
+
readonly bandedIncome: 127840006;
|
|
12
|
+
readonly bandedUnitRate: 127840007;
|
|
13
|
+
readonly bandedWorkUnit: 127840008;
|
|
14
|
+
};
|
|
15
|
+
readonly MarginPeriod: {
|
|
16
|
+
readonly hourly: 127840005;
|
|
17
|
+
readonly daily: 127840000;
|
|
18
|
+
readonly weekly: 127840001;
|
|
19
|
+
readonly fortnightly: 127840002;
|
|
20
|
+
readonly "4Weekly": 127840003;
|
|
21
|
+
readonly monthly: 127840004;
|
|
22
|
+
};
|
|
23
|
+
readonly MarginPaidBy: {
|
|
24
|
+
readonly hiringCompany: 1;
|
|
25
|
+
readonly contractor: 2;
|
|
26
|
+
readonly both: 3;
|
|
27
|
+
readonly marginCompany: 4;
|
|
28
|
+
};
|
|
29
|
+
readonly StartUpMarginPaidBy: {
|
|
30
|
+
readonly hiringCompany: 1;
|
|
31
|
+
readonly contractor: 2;
|
|
32
|
+
readonly both: 3;
|
|
33
|
+
readonly marginCompany: 4;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export declare const marginRelationships: {
|
|
37
|
+
readonly country: {
|
|
38
|
+
readonly relationshipName: "ww_Country";
|
|
39
|
+
readonly entity: "ww_countries";
|
|
40
|
+
};
|
|
41
|
+
readonly solution: {
|
|
42
|
+
readonly relationshipName: "ww_Solution";
|
|
43
|
+
readonly entity: "products";
|
|
44
|
+
};
|
|
45
|
+
readonly margincurrency: {
|
|
46
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
47
|
+
readonly entity: "transactioncurrencies";
|
|
48
|
+
};
|
|
49
|
+
readonly startupmargincurrency: {
|
|
50
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
51
|
+
readonly entity: "transactioncurrencies";
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
export declare const marginFields: {
|
|
55
|
+
readonly ww_marginid: {
|
|
56
|
+
readonly pretty: "marginId";
|
|
57
|
+
readonly type: z.ZodString;
|
|
58
|
+
};
|
|
59
|
+
readonly ww_name: {
|
|
60
|
+
readonly pretty: "name";
|
|
61
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
};
|
|
63
|
+
readonly _ww_country_value: {
|
|
64
|
+
readonly relationshipName: "ww_Country";
|
|
65
|
+
readonly entity: "ww_countries";
|
|
66
|
+
readonly pretty: "countryValue";
|
|
67
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
};
|
|
69
|
+
readonly _ww_solution_value: {
|
|
70
|
+
readonly relationshipName: "ww_Solution";
|
|
71
|
+
readonly entity: "products";
|
|
72
|
+
readonly pretty: "solutionValue";
|
|
73
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74
|
+
};
|
|
75
|
+
readonly _ww_margincurrency_value: {
|
|
76
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
77
|
+
readonly entity: "transactioncurrencies";
|
|
78
|
+
readonly pretty: "marginCurrencyValue";
|
|
79
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
|
+
};
|
|
81
|
+
readonly ww_marginbasis: {
|
|
82
|
+
readonly pretty: "marginBasis";
|
|
83
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
84
|
+
};
|
|
85
|
+
readonly ww_marginpercentage: {
|
|
86
|
+
readonly pretty: "marginPercentage";
|
|
87
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
88
|
+
};
|
|
89
|
+
readonly ww_marginperiod: {
|
|
90
|
+
readonly pretty: "marginPeriod";
|
|
91
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
92
|
+
};
|
|
93
|
+
readonly ww_marginminvalue: {
|
|
94
|
+
readonly pretty: "marginMinValue";
|
|
95
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
96
|
+
};
|
|
97
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
98
|
+
readonly pretty: "marginFixedValueMaxValue";
|
|
99
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
100
|
+
};
|
|
101
|
+
readonly ww_marginpaidby: {
|
|
102
|
+
readonly pretty: "marginPaidBy";
|
|
103
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
104
|
+
};
|
|
105
|
+
readonly ww_margincontractorpercentage: {
|
|
106
|
+
readonly pretty: "marginContractorPercentage";
|
|
107
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
108
|
+
};
|
|
109
|
+
readonly _ww_startupmargincurrency_value: {
|
|
110
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
111
|
+
readonly entity: "transactioncurrencies";
|
|
112
|
+
readonly pretty: "startUpMarginCurrencyValue";
|
|
113
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
+
};
|
|
115
|
+
readonly ww_startupmarginpaidby: {
|
|
116
|
+
readonly pretty: "startUpMarginPaidBy";
|
|
117
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
118
|
+
};
|
|
119
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
120
|
+
readonly pretty: "startUpMarginFixedValueMaxValue";
|
|
121
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
122
|
+
};
|
|
123
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
124
|
+
readonly pretty: "startUpMarginContractorPercentage";
|
|
125
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
//# sourceMappingURL=DMarginAPI.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DMarginAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/margin/DMarginAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,cAAc,IAAc,CAAA;AAEzC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgChB,CAAA;AAEV,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;CAiBtB,CAAA;AAEV,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDf,CAAA"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { EntityNames } from '../../../../enums/EntityNames.js';
|
|
3
|
+
export const marginMetadata = {};
|
|
4
|
+
export const marginOptions = {
|
|
5
|
+
MarginBasis: {
|
|
6
|
+
fixed: 127840000,
|
|
7
|
+
percentage: 127840004,
|
|
8
|
+
percentageWithMin: 127840005,
|
|
9
|
+
daily: 127840001,
|
|
10
|
+
weekly: 127840002,
|
|
11
|
+
monthly: 127840003,
|
|
12
|
+
bandedIncome: 127840006,
|
|
13
|
+
bandedUnitRate: 127840007,
|
|
14
|
+
bandedWorkUnit: 127840008,
|
|
15
|
+
},
|
|
16
|
+
MarginPeriod: {
|
|
17
|
+
hourly: 127840005,
|
|
18
|
+
daily: 127840000,
|
|
19
|
+
weekly: 127840001,
|
|
20
|
+
fortnightly: 127840002,
|
|
21
|
+
['4Weekly']: 127840003,
|
|
22
|
+
monthly: 127840004,
|
|
23
|
+
},
|
|
24
|
+
MarginPaidBy: {
|
|
25
|
+
hiringCompany: 1,
|
|
26
|
+
contractor: 2,
|
|
27
|
+
both: 3,
|
|
28
|
+
marginCompany: 4,
|
|
29
|
+
},
|
|
30
|
+
StartUpMarginPaidBy: {
|
|
31
|
+
hiringCompany: 1,
|
|
32
|
+
contractor: 2,
|
|
33
|
+
both: 3,
|
|
34
|
+
marginCompany: 4,
|
|
35
|
+
},
|
|
36
|
+
};
|
|
37
|
+
export const marginRelationships = {
|
|
38
|
+
country: {
|
|
39
|
+
relationshipName: 'ww_Country',
|
|
40
|
+
entity: EntityNames.country.entitySetName,
|
|
41
|
+
},
|
|
42
|
+
solution: {
|
|
43
|
+
relationshipName: 'ww_Solution',
|
|
44
|
+
entity: EntityNames.solution.entitySetName,
|
|
45
|
+
},
|
|
46
|
+
margincurrency: {
|
|
47
|
+
relationshipName: 'ww_MarginCurrency',
|
|
48
|
+
entity: EntityNames.currency.entitySetName,
|
|
49
|
+
},
|
|
50
|
+
startupmargincurrency: {
|
|
51
|
+
relationshipName: 'ww_StartUpMarginCurrency',
|
|
52
|
+
entity: EntityNames.currency.entitySetName,
|
|
53
|
+
},
|
|
54
|
+
};
|
|
55
|
+
export const marginFields = {
|
|
56
|
+
ww_marginid: { pretty: 'marginId', type: z.string().uuid() },
|
|
57
|
+
ww_name: { pretty: 'name', type: z.string().nullish() },
|
|
58
|
+
_ww_country_value: {
|
|
59
|
+
pretty: 'countryValue',
|
|
60
|
+
type: z.string().nullish(),
|
|
61
|
+
...marginRelationships.country,
|
|
62
|
+
},
|
|
63
|
+
_ww_solution_value: {
|
|
64
|
+
pretty: 'solutionValue',
|
|
65
|
+
type: z.string().nullish(),
|
|
66
|
+
...marginRelationships.solution,
|
|
67
|
+
},
|
|
68
|
+
_ww_margincurrency_value: {
|
|
69
|
+
pretty: 'marginCurrencyValue',
|
|
70
|
+
type: z.string().nullish(),
|
|
71
|
+
...marginRelationships.margincurrency,
|
|
72
|
+
},
|
|
73
|
+
ww_marginbasis: { pretty: 'marginBasis', type: z.number().nullish() },
|
|
74
|
+
ww_marginpercentage: {
|
|
75
|
+
pretty: 'marginPercentage',
|
|
76
|
+
type: z.number().nullish(),
|
|
77
|
+
},
|
|
78
|
+
ww_marginperiod: { pretty: 'marginPeriod', type: z.number().nullish() },
|
|
79
|
+
ww_marginminvalue: { pretty: 'marginMinValue', type: z.number().nullish() },
|
|
80
|
+
ww_marginfixedvaluemaxvalue: {
|
|
81
|
+
pretty: 'marginFixedValueMaxValue',
|
|
82
|
+
type: z.number().nullish(),
|
|
83
|
+
},
|
|
84
|
+
ww_marginpaidby: { pretty: 'marginPaidBy', type: z.number().nullish() },
|
|
85
|
+
ww_margincontractorpercentage: {
|
|
86
|
+
pretty: 'marginContractorPercentage',
|
|
87
|
+
type: z.number().nullish(),
|
|
88
|
+
},
|
|
89
|
+
_ww_startupmargincurrency_value: {
|
|
90
|
+
pretty: 'startUpMarginCurrencyValue',
|
|
91
|
+
type: z.string().nullish(),
|
|
92
|
+
...marginRelationships.startupmargincurrency,
|
|
93
|
+
},
|
|
94
|
+
ww_startupmarginpaidby: {
|
|
95
|
+
pretty: 'startUpMarginPaidBy',
|
|
96
|
+
type: z.number().nullish(),
|
|
97
|
+
},
|
|
98
|
+
ww_startupmarginfixedvaluemaxvalue: {
|
|
99
|
+
pretty: 'startUpMarginFixedValueMaxValue',
|
|
100
|
+
type: z.number().nullish(),
|
|
101
|
+
},
|
|
102
|
+
ww_startupmargincontractorpercentage: {
|
|
103
|
+
pretty: 'startUpMarginContractorPercentage',
|
|
104
|
+
type: z.number().nullish(),
|
|
105
|
+
},
|
|
106
|
+
};
|
|
107
|
+
//# sourceMappingURL=DMarginAPI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DMarginAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/margin/DMarginAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,cAAc,GAAG,EAAW,CAAA;AAEzC,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW,EAAE;QACX,KAAK,EAAE,SAAS;QAChB,UAAU,EAAE,SAAS;QACrB,iBAAiB,EAAE,SAAS;QAC5B,KAAK,EAAE,SAAS;QAChB,MAAM,EAAE,SAAS;QACjB,OAAO,EAAE,SAAS;QAClB,YAAY,EAAE,SAAS;QACvB,cAAc,EAAE,SAAS;QACzB,cAAc,EAAE,SAAS;KAC1B;IACD,YAAY,EAAE;QACZ,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,SAAS;QAChB,MAAM,EAAE,SAAS;QACjB,WAAW,EAAE,SAAS;QACtB,CAAC,SAAS,CAAC,EAAE,SAAS;QACtB,OAAO,EAAE,SAAS;KACnB;IACD,YAAY,EAAE;QACZ,aAAa,EAAE,CAAC;QAChB,UAAU,EAAE,CAAC;QACb,IAAI,EAAE,CAAC;QACP,aAAa,EAAE,CAAC;KACjB;IACD,mBAAmB,EAAE;QACnB,aAAa,EAAE,CAAC;QAChB,UAAU,EAAE,CAAC;QACb,IAAI,EAAE,CAAC;QACP,aAAa,EAAE,CAAC;KACjB;CACO,CAAA;AAEV,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,OAAO,EAAE;QACP,gBAAgB,EAAE,YAAY;QAC9B,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,aAAa;KAC1C;IACD,QAAQ,EAAE;QACR,gBAAgB,EAAE,aAAa;QAC/B,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,aAAa;KAC3C;IACD,cAAc,EAAE;QACd,gBAAgB,EAAE,mBAAmB;QACrC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,aAAa;KAC3C;IACD,qBAAqB,EAAE;QACrB,gBAAgB,EAAE,0BAA0B;QAC5C,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,aAAa;KAC3C;CACO,CAAA;AAEV,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,WAAW,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE;IAC5D,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IACvD,iBAAiB,EAAE;QACjB,MAAM,EAAE,cAAc;QACtB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QAC1B,GAAG,mBAAmB,CAAC,OAAO;KAC/B;IACD,kBAAkB,EAAE;QAClB,MAAM,EAAE,eAAe;QACvB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QAC1B,GAAG,mBAAmB,CAAC,QAAQ;KAChC;IACD,wBAAwB,EAAE;QACxB,MAAM,EAAE,qBAAqB;QAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QAC1B,GAAG,mBAAmB,CAAC,cAAc;KACtC;IACD,cAAc,EAAE,EAAE,MAAM,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IACrE,mBAAmB,EAAE;QACnB,MAAM,EAAE,kBAAkB;QAC1B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,eAAe,EAAE,EAAE,MAAM,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IACvE,iBAAiB,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IAC3E,2BAA2B,EAAE;QAC3B,MAAM,EAAE,0BAA0B;QAClC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,eAAe,EAAE,EAAE,MAAM,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;IACvE,6BAA6B,EAAE;QAC7B,MAAM,EAAE,4BAA4B;QACpC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,+BAA+B,EAAE;QAC/B,MAAM,EAAE,4BAA4B;QACpC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;QAC1B,GAAG,mBAAmB,CAAC,qBAAqB;KAC7C;IACD,sBAAsB,EAAE;QACtB,MAAM,EAAE,qBAAqB;QAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,kCAAkC,EAAE;QAClC,MAAM,EAAE,iCAAiC;QACzC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;IACD,oCAAoC,EAAE;QACpC,MAAM,EAAE,mCAAmC;QAC3C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE;KAC3B;CACO,CAAA"}
|
|
@@ -0,0 +1,403 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const MarginEntity: {
|
|
3
|
+
isLookupOnly: boolean;
|
|
4
|
+
fieldsPretty: {
|
|
5
|
+
etag: string;
|
|
6
|
+
createdByValue: string;
|
|
7
|
+
createdOnBehalfByValue: string;
|
|
8
|
+
modifiedByValue: string;
|
|
9
|
+
modifiedOnBehalfByValue: string;
|
|
10
|
+
ownerIdValue: string;
|
|
11
|
+
owningBusinessUnitValue: string;
|
|
12
|
+
owningTeamValue: string;
|
|
13
|
+
owningUserValue: string;
|
|
14
|
+
countryValue: string;
|
|
15
|
+
createdOn: string;
|
|
16
|
+
importSequenceNumber: string;
|
|
17
|
+
modifiedOn: string;
|
|
18
|
+
overriddenCreatedOn: string;
|
|
19
|
+
stateCode: string;
|
|
20
|
+
statusCode: string;
|
|
21
|
+
timezoneRuleVersionNumber: string;
|
|
22
|
+
utcConversionTimezoneCode: string;
|
|
23
|
+
versionNumber: string;
|
|
24
|
+
name: string;
|
|
25
|
+
solutionValue: string;
|
|
26
|
+
marginCurrencyValue: string;
|
|
27
|
+
marginBasis: string;
|
|
28
|
+
marginPeriod: string;
|
|
29
|
+
marginPercentage: string;
|
|
30
|
+
marginFixedValueMaxValue: string;
|
|
31
|
+
marginMinValue: string;
|
|
32
|
+
marginPaidBy: string;
|
|
33
|
+
marginContractorPercentage: string;
|
|
34
|
+
startUpMarginFixedValueMaxValue: string;
|
|
35
|
+
startUpMarginPaidBy: string;
|
|
36
|
+
startUpMarginCurrencyValue: string;
|
|
37
|
+
startUpMarginContractorPercentage: string;
|
|
38
|
+
marginId: string;
|
|
39
|
+
};
|
|
40
|
+
fieldsD365: {
|
|
41
|
+
readonly ww_marginid: "marginId";
|
|
42
|
+
readonly ww_name: "name";
|
|
43
|
+
readonly _ww_country_value: "countryValue";
|
|
44
|
+
readonly _ww_solution_value: "solutionValue";
|
|
45
|
+
readonly _ww_margincurrency_value: "marginCurrencyValue";
|
|
46
|
+
readonly ww_marginbasis: "marginBasis";
|
|
47
|
+
readonly ww_marginpercentage: "marginPercentage";
|
|
48
|
+
readonly ww_marginperiod: "marginPeriod";
|
|
49
|
+
readonly ww_marginminvalue: "marginMinValue";
|
|
50
|
+
readonly ww_marginfixedvaluemaxvalue: "marginFixedValueMaxValue";
|
|
51
|
+
readonly ww_marginpaidby: "marginPaidBy";
|
|
52
|
+
readonly ww_margincontractorpercentage: "marginContractorPercentage";
|
|
53
|
+
readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
|
|
54
|
+
readonly ww_startupmarginpaidby: "startUpMarginPaidBy";
|
|
55
|
+
readonly ww_startupmarginfixedvaluemaxvalue: "startUpMarginFixedValueMaxValue";
|
|
56
|
+
readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
|
|
57
|
+
readonly _ownerid_value: "ownerIdValue";
|
|
58
|
+
readonly _owningbusinessunit_value: "owningBusinessUnitValue";
|
|
59
|
+
readonly _owningteam_value: "owningTeamValue";
|
|
60
|
+
readonly _owninguser_value: "owningUserValue";
|
|
61
|
+
readonly '@odata.etag': "etag";
|
|
62
|
+
readonly versionnumber: "versionNumber";
|
|
63
|
+
readonly _createdby_value: "createdByValue";
|
|
64
|
+
readonly createdon: "createdOn";
|
|
65
|
+
readonly _createdonbehalfby_value: "createdOnBehalfByValue";
|
|
66
|
+
readonly _modifiedby_value: "modifiedByValue";
|
|
67
|
+
readonly modifiedon: "modifiedOn";
|
|
68
|
+
readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
|
|
69
|
+
readonly statecode: "stateCode";
|
|
70
|
+
readonly statuscode: "statusCode";
|
|
71
|
+
readonly importsequencenumber: "importSequenceNumber";
|
|
72
|
+
readonly overriddencreatedon: "overriddenCreatedOn";
|
|
73
|
+
readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
|
|
74
|
+
readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
|
|
75
|
+
};
|
|
76
|
+
SResponseD365: z.ZodObject<{
|
|
77
|
+
readonly _ownerid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
78
|
+
readonly _owningbusinessunit_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
79
|
+
readonly _owningteam_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
80
|
+
readonly _owninguser_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
81
|
+
readonly '@odata.etag': z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>>;
|
|
82
|
+
readonly versionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
83
|
+
readonly _createdby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
84
|
+
readonly createdon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
85
|
+
readonly _createdonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
86
|
+
readonly _modifiedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
87
|
+
readonly modifiedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
88
|
+
readonly _modifiedonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
89
|
+
readonly statecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
90
|
+
readonly statuscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
91
|
+
readonly importsequencenumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
92
|
+
readonly overriddencreatedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
93
|
+
readonly timezoneruleversionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
94
|
+
readonly utcconversiontimezonecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
95
|
+
readonly ww_marginid: z.ZodOptional<z.ZodString>;
|
|
96
|
+
readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
97
|
+
readonly _ww_country_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
98
|
+
readonly _ww_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
99
|
+
readonly _ww_margincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
100
|
+
readonly ww_marginbasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
101
|
+
readonly ww_marginpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
102
|
+
readonly ww_marginperiod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
103
|
+
readonly ww_marginminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
104
|
+
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
105
|
+
readonly ww_marginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
106
|
+
readonly ww_margincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
107
|
+
readonly _ww_startupmargincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
108
|
+
readonly ww_startupmarginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
109
|
+
readonly ww_startupmarginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
110
|
+
readonly ww_startupmargincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
111
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
112
|
+
'@odata.etag'?: string | null | undefined;
|
|
113
|
+
_createdby_value?: string | null | undefined;
|
|
114
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
115
|
+
_modifiedby_value?: string | null | undefined;
|
|
116
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
117
|
+
_ownerid_value?: string | null | undefined;
|
|
118
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
119
|
+
_owningteam_value?: string | null | undefined;
|
|
120
|
+
_owninguser_value?: string | null | undefined;
|
|
121
|
+
_ww_country_value?: string | null | undefined;
|
|
122
|
+
createdon?: string | null | undefined;
|
|
123
|
+
importsequencenumber?: number | null | undefined;
|
|
124
|
+
modifiedon?: string | null | undefined;
|
|
125
|
+
overriddencreatedon?: string | null | undefined;
|
|
126
|
+
statecode?: number | null | undefined;
|
|
127
|
+
statuscode?: number | null | undefined;
|
|
128
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
129
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
130
|
+
versionnumber?: number | null | undefined;
|
|
131
|
+
ww_name?: string | null | undefined;
|
|
132
|
+
_ww_solution_value?: string | null | undefined;
|
|
133
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
134
|
+
ww_marginbasis?: number | null | undefined;
|
|
135
|
+
ww_marginperiod?: number | null | undefined;
|
|
136
|
+
ww_marginpercentage?: number | null | undefined;
|
|
137
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
138
|
+
ww_marginminvalue?: number | null | undefined;
|
|
139
|
+
ww_marginpaidby?: number | null | undefined;
|
|
140
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
141
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
142
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
143
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
144
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
145
|
+
ww_marginid?: string | undefined;
|
|
146
|
+
}, {
|
|
147
|
+
'@odata.etag'?: string | null | undefined;
|
|
148
|
+
_createdby_value?: string | null | undefined;
|
|
149
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
150
|
+
_modifiedby_value?: string | null | undefined;
|
|
151
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
152
|
+
_ownerid_value?: string | null | undefined;
|
|
153
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
154
|
+
_owningteam_value?: string | null | undefined;
|
|
155
|
+
_owninguser_value?: string | null | undefined;
|
|
156
|
+
_ww_country_value?: string | null | undefined;
|
|
157
|
+
createdon?: string | null | undefined;
|
|
158
|
+
importsequencenumber?: number | null | undefined;
|
|
159
|
+
modifiedon?: string | null | undefined;
|
|
160
|
+
overriddencreatedon?: string | null | undefined;
|
|
161
|
+
statecode?: number | null | undefined;
|
|
162
|
+
statuscode?: number | null | undefined;
|
|
163
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
164
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
165
|
+
versionnumber?: number | null | undefined;
|
|
166
|
+
ww_name?: string | null | undefined;
|
|
167
|
+
_ww_solution_value?: string | null | undefined;
|
|
168
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
169
|
+
ww_marginbasis?: number | null | undefined;
|
|
170
|
+
ww_marginperiod?: number | null | undefined;
|
|
171
|
+
ww_marginpercentage?: number | null | undefined;
|
|
172
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
173
|
+
ww_marginminvalue?: number | null | undefined;
|
|
174
|
+
ww_marginpaidby?: number | null | undefined;
|
|
175
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
176
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
177
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
178
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
179
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
180
|
+
ww_marginid?: string | undefined;
|
|
181
|
+
}>;
|
|
182
|
+
SPayloadD365: z.ZodObject<{
|
|
183
|
+
readonly ww_marginid: z.ZodOptional<z.ZodString>;
|
|
184
|
+
readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
185
|
+
readonly _ww_country_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
186
|
+
readonly _ww_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
187
|
+
readonly _ww_margincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
188
|
+
readonly ww_marginbasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
189
|
+
readonly ww_marginpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
190
|
+
readonly ww_marginperiod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
191
|
+
readonly ww_marginminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
192
|
+
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
193
|
+
readonly ww_marginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
194
|
+
readonly ww_margincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
195
|
+
readonly _ww_startupmargincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
196
|
+
readonly ww_startupmarginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
197
|
+
readonly ww_startupmarginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
198
|
+
readonly ww_startupmargincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
199
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
200
|
+
_ww_country_value?: string | null | undefined;
|
|
201
|
+
ww_name?: string | null | undefined;
|
|
202
|
+
_ww_solution_value?: string | null | undefined;
|
|
203
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
204
|
+
ww_marginbasis?: number | null | undefined;
|
|
205
|
+
ww_marginperiod?: number | null | undefined;
|
|
206
|
+
ww_marginpercentage?: number | null | undefined;
|
|
207
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
208
|
+
ww_marginminvalue?: number | null | undefined;
|
|
209
|
+
ww_marginpaidby?: number | null | undefined;
|
|
210
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
211
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
212
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
213
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
214
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
215
|
+
ww_marginid?: string | undefined;
|
|
216
|
+
}, {
|
|
217
|
+
_ww_country_value?: string | null | undefined;
|
|
218
|
+
ww_name?: string | null | undefined;
|
|
219
|
+
_ww_solution_value?: string | null | undefined;
|
|
220
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
221
|
+
ww_marginbasis?: number | null | undefined;
|
|
222
|
+
ww_marginperiod?: number | null | undefined;
|
|
223
|
+
ww_marginpercentage?: number | null | undefined;
|
|
224
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
225
|
+
ww_marginminvalue?: number | null | undefined;
|
|
226
|
+
ww_marginpaidby?: number | null | undefined;
|
|
227
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
228
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
229
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
230
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
231
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
232
|
+
ww_marginid?: string | undefined;
|
|
233
|
+
}>;
|
|
234
|
+
SResponseAPI: z.ZodObject<{
|
|
235
|
+
readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
236
|
+
readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
237
|
+
readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
238
|
+
readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
239
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
240
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
241
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
243
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
244
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
245
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
246
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
247
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
248
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
249
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
250
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
251
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
252
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
253
|
+
readonly marginId: z.ZodString;
|
|
254
|
+
readonly name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
255
|
+
readonly countryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
256
|
+
readonly solutionValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
257
|
+
readonly marginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
258
|
+
readonly marginBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
259
|
+
readonly marginPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
260
|
+
readonly marginPeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
261
|
+
readonly marginMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
262
|
+
readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
263
|
+
readonly marginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
264
|
+
readonly marginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
265
|
+
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
266
|
+
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
267
|
+
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
268
|
+
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
269
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
270
|
+
marginId: string;
|
|
271
|
+
countryValue?: string | null | undefined;
|
|
272
|
+
etag?: string | null | undefined;
|
|
273
|
+
versionNumber?: number | null | undefined;
|
|
274
|
+
createdByValue?: string | null | undefined;
|
|
275
|
+
createdOn?: string | null | undefined;
|
|
276
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
277
|
+
modifiedByValue?: string | null | undefined;
|
|
278
|
+
modifiedOn?: string | null | undefined;
|
|
279
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
280
|
+
stateCode?: number | null | undefined;
|
|
281
|
+
statusCode?: number | null | undefined;
|
|
282
|
+
importSequenceNumber?: number | null | undefined;
|
|
283
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
284
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
285
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
286
|
+
ownerIdValue?: string | null | undefined;
|
|
287
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
288
|
+
owningTeamValue?: string | null | undefined;
|
|
289
|
+
owningUserValue?: string | null | undefined;
|
|
290
|
+
name?: string | null | undefined;
|
|
291
|
+
solutionValue?: string | null | undefined;
|
|
292
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
293
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
294
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
295
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
296
|
+
marginCurrencyValue?: string | null | undefined;
|
|
297
|
+
marginBasis?: number | null | undefined;
|
|
298
|
+
marginPercentage?: number | null | undefined;
|
|
299
|
+
marginPeriod?: number | null | undefined;
|
|
300
|
+
marginMinValue?: number | null | undefined;
|
|
301
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
302
|
+
marginPaidBy?: number | null | undefined;
|
|
303
|
+
marginContractorPercentage?: number | null | undefined;
|
|
304
|
+
}, {
|
|
305
|
+
marginId: string;
|
|
306
|
+
countryValue?: string | null | undefined;
|
|
307
|
+
etag?: string | null | undefined;
|
|
308
|
+
versionNumber?: number | null | undefined;
|
|
309
|
+
createdByValue?: string | null | undefined;
|
|
310
|
+
createdOn?: string | null | undefined;
|
|
311
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
312
|
+
modifiedByValue?: string | null | undefined;
|
|
313
|
+
modifiedOn?: string | null | undefined;
|
|
314
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
315
|
+
stateCode?: number | null | undefined;
|
|
316
|
+
statusCode?: number | null | undefined;
|
|
317
|
+
importSequenceNumber?: number | null | undefined;
|
|
318
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
319
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
320
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
321
|
+
ownerIdValue?: string | null | undefined;
|
|
322
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
323
|
+
owningTeamValue?: string | null | undefined;
|
|
324
|
+
owningUserValue?: string | null | undefined;
|
|
325
|
+
name?: string | null | undefined;
|
|
326
|
+
solutionValue?: string | null | undefined;
|
|
327
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
328
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
329
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
330
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
331
|
+
marginCurrencyValue?: string | null | undefined;
|
|
332
|
+
marginBasis?: number | null | undefined;
|
|
333
|
+
marginPercentage?: number | null | undefined;
|
|
334
|
+
marginPeriod?: number | null | undefined;
|
|
335
|
+
marginMinValue?: number | null | undefined;
|
|
336
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
337
|
+
marginPaidBy?: number | null | undefined;
|
|
338
|
+
marginContractorPercentage?: number | null | undefined;
|
|
339
|
+
}>;
|
|
340
|
+
SPayloadAPI: z.ZodObject<{
|
|
341
|
+
readonly marginId: z.ZodOptional<z.ZodString>;
|
|
342
|
+
readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
343
|
+
readonly countryValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
344
|
+
readonly solutionValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
345
|
+
readonly marginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
346
|
+
readonly marginBasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
347
|
+
readonly marginPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
348
|
+
readonly marginPeriod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
349
|
+
readonly marginMinValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
350
|
+
readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
351
|
+
readonly marginPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
352
|
+
readonly marginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
353
|
+
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
354
|
+
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
355
|
+
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
356
|
+
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
357
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
358
|
+
countryValue?: string | null | undefined;
|
|
359
|
+
name?: string | null | undefined;
|
|
360
|
+
solutionValue?: string | null | undefined;
|
|
361
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
362
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
363
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
364
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
365
|
+
marginId?: string | undefined;
|
|
366
|
+
marginCurrencyValue?: string | null | undefined;
|
|
367
|
+
marginBasis?: number | null | undefined;
|
|
368
|
+
marginPercentage?: number | null | undefined;
|
|
369
|
+
marginPeriod?: number | null | undefined;
|
|
370
|
+
marginMinValue?: number | null | undefined;
|
|
371
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
372
|
+
marginPaidBy?: number | null | undefined;
|
|
373
|
+
marginContractorPercentage?: number | null | undefined;
|
|
374
|
+
}, {
|
|
375
|
+
countryValue?: string | null | undefined;
|
|
376
|
+
name?: string | null | undefined;
|
|
377
|
+
solutionValue?: string | null | undefined;
|
|
378
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
379
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
380
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
381
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
382
|
+
marginId?: string | undefined;
|
|
383
|
+
marginCurrencyValue?: string | null | undefined;
|
|
384
|
+
marginBasis?: number | null | undefined;
|
|
385
|
+
marginPercentage?: number | null | undefined;
|
|
386
|
+
marginPeriod?: number | null | undefined;
|
|
387
|
+
marginMinValue?: number | null | undefined;
|
|
388
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
389
|
+
marginPaidBy?: number | null | undefined;
|
|
390
|
+
marginContractorPercentage?: number | null | undefined;
|
|
391
|
+
}>;
|
|
392
|
+
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
393
|
+
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
394
|
+
};
|
|
395
|
+
export type TMarginD365 = z.infer<typeof MarginEntity.SResponseD365>;
|
|
396
|
+
export type TMarginAPI = z.infer<typeof MarginEntity.SResponseAPI>;
|
|
397
|
+
export type TMarginPayloadAPI = z.infer<typeof MarginEntity.SPayloadAPI>;
|
|
398
|
+
export type TMarginPayloadD365 = z.infer<typeof MarginEntity.SPayloadD365>;
|
|
399
|
+
export type marginSoftDeleteParams = {
|
|
400
|
+
rejectionReason?: string;
|
|
401
|
+
rejectionReasonDetail?: string;
|
|
402
|
+
};
|
|
403
|
+
//# sourceMappingURL=TMarginAPI.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TMarginAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/margin/TMarginAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvB,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,aAAa,CAAC,CAAA;AACpE,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,YAAY,CAAC,CAAA;AAClE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,WAAW,CAAC,CAAA;AACxE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,YAAY,CAAC,CAAA;AAE1E,MAAM,MAAM,sBAAsB,GAAG;IACnC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ownershipBaseFieldsD365 } from '../_bases/SBaseAPI.js';
|
|
3
|
+
import { createEntityTools } from '../_entityTools/CreateEntityTools.js';
|
|
4
|
+
import { marginFields } from './DMarginAPI.js';
|
|
5
|
+
export const MarginEntity = createEntityTools({
|
|
6
|
+
isLookupOnly: true,
|
|
7
|
+
uniqueFields: marginFields,
|
|
8
|
+
baseFields: ownershipBaseFieldsD365,
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=TMarginAPI.js.map
|