@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
|
@@ -32,6 +32,8 @@ export declare const AssignmentEntity: {
|
|
|
32
32
|
zohoCrmSync: string;
|
|
33
33
|
zohoSyncError: string;
|
|
34
34
|
precisionId: string;
|
|
35
|
+
agencyFormattedValue: string;
|
|
36
|
+
agencyContactFormattedValue: string;
|
|
35
37
|
assignmentId: string;
|
|
36
38
|
assignmentNumber: string;
|
|
37
39
|
assignmentStage: string;
|
|
@@ -59,14 +61,14 @@ export declare const AssignmentEntity: {
|
|
|
59
61
|
fxInvoicingPattern: string;
|
|
60
62
|
dateReferredToIcp: string;
|
|
61
63
|
dateIcpApprovedRtw: string;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
64
|
+
marginCurrencyValue: string;
|
|
65
|
+
marginBasis: string;
|
|
66
|
+
marginPeriod: string;
|
|
67
|
+
marginPercentage: string;
|
|
68
|
+
marginFixedValueMaxValue: string;
|
|
69
|
+
marginMinValue: string;
|
|
70
|
+
marginPaidBy: string;
|
|
71
|
+
marginContractorPercentage: string;
|
|
70
72
|
clientRate: string;
|
|
71
73
|
grossRateSimulation: string;
|
|
72
74
|
marginRate: string;
|
|
@@ -76,8 +78,8 @@ export declare const AssignmentEntity: {
|
|
|
76
78
|
preferredInvoiceCurrencyValue: string;
|
|
77
79
|
startUpMarginCurrencyValue: string;
|
|
78
80
|
startUpMarginContractorPercentage: string;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
+
agencyValue: string;
|
|
82
|
+
agencyContactValue: string;
|
|
81
83
|
marginOnlyCompanyValue: string;
|
|
82
84
|
jobType: string;
|
|
83
85
|
employmentContractType: string;
|
|
@@ -169,16 +171,16 @@ export declare const AssignmentEntity: {
|
|
|
169
171
|
readonly ww_fxinvoicingpattern: "fxInvoicingPattern";
|
|
170
172
|
readonly ww_datereferredtoicp: "dateReferredToIcp";
|
|
171
173
|
readonly ww_dateicpapprovedrtw: "dateIcpApprovedRtw";
|
|
172
|
-
readonly _ww_margincurrency_value: "
|
|
173
|
-
readonly ww_marginbasis: "
|
|
174
|
-
readonly ww_marginperiod: "
|
|
175
|
-
readonly ww_marginpercentage: "
|
|
176
|
-
readonly ww_marginfixedvaluemaxvalue: "
|
|
177
|
-
readonly ww_revenuefixedvaluemaxvalue: "
|
|
178
|
-
readonly ww_marginminvalue: "
|
|
179
|
-
readonly ww_revenueminvalue: "
|
|
180
|
-
readonly ww_marginpaidby: "
|
|
181
|
-
readonly ww_margincontractorpercentage: "
|
|
174
|
+
readonly _ww_margincurrency_value: "marginCurrencyValue";
|
|
175
|
+
readonly ww_marginbasis: "marginBasis";
|
|
176
|
+
readonly ww_marginperiod: "marginPeriod";
|
|
177
|
+
readonly ww_marginpercentage: "marginPercentage";
|
|
178
|
+
readonly ww_marginfixedvaluemaxvalue: "marginFixedValueMaxValue";
|
|
179
|
+
readonly ww_revenuefixedvaluemaxvalue: "marginFixedValueMaxValue";
|
|
180
|
+
readonly ww_marginminvalue: "marginMinValue";
|
|
181
|
+
readonly ww_revenueminvalue: "marginMinValue";
|
|
182
|
+
readonly ww_marginpaidby: "marginPaidBy";
|
|
183
|
+
readonly ww_margincontractorpercentage: "marginContractorPercentage";
|
|
182
184
|
readonly ww_clientrate: "clientRate";
|
|
183
185
|
readonly ww_grossratesimulation: "grossRateSimulation";
|
|
184
186
|
readonly ww_marginrate: "marginRate";
|
|
@@ -188,8 +190,8 @@ export declare const AssignmentEntity: {
|
|
|
188
190
|
readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
|
|
189
191
|
readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
|
|
190
192
|
readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
|
|
191
|
-
readonly _ww_agency_value: "
|
|
192
|
-
readonly _ww_agencycontact_value: "
|
|
193
|
+
readonly _ww_agency_value: "agencyValue";
|
|
194
|
+
readonly _ww_agencycontact_value: "agencyContactValue";
|
|
193
195
|
readonly ww_endclient: "endClient";
|
|
194
196
|
readonly _ww_margincompany_value: "marginOnlyCompanyValue";
|
|
195
197
|
readonly ww_jobtype: "jobType";
|
|
@@ -263,6 +265,8 @@ export declare const AssignmentEntity: {
|
|
|
263
265
|
readonly ww_joiner_reportingstatus: "joiner";
|
|
264
266
|
readonly ww_active_reportingstatus: "active";
|
|
265
267
|
readonly ww_assignmtreportingstatus: "reportingStatus";
|
|
268
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": "agencyFormattedValue";
|
|
269
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agencyContactFormattedValue";
|
|
266
270
|
readonly _ownerid_value: "ownerIdValue";
|
|
267
271
|
readonly _owningbusinessunit_value: "owningBusinessUnitValue";
|
|
268
272
|
readonly _owningteam_value: "owningTeamValue";
|
|
@@ -423,6 +427,8 @@ export declare const AssignmentEntity: {
|
|
|
423
427
|
readonly ww_joiner_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
424
428
|
readonly ww_active_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
425
429
|
readonly ww_assignmtreportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
430
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
431
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
426
432
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
427
433
|
'@odata.etag'?: string | null | undefined;
|
|
428
434
|
_createdby_value?: string | null | undefined;
|
|
@@ -454,6 +460,8 @@ export declare const AssignmentEntity: {
|
|
|
454
460
|
ww_zohocrmsync?: string | null | undefined;
|
|
455
461
|
ww_zohosyncerror?: string | null | undefined;
|
|
456
462
|
ww_precisionid?: string | null | undefined;
|
|
463
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
464
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
457
465
|
ww_assignmentid?: string | undefined;
|
|
458
466
|
ww_assignmentnumber?: string | null | undefined;
|
|
459
467
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -595,6 +603,8 @@ export declare const AssignmentEntity: {
|
|
|
595
603
|
ww_zohocrmsync?: string | null | undefined;
|
|
596
604
|
ww_zohosyncerror?: string | null | undefined;
|
|
597
605
|
ww_precisionid?: string | null | undefined;
|
|
606
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
607
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
598
608
|
ww_assignmentid?: string | undefined;
|
|
599
609
|
ww_assignmentnumber?: string | null | undefined;
|
|
600
610
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -829,6 +839,8 @@ export declare const AssignmentEntity: {
|
|
|
829
839
|
readonly ww_joiner_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
830
840
|
readonly ww_active_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
831
841
|
readonly ww_assignmtreportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
842
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
843
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
832
844
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
833
845
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
834
846
|
_ww_country_value?: string | null | undefined;
|
|
@@ -842,6 +854,8 @@ export declare const AssignmentEntity: {
|
|
|
842
854
|
ww_zohocrmsync?: string | null | undefined;
|
|
843
855
|
ww_zohosyncerror?: string | null | undefined;
|
|
844
856
|
ww_precisionid?: string | null | undefined;
|
|
857
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
858
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
845
859
|
ww_assignmentid?: string | undefined;
|
|
846
860
|
ww_assignmentnumber?: string | null | undefined;
|
|
847
861
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -965,6 +979,8 @@ export declare const AssignmentEntity: {
|
|
|
965
979
|
ww_zohocrmsync?: string | null | undefined;
|
|
966
980
|
ww_zohosyncerror?: string | null | undefined;
|
|
967
981
|
ww_precisionid?: string | null | undefined;
|
|
982
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
983
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
968
984
|
ww_assignmentid?: string | undefined;
|
|
969
985
|
ww_assignmentnumber?: string | null | undefined;
|
|
970
986
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -1123,14 +1139,14 @@ export declare const AssignmentEntity: {
|
|
|
1123
1139
|
readonly fxInvoicingPattern: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1124
1140
|
readonly dateReferredToIcp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1125
1141
|
readonly dateIcpApprovedRtw: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1126
|
-
readonly
|
|
1127
|
-
readonly
|
|
1128
|
-
readonly
|
|
1129
|
-
readonly
|
|
1130
|
-
readonly
|
|
1131
|
-
readonly
|
|
1132
|
-
readonly
|
|
1133
|
-
readonly
|
|
1142
|
+
readonly marginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1143
|
+
readonly marginBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1144
|
+
readonly marginPeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1145
|
+
readonly marginPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1146
|
+
readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1147
|
+
readonly marginMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1148
|
+
readonly marginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1149
|
+
readonly marginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1134
1150
|
readonly clientRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1135
1151
|
readonly grossRateSimulation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1136
1152
|
readonly marginRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1140,8 +1156,8 @@ export declare const AssignmentEntity: {
|
|
|
1140
1156
|
readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1141
1157
|
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1142
1158
|
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1143
|
-
readonly
|
|
1144
|
-
readonly
|
|
1159
|
+
readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1160
|
+
readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1145
1161
|
readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1146
1162
|
readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1147
1163
|
readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1214,6 +1230,8 @@ export declare const AssignmentEntity: {
|
|
|
1214
1230
|
readonly joiner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1215
1231
|
readonly active: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1216
1232
|
readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1233
|
+
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1234
|
+
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1217
1235
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1218
1236
|
assignmentId: string;
|
|
1219
1237
|
value?: number | null | undefined;
|
|
@@ -1270,14 +1288,14 @@ export declare const AssignmentEntity: {
|
|
|
1270
1288
|
fxInvoicingPattern?: number | null | undefined;
|
|
1271
1289
|
dateReferredToIcp?: string | null | undefined;
|
|
1272
1290
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1291
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1292
|
+
marginBasis?: number | null | undefined;
|
|
1293
|
+
marginPeriod?: number | null | undefined;
|
|
1294
|
+
marginPercentage?: number | null | undefined;
|
|
1295
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1296
|
+
marginMinValue?: number | null | undefined;
|
|
1297
|
+
marginPaidBy?: number | null | undefined;
|
|
1298
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1281
1299
|
clientRate?: number | null | undefined;
|
|
1282
1300
|
grossRateSimulation?: number | null | undefined;
|
|
1283
1301
|
marginRate?: number | null | undefined;
|
|
@@ -1287,8 +1305,8 @@ export declare const AssignmentEntity: {
|
|
|
1287
1305
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1288
1306
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1289
1307
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1290
|
-
|
|
1291
|
-
|
|
1308
|
+
agencyValue?: string | null | undefined;
|
|
1309
|
+
agencyContactValue?: string | null | undefined;
|
|
1292
1310
|
endClient?: string | null | undefined;
|
|
1293
1311
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1294
1312
|
jobType?: number | null | undefined;
|
|
@@ -1352,6 +1370,8 @@ export declare const AssignmentEntity: {
|
|
|
1352
1370
|
onboarding?: string | null | undefined;
|
|
1353
1371
|
joiner?: string | null | undefined;
|
|
1354
1372
|
reportingStatus?: number | null | undefined;
|
|
1373
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1374
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1355
1375
|
}, {
|
|
1356
1376
|
assignmentId: string;
|
|
1357
1377
|
value?: number | null | undefined;
|
|
@@ -1408,14 +1428,14 @@ export declare const AssignmentEntity: {
|
|
|
1408
1428
|
fxInvoicingPattern?: number | null | undefined;
|
|
1409
1429
|
dateReferredToIcp?: string | null | undefined;
|
|
1410
1430
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1431
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1432
|
+
marginBasis?: number | null | undefined;
|
|
1433
|
+
marginPeriod?: number | null | undefined;
|
|
1434
|
+
marginPercentage?: number | null | undefined;
|
|
1435
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1436
|
+
marginMinValue?: number | null | undefined;
|
|
1437
|
+
marginPaidBy?: number | null | undefined;
|
|
1438
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1419
1439
|
clientRate?: number | null | undefined;
|
|
1420
1440
|
grossRateSimulation?: number | null | undefined;
|
|
1421
1441
|
marginRate?: number | null | undefined;
|
|
@@ -1425,8 +1445,8 @@ export declare const AssignmentEntity: {
|
|
|
1425
1445
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1426
1446
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1427
1447
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1428
|
-
|
|
1429
|
-
|
|
1448
|
+
agencyValue?: string | null | undefined;
|
|
1449
|
+
agencyContactValue?: string | null | undefined;
|
|
1430
1450
|
endClient?: string | null | undefined;
|
|
1431
1451
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1432
1452
|
jobType?: number | null | undefined;
|
|
@@ -1490,6 +1510,8 @@ export declare const AssignmentEntity: {
|
|
|
1490
1510
|
onboarding?: string | null | undefined;
|
|
1491
1511
|
joiner?: string | null | undefined;
|
|
1492
1512
|
reportingStatus?: number | null | undefined;
|
|
1513
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1514
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1493
1515
|
}>;
|
|
1494
1516
|
SPayloadAPI: z.ZodObject<{
|
|
1495
1517
|
readonly assignmentId: z.ZodOptional<z.ZodString>;
|
|
@@ -1520,14 +1542,14 @@ export declare const AssignmentEntity: {
|
|
|
1520
1542
|
readonly fxInvoicingPattern: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1521
1543
|
readonly dateReferredToIcp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1522
1544
|
readonly dateIcpApprovedRtw: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1523
|
-
readonly
|
|
1524
|
-
readonly
|
|
1525
|
-
readonly
|
|
1526
|
-
readonly
|
|
1527
|
-
readonly
|
|
1528
|
-
readonly
|
|
1529
|
-
readonly
|
|
1530
|
-
readonly
|
|
1545
|
+
readonly marginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1546
|
+
readonly marginBasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1547
|
+
readonly marginPeriod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1548
|
+
readonly marginPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1549
|
+
readonly marginFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1550
|
+
readonly marginMinValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1551
|
+
readonly marginPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1552
|
+
readonly marginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1531
1553
|
readonly clientRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1532
1554
|
readonly grossRateSimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1533
1555
|
readonly marginRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
@@ -1537,8 +1559,8 @@ export declare const AssignmentEntity: {
|
|
|
1537
1559
|
readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1538
1560
|
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1539
1561
|
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1540
|
-
readonly
|
|
1541
|
-
readonly
|
|
1562
|
+
readonly agencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1563
|
+
readonly agencyContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1542
1564
|
readonly endClient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1543
1565
|
readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1544
1566
|
readonly jobType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
@@ -1611,6 +1633,8 @@ export declare const AssignmentEntity: {
|
|
|
1611
1633
|
readonly joiner: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1612
1634
|
readonly active: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1613
1635
|
readonly reportingStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1636
|
+
readonly agencyFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1637
|
+
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1614
1638
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1615
1639
|
value?: number | null | undefined;
|
|
1616
1640
|
type?: number | null | undefined;
|
|
@@ -1649,14 +1673,14 @@ export declare const AssignmentEntity: {
|
|
|
1649
1673
|
fxInvoicingPattern?: number | null | undefined;
|
|
1650
1674
|
dateReferredToIcp?: string | null | undefined;
|
|
1651
1675
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1676
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1677
|
+
marginBasis?: number | null | undefined;
|
|
1678
|
+
marginPeriod?: number | null | undefined;
|
|
1679
|
+
marginPercentage?: number | null | undefined;
|
|
1680
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1681
|
+
marginMinValue?: number | null | undefined;
|
|
1682
|
+
marginPaidBy?: number | null | undefined;
|
|
1683
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1660
1684
|
clientRate?: number | null | undefined;
|
|
1661
1685
|
grossRateSimulation?: number | null | undefined;
|
|
1662
1686
|
marginRate?: number | null | undefined;
|
|
@@ -1666,8 +1690,8 @@ export declare const AssignmentEntity: {
|
|
|
1666
1690
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1667
1691
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1668
1692
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1669
|
-
|
|
1670
|
-
|
|
1693
|
+
agencyValue?: string | null | undefined;
|
|
1694
|
+
agencyContactValue?: string | null | undefined;
|
|
1671
1695
|
endClient?: string | null | undefined;
|
|
1672
1696
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1673
1697
|
jobType?: number | null | undefined;
|
|
@@ -1731,6 +1755,8 @@ export declare const AssignmentEntity: {
|
|
|
1731
1755
|
onboarding?: string | null | undefined;
|
|
1732
1756
|
joiner?: string | null | undefined;
|
|
1733
1757
|
reportingStatus?: number | null | undefined;
|
|
1758
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1759
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1734
1760
|
}, {
|
|
1735
1761
|
value?: number | null | undefined;
|
|
1736
1762
|
type?: number | null | undefined;
|
|
@@ -1769,14 +1795,14 @@ export declare const AssignmentEntity: {
|
|
|
1769
1795
|
fxInvoicingPattern?: number | null | undefined;
|
|
1770
1796
|
dateReferredToIcp?: string | null | undefined;
|
|
1771
1797
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1798
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1799
|
+
marginBasis?: number | null | undefined;
|
|
1800
|
+
marginPeriod?: number | null | undefined;
|
|
1801
|
+
marginPercentage?: number | null | undefined;
|
|
1802
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1803
|
+
marginMinValue?: number | null | undefined;
|
|
1804
|
+
marginPaidBy?: number | null | undefined;
|
|
1805
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1780
1806
|
clientRate?: number | null | undefined;
|
|
1781
1807
|
grossRateSimulation?: number | null | undefined;
|
|
1782
1808
|
marginRate?: number | null | undefined;
|
|
@@ -1786,8 +1812,8 @@ export declare const AssignmentEntity: {
|
|
|
1786
1812
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1787
1813
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1788
1814
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1789
|
-
|
|
1790
|
-
|
|
1815
|
+
agencyValue?: string | null | undefined;
|
|
1816
|
+
agencyContactValue?: string | null | undefined;
|
|
1791
1817
|
endClient?: string | null | undefined;
|
|
1792
1818
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1793
1819
|
jobType?: number | null | undefined;
|
|
@@ -1851,6 +1877,8 @@ export declare const AssignmentEntity: {
|
|
|
1851
1877
|
onboarding?: string | null | undefined;
|
|
1852
1878
|
joiner?: string | null | undefined;
|
|
1853
1879
|
reportingStatus?: number | null | undefined;
|
|
1880
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1881
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1854
1882
|
}>;
|
|
1855
1883
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
1856
1884
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
@@ -1858,4 +1886,10 @@ export declare const AssignmentEntity: {
|
|
|
1858
1886
|
export type TAssignmentD365 = z.infer<typeof AssignmentEntity.SResponseD365>;
|
|
1859
1887
|
export type TAssignmentAPI = z.infer<typeof AssignmentEntity.SResponseAPI>;
|
|
1860
1888
|
export type TAssignmentPayloadAPI = z.infer<typeof AssignmentEntity.SPayloadAPI>;
|
|
1889
|
+
export declare const SAssignmentsQueryParams: z.ZodEffects<z.ZodType<URLSearchParams, z.ZodTypeDef, URLSearchParams>, {
|
|
1890
|
+
filter: string;
|
|
1891
|
+
id: string;
|
|
1892
|
+
includeChildren: boolean;
|
|
1893
|
+
} | undefined, URLSearchParams>;
|
|
1894
|
+
export type TAssignmentsQueryParams = z.infer<typeof SAssignmentsQueryParams>;
|
|
1861
1895
|
//# sourceMappingURL=TAssignmentAPI.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TAssignmentAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"TAssignmentAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,4 +6,17 @@ export const AssignmentEntity = createEntityTools({
|
|
|
6
6
|
uniqueFields: assignmentFields,
|
|
7
7
|
baseFields: ownershipBaseFieldsD365,
|
|
8
8
|
});
|
|
9
|
+
export const SAssignmentsQueryParams = z
|
|
10
|
+
.instanceof(URLSearchParams)
|
|
11
|
+
.transform(params => {
|
|
12
|
+
const agentId = params.get('agent');
|
|
13
|
+
const agencyId = params.get('agency');
|
|
14
|
+
if (!agentId && !agencyId)
|
|
15
|
+
return undefined;
|
|
16
|
+
return {
|
|
17
|
+
filter: agentId ? 'agent' : 'agency',
|
|
18
|
+
id: agentId ?? agencyId ?? '',
|
|
19
|
+
includeChildren: params.get('includeChildren') === 'true',
|
|
20
|
+
};
|
|
21
|
+
});
|
|
9
22
|
//# sourceMappingURL=TAssignmentAPI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TAssignmentAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAE/D,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAChD,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,uBAAuB;CACpC,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"TAssignmentAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/TAssignmentAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAE/D,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAChD,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,uBAAuB;CACpC,CAAC,CAAA;AAOF,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC;KACrC,UAAU,CAAC,eAAe,CAAC;KAC3B,SAAS,CAAC,MAAM,CAAC,EAAE;IAClB,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;IACnC,MAAM,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;IAErC,IAAI,CAAC,OAAO,IAAI,CAAC,QAAQ;QAAE,OAAO,SAAS,CAAA;IAE3C,OAAO;QACL,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;QACpC,EAAE,EAAE,OAAO,IAAI,QAAQ,IAAI,EAAE;QAC7B,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,MAAM;KAC1D,CAAA;AACH,CAAC,CAAC,CAAA"}
|