@webitel/api-services 0.1.63 → 0.1.65

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,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -19,6 +19,16 @@ export declare const messages: {
19
19
  };
20
20
  };
21
21
  };
22
+ sqlstore: {
23
+ onlineSkillsStore: {
24
+ create: {
25
+ alreadyExists: string;
26
+ };
27
+ update: {
28
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
29
+ };
30
+ };
31
+ };
22
32
  };
23
33
  };
24
34
  uk: {
@@ -32,6 +42,16 @@ export declare const messages: {
32
42
  };
33
43
  };
34
44
  };
45
+ sqlstore: {
46
+ onlineSkillsStore: {
47
+ create: {
48
+ alreadyExists: string;
49
+ };
50
+ update: {
51
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
52
+ };
53
+ };
54
+ };
35
55
  };
36
56
  };
37
57
  ru: {
@@ -45,6 +65,16 @@ export declare const messages: {
45
65
  };
46
66
  };
47
67
  };
68
+ sqlstore: {
69
+ onlineSkillsStore: {
70
+ create: {
71
+ alreadyExists: string;
72
+ };
73
+ update: {
74
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
75
+ };
76
+ };
77
+ };
48
78
  };
49
79
  };
50
80
  es: {
@@ -58,6 +88,16 @@ export declare const messages: {
58
88
  };
59
89
  };
60
90
  };
91
+ sqlstore: {
92
+ onlineSkillsStore: {
93
+ create: {
94
+ alreadyExists: string;
95
+ };
96
+ update: {
97
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
98
+ };
99
+ };
100
+ };
61
101
  };
62
102
  };
63
103
  pl: {
@@ -71,6 +111,16 @@ export declare const messages: {
71
111
  };
72
112
  };
73
113
  };
114
+ sqlstore: {
115
+ onlineSkillsStore: {
116
+ create: {
117
+ alreadyExists: string;
118
+ };
119
+ update: {
120
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
121
+ };
122
+ };
123
+ };
74
124
  };
75
125
  };
76
126
  ro: {
@@ -84,6 +134,16 @@ export declare const messages: {
84
134
  };
85
135
  };
86
136
  };
137
+ sqlstore: {
138
+ onlineSkillsStore: {
139
+ create: {
140
+ alreadyExists: string;
141
+ };
142
+ update: {
143
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
144
+ };
145
+ };
146
+ };
87
147
  };
88
148
  };
89
149
  kz: {
@@ -97,6 +157,16 @@ export declare const messages: {
97
157
  };
98
158
  };
99
159
  };
160
+ sqlstore: {
161
+ onlineSkillsStore: {
162
+ create: {
163
+ alreadyExists: string;
164
+ };
165
+ update: {
166
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
167
+ };
168
+ };
169
+ };
100
170
  };
101
171
  };
102
172
  uz: {
@@ -110,6 +180,16 @@ export declare const messages: {
110
180
  };
111
181
  };
112
182
  };
183
+ sqlstore: {
184
+ onlineSkillsStore: {
185
+ create: {
186
+ alreadyExists: string;
187
+ };
188
+ update: {
189
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
190
+ };
191
+ };
192
+ };
113
193
  };
114
194
  };
115
195
  vi: {
@@ -123,6 +203,16 @@ export declare const messages: {
123
203
  };
124
204
  };
125
205
  };
206
+ sqlstore: {
207
+ onlineSkillsStore: {
208
+ create: {
209
+ alreadyExists: string;
210
+ };
211
+ update: {
212
+ alreadyExists: ({ linked }: import("vue-i18n").MessageContext) => string;
213
+ };
214
+ };
215
+ };
126
216
  };
127
217
  };
128
218
  };
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { MessageContext } from 'vue-i18n';
1
2
  declare const _default: {
2
3
  backendErrors: {
3
4
  app: {
@@ -9,6 +10,16 @@ declare const _default: {
9
10
  };
10
11
  };
11
12
  };
13
+ sqlstore: {
14
+ onlineSkillsStore: {
15
+ create: {
16
+ alreadyExists: string;
17
+ };
18
+ update: {
19
+ alreadyExists: ({ linked }: MessageContext) => string;
20
+ };
21
+ };
22
+ };
12
23
  };
13
24
  };
14
25
  export default _default;