eservices-core 1.0.370 → 1.0.373

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.
@@ -1,15 +1,4 @@
1
- import { ComputedRef, Ref, UnwrapNestedRefs } from "vue";
2
- import { CodeEntity } from "../index";
3
- interface ApplicationManagerState {
4
- legalEntityTypes: CodeEntity[];
5
- identityDocumentTypes: CodeEntity[];
6
- countries: CodeEntity[];
7
- phoneCountryCodes: string[];
8
- documentTypes: {
9
- id: number;
10
- name: string;
11
- }[];
12
- }
1
+ import { ComputedRef, Ref } from "vue";
13
2
  export interface ICustomerContext {
14
3
  id: number;
15
4
  name: string;
@@ -27,7 +16,6 @@ declare const _default: {
27
16
  currentContext: ComputedRef<null | ICustomerContext>;
28
17
  person: Ref<null | ICustomerContext>;
29
18
  organizations: Ref<ICustomerContext[]>;
30
- state: UnwrapNestedRefs<ApplicationManagerState>;
31
19
  /**
32
20
  * true - если информация о пользователе получена.
33
21
  * */
@@ -25,25 +25,6 @@ declare const _default: {
25
25
  currentContext: import("vue").ComputedRef<import("./ApplicationManager").ICustomerContext>;
26
26
  person: import("vue").Ref<import("./ApplicationManager").ICustomerContext>;
27
27
  organizations: import("vue").Ref<import("./ApplicationManager").ICustomerContext[]>;
28
- state: {
29
- legalEntityTypes: {
30
- code: string;
31
- name: string;
32
- }[];
33
- identityDocumentTypes: {
34
- code: string;
35
- name: string;
36
- }[];
37
- countries: {
38
- code: string;
39
- name: string;
40
- }[];
41
- phoneCountryCodes: string[];
42
- documentTypes: {
43
- id: number;
44
- name: string;
45
- }[];
46
- };
47
28
  isReady: import("vue").Ref<boolean>;
48
29
  setCurrentContext(id: number): void;
49
30
  updateFullClientData(): Promise<void>;
package/dist/index.d.ts CHANGED
@@ -175,25 +175,6 @@ declare const _default: {
175
175
  currentContext: import("vue").ComputedRef<import("./classes/ApplicationManager").ICustomerContext>;
176
176
  person: import("vue").Ref<import("./classes/ApplicationManager").ICustomerContext>;
177
177
  organizations: import("vue").Ref<import("./classes/ApplicationManager").ICustomerContext[]>;
178
- state: {
179
- legalEntityTypes: {
180
- code: string;
181
- name: string;
182
- }[];
183
- identityDocumentTypes: {
184
- code: string;
185
- name: string;
186
- }[];
187
- countries: {
188
- code: string;
189
- name: string;
190
- }[];
191
- phoneCountryCodes: string[];
192
- documentTypes: {
193
- id: number;
194
- name: string;
195
- }[];
196
- };
197
178
  isReady: import("vue").Ref<boolean>;
198
179
  setCurrentContext(id: number): void;
199
180
  updateFullClientData(): Promise<void>;