@studyportals/campaign-management-api-interface 3.0.1-5 → 3.0.1-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,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/campaign-management-api-interface",
3
- "version": "3.0.1-5",
3
+ "version": "3.0.1-7",
4
4
  "scripts": {
5
5
  "compile": "rm -fR bin && npx tsc",
6
6
  "test-u": "jest -c jest.config.unit.json --maxWorkers=1",
@@ -1,9 +1,10 @@
1
1
  export declare enum CustomProductTypes {
2
- ACT = "act",
3
- BANNER_DESIGN = "banner_design",
4
- BUDGET_TRANSFER = "budget_transfer",
5
- EMAIL = "email",
6
- LEADS = "leads",
7
- REMARKETING = "remarketing",
8
- OTHER = "other"
2
+ ACT = "ACT product",
3
+ BANNER_DESIGN = "Banner",
4
+ BUDGET_TRANSFER = "Budget Transfer",
5
+ EMAIL = "Email",
6
+ LEADS = "Leads",
7
+ REMARKETING = "Remarketing",
8
+ FREE_VALUE = "Free Value",
9
+ OTHER = "Other"
9
10
  }
@@ -3,12 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CustomProductTypes = void 0;
4
4
  var CustomProductTypes;
5
5
  (function (CustomProductTypes) {
6
- CustomProductTypes["ACT"] = "act";
7
- CustomProductTypes["BANNER_DESIGN"] = "banner_design";
8
- CustomProductTypes["BUDGET_TRANSFER"] = "budget_transfer";
9
- CustomProductTypes["EMAIL"] = "email";
10
- CustomProductTypes["LEADS"] = "leads";
11
- CustomProductTypes["REMARKETING"] = "remarketing";
12
- CustomProductTypes["OTHER"] = "other";
6
+ CustomProductTypes["ACT"] = "ACT product";
7
+ CustomProductTypes["BANNER_DESIGN"] = "Banner";
8
+ CustomProductTypes["BUDGET_TRANSFER"] = "Budget Transfer";
9
+ CustomProductTypes["EMAIL"] = "Email";
10
+ CustomProductTypes["LEADS"] = "Leads";
11
+ CustomProductTypes["REMARKETING"] = "Remarketing";
12
+ CustomProductTypes["FREE_VALUE"] = "Free Value";
13
+ CustomProductTypes["OTHER"] = "Other";
13
14
  })(CustomProductTypes = exports.CustomProductTypes || (exports.CustomProductTypes = {}));
14
15
  //# sourceMappingURL=custom-product-types.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"custom-product-types.enum.js","sourceRoot":"","sources":["../../../../../src/domain/campaign/enums/custom-product-types.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC7B,iCAAW,CAAA;IACX,qDAA+B,CAAA;IAC/B,yDAAmC,CAAA;IACnC,qCAAe,CAAA;IACf,qCAAe,CAAA;IACf,iDAA2B,CAAA;IAC3B,qCAAe,CAAA;AAChB,CAAC,EARW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAQ7B"}
1
+ {"version":3,"file":"custom-product-types.enum.js","sourceRoot":"","sources":["../../../../../src/domain/campaign/enums/custom-product-types.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC7B,yCAAmB,CAAA;IACnB,8CAAwB,CAAA;IACxB,yDAAmC,CAAA;IACnC,qCAAe,CAAA;IACf,qCAAe,CAAA;IACf,iDAA2B,CAAA;IAC3B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;AAChB,CAAC,EATW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAS7B"}
@@ -5,4 +5,5 @@ import { CustomOverperformanceDelivery, DeliveryMode, DeliveryType, EvenlyDelive
5
5
  import { PartnershipType, PartnershipTypeString } from "./partnership-type.enum";
6
6
  import { Region } from "./enums/region.enum";
7
7
  import { CustomProductTypes } from "./enums/custom-product-types.enum";
8
- export { CampaignEditorGetResultDto, PartnershipType, PartnershipTypeString, Currency, CampaignType, Region, CustomProductTypes, DeliveryMode, DeliveryType, EvenlyDelivery, CustomOverperformanceDelivery };
8
+ import { CustomProductsDto } from "./custom-products.dto";
9
+ export { CampaignEditorGetResultDto, PartnershipType, PartnershipTypeString, Currency, CampaignType, Region, CustomProductTypes, CustomProductsDto, DeliveryMode, DeliveryType, EvenlyDelivery, CustomOverperformanceDelivery };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeliveryType = exports.CustomProductTypes = exports.Region = exports.CampaignType = exports.Currency = exports.PartnershipTypeString = exports.PartnershipType = void 0;
3
+ exports.DeliveryType = exports.CustomProductsDto = exports.CustomProductTypes = exports.Region = exports.CampaignType = exports.Currency = exports.PartnershipTypeString = exports.PartnershipType = void 0;
4
4
  const campaign_type_enum_1 = require("./enums/campaign-type.enum");
5
5
  Object.defineProperty(exports, "CampaignType", { enumerable: true, get: function () { return campaign_type_enum_1.CampaignType; } });
6
6
  const currency_enum_1 = require("./enums/currency.enum");
@@ -14,4 +14,6 @@ const region_enum_1 = require("./enums/region.enum");
14
14
  Object.defineProperty(exports, "Region", { enumerable: true, get: function () { return region_enum_1.Region; } });
15
15
  const custom_product_types_enum_1 = require("./enums/custom-product-types.enum");
16
16
  Object.defineProperty(exports, "CustomProductTypes", { enumerable: true, get: function () { return custom_product_types_enum_1.CustomProductTypes; } });
17
+ const custom_products_dto_1 = require("./custom-products.dto");
18
+ Object.defineProperty(exports, "CustomProductsDto", { enumerable: true, get: function () { return custom_products_dto_1.CustomProductsDto; } });
17
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/campaign/index.ts"],"names":[],"mappings":";;;AAAA,mEAA0D;AAezD,6FAfQ,iCAAY,OAeR;AAbb,yDAAiD;AAYhD,yFAZQ,wBAAQ,OAYR;AAXT,yDAAkH;AAiBjH,6FAjBqD,4BAAY,OAiBrD;AAhBb,mEAAiF;AAQhF,gGARQ,uCAAe,OAQR;AACf,sGATyB,6CAAqB,OASzB;AARtB,qDAA6C;AAW5C,uFAXQ,oBAAM,OAWR;AAVP,iFAAuE;AAWtE,mGAXQ,8CAAkB,OAWR"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/campaign/index.ts"],"names":[],"mappings":";;;AAAA,mEAA0D;AAgBzD,6FAhBQ,iCAAY,OAgBR;AAdb,yDAAiD;AAahD,yFAbQ,wBAAQ,OAaR;AAZT,yDAAkH;AAmBjH,6FAnBqD,4BAAY,OAmBrD;AAlBb,mEAAiF;AAShF,gGATQ,uCAAe,OASR;AACf,sGAVyB,6CAAqB,OAUzB;AATtB,qDAA6C;AAY5C,uFAZQ,oBAAM,OAYR;AAXP,iFAAuE;AAYtE,mGAZQ,8CAAkB,OAYR;AAXnB,+DAA0D;AAYzD,kGAZQ,uCAAiB,OAYR"}