@bharatbxhipment/xhipment-models-v2 1.0.31 → 1.0.32

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/index.d.ts CHANGED
@@ -5,6 +5,7 @@ export * from "./schemas/shipment-executions/shipment-execution.model";
5
5
  export * from "./schemas/amsIsfFiling/ams-isf-filing.model";
6
6
  export * from "./schemas/ports/ports.model";
7
7
  export * from "./schemas/amsIsfFiling/ams-isf-filing.timeline.model";
8
+ export * from "./schemas/comms-hub/comms-hub.model";
8
9
  export * from "./schemas/container-meta-data/container-meta-data.type";
9
10
  export * from "./schemas/countries/countries.interface";
10
11
  export * from "./schemas/billing-entities/billing-entities.interface";
@@ -12,4 +13,5 @@ export * from "./schemas/shipment-executions/shipment-execution.interface";
12
13
  export * from "./schemas/amsIsfFiling/ams-isf-filing.interface";
13
14
  export * from "./schemas/ports/ports.interface";
14
15
  export * from "./schemas/amsIsfFiling/ams-isf-filing.timeline.interface";
16
+ export * from "./schemas/comms-hub/comms-hub.interface";
15
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,yDAAyD,CAAC;AACxE,cAAc,mDAAmD,CAAC;AAClE,cAAc,qCAAqC,CAAC;AACpD,cAAc,wDAAwD,CAAC;AACvE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sDAAsD,CAAC;AAErE,cAAc,wDAAwD,CAAC;AACvE,cAAc,yCAAyC,CAAC;AACxD,cAAc,uDAAuD,CAAC;AACtE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,iDAAiD,CAAC;AAChE,cAAc,iCAAiC,CAAC;AAChD,cAAc,0DAA0D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,yDAAyD,CAAC;AACxE,cAAc,mDAAmD,CAAC;AAClE,cAAc,qCAAqC,CAAC;AACpD,cAAc,wDAAwD,CAAC;AACvE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sDAAsD,CAAC;AACrE,cAAc,qCAAqC,CAAC;AAEpD,cAAc,wDAAwD,CAAC;AACvE,cAAc,yCAAyC,CAAC;AACxD,cAAc,uDAAuD,CAAC;AACtE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,iDAAiD,CAAC;AAChE,cAAc,iCAAiC,CAAC;AAChD,cAAc,0DAA0D,CAAC;AACzE,cAAc,yCAAyC,CAAC"}
package/dist/index.js CHANGED
@@ -22,6 +22,7 @@ __exportStar(require("./schemas/shipment-executions/shipment-execution.model"),
22
22
  __exportStar(require("./schemas/amsIsfFiling/ams-isf-filing.model"), exports);
23
23
  __exportStar(require("./schemas/ports/ports.model"), exports);
24
24
  __exportStar(require("./schemas/amsIsfFiling/ams-isf-filing.timeline.model"), exports);
25
+ __exportStar(require("./schemas/comms-hub/comms-hub.model"), exports);
25
26
  // Types
26
27
  __exportStar(require("./schemas/container-meta-data/container-meta-data.type"), exports);
27
28
  __exportStar(require("./schemas/countries/countries.interface"), exports);
@@ -30,4 +31,5 @@ __exportStar(require("./schemas/shipment-executions/shipment-execution.interface
30
31
  __exportStar(require("./schemas/amsIsfFiling/ams-isf-filing.interface"), exports);
31
32
  __exportStar(require("./schemas/ports/ports.interface"), exports);
32
33
  __exportStar(require("./schemas/amsIsfFiling/ams-isf-filing.timeline.interface"), exports);
34
+ __exportStar(require("./schemas/comms-hub/comms-hub.interface"), exports);
33
35
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,UAAU;AACV,0FAAwE;AACxE,oFAAkE;AAClE,sEAAoD;AACpD,yFAAuE;AACvE,8EAA4D;AAC5D,8DAA4C;AAC5C,uFAAqE;AACrE,QAAQ;AACR,yFAAuE;AACvE,0EAAwD;AACxD,wFAAsE;AACtE,6FAA2E;AAC3E,kFAAgE;AAChE,kEAAgD;AAChD,2FAAyE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,UAAU;AACV,0FAAwE;AACxE,oFAAkE;AAClE,sEAAoD;AACpD,yFAAuE;AACvE,8EAA4D;AAC5D,8DAA4C;AAC5C,uFAAqE;AACrE,sEAAoD;AACpD,QAAQ;AACR,yFAAuE;AACvE,0EAAwD;AACxD,wFAAsE;AACtE,6FAA2E;AAC3E,kFAAgE;AAChE,kEAAgD;AAChD,2FAAyE;AACzE,0EAAwD"}
@@ -0,0 +1,50 @@
1
+ import mongoose from "mongoose";
2
+ export type CommsHubType = "call" | "email";
3
+ export type CallType = "outbound" | "inbound";
4
+ export type ResolutionStatus = "pending" | "resolved" | "dismissed";
5
+ export interface IBaseCommsHub {
6
+ _id?: mongoose.Types.ObjectId;
7
+ quoteId?: mongoose.Types.ObjectId;
8
+ bookingId: mongoose.Types.ObjectId;
9
+ organizationId?: mongoose.Types.ObjectId;
10
+ customerContactId?: mongoose.Types.ObjectId;
11
+ customerName?: string;
12
+ communicationType: CommsHubType;
13
+ createdAt?: Date;
14
+ updatedAt?: Date;
15
+ }
16
+ export interface ICallCommsHub extends IBaseCommsHub {
17
+ communicationType: "call";
18
+ callerId?: mongoose.Types.ObjectId;
19
+ callerName?: string;
20
+ callFrom?: string;
21
+ callTo?: string;
22
+ callType?: CallType;
23
+ callStatus?: string;
24
+ callStartTime?: Date;
25
+ callEndTime?: Date;
26
+ recordingUrl?: string;
27
+ externalCallId?: string;
28
+ lisaCallId?: string;
29
+ transcript?: Record<string, any>;
30
+ }
31
+ export interface IEmailCommsHub extends IBaseCommsHub {
32
+ communicationType: "email";
33
+ zohoTicketId?: string;
34
+ zohoThreadId?: string;
35
+ queryDescription?: string;
36
+ queryTimestamp?: Date;
37
+ assigneeId?: mongoose.Types.ObjectId;
38
+ queryResolutionDeadline?: Date;
39
+ queryResolutionTimestamp?: Date;
40
+ queryResolvedBy?: mongoose.Types.ObjectId;
41
+ resolutionStatus?: ResolutionStatus;
42
+ dismissedBy?: mongoose.Types.ObjectId;
43
+ dismissedAt?: Date;
44
+ dismissedReason?: string;
45
+ isPocPromise?: boolean;
46
+ pocPromiseToRevertAt?: Date;
47
+ isAssigneeManuallyChanged?: boolean;
48
+ }
49
+ export type ICommsHub = ICallCommsHub | IEmailCommsHub;
50
+ //# sourceMappingURL=comms-hub.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comms-hub.interface.d.ts","sourceRoot":"","sources":["../../../src/schemas/comms-hub/comms-hub.interface.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,CAAC;AAC5C,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;AAC9C,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,CAAC;AAEpE,MAAM,WAAW,aAAa;IAC5B,GAAG,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC9B,OAAO,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IAClC,SAAS,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IACnC,cAAc,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IACzC,iBAAiB,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,YAAY,CAAC;IAChC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,cAAe,SAAQ,aAAa;IACnD,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,UAAU,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IACrC,uBAAuB,CAAC,EAAE,IAAI,CAAC;IAC/B,wBAAwB,CAAC,EAAE,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC1C,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,WAAW,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IACtC,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAC5B,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC;AAED,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=comms-hub.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comms-hub.interface.js","sourceRoot":"","sources":["../../../src/schemas/comms-hub/comms-hub.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { Schema } from "mongoose";
2
+ import { IBaseCommsHub, ICallCommsHub, IEmailCommsHub } from "./comms-hub.interface";
3
+ export declare const commsHubSchema: Schema<IBaseCommsHub, import("mongoose").Model<IBaseCommsHub, any, any, any, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, IBaseCommsHub>;
4
+ export declare const callCommsHubSchema: Schema<ICallCommsHub, import("mongoose").Model<ICallCommsHub, any, any, any, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, ICallCommsHub>;
5
+ export declare const emailCommsHubSchema: Schema<IEmailCommsHub, import("mongoose").Model<IEmailCommsHub, any, any, any, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, IEmailCommsHub>;
6
+ //# sourceMappingURL=comms-hub.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comms-hub.model.d.ts","sourceRoot":"","sources":["../../../src/schemas/comms-hub/comms-hub.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGrF,eAAO,MAAM,cAAc,4JA8B1B,CAAC;AAWF,eAAO,MAAM,kBAAkB,4JA0C7B,CAAC;AAGH,eAAO,MAAM,mBAAmB,+JAyD9B,CAAC"}
@@ -0,0 +1,147 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.emailCommsHubSchema = exports.callCommsHubSchema = exports.commsHubSchema = void 0;
4
+ const mongoose_1 = require("mongoose");
5
+ // Base CommsHub Schema
6
+ exports.commsHubSchema = new mongoose_1.Schema({
7
+ quoteId: {
8
+ type: mongoose_1.Schema.Types.ObjectId,
9
+ ref: "Quotes",
10
+ },
11
+ bookingId: {
12
+ type: mongoose_1.Schema.Types.ObjectId,
13
+ ref: "Bookings",
14
+ required: true,
15
+ index: true,
16
+ },
17
+ organizationId: {
18
+ type: mongoose_1.Schema.Types.ObjectId,
19
+ ref: "Organization",
20
+ },
21
+ customerContactId: {
22
+ type: mongoose_1.Schema.Types.ObjectId,
23
+ ref: "organizationContacts",
24
+ },
25
+ customerName: {
26
+ type: String,
27
+ },
28
+ }, {
29
+ timestamps: true,
30
+ toJSON: { virtuals: true },
31
+ toObject: { virtuals: true },
32
+ discriminatorKey: "communicationType",
33
+ });
34
+ // Indexes for performance
35
+ exports.commsHubSchema.index({ quoteId: 1 });
36
+ exports.commsHubSchema.index({ bookingId: 1 });
37
+ exports.commsHubSchema.index({ organizationId: 1 });
38
+ exports.commsHubSchema.index({ bookingId: 1, communicationType: 1 });
39
+ exports.commsHubSchema.index({ bookingId: 1, resolutionStatus: 1 });
40
+ exports.commsHubSchema.index({ zohoTicketId: 1, resolutionStatus: 1 });
41
+ // Call discriminator schema
42
+ exports.callCommsHubSchema = new mongoose_1.Schema({
43
+ callerId: {
44
+ type: mongoose_1.Schema.Types.ObjectId,
45
+ ref: "Employee",
46
+ index: true,
47
+ },
48
+ callerName: {
49
+ type: String,
50
+ },
51
+ callFrom: {
52
+ type: String,
53
+ },
54
+ callTo: {
55
+ type: String,
56
+ },
57
+ callType: {
58
+ type: String,
59
+ enum: ["outbound", "inbound"],
60
+ default: "outbound",
61
+ },
62
+ callStatus: {
63
+ type: String,
64
+ },
65
+ callStartTime: {
66
+ type: Date,
67
+ },
68
+ callEndTime: {
69
+ type: Date,
70
+ },
71
+ recordingUrl: {
72
+ type: String,
73
+ },
74
+ externalCallId: {
75
+ type: String,
76
+ index: true,
77
+ },
78
+ lisaCallId: {
79
+ type: String,
80
+ },
81
+ transcript: {
82
+ type: mongoose_1.Schema.Types.Mixed,
83
+ },
84
+ });
85
+ // Email discriminator schema
86
+ exports.emailCommsHubSchema = new mongoose_1.Schema({
87
+ zohoTicketId: {
88
+ type: String,
89
+ index: true,
90
+ },
91
+ zohoThreadId: {
92
+ type: String,
93
+ },
94
+ queryDescription: {
95
+ type: String,
96
+ },
97
+ queryTimestamp: {
98
+ type: Date,
99
+ index: true,
100
+ },
101
+ assigneeId: {
102
+ type: mongoose_1.Schema.Types.ObjectId,
103
+ ref: "Employee",
104
+ index: true,
105
+ },
106
+ queryResolutionDeadline: {
107
+ type: Date,
108
+ },
109
+ queryResolutionTimestamp: {
110
+ type: Date,
111
+ },
112
+ queryResolvedBy: {
113
+ type: mongoose_1.Schema.Types.ObjectId,
114
+ ref: "Employee",
115
+ },
116
+ resolutionStatus: {
117
+ type: String,
118
+ enum: ["pending", "resolved", "dismissed"],
119
+ default: "pending",
120
+ index: true,
121
+ },
122
+ dismissedBy: {
123
+ type: mongoose_1.Schema.Types.ObjectId,
124
+ ref: "Employee",
125
+ },
126
+ dismissedAt: {
127
+ type: Date,
128
+ },
129
+ dismissedReason: {
130
+ type: String,
131
+ },
132
+ isPocPromise: {
133
+ type: Boolean,
134
+ default: false,
135
+ },
136
+ pocPromiseToRevertAt: {
137
+ type: Date,
138
+ },
139
+ isAssigneeManuallyChanged: {
140
+ type: Boolean,
141
+ default: false,
142
+ },
143
+ });
144
+ // Register discriminators
145
+ exports.commsHubSchema.discriminator("call", exports.callCommsHubSchema);
146
+ exports.commsHubSchema.discriminator("email", exports.emailCommsHubSchema);
147
+ //# sourceMappingURL=comms-hub.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comms-hub.model.js","sourceRoot":"","sources":["../../../src/schemas/comms-hub/comms-hub.model.ts"],"names":[],"mappings":";;;AAAA,uCAAkC;AAGlC,uBAAuB;AACV,QAAA,cAAc,GAAG,IAAI,iBAAM,CACtC;IACE,OAAO,EAAE;QACP,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,QAAQ;KACd;IACD,SAAS,EAAE;QACT,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,UAAU;QACf,QAAQ,EAAE,IAAI;QACd,KAAK,EAAE,IAAI;KACZ;IACD,cAAc,EAAE;QACd,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,cAAc;KACpB;IACD,iBAAiB,EAAE;QACjB,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,sBAAsB;KAC5B;IACD,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM;KACb;CACF,EACD;IACE,UAAU,EAAE,IAAI;IAChB,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;IAC1B,QAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;IAC5B,gBAAgB,EAAE,mBAAmB;CACtC,CACF,CAAC;AAEF,0BAA0B;AAC1B,sBAAc,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC;AACrC,sBAAc,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,CAAC,CAAC;AACvC,sBAAc,CAAC,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,CAAC,CAAC;AAC5C,sBAAc,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,CAAC,CAAC;AAC7D,sBAAc,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,gBAAgB,EAAE,CAAC,EAAE,CAAC,CAAC;AAC5D,sBAAc,CAAC,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,gBAAgB,EAAE,CAAC,EAAE,CAAC,CAAC;AAE/D,4BAA4B;AACf,QAAA,kBAAkB,GAAG,IAAI,iBAAM,CAAgB;IAC1D,QAAQ,EAAE;QACR,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,UAAU;QACf,KAAK,EAAE,IAAI;KACZ;IACD,UAAU,EAAE;QACV,IAAI,EAAE,MAAM;KACb;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM;KACb;IACD,MAAM,EAAE;QACN,IAAI,EAAE,MAAM;KACb;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;QAC7B,OAAO,EAAE,UAAU;KACpB;IACD,UAAU,EAAE;QACV,IAAI,EAAE,MAAM;KACb;IACD,aAAa,EAAE;QACb,IAAI,EAAE,IAAI;KACX;IACD,WAAW,EAAE;QACX,IAAI,EAAE,IAAI;KACX;IACD,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM;KACb;IACD,cAAc,EAAE;QACd,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,IAAI;KACZ;IACD,UAAU,EAAE;QACV,IAAI,EAAE,MAAM;KACb;IACD,UAAU,EAAE;QACV,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,KAAK;KACzB;CACF,CAAC,CAAC;AAEH,6BAA6B;AAChB,QAAA,mBAAmB,GAAG,IAAI,iBAAM,CAAiB;IAC5D,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,IAAI;KACZ;IACD,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM;KACb;IACD,gBAAgB,EAAE;QAChB,IAAI,EAAE,MAAM;KACb;IACD,cAAc,EAAE;QACd,IAAI,EAAE,IAAI;QACV,KAAK,EAAE,IAAI;KACZ;IACD,UAAU,EAAE;QACV,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,UAAU;QACf,KAAK,EAAE,IAAI;KACZ;IACD,uBAAuB,EAAE;QACvB,IAAI,EAAE,IAAI;KACX;IACD,wBAAwB,EAAE;QACxB,IAAI,EAAE,IAAI;KACX;IACD,eAAe,EAAE;QACf,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,UAAU;KAChB;IACD,gBAAgB,EAAE;QAChB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,WAAW,CAAC;QAC1C,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,IAAI;KACZ;IACD,WAAW,EAAE;QACX,IAAI,EAAE,iBAAM,CAAC,KAAK,CAAC,QAAQ;QAC3B,GAAG,EAAE,UAAU;KAChB;IACD,WAAW,EAAE;QACX,IAAI,EAAE,IAAI;KACX;IACD,eAAe,EAAE;QACf,IAAI,EAAE,MAAM;KACb;IACD,YAAY,EAAE;QACZ,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;KACf;IACD,oBAAoB,EAAE;QACpB,IAAI,EAAE,IAAI;KACX;IACD,yBAAyB,EAAE;QACzB,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;KACf;CACF,CAAC,CAAC;AAEH,0BAA0B;AAC1B,sBAAc,CAAC,aAAa,CAAC,MAAM,EAAE,0BAAkB,CAAC,CAAC;AACzD,sBAAc,CAAC,aAAa,CAAC,OAAO,EAAE,2BAAmB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bharatbxhipment/xhipment-models-v2",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Mongoose schemas and TypeScript types for Xhipment application",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",