@autologix-engineering/shared 1.0.12 → 1.0.14
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/data-transfer-objects/src/command/add.placeholder.passenger.dto.d.ts +2 -1
- package/src/lib/data-transfer-objects/src/command/add.placeholder.passenger.dto.js +6 -1
- package/src/lib/data-transfer-objects/src/command/add.placeholder.passenger.dto.js.map +1 -1
- package/src/lib/data-transfer-objects/src/command/invite.placeholder.user.to.context.dto.d.ts +5 -1
- package/src/lib/data-transfer-objects/src/command/invite.placeholder.user.to.context.dto.js +24 -1
- package/src/lib/data-transfer-objects/src/command/invite.placeholder.user.to.context.dto.js.map +1 -1
- package/src/lib/data-transfer-objects/src/ongoing.trip.changes.config.dto.d.ts +1 -0
- package/src/lib/data-transfer-objects/src/ongoing.trip.changes.config.dto.js +4 -0
- package/src/lib/data-transfer-objects/src/ongoing.trip.changes.config.dto.js.map +1 -1
- package/src/lib/models/src/client.configuration.model.d.ts +3 -1
- package/src/lib/models/src/client.configuration.model.js +1 -0
- package/src/lib/models/src/client.configuration.model.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Countries, PersonaRelationType } from '../../../enums/src/index';
|
|
1
|
+
import { Countries, Gender, PersonaRelationType } from '../../../enums/src/index';
|
|
2
2
|
export declare class AddPlaceholderPassengerDTO {
|
|
3
3
|
contextId: string;
|
|
4
4
|
passengerId: string;
|
|
@@ -12,5 +12,6 @@ export declare class AddPlaceholderPassengerDTO {
|
|
|
12
12
|
contactPhone?: string;
|
|
13
13
|
contactEmail?: string;
|
|
14
14
|
country?: Countries;
|
|
15
|
+
gender?: Gender;
|
|
15
16
|
constructor(obj?: Partial<AddPlaceholderPassengerDTO>);
|
|
16
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { Countries, PersonaRelationType } from '../../../enums/src/index';
|
|
2
|
+
import { Countries, Gender, PersonaRelationType, } from '../../../enums/src/index';
|
|
3
3
|
import { IsBoolean, IsEnum, IsOptional, IsString, IsUUID, } from 'class-validator';
|
|
4
4
|
export class AddPlaceholderPassengerDTO {
|
|
5
5
|
constructor(obj) {
|
|
@@ -63,4 +63,9 @@ __decorate([
|
|
|
63
63
|
IsEnum(Countries),
|
|
64
64
|
__metadata("design:type", String)
|
|
65
65
|
], AddPlaceholderPassengerDTO.prototype, "country", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
IsOptional(),
|
|
68
|
+
IsEnum(Gender),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], AddPlaceholderPassengerDTO.prototype, "gender", void 0);
|
|
66
71
|
//# sourceMappingURL=add.placeholder.passenger.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.placeholder.passenger.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/command/add.placeholder.passenger.dto.ts"],"names":[],"mappings":";AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"add.placeholder.passenger.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/command/add.placeholder.passenger.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EACN,SAAS,EACT,MAAM,EACN,mBAAmB,GACnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACN,SAAS,EACT,MAAM,EACN,UAAU,EACV,QAAQ,EACR,MAAM,GACN,MAAM,iBAAiB,CAAC;AAEzB,MAAM,OAAO,0BAA0B;IAkDtC,YAAY,GAAyC;QACpD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAnDA;IADC,MAAM,EAAE;;6DACS;AAGlB;IADC,MAAM,EAAE;;+DACW;AAGpB;IADC,QAAQ,EAAE;;wDACE;AAIb;IAFC,MAAM,EAAE;IACR,UAAU,EAAE;;6DACM;AAInB;IAFC,SAAS,EAAE;IACX,UAAU,EAAE;;2EACqB;AAIlC;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,mBAAmB,CAAC;;wDACD;AAI3B;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;8DACS;AAIpB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;+DACU;AAIrB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACI;AAIf;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;gEACW;AAItB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;gEACW;AAItB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,SAAS,CAAC;;2DACE;AAIpB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,MAAM,CAAC;;0DACC"}
|
package/src/lib/data-transfer-objects/src/command/invite.placeholder.user.to.context.dto.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessContextAction, ContextPersonaRole } from '../../../enums/src/index';
|
|
1
|
+
import { BusinessContextAction, ContextPersonaRole, Countries, Gender } from '../../../enums/src/index';
|
|
2
2
|
export declare class InvitePlaceholderUserToContextDTO {
|
|
3
3
|
contextId: string;
|
|
4
4
|
placeholderUserId: string;
|
|
@@ -11,5 +11,9 @@ export declare class InvitePlaceholderUserToContextDTO {
|
|
|
11
11
|
employeeId?: string;
|
|
12
12
|
processCode?: string;
|
|
13
13
|
email?: string;
|
|
14
|
+
contactPhone?: string;
|
|
15
|
+
contactEmail?: string;
|
|
16
|
+
country?: Countries;
|
|
17
|
+
gender?: Gender;
|
|
14
18
|
constructor(obj?: Partial<InvitePlaceholderUserToContextDTO>);
|
|
15
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate, __metadata } from "tslib";
|
|
2
2
|
import { IsArray, IsEnum, IsOptional, IsString, IsUUID, IsBoolean, } from 'class-validator';
|
|
3
|
-
import { ContextPersonaRole, } from '../../../enums/src/index';
|
|
3
|
+
import { ContextPersonaRole, Countries, Gender, } from '../../../enums/src/index';
|
|
4
4
|
export class InvitePlaceholderUserToContextDTO {
|
|
5
5
|
constructor(obj) {
|
|
6
6
|
Object.assign(this, obj);
|
|
@@ -43,14 +43,37 @@ __decorate([
|
|
|
43
43
|
], InvitePlaceholderUserToContextDTO.prototype, "managerApprovalRequired", void 0);
|
|
44
44
|
__decorate([
|
|
45
45
|
IsOptional(),
|
|
46
|
+
IsString(),
|
|
46
47
|
__metadata("design:type", String)
|
|
47
48
|
], InvitePlaceholderUserToContextDTO.prototype, "employeeId", void 0);
|
|
48
49
|
__decorate([
|
|
49
50
|
IsOptional(),
|
|
51
|
+
IsString(),
|
|
50
52
|
__metadata("design:type", String)
|
|
51
53
|
], InvitePlaceholderUserToContextDTO.prototype, "processCode", void 0);
|
|
52
54
|
__decorate([
|
|
53
55
|
IsOptional(),
|
|
56
|
+
IsString(),
|
|
54
57
|
__metadata("design:type", String)
|
|
55
58
|
], InvitePlaceholderUserToContextDTO.prototype, "email", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
IsOptional(),
|
|
61
|
+
IsString(),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], InvitePlaceholderUserToContextDTO.prototype, "contactPhone", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
IsOptional(),
|
|
66
|
+
IsString(),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], InvitePlaceholderUserToContextDTO.prototype, "contactEmail", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
IsOptional(),
|
|
71
|
+
IsEnum(Countries),
|
|
72
|
+
__metadata("design:type", String)
|
|
73
|
+
], InvitePlaceholderUserToContextDTO.prototype, "country", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
IsOptional(),
|
|
76
|
+
IsEnum(Gender),
|
|
77
|
+
__metadata("design:type", String)
|
|
78
|
+
], InvitePlaceholderUserToContextDTO.prototype, "gender", void 0);
|
|
56
79
|
//# sourceMappingURL=invite.placeholder.user.to.context.dto.js.map
|
package/src/lib/data-transfer-objects/src/command/invite.placeholder.user.to.context.dto.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite.placeholder.user.to.context.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/command/invite.placeholder.user.to.context.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EACN,OAAO,EACP,MAAM,EACN,UAAU,EACV,QAAQ,EACR,MAAM,EACN,SAAS,GACT,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAEN,kBAAkB,
|
|
1
|
+
{"version":3,"file":"invite.placeholder.user.to.context.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/command/invite.placeholder.user.to.context.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EACN,OAAO,EACP,MAAM,EACN,UAAU,EACV,QAAQ,EACR,MAAM,EACN,SAAS,GACT,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAEN,kBAAkB,EAClB,SAAS,EACT,MAAM,GACN,MAAM,0BAA0B,CAAC;AAElC,MAAM,OAAO,iCAAiC;IAwD7C,YAAY,GAAgD;QAC3D,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAzDA;IADC,MAAM,EAAE;;oEACS;AAGlB;IADC,MAAM,EAAE;;4EACiB;AAG1B;IADC,QAAQ,EAAE;;+DACE;AAGb;IADC,MAAM,EAAE;;oEACS;AAGlB;IADC,OAAO,EAAE;;mEACwB;AAIlC;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,kBAAkB,CAAC;;+DACD;AAI1B;IAFC,MAAM,EAAE;IACR,UAAU,EAAE;;oEACM;AAInB;IAFC,SAAS,EAAE;IACX,UAAU,EAAE;;kFACqB;AAIlC;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;qEACS;AAIpB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;sEACU;AAIrB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;gEACI;AAIf;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;uEACW;AAItB;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;uEACW;AAItB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,SAAS,CAAC;;kEACE;AAIpB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,MAAM,CAAC;;iEACC"}
|
|
@@ -19,4 +19,8 @@ __decorate([
|
|
|
19
19
|
ArrayMinSize(1),
|
|
20
20
|
__metadata("design:type", Array)
|
|
21
21
|
], OngoingTripChangesConfigDTO.prototype, "allowedActors", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
IsBoolean(),
|
|
24
|
+
__metadata("design:type", Boolean)
|
|
25
|
+
], OngoingTripChangesConfigDTO.prototype, "showEstimatedProce", void 0);
|
|
22
26
|
//# sourceMappingURL=ongoing.trip.changes.config.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ongoing.trip.changes.config.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/ongoing.trip.changes.config.dto.ts"],"names":[],"mappings":";AACA,OAAO,EACN,YAAY,EACZ,OAAO,EACP,SAAS,EACT,UAAU,EACV,MAAM,GACN,MAAM,iBAAiB,CAAC;AAEzB,MAAM,OAAO,2BAA2B;
|
|
1
|
+
{"version":3,"file":"ongoing.trip.changes.config.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/ongoing.trip.changes.config.dto.ts"],"names":[],"mappings":";AACA,OAAO,EACN,YAAY,EACZ,OAAO,EACP,SAAS,EACT,UAAU,EACV,MAAM,GACN,MAAM,iBAAiB,CAAC;AAEzB,MAAM,OAAO,2BAA2B;IAevC,YAAY,GAAiC;QAC5C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAhBA;IADC,MAAM,EAAE;;oEACe;AAGxB;IADC,SAAS,EAAE;;yEACkB;AAK9B;IAHC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,YAAY,CAAC,CAAC,CAAC;;kEAC2B;AAG3C;IADC,SAAS,EAAE;;uEACgB"}
|
|
@@ -20,7 +20,8 @@ export declare enum ClientConfigurationField {
|
|
|
20
20
|
AllowAnyTime = "allowAnyTime",
|
|
21
21
|
FemaleAllowAnyTime = "fallowAnyTime",
|
|
22
22
|
AllowPassengerToMakeChange = "alwPsngrMakeChng",
|
|
23
|
-
EscortInternationalPassenger = "escrtIntrntnalPsngr"
|
|
23
|
+
EscortInternationalPassenger = "escrtIntrntnalPsngr",
|
|
24
|
+
ShowEstimatedPrice = "showEstimatedPrice"
|
|
24
25
|
}
|
|
25
26
|
export interface IClientConfiguraion extends TypedModel {
|
|
26
27
|
[ClientConfigurationField.ClientConfigId]: string;
|
|
@@ -42,4 +43,5 @@ export interface IClientConfiguraion extends TypedModel {
|
|
|
42
43
|
[ClientConfigurationField.EscortInternationalPassenger]: boolean;
|
|
43
44
|
[ClientConfigurationField.AllowAnyTime]: boolean;
|
|
44
45
|
[ClientConfigurationField.FemaleAllowAnyTime]: boolean;
|
|
46
|
+
[ClientConfigurationField.ShowEstimatedPrice]: boolean;
|
|
45
47
|
}
|
|
@@ -19,5 +19,6 @@ export var ClientConfigurationField;
|
|
|
19
19
|
ClientConfigurationField["FemaleAllowAnyTime"] = "fallowAnyTime";
|
|
20
20
|
ClientConfigurationField["AllowPassengerToMakeChange"] = "alwPsngrMakeChng";
|
|
21
21
|
ClientConfigurationField["EscortInternationalPassenger"] = "escrtIntrntnalPsngr";
|
|
22
|
+
ClientConfigurationField["ShowEstimatedPrice"] = "showEstimatedPrice";
|
|
22
23
|
})(ClientConfigurationField || (ClientConfigurationField = {}));
|
|
23
24
|
//# sourceMappingURL=client.configuration.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.configuration.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/client.configuration.model.ts"],"names":[],"mappings":"AAOA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"client.configuration.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/client.configuration.model.ts"],"names":[],"mappings":"AAOA,MAAM,CAAN,IAAY,wBAqBX;AArBD,WAAY,wBAAwB;IACnC,2DAA+B,CAAA;IAC/B,uDAA2B,CAAA;IAC3B,2DAA+B,CAAA;IAC/B,wDAA4B,CAAA;IAC5B,qDAAyB,CAAA;IACzB,gEAAoC,CAAA;IACpC,qDAAyB,CAAA;IACzB,4DAAgC,CAAA;IAChC,qDAAyB,CAAA;IACzB,0EAA8C,CAAA;IAC9C,mEAAuC,CAAA;IACvC,+EAAmD,CAAA;IACnD,uDAA2B,CAAA;IAC3B,iEAAqC,CAAA;IACrC,8DAAkC,CAAA;IAClC,yDAA6B,CAAA;IAC7B,gEAAoC,CAAA;IACpC,2EAA+C,CAAA;IAC/C,gFAAoD,CAAA;IACpD,qEAAyC,CAAA;AAC1C,CAAC,EArBW,wBAAwB,KAAxB,wBAAwB,QAqBnC"}
|