@workwell-global/toolkit 1.1.10 → 1.1.14
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 +8 -0
- package/dist/enums/EntityNames.d.ts.map +1 -1
- package/dist/enums/EntityNames.js +8 -0
- package/dist/enums/EntityNames.js.map +1 -1
- package/dist/enums/SCLASNStages.d.ts +2 -1
- package/dist/enums/SCLASNStages.d.ts.map +1 -1
- package/dist/enums/SCLASNStages.js +2 -2
- package/dist/enums/SCLASNStages.js.map +1 -1
- package/dist/enums/SCLASNStatus.d.ts +12 -12
- package/dist/enums/SCLASNStatus.d.ts.map +1 -1
- package/dist/enums/SCLASNStatus.js +10 -29
- package/dist/enums/SCLASNStatus.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/index.d.ts +522 -166
- package/dist/models/schemas/api/account/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +294 -287
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.js +11 -0
- package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/index.d.ts +595 -191
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/country/index.d.ts +139 -45
- package/dist/models/schemas/api/country/index.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/index.d.ts +87 -23
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +168 -41
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/index.d.ts +164 -40
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.d.ts +2 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +2 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/margin/index.d.ts +156 -45
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/index.d.ts +113 -40
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/index.js +1 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -1
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
- package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/index.js +11 -0
- package/dist/models/schemas/api/referralLog/index.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/role/index.d.ts +83 -22
- package/dist/models/schemas/api/role/index.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +17 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +16 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +335 -104
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/index.d.ts +323 -103
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/index.d.ts +259 -69
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +177 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +11 -9
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +1 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +1 -1
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -1
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
- package/package.json +3 -2
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
- package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
- package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
- package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
- package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/index.js +0 -2
- package/dist/models/schemas/bff/engagements/index.js.map +0 -1
|
@@ -17,6 +17,8 @@ export declare const CountryEntity: {
|
|
|
17
17
|
utcConversionTimezoneCode: string;
|
|
18
18
|
versionNumber: string;
|
|
19
19
|
name: string;
|
|
20
|
+
isEu: string;
|
|
21
|
+
organizationIdValue: string;
|
|
20
22
|
countryId: string;
|
|
21
23
|
code: string;
|
|
22
24
|
altSearchCode: string;
|
|
@@ -24,7 +26,6 @@ export declare const CountryEntity: {
|
|
|
24
26
|
wwgEntity: string;
|
|
25
27
|
scatsCurrencyValue: string;
|
|
26
28
|
isSanctioned: string;
|
|
27
|
-
isEu: string;
|
|
28
29
|
scatsWorkPermitServices: string;
|
|
29
30
|
scatsWorkermitServicesNotes: string;
|
|
30
31
|
scatsAverageRoi: string;
|
|
@@ -32,7 +33,6 @@ export declare const CountryEntity: {
|
|
|
32
33
|
scatsFees: string;
|
|
33
34
|
scatsPartnerAccountantValue: string;
|
|
34
35
|
scatsInCountryServices: string;
|
|
35
|
-
organizationIdValue: string;
|
|
36
36
|
};
|
|
37
37
|
fieldsD365: {
|
|
38
38
|
readonly ww_countryid: "countryId";
|
|
@@ -115,6 +115,8 @@ export declare const CountryEntity: {
|
|
|
115
115
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
116
116
|
versionnumber?: number | null | undefined;
|
|
117
117
|
ww_name?: string | null | undefined;
|
|
118
|
+
ww_iseu?: boolean | null | undefined;
|
|
119
|
+
_organizationid_value?: string | null | undefined;
|
|
118
120
|
ww_countryid?: string | null | undefined;
|
|
119
121
|
ww_code?: string | null | undefined;
|
|
120
122
|
ww_altsearchcode?: string | null | undefined;
|
|
@@ -122,7 +124,6 @@ export declare const CountryEntity: {
|
|
|
122
124
|
ww_wwgentity?: boolean | null | undefined;
|
|
123
125
|
_ww_scats_currency_value?: string | null | undefined;
|
|
124
126
|
ww_issanctioned?: boolean | null | undefined;
|
|
125
|
-
ww_iseu?: boolean | null | undefined;
|
|
126
127
|
ww_scats_workpermitservices?: boolean | null | undefined;
|
|
127
128
|
ww_scats_workpermitservicesnotes?: string | null | undefined;
|
|
128
129
|
ww_scats_averageroi?: string | null | undefined;
|
|
@@ -130,7 +131,6 @@ export declare const CountryEntity: {
|
|
|
130
131
|
ww_scats_fees?: string | null | undefined;
|
|
131
132
|
_ww_scats_partneraccountant_value?: string | null | undefined;
|
|
132
133
|
ww_scats_incountryservices?: string | null | undefined;
|
|
133
|
-
_organizationid_value?: string | null | undefined;
|
|
134
134
|
}, {
|
|
135
135
|
'@odata.etag'?: string | null | undefined;
|
|
136
136
|
_createdby_value?: string | null | undefined;
|
|
@@ -147,6 +147,8 @@ export declare const CountryEntity: {
|
|
|
147
147
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
148
148
|
versionnumber?: number | null | undefined;
|
|
149
149
|
ww_name?: string | null | undefined;
|
|
150
|
+
ww_iseu?: boolean | null | undefined;
|
|
151
|
+
_organizationid_value?: string | null | undefined;
|
|
150
152
|
ww_countryid?: string | null | undefined;
|
|
151
153
|
ww_code?: string | null | undefined;
|
|
152
154
|
ww_altsearchcode?: string | null | undefined;
|
|
@@ -154,7 +156,6 @@ export declare const CountryEntity: {
|
|
|
154
156
|
ww_wwgentity?: boolean | null | undefined;
|
|
155
157
|
_ww_scats_currency_value?: string | null | undefined;
|
|
156
158
|
ww_issanctioned?: boolean | null | undefined;
|
|
157
|
-
ww_iseu?: boolean | null | undefined;
|
|
158
159
|
ww_scats_workpermitservices?: boolean | null | undefined;
|
|
159
160
|
ww_scats_workpermitservicesnotes?: string | null | undefined;
|
|
160
161
|
ww_scats_averageroi?: string | null | undefined;
|
|
@@ -162,7 +163,6 @@ export declare const CountryEntity: {
|
|
|
162
163
|
ww_scats_fees?: string | null | undefined;
|
|
163
164
|
_ww_scats_partneraccountant_value?: string | null | undefined;
|
|
164
165
|
ww_scats_incountryservices?: string | null | undefined;
|
|
165
|
-
_organizationid_value?: string | null | undefined;
|
|
166
166
|
}>;
|
|
167
167
|
SPayloadD365: z.ZodObject<{
|
|
168
168
|
readonly ww_countryid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
@@ -183,6 +183,7 @@ export declare const CountryEntity: {
|
|
|
183
183
|
readonly ww_scats_incountryservices: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
184
184
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
185
185
|
ww_name?: string | null | undefined;
|
|
186
|
+
ww_iseu?: boolean | null | undefined;
|
|
186
187
|
ww_countryid?: string | null | undefined;
|
|
187
188
|
ww_code?: string | null | undefined;
|
|
188
189
|
ww_altsearchcode?: string | null | undefined;
|
|
@@ -190,7 +191,6 @@ export declare const CountryEntity: {
|
|
|
190
191
|
ww_wwgentity?: boolean | null | undefined;
|
|
191
192
|
_ww_scats_currency_value?: string | null | undefined;
|
|
192
193
|
ww_issanctioned?: boolean | null | undefined;
|
|
193
|
-
ww_iseu?: boolean | null | undefined;
|
|
194
194
|
ww_scats_workpermitservices?: boolean | null | undefined;
|
|
195
195
|
ww_scats_workpermitservicesnotes?: string | null | undefined;
|
|
196
196
|
ww_scats_averageroi?: string | null | undefined;
|
|
@@ -200,6 +200,7 @@ export declare const CountryEntity: {
|
|
|
200
200
|
ww_scats_incountryservices?: string | null | undefined;
|
|
201
201
|
}, {
|
|
202
202
|
ww_name?: string | null | undefined;
|
|
203
|
+
ww_iseu?: boolean | null | undefined;
|
|
203
204
|
ww_countryid?: string | null | undefined;
|
|
204
205
|
ww_code?: string | null | undefined;
|
|
205
206
|
ww_altsearchcode?: string | null | undefined;
|
|
@@ -207,7 +208,6 @@ export declare const CountryEntity: {
|
|
|
207
208
|
ww_wwgentity?: boolean | null | undefined;
|
|
208
209
|
_ww_scats_currency_value?: string | null | undefined;
|
|
209
210
|
ww_issanctioned?: boolean | null | undefined;
|
|
210
|
-
ww_iseu?: boolean | null | undefined;
|
|
211
211
|
ww_scats_workpermitservices?: boolean | null | undefined;
|
|
212
212
|
ww_scats_workpermitservicesnotes?: string | null | undefined;
|
|
213
213
|
ww_scats_averageroi?: string | null | undefined;
|
|
@@ -216,39 +216,133 @@ export declare const CountryEntity: {
|
|
|
216
216
|
_ww_scats_partneraccountant_value?: string | null | undefined;
|
|
217
217
|
ww_scats_incountryservices?: string | null | undefined;
|
|
218
218
|
}>;
|
|
219
|
-
SResponseAPI: z.ZodObject<{
|
|
220
|
-
readonly
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
readonly
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
readonly
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
readonly
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
readonly
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
readonly
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
readonly
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
readonly
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
219
|
+
SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
220
|
+
readonly _organizationid_value: {
|
|
221
|
+
readonly pretty: "organizationIdValue";
|
|
222
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
223
|
+
};
|
|
224
|
+
readonly '@odata.etag': {
|
|
225
|
+
readonly pretty: "etag";
|
|
226
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
227
|
+
};
|
|
228
|
+
readonly versionnumber: {
|
|
229
|
+
readonly pretty: "versionNumber";
|
|
230
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
231
|
+
};
|
|
232
|
+
readonly _createdby_value: {
|
|
233
|
+
readonly pretty: "createdByValue";
|
|
234
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
235
|
+
};
|
|
236
|
+
readonly createdon: {
|
|
237
|
+
readonly pretty: "createdOn";
|
|
238
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
239
|
+
};
|
|
240
|
+
readonly _createdonbehalfby_value: {
|
|
241
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
242
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
243
|
+
};
|
|
244
|
+
readonly _modifiedby_value: {
|
|
245
|
+
readonly pretty: "modifiedByValue";
|
|
246
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
247
|
+
};
|
|
248
|
+
readonly modifiedon: {
|
|
249
|
+
readonly pretty: "modifiedOn";
|
|
250
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
251
|
+
};
|
|
252
|
+
readonly _modifiedonbehalfby_value: {
|
|
253
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
254
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
255
|
+
};
|
|
256
|
+
readonly statecode: {
|
|
257
|
+
readonly pretty: "stateCode";
|
|
258
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
259
|
+
};
|
|
260
|
+
readonly statuscode: {
|
|
261
|
+
readonly pretty: "statusCode";
|
|
262
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
263
|
+
};
|
|
264
|
+
readonly importsequencenumber: {
|
|
265
|
+
readonly pretty: "importSequenceNumber";
|
|
266
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
267
|
+
};
|
|
268
|
+
readonly overriddencreatedon: {
|
|
269
|
+
readonly pretty: "overriddenCreatedOn";
|
|
270
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
271
|
+
};
|
|
272
|
+
readonly timezoneruleversionnumber: {
|
|
273
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
274
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
275
|
+
};
|
|
276
|
+
readonly utcconversiontimezonecode: {
|
|
277
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
278
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
279
|
+
};
|
|
280
|
+
} & {
|
|
281
|
+
readonly ww_countryid: {
|
|
282
|
+
readonly pretty: "countryId";
|
|
283
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
284
|
+
};
|
|
285
|
+
readonly ww_name: {
|
|
286
|
+
readonly pretty: "name";
|
|
287
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
288
|
+
};
|
|
289
|
+
readonly ww_code: {
|
|
290
|
+
readonly pretty: "code";
|
|
291
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
292
|
+
};
|
|
293
|
+
readonly ww_altsearchcode: {
|
|
294
|
+
readonly pretty: "altSearchCode";
|
|
295
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
296
|
+
};
|
|
297
|
+
readonly ww_continent: {
|
|
298
|
+
readonly pretty: "continent";
|
|
299
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
300
|
+
};
|
|
301
|
+
readonly ww_wwgentity: {
|
|
302
|
+
readonly pretty: "wwgEntity";
|
|
303
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
304
|
+
};
|
|
305
|
+
readonly _ww_scats_currency_value: {
|
|
306
|
+
readonly pretty: "scatsCurrencyValue";
|
|
307
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
308
|
+
};
|
|
309
|
+
readonly ww_issanctioned: {
|
|
310
|
+
readonly pretty: "isSanctioned";
|
|
311
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
312
|
+
};
|
|
313
|
+
readonly ww_iseu: {
|
|
314
|
+
readonly pretty: "isEu";
|
|
315
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
316
|
+
};
|
|
317
|
+
readonly ww_scats_workpermitservices: {
|
|
318
|
+
readonly pretty: "scatsWorkPermitServices";
|
|
319
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
320
|
+
};
|
|
321
|
+
readonly ww_scats_workpermitservicesnotes: {
|
|
322
|
+
readonly pretty: "scatsWorkermitServicesNotes";
|
|
323
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
324
|
+
};
|
|
325
|
+
readonly ww_scats_averageroi: {
|
|
326
|
+
readonly pretty: "scatsAverageRoi";
|
|
327
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
328
|
+
};
|
|
329
|
+
readonly _ww_scats_contractingcompany_value: {
|
|
330
|
+
readonly pretty: "scatsContractingCompanyValue";
|
|
331
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
332
|
+
};
|
|
333
|
+
readonly ww_scats_fees: {
|
|
334
|
+
readonly pretty: "scatsFees";
|
|
335
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
336
|
+
};
|
|
337
|
+
readonly _ww_scats_partneraccountant_value: {
|
|
338
|
+
readonly pretty: "scatsPartnerAccountantValue";
|
|
339
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
340
|
+
};
|
|
341
|
+
readonly ww_scats_incountryservices: {
|
|
342
|
+
readonly pretty: "scatsInCountryServices";
|
|
343
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
344
|
+
};
|
|
345
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
252
346
|
code?: string | null | undefined;
|
|
253
347
|
etag?: string | null | undefined;
|
|
254
348
|
versionNumber?: number | null | undefined;
|
|
@@ -266,13 +360,13 @@ export declare const CountryEntity: {
|
|
|
266
360
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
267
361
|
organizationIdValue?: string | null | undefined;
|
|
268
362
|
name?: string | null | undefined;
|
|
363
|
+
isEu?: boolean | null | undefined;
|
|
269
364
|
countryId?: string | null | undefined;
|
|
270
365
|
altSearchCode?: string | null | undefined;
|
|
271
366
|
continent?: number | null | undefined;
|
|
272
367
|
wwgEntity?: boolean | null | undefined;
|
|
273
368
|
scatsCurrencyValue?: string | null | undefined;
|
|
274
369
|
isSanctioned?: boolean | null | undefined;
|
|
275
|
-
isEu?: boolean | null | undefined;
|
|
276
370
|
scatsWorkPermitServices?: boolean | null | undefined;
|
|
277
371
|
scatsWorkermitServicesNotes?: string | null | undefined;
|
|
278
372
|
scatsAverageRoi?: string | null | undefined;
|
|
@@ -298,13 +392,13 @@ export declare const CountryEntity: {
|
|
|
298
392
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
299
393
|
organizationIdValue?: string | null | undefined;
|
|
300
394
|
name?: string | null | undefined;
|
|
395
|
+
isEu?: boolean | null | undefined;
|
|
301
396
|
countryId?: string | null | undefined;
|
|
302
397
|
altSearchCode?: string | null | undefined;
|
|
303
398
|
continent?: number | null | undefined;
|
|
304
399
|
wwgEntity?: boolean | null | undefined;
|
|
305
400
|
scatsCurrencyValue?: string | null | undefined;
|
|
306
401
|
isSanctioned?: boolean | null | undefined;
|
|
307
|
-
isEu?: boolean | null | undefined;
|
|
308
402
|
scatsWorkPermitServices?: boolean | null | undefined;
|
|
309
403
|
scatsWorkermitServicesNotes?: string | null | undefined;
|
|
310
404
|
scatsAverageRoi?: string | null | undefined;
|
|
@@ -333,13 +427,13 @@ export declare const CountryEntity: {
|
|
|
333
427
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
334
428
|
code?: string | null | undefined;
|
|
335
429
|
name?: string | null | undefined;
|
|
430
|
+
isEu?: boolean | null | undefined;
|
|
336
431
|
countryId?: string | null | undefined;
|
|
337
432
|
altSearchCode?: string | null | undefined;
|
|
338
433
|
continent?: number | null | undefined;
|
|
339
434
|
wwgEntity?: boolean | null | undefined;
|
|
340
435
|
scatsCurrencyValue?: string | null | undefined;
|
|
341
436
|
isSanctioned?: boolean | null | undefined;
|
|
342
|
-
isEu?: boolean | null | undefined;
|
|
343
437
|
scatsWorkPermitServices?: boolean | null | undefined;
|
|
344
438
|
scatsWorkermitServicesNotes?: string | null | undefined;
|
|
345
439
|
scatsAverageRoi?: string | null | undefined;
|
|
@@ -350,13 +444,13 @@ export declare const CountryEntity: {
|
|
|
350
444
|
}, {
|
|
351
445
|
code?: string | null | undefined;
|
|
352
446
|
name?: string | null | undefined;
|
|
447
|
+
isEu?: boolean | null | undefined;
|
|
353
448
|
countryId?: string | null | undefined;
|
|
354
449
|
altSearchCode?: string | null | undefined;
|
|
355
450
|
continent?: number | null | undefined;
|
|
356
451
|
wwgEntity?: boolean | null | undefined;
|
|
357
452
|
scatsCurrencyValue?: string | null | undefined;
|
|
358
453
|
isSanctioned?: boolean | null | undefined;
|
|
359
|
-
isEu?: boolean | null | undefined;
|
|
360
454
|
scatsWorkPermitServices?: boolean | null | undefined;
|
|
361
455
|
scatsWorkermitServicesNotes?: string | null | undefined;
|
|
362
456
|
scatsAverageRoi?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TCountryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/TCountryAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"TCountryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/country/TCountryAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA;AAGF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,aAAa,CAAC,CAAA;AACtE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,YAAY,CAAC,CAAA;AACpE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,WAAW,CAAC,CAAA"}
|