@workwell-global/toolkit 1.1.10 → 1.1.13
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 +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +316 -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 +300 -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 +173 -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/SPostEnquiryBFF.d.ts +9 -9
- 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 +7 -7
- 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 +7 -7
- 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
|
@@ -27,13 +27,12 @@ export declare const Simulation: {
|
|
|
27
27
|
endClient: string;
|
|
28
28
|
currency: string;
|
|
29
29
|
solution: string;
|
|
30
|
-
|
|
30
|
+
jobDescription: string;
|
|
31
31
|
preferredInvoiceCurrencyValue: string;
|
|
32
32
|
agencyValue: string;
|
|
33
33
|
agencyContactValue: string;
|
|
34
34
|
solutionType: string;
|
|
35
35
|
solutionTypeValue: string;
|
|
36
|
-
jobDescription: string;
|
|
37
36
|
workCountry: string;
|
|
38
37
|
rejectionReason: string;
|
|
39
38
|
rejectionReasonDetail: string;
|
|
@@ -50,6 +49,7 @@ export declare const Simulation: {
|
|
|
50
49
|
internationalWaters: string;
|
|
51
50
|
workCountryValue: string;
|
|
52
51
|
roleType: string;
|
|
52
|
+
solutionValue: string;
|
|
53
53
|
salarychecklistValue: string;
|
|
54
54
|
additionalNotes: string;
|
|
55
55
|
simulationBasedOn: string;
|
|
@@ -209,13 +209,12 @@ export declare const Simulation: {
|
|
|
209
209
|
ww_endclient?: string | null | undefined;
|
|
210
210
|
transactioncurrencyid?: any;
|
|
211
211
|
ww_Solution?: any;
|
|
212
|
-
|
|
212
|
+
ww_jobdescription?: string | null | undefined;
|
|
213
213
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
214
214
|
_ww_agency_value?: string | null | undefined;
|
|
215
215
|
_ww_agencycontact_value?: string | null | undefined;
|
|
216
216
|
ww_SolutionType?: any;
|
|
217
217
|
_ww_solutiontype_value?: string | null | undefined;
|
|
218
|
-
ww_jobdescription?: string | null | undefined;
|
|
219
218
|
ww_WorkCountry?: any;
|
|
220
219
|
ww_RejectionReason?: any;
|
|
221
220
|
ww_RejectionReasonDetail?: any;
|
|
@@ -232,6 +231,7 @@ export declare const Simulation: {
|
|
|
232
231
|
ww_internationalwaters?: boolean | null | undefined;
|
|
233
232
|
_ww_workcountry_value?: string | null | undefined;
|
|
234
233
|
ww_roletype?: number | null | undefined;
|
|
234
|
+
_ww_solution_value?: string | null | undefined;
|
|
235
235
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
236
236
|
ww_additionalnotes?: string | null | undefined;
|
|
237
237
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -269,13 +269,12 @@ export declare const Simulation: {
|
|
|
269
269
|
ww_endclient?: string | null | undefined;
|
|
270
270
|
transactioncurrencyid?: any;
|
|
271
271
|
ww_Solution?: any;
|
|
272
|
-
|
|
272
|
+
ww_jobdescription?: string | null | undefined;
|
|
273
273
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
274
274
|
_ww_agency_value?: string | null | undefined;
|
|
275
275
|
_ww_agencycontact_value?: string | null | undefined;
|
|
276
276
|
ww_SolutionType?: any;
|
|
277
277
|
_ww_solutiontype_value?: string | null | undefined;
|
|
278
|
-
ww_jobdescription?: string | null | undefined;
|
|
279
278
|
ww_WorkCountry?: any;
|
|
280
279
|
ww_RejectionReason?: any;
|
|
281
280
|
ww_RejectionReasonDetail?: any;
|
|
@@ -292,6 +291,7 @@ export declare const Simulation: {
|
|
|
292
291
|
ww_internationalwaters?: boolean | null | undefined;
|
|
293
292
|
_ww_workcountry_value?: string | null | undefined;
|
|
294
293
|
ww_roletype?: number | null | undefined;
|
|
294
|
+
_ww_solution_value?: string | null | undefined;
|
|
295
295
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
296
296
|
ww_additionalnotes?: string | null | undefined;
|
|
297
297
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -354,13 +354,12 @@ export declare const Simulation: {
|
|
|
354
354
|
ww_endclient?: string | null | undefined;
|
|
355
355
|
transactioncurrencyid?: any;
|
|
356
356
|
ww_Solution?: any;
|
|
357
|
-
|
|
357
|
+
ww_jobdescription?: string | null | undefined;
|
|
358
358
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
359
359
|
_ww_agency_value?: string | null | undefined;
|
|
360
360
|
_ww_agencycontact_value?: string | null | undefined;
|
|
361
361
|
ww_SolutionType?: any;
|
|
362
362
|
_ww_solutiontype_value?: string | null | undefined;
|
|
363
|
-
ww_jobdescription?: string | null | undefined;
|
|
364
363
|
ww_WorkCountry?: any;
|
|
365
364
|
ww_RejectionReason?: any;
|
|
366
365
|
ww_RejectionReasonDetail?: any;
|
|
@@ -377,6 +376,7 @@ export declare const Simulation: {
|
|
|
377
376
|
ww_internationalwaters?: boolean | null | undefined;
|
|
378
377
|
_ww_workcountry_value?: string | null | undefined;
|
|
379
378
|
ww_roletype?: number | null | undefined;
|
|
379
|
+
_ww_solution_value?: string | null | undefined;
|
|
380
380
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
381
381
|
ww_additionalnotes?: string | null | undefined;
|
|
382
382
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -396,13 +396,12 @@ export declare const Simulation: {
|
|
|
396
396
|
ww_endclient?: string | null | undefined;
|
|
397
397
|
transactioncurrencyid?: any;
|
|
398
398
|
ww_Solution?: any;
|
|
399
|
-
|
|
399
|
+
ww_jobdescription?: string | null | undefined;
|
|
400
400
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
401
401
|
_ww_agency_value?: string | null | undefined;
|
|
402
402
|
_ww_agencycontact_value?: string | null | undefined;
|
|
403
403
|
ww_SolutionType?: any;
|
|
404
404
|
_ww_solutiontype_value?: string | null | undefined;
|
|
405
|
-
ww_jobdescription?: string | null | undefined;
|
|
406
405
|
ww_WorkCountry?: any;
|
|
407
406
|
ww_RejectionReason?: any;
|
|
408
407
|
ww_RejectionReasonDetail?: any;
|
|
@@ -419,6 +418,7 @@ export declare const Simulation: {
|
|
|
419
418
|
ww_internationalwaters?: boolean | null | undefined;
|
|
420
419
|
_ww_workcountry_value?: string | null | undefined;
|
|
421
420
|
ww_roletype?: number | null | undefined;
|
|
421
|
+
_ww_solution_value?: string | null | undefined;
|
|
422
422
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
423
423
|
ww_additionalnotes?: string | null | undefined;
|
|
424
424
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -435,67 +435,264 @@ export declare const Simulation: {
|
|
|
435
435
|
_ww_rejectionreason_value?: string | null | undefined;
|
|
436
436
|
_ww_rejectionreasondetail_value?: string | null | undefined;
|
|
437
437
|
}>;
|
|
438
|
-
SResponseAPI: import("zod").ZodObject<{
|
|
439
|
-
readonly
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
readonly
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
readonly
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
readonly
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
readonly
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
readonly
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
readonly
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
readonly
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
readonly
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
readonly
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
readonly
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
readonly
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
readonly
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
readonly
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
readonly
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
438
|
+
SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
439
|
+
readonly _ownerid_value: {
|
|
440
|
+
readonly pretty: "ownerIdValue";
|
|
441
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
442
|
+
};
|
|
443
|
+
readonly _owningbusinessunit_value: {
|
|
444
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
445
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
446
|
+
};
|
|
447
|
+
readonly _owningteam_value: {
|
|
448
|
+
readonly pretty: "owningTeamValue";
|
|
449
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
450
|
+
};
|
|
451
|
+
readonly _owninguser_value: {
|
|
452
|
+
readonly pretty: "owningUserValue";
|
|
453
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
454
|
+
};
|
|
455
|
+
readonly '@odata.etag': {
|
|
456
|
+
readonly pretty: "etag";
|
|
457
|
+
readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
458
|
+
};
|
|
459
|
+
readonly versionnumber: {
|
|
460
|
+
readonly pretty: "versionNumber";
|
|
461
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
462
|
+
};
|
|
463
|
+
readonly _createdby_value: {
|
|
464
|
+
readonly pretty: "createdByValue";
|
|
465
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
466
|
+
};
|
|
467
|
+
readonly createdon: {
|
|
468
|
+
readonly pretty: "createdOn";
|
|
469
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
470
|
+
};
|
|
471
|
+
readonly _createdonbehalfby_value: {
|
|
472
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
473
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
474
|
+
};
|
|
475
|
+
readonly _modifiedby_value: {
|
|
476
|
+
readonly pretty: "modifiedByValue";
|
|
477
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
478
|
+
};
|
|
479
|
+
readonly modifiedon: {
|
|
480
|
+
readonly pretty: "modifiedOn";
|
|
481
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
482
|
+
};
|
|
483
|
+
readonly _modifiedonbehalfby_value: {
|
|
484
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
485
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
486
|
+
};
|
|
487
|
+
readonly statecode: {
|
|
488
|
+
readonly pretty: "stateCode";
|
|
489
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
490
|
+
};
|
|
491
|
+
readonly statuscode: {
|
|
492
|
+
readonly pretty: "statusCode";
|
|
493
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
494
|
+
};
|
|
495
|
+
readonly importsequencenumber: {
|
|
496
|
+
readonly pretty: "importSequenceNumber";
|
|
497
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
498
|
+
};
|
|
499
|
+
readonly overriddencreatedon: {
|
|
500
|
+
readonly pretty: "overriddenCreatedOn";
|
|
501
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
502
|
+
};
|
|
503
|
+
readonly timezoneruleversionnumber: {
|
|
504
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
505
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
506
|
+
};
|
|
507
|
+
readonly utcconversiontimezonecode: {
|
|
508
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
509
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
510
|
+
};
|
|
511
|
+
} & {
|
|
512
|
+
readonly ww_estimatedconfirmedenddate: {
|
|
513
|
+
readonly pretty: "estimatedConfirmedEndDate";
|
|
514
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
515
|
+
};
|
|
516
|
+
readonly ww_estimatedconfirmedstartdate: {
|
|
517
|
+
readonly pretty: "estimatedConfirmedStartDate";
|
|
518
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
519
|
+
};
|
|
520
|
+
readonly ww_salaryillustrationid: {
|
|
521
|
+
readonly pretty: "simulationId";
|
|
522
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
523
|
+
};
|
|
524
|
+
readonly ww_simulationid: {
|
|
525
|
+
readonly pretty: "simulationFriendlyId";
|
|
526
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
527
|
+
};
|
|
528
|
+
readonly ww_simulationname: {
|
|
529
|
+
readonly pretty: "simulationName";
|
|
530
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
531
|
+
};
|
|
532
|
+
readonly _ww_enquiry_value: {
|
|
533
|
+
readonly relationshipName: "ww_Enquiry";
|
|
534
|
+
readonly entity: "ww_enquiries";
|
|
535
|
+
readonly pretty: "enquiryValue";
|
|
536
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
537
|
+
};
|
|
538
|
+
readonly ww_simulationstatus: {
|
|
539
|
+
readonly pretty: "simulationStatus";
|
|
540
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
541
|
+
};
|
|
542
|
+
readonly ww_expirydate: {
|
|
543
|
+
readonly pretty: "expiryDate";
|
|
544
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
545
|
+
};
|
|
546
|
+
readonly ww_jobtitle: {
|
|
547
|
+
readonly pretty: "jobTitle";
|
|
548
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
549
|
+
};
|
|
550
|
+
readonly ww_jobdescription: {
|
|
551
|
+
readonly pretty: "jobDescription";
|
|
552
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
553
|
+
};
|
|
554
|
+
readonly ww_internationalwaters: {
|
|
555
|
+
readonly pretty: "internationalWaters";
|
|
556
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
557
|
+
};
|
|
558
|
+
readonly _ww_workcountry_value: {
|
|
559
|
+
readonly relationshipName: "ww_WorkCountry";
|
|
560
|
+
readonly entity: "ww_countries";
|
|
561
|
+
readonly pretty: "workCountryValue";
|
|
562
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
563
|
+
};
|
|
564
|
+
readonly ww_roletype: {
|
|
565
|
+
readonly pretty: "roleType";
|
|
566
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
567
|
+
};
|
|
568
|
+
readonly _ww_solution_value: {
|
|
569
|
+
readonly relationshipName: "ww_Solution";
|
|
570
|
+
readonly entity: "products";
|
|
571
|
+
readonly pretty: "solutionValue";
|
|
572
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
573
|
+
};
|
|
574
|
+
readonly _ww_solutiontype_value: {
|
|
575
|
+
readonly relationshipName: "ww_SolutionType";
|
|
576
|
+
readonly entity: "products";
|
|
577
|
+
readonly pretty: "solutionTypeValue";
|
|
578
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
579
|
+
};
|
|
580
|
+
readonly _ww_preferredinvoicecurrency_value: {
|
|
581
|
+
readonly pretty: "preferredInvoiceCurrencyValue";
|
|
582
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
583
|
+
};
|
|
584
|
+
readonly _ww_salarychecklist_value: {
|
|
585
|
+
readonly pretty: "salarychecklistValue";
|
|
586
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
587
|
+
};
|
|
588
|
+
readonly ww_additionalnotes: {
|
|
589
|
+
readonly pretty: "additionalNotes";
|
|
590
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
591
|
+
};
|
|
592
|
+
readonly _ww_agency_value: {
|
|
593
|
+
readonly relationshipName: "ww_Agency";
|
|
594
|
+
readonly entity: "accounts";
|
|
595
|
+
readonly pretty: "agencyValue";
|
|
596
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
597
|
+
};
|
|
598
|
+
readonly _ww_agencycontact_value: {
|
|
599
|
+
readonly relationshipName: "ww_AgencyContact";
|
|
600
|
+
readonly entity: "contacts";
|
|
601
|
+
readonly pretty: "agencyContactValue";
|
|
602
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
603
|
+
};
|
|
604
|
+
readonly ww_simulationbasedon: {
|
|
605
|
+
readonly pretty: "simulationBasedOn";
|
|
606
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
607
|
+
};
|
|
608
|
+
readonly ww_rate: {
|
|
609
|
+
readonly pretty: "rate";
|
|
610
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
611
|
+
};
|
|
612
|
+
readonly ww_ratefrequency: {
|
|
613
|
+
readonly pretty: "rateFrequency";
|
|
614
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
615
|
+
};
|
|
616
|
+
readonly ww_endclient: {
|
|
617
|
+
readonly pretty: "endClient";
|
|
618
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
619
|
+
};
|
|
620
|
+
readonly ww_paymentfrequency: {
|
|
621
|
+
readonly pretty: "paymentFrequency";
|
|
622
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
623
|
+
};
|
|
624
|
+
readonly ww_revenuepercentage: {
|
|
625
|
+
readonly pretty: "revenuePercentage";
|
|
626
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
627
|
+
};
|
|
628
|
+
readonly _ww_worker_value: {
|
|
629
|
+
readonly relationshipName: "ww_Worker";
|
|
630
|
+
readonly entity: "contacts";
|
|
631
|
+
readonly pretty: "workerValue";
|
|
632
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
633
|
+
};
|
|
634
|
+
readonly ww_draftingsimulationon: {
|
|
635
|
+
readonly pretty: "draftingSimulationOn";
|
|
636
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
637
|
+
};
|
|
638
|
+
readonly ww_pendingapprovalon: {
|
|
639
|
+
readonly pretty: "pendingApprovalOn";
|
|
640
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
641
|
+
};
|
|
642
|
+
readonly ww_approvedorrejectedon: {
|
|
643
|
+
readonly pretty: "approvedOrRejectedOn";
|
|
644
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
645
|
+
};
|
|
646
|
+
readonly ww_simulationcreationtime: {
|
|
647
|
+
readonly pretty: "simulationCreationTime";
|
|
648
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
649
|
+
};
|
|
650
|
+
readonly ww_simulationturnaroundtime: {
|
|
651
|
+
readonly pretty: "simulationTurnaroundTime";
|
|
652
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
653
|
+
};
|
|
654
|
+
readonly _ww_rejectionreason_value: {
|
|
655
|
+
readonly relationshipName: "ww_RejectionReason";
|
|
656
|
+
readonly entity: "ww_disqualificationreasons";
|
|
657
|
+
readonly pretty: "rejectionReasonValue";
|
|
658
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
659
|
+
};
|
|
660
|
+
readonly _ww_rejectionreasondetail_value: {
|
|
661
|
+
readonly relationshipName: "ww_RejectionReasonDetail";
|
|
662
|
+
readonly entity: "ww_disqualificationreasons";
|
|
663
|
+
readonly pretty: "rejectionReasonDetailValue";
|
|
664
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
665
|
+
};
|
|
666
|
+
readonly ww_contractordocument_Simulation_ww_salaryillustration: {
|
|
667
|
+
readonly pretty: "simulationDocuments";
|
|
668
|
+
readonly entityKey: "contractorDocument";
|
|
669
|
+
readonly isArray: true;
|
|
670
|
+
};
|
|
671
|
+
readonly ww_WorkCountry: {
|
|
672
|
+
readonly pretty: "workCountry";
|
|
673
|
+
readonly entityKey: "country";
|
|
674
|
+
};
|
|
675
|
+
readonly transactioncurrencyid: {
|
|
676
|
+
readonly pretty: "currency";
|
|
677
|
+
readonly entityKey: "currency";
|
|
678
|
+
};
|
|
679
|
+
readonly ww_Solution: {
|
|
680
|
+
readonly pretty: "solution";
|
|
681
|
+
readonly entityKey: "solution";
|
|
682
|
+
};
|
|
683
|
+
readonly ww_SolutionType: {
|
|
684
|
+
readonly pretty: "solutionType";
|
|
685
|
+
readonly entityKey: "solution";
|
|
686
|
+
};
|
|
687
|
+
readonly ww_RejectionReason: {
|
|
688
|
+
readonly pretty: "rejectionReason";
|
|
689
|
+
readonly entityKey: "disqualificationReason";
|
|
690
|
+
};
|
|
691
|
+
readonly ww_RejectionReasonDetail: {
|
|
692
|
+
readonly pretty: "rejectionReasonDetail";
|
|
693
|
+
readonly entityKey: "disqualificationReason";
|
|
694
|
+
};
|
|
695
|
+
}>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
499
696
|
currency?: any;
|
|
500
697
|
solution?: any;
|
|
501
698
|
etag?: string | null | undefined;
|
|
@@ -516,16 +713,17 @@ export declare const Simulation: {
|
|
|
516
713
|
owningBusinessUnitValue?: string | null | undefined;
|
|
517
714
|
owningTeamValue?: string | null | undefined;
|
|
518
715
|
owningUserValue?: string | null | undefined;
|
|
716
|
+
jobTitle?: string | null | undefined;
|
|
519
717
|
workCountryValue?: string | null | undefined;
|
|
520
|
-
solutionValue?: string | null | undefined;
|
|
521
|
-
solutionTypeValue?: string | null | undefined;
|
|
522
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
523
|
-
agencyValue?: string | null | undefined;
|
|
524
|
-
agencyContactValue?: string | null | undefined;
|
|
525
718
|
endClient?: string | null | undefined;
|
|
719
|
+
solutionType?: any;
|
|
526
720
|
rejectionReason?: any;
|
|
527
|
-
jobTitle?: string | null | undefined;
|
|
528
721
|
jobDescription?: string | null | undefined;
|
|
722
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
723
|
+
agencyValue?: string | null | undefined;
|
|
724
|
+
agencyContactValue?: string | null | undefined;
|
|
725
|
+
workCountry?: any;
|
|
726
|
+
solutionTypeValue?: string | null | undefined;
|
|
529
727
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
530
728
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
531
729
|
simulationId?: string | null | undefined;
|
|
@@ -536,6 +734,7 @@ export declare const Simulation: {
|
|
|
536
734
|
expiryDate?: string | null | undefined;
|
|
537
735
|
internationalWaters?: boolean | null | undefined;
|
|
538
736
|
roleType?: number | null | undefined;
|
|
737
|
+
solutionValue?: string | null | undefined;
|
|
539
738
|
salarychecklistValue?: string | null | undefined;
|
|
540
739
|
additionalNotes?: string | null | undefined;
|
|
541
740
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -552,8 +751,6 @@ export declare const Simulation: {
|
|
|
552
751
|
rejectionReasonValue?: string | null | undefined;
|
|
553
752
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
554
753
|
simulationDocuments?: any;
|
|
555
|
-
workCountry?: any;
|
|
556
|
-
solutionType?: any;
|
|
557
754
|
rejectionReasonDetail?: any;
|
|
558
755
|
}, {
|
|
559
756
|
currency?: any;
|
|
@@ -576,16 +773,17 @@ export declare const Simulation: {
|
|
|
576
773
|
owningBusinessUnitValue?: string | null | undefined;
|
|
577
774
|
owningTeamValue?: string | null | undefined;
|
|
578
775
|
owningUserValue?: string | null | undefined;
|
|
776
|
+
jobTitle?: string | null | undefined;
|
|
579
777
|
workCountryValue?: string | null | undefined;
|
|
580
|
-
solutionValue?: string | null | undefined;
|
|
581
|
-
solutionTypeValue?: string | null | undefined;
|
|
582
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
583
|
-
agencyValue?: string | null | undefined;
|
|
584
|
-
agencyContactValue?: string | null | undefined;
|
|
585
778
|
endClient?: string | null | undefined;
|
|
779
|
+
solutionType?: any;
|
|
586
780
|
rejectionReason?: any;
|
|
587
|
-
jobTitle?: string | null | undefined;
|
|
588
781
|
jobDescription?: string | null | undefined;
|
|
782
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
783
|
+
agencyValue?: string | null | undefined;
|
|
784
|
+
agencyContactValue?: string | null | undefined;
|
|
785
|
+
workCountry?: any;
|
|
786
|
+
solutionTypeValue?: string | null | undefined;
|
|
589
787
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
590
788
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
591
789
|
simulationId?: string | null | undefined;
|
|
@@ -596,6 +794,7 @@ export declare const Simulation: {
|
|
|
596
794
|
expiryDate?: string | null | undefined;
|
|
597
795
|
internationalWaters?: boolean | null | undefined;
|
|
598
796
|
roleType?: number | null | undefined;
|
|
797
|
+
solutionValue?: string | null | undefined;
|
|
599
798
|
salarychecklistValue?: string | null | undefined;
|
|
600
799
|
additionalNotes?: string | null | undefined;
|
|
601
800
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -612,8 +811,6 @@ export declare const Simulation: {
|
|
|
612
811
|
rejectionReasonValue?: string | null | undefined;
|
|
613
812
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
614
813
|
simulationDocuments?: any;
|
|
615
|
-
workCountry?: any;
|
|
616
|
-
solutionType?: any;
|
|
617
814
|
rejectionReasonDetail?: any;
|
|
618
815
|
}>;
|
|
619
816
|
SPayloadAPI: import("zod").ZodObject<{
|
|
@@ -661,16 +858,17 @@ export declare const Simulation: {
|
|
|
661
858
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
662
859
|
currency?: any;
|
|
663
860
|
solution?: any;
|
|
861
|
+
jobTitle?: string | null | undefined;
|
|
664
862
|
workCountryValue?: string | null | undefined;
|
|
665
|
-
solutionValue?: string | null | undefined;
|
|
666
|
-
solutionTypeValue?: string | null | undefined;
|
|
667
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
668
|
-
agencyValue?: string | null | undefined;
|
|
669
|
-
agencyContactValue?: string | null | undefined;
|
|
670
863
|
endClient?: string | null | undefined;
|
|
864
|
+
solutionType?: any;
|
|
671
865
|
rejectionReason?: any;
|
|
672
|
-
jobTitle?: string | null | undefined;
|
|
673
866
|
jobDescription?: string | null | undefined;
|
|
867
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
868
|
+
agencyValue?: string | null | undefined;
|
|
869
|
+
agencyContactValue?: string | null | undefined;
|
|
870
|
+
workCountry?: any;
|
|
871
|
+
solutionTypeValue?: string | null | undefined;
|
|
674
872
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
675
873
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
676
874
|
simulationId?: string | null | undefined;
|
|
@@ -681,6 +879,7 @@ export declare const Simulation: {
|
|
|
681
879
|
expiryDate?: string | null | undefined;
|
|
682
880
|
internationalWaters?: boolean | null | undefined;
|
|
683
881
|
roleType?: number | null | undefined;
|
|
882
|
+
solutionValue?: string | null | undefined;
|
|
684
883
|
salarychecklistValue?: string | null | undefined;
|
|
685
884
|
additionalNotes?: string | null | undefined;
|
|
686
885
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -697,22 +896,21 @@ export declare const Simulation: {
|
|
|
697
896
|
rejectionReasonValue?: string | null | undefined;
|
|
698
897
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
699
898
|
simulationDocuments?: any;
|
|
700
|
-
workCountry?: any;
|
|
701
|
-
solutionType?: any;
|
|
702
899
|
rejectionReasonDetail?: any;
|
|
703
900
|
}, {
|
|
704
901
|
currency?: any;
|
|
705
902
|
solution?: any;
|
|
903
|
+
jobTitle?: string | null | undefined;
|
|
706
904
|
workCountryValue?: string | null | undefined;
|
|
707
|
-
solutionValue?: string | null | undefined;
|
|
708
|
-
solutionTypeValue?: string | null | undefined;
|
|
709
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
710
|
-
agencyValue?: string | null | undefined;
|
|
711
|
-
agencyContactValue?: string | null | undefined;
|
|
712
905
|
endClient?: string | null | undefined;
|
|
906
|
+
solutionType?: any;
|
|
713
907
|
rejectionReason?: any;
|
|
714
|
-
jobTitle?: string | null | undefined;
|
|
715
908
|
jobDescription?: string | null | undefined;
|
|
909
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
910
|
+
agencyValue?: string | null | undefined;
|
|
911
|
+
agencyContactValue?: string | null | undefined;
|
|
912
|
+
workCountry?: any;
|
|
913
|
+
solutionTypeValue?: string | null | undefined;
|
|
716
914
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
717
915
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
718
916
|
simulationId?: string | null | undefined;
|
|
@@ -723,6 +921,7 @@ export declare const Simulation: {
|
|
|
723
921
|
expiryDate?: string | null | undefined;
|
|
724
922
|
internationalWaters?: boolean | null | undefined;
|
|
725
923
|
roleType?: number | null | undefined;
|
|
924
|
+
solutionValue?: string | null | undefined;
|
|
726
925
|
salarychecklistValue?: string | null | undefined;
|
|
727
926
|
additionalNotes?: string | null | undefined;
|
|
728
927
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -739,8 +938,6 @@ export declare const Simulation: {
|
|
|
739
938
|
rejectionReasonValue?: string | null | undefined;
|
|
740
939
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
741
940
|
simulationDocuments?: any;
|
|
742
|
-
workCountry?: any;
|
|
743
|
-
solutionType?: any;
|
|
744
941
|
rejectionReasonDetail?: any;
|
|
745
942
|
}>;
|
|
746
943
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/simulation/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/simulation/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAA;AAID,cAAc,qBAAqB,CAAA"}
|