@nimee/shared-types 1.0.237 → 1.0.238
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/account/account.d.ts +0 -1
- package/dist/account/account.js.map +1 -1
- package/dist/account/marketPlace.d.ts +0 -1
- package/dist/user/endUser.d.ts +9 -0
- package/dist/user/endUser.js +9 -1
- package/dist/user/endUser.js.map +1 -1
- package/package.json +1 -1
- package/src/account/account.ts +0 -1
- package/src/account/marketPlace.ts +0 -1
- package/src/user/endUser.ts +11 -0
|
@@ -122,7 +122,6 @@ export interface IAccountModel {
|
|
|
122
122
|
};
|
|
123
123
|
marketplaceDistributionId: string;
|
|
124
124
|
isAllowSeasonTicket: boolean;
|
|
125
|
-
seasonTicketGrantsEntrance: boolean;
|
|
126
125
|
displaySplitPaymentEventConfiguration: boolean;
|
|
127
126
|
showSellerHeader: boolean;
|
|
128
127
|
isDefaultAllEventPublic: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../src/account/account.ts"],"names":[],"mappings":";;;AAGA,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,iEAAW,CAAA;IACX,iEAAW,CAAA;IACX,iEAAW,CAAA;IACX,mEAAY,CAAA;IACZ,+DAAU,CAAA;IACV,+DAAU,CAAA;IACV,6DAAS,CAAA;IACT,6DAAS,CAAA;AACX,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AACD,IAAY,aASX;AATD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IACjB,kCAAiB,CAAA;IACjB,gCAAe,CAAA;IACf,gCAAe,CAAA;IACf,sCAAqB,CAAA;AACvB,CAAC,EATW,aAAa,6BAAb,aAAa,QASxB;AACD,IAAY,iBAQX;AARD,WAAY,iBAAiB;IAC3B,kDAA6B,CAAA;IAC7B,kDAA6B,CAAA;IAC7B,sCAAiB,CAAA;IACjB,oCAAe,CAAA;IACf,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,0CAAqB,CAAA;AACvB,CAAC,EARW,iBAAiB,iCAAjB,iBAAiB,QAQ5B;AAgBD,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,sCAAa,CAAA;IACb,4CAAmB,CAAA;IACnB,8CAAqB,CAAA;AACvB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../src/account/account.ts"],"names":[],"mappings":";;;AAGA,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,iEAAW,CAAA;IACX,iEAAW,CAAA;IACX,iEAAW,CAAA;IACX,mEAAY,CAAA;IACZ,+DAAU,CAAA;IACV,+DAAU,CAAA;IACV,6DAAS,CAAA;IACT,6DAAS,CAAA;AACX,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AACD,IAAY,aASX;AATD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IACjB,kCAAiB,CAAA;IACjB,gCAAe,CAAA;IACf,gCAAe,CAAA;IACf,sCAAqB,CAAA;AACvB,CAAC,EATW,aAAa,6BAAb,aAAa,QASxB;AACD,IAAY,iBAQX;AARD,WAAY,iBAAiB;IAC3B,kDAA6B,CAAA;IAC7B,kDAA6B,CAAA;IAC7B,sCAAiB,CAAA;IACjB,oCAAe,CAAA;IACf,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,0CAAqB,CAAA;AACvB,CAAC,EARW,iBAAiB,iCAAjB,iBAAiB,QAQ5B;AAgBD,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,sCAAa,CAAA;IACb,4CAAmB,CAAA;IACnB,8CAAqB,CAAA;AACvB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;AAkID,IAAY,kBAMX;AAND,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,yCAAmB,CAAA;IACnB,uCAAiB,CAAA;IACjB,6CAAuB,CAAA;IACvB,yCAAmB,CAAA;AACrB,CAAC,EANW,kBAAkB,kCAAlB,kBAAkB,QAM7B"}
|
|
@@ -42,7 +42,6 @@ export interface IMarketPlace {
|
|
|
42
42
|
mailProvider?: IMailProvider;
|
|
43
43
|
customEmailTemplatesOrHtml?: IPostSQSTypeValues;
|
|
44
44
|
isAllowSeasonTicket: boolean;
|
|
45
|
-
seasonTicketGrantsEntrance: boolean;
|
|
46
45
|
displaySplitPaymentEventConfiguration: boolean;
|
|
47
46
|
showSellerHeader: boolean;
|
|
48
47
|
isDefaultAllEventPublic: boolean;
|
package/dist/user/endUser.d.ts
CHANGED
|
@@ -10,6 +10,13 @@ import { IDynamicFields } from "../common/dynamicFields";
|
|
|
10
10
|
export declare enum IEndUserRoleTypeEnum {
|
|
11
11
|
endUser = "endUser"
|
|
12
12
|
}
|
|
13
|
+
export declare enum ILeadStatusEnum {
|
|
14
|
+
initial = "initial",
|
|
15
|
+
cold = "cold",
|
|
16
|
+
warm = "warm",
|
|
17
|
+
approved_for_subscription_purchase = "approved_for_subscription_purchase",
|
|
18
|
+
paying_member = "paying_member"
|
|
19
|
+
}
|
|
13
20
|
export interface IEndUserModel {
|
|
14
21
|
_id?: string | mongoose.Types.ObjectId;
|
|
15
22
|
fname: string;
|
|
@@ -48,4 +55,6 @@ export interface IEndUserModel {
|
|
|
48
55
|
lastParticipationDate?: Date;
|
|
49
56
|
approved_for_subscription_purchase?: boolean;
|
|
50
57
|
dynamicFields?: IDynamicFields;
|
|
58
|
+
lead_origin?: string;
|
|
59
|
+
lead_status?: ILeadStatusEnum;
|
|
51
60
|
}
|
package/dist/user/endUser.js
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IEndUserRoleTypeEnum = void 0;
|
|
3
|
+
exports.ILeadStatusEnum = exports.IEndUserRoleTypeEnum = void 0;
|
|
4
4
|
var IEndUserRoleTypeEnum;
|
|
5
5
|
(function (IEndUserRoleTypeEnum) {
|
|
6
6
|
IEndUserRoleTypeEnum["endUser"] = "endUser";
|
|
7
7
|
})(IEndUserRoleTypeEnum || (exports.IEndUserRoleTypeEnum = IEndUserRoleTypeEnum = {}));
|
|
8
|
+
var ILeadStatusEnum;
|
|
9
|
+
(function (ILeadStatusEnum) {
|
|
10
|
+
ILeadStatusEnum["initial"] = "initial";
|
|
11
|
+
ILeadStatusEnum["cold"] = "cold";
|
|
12
|
+
ILeadStatusEnum["warm"] = "warm";
|
|
13
|
+
ILeadStatusEnum["approved_for_subscription_purchase"] = "approved_for_subscription_purchase";
|
|
14
|
+
ILeadStatusEnum["paying_member"] = "paying_member";
|
|
15
|
+
})(ILeadStatusEnum || (exports.ILeadStatusEnum = ILeadStatusEnum = {}));
|
|
8
16
|
//# sourceMappingURL=endUser.js.map
|
package/dist/user/endUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endUser.js","sourceRoot":"","sources":["../../src/user/endUser.ts"],"names":[],"mappings":";;;AAGA,IAAY,oBAEX;AAFD,WAAY,oBAAoB;IAC9B,2CAAmB,CAAA;AACrB,CAAC,EAFW,oBAAoB,oCAApB,oBAAoB,QAE/B"}
|
|
1
|
+
{"version":3,"file":"endUser.js","sourceRoot":"","sources":["../../src/user/endUser.ts"],"names":[],"mappings":";;;AAGA,IAAY,oBAEX;AAFD,WAAY,oBAAoB;IAC9B,2CAAmB,CAAA;AACrB,CAAC,EAFW,oBAAoB,oCAApB,oBAAoB,QAE/B;AAED,IAAY,eAMX;AAND,WAAY,eAAe;IACzB,sCAAmB,CAAA;IACnB,gCAAa,CAAA;IACb,gCAAa,CAAA;IACb,4FAAyE,CAAA;IACzE,kDAA+B,CAAA;AACjC,CAAC,EANW,eAAe,+BAAf,eAAe,QAM1B"}
|
package/package.json
CHANGED
package/src/account/account.ts
CHANGED
|
@@ -117,7 +117,6 @@ export interface IAccountModel {
|
|
|
117
117
|
};
|
|
118
118
|
marketplaceDistributionId: string;
|
|
119
119
|
isAllowSeasonTicket: boolean;
|
|
120
|
-
seasonTicketGrantsEntrance: boolean;
|
|
121
120
|
displaySplitPaymentEventConfiguration: boolean;
|
|
122
121
|
showSellerHeader: boolean;
|
|
123
122
|
isDefaultAllEventPublic: boolean;
|
|
@@ -46,7 +46,6 @@ export interface IMarketPlace {
|
|
|
46
46
|
mailProvider?: IMailProvider;
|
|
47
47
|
customEmailTemplatesOrHtml?: IPostSQSTypeValues;
|
|
48
48
|
isAllowSeasonTicket: boolean;
|
|
49
|
-
seasonTicketGrantsEntrance: boolean;
|
|
50
49
|
displaySplitPaymentEventConfiguration: boolean;
|
|
51
50
|
showSellerHeader: boolean;
|
|
52
51
|
isDefaultAllEventPublic: boolean;
|
package/src/user/endUser.ts
CHANGED
|
@@ -4,6 +4,15 @@ import { IDynamicFields } from "../common/dynamicFields";
|
|
|
4
4
|
export enum IEndUserRoleTypeEnum {
|
|
5
5
|
endUser = "endUser",
|
|
6
6
|
}
|
|
7
|
+
|
|
8
|
+
export enum ILeadStatusEnum {
|
|
9
|
+
initial = "initial",
|
|
10
|
+
cold = "cold",
|
|
11
|
+
warm = "warm",
|
|
12
|
+
approved_for_subscription_purchase = "approved_for_subscription_purchase",
|
|
13
|
+
paying_member = "paying_member",
|
|
14
|
+
}
|
|
15
|
+
|
|
7
16
|
export interface IEndUserModel {
|
|
8
17
|
_id?: string | mongoose.Types.ObjectId;
|
|
9
18
|
fname: string;
|
|
@@ -40,4 +49,6 @@ export interface IEndUserModel {
|
|
|
40
49
|
lastParticipationDate?: Date;
|
|
41
50
|
approved_for_subscription_purchase?: boolean;
|
|
42
51
|
dynamicFields?: IDynamicFields;
|
|
52
|
+
lead_origin?: string;
|
|
53
|
+
lead_status?: ILeadStatusEnum;
|
|
43
54
|
}
|