@studyportals/campaign-management-api-interface 8.0.0 → 8.0.1-0
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/validation/dto/organisations/delete-source-links.request.d.ts +3 -0
- package/src/validation/dto/organisations/delete-source-links.request.js +21 -0
- package/src/validation/dto/organisations/delete-source-links.request.js.map +1 -0
- package/src/validation/dto/organisations/index.d.ts +2 -1
- package/src/validation/dto/organisations/index.js +3 -1
- package/src/validation/dto/organisations/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.DeleteSourceLinksRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class DeleteSourceLinksRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.DeleteSourceLinksRequest = DeleteSourceLinksRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsNumber)({}, { each: true }),
|
|
19
|
+
__metadata("design:type", Array)
|
|
20
|
+
], DeleteSourceLinksRequest.prototype, "sourceLinkIds", void 0);
|
|
21
|
+
//# sourceMappingURL=delete-source-links.request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-source-links.request.js","sourceRoot":"","sources":["../../../../../src/validation/dto/organisations/delete-source-links.request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2C;AAE3C,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AADA;IADC,IAAA,0BAAQ,EAAC,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;+DACL"}
|
|
@@ -2,4 +2,5 @@ import { SourceLinkCreateDto } from "./source-link-create.dto";
|
|
|
2
2
|
import { CreateSourceLinksRequest } from "./create-source-links.request";
|
|
3
3
|
import { SourceLinkUpdateDto } from "./source-link-update.dto";
|
|
4
4
|
import { UpdateSourceLinksRequest } from "./update-source-links.request";
|
|
5
|
-
|
|
5
|
+
import { DeleteSourceLinksRequest } from "./delete-source-links.request";
|
|
6
|
+
export { CreateSourceLinksRequest, SourceLinkCreateDto, SourceLinkUpdateDto, UpdateSourceLinksRequest, DeleteSourceLinksRequest };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSourceLinksRequest = exports.SourceLinkUpdateDto = exports.SourceLinkCreateDto = exports.CreateSourceLinksRequest = void 0;
|
|
3
|
+
exports.DeleteSourceLinksRequest = exports.UpdateSourceLinksRequest = exports.SourceLinkUpdateDto = exports.SourceLinkCreateDto = exports.CreateSourceLinksRequest = void 0;
|
|
4
4
|
const source_link_create_dto_1 = require("./source-link-create.dto");
|
|
5
5
|
Object.defineProperty(exports, "SourceLinkCreateDto", { enumerable: true, get: function () { return source_link_create_dto_1.SourceLinkCreateDto; } });
|
|
6
6
|
const create_source_links_request_1 = require("./create-source-links.request");
|
|
@@ -9,4 +9,6 @@ const source_link_update_dto_1 = require("./source-link-update.dto");
|
|
|
9
9
|
Object.defineProperty(exports, "SourceLinkUpdateDto", { enumerable: true, get: function () { return source_link_update_dto_1.SourceLinkUpdateDto; } });
|
|
10
10
|
const update_source_links_request_1 = require("./update-source-links.request");
|
|
11
11
|
Object.defineProperty(exports, "UpdateSourceLinksRequest", { enumerable: true, get: function () { return update_source_links_request_1.UpdateSourceLinksRequest; } });
|
|
12
|
+
const delete_source_links_request_1 = require("./delete-source-links.request");
|
|
13
|
+
Object.defineProperty(exports, "DeleteSourceLinksRequest", { enumerable: true, get: function () { return delete_source_links_request_1.DeleteSourceLinksRequest; } });
|
|
12
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/validation/dto/organisations/index.ts"],"names":[],"mappings":";;;AAAA,qEAA+D;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/validation/dto/organisations/index.ts"],"names":[],"mappings":";;;AAAA,qEAA+D;AAQ9D,oGARQ,4CAAmB,OAQR;AAPpB,+EAAyE;AAMxE,yGANQ,sDAAwB,OAMR;AALzB,qEAA+D;AAO9D,oGAPQ,4CAAmB,OAOR;AANpB,+EAAyE;AAOxE,yGAPQ,sDAAwB,OAOR;AANzB,+EAAyE;AAOxE,yGAPQ,sDAAwB,OAOR"}
|