@studyportals/campaign-management-api-interface 9.1.1-4 → 9.1.1-6
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 +1 -1
- package/src/domain/campaign/create/create-campaign.request.js +1 -2
- package/src/domain/campaign/create/create-campaign.request.js.map +1 -1
- package/src/domain/campaign/index.d.ts +2 -1
- package/src/domain/campaign/index.js +3 -1
- package/src/domain/campaign/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -69,8 +69,7 @@ __decorate([
|
|
|
69
69
|
__metadata("design:type", Number)
|
|
70
70
|
], CreateCampaignRequest.prototype, "clientServicesId", void 0);
|
|
71
71
|
__decorate([
|
|
72
|
-
(0, class_validator_1.
|
|
73
|
-
(0, class_validator_1.Min)(1),
|
|
72
|
+
(0, class_validator_1.IsBoolean)(),
|
|
74
73
|
__metadata("design:type", Boolean)
|
|
75
74
|
], CreateCampaignRequest.prototype, "isExcludedFromCampaignLift", void 0);
|
|
76
75
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-campaign.request.js","sourceRoot":"","sources":["../../../../../src/domain/campaign/create/create-campaign.request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"create-campaign.request.js","sourceRoot":"","sources":["../../../../../src/domain/campaign/create/create-campaign.request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoF;AACpF,oCAAyF;AAEzF,MAAa,qBAAqB;CAkCjC;AAlCD,sDAkCC;AAhCA;IADC,IAAA,0BAAQ,GAAE;;mDACE;AAEb;IADC,IAAA,0BAAQ,GAAE;;wDACO;AAElB;IADC,IAAA,0BAAQ,GAAE;;sDACK;AAEhB;IADC,IAAA,0BAAQ,GAAE;;2DACgB;AAG3B;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;4DACe;AAGtB;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;mEACsB;AAE7B;IADC,IAAA,wBAAM,EAAC,uBAAe,CAAC;;8DACS;AAEjC;IADC,IAAA,wBAAM,EAAC,oBAAY,CAAC;;2DACM;AAG3B;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;+DACkB;AAGzB;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;2DACc;AAErB;IADC,IAAA,wBAAM,EAAC,cAAM,CAAC;;qDACA;AAGf;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;+DACkB;AAEzB;IADC,IAAA,2BAAS,GAAE;;yEACwB;AAEpC;IADC,IAAA,wBAAM,EAAC,gBAAQ,CAAC;;uDACE"}
|
|
@@ -6,6 +6,7 @@ import { CustomProductDataRaw } from "./custom-product-data.raw";
|
|
|
6
6
|
import { CustomProductRaw } from "./custom-product.raw";
|
|
7
7
|
import { ValidationStateResponse } from "./validation-state.response";
|
|
8
8
|
import { CampaignListingEntityDto, DegreeLevel } from "./campaign-listing-entity.dto";
|
|
9
|
+
import { CreateCampaignRequest } from "./create/create-campaign.request";
|
|
9
10
|
export * from './saving';
|
|
10
11
|
export * from './enums';
|
|
11
|
-
export { CampaignEditorGetResultDto, CampaignListingEntityDto, CustomProductDto, CustomProductRaw, CustomProductDataDto, CustomProductDataRaw, DeliveryMode, DeliveryType, EvenlyDelivery, CustomOverperformanceDelivery, ValidationStateResponse, DegreeLevel };
|
|
12
|
+
export { CampaignEditorGetResultDto, CampaignListingEntityDto, CustomProductDto, CustomProductRaw, CustomProductDataDto, CustomProductDataRaw, DeliveryMode, DeliveryType, EvenlyDelivery, CustomOverperformanceDelivery, ValidationStateResponse, DegreeLevel, CreateCampaignRequest };
|
|
@@ -14,9 +14,11 @@ 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 = void 0;
|
|
17
|
+
exports.CreateCampaignRequest = exports.DeliveryType = void 0;
|
|
18
18
|
const delivery_mode_1 = require("./enums/delivery-mode");
|
|
19
19
|
Object.defineProperty(exports, "DeliveryType", { enumerable: true, get: function () { return delivery_mode_1.DeliveryType; } });
|
|
20
|
+
const create_campaign_request_1 = require("./create/create-campaign.request");
|
|
21
|
+
Object.defineProperty(exports, "CreateCampaignRequest", { enumerable: true, get: function () { return create_campaign_request_1.CreateCampaignRequest; } });
|
|
20
22
|
__exportStar(require("./saving"), exports);
|
|
21
23
|
__exportStar(require("./enums"), exports);
|
|
22
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/campaign/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,yDAAkH;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/campaign/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,yDAAkH;AAoBjH,6FApBqD,4BAAY,OAoBrD;AAbb,8EAAyE;AAkBxE,sGAlBQ,+CAAqB,OAkBR;AAhBtB,2CAAwB;AACxB,0CAAuB"}
|