@studyportals/campaign-management-api-interface 3.10.2-6 → 3.10.2-7
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
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CustomProductTypes } from "./enums/custom-product-types.enum";
|
|
2
|
-
export
|
|
2
|
+
export type CustomProductDto = {
|
|
3
3
|
id: number;
|
|
4
4
|
name: string;
|
|
5
5
|
description: string;
|
|
6
6
|
price: number;
|
|
7
7
|
date: Date;
|
|
8
8
|
productType: CustomProductTypes;
|
|
9
|
-
}
|
|
9
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-product.dto.js","sourceRoot":"","sources":["../../../../src/domain/campaign/custom-product.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"custom-product.dto.js","sourceRoot":"","sources":["../../../../src/domain/campaign/custom-product.dto.ts"],"names":[],"mappings":""}
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.DeliveryType = exports.
|
|
17
|
+
exports.DeliveryType = exports.CustomProductTypes = exports.CampaignChangeEnum = exports.Region = exports.CampaignType = exports.Currency = exports.PartnershipTypeAllowed = exports.PartnershipTypeString = exports.PartnershipType = exports.GetCampaignsLiftOverviewDto = void 0;
|
|
18
18
|
const campaign_type_enum_1 = require("./enums/campaign-type.enum");
|
|
19
19
|
Object.defineProperty(exports, "CampaignType", { enumerable: true, get: function () { return campaign_type_enum_1.CampaignType; } });
|
|
20
20
|
const currency_enum_1 = require("./enums/currency.enum");
|
|
@@ -31,8 +31,6 @@ const campaign_change_enum_1 = require("./enums/campaign-change-enum");
|
|
|
31
31
|
Object.defineProperty(exports, "CampaignChangeEnum", { enumerable: true, get: function () { return campaign_change_enum_1.CampaignChangeEnum; } });
|
|
32
32
|
const custom_product_types_enum_1 = require("./enums/custom-product-types.enum");
|
|
33
33
|
Object.defineProperty(exports, "CustomProductTypes", { enumerable: true, get: function () { return custom_product_types_enum_1.CustomProductTypes; } });
|
|
34
|
-
const custom_product_dto_1 = require("./custom-product.dto");
|
|
35
|
-
Object.defineProperty(exports, "CustomProductDto", { enumerable: true, get: function () { return custom_product_dto_1.CustomProductDto; } });
|
|
36
34
|
const get_campaigns_lift_overview_dto_1 = require("./get-campaigns-lift-overview.dto");
|
|
37
35
|
Object.defineProperty(exports, "GetCampaignsLiftOverviewDto", { enumerable: true, get: function () { return get_campaigns_lift_overview_dto_1.GetCampaignsLiftOverviewDto; } });
|
|
38
36
|
__exportStar(require("./saving"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/campaign/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mEAA0D;AA0BzD,6FA1BQ,iCAAY,OA0BR;AAxBb,yDAAiD;AAuBhD,yFAvBQ,wBAAQ,OAuBR;AAtBT,yDAAkH;AAiCjH,6FAjCqD,4BAAY,OAiCrD;AAhCb,mEAAyG;AAkBxG,gGAlBQ,uCAAe,OAkBR;AAEf,uGApByB,8CAAsB,OAoBzB;AADtB,sGAnBiD,6CAAqB,OAmBjD;AAlBtB,qDAA6C;AAsB5C,uFAtBQ,oBAAM,OAsBR;AArBP,uEAAkE;AAsBjE,mGAtBQ,yCAAkB,OAsBR;AArBnB,iFAAuE;AAsBtE,mGAtBQ,8CAAkB,OAsBR;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/campaign/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mEAA0D;AA0BzD,6FA1BQ,iCAAY,OA0BR;AAxBb,yDAAiD;AAuBhD,yFAvBQ,wBAAQ,OAuBR;AAtBT,yDAAkH;AAiCjH,6FAjCqD,4BAAY,OAiCrD;AAhCb,mEAAyG;AAkBxG,gGAlBQ,uCAAe,OAkBR;AAEf,uGApByB,8CAAsB,OAoBzB;AADtB,sGAnBiD,6CAAqB,OAmBjD;AAlBtB,qDAA6C;AAsB5C,uFAtBQ,oBAAM,OAsBR;AArBP,uEAAkE;AAsBjE,mGAtBQ,yCAAkB,OAsBR;AArBnB,iFAAuE;AAsBtE,mGAtBQ,8CAAkB,OAsBR;AAnBnB,uFAAgF;AAU/E,4GAVQ,6DAA2B,OAUR;AAL5B,2CAAwB"}
|