@studyportals/campaign-management-api-interface 16.0.0 → 16.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/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +49 -49
- package/src/private-user-campaign-management-api.client.d.ts +18 -0
- package/src/private-user-campaign-management-api.client.js +64 -0
- package/src/private-user-campaign-management-api.client.js.map +1 -0
package/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { SuperAgentResponseCover } from "./src/domain/types/super-agent-response
|
|
|
19
19
|
import { ProductsCampaignManagementAPIClient } from "./src/products-campaign-management-api.client";
|
|
20
20
|
import { PublicStatusClient } from "./src/public-status-client";
|
|
21
21
|
import { CampaignEditorFrontendStatusDto, StatusHealthy, StatusBlocked } from "./src/domain/types/campaign-editor-frontend-status.dto";
|
|
22
|
+
import { PrivateUserCampaignManagementAPIClient } from "./src/private-user-campaign-management-api.client";
|
|
22
23
|
export * from "./src/domain/campaign";
|
|
23
24
|
export * from "./src/domain/users";
|
|
24
25
|
export * from "./src/validation";
|
|
@@ -26,4 +27,4 @@ export * from "./src/domain/organisations";
|
|
|
26
27
|
export * from "./src/domain/products";
|
|
27
28
|
export * from "./src/domain/degrees";
|
|
28
29
|
export * from "./src/campaign-saving";
|
|
29
|
-
export { AuditorCampaignManagementAPIClient, OrganisationsCampaignManagementAPIClient, CampaignManagementAPIClient, PrivateCampaignManagementAPIClient, UserCampaignManagementAPIClient, StudyCampaignManagementAPIClient, LinksCampaignManagementAPIClient, ProductsCampaignManagementAPIClient, PublicStatusClient, AuditorEntityType, AuditorOperation, LinkType, LinkEntityType, SwappingEnabledLinkTypes, GetAuditorDto, PersistGoogleLinkerResultDto, CampaignsEntitiesConfigDto, MinimalOrganisationDto, CampaignEditorFrontendStatusDto, StatusHealthy, StatusBlocked, NumberMap, Pricing, ICampaignAuditorData, SuperAgentResponseCover };
|
|
30
|
+
export { AuditorCampaignManagementAPIClient, OrganisationsCampaignManagementAPIClient, CampaignManagementAPIClient, PrivateCampaignManagementAPIClient, PrivateUserCampaignManagementAPIClient, UserCampaignManagementAPIClient, StudyCampaignManagementAPIClient, LinksCampaignManagementAPIClient, ProductsCampaignManagementAPIClient, PublicStatusClient, AuditorEntityType, AuditorOperation, LinkType, LinkEntityType, SwappingEnabledLinkTypes, GetAuditorDto, PersistGoogleLinkerResultDto, CampaignsEntitiesConfigDto, MinimalOrganisationDto, CampaignEditorFrontendStatusDto, StatusHealthy, StatusBlocked, NumberMap, Pricing, ICampaignAuditorData, SuperAgentResponseCover };
|
package/index.js
CHANGED
|
@@ -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.Pricing = exports.MinimalOrganisationDto = exports.CampaignsEntitiesConfigDto = exports.PersistGoogleLinkerResultDto = exports.GetAuditorDto = exports.SwappingEnabledLinkTypes = exports.LinkEntityType = exports.LinkType = exports.AuditorOperation = exports.AuditorEntityType = exports.PublicStatusClient = exports.ProductsCampaignManagementAPIClient = exports.LinksCampaignManagementAPIClient = exports.StudyCampaignManagementAPIClient = exports.UserCampaignManagementAPIClient = exports.PrivateCampaignManagementAPIClient = exports.CampaignManagementAPIClient = exports.OrganisationsCampaignManagementAPIClient = exports.AuditorCampaignManagementAPIClient = void 0;
|
|
17
|
+
exports.Pricing = exports.MinimalOrganisationDto = exports.CampaignsEntitiesConfigDto = exports.PersistGoogleLinkerResultDto = exports.GetAuditorDto = exports.SwappingEnabledLinkTypes = exports.LinkEntityType = exports.LinkType = exports.AuditorOperation = exports.AuditorEntityType = exports.PublicStatusClient = exports.ProductsCampaignManagementAPIClient = exports.LinksCampaignManagementAPIClient = exports.StudyCampaignManagementAPIClient = exports.UserCampaignManagementAPIClient = exports.PrivateUserCampaignManagementAPIClient = exports.PrivateCampaignManagementAPIClient = exports.CampaignManagementAPIClient = exports.OrganisationsCampaignManagementAPIClient = exports.AuditorCampaignManagementAPIClient = void 0;
|
|
18
18
|
const auditor_campaign_management_api_client_1 = require("./src/auditor-campaign-management-api.client");
|
|
19
19
|
Object.defineProperty(exports, "AuditorCampaignManagementAPIClient", { enumerable: true, get: function () { return auditor_campaign_management_api_client_1.AuditorCampaignManagementAPIClient; } });
|
|
20
20
|
const organisations_campaign_management_api_client_1 = require("./src/organisations-campaign-management-api.client");
|
|
@@ -53,6 +53,8 @@ const products_campaign_management_api_client_1 = require("./src/products-campai
|
|
|
53
53
|
Object.defineProperty(exports, "ProductsCampaignManagementAPIClient", { enumerable: true, get: function () { return products_campaign_management_api_client_1.ProductsCampaignManagementAPIClient; } });
|
|
54
54
|
const public_status_client_1 = require("./src/public-status-client");
|
|
55
55
|
Object.defineProperty(exports, "PublicStatusClient", { enumerable: true, get: function () { return public_status_client_1.PublicStatusClient; } });
|
|
56
|
+
const private_user_campaign_management_api_client_1 = require("./src/private-user-campaign-management-api.client");
|
|
57
|
+
Object.defineProperty(exports, "PrivateUserCampaignManagementAPIClient", { enumerable: true, get: function () { return private_user_campaign_management_api_client_1.PrivateUserCampaignManagementAPIClient; } });
|
|
56
58
|
__exportStar(require("./src/domain/campaign"), exports);
|
|
57
59
|
__exportStar(require("./src/domain/users"), exports);
|
|
58
60
|
__exportStar(require("./src/validation"), exports);
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,yGAAkG;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,yGAAkG;AAiCjG,mHAjCQ,2EAAkC,OAiCR;AAhCnC,qHAA8G;AAiC7G,yHAjCQ,uFAAwC,OAiCR;AAhCzC,yFAAmF;AAiClF,4GAjCQ,4DAA2B,OAiCR;AAhC5B,kGAAwF;AA0CvF,kGA1CQ,4CAAiB,OA0CR;AAzClB,8FAAqF;AA0CpF,iGA1CQ,yCAAgB,OA0CR;AAzCjB,0EAAqE;AA+CpE,8FA/CQ,+BAAa,OA+CR;AA9Cd,qGAAgG;AAkD/F,2GAlDQ,yDAA0B,OAkDR;AAjD3B,gGAAgH;AA4D/G,wFA5DmB,+BAAO,OA4DnB;AA3DR,yGAAkG;AA4BjG,mHA5BQ,2EAAkC,OA4BR;AA3BnC,mGAA4F;AA6B3F,gHA7BQ,qEAA+B,OA6BR;AA5BhC,qGAA8F;AA6B7F,iHA7BQ,uEAAgC,OA6BR;AA5BjC,oGAA8F;AAgD7F,uGAhDQ,kDAAsB,OAgDR;AA/CvB,8EAAqE;AAmCpE,yFAnCQ,yBAAQ,OAmCR;AAlCT,6GAAsG;AAwCrG,6GAxCQ,+DAA4B,OAwCR;AAvC7B,oFAA0E;AAkCzE,+FAlCQ,sCAAc,OAkCR;AAjCf,qGAA8F;AAyB7F,iHAzBQ,uEAAgC,OAyBR;AAxBjC,0GAA+F;AAiC9F,yGAjCQ,2DAAwB,OAiCR;AA/BzB,2GAAoG;AAuBnG,oHAvBQ,6EAAmC,OAuBR;AAtBpC,qEAAgE;AAuB/D,mGAvBQ,yCAAkB,OAuBR;AArBnB,mHAA2G;AAgB1G,uHAhBQ,oFAAsC,OAgBR;AAdvC,wDAAsC;AACtC,qDAAmC;AACnC,mDAAiC;AACjC,6DAA2C;AAC3C,wDAAsC;AACtC,uDAAqC;AACrC,wDAAsC"}
|
package/package.json
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@studyportals/campaign-management-api-interface",
|
|
3
|
-
"version": "16.
|
|
4
|
-
"scripts": {
|
|
5
|
-
"compile": "rm -fR bin && npx tsc",
|
|
6
|
-
"test-u": "jest -c jest.config.unit.json --maxWorkers=1",
|
|
7
|
-
"test-i": "nyc mocha src tests-i",
|
|
8
|
-
"prepare-deployment": "npm run test-u && npm run compile && cp package.json bin/package.json && rm -fR bin/tests-u",
|
|
9
|
-
"predeploy": "npm run prepare-deployment",
|
|
10
|
-
"deploy": "npm publish ./bin --access=public",
|
|
11
|
-
"deploy-patch": "npm version patch && npm run deploy",
|
|
12
|
-
"deploy-minor": "npm version minor && npm run deploy",
|
|
13
|
-
"deploy-major": "npm version major && npm run deploy",
|
|
14
|
-
"deploy-beta": "npm version prerelease && npm run deploy -- --tag beta"
|
|
15
|
-
},
|
|
16
|
-
"author": "SPNightsWatch",
|
|
17
|
-
"license": "ISC",
|
|
18
|
-
"types": "bin/index.d.ts",
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"@studyportals/code-style": "^2.2.1",
|
|
21
|
-
"@testdeck/jest": "^0.3.3",
|
|
22
|
-
"@types/chai": "^4.3.4",
|
|
23
|
-
"@types/jest": "^29.4.0",
|
|
24
|
-
"@types/node": "^22.18.0",
|
|
25
|
-
"@types/superagent": "^8.1.9",
|
|
26
|
-
"chai": "^4.3.4",
|
|
27
|
-
"eslint": "^8.33.0",
|
|
28
|
-
"jest": "^29.4.2",
|
|
29
|
-
"jest-mock-extended": "^3.0.1",
|
|
30
|
-
"superagent": "^8.1.2",
|
|
31
|
-
"superagent-mocker": "^0.5.2",
|
|
32
|
-
"ts-jest": "^29.0.5",
|
|
33
|
-
"ts-node": "^10.9.2",
|
|
34
|
-
"typescript": "^5.5.4"
|
|
35
|
-
},
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"@studyportals/mb-platform-date-time": "^1.3.1",
|
|
38
|
-
"@studyportals/mb-platform-http-requests": "^2.8.0",
|
|
39
|
-
"@studyportals/university-scheduler-interface": "^0.7.0",
|
|
40
|
-
"class-transformer": "^0.5.1",
|
|
41
|
-
"class-validator": "^0.14.1",
|
|
42
|
-
"inversify": "^6.0.1",
|
|
43
|
-
"reflect-metadata": "^0.1.13"
|
|
44
|
-
},
|
|
45
|
-
"engines": {
|
|
46
|
-
"node": ">=18 <=22",
|
|
47
|
-
"npm ": "10.x"
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@studyportals/campaign-management-api-interface",
|
|
3
|
+
"version": "16.1.0",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"compile": "rm -fR bin && npx tsc",
|
|
6
|
+
"test-u": "jest -c jest.config.unit.json --maxWorkers=1",
|
|
7
|
+
"test-i": "nyc mocha src tests-i",
|
|
8
|
+
"prepare-deployment": "npm run test-u && npm run compile && cp package.json bin/package.json && rm -fR bin/tests-u",
|
|
9
|
+
"predeploy": "npm run prepare-deployment",
|
|
10
|
+
"deploy": "npm publish ./bin --access=public",
|
|
11
|
+
"deploy-patch": "npm version patch && npm run deploy",
|
|
12
|
+
"deploy-minor": "npm version minor && npm run deploy",
|
|
13
|
+
"deploy-major": "npm version major && npm run deploy",
|
|
14
|
+
"deploy-beta": "npm version prerelease && npm run deploy -- --tag beta"
|
|
15
|
+
},
|
|
16
|
+
"author": "SPNightsWatch",
|
|
17
|
+
"license": "ISC",
|
|
18
|
+
"types": "bin/index.d.ts",
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@studyportals/code-style": "^2.2.1",
|
|
21
|
+
"@testdeck/jest": "^0.3.3",
|
|
22
|
+
"@types/chai": "^4.3.4",
|
|
23
|
+
"@types/jest": "^29.4.0",
|
|
24
|
+
"@types/node": "^22.18.0",
|
|
25
|
+
"@types/superagent": "^8.1.9",
|
|
26
|
+
"chai": "^4.3.4",
|
|
27
|
+
"eslint": "^8.33.0",
|
|
28
|
+
"jest": "^29.4.2",
|
|
29
|
+
"jest-mock-extended": "^3.0.1",
|
|
30
|
+
"superagent": "^8.1.2",
|
|
31
|
+
"superagent-mocker": "^0.5.2",
|
|
32
|
+
"ts-jest": "^29.0.5",
|
|
33
|
+
"ts-node": "^10.9.2",
|
|
34
|
+
"typescript": "^5.5.4"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@studyportals/mb-platform-date-time": "^1.3.1",
|
|
38
|
+
"@studyportals/mb-platform-http-requests": "^2.8.0",
|
|
39
|
+
"@studyportals/university-scheduler-interface": "^0.7.0",
|
|
40
|
+
"class-transformer": "^0.5.1",
|
|
41
|
+
"class-validator": "^0.14.1",
|
|
42
|
+
"inversify": "^6.0.1",
|
|
43
|
+
"reflect-metadata": "^0.1.13"
|
|
44
|
+
},
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": ">=18 <=22",
|
|
47
|
+
"npm ": "10.x"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import "reflect-metadata";
|
|
2
|
+
import { ISuperAgentRequestFactory, SignedRequestSender } from "@studyportals/mb-platform-http-requests";
|
|
3
|
+
import { CreateClientDto, UserDto } from "./domain/users";
|
|
4
|
+
export declare class PrivateUserCampaignManagementAPIClient {
|
|
5
|
+
private readonly superAgentRequestFactory;
|
|
6
|
+
private readonly requestSender;
|
|
7
|
+
private readonly baseUrl;
|
|
8
|
+
constructor(superAgentRequestFactory: ISuperAgentRequestFactory, requestSender: SignedRequestSender, baseUrl: string);
|
|
9
|
+
getUserById(id: number): Promise<UserDto>;
|
|
10
|
+
getUserByEmail(email: string): Promise<UserDto>;
|
|
11
|
+
createClient(user: CreateClientDto): Promise<number>;
|
|
12
|
+
private getRequest;
|
|
13
|
+
private createGetRequest;
|
|
14
|
+
private postRequest;
|
|
15
|
+
private createPostRequest;
|
|
16
|
+
private sendRequest;
|
|
17
|
+
private buildBaseUrl;
|
|
18
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.PrivateUserCampaignManagementAPIClient = void 0;
|
|
13
|
+
require("reflect-metadata");
|
|
14
|
+
const inversify_1 = require("inversify");
|
|
15
|
+
const mb_platform_http_requests_1 = require("@studyportals/mb-platform-http-requests");
|
|
16
|
+
let PrivateUserCampaignManagementAPIClient = class PrivateUserCampaignManagementAPIClient {
|
|
17
|
+
constructor(superAgentRequestFactory, requestSender, baseUrl) {
|
|
18
|
+
this.superAgentRequestFactory = superAgentRequestFactory;
|
|
19
|
+
this.requestSender = requestSender;
|
|
20
|
+
this.baseUrl = baseUrl;
|
|
21
|
+
}
|
|
22
|
+
async getUserById(id) {
|
|
23
|
+
const path = `private/users/get-user-by-id?id=${id}`;
|
|
24
|
+
return await this.getRequest(path);
|
|
25
|
+
}
|
|
26
|
+
async getUserByEmail(email) {
|
|
27
|
+
const path = `private/users/get-user-by-email?email=${encodeURIComponent(email)}`;
|
|
28
|
+
return await this.getRequest(path);
|
|
29
|
+
}
|
|
30
|
+
async createClient(user) {
|
|
31
|
+
const path = 'private/users/create-client';
|
|
32
|
+
const result = await this.postRequest(path, user);
|
|
33
|
+
return Number(result.text);
|
|
34
|
+
}
|
|
35
|
+
async getRequest(relative = "") {
|
|
36
|
+
const request = this.createGetRequest(relative);
|
|
37
|
+
return await this.requestSender.sendAndExtractBody(request);
|
|
38
|
+
}
|
|
39
|
+
createGetRequest(relative = "") {
|
|
40
|
+
const url = this.buildBaseUrl(relative);
|
|
41
|
+
return this.superAgentRequestFactory.get(url);
|
|
42
|
+
}
|
|
43
|
+
async postRequest(relative = "", data) {
|
|
44
|
+
const request = this.createPostRequest(relative);
|
|
45
|
+
return await this.sendRequest(request, data);
|
|
46
|
+
}
|
|
47
|
+
createPostRequest(relative = "") {
|
|
48
|
+
const url = this.buildBaseUrl(relative);
|
|
49
|
+
return this.superAgentRequestFactory.post(url);
|
|
50
|
+
}
|
|
51
|
+
async sendRequest(request, payload) {
|
|
52
|
+
request.send(payload);
|
|
53
|
+
return await this.requestSender.send(request);
|
|
54
|
+
}
|
|
55
|
+
buildBaseUrl(relative) {
|
|
56
|
+
return `${this.baseUrl}/${relative}`;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
exports.PrivateUserCampaignManagementAPIClient = PrivateUserCampaignManagementAPIClient;
|
|
60
|
+
exports.PrivateUserCampaignManagementAPIClient = PrivateUserCampaignManagementAPIClient = __decorate([
|
|
61
|
+
(0, inversify_1.injectable)(),
|
|
62
|
+
__metadata("design:paramtypes", [Object, mb_platform_http_requests_1.SignedRequestSender, String])
|
|
63
|
+
], PrivateUserCampaignManagementAPIClient);
|
|
64
|
+
//# sourceMappingURL=private-user-campaign-management-api.client.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"private-user-campaign-management-api.client.js","sourceRoot":"","sources":["../../src/private-user-campaign-management-api.client.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4BAA0B;AAG1B,yCAAuC;AACvC,uFAAyG;AAIlG,IAAM,sCAAsC,GAA5C,MAAM,sCAAsC;IAElD,YACkB,wBAAmD,EACnD,aAAkC,EAClC,OAAe;QAFf,6BAAwB,GAAxB,wBAAwB,CAA2B;QACnD,kBAAa,GAAb,aAAa,CAAqB;QAClC,YAAO,GAAP,OAAO,CAAQ;IAC7B,CAAC;IAEE,KAAK,CAAC,WAAW,CAAC,EAAU;QAClC,MAAM,IAAI,GAAG,mCAAmC,EAAE,EAAE,CAAC;QACrD,OAAO,MAAM,IAAI,CAAC,UAAU,CAAU,IAAI,CAAC,CAAC;IAC7C,CAAC;IAEM,KAAK,CAAC,cAAc,CAAC,KAAa;QACxC,MAAM,IAAI,GAAG,yCAAyC,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAAC;QAClF,OAAO,MAAM,IAAI,CAAC,UAAU,CAAU,IAAI,CAAC,CAAC;IAC7C,CAAC;IAEM,KAAK,CAAC,YAAY,CAAC,IAAqB;QAC9C,MAAM,IAAI,GAAG,6BAA6B,CAAC;QAC3C,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QAClD,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAGO,KAAK,CAAC,UAAU,CAAI,WAAmB,EAAE;QAChD,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;QAChD,OAAO,MAAM,IAAI,CAAC,aAAa,CAAC,kBAAkB,CAAI,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,gBAAgB,CAAC,WAAmB,EAAE;QAC7C,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC/C,CAAC;IAEO,KAAK,CAAC,WAAW,CAAC,WAAmB,EAAE,EAAE,IAAS;QACzD,MAAM,OAAO,GAAG,IAAI,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;QACjD,OAAO,MAAM,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAC9C,CAAC;IAEO,iBAAiB,CAAC,WAAmB,EAAE;QAC9C,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAChD,CAAC;IAEO,KAAK,CAAC,WAAW,CAAC,OAA0B,EAAE,OAAY;QACjE,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtB,OAAO,MAAM,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC/C,CAAC;IAEO,YAAY,CAAC,QAAgB;QACpC,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,QAAQ,EAAE,CAAC;IACtC,CAAC;CACD,CAAA;AArDY,wFAAsC;iDAAtC,sCAAsC;IADlD,IAAA,sBAAU,GAAE;6CAKqB,+CAAmB;GAJxC,sCAAsC,CAqDlD"}
|