@onivoro/server-process 24.17.0 → 24.20.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onivoro/server-process",
3
- "version": "24.17.0",
3
+ "version": "24.20.0",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -17,4 +17,4 @@
17
17
  "**/*.js.map",
18
18
  "README.md"
19
19
  ]
20
- }
20
+ }
package/src/index.d.ts ADDED
@@ -0,0 +1,10 @@
1
+ export { Docker } from './lib/docker';
2
+ export { execPromise } from './lib/exec-promise';
3
+ export { execRxAsJson } from './lib/exec-rx-as-json';
4
+ export { execRxAsLines } from './lib/exec-rx-as-lines';
5
+ export { execRx } from './lib/exec-rx';
6
+ export { exit } from './lib/exit';
7
+ export { listen } from './lib/listen';
8
+ export { PSql } from './lib/psql';
9
+ export { spawnPromise } from './lib/spawn-promise';
10
+ //# sourceMappingURL=index.d.ts.map
package/src/index.js ADDED
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.spawnPromise = exports.PSql = exports.listen = exports.exit = exports.execRx = exports.execRxAsLines = exports.execRxAsJson = exports.execPromise = exports.Docker = void 0;
4
+ var docker_1 = require("./lib/docker");
5
+ Object.defineProperty(exports, "Docker", { enumerable: true, get: function () { return docker_1.Docker; } });
6
+ var exec_promise_1 = require("./lib/exec-promise");
7
+ Object.defineProperty(exports, "execPromise", { enumerable: true, get: function () { return exec_promise_1.execPromise; } });
8
+ var exec_rx_as_json_1 = require("./lib/exec-rx-as-json");
9
+ Object.defineProperty(exports, "execRxAsJson", { enumerable: true, get: function () { return exec_rx_as_json_1.execRxAsJson; } });
10
+ var exec_rx_as_lines_1 = require("./lib/exec-rx-as-lines");
11
+ Object.defineProperty(exports, "execRxAsLines", { enumerable: true, get: function () { return exec_rx_as_lines_1.execRxAsLines; } });
12
+ var exec_rx_1 = require("./lib/exec-rx");
13
+ Object.defineProperty(exports, "execRx", { enumerable: true, get: function () { return exec_rx_1.execRx; } });
14
+ var exit_1 = require("./lib/exit");
15
+ Object.defineProperty(exports, "exit", { enumerable: true, get: function () { return exit_1.exit; } });
16
+ var listen_1 = require("./lib/listen");
17
+ Object.defineProperty(exports, "listen", { enumerable: true, get: function () { return listen_1.listen; } });
18
+ var psql_1 = require("./lib/psql");
19
+ Object.defineProperty(exports, "PSql", { enumerable: true, get: function () { return psql_1.PSql; } });
20
+ var spawn_promise_1 = require("./lib/spawn-promise");
21
+ Object.defineProperty(exports, "spawnPromise", { enumerable: true, get: function () { return spawn_promise_1.spawnPromise; } });
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/server/process/src/index.ts"],"names":[],"mappings":";;;AAAA,uCAAsC;AAA7B,gGAAA,MAAM,OAAA;AACf,mDAAiD;AAAxC,2GAAA,WAAW,OAAA;AACpB,yDAAqD;AAA5C,+GAAA,YAAY,OAAA;AACrB,2DAAuD;AAA9C,iHAAA,aAAa,OAAA;AACtB,yCAAuC;AAA9B,iGAAA,MAAM,OAAA;AACf,mCAAkC;AAAzB,4FAAA,IAAI,OAAA;AACb,uCAAsC;AAA7B,gGAAA,MAAM,OAAA;AACf,mCAAkC;AAAzB,4FAAA,IAAI,OAAA;AACb,qDAAmD;AAA1C,6GAAA,YAAY,OAAA"}
@@ -0,0 +1,9 @@
1
+ import { ExecOptions } from "child_process";
2
+ import { EncodingOption } from "fs";
3
+ export declare class Docker {
4
+ readonly containerName: string;
5
+ readonly binaryName: string;
6
+ constructor(containerName: string, binaryName: string);
7
+ execRx(cmd: string, options?: EncodingOption & ExecOptions, emitStdErr?: boolean): import("rxjs").Observable<any>;
8
+ }
9
+ //# sourceMappingURL=docker.d.ts.map
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Docker = void 0;
4
+ const exec_rx_1 = require("./exec-rx");
5
+ class Docker {
6
+ containerName;
7
+ binaryName;
8
+ constructor(containerName, binaryName) {
9
+ this.containerName = containerName;
10
+ this.binaryName = binaryName;
11
+ }
12
+ execRx(cmd, options, emitStdErr = true) {
13
+ return (0, exec_rx_1.execRx)(`docker exec ${this.containerName} ${this.binaryName} ${cmd}`, options, emitStdErr);
14
+ }
15
+ }
16
+ exports.Docker = Docker;
17
+ //# sourceMappingURL=docker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"docker.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/docker.ts"],"names":[],"mappings":";;;AAEA,uCAAmC;AAEnC,MAAa,MAAM;IAEC;IACA;IAFlB,YACkB,aAAqB,EACrB,UAAkB;QADlB,kBAAa,GAAb,aAAa,CAAQ;QACrB,eAAU,GAAV,UAAU,CAAQ;IAChC,CAAC;IAEL,MAAM,CAAC,GAAW,EAAE,OAAsC,EAAE,UAAU,GAAC,IAAI;QACzE,OAAO,IAAA,gBAAM,EAAC,eAAe,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,UAAU,IAAI,GAAG,EAAE,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC;IACpG,CAAC;CACF;AATD,wBASC"}
@@ -0,0 +1,4 @@
1
+ import { ExecOptions } from "child_process";
2
+ import { EncodingOption } from "fs";
3
+ export declare function execPromise(cmd: string, options?: EncodingOption & ExecOptions): Promise<any>;
4
+ //# sourceMappingURL=exec-promise.d.ts.map
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.execPromise = execPromise;
4
+ const child_process_1 = require("child_process");
5
+ function execPromise(cmd, options) {
6
+ return new Promise((resolve, reject) => {
7
+ (0, child_process_1.exec)(cmd, options, (err, stdout) => {
8
+ if (err) {
9
+ reject(err);
10
+ }
11
+ else {
12
+ resolve(stdout.toString());
13
+ }
14
+ });
15
+ });
16
+ }
17
+ //# sourceMappingURL=exec-promise.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exec-promise.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/exec-promise.ts"],"names":[],"mappings":";;AAGA,kCAUC;AAbD,iDAAkD;AAGlD,SAAgB,WAAW,CAAC,GAAW,EAAE,OAAsC;IAC3E,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACnC,IAAA,oBAAI,EAAC,GAAG,EAAE,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE;YAC/B,IAAI,GAAG,EAAE,CAAC;gBACN,MAAM,CAAC,GAAG,CAAC,CAAC;YAChB,CAAC;iBAAM,CAAC;gBACJ,OAAO,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;YAC/B,CAAC;QACL,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ExecOptions } from 'child_process';
2
+ export declare const execRxAsJson: (cmd: string, options?: ExecOptions, emitStdErr?: boolean) => import("rxjs").Observable<any>;
3
+ //# sourceMappingURL=exec-rx-as-json.d.ts.map
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.execRxAsJson = void 0;
4
+ const operators_1 = require("rxjs/operators");
5
+ const exec_rx_1 = require("./exec-rx");
6
+ const execRxAsJson = (cmd, options, emitStdErr = true) => {
7
+ return (0, exec_rx_1.execRx)(cmd, options, emitStdErr).pipe((0, operators_1.map)((s) => JSON.parse(s)));
8
+ };
9
+ exports.execRxAsJson = execRxAsJson;
10
+ //# sourceMappingURL=exec-rx-as-json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exec-rx-as-json.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/exec-rx-as-json.ts"],"names":[],"mappings":";;;AACA,8CAAqC;AACrC,uCAAmC;AAE5B,MAAM,YAAY,GAAG,CAAC,GAAW,EAAE,OAAqB,EAAE,UAAU,GAAG,IAAI,EAAE,EAAE;IACpF,OAAO,IAAA,gBAAM,EAAC,GAAG,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,IAAI,CAC1C,IAAA,eAAG,EAAC,CAAC,CAAS,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAClC,CAAA;AACH,CAAC,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
@@ -0,0 +1,3 @@
1
+ import { ExecOptions } from 'child_process';
2
+ export declare const execRxAsLines: (cmd: string, options?: ExecOptions, emitStdErr?: boolean) => import("rxjs").Observable<string>;
3
+ //# sourceMappingURL=exec-rx-as-lines.d.ts.map
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.execRxAsLines = void 0;
4
+ const rxjs_1 = require("rxjs");
5
+ const operators_1 = require("rxjs/operators");
6
+ const exec_rx_1 = require("./exec-rx");
7
+ const execRxAsLines = (cmd, options, emitStdErr = true) => {
8
+ return (0, exec_rx_1.execRx)(cmd, options, emitStdErr).pipe((0, operators_1.concatMap)((s) => (0, rxjs_1.from)(s.split('\n'))));
9
+ };
10
+ exports.execRxAsLines = execRxAsLines;
11
+ //# sourceMappingURL=exec-rx-as-lines.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exec-rx-as-lines.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/exec-rx-as-lines.ts"],"names":[],"mappings":";;;AACA,+BAA4B;AAC5B,8CAA2C;AAC3C,uCAAmC;AAE5B,MAAM,aAAa,GAAG,CAAC,GAAW,EAAE,OAAqB,EAAE,UAAU,GAAG,IAAI,EAAE,EAAE;IACrF,OAAO,IAAA,gBAAM,EAAC,GAAG,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,IAAI,CAC1C,IAAA,qBAAS,EAAC,CAAC,CAAS,EAAE,EAAE,CAAC,IAAA,WAAI,EAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAC9C,CAAA;AACH,CAAC,CAAC;AAJW,QAAA,aAAa,iBAIxB"}
@@ -0,0 +1,5 @@
1
+ import { ExecOptions } from "child_process";
2
+ import { EncodingOption } from "fs";
3
+ import { Observable } from "rxjs";
4
+ export declare function execRx(cmd: string, options?: EncodingOption & ExecOptions, emitStdErr?: boolean): Observable<any>;
5
+ //# sourceMappingURL=exec-rx.d.ts.map
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.execRx = execRx;
4
+ const child_process_1 = require("child_process");
5
+ const rxjs_1 = require("rxjs");
6
+ function execRx(cmd, options, emitStdErr = true) {
7
+ return new rxjs_1.Observable((observer) => {
8
+ (0, child_process_1.exec)(cmd, options, (err, stdout, stderr) => {
9
+ if (err) {
10
+ observer.error(err);
11
+ }
12
+ else {
13
+ observer.next(`${stdout}${emitStdErr && ` ${stderr}`}`);
14
+ observer.complete();
15
+ }
16
+ });
17
+ });
18
+ }
19
+ //# sourceMappingURL=exec-rx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exec-rx.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/exec-rx.ts"],"names":[],"mappings":";;AAIA,wBAWC;AAfD,iDAAkD;AAElD,+BAAkC;AAElC,SAAgB,MAAM,CAAC,GAAW,EAAE,OAAsC,EAAE,UAAU,GAAC,IAAI;IACvF,OAAO,IAAI,iBAAU,CAAC,CAAC,QAAQ,EAAE,EAAE;QAC/B,IAAA,oBAAI,EAAC,GAAG,EAAE,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;YACvC,IAAI,GAAG,EAAE,CAAC;gBACN,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YACxB,CAAC;iBAAM,CAAC;gBACJ,QAAQ,CAAC,IAAI,CAAC,GAAG,MAAM,GAAG,UAAU,IAAI,IAAI,MAAM,EAAE,EAAE,CAAC,CAAC;gBACxD,QAAQ,CAAC,QAAQ,EAAE,CAAC;YACxB,CAAC;QACL,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const exit: (code: number) => () => never;
2
+ //# sourceMappingURL=exit.d.ts.map
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.exit = void 0;
4
+ const exit = (code) => process.exit.bind(process, code);
5
+ exports.exit = exit;
6
+ //# sourceMappingURL=exit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exit.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/exit.ts"],"names":[],"mappings":";;;AAAO,MAAM,IAAI,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAA1D,QAAA,IAAI,QAAsD"}
@@ -0,0 +1,6 @@
1
+ import { Subject } from 'rxjs';
2
+ export declare const listen: () => {
3
+ stdout: Subject<unknown>;
4
+ stdin: Subject<unknown>;
5
+ };
6
+ //# sourceMappingURL=listen.d.ts.map
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.listen = void 0;
4
+ const rxjs_1 = require("rxjs");
5
+ const stdin = new rxjs_1.Subject();
6
+ const stdout = new rxjs_1.Subject();
7
+ const listen = () => {
8
+ process.stdin.on('data', d => stdin.next(d));
9
+ process.stdin.on('close', () => stdin.complete());
10
+ return { stdout, stdin };
11
+ };
12
+ exports.listen = listen;
13
+ //# sourceMappingURL=listen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listen.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/listen.ts"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,MAAM,KAAK,GAAG,IAAI,cAAO,EAAE,CAAC;AAC5B,MAAM,MAAM,GAAG,IAAI,cAAO,EAAE,CAAC;AAEtB,MAAM,MAAM,GAAG,GAAG,EAAE;IAEvB,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;IAElD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;AAC7B,CAAC,CAAA;AANY,QAAA,MAAM,UAMlB"}
@@ -0,0 +1,6 @@
1
+ export declare class PSql {
2
+ readonly containerName: string;
3
+ constructor(containerName?: string);
4
+ execRx(cmd: string, db: string, username: string): import("rxjs").Observable<any>;
5
+ }
6
+ //# sourceMappingURL=psql.d.ts.map
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PSql = void 0;
4
+ const docker_1 = require("./docker");
5
+ const exec_rx_1 = require("./exec-rx");
6
+ const binaryName = 'psql';
7
+ class PSql {
8
+ containerName;
9
+ constructor(containerName = '') {
10
+ this.containerName = containerName;
11
+ }
12
+ execRx(cmd, db, username) {
13
+ const dbOptions = db ? ['-d', db] : [];
14
+ const commonArgs = ['-qtAX', '-U', username, ...dbOptions, '-c'].join(' ') + cmd;
15
+ return this.containerName
16
+ ? (new docker_1.Docker(this.containerName, binaryName)).execRx(commonArgs)
17
+ : (0, exec_rx_1.execRx)([binaryName, commonArgs].join(' '));
18
+ }
19
+ }
20
+ exports.PSql = PSql;
21
+ //# sourceMappingURL=psql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"psql.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/psql.ts"],"names":[],"mappings":";;;AAAA,qCAAkC;AAClC,uCAAmC;AAEnC,MAAM,UAAU,GAAG,MAAM,CAAC;AAE1B,MAAa,IAAI;IACa;IAA5B,YAA4B,gBAAwB,EAAE;QAA1B,kBAAa,GAAb,aAAa,CAAa;IAAI,CAAC;IAE3D,MAAM,CAAC,GAAW,EAAE,EAAU,EAAE,QAAgB;QAC9C,MAAM,SAAS,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;QACvC,MAAM,UAAU,GAAG,CAAC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,SAAS,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;QACjF,OAAO,IAAI,CAAC,aAAa;YACvB,CAAC,CAAC,CAAC,IAAI,eAAM,CAAC,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC;YACjE,CAAC,CAAC,IAAA,gBAAM,EAAC,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;IACjD,CAAC;CACF;AAVD,oBAUC"}
@@ -0,0 +1,2 @@
1
+ export declare function spawnPromise(program: string, args?: string[], options?: any): Promise<unknown>;
2
+ //# sourceMappingURL=spawn-promise.d.ts.map
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.spawnPromise = spawnPromise;
4
+ const child_process_1 = require("child_process");
5
+ const data = 'data';
6
+ function spawnPromise(program, args, options) {
7
+ return new Promise((res, rej) => {
8
+ let stdout = [];
9
+ let stderr = [];
10
+ const proc = (0, child_process_1.spawn)(program, args, options);
11
+ proc.stdout.on(data, (data) => {
12
+ stdout.push(`${data}`);
13
+ });
14
+ proc.stderr.on(data, (data) => {
15
+ stderr.push(`${data}`);
16
+ });
17
+ proc.on('close', (code) => {
18
+ if (code) {
19
+ rej(stderr.join(' '));
20
+ }
21
+ else {
22
+ res(stdout.join(' '));
23
+ }
24
+ stdout = undefined;
25
+ stderr = undefined;
26
+ });
27
+ });
28
+ }
29
+ //# sourceMappingURL=spawn-promise.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spawn-promise.js","sourceRoot":"","sources":["../../../../../../libs/server/process/src/lib/spawn-promise.ts"],"names":[],"mappings":";;AAIA,oCA0BC;AA9BD,iDAAsC;AAEtC,MAAM,IAAI,GAAG,MAAM,CAAC;AAEpB,SAAgB,YAAY,CAAC,OAAe,EAAE,IAAe,EAAE,OAAa;IACxE,OAAO,IAAI,OAAO,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QAC5B,IAAI,MAAM,GAAa,EAAE,CAAC;QAC1B,IAAI,MAAM,GAAa,EAAE,CAAC;QAE1B,MAAM,IAAI,GAAG,IAAA,qBAAK,EAAC,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAE3C,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,IAAI,EAAE,EAAE;YAC1B,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;QAC3B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,IAAI,EAAE,EAAE;YAC1B,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;QAC3B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE;YACtB,IAAI,IAAI,EAAE,CAAC;gBACP,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;YAC1B,CAAC;iBAAM,CAAC;gBACJ,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;YAC1B,CAAC;YAED,MAAM,GAAG,SAAgB,CAAC;YAC1B,MAAM,GAAG,SAAgB,CAAC;QAC9B,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC"}