@itcase/types-am 1.1.28 → 1.1.29

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.
@@ -14,7 +14,7 @@ export interface ReportStatParticipant {
14
14
  */
15
15
  company?: string;
16
16
  /**
17
- * ИН��
17
+ * ИНН
18
18
  * @maxLength 255
19
19
  */
20
20
  inn?: string;
@@ -9,7 +9,7 @@
9
9
  import type { BlankEnum } from '../../enums';
10
10
  import type { Status8F7Enum } from '../../enums';
11
11
  export interface SignUpRequest {
12
- /** Можно делать скриншоты */
12
+ /** М��жно делать скриншоты */
13
13
  app_screenshots_enabled?: boolean;
14
14
  /**
15
15
  * Почта
@@ -9,7 +9,7 @@
9
9
  export interface TradeFacility {
10
10
  /**
11
11
  * Показывать
12
- * Если отключёно, элемент не будет отображать��я на сайте
12
+ * Если отключёно, элемент не бу��ет отображаться на сайте
13
13
  */
14
14
  active?: boolean;
15
15
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/types-am",
3
3
  "description": "",
4
- "version": "1.1.28",
4
+ "version": "1.1.29",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "repository": {
@@ -31,5 +31,5 @@
31
31
  "access": "public",
32
32
  "registry": "https://registry.npmjs.org/"
33
33
  },
34
- "gitHead": "669ec0954ac292e339e424568ff1e690d8489f15"
34
+ "gitHead": "a638041e154c208f15dd3b1130fe5812f5ae94ca"
35
35
  }