gap-nodejs-sdk 1.0.84 → 1.0.87
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/gap-sdk.js +1 -1
- package/dist/go_check_in_api/1.0.0/api/index.d.ts +1 -0
- package/dist/go_check_in_api/1.0.0/api/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/api/index.js +1 -0
- package/dist/go_check_in_api/1.0.0/api/sms.d.ts +12 -0
- package/dist/go_check_in_api/1.0.0/api/sms.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/api/sms.js +28 -0
- package/dist/go_check_in_api/1.0.0/endpoints/index.d.ts +1 -0
- package/dist/go_check_in_api/1.0.0/endpoints/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/endpoints/index.js +1 -0
- package/dist/go_check_in_api/1.0.0/endpoints/sms.d.ts +6 -0
- package/dist/go_check_in_api/1.0.0/endpoints/sms.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/endpoints/sms.js +4 -0
- package/dist/go_check_in_api/1.0.0/interfaces/sms.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/interfaces/sms.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/interfaces/sms.js +2 -0
- package/dist/go_check_in_api/1.0.0/models/index.d.ts +1 -0
- package/dist/go_check_in_api/1.0.0/models/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/models/index.js +1 -0
- package/dist/go_check_in_api/1.0.0/models/sms.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/models/sms.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/models/sms.js +31 -0
- package/dist/go_check_in_api/1.0.0/types/request/index.d.ts +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/types/request/index.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/sms.d.ts +9 -0
- package/dist/go_check_in_api/1.0.0/types/request/sms.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/sms.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/index.d.ts +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/types/response/index.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/sms.d.ts +27 -0
- package/dist/go_check_in_api/1.0.0/types/response/sms.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/sms.js +1 -0
- package/dist/pos_client_api/1.0.0/types/request/combo.d.ts +1 -1
- package/dist/pos_client_api/1.0.0/types/request/combo.d.ts.map +1 -1
- package/dist/settings_api/1.0.0/types/request/key_storage.d.ts +1 -1
- package/dist/settings_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2,4 +2,5 @@ export { default as Settings } from "./settings";
|
|
|
2
2
|
export { default as Ticket } from "./ticket";
|
|
3
3
|
export { default as Service } from "./service";
|
|
4
4
|
export { default as Category } from "./category";
|
|
5
|
+
export { default as SMS } from "./sms";
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,GAAG,EAAC,MAAM,OAAO,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import SmsAbstractClass from "../interfaces/sms";
|
|
2
|
+
import Base from "../../../base/Base";
|
|
3
|
+
import { GapApiVersion } from "../../../base_type";
|
|
4
|
+
import * as Request from "../types/request";
|
|
5
|
+
import * as Response from "../types/response";
|
|
6
|
+
import { DataWithMetaResponse } from "../../../types";
|
|
7
|
+
export default class SMS extends Base implements SmsAbstractClass {
|
|
8
|
+
static API_VERSION: GapApiVersion;
|
|
9
|
+
static getSMSRemain(data: Request.GetSMSRemainRequest): Promise<Response.GetSMSRemainResponse>;
|
|
10
|
+
static getSMSHistory(data: Request.GetSMSHistoryRequest): Promise<DataWithMetaResponse<Response.GetSMSHistoryResponse>>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=sms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/sms.ts"],"names":[],"mappings":"AACA,OAAO,gBAAgB,MAAM,mBAAmB,CAAC;AACjD,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAC,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;AAGpD,MAAM,CAAC,OAAO,OAAO,GAAI,SAAQ,IAAK,YAAW,gBAAgB;IAC7D,OAAc,WAAW,gBAAoB;WAEzB,YAAY,CAAC,IAAI,EAAE,OAAO,CAAC,mBAAmB,GAAG,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAC;WAUvF,aAAa,CAAC,IAAI,EAAE,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,oBAAoB,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC;CASvI"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { __awaiter } from "tslib";
|
|
2
|
+
import { sms } from "../endpoints";
|
|
3
|
+
import Base from "../../../base/Base";
|
|
4
|
+
import { GapApiVersion } from "../../../base_type";
|
|
5
|
+
import * as Model from "../models";
|
|
6
|
+
import { DataWithMetaModel } from "../../../models";
|
|
7
|
+
export default class SMS extends Base {
|
|
8
|
+
static getSMSRemain(data) {
|
|
9
|
+
var _a;
|
|
10
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
11
|
+
const response = yield this.client.get({
|
|
12
|
+
path: sms.GET_SMS_REMAIN,
|
|
13
|
+
query: data
|
|
14
|
+
});
|
|
15
|
+
return Model.SMSRemainModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
static getSMSHistory(data) {
|
|
19
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
20
|
+
const response = yield this.client.get({
|
|
21
|
+
path: sms.GET_SMS_HISTORY,
|
|
22
|
+
query: data
|
|
23
|
+
});
|
|
24
|
+
return DataWithMetaModel(response, Model.SMSRemainModel);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
SMS.API_VERSION = GapApiVersion.V1;
|
|
@@ -2,4 +2,5 @@ export { default as settings } from "./settings";
|
|
|
2
2
|
export { default as ticket } from "./ticket";
|
|
3
3
|
export { default as service } from "./service";
|
|
4
4
|
export { default as category } from "./category";
|
|
5
|
+
export { default as sms } from "./sms";
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,GAAG,EAAC,MAAM,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/sms.ts"],"names":[],"mappings":";;;;AAAA,wBAGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/interfaces/sms.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,GAAG;CAChC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/sms.ts"],"names":[],"mappings":"AAEA,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAkB7C;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAS9C"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export function SMSRemainModel(data) {
|
|
2
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
|
3
|
+
return {
|
|
4
|
+
remain_balance: {
|
|
5
|
+
price: (_b = (_a = data === null || data === void 0 ? void 0 : data.remain_balance) === null || _a === void 0 ? void 0 : _a.price) !== null && _b !== void 0 ? _b : null,
|
|
6
|
+
sms: (_d = (_c = data === null || data === void 0 ? void 0 : data.remain_balance) === null || _c === void 0 ? void 0 : _c.sms) !== null && _d !== void 0 ? _d : null,
|
|
7
|
+
},
|
|
8
|
+
sms_count: {
|
|
9
|
+
send: {
|
|
10
|
+
price: (_g = (_f = (_e = data === null || data === void 0 ? void 0 : data.sms_count) === null || _e === void 0 ? void 0 : _e.send) === null || _f === void 0 ? void 0 : _f.price) !== null && _g !== void 0 ? _g : null,
|
|
11
|
+
sms: (_k = (_j = (_h = data === null || data === void 0 ? void 0 : data.sms_count) === null || _h === void 0 ? void 0 : _h.send) === null || _j === void 0 ? void 0 : _j.sms) !== null && _k !== void 0 ? _k : null,
|
|
12
|
+
},
|
|
13
|
+
received: {
|
|
14
|
+
price: (_o = (_m = (_l = data === null || data === void 0 ? void 0 : data.sms_count) === null || _l === void 0 ? void 0 : _l.received) === null || _m === void 0 ? void 0 : _m.price) !== null && _o !== void 0 ? _o : null,
|
|
15
|
+
sms: (_r = (_q = (_p = data === null || data === void 0 ? void 0 : data.sms_count) === null || _p === void 0 ? void 0 : _p.received) === null || _q === void 0 ? void 0 : _q.sms) !== null && _r !== void 0 ? _r : null,
|
|
16
|
+
},
|
|
17
|
+
total: (_s = data === null || data === void 0 ? void 0 : data.total) !== null && _s !== void 0 ? _s : null,
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export function SMSHistoryModel(data) {
|
|
22
|
+
var _a, _b, _c, _d, _e, _f;
|
|
23
|
+
return {
|
|
24
|
+
id: (_a = data === null || data === void 0 ? void 0 : data.id) !== null && _a !== void 0 ? _a : null,
|
|
25
|
+
package_price: (_b = data === null || data === void 0 ? void 0 : data.package_price) !== null && _b !== void 0 ? _b : null,
|
|
26
|
+
package_sms: (_c = data === null || data === void 0 ? void 0 : data.package_sms) !== null && _c !== void 0 ? _c : null,
|
|
27
|
+
package_code: (_d = data === null || data === void 0 ? void 0 : data.package_code) !== null && _d !== void 0 ? _d : null,
|
|
28
|
+
created_at: (_e = data === null || data === void 0 ? void 0 : data.created_at) !== null && _e !== void 0 ? _e : null,
|
|
29
|
+
updated_at: (_f = data === null || data === void 0 ? void 0 : data.updated_at) !== null && _f !== void 0 ? _f : null,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/go_check_in_api/1.0.0/types/request/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/go_check_in_api/1.0.0/types/request/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../../src/go_check_in_api/1.0.0/types/request/sms.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;CACd,CAAA;AAED,oBAAY,oBAAoB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/go_check_in_api/1.0.0/types/response/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/go_check_in_api/1.0.0/types/response/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Nullable } from "../../../../base_type";
|
|
2
|
+
export declare type GetSMSRemainResponse = Nullable<{
|
|
3
|
+
remain_balance: {
|
|
4
|
+
price: number;
|
|
5
|
+
sms: number;
|
|
6
|
+
};
|
|
7
|
+
sms_count: {
|
|
8
|
+
send: {
|
|
9
|
+
price: number;
|
|
10
|
+
sms: number;
|
|
11
|
+
};
|
|
12
|
+
received: {
|
|
13
|
+
price: number;
|
|
14
|
+
sms: number;
|
|
15
|
+
};
|
|
16
|
+
total: number;
|
|
17
|
+
};
|
|
18
|
+
}>;
|
|
19
|
+
export declare type GetSMSHistoryResponse = Nullable<{
|
|
20
|
+
id: number;
|
|
21
|
+
package_price: number;
|
|
22
|
+
package_sms: number;
|
|
23
|
+
package_code: string;
|
|
24
|
+
created_at: string;
|
|
25
|
+
updated_at: string;
|
|
26
|
+
}[]>;
|
|
27
|
+
//# sourceMappingURL=sms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../../src/go_check_in_api/1.0.0/types/response/sms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,uBAAuB,CAAC;AAE/C,oBAAY,oBAAoB,GAAG,QAAQ,CAAC;IACxC,cAAc,EAAE;QACZ,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,MAAM,CAAA;KACd,CAAA;IACD,SAAS,EAAE;QACP,IAAI,EAAE;YACF,KAAK,EAAE,MAAM,CAAA;YACb,GAAG,EAAE,MAAM,CAAA;SACd,CAAA;QACD,QAAQ,EAAE;YACN,KAAK,EAAE,MAAM,CAAA;YACb,GAAG,EAAE,MAAM,CAAA;SACd,CAAA;QACD,KAAK,EAAE,MAAM,CAAA;KAChB,CAAA;CACJ,CAAC,CAAA;AAEF,oBAAY,qBAAqB,GAAG,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,EAAE,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combo.d.ts","sourceRoot":"","sources":["../../../../../src/pos_client_api/1.0.0/types/request/combo.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;CACd,CAAA;AAED,oBAAY,uBAAuB,GAAG;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAA;AAED,oBAAY,gBAAgB,GAAG;IAC3B,
|
|
1
|
+
{"version":3,"file":"combo.d.ts","sourceRoot":"","sources":["../../../../../src/pos_client_api/1.0.0/types/request/combo.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;CACd,CAAA;AAED,oBAAY,uBAAuB,GAAG;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAA;AAED,oBAAY,gBAAgB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA;AAED,oBAAY,kBAAkB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE;QACT,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,OAAO,EAAE,MAAM,CAAA;QACf,SAAS,EAAE,MAAM,CAAA;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,SAAS,EAAE,GAAG,EAAE,CAAA;QAChB,MAAM,EAAE,MAAM,CAAA;KACjB,EAAE,CAAC;IACJ,YAAY,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,oBAAY,kBAAkB,GAAG,kBAAkB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAA;AAEpE,oBAAY,kBAAkB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../src/settings_api/1.0.0/types/request/key_storage.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../src/settings_api/1.0.0/types/request/key_storage.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED,oBAAY,wBAAwB,GAAG,EAAE,CAAA;AAEzC,oBAAY,oBAAoB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,oBAAY,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,oBAAY,2BAA2B,GAAG;IACtC,IAAI,EAAE,oBAAoB,EAAE,CAAA;CAC/B,CAAA;AAED,oBAAY,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAA;CACd,CAAA"}
|