@bondsports/types 2.0.134 → 2.0.136
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/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.js +0 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/pricing/dto/pricing.dto.d.ts +4 -5
- package/dist/types/pricing/dto/pricing.dto.js +2 -1
- package/dist/types/pricing/dto/pricing.dto.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/notifyTracker/entities/index.d.ts +0 -1
- package/dist/types/notifyTracker/entities/index.js +0 -18
- package/dist/types/notifyTracker/entities/index.js.map +0 -1
- package/dist/types/notifyTracker/entities/notifyTracker.d.ts +0 -9
- package/dist/types/notifyTracker/entities/notifyTracker.js +0 -8
- package/dist/types/notifyTracker/entities/notifyTracker.js.map +0 -1
- package/dist/types/notifyTracker/index.d.ts +0 -1
- package/dist/types/notifyTracker/index.js +0 -18
- package/dist/types/notifyTracker/index.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
|
@@ -36,7 +36,6 @@ __exportStar(require("./models"), exports);
|
|
|
36
36
|
__exportStar(require("./monitor-config"), exports);
|
|
37
37
|
__exportStar(require("./notes"), exports);
|
|
38
38
|
__exportStar(require("./notifications"), exports);
|
|
39
|
-
__exportStar(require("./notifyTracker"), exports);
|
|
40
39
|
__exportStar(require("./organization"), exports);
|
|
41
40
|
__exportStar(require("./payment"), exports);
|
|
42
41
|
__exportStar(require("./pricing"), exports);
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2CAAyB;AACzB,yCAAuB;AACvB,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,wCAAsB;AACtB,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2CAAyB;AACzB,yCAAuB;AACvB,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,wCAAsB;AACtB,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,oDAAkC;AAClC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
|
|
1
2
|
import { CurrencyEnum, DiscountMethodsEnum, ResourceNameTypeEnum } from '../../services/enums.service';
|
|
2
3
|
import { IEntitlementTerms, IQuestionAnswerObject } from '../../services/interfaces.service';
|
|
3
4
|
export declare class CreateEntitlementTermsDto {
|
|
@@ -12,13 +13,11 @@ export declare class FindEntitlementTermsByVariablesDto {
|
|
|
12
13
|
user: any;
|
|
13
14
|
userVariables: IQuestionAnswerObject[];
|
|
14
15
|
}
|
|
15
|
-
export declare class FindLowestPriceDto {
|
|
16
|
-
|
|
17
|
-
user?: any;
|
|
16
|
+
export declare class FindLowestPriceDto extends ByOrganizationIdDto {
|
|
17
|
+
userId?: number;
|
|
18
18
|
answers?: IQuestionAnswerObject[];
|
|
19
19
|
itemIds: number[];
|
|
20
|
-
itemType
|
|
21
|
-
startDate?: Date;
|
|
20
|
+
itemType: ResourceNameTypeEnum;
|
|
22
21
|
}
|
|
23
22
|
export declare class FindGroupItemsPricingsDto {
|
|
24
23
|
groupsIds: number[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreatePriceDto = exports.CreateGroupPricingWithProduct = exports.FindEntitlementGroupByIdDto = exports.GetEntitlementGroupPricingDto = exports.CreateEntitlementGroupDto = exports.FindGroupItemsPricingsDto = exports.FindLowestPriceDto = exports.FindEntitlementTermsByVariablesDto = exports.FindEntitlementTermsByGroupIdDto = exports.CreateEntitlementTermsDto = void 0;
|
|
4
|
+
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
4
5
|
class CreateEntitlementTermsDto {
|
|
5
6
|
}
|
|
6
7
|
exports.CreateEntitlementTermsDto = CreateEntitlementTermsDto;
|
|
@@ -10,7 +11,7 @@ exports.FindEntitlementTermsByGroupIdDto = FindEntitlementTermsByGroupIdDto;
|
|
|
10
11
|
class FindEntitlementTermsByVariablesDto {
|
|
11
12
|
}
|
|
12
13
|
exports.FindEntitlementTermsByVariablesDto = FindEntitlementTermsByVariablesDto;
|
|
13
|
-
class FindLowestPriceDto {
|
|
14
|
+
class FindLowestPriceDto extends organization_dto_1.ByOrganizationIdDto {
|
|
14
15
|
}
|
|
15
16
|
exports.FindLowestPriceDto = FindLowestPriceDto;
|
|
16
17
|
class FindGroupItemsPricingsDto {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/pricing/dto/pricing.dto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/pricing/dto/pricing.dto.ts"],"names":[],"mappings":";;;AAAA,8EAA8E;AAI9E,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AAED,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,kCAAkC;CAG9C;AAHD,gFAGC;AAED,MAAa,kBAAmB,SAAQ,sCAAmB;CAQ1D;AARD,gDAQC;AAED,MAAa,yBAAyB;CAGrC;AAHD,8DAGC;AAED,MAAa,yBAAyB;CAErC;AAFD,8DAEC;AAED,MAAa,6BAA6B;CAIzC;AAJD,sEAIC;AAED,MAAa,2BAA2B;CAEvC;AAFD,kEAEC;AAED,MAAa,6BAA6B;CAYzC;AAZD,sEAYC;AAED,MAAa,cAAc;CAkB1B;AAlBD,wCAkBC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './notifyTracker';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./notifyTracker"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/notifyTracker/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
2
|
-
import { NotifyMethodEnum } from '../../services/enums.service';
|
|
3
|
-
export declare class NotifyTracker extends BondBaseEntity {
|
|
4
|
-
userId: number;
|
|
5
|
-
organizationId: number;
|
|
6
|
-
notifyMetadata?: any;
|
|
7
|
-
notfiyMethodType: NotifyMethodEnum;
|
|
8
|
-
destination: string;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NotifyTracker = void 0;
|
|
4
|
-
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
5
|
-
class NotifyTracker extends BondBaseEntity_1.BondBaseEntity {
|
|
6
|
-
}
|
|
7
|
-
exports.NotifyTracker = NotifyTracker;
|
|
8
|
-
//# sourceMappingURL=notifyTracker.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"notifyTracker.js","sourceRoot":"","sources":["../../../../src/types/notifyTracker/entities/notifyTracker.ts"],"names":[],"mappings":";;;AAAA,gEAA6D;AAI7D,MAAa,aAAc,SAAQ,+BAAc;CAWhD;AAXD,sCAWC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './entities';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./entities"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/notifyTracker/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|