@trunkrs/common 1.4.9 → 1.4.10
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
|
@@ -6,12 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const MachineClient_1 = __importDefault(require("./MachineClient"));
|
|
7
7
|
class CoreServicesMachineClient extends MachineClient_1.default {
|
|
8
8
|
async runQuery(service, query, params) {
|
|
9
|
-
const { result } = await this.
|
|
10
|
-
|
|
11
|
-
params
|
|
12
|
-
query,
|
|
13
|
-
params,
|
|
14
|
-
},
|
|
9
|
+
const { result } = await this.put(`/${service}/private/query`, {
|
|
10
|
+
query,
|
|
11
|
+
params,
|
|
15
12
|
});
|
|
16
13
|
return result;
|
|
17
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoreServicesMachineClient.js","sourceRoot":"","sources":["../../../services/client/CoreServicesMachineClient.ts"],"names":[],"mappings":";;;;;AACA,oEAA2C;
|
|
1
|
+
{"version":3,"file":"CoreServicesMachineClient.js","sourceRoot":"","sources":["../../../services/client/CoreServicesMachineClient.ts"],"names":[],"mappings":";;;;;AACA,oEAA2C;AAW3C,MAAM,yBAA0B,SAAQ,uBAAa;IAS5C,KAAK,CAAC,QAAQ,CACnB,OAAyB,EACzB,KAAa,EACb,MAA+B;QAE/B,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,GAAG,CAG/B,IAAI,OAAO,gBAAgB,EAAE;YAC7B,KAAK;YACL,MAAM;SACP,CAAC,CAAA;QAEF,OAAO,MAAM,CAAA;IACf,CAAC;CACF;AAED,kBAAe,yBAAyB,CAAA"}
|