@autologix-engineering/shared 1.2.125 → 1.2.126
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/package.json +1 -1
- package/src/lib/commands/src/command.definition.d.ts +2 -2
- package/src/lib/commands/src/push.to.finance.d.ts +1 -1
- package/src/lib/data-transfer-objects/src/update.global.config.dto.d.ts +4 -0
- package/src/lib/data-transfer-objects/src/update.global.config.dto.js +12 -0
- package/src/lib/data-transfer-objects/src/update.global.config.dto.js.map +1 -1
- package/src/lib/models/src/configurations.model.d.ts +7 -0
- package/src/lib/models/src/configurations.model.js +3 -0
- package/src/lib/models/src/configurations.model.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AddFcmToken, AddConfigurations, AddInvoiceuserToTrip, AddOcdDriverEarning, AssignOwnershipOfDriverContext, AssignOwnershipOfPassengerContext, AttemptTripGeneration, ClientCreationAlert, ConsolidatedTaxInvoice, CreateBaseDutyTypes, CreateBulkDrivers, CreateBulkDriversAndVehicles, CreateBulkVehicles, CreateBusinessContext, CreateGSTInformation, CreatePassenger, CreateRazorPayToken, CreateSelfDriver, DigestRequestEvent, DigestTripEvent, DriverDocsPendingAlert, DriverLicenceExpiryAlert, DriverVerificationPendingAlert, DutyCommunications, GenerateBill, GenerateCleartaxIrn, GenerateInstantInvoice, GenerateInvoicePdf, MarkOrganizationAsRegistered, MergePlaceholderDriver, MergePlaceholderPassenger, ModifyPersonaStatus, ProcessDriverAssignment, ProcessRequestClientAction, ProcessRequestPredicate, ProcessRequestUpdate, ProcessRequestVendorAction, ProcessTripEnd, ProcessTripStatus, ProcessVendorAssignment, RegistrationInvitationAlert, SelfRegistrationAlert, SendTripOTP, TakeOwnershipOfOrganization, UpdateCompanyName, UpdateDashBoardCount, UpdateRequestUpdatedAt, UpdateVehicleGroupType, UserCreationAlert, UserProfileUpdateAlert, BookingCreationAlert, BookingModificationAlert, BookingCancellationAlert, InvoiceGenerationAlert, PaymentReminderAlert, InvoiceApprovalAlert, PaymentConfirmationAlert, DriverAndVehicleAllocationAlert, TripStartedAlert, PassengerDropOffAlert, GenerateBookingKnockOff, GenerateAutoSummaryKnockOffCommand, GenerateAutoSummaryKnockOffPDFCommand, GenerateBAPayoutSummaryZipCommand, GenerateBAReimbursementSummaryZipCommand, CreateLTRBookingCommand, RMTBReportProcess } from '.';
|
|
2
|
-
export type AutologixCommand = CreatePassenger | CreateGSTInformation | TakeOwnershipOfOrganization | CreateSelfDriver | CreateBusinessContext | MarkOrganizationAsRegistered | AssignOwnershipOfDriverContext | ModifyPersonaStatus | ProcessRequestClientAction | ProcessRequestVendorAction | ProcessRequestPredicate | ProcessTripStatus | ProcessDriverAssignment | ProcessVendorAssignment | ProcessRequestUpdate | AttemptTripGeneration | GenerateInstantInvoice | GenerateInvoicePdf | AddOcdDriverEarning | MergePlaceholderDriver | DigestRequestEvent | DigestTripEvent | GenerateBill | SendTripOTP | AssignOwnershipOfPassengerContext | MergePlaceholderPassenger | AddConfigurations | AddFcmToken | CreateRazorPayToken | CreateRazorPayToken | ProcessTripEnd | UpdateDashBoardCount | AddInvoiceuserToTrip | UpdateRequestUpdatedAt | CreateBulkDriversAndVehicles | DutyCommunications | CreateBaseDutyTypes | UpdateCompanyName | CreateBulkDrivers | CreateBulkVehicles | UpdateVehicleGroupType | ConsolidatedTaxInvoice | GenerateCleartaxIrn | DriverDocsPendingAlert | DriverVerificationPendingAlert | DriverLicenceExpiryAlert | ClientCreationAlert | RegistrationInvitationAlert | SelfRegistrationAlert | UserCreationAlert | UserProfileUpdateAlert | BookingCreationAlert | BookingModificationAlert | BookingCancellationAlert | InvoiceGenerationAlert | PaymentReminderAlert | InvoiceApprovalAlert | PaymentConfirmationAlert | DriverAndVehicleAllocationAlert | TripStartedAlert | PassengerDropOffAlert | GenerateBookingKnockOff | GenerateAutoSummaryKnockOffCommand | GenerateAutoSummaryKnockOffPDFCommand | GenerateBAPayoutSummaryZipCommand | GenerateBAReimbursementSummaryZipCommand | CreateLTRBookingCommand | RMTBReportProcess;
|
|
1
|
+
import { AddFcmToken, AddConfigurations, AddInvoiceuserToTrip, AddOcdDriverEarning, AssignOwnershipOfDriverContext, AssignOwnershipOfPassengerContext, AttemptTripGeneration, ClientCreationAlert, ConsolidatedTaxInvoice, CreateBaseDutyTypes, CreateBulkDrivers, CreateBulkDriversAndVehicles, CreateBulkVehicles, CreateBusinessContext, CreateGSTInformation, CreatePassenger, CreateRazorPayToken, CreateSelfDriver, DigestRequestEvent, DigestTripEvent, DriverDocsPendingAlert, DriverLicenceExpiryAlert, DriverVerificationPendingAlert, DutyCommunications, GenerateBill, GenerateCleartaxIrn, GenerateInstantInvoice, GenerateInvoicePdf, MarkOrganizationAsRegistered, MergePlaceholderDriver, MergePlaceholderPassenger, ModifyPersonaStatus, ProcessDriverAssignment, ProcessRequestClientAction, ProcessRequestPredicate, ProcessRequestUpdate, ProcessRequestVendorAction, ProcessTripEnd, ProcessTripStatus, ProcessVendorAssignment, RegistrationInvitationAlert, SelfRegistrationAlert, SendTripOTP, TakeOwnershipOfOrganization, UpdateCompanyName, UpdateDashBoardCount, UpdateRequestUpdatedAt, UpdateVehicleGroupType, UserCreationAlert, UserProfileUpdateAlert, BookingCreationAlert, BookingModificationAlert, BookingCancellationAlert, InvoiceGenerationAlert, PaymentReminderAlert, InvoiceApprovalAlert, PaymentConfirmationAlert, DriverAndVehicleAllocationAlert, TripStartedAlert, PassengerDropOffAlert, GenerateBookingKnockOff, GenerateAutoSummaryKnockOffCommand, GenerateAutoSummaryKnockOffPDFCommand, GenerateBAPayoutSummaryZipCommand, GenerateBAReimbursementSummaryZipCommand, CreateLTRBookingCommand, RMTBReportProcess, PushToFinance } from '.';
|
|
2
|
+
export type AutologixCommand = CreatePassenger | CreateGSTInformation | TakeOwnershipOfOrganization | CreateSelfDriver | CreateBusinessContext | MarkOrganizationAsRegistered | AssignOwnershipOfDriverContext | ModifyPersonaStatus | ProcessRequestClientAction | ProcessRequestVendorAction | ProcessRequestPredicate | ProcessTripStatus | ProcessDriverAssignment | ProcessVendorAssignment | ProcessRequestUpdate | AttemptTripGeneration | GenerateInstantInvoice | GenerateInvoicePdf | AddOcdDriverEarning | MergePlaceholderDriver | DigestRequestEvent | DigestTripEvent | GenerateBill | SendTripOTP | AssignOwnershipOfPassengerContext | MergePlaceholderPassenger | AddConfigurations | AddFcmToken | CreateRazorPayToken | CreateRazorPayToken | ProcessTripEnd | UpdateDashBoardCount | AddInvoiceuserToTrip | UpdateRequestUpdatedAt | CreateBulkDriversAndVehicles | DutyCommunications | CreateBaseDutyTypes | UpdateCompanyName | CreateBulkDrivers | CreateBulkVehicles | UpdateVehicleGroupType | ConsolidatedTaxInvoice | GenerateCleartaxIrn | DriverDocsPendingAlert | DriverVerificationPendingAlert | DriverLicenceExpiryAlert | ClientCreationAlert | RegistrationInvitationAlert | SelfRegistrationAlert | UserCreationAlert | UserProfileUpdateAlert | BookingCreationAlert | BookingModificationAlert | BookingCancellationAlert | InvoiceGenerationAlert | PaymentReminderAlert | InvoiceApprovalAlert | PaymentConfirmationAlert | DriverAndVehicleAllocationAlert | TripStartedAlert | PassengerDropOffAlert | GenerateBookingKnockOff | GenerateAutoSummaryKnockOffCommand | GenerateAutoSummaryKnockOffPDFCommand | GenerateBAPayoutSummaryZipCommand | GenerateBAReimbursementSummaryZipCommand | CreateLTRBookingCommand | RMTBReportProcess | PushToFinance;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BookingType, IntermediateStopsActors, TimeUnit, TripConfigPreferences, UnpaidBookingLimitType } from '../../enums/src/index';
|
|
2
|
+
import { TripCutoff } from '../../models/src/trip.cutoff.model';
|
|
2
3
|
export declare class UpdateClientTypePrefixDTO {
|
|
3
4
|
contextId: string;
|
|
4
5
|
clientTypePrefix: {
|
|
@@ -87,4 +88,7 @@ export declare class UpdateGlobalConfigDTO {
|
|
|
87
88
|
allowServicePostContractExpiryOption?: string;
|
|
88
89
|
driverReimbursement?: AddDriverReimbursement[];
|
|
89
90
|
serviceReminderThreshold?: number;
|
|
91
|
+
defaultBookingCreateConfig?: TripCutoff;
|
|
92
|
+
defaultBookingModificationConfig?: TripCutoff;
|
|
93
|
+
defaultBookingCancelConfig?: TripCutoff;
|
|
90
94
|
}
|
|
@@ -371,4 +371,16 @@ __decorate([
|
|
|
371
371
|
IsOptional(),
|
|
372
372
|
__metadata("design:type", Number)
|
|
373
373
|
], UpdateGlobalConfigDTO.prototype, "serviceReminderThreshold", void 0);
|
|
374
|
+
__decorate([
|
|
375
|
+
IsOptional(),
|
|
376
|
+
__metadata("design:type", Object)
|
|
377
|
+
], UpdateGlobalConfigDTO.prototype, "defaultBookingCreateConfig", void 0);
|
|
378
|
+
__decorate([
|
|
379
|
+
IsOptional(),
|
|
380
|
+
__metadata("design:type", Object)
|
|
381
|
+
], UpdateGlobalConfigDTO.prototype, "defaultBookingModificationConfig", void 0);
|
|
382
|
+
__decorate([
|
|
383
|
+
IsOptional(),
|
|
384
|
+
__metadata("design:type", Object)
|
|
385
|
+
], UpdateGlobalConfigDTO.prototype, "defaultBookingCancelConfig", void 0);
|
|
374
386
|
//# sourceMappingURL=update.global.config.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.global.config.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/update.global.config.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EACN,WAAW,EAEX,QAAQ,EACR,qBAAqB,EACrB,sBAAsB,GACtB,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"update.global.config.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/update.global.config.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,7 @@ import { IDutyColumn } from './duty.column.interface';
|
|
|
6
6
|
import { IFile } from './file.model';
|
|
7
7
|
import { IMasterOthers } from './others.model';
|
|
8
8
|
import { IMasterReason } from './reason.model';
|
|
9
|
+
import { TripCutoff } from './trip.cutoff.model';
|
|
9
10
|
import { TypedModel } from './typed.model';
|
|
10
11
|
export declare enum ConfigurationField {
|
|
11
12
|
ConfigurationId = "configurationId",
|
|
@@ -104,6 +105,9 @@ export declare enum ConfigurationField {
|
|
|
104
105
|
LTRVehicleReplacementColumn = "ltrVhlRplcClmn",
|
|
105
106
|
LTRBookingColumn = "ltrBkngClmn",
|
|
106
107
|
ServiceReminderThreshold = "serviceReminderThreshold",
|
|
108
|
+
DefaultBookingCreateConfig = "dfltBkngCrtCfg",
|
|
109
|
+
DefaultBookingModificationConfig = "dfltBkngModCfg",
|
|
110
|
+
DefaultBookingCancelConfig = "dfltBkngCnclCfg",
|
|
107
111
|
NrtColumn = "nrtClmn",
|
|
108
112
|
WorkOrdersColumn = "wrkOrdrClmn",
|
|
109
113
|
DispatchColumn = "dispatchClmn"
|
|
@@ -214,6 +218,9 @@ export interface IConfigurations extends TypedModel {
|
|
|
214
218
|
[ConfigurationField.LTRVehicleReplacementColumn]: IDutyColumn[];
|
|
215
219
|
[ConfigurationField.LTRBookingColumn]: IDutyColumn[];
|
|
216
220
|
[ConfigurationField.ServiceReminderThreshold]: number;
|
|
221
|
+
[ConfigurationField.DefaultBookingCreateConfig]?: TripCutoff;
|
|
222
|
+
[ConfigurationField.DefaultBookingModificationConfig]?: TripCutoff;
|
|
223
|
+
[ConfigurationField.DefaultBookingCancelConfig]?: TripCutoff;
|
|
217
224
|
[ConfigurationField.NrtColumn]: IDutyColumn[];
|
|
218
225
|
[ConfigurationField.DispatchColumn]: IDutyColumn[];
|
|
219
226
|
}
|
|
@@ -96,6 +96,9 @@ export var ConfigurationField;
|
|
|
96
96
|
ConfigurationField["LTRVehicleReplacementColumn"] = "ltrVhlRplcClmn";
|
|
97
97
|
ConfigurationField["LTRBookingColumn"] = "ltrBkngClmn";
|
|
98
98
|
ConfigurationField["ServiceReminderThreshold"] = "serviceReminderThreshold";
|
|
99
|
+
ConfigurationField["DefaultBookingCreateConfig"] = "dfltBkngCrtCfg";
|
|
100
|
+
ConfigurationField["DefaultBookingModificationConfig"] = "dfltBkngModCfg";
|
|
101
|
+
ConfigurationField["DefaultBookingCancelConfig"] = "dfltBkngCnclCfg";
|
|
99
102
|
ConfigurationField["NrtColumn"] = "nrtClmn";
|
|
100
103
|
ConfigurationField["WorkOrdersColumn"] = "wrkOrdrClmn";
|
|
101
104
|
ConfigurationField["DispatchColumn"] = "dispatchClmn";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurations.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/configurations.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"configurations.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/configurations.model.ts"],"names":[],"mappings":"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"}
|