gap-nodejs-sdk 1.0.695 → 1.0.697
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/dist/api/pos_client_api/1.0.0/api/key_storage.d.ts +1 -1
- package/dist/api/pos_client_api/1.0.0/api/key_storage.d.ts.map +1 -1
- package/dist/api/pos_client_api/1.0.0/api/key_storage.js +4 -4
- package/dist/api/pos_client_api/1.0.0/endpoints/key_storage.d.ts +1 -1
- package/dist/api/pos_client_api/1.0.0/endpoints/key_storage.js +1 -1
- package/dist/api/pos_client_api/1.0.0/endpoints/user.js +1 -1
- package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts +1 -1
- package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
- package/dist/gap-sdk.js +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,6 @@ import * as Response from "../types/response";
|
|
|
6
6
|
export default class KeyStorage extends Base implements KeyStorageAbstractClass {
|
|
7
7
|
static API_VERSION: GapApiVersion;
|
|
8
8
|
static getPosKeyStorage(data: Request.GetPosKeyStorageRequest): Promise<Response.GetPosKeyStorageResponse>;
|
|
9
|
-
static
|
|
9
|
+
static getKeyStorageList(data: Request.GetPosKeyStorageAppointmentRequest): Promise<any>;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=key_storage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../src/api/pos_client_api/1.0.0/api/key_storage.ts"],"names":[],"mappings":"AACA,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAChE,OAAO,IAAI,MAAM,uBAAuB,CAAC;AACzC,OAAO,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAG9C,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,IAAK,YAAW,uBAAuB;IAC3E,OAAc,WAAW,gBAAoB;WAEzB,gBAAgB,CAAC,IAAI,EAAE,OAAO,CAAC,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAC;WAUnG,
|
|
1
|
+
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../src/api/pos_client_api/1.0.0/api/key_storage.ts"],"names":[],"mappings":"AACA,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAChE,OAAO,IAAI,MAAM,uBAAuB,CAAC;AACzC,OAAO,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAG9C,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,IAAK,YAAW,uBAAuB;IAC3E,OAAc,WAAW,gBAAoB;WAEzB,gBAAgB,CAAC,IAAI,EAAE,OAAO,CAAC,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAC;WAUnG,iBAAiB,CAAC,IAAI,EAAE,OAAO,CAAC,kCAAkC,GAAG,OAAO,CAAC,GAAG,CAAC;CASxG"}
|
|
@@ -14,12 +14,12 @@ export default class KeyStorage extends Base {
|
|
|
14
14
|
return Model.KeyStorageModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
|
-
static
|
|
17
|
+
static getKeyStorageList(data) {
|
|
18
18
|
var _a;
|
|
19
19
|
return __awaiter(this, void 0, void 0, function* () {
|
|
20
|
-
const response = yield this.client.
|
|
21
|
-
path: key_storage.
|
|
22
|
-
|
|
20
|
+
const response = yield this.client.post({
|
|
21
|
+
path: key_storage.GET_KEY_STORAGE_LIST,
|
|
22
|
+
data: data
|
|
23
23
|
});
|
|
24
24
|
return (_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data;
|
|
25
25
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/key_storage.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,MAAM,kCAAkC,GAAG;IAC7C,
|
|
1
|
+
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/key_storage.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,MAAM,kCAAkC,GAAG;IAC7C,IAAI,EAAE,MAAM,EAAE,CAAC;CAClB,CAAA"}
|