@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
|
@@ -36,6 +36,8 @@ export declare const Assignment: {
|
|
|
36
36
|
zohoCrmSync: string;
|
|
37
37
|
zohoSyncError: string;
|
|
38
38
|
precisionId: string;
|
|
39
|
+
agencyFormattedValue: string;
|
|
40
|
+
agencyContactFormattedValue: string;
|
|
39
41
|
assignmentId: string;
|
|
40
42
|
assignmentNumber: string;
|
|
41
43
|
assignmentStage: string;
|
|
@@ -63,14 +65,14 @@ export declare const Assignment: {
|
|
|
63
65
|
fxInvoicingPattern: string;
|
|
64
66
|
dateReferredToIcp: string;
|
|
65
67
|
dateIcpApprovedRtw: string;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
68
|
+
marginCurrencyValue: string;
|
|
69
|
+
marginBasis: string;
|
|
70
|
+
marginPeriod: string;
|
|
71
|
+
marginPercentage: string;
|
|
72
|
+
marginFixedValueMaxValue: string;
|
|
73
|
+
marginMinValue: string;
|
|
74
|
+
marginPaidBy: string;
|
|
75
|
+
marginContractorPercentage: string;
|
|
74
76
|
clientRate: string;
|
|
75
77
|
grossRateSimulation: string;
|
|
76
78
|
marginRate: string;
|
|
@@ -80,8 +82,8 @@ export declare const Assignment: {
|
|
|
80
82
|
preferredInvoiceCurrencyValue: string;
|
|
81
83
|
startUpMarginCurrencyValue: string;
|
|
82
84
|
startUpMarginContractorPercentage: string;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
+
agencyValue: string;
|
|
86
|
+
agencyContactValue: string;
|
|
85
87
|
marginOnlyCompanyValue: string;
|
|
86
88
|
jobType: string;
|
|
87
89
|
employmentContractType: string;
|
|
@@ -173,16 +175,16 @@ export declare const Assignment: {
|
|
|
173
175
|
readonly ww_fxinvoicingpattern: "fxInvoicingPattern";
|
|
174
176
|
readonly ww_datereferredtoicp: "dateReferredToIcp";
|
|
175
177
|
readonly ww_dateicpapprovedrtw: "dateIcpApprovedRtw";
|
|
176
|
-
readonly _ww_margincurrency_value: "
|
|
177
|
-
readonly ww_marginbasis: "
|
|
178
|
-
readonly ww_marginperiod: "
|
|
179
|
-
readonly ww_marginpercentage: "
|
|
180
|
-
readonly ww_marginfixedvaluemaxvalue: "
|
|
181
|
-
readonly ww_revenuefixedvaluemaxvalue: "
|
|
182
|
-
readonly ww_marginminvalue: "
|
|
183
|
-
readonly ww_revenueminvalue: "
|
|
184
|
-
readonly ww_marginpaidby: "
|
|
185
|
-
readonly ww_margincontractorpercentage: "
|
|
178
|
+
readonly _ww_margincurrency_value: "marginCurrencyValue";
|
|
179
|
+
readonly ww_marginbasis: "marginBasis";
|
|
180
|
+
readonly ww_marginperiod: "marginPeriod";
|
|
181
|
+
readonly ww_marginpercentage: "marginPercentage";
|
|
182
|
+
readonly ww_marginfixedvaluemaxvalue: "marginFixedValueMaxValue";
|
|
183
|
+
readonly ww_revenuefixedvaluemaxvalue: "marginFixedValueMaxValue";
|
|
184
|
+
readonly ww_marginminvalue: "marginMinValue";
|
|
185
|
+
readonly ww_revenueminvalue: "marginMinValue";
|
|
186
|
+
readonly ww_marginpaidby: "marginPaidBy";
|
|
187
|
+
readonly ww_margincontractorpercentage: "marginContractorPercentage";
|
|
186
188
|
readonly ww_clientrate: "clientRate";
|
|
187
189
|
readonly ww_grossratesimulation: "grossRateSimulation";
|
|
188
190
|
readonly ww_marginrate: "marginRate";
|
|
@@ -192,8 +194,8 @@ export declare const Assignment: {
|
|
|
192
194
|
readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
|
|
193
195
|
readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
|
|
194
196
|
readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
|
|
195
|
-
readonly _ww_agency_value: "
|
|
196
|
-
readonly _ww_agencycontact_value: "
|
|
197
|
+
readonly _ww_agency_value: "agencyValue";
|
|
198
|
+
readonly _ww_agencycontact_value: "agencyContactValue";
|
|
197
199
|
readonly ww_endclient: "endClient";
|
|
198
200
|
readonly _ww_margincompany_value: "marginOnlyCompanyValue";
|
|
199
201
|
readonly ww_jobtype: "jobType";
|
|
@@ -267,6 +269,8 @@ export declare const Assignment: {
|
|
|
267
269
|
readonly ww_joiner_reportingstatus: "joiner";
|
|
268
270
|
readonly ww_active_reportingstatus: "active";
|
|
269
271
|
readonly ww_assignmtreportingstatus: "reportingStatus";
|
|
272
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": "agencyFormattedValue";
|
|
273
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agencyContactFormattedValue";
|
|
270
274
|
readonly _ownerid_value: "ownerIdValue";
|
|
271
275
|
readonly _owningbusinessunit_value: "owningBusinessUnitValue";
|
|
272
276
|
readonly _owningteam_value: "owningTeamValue";
|
|
@@ -427,6 +431,8 @@ export declare const Assignment: {
|
|
|
427
431
|
readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
428
432
|
readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
429
433
|
readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
434
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
435
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
430
436
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
431
437
|
'@odata.etag'?: string | null | undefined;
|
|
432
438
|
_createdby_value?: string | null | undefined;
|
|
@@ -458,6 +464,8 @@ export declare const Assignment: {
|
|
|
458
464
|
ww_zohocrmsync?: string | null | undefined;
|
|
459
465
|
ww_zohosyncerror?: string | null | undefined;
|
|
460
466
|
ww_precisionid?: string | null | undefined;
|
|
467
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
468
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
461
469
|
ww_assignmentid?: string | undefined;
|
|
462
470
|
ww_assignmentnumber?: string | null | undefined;
|
|
463
471
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -599,6 +607,8 @@ export declare const Assignment: {
|
|
|
599
607
|
ww_zohocrmsync?: string | null | undefined;
|
|
600
608
|
ww_zohosyncerror?: string | null | undefined;
|
|
601
609
|
ww_precisionid?: string | null | undefined;
|
|
610
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
611
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
602
612
|
ww_assignmentid?: string | undefined;
|
|
603
613
|
ww_assignmentnumber?: string | null | undefined;
|
|
604
614
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -833,6 +843,8 @@ export declare const Assignment: {
|
|
|
833
843
|
readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
834
844
|
readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
835
845
|
readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
846
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
847
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
836
848
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
837
849
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
838
850
|
_ww_country_value?: string | null | undefined;
|
|
@@ -846,6 +858,8 @@ export declare const Assignment: {
|
|
|
846
858
|
ww_zohocrmsync?: string | null | undefined;
|
|
847
859
|
ww_zohosyncerror?: string | null | undefined;
|
|
848
860
|
ww_precisionid?: string | null | undefined;
|
|
861
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
862
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
849
863
|
ww_assignmentid?: string | undefined;
|
|
850
864
|
ww_assignmentnumber?: string | null | undefined;
|
|
851
865
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -969,6 +983,8 @@ export declare const Assignment: {
|
|
|
969
983
|
ww_zohocrmsync?: string | null | undefined;
|
|
970
984
|
ww_zohosyncerror?: string | null | undefined;
|
|
971
985
|
ww_precisionid?: string | null | undefined;
|
|
986
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
987
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
972
988
|
ww_assignmentid?: string | undefined;
|
|
973
989
|
ww_assignmentnumber?: string | null | undefined;
|
|
974
990
|
ww_assignmentstage?: number | null | undefined;
|
|
@@ -1127,14 +1143,14 @@ export declare const Assignment: {
|
|
|
1127
1143
|
readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1128
1144
|
readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1129
1145
|
readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1130
|
-
readonly
|
|
1131
|
-
readonly
|
|
1132
|
-
readonly
|
|
1133
|
-
readonly
|
|
1134
|
-
readonly
|
|
1135
|
-
readonly
|
|
1136
|
-
readonly
|
|
1137
|
-
readonly
|
|
1146
|
+
readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1147
|
+
readonly marginBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1148
|
+
readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1149
|
+
readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1150
|
+
readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1151
|
+
readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1152
|
+
readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1153
|
+
readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1138
1154
|
readonly clientRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1139
1155
|
readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1140
1156
|
readonly marginRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1144,8 +1160,8 @@ export declare const Assignment: {
|
|
|
1144
1160
|
readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1145
1161
|
readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1146
1162
|
readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1147
|
-
readonly
|
|
1148
|
-
readonly
|
|
1163
|
+
readonly agencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1164
|
+
readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1149
1165
|
readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1150
1166
|
readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1151
1167
|
readonly jobType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1218,6 +1234,8 @@ export declare const Assignment: {
|
|
|
1218
1234
|
readonly joiner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1219
1235
|
readonly active: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1220
1236
|
readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1237
|
+
readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1238
|
+
readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1221
1239
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
1222
1240
|
assignmentId: string;
|
|
1223
1241
|
value?: number | null | undefined;
|
|
@@ -1274,14 +1292,14 @@ export declare const Assignment: {
|
|
|
1274
1292
|
fxInvoicingPattern?: number | null | undefined;
|
|
1275
1293
|
dateReferredToIcp?: string | null | undefined;
|
|
1276
1294
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1295
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1296
|
+
marginBasis?: number | null | undefined;
|
|
1297
|
+
marginPeriod?: number | null | undefined;
|
|
1298
|
+
marginPercentage?: number | null | undefined;
|
|
1299
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1300
|
+
marginMinValue?: number | null | undefined;
|
|
1301
|
+
marginPaidBy?: number | null | undefined;
|
|
1302
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1285
1303
|
clientRate?: number | null | undefined;
|
|
1286
1304
|
grossRateSimulation?: number | null | undefined;
|
|
1287
1305
|
marginRate?: number | null | undefined;
|
|
@@ -1291,8 +1309,8 @@ export declare const Assignment: {
|
|
|
1291
1309
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1292
1310
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1293
1311
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1294
|
-
|
|
1295
|
-
|
|
1312
|
+
agencyValue?: string | null | undefined;
|
|
1313
|
+
agencyContactValue?: string | null | undefined;
|
|
1296
1314
|
endClient?: string | null | undefined;
|
|
1297
1315
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1298
1316
|
jobType?: number | null | undefined;
|
|
@@ -1356,6 +1374,8 @@ export declare const Assignment: {
|
|
|
1356
1374
|
onboarding?: string | null | undefined;
|
|
1357
1375
|
joiner?: string | null | undefined;
|
|
1358
1376
|
reportingStatus?: number | null | undefined;
|
|
1377
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1378
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1359
1379
|
}, {
|
|
1360
1380
|
assignmentId: string;
|
|
1361
1381
|
value?: number | null | undefined;
|
|
@@ -1412,14 +1432,14 @@ export declare const Assignment: {
|
|
|
1412
1432
|
fxInvoicingPattern?: number | null | undefined;
|
|
1413
1433
|
dateReferredToIcp?: string | null | undefined;
|
|
1414
1434
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1435
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1436
|
+
marginBasis?: number | null | undefined;
|
|
1437
|
+
marginPeriod?: number | null | undefined;
|
|
1438
|
+
marginPercentage?: number | null | undefined;
|
|
1439
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1440
|
+
marginMinValue?: number | null | undefined;
|
|
1441
|
+
marginPaidBy?: number | null | undefined;
|
|
1442
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1423
1443
|
clientRate?: number | null | undefined;
|
|
1424
1444
|
grossRateSimulation?: number | null | undefined;
|
|
1425
1445
|
marginRate?: number | null | undefined;
|
|
@@ -1429,8 +1449,8 @@ export declare const Assignment: {
|
|
|
1429
1449
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1430
1450
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1431
1451
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1432
|
-
|
|
1433
|
-
|
|
1452
|
+
agencyValue?: string | null | undefined;
|
|
1453
|
+
agencyContactValue?: string | null | undefined;
|
|
1434
1454
|
endClient?: string | null | undefined;
|
|
1435
1455
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1436
1456
|
jobType?: number | null | undefined;
|
|
@@ -1494,6 +1514,8 @@ export declare const Assignment: {
|
|
|
1494
1514
|
onboarding?: string | null | undefined;
|
|
1495
1515
|
joiner?: string | null | undefined;
|
|
1496
1516
|
reportingStatus?: number | null | undefined;
|
|
1517
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1518
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1497
1519
|
}>;
|
|
1498
1520
|
SPayloadAPI: import("zod").ZodObject<{
|
|
1499
1521
|
readonly assignmentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1524,14 +1546,14 @@ export declare const Assignment: {
|
|
|
1524
1546
|
readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1525
1547
|
readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1526
1548
|
readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1527
|
-
readonly
|
|
1528
|
-
readonly
|
|
1529
|
-
readonly
|
|
1530
|
-
readonly
|
|
1531
|
-
readonly
|
|
1532
|
-
readonly
|
|
1533
|
-
readonly
|
|
1534
|
-
readonly
|
|
1549
|
+
readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1550
|
+
readonly marginBasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1551
|
+
readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1552
|
+
readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1553
|
+
readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1554
|
+
readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1555
|
+
readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1556
|
+
readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1535
1557
|
readonly clientRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1536
1558
|
readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1537
1559
|
readonly marginRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -1541,8 +1563,8 @@ export declare const Assignment: {
|
|
|
1541
1563
|
readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1542
1564
|
readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1543
1565
|
readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1544
|
-
readonly
|
|
1545
|
-
readonly
|
|
1566
|
+
readonly agencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1567
|
+
readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1546
1568
|
readonly endClient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1547
1569
|
readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1548
1570
|
readonly jobType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -1615,6 +1637,8 @@ export declare const Assignment: {
|
|
|
1615
1637
|
readonly joiner: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1616
1638
|
readonly active: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1617
1639
|
readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1640
|
+
readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1641
|
+
readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1618
1642
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
1619
1643
|
value?: number | null | undefined;
|
|
1620
1644
|
type?: number | null | undefined;
|
|
@@ -1653,14 +1677,14 @@ export declare const Assignment: {
|
|
|
1653
1677
|
fxInvoicingPattern?: number | null | undefined;
|
|
1654
1678
|
dateReferredToIcp?: string | null | undefined;
|
|
1655
1679
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1680
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1681
|
+
marginBasis?: number | null | undefined;
|
|
1682
|
+
marginPeriod?: number | null | undefined;
|
|
1683
|
+
marginPercentage?: number | null | undefined;
|
|
1684
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1685
|
+
marginMinValue?: number | null | undefined;
|
|
1686
|
+
marginPaidBy?: number | null | undefined;
|
|
1687
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1664
1688
|
clientRate?: number | null | undefined;
|
|
1665
1689
|
grossRateSimulation?: number | null | undefined;
|
|
1666
1690
|
marginRate?: number | null | undefined;
|
|
@@ -1670,8 +1694,8 @@ export declare const Assignment: {
|
|
|
1670
1694
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1671
1695
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1672
1696
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1673
|
-
|
|
1674
|
-
|
|
1697
|
+
agencyValue?: string | null | undefined;
|
|
1698
|
+
agencyContactValue?: string | null | undefined;
|
|
1675
1699
|
endClient?: string | null | undefined;
|
|
1676
1700
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1677
1701
|
jobType?: number | null | undefined;
|
|
@@ -1735,6 +1759,8 @@ export declare const Assignment: {
|
|
|
1735
1759
|
onboarding?: string | null | undefined;
|
|
1736
1760
|
joiner?: string | null | undefined;
|
|
1737
1761
|
reportingStatus?: number | null | undefined;
|
|
1762
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1763
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1738
1764
|
}, {
|
|
1739
1765
|
value?: number | null | undefined;
|
|
1740
1766
|
type?: number | null | undefined;
|
|
@@ -1773,14 +1799,14 @@ export declare const Assignment: {
|
|
|
1773
1799
|
fxInvoicingPattern?: number | null | undefined;
|
|
1774
1800
|
dateReferredToIcp?: string | null | undefined;
|
|
1775
1801
|
dateIcpApprovedRtw?: string | null | undefined;
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1802
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1803
|
+
marginBasis?: number | null | undefined;
|
|
1804
|
+
marginPeriod?: number | null | undefined;
|
|
1805
|
+
marginPercentage?: number | null | undefined;
|
|
1806
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1807
|
+
marginMinValue?: number | null | undefined;
|
|
1808
|
+
marginPaidBy?: number | null | undefined;
|
|
1809
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1784
1810
|
clientRate?: number | null | undefined;
|
|
1785
1811
|
grossRateSimulation?: number | null | undefined;
|
|
1786
1812
|
marginRate?: number | null | undefined;
|
|
@@ -1790,8 +1816,8 @@ export declare const Assignment: {
|
|
|
1790
1816
|
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1791
1817
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1792
1818
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1793
|
-
|
|
1794
|
-
|
|
1819
|
+
agencyValue?: string | null | undefined;
|
|
1820
|
+
agencyContactValue?: string | null | undefined;
|
|
1795
1821
|
endClient?: string | null | undefined;
|
|
1796
1822
|
marginOnlyCompanyValue?: string | null | undefined;
|
|
1797
1823
|
jobType?: number | null | undefined;
|
|
@@ -1855,6 +1881,8 @@ export declare const Assignment: {
|
|
|
1855
1881
|
onboarding?: string | null | undefined;
|
|
1856
1882
|
joiner?: string | null | undefined;
|
|
1857
1883
|
reportingStatus?: number | null | undefined;
|
|
1884
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1885
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1858
1886
|
}>;
|
|
1859
1887
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
1860
1888
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
@@ -2011,7 +2039,7 @@ export declare const Assignment: {
|
|
|
2011
2039
|
readonly weekly: 127840000;
|
|
2012
2040
|
readonly monthly: 127840001;
|
|
2013
2041
|
};
|
|
2014
|
-
readonly
|
|
2042
|
+
readonly marginBasis: {
|
|
2015
2043
|
readonly fixed: 127840000;
|
|
2016
2044
|
readonly percent: 127840004;
|
|
2017
2045
|
readonly percentWithMin: 127840005;
|
|
@@ -2022,7 +2050,7 @@ export declare const Assignment: {
|
|
|
2022
2050
|
readonly bandedUnitRate: 127840007;
|
|
2023
2051
|
readonly bandedWorkUnit: 127840008;
|
|
2024
2052
|
};
|
|
2025
|
-
readonly
|
|
2053
|
+
readonly marginPeriod: {
|
|
2026
2054
|
readonly hourly: 127840005;
|
|
2027
2055
|
readonly daily: 127840000;
|
|
2028
2056
|
readonly weekly: 127840001;
|
|
@@ -2030,14 +2058,14 @@ export declare const Assignment: {
|
|
|
2030
2058
|
readonly "4Weekly": 127840003;
|
|
2031
2059
|
readonly monthly: 127840004;
|
|
2032
2060
|
};
|
|
2033
|
-
readonly
|
|
2034
|
-
readonly
|
|
2061
|
+
readonly marginPaidBy: {
|
|
2062
|
+
readonly agency: 1;
|
|
2035
2063
|
readonly contractor: 2;
|
|
2036
2064
|
readonly both: 3;
|
|
2037
2065
|
readonly marginCompany: 4;
|
|
2038
2066
|
};
|
|
2039
2067
|
readonly StartUpMarginPaidBy: {
|
|
2040
|
-
readonly
|
|
2068
|
+
readonly agency: 1;
|
|
2041
2069
|
readonly contractor: 2;
|
|
2042
2070
|
readonly both: 3;
|
|
2043
2071
|
readonly marginCompany: 4;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/assignment/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAA;AAID,cAAc,qBAAqB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/download/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/download/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
export declare const SEngagementQueryParams: z.ZodEffects<z.ZodType<URLSearchParams, z.ZodTypeDef, URLSearchParams>, {
|
|
3
|
+
filter: string;
|
|
4
|
+
id: string;
|
|
5
|
+
includeChildren: boolean;
|
|
6
|
+
} | undefined, URLSearchParams>;
|
|
7
|
+
//# sourceMappingURL=TEngagementAPI.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TEngagementAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/engagement/TEngagementAPI.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAA;AAEnB,eAAO,MAAM,sBAAsB;;;;+BAa/B,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
export const SEngagementQueryParams = z
|
|
3
|
+
.instanceof(URLSearchParams)
|
|
4
|
+
.transform(params => {
|
|
5
|
+
const agentId = params.get('agent');
|
|
6
|
+
const agencyId = params.get('agency');
|
|
7
|
+
if (!agentId && !agencyId)
|
|
8
|
+
return undefined;
|
|
9
|
+
return {
|
|
10
|
+
filter: agentId ? 'agent' : 'agency',
|
|
11
|
+
id: agentId ?? agencyId ?? '',
|
|
12
|
+
includeChildren: params.get('includeChildren') === 'true',
|
|
13
|
+
};
|
|
14
|
+
});
|
|
15
|
+
//# sourceMappingURL=TEngagementAPI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TEngagementAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/engagement/TEngagementAPI.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAA;AAEnB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC;KACpC,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"}
|