@escapenavigator/services 1.10.152 → 1.10.153
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.
|
@@ -2,6 +2,12 @@ import { CashboxLightRO } from '@escapenavigator/types/dist/cashbox/cashbox-ligh
|
|
|
2
2
|
import { ApiMethodDeclaration } from '..';
|
|
3
3
|
type ParamsData = {
|
|
4
4
|
etag?: string | null;
|
|
5
|
+
/**
|
|
6
|
+
* Cache-busting-метка для force-запросов. Делает URL уникальным, чтобы
|
|
7
|
+
* браузер не отдал ответ из своего HTTP-кеша по `ETag` (серверный ETag
|
|
8
|
+
* не учитывает `total`, который меняется на каждой транзакции).
|
|
9
|
+
*/
|
|
10
|
+
_ts?: number;
|
|
5
11
|
};
|
|
6
12
|
type ResponseData = CashboxLightRO[];
|
|
7
13
|
export declare const query: ApiMethodDeclaration<ParamsData, ResponseData>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@escapenavigator/services",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.153",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "rm -rf dist && tsc --project tsconfig.json"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "8903497c36ccfbfaea79ea7852b9d2c6e2b5a758",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@escapenavigator/types": "^1.10.
|
|
18
|
-
"@escapenavigator/utils": "^1.10.
|
|
17
|
+
"@escapenavigator/types": "^1.10.144",
|
|
18
|
+
"@escapenavigator/utils": "^1.10.148",
|
|
19
19
|
"axios": "^0.21.4",
|
|
20
20
|
"class-transformer": "^0.5.1",
|
|
21
21
|
"class-validator": "^0.13.2",
|