@workwell-global/toolkit 1.1.9 → 1.1.10
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/models/schemas/api/_entityTools/EntityRegistry.js +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +25 -17
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +26 -17
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +116 -82
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +13 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +115 -87
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/download/index.d.ts +2 -0
- package/dist/models/schemas/api/download/index.d.ts.map +1 -0
- package/dist/models/schemas/api/download/index.js +2 -0
- package/dist/models/schemas/api/download/index.js.map +1 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +7 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.js +15 -0
- package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +26 -26
- package/dist/models/schemas/api/enquiry/index.d.ts +26 -26
- package/dist/models/schemas/api/index.d.ts +1 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +1 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +25 -25
- package/dist/models/schemas/api/margin/index.d.ts +25 -25
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +40 -40
- package/dist/models/schemas/api/referral/index.d.ts +40 -40
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +8 -8
- package/dist/models/schemas/api/simulation/index.d.ts +8 -8
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +42 -42
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +3 -3
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +9 -9
- package/dist/models/schemas/bff/config/index.d.ts +8 -0
- package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/index.js +8 -0
- package/dist/models/schemas/bff/config/index.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +4 -4
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +4 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -1
- package/dist/models/schemas/bff/documents/index.d.ts +2 -0
- package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/index.js +2 -0
- package/dist/models/schemas/bff/documents/index.js.map +1 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +216 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +21 -0
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagements/index.d.ts +2 -0
- package/dist/models/schemas/bff/engagements/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagements/index.js +2 -0
- package/dist/models/schemas/bff/engagements/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +7 -7
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +9 -9
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +5 -5
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +5 -20
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +31 -25
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
- package/package.json +19 -12
- package/dist/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TChangeRequest.js +0 -2
- package/dist/models/crm-dynamics/TChangeRequest.js.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.js +0 -2
- package/dist/models/crm-dynamics/TEnquiry.js.map +0 -1
- package/dist/models/event/TEvent.d.ts +0 -49
- package/dist/models/event/TEvent.d.ts.map +0 -1
- package/dist/models/event/TEvent.js +0 -9
- package/dist/models/event/TEvent.js.map +0 -1
- package/dist/models/event/TEventBase.d.ts +0 -15
- package/dist/models/event/TEventBase.d.ts.map +0 -1
- package/dist/models/event/TEventBase.js +0 -8
- package/dist/models/event/TEventBase.js.map +0 -1
- package/dist/models/event/TEventCategories.d.ts +0 -738
- package/dist/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/models/event/TEventCategories.js +0 -268
- package/dist/models/event/TEventCategories.js.map +0 -1
- package/dist/models/event/TEventRequest.d.ts +0 -37
- package/dist/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/models/event/TEventRequest.js +0 -10
- package/dist/models/event/TEventRequest.js.map +0 -1
- package/dist/models/event/index.d.ts +0 -5
- package/dist/models/event/index.d.ts.map +0 -1
- package/dist/models/event/index.js +0 -5
- package/dist/models/event/index.js.map +0 -1
- package/dist/models/notification/TNotification.d.ts +0 -389
- package/dist/models/notification/TNotification.d.ts.map +0 -1
- package/dist/models/notification/TNotification.js +0 -13
- package/dist/models/notification/TNotification.js.map +0 -1
- package/dist/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/notification/TNotificationRequest.js +0 -19
- package/dist/models/notification/TNotificationRequest.js.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/notification/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/notification/index.d.ts +0 -4
- package/dist/models/notification/index.d.ts.map +0 -1
- package/dist/models/notification/index.js +0 -4
- package/dist/models/notification/index.js.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +0 -58
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.js +0 -2
- package/dist/models/objects/ICombinedAssignmetnSCL.js.map +0 -1
- package/dist/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/models/objects/TChangeRequest.js +0 -2
- package/dist/models/objects/TChangeRequest.js.map +0 -1
- package/dist/models/objects/TEnquiry.d.ts +0 -75
- package/dist/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/models/objects/TEnquiry.js +0 -2
- package/dist/models/objects/TEnquiry.js.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/objects/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/TEvent.d.ts +0 -48
- package/dist/models/schemas/TEvent.d.ts.map +0 -1
- package/dist/models/schemas/TEvent.js +0 -9
- package/dist/models/schemas/TEvent.js.map +0 -1
- package/dist/models/schemas/TEventBase.d.ts +0 -15
- package/dist/models/schemas/TEventBase.d.ts.map +0 -1
- package/dist/models/schemas/TEventBase.js +0 -7
- package/dist/models/schemas/TEventBase.js.map +0 -1
- package/dist/models/schemas/TEventCategories.d.ts +0 -737
- package/dist/models/schemas/TEventCategories.d.ts.map +0 -1
- package/dist/models/schemas/TEventCategories.js +0 -268
- package/dist/models/schemas/TEventCategories.js.map +0 -1
- package/dist/models/schemas/TEventRequest.d.ts +0 -36
- package/dist/models/schemas/TEventRequest.d.ts.map +0 -1
- package/dist/models/schemas/TEventRequest.js +0 -10
- package/dist/models/schemas/TEventRequest.js.map +0 -1
- package/dist/models/schemas/TNotification.d.ts +0 -388
- package/dist/models/schemas/TNotification.d.ts.map +0 -1
- package/dist/models/schemas/TNotification.js +0 -12
- package/dist/models/schemas/TNotification.js.map +0 -1
- package/dist/models/schemas/TNotificationRequest.d.ts +0 -360
- package/dist/models/schemas/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationRequest.js +0 -19
- package/dist/models/schemas/TNotificationRequest.js.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/schemas/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/notification/index.d.ts +0 -2
- package/dist/models/schemas/notification/index.d.ts.map +0 -1
- package/dist/models/schemas/notification/index.js +0 -2
- package/dist/models/schemas/notification/index.js.map +0 -1
- package/dist/models/types/TCommon.d.ts +0 -16
- package/dist/models/types/TCommon.d.ts.map +0 -1
- package/dist/models/types/TCommon.js +0 -2
- package/dist/models/types/TCommon.js.map +0 -1
- package/dist/models/types/TStages.d.ts +0 -16
- package/dist/models/types/TStages.d.ts.map +0 -1
- package/dist/models/types/TStages.js +0 -2
- package/dist/models/types/TStages.js.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.js +0 -80
- package/dist/models/user-settings/TServiceUserSettings.js.map +0 -1
- package/dist/models/user-settings/index.d.ts +0 -2
- package/dist/models/user-settings/index.d.ts.map +0 -1
- package/dist/models/user-settings/index.js +0 -2
- package/dist/models/user-settings/index.js.map +0 -1
- package/dist/types/enums/LinkedRoles.d.ts +0 -5
- package/dist/types/enums/LinkedRoles.d.ts.map +0 -1
- package/dist/types/enums/RBACPermissions.d.ts +0 -33
- package/dist/types/enums/RBACPermissions.d.ts.map +0 -1
- package/dist/types/enums/Regions.d.ts +0 -10
- package/dist/types/enums/Regions.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStages.d.ts +0 -26
- package/dist/types/enums/SCLASNStages.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStatus.d.ts +0 -13
- package/dist/types/enums/SCLASNStatus.d.ts.map +0 -1
- package/dist/types/enums/SolutionCategories.d.ts +0 -7
- package/dist/types/enums/SolutionCategories.d.ts.map +0 -1
- package/dist/types/enums/SolutionTypes.d.ts +0 -6
- package/dist/types/enums/SolutionTypes.d.ts.map +0 -1
- package/dist/types/enums/index.d.ts +0 -8
- package/dist/types/enums/index.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -2
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAccount.d.ts +0 -276
- package/dist/types/models/crm-dynamics/IAccount.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAddresses.d.ts +0 -52
- package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IApplication.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IApplication.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +0 -42
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +0 -10
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +0 -14
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContact.d.ts +0 -311
- package/dist/types/models/crm-dynamics/IContact.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +0 -41
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts +0 -151
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/index.d.ts +0 -14
- package/dist/types/models/crm-dynamics/index.d.ts.map +0 -1
- package/dist/types/models/event/TEvent.d.ts +0 -49
- package/dist/types/models/event/TEvent.d.ts.map +0 -1
- package/dist/types/models/event/TEventBase.d.ts +0 -15
- package/dist/types/models/event/TEventBase.d.ts.map +0 -1
- package/dist/types/models/event/TEventCategories.d.ts +0 -738
- package/dist/types/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/types/models/event/TEventRequest.d.ts +0 -37
- package/dist/types/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/types/models/event/index.d.ts +0 -5
- package/dist/types/models/event/index.d.ts.map +0 -1
- package/dist/types/models/integration-auth0/IAuthUser.d.ts +0 -37
- package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +0 -1
- package/dist/types/models/notification/TNotification.d.ts +0 -389
- package/dist/types/models/notification/TNotification.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/types/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/types/models/notification/index.d.ts +0 -4
- package/dist/types/models/notification/index.d.ts.map +0 -1
- package/dist/types/models/objects/IAccount.d.ts +0 -58
- package/dist/types/models/objects/IAccount.d.ts.map +0 -1
- package/dist/types/models/objects/IAddress.d.ts +0 -27
- package/dist/types/models/objects/IAddress.d.ts.map +0 -1
- package/dist/types/models/objects/IApplication.d.ts +0 -14
- package/dist/types/models/objects/IApplication.d.ts.map +0 -1
- package/dist/types/models/objects/IBankAccounts.d.ts +0 -38
- package/dist/types/models/objects/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/objects/ICompany.d.ts +0 -16
- package/dist/types/models/objects/ICompany.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyDocument.d.ts +0 -61
- package/dist/types/models/objects/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyPosition.d.ts +0 -6
- package/dist/types/models/objects/ICompanyPosition.d.ts.map +0 -1
- package/dist/types/models/objects/IContact.d.ts +0 -147
- package/dist/types/models/objects/IContact.d.ts.map +0 -1
- package/dist/types/models/objects/IContactMethod.d.ts +0 -9
- package/dist/types/models/objects/IContactMethod.d.ts.map +0 -1
- package/dist/types/models/objects/IContract.d.ts +0 -38
- package/dist/types/models/objects/IContract.d.ts.map +0 -1
- package/dist/types/models/objects/IContractor.d.ts +0 -4
- package/dist/types/models/objects/IContractor.d.ts.map +0 -1
- package/dist/types/models/objects/IContractorDocument.d.ts +0 -60
- package/dist/types/models/objects/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICurrency.d.ts +0 -9
- package/dist/types/models/objects/ICurrency.d.ts.map +0 -1
- package/dist/types/models/objects/IEmployee.d.ts +0 -4
- package/dist/types/models/objects/IEmployee.d.ts.map +0 -1
- package/dist/types/models/objects/INote.d.ts +0 -7
- package/dist/types/models/objects/INote.d.ts.map +0 -1
- package/dist/types/models/objects/IOrganisation.d.ts +0 -31
- package/dist/types/models/objects/IOrganisation.d.ts.map +0 -1
- package/dist/types/models/objects/IPerson.d.ts +0 -14
- package/dist/types/models/objects/IPerson.d.ts.map +0 -1
- package/dist/types/models/objects/ISystemUser.d.ts +0 -15
- package/dist/types/models/objects/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/objects/IUser.d.ts +0 -8
- package/dist/types/models/objects/IUser.d.ts.map +0 -1
- package/dist/types/models/objects/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/objects/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/types/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/objects/TEnquiry.d.ts +0 -75
- package/dist/types/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/objects/index.d.ts +0 -23
- package/dist/types/models/objects/index.d.ts.map +0 -1
- package/dist/types/models/types/TCommon.d.ts +0 -12
- package/dist/types/models/types/TCommon.d.ts.map +0 -1
- package/dist/types/models/types/index.d.ts +0 -2
- package/dist/types/models/types/index.d.ts.map +0 -1
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/types/services/index.d.ts +0 -2
- package/dist/types/services/index.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/calculate.d.ts +0 -3
- package/dist/types/utils/date-and-time/calculate.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/format.d.ts +0 -2
- package/dist/types/utils/date-and-time/format.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/index.d.ts +0 -3
- package/dist/types/utils/date-and-time/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/index.d.ts +0 -2
- package/dist/types/utils/encoding/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/stringBySecret.d.ts +0 -3
- package/dist/types/utils/encoding/stringBySecret.d.ts.map +0 -1
- package/dist/types/utils/strings/index.d.ts +0 -2
- package/dist/types/utils/strings/index.d.ts.map +0 -1
- package/dist/utils/strings/strings.d.ts +0 -11
- package/dist/utils/strings/strings.d.ts.map +0 -1
- package/dist/utils/strings/strings.js +0 -34
- package/dist/utils/strings/strings.js.map +0 -1
|
@@ -20,11 +20,11 @@ export declare const EnquiryEntity: {
|
|
|
20
20
|
timezoneRuleVersionNumber: string;
|
|
21
21
|
utcConversionTimezoneCode: string;
|
|
22
22
|
versionNumber: string;
|
|
23
|
+
agencyFormattedValue: string;
|
|
24
|
+
agencyContactFormattedValue: string;
|
|
23
25
|
agencyValue: string;
|
|
24
26
|
agencyContactValue: string;
|
|
25
27
|
simulations: string;
|
|
26
|
-
agencyFormattedValue: string;
|
|
27
|
-
agencyContactFormattedValue: string;
|
|
28
28
|
disqualificationReasonValue: string;
|
|
29
29
|
disqualificationDetailReasonValue: string;
|
|
30
30
|
enquiryId: string;
|
|
@@ -139,11 +139,11 @@ export declare const EnquiryEntity: {
|
|
|
139
139
|
timezoneruleversionnumber?: string | number | null | undefined;
|
|
140
140
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
141
141
|
versionnumber?: number | null | undefined;
|
|
142
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
143
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
142
144
|
_ww_agency_value?: string | null | undefined;
|
|
143
145
|
_ww_agencycontact_value?: string | null | undefined;
|
|
144
146
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
145
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
146
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
147
147
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
148
148
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
149
149
|
ww_enquiryid?: string | undefined;
|
|
@@ -178,11 +178,11 @@ export declare const EnquiryEntity: {
|
|
|
178
178
|
timezoneruleversionnumber?: string | number | null | undefined;
|
|
179
179
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
180
180
|
versionnumber?: number | null | undefined;
|
|
181
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
182
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
181
183
|
_ww_agency_value?: string | null | undefined;
|
|
182
184
|
_ww_agencycontact_value?: string | null | undefined;
|
|
183
185
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
184
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
185
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
186
186
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
187
187
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
188
188
|
ww_enquiryid?: string | undefined;
|
|
@@ -221,11 +221,11 @@ export declare const EnquiryEntity: {
|
|
|
221
221
|
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
222
222
|
readonly ww_salaryillustration_Enquiry_ww_enquiry: z.ZodOptional<z.ZodTypeAny>;
|
|
223
223
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
224
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
225
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
224
226
|
_ww_agency_value?: string | null | undefined;
|
|
225
227
|
_ww_agencycontact_value?: string | null | undefined;
|
|
226
228
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
227
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
228
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
229
229
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
230
230
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
231
231
|
ww_enquiryid?: string | undefined;
|
|
@@ -242,11 +242,11 @@ export declare const EnquiryEntity: {
|
|
|
242
242
|
ww_numberofexpiredsimulations?: number | null | undefined;
|
|
243
243
|
ww_upcomingsimulationexpirydate?: string | null | undefined;
|
|
244
244
|
}, {
|
|
245
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
246
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
245
247
|
_ww_agency_value?: string | null | undefined;
|
|
246
248
|
_ww_agencycontact_value?: string | null | undefined;
|
|
247
249
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
248
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
249
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
250
250
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
251
251
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
252
252
|
ww_enquiryid?: string | undefined;
|
|
@@ -322,12 +322,14 @@ export declare const EnquiryEntity: {
|
|
|
322
322
|
owningBusinessUnitValue?: string | null | undefined;
|
|
323
323
|
owningTeamValue?: string | null | undefined;
|
|
324
324
|
owningUserValue?: string | null | undefined;
|
|
325
|
+
agencyValue?: string | null | undefined;
|
|
326
|
+
agencyContactValue?: string | null | undefined;
|
|
327
|
+
agencyFormattedValue?: string | null | undefined;
|
|
328
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
325
329
|
disqualificationReasonValue?: string | null | undefined;
|
|
326
330
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
327
331
|
enquiryNumber?: string | null | undefined;
|
|
328
332
|
enquiryFriendlyName?: string | null | undefined;
|
|
329
|
-
agencyValue?: string | null | undefined;
|
|
330
|
-
agencyContactValue?: string | null | undefined;
|
|
331
333
|
originatingCaseValue?: string | null | undefined;
|
|
332
334
|
enquiryStatus?: number | null | undefined;
|
|
333
335
|
origin?: number | null | undefined;
|
|
@@ -338,8 +340,6 @@ export declare const EnquiryEntity: {
|
|
|
338
340
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
339
341
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
340
342
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
341
|
-
agencyFormattedValue?: string | null | undefined;
|
|
342
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
343
343
|
simulations?: any;
|
|
344
344
|
}, {
|
|
345
345
|
enquiryId: string;
|
|
@@ -361,12 +361,14 @@ export declare const EnquiryEntity: {
|
|
|
361
361
|
owningBusinessUnitValue?: string | null | undefined;
|
|
362
362
|
owningTeamValue?: string | null | undefined;
|
|
363
363
|
owningUserValue?: string | null | undefined;
|
|
364
|
+
agencyValue?: string | null | undefined;
|
|
365
|
+
agencyContactValue?: string | null | undefined;
|
|
366
|
+
agencyFormattedValue?: string | null | undefined;
|
|
367
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
364
368
|
disqualificationReasonValue?: string | null | undefined;
|
|
365
369
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
366
370
|
enquiryNumber?: string | null | undefined;
|
|
367
371
|
enquiryFriendlyName?: string | null | undefined;
|
|
368
|
-
agencyValue?: string | null | undefined;
|
|
369
|
-
agencyContactValue?: string | null | undefined;
|
|
370
372
|
originatingCaseValue?: string | null | undefined;
|
|
371
373
|
enquiryStatus?: number | null | undefined;
|
|
372
374
|
origin?: number | null | undefined;
|
|
@@ -377,8 +379,6 @@ export declare const EnquiryEntity: {
|
|
|
377
379
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
378
380
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
379
381
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
380
|
-
agencyFormattedValue?: string | null | undefined;
|
|
381
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
382
382
|
simulations?: any;
|
|
383
383
|
}>;
|
|
384
384
|
SPayloadAPI: z.ZodObject<{
|
|
@@ -403,13 +403,15 @@ export declare const EnquiryEntity: {
|
|
|
403
403
|
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
404
404
|
readonly simulations: z.ZodOptional<z.ZodTypeAny>;
|
|
405
405
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
406
|
+
agencyValue?: string | null | undefined;
|
|
407
|
+
agencyContactValue?: string | null | undefined;
|
|
408
|
+
agencyFormattedValue?: string | null | undefined;
|
|
409
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
406
410
|
disqualificationReasonValue?: string | null | undefined;
|
|
407
411
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
408
412
|
enquiryId?: string | undefined;
|
|
409
413
|
enquiryNumber?: string | null | undefined;
|
|
410
414
|
enquiryFriendlyName?: string | null | undefined;
|
|
411
|
-
agencyValue?: string | null | undefined;
|
|
412
|
-
agencyContactValue?: string | null | undefined;
|
|
413
415
|
originatingCaseValue?: string | null | undefined;
|
|
414
416
|
enquiryStatus?: number | null | undefined;
|
|
415
417
|
origin?: number | null | undefined;
|
|
@@ -420,17 +422,17 @@ export declare const EnquiryEntity: {
|
|
|
420
422
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
421
423
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
422
424
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
423
|
-
agencyFormattedValue?: string | null | undefined;
|
|
424
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
425
425
|
simulations?: any;
|
|
426
426
|
}, {
|
|
427
|
+
agencyValue?: string | null | undefined;
|
|
428
|
+
agencyContactValue?: string | null | undefined;
|
|
429
|
+
agencyFormattedValue?: string | null | undefined;
|
|
430
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
427
431
|
disqualificationReasonValue?: string | null | undefined;
|
|
428
432
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
429
433
|
enquiryId?: string | undefined;
|
|
430
434
|
enquiryNumber?: string | null | undefined;
|
|
431
435
|
enquiryFriendlyName?: string | null | undefined;
|
|
432
|
-
agencyValue?: string | null | undefined;
|
|
433
|
-
agencyContactValue?: string | null | undefined;
|
|
434
436
|
originatingCaseValue?: string | null | undefined;
|
|
435
437
|
enquiryStatus?: number | null | undefined;
|
|
436
438
|
origin?: number | null | undefined;
|
|
@@ -441,8 +443,6 @@ export declare const EnquiryEntity: {
|
|
|
441
443
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
442
444
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
443
445
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
444
|
-
agencyFormattedValue?: string | null | undefined;
|
|
445
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
446
446
|
simulations?: any;
|
|
447
447
|
}>;
|
|
448
448
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
@@ -24,11 +24,11 @@ export declare const Enquiry: {
|
|
|
24
24
|
timezoneRuleVersionNumber: string;
|
|
25
25
|
utcConversionTimezoneCode: string;
|
|
26
26
|
versionNumber: string;
|
|
27
|
+
agencyFormattedValue: string;
|
|
28
|
+
agencyContactFormattedValue: string;
|
|
27
29
|
agencyValue: string;
|
|
28
30
|
agencyContactValue: string;
|
|
29
31
|
simulations: string;
|
|
30
|
-
agencyFormattedValue: string;
|
|
31
|
-
agencyContactFormattedValue: string;
|
|
32
32
|
disqualificationReasonValue: string;
|
|
33
33
|
disqualificationDetailReasonValue: string;
|
|
34
34
|
enquiryId: string;
|
|
@@ -143,11 +143,11 @@ export declare const Enquiry: {
|
|
|
143
143
|
timezoneruleversionnumber?: string | number | null | undefined;
|
|
144
144
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
145
145
|
versionnumber?: number | null | undefined;
|
|
146
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
147
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
146
148
|
_ww_agency_value?: string | null | undefined;
|
|
147
149
|
_ww_agencycontact_value?: string | null | undefined;
|
|
148
150
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
149
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
150
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
151
151
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
152
152
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
153
153
|
ww_enquiryid?: string | undefined;
|
|
@@ -182,11 +182,11 @@ export declare const Enquiry: {
|
|
|
182
182
|
timezoneruleversionnumber?: string | number | null | undefined;
|
|
183
183
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
184
184
|
versionnumber?: number | null | undefined;
|
|
185
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
186
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
185
187
|
_ww_agency_value?: string | null | undefined;
|
|
186
188
|
_ww_agencycontact_value?: string | null | undefined;
|
|
187
189
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
188
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
189
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
190
190
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
191
191
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
192
192
|
ww_enquiryid?: string | undefined;
|
|
@@ -225,11 +225,11 @@ export declare const Enquiry: {
|
|
|
225
225
|
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
226
226
|
readonly ww_salaryillustration_Enquiry_ww_enquiry: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
227
227
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
228
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
229
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
228
230
|
_ww_agency_value?: string | null | undefined;
|
|
229
231
|
_ww_agencycontact_value?: string | null | undefined;
|
|
230
232
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
231
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
232
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
233
233
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
234
234
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
235
235
|
ww_enquiryid?: string | undefined;
|
|
@@ -246,11 +246,11 @@ export declare const Enquiry: {
|
|
|
246
246
|
ww_numberofexpiredsimulations?: number | null | undefined;
|
|
247
247
|
ww_upcomingsimulationexpirydate?: string | null | undefined;
|
|
248
248
|
}, {
|
|
249
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
250
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
249
251
|
_ww_agency_value?: string | null | undefined;
|
|
250
252
|
_ww_agencycontact_value?: string | null | undefined;
|
|
251
253
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
252
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
253
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
254
254
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
255
255
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
256
256
|
ww_enquiryid?: string | undefined;
|
|
@@ -326,12 +326,14 @@ export declare const Enquiry: {
|
|
|
326
326
|
owningBusinessUnitValue?: string | null | undefined;
|
|
327
327
|
owningTeamValue?: string | null | undefined;
|
|
328
328
|
owningUserValue?: string | null | undefined;
|
|
329
|
+
agencyValue?: string | null | undefined;
|
|
330
|
+
agencyContactValue?: string | null | undefined;
|
|
331
|
+
agencyFormattedValue?: string | null | undefined;
|
|
332
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
329
333
|
disqualificationReasonValue?: string | null | undefined;
|
|
330
334
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
331
335
|
enquiryNumber?: string | null | undefined;
|
|
332
336
|
enquiryFriendlyName?: string | null | undefined;
|
|
333
|
-
agencyValue?: string | null | undefined;
|
|
334
|
-
agencyContactValue?: string | null | undefined;
|
|
335
337
|
originatingCaseValue?: string | null | undefined;
|
|
336
338
|
enquiryStatus?: number | null | undefined;
|
|
337
339
|
origin?: number | null | undefined;
|
|
@@ -342,8 +344,6 @@ export declare const Enquiry: {
|
|
|
342
344
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
343
345
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
344
346
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
345
|
-
agencyFormattedValue?: string | null | undefined;
|
|
346
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
347
347
|
simulations?: any;
|
|
348
348
|
}, {
|
|
349
349
|
enquiryId: string;
|
|
@@ -365,12 +365,14 @@ export declare const Enquiry: {
|
|
|
365
365
|
owningBusinessUnitValue?: string | null | undefined;
|
|
366
366
|
owningTeamValue?: string | null | undefined;
|
|
367
367
|
owningUserValue?: string | null | undefined;
|
|
368
|
+
agencyValue?: string | null | undefined;
|
|
369
|
+
agencyContactValue?: string | null | undefined;
|
|
370
|
+
agencyFormattedValue?: string | null | undefined;
|
|
371
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
368
372
|
disqualificationReasonValue?: string | null | undefined;
|
|
369
373
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
370
374
|
enquiryNumber?: string | null | undefined;
|
|
371
375
|
enquiryFriendlyName?: string | null | undefined;
|
|
372
|
-
agencyValue?: string | null | undefined;
|
|
373
|
-
agencyContactValue?: string | null | undefined;
|
|
374
376
|
originatingCaseValue?: string | null | undefined;
|
|
375
377
|
enquiryStatus?: number | null | undefined;
|
|
376
378
|
origin?: number | null | undefined;
|
|
@@ -381,8 +383,6 @@ export declare const Enquiry: {
|
|
|
381
383
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
382
384
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
383
385
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
384
|
-
agencyFormattedValue?: string | null | undefined;
|
|
385
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
386
386
|
simulations?: any;
|
|
387
387
|
}>;
|
|
388
388
|
SPayloadAPI: import("zod").ZodObject<{
|
|
@@ -407,13 +407,15 @@ export declare const Enquiry: {
|
|
|
407
407
|
readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
408
408
|
readonly simulations: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
409
409
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
410
|
+
agencyValue?: string | null | undefined;
|
|
411
|
+
agencyContactValue?: string | null | undefined;
|
|
412
|
+
agencyFormattedValue?: string | null | undefined;
|
|
413
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
410
414
|
disqualificationReasonValue?: string | null | undefined;
|
|
411
415
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
412
416
|
enquiryId?: string | undefined;
|
|
413
417
|
enquiryNumber?: string | null | undefined;
|
|
414
418
|
enquiryFriendlyName?: string | null | undefined;
|
|
415
|
-
agencyValue?: string | null | undefined;
|
|
416
|
-
agencyContactValue?: string | null | undefined;
|
|
417
419
|
originatingCaseValue?: string | null | undefined;
|
|
418
420
|
enquiryStatus?: number | null | undefined;
|
|
419
421
|
origin?: number | null | undefined;
|
|
@@ -424,17 +426,17 @@ export declare const Enquiry: {
|
|
|
424
426
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
425
427
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
426
428
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
427
|
-
agencyFormattedValue?: string | null | undefined;
|
|
428
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
429
429
|
simulations?: any;
|
|
430
430
|
}, {
|
|
431
|
+
agencyValue?: string | null | undefined;
|
|
432
|
+
agencyContactValue?: string | null | undefined;
|
|
433
|
+
agencyFormattedValue?: string | null | undefined;
|
|
434
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
431
435
|
disqualificationReasonValue?: string | null | undefined;
|
|
432
436
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
433
437
|
enquiryId?: string | undefined;
|
|
434
438
|
enquiryNumber?: string | null | undefined;
|
|
435
439
|
enquiryFriendlyName?: string | null | undefined;
|
|
436
|
-
agencyValue?: string | null | undefined;
|
|
437
|
-
agencyContactValue?: string | null | undefined;
|
|
438
440
|
originatingCaseValue?: string | null | undefined;
|
|
439
441
|
enquiryStatus?: number | null | undefined;
|
|
440
442
|
origin?: number | null | undefined;
|
|
@@ -445,8 +447,6 @@ export declare const Enquiry: {
|
|
|
445
447
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
446
448
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
447
449
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
448
|
-
agencyFormattedValue?: string | null | undefined;
|
|
449
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
450
450
|
simulations?: any;
|
|
451
451
|
}>;
|
|
452
452
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
@@ -7,6 +7,7 @@ export * from './country/index.js';
|
|
|
7
7
|
export * from './countryOffering/index.js';
|
|
8
8
|
export * from './currency/index.js';
|
|
9
9
|
export * from './disqualificationReason/index.js';
|
|
10
|
+
export * from './download/index.js';
|
|
10
11
|
export * from './enquiry/index.js';
|
|
11
12
|
export * from './nationality/index.js';
|
|
12
13
|
export * from './referral/index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/schemas/api/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,mCAAmC,CAAA;AACjD,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/schemas/api/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,mCAAmC,CAAA;AACjD,cAAc,qBAAqB,CAAA;AACnC,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA"}
|
|
@@ -21,6 +21,7 @@ export * from './country/index.js';
|
|
|
21
21
|
export * from './countryOffering/index.js';
|
|
22
22
|
export * from './currency/index.js';
|
|
23
23
|
export * from './disqualificationReason/index.js';
|
|
24
|
+
export * from './download/index.js';
|
|
24
25
|
export * from './enquiry/index.js';
|
|
25
26
|
export * from './nationality/index.js';
|
|
26
27
|
export * from './referral/index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/schemas/api/index.ts"],"names":[],"mappings":"AAAA,mCAAmC;AACnC,mCAAmC;AACnC,2CAA2C;AAC3C,8CAA8C;AAC9C,mCAAmC;AACnC,oCAAoC;AACpC,4CAA4C;AAC5C,mCAAmC;AACnC,sCAAsC;AACtC,oCAAoC;AACpC,4CAA4C;AAC5C,iCAAiC;AACjC,uCAAuC;AAEvC,SAAS;AAET,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,mCAAmC,CAAA;AACjD,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/schemas/api/index.ts"],"names":[],"mappings":"AAAA,mCAAmC;AACnC,mCAAmC;AACnC,2CAA2C;AAC3C,8CAA8C;AAC9C,mCAAmC;AACnC,oCAAoC;AACpC,4CAA4C;AAC5C,mCAAmC;AACnC,sCAAsC;AACtC,oCAAoC;AACpC,4CAA4C;AAC5C,iCAAiC;AACjC,uCAAuC;AAEvC,SAAS;AAET,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,mCAAmC,CAAA;AACjD,cAAc,qBAAqB,CAAA;AACnC,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA"}
|
|
@@ -289,18 +289,18 @@ export declare const MarginEntity: {
|
|
|
289
289
|
owningUserValue?: string | null | undefined;
|
|
290
290
|
name?: string | null | undefined;
|
|
291
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
292
|
marginCurrencyValue?: string | null | undefined;
|
|
297
293
|
marginBasis?: number | null | undefined;
|
|
298
|
-
marginPercentage?: number | null | undefined;
|
|
299
294
|
marginPeriod?: number | null | undefined;
|
|
300
|
-
|
|
295
|
+
marginPercentage?: number | null | undefined;
|
|
301
296
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
297
|
+
marginMinValue?: number | null | undefined;
|
|
302
298
|
marginPaidBy?: number | null | undefined;
|
|
303
299
|
marginContractorPercentage?: number | null | undefined;
|
|
300
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
301
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
302
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
303
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
304
304
|
}, {
|
|
305
305
|
marginId: string;
|
|
306
306
|
countryValue?: string | null | undefined;
|
|
@@ -324,18 +324,18 @@ export declare const MarginEntity: {
|
|
|
324
324
|
owningUserValue?: string | null | undefined;
|
|
325
325
|
name?: string | null | undefined;
|
|
326
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
327
|
marginCurrencyValue?: string | null | undefined;
|
|
332
328
|
marginBasis?: number | null | undefined;
|
|
333
|
-
marginPercentage?: number | null | undefined;
|
|
334
329
|
marginPeriod?: number | null | undefined;
|
|
335
|
-
|
|
330
|
+
marginPercentage?: number | null | undefined;
|
|
336
331
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
332
|
+
marginMinValue?: number | null | undefined;
|
|
337
333
|
marginPaidBy?: number | null | undefined;
|
|
338
334
|
marginContractorPercentage?: number | null | undefined;
|
|
335
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
336
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
337
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
338
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
339
339
|
}>;
|
|
340
340
|
SPayloadAPI: z.ZodObject<{
|
|
341
341
|
readonly marginId: z.ZodOptional<z.ZodString>;
|
|
@@ -358,36 +358,36 @@ export declare const MarginEntity: {
|
|
|
358
358
|
countryValue?: string | null | undefined;
|
|
359
359
|
name?: string | null | undefined;
|
|
360
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
361
|
marginCurrencyValue?: string | null | undefined;
|
|
367
362
|
marginBasis?: number | null | undefined;
|
|
368
|
-
marginPercentage?: number | null | undefined;
|
|
369
363
|
marginPeriod?: number | null | undefined;
|
|
370
|
-
|
|
364
|
+
marginPercentage?: number | null | undefined;
|
|
371
365
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
366
|
+
marginMinValue?: number | null | undefined;
|
|
372
367
|
marginPaidBy?: number | null | undefined;
|
|
373
368
|
marginContractorPercentage?: number | null | undefined;
|
|
374
|
-
}, {
|
|
375
|
-
countryValue?: string | null | undefined;
|
|
376
|
-
name?: string | null | undefined;
|
|
377
|
-
solutionValue?: string | null | undefined;
|
|
378
369
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
379
370
|
startUpMarginPaidBy?: number | null | undefined;
|
|
380
371
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
381
372
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
382
373
|
marginId?: string | undefined;
|
|
374
|
+
}, {
|
|
375
|
+
countryValue?: string | null | undefined;
|
|
376
|
+
name?: string | null | undefined;
|
|
377
|
+
solutionValue?: string | null | undefined;
|
|
383
378
|
marginCurrencyValue?: string | null | undefined;
|
|
384
379
|
marginBasis?: number | null | undefined;
|
|
385
|
-
marginPercentage?: number | null | undefined;
|
|
386
380
|
marginPeriod?: number | null | undefined;
|
|
387
|
-
|
|
381
|
+
marginPercentage?: number | null | undefined;
|
|
388
382
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
383
|
+
marginMinValue?: number | null | undefined;
|
|
389
384
|
marginPaidBy?: number | null | undefined;
|
|
390
385
|
marginContractorPercentage?: number | null | undefined;
|
|
386
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
387
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
388
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
389
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
390
|
+
marginId?: string | undefined;
|
|
391
391
|
}>;
|
|
392
392
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
393
393
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
@@ -293,18 +293,18 @@ export declare const Margin: {
|
|
|
293
293
|
owningUserValue?: string | null | undefined;
|
|
294
294
|
name?: string | null | undefined;
|
|
295
295
|
solutionValue?: string | null | undefined;
|
|
296
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
297
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
298
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
299
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
300
296
|
marginCurrencyValue?: string | null | undefined;
|
|
301
297
|
marginBasis?: number | null | undefined;
|
|
302
|
-
marginPercentage?: number | null | undefined;
|
|
303
298
|
marginPeriod?: number | null | undefined;
|
|
304
|
-
|
|
299
|
+
marginPercentage?: number | null | undefined;
|
|
305
300
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
301
|
+
marginMinValue?: number | null | undefined;
|
|
306
302
|
marginPaidBy?: number | null | undefined;
|
|
307
303
|
marginContractorPercentage?: number | null | undefined;
|
|
304
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
305
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
306
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
307
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
308
308
|
}, {
|
|
309
309
|
marginId: string;
|
|
310
310
|
countryValue?: string | null | undefined;
|
|
@@ -328,18 +328,18 @@ export declare const Margin: {
|
|
|
328
328
|
owningUserValue?: string | null | undefined;
|
|
329
329
|
name?: string | null | undefined;
|
|
330
330
|
solutionValue?: string | null | undefined;
|
|
331
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
332
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
333
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
334
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
335
331
|
marginCurrencyValue?: string | null | undefined;
|
|
336
332
|
marginBasis?: number | null | undefined;
|
|
337
|
-
marginPercentage?: number | null | undefined;
|
|
338
333
|
marginPeriod?: number | null | undefined;
|
|
339
|
-
|
|
334
|
+
marginPercentage?: number | null | undefined;
|
|
340
335
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
336
|
+
marginMinValue?: number | null | undefined;
|
|
341
337
|
marginPaidBy?: number | null | undefined;
|
|
342
338
|
marginContractorPercentage?: number | null | undefined;
|
|
339
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
340
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
341
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
342
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
343
343
|
}>;
|
|
344
344
|
SPayloadAPI: import("zod").ZodObject<{
|
|
345
345
|
readonly marginId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -362,36 +362,36 @@ export declare const Margin: {
|
|
|
362
362
|
countryValue?: string | null | undefined;
|
|
363
363
|
name?: string | null | undefined;
|
|
364
364
|
solutionValue?: string | null | undefined;
|
|
365
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
366
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
367
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
368
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
369
|
-
marginId?: string | undefined;
|
|
370
365
|
marginCurrencyValue?: string | null | undefined;
|
|
371
366
|
marginBasis?: number | null | undefined;
|
|
372
|
-
marginPercentage?: number | null | undefined;
|
|
373
367
|
marginPeriod?: number | null | undefined;
|
|
374
|
-
|
|
368
|
+
marginPercentage?: number | null | undefined;
|
|
375
369
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
370
|
+
marginMinValue?: number | null | undefined;
|
|
376
371
|
marginPaidBy?: number | null | undefined;
|
|
377
372
|
marginContractorPercentage?: number | null | undefined;
|
|
378
|
-
}, {
|
|
379
|
-
countryValue?: string | null | undefined;
|
|
380
|
-
name?: string | null | undefined;
|
|
381
|
-
solutionValue?: string | null | undefined;
|
|
382
373
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
383
374
|
startUpMarginPaidBy?: number | null | undefined;
|
|
384
375
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
385
376
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
386
377
|
marginId?: string | undefined;
|
|
378
|
+
}, {
|
|
379
|
+
countryValue?: string | null | undefined;
|
|
380
|
+
name?: string | null | undefined;
|
|
381
|
+
solutionValue?: string | null | undefined;
|
|
387
382
|
marginCurrencyValue?: string | null | undefined;
|
|
388
383
|
marginBasis?: number | null | undefined;
|
|
389
|
-
marginPercentage?: number | null | undefined;
|
|
390
384
|
marginPeriod?: number | null | undefined;
|
|
391
|
-
|
|
385
|
+
marginPercentage?: number | null | undefined;
|
|
392
386
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
387
|
+
marginMinValue?: number | null | undefined;
|
|
393
388
|
marginPaidBy?: number | null | undefined;
|
|
394
389
|
marginContractorPercentage?: number | null | undefined;
|
|
390
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
391
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
392
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
393
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
394
|
+
marginId?: string | undefined;
|
|
395
395
|
}>;
|
|
396
396
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
397
397
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|