@hapl/api-queries 0.1.159 → 0.1.161

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.
@@ -16,6 +16,7 @@ declare type ResultData = {
16
16
  declare type ResultError = ErrorData['data']['error'];
17
17
  export declare type FindCallsParams = {
18
18
  filter?: {
19
+ allByNumber?: string;
19
20
  'callTask.serviceRequest.id'?: number | number[];
20
21
  'callTask.type'?: CallTaskType;
21
22
  createdAt?: string | {
@@ -29,8 +29,8 @@ export declare const AddressBTIParamsDictionary: {
29
29
  10: string;
30
30
  11: string;
31
31
  12: string;
32
- 14: string;
33
32
  13: string;
33
+ 14: string;
34
34
  15: string;
35
35
  16: string;
36
36
  17: string;
@@ -253,12 +253,12 @@ export declare const AddressBTIParamsDictionary: {
253
253
  234: string;
254
254
  235: string;
255
255
  236: string;
256
+ 237: string;
256
257
  238: string;
257
258
  239: string;
258
259
  240: string;
259
260
  241: string;
260
261
  242: string;
261
- 237: string;
262
262
  243: string;
263
263
  244: string;
264
264
  245: string;
@@ -391,5 +391,6 @@ export declare const AddressBTIParamsDictionary: {
391
391
  372: string;
392
392
  373: string;
393
393
  374: string;
394
+ 375: string;
394
395
  };
395
396
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.159",
2
+ "version": "0.1.161",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -10,6 +10,7 @@ type ResultError = ErrorData['data']['error'];
10
10
 
11
11
  export type FindCallsParams = {
12
12
  filter?: {
13
+ allByNumber?: string;
13
14
  'callTask.serviceRequest.id'?: number | number[];
14
15
  'callTask.type'?: CallTaskType;
15
16
  createdAt?: string | { from?: string; to?: string };
@@ -30,8 +30,8 @@ export const AddressBTIParamsDictionary = {
30
30
  10: '1-115',
31
31
  11: '111-90',
32
32
  12: '111м',
33
- 14: '111М',
34
33
  13: '111-М',
34
+ 14: '111М',
35
35
  15: '11-49д',
36
36
  16: '11-68',
37
37
  17: '11-68-01',
@@ -254,12 +254,12 @@ export const AddressBTIParamsDictionary = {
254
254
  234: 'КМС-101',
255
255
  235: 'Колос',
256
256
  236: 'Комфотр-класс',
257
+ 237: 'КОПЭ-Башня М',
257
258
  238: 'КОПЭ',
258
259
  239: 'КОПЭ-22',
259
260
  240: 'КОПЭ-80',
260
261
  241: 'КОПЭ-85',
261
262
  242: 'КОПЭ-Башня',
262
- 237: 'КОПЭ-Башня М',
263
263
  243: 'КОПЭ-М',
264
264
  244: 'КОПЭ-М Парус',
265
265
  245: 'КОПЭ-Парус',
@@ -392,5 +392,6 @@ export const AddressBTIParamsDictionary = {
392
392
  372: 'ЭЖРЧС',
393
393
  373: 'ЭП-П-07-24',
394
394
  374: 'ЮВ-2012',
395
+ 375: 'I-433',
395
396
  },
396
397
  };