@leancodepl/intl 9.6.5 → 9.6.6
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.
- package/CHANGELOG.md +9 -0
- package/README.md +25 -10
- package/package.json +1 -1
- package/src/poeditor/api.generated/api.d.ts +147 -147
- package/src/poeditor/api.generated/api.js +380 -312
- package/src/poeditor/api.generated/api.js.map +1 -1
- package/src/poeditor/api.generated/base.d.ts +2 -2
- package/src/poeditor/api.generated/base.js +0 -1
- package/src/poeditor/api.generated/base.js.map +1 -1
- package/src/poeditor/api.generated/common.d.ts +1 -1
- package/src/poeditor/api.generated/common.js +13 -13
- package/src/poeditor/api.generated/common.js.map +1 -1
- package/src/poeditor/api.generated/configuration.js +2 -2
- package/src/poeditor/api.generated/configuration.js.map +1 -1
- package/src/poeditor/api.generated/index.js.map +1 -1
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { Configuration } from
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from
|
|
14
|
-
import type { RequestArgs } from
|
|
15
|
-
import { BaseAPI } from
|
|
12
|
+
import type { Configuration } from "./configuration";
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from "axios";
|
|
14
|
+
import type { RequestArgs } from "./base";
|
|
15
|
+
import { BaseAPI } from "./base";
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -24,13 +24,13 @@ export interface ContributorsListResponse {
|
|
|
24
24
|
* @type {ResponseResponse}
|
|
25
25
|
* @memberof ContributorsListResponse
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
response?: ResponseResponse;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
30
|
* @type {ContributorsListResponseAllOfResult}
|
|
31
31
|
* @memberof ContributorsListResponse
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
result?: ContributorsListResponseAllOfResult;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
@@ -43,7 +43,7 @@ export interface ContributorsListResponseAllOfResult {
|
|
|
43
43
|
* @type {Array<ContributorsListResponseAllOfResultContributors>}
|
|
44
44
|
* @memberof ContributorsListResponseAllOfResult
|
|
45
45
|
*/
|
|
46
|
-
|
|
46
|
+
contributors?: Array<ContributorsListResponseAllOfResultContributors>;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
@@ -56,19 +56,19 @@ export interface ContributorsListResponseAllOfResultContributors {
|
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof ContributorsListResponseAllOfResultContributors
|
|
58
58
|
*/
|
|
59
|
-
|
|
59
|
+
name?: string;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof ContributorsListResponseAllOfResultContributors
|
|
64
64
|
*/
|
|
65
|
-
|
|
65
|
+
email?: string;
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
68
68
|
* @type {Array<ContributorsListResponseAllOfResultPermissions>}
|
|
69
69
|
* @memberof ContributorsListResponseAllOfResultContributors
|
|
70
70
|
*/
|
|
71
|
-
|
|
71
|
+
permissions?: Array<ContributorsListResponseAllOfResultPermissions>;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
*
|
|
@@ -81,19 +81,19 @@ export interface ContributorsListResponseAllOfResultPermissions {
|
|
|
81
81
|
* @type {ContributorsListResponseAllOfResultProject}
|
|
82
82
|
* @memberof ContributorsListResponseAllOfResultPermissions
|
|
83
83
|
*/
|
|
84
|
-
|
|
84
|
+
project?: ContributorsListResponseAllOfResultProject;
|
|
85
85
|
/**
|
|
86
86
|
*
|
|
87
87
|
* @type {string}
|
|
88
88
|
* @memberof ContributorsListResponseAllOfResultPermissions
|
|
89
89
|
*/
|
|
90
|
-
|
|
90
|
+
type?: string;
|
|
91
91
|
/**
|
|
92
92
|
*
|
|
93
93
|
* @type {boolean}
|
|
94
94
|
* @memberof ContributorsListResponseAllOfResultPermissions
|
|
95
95
|
*/
|
|
96
|
-
|
|
96
|
+
proofreader?: boolean;
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
@@ -106,13 +106,13 @@ export interface ContributorsListResponseAllOfResultProject {
|
|
|
106
106
|
* @type {string}
|
|
107
107
|
* @memberof ContributorsListResponseAllOfResultProject
|
|
108
108
|
*/
|
|
109
|
-
|
|
109
|
+
id?: string;
|
|
110
110
|
/**
|
|
111
111
|
*
|
|
112
112
|
* @type {string}
|
|
113
113
|
* @memberof ContributorsListResponseAllOfResultProject
|
|
114
114
|
*/
|
|
115
|
-
|
|
115
|
+
name?: string;
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
118
|
*
|
|
@@ -125,7 +125,7 @@ export interface LanguagesListLong {
|
|
|
125
125
|
* @type {Array<LanguagesListLongLanguagesInner>}
|
|
126
126
|
* @memberof LanguagesListLong
|
|
127
127
|
*/
|
|
128
|
-
|
|
128
|
+
languages?: Array<LanguagesListLongLanguagesInner>;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
*
|
|
@@ -138,31 +138,31 @@ export interface LanguagesListLongLanguagesInner {
|
|
|
138
138
|
* @type {string}
|
|
139
139
|
* @memberof LanguagesListLongLanguagesInner
|
|
140
140
|
*/
|
|
141
|
-
|
|
141
|
+
name?: string;
|
|
142
142
|
/**
|
|
143
143
|
*
|
|
144
144
|
* @type {string}
|
|
145
145
|
* @memberof LanguagesListLongLanguagesInner
|
|
146
146
|
*/
|
|
147
|
-
|
|
147
|
+
code?: string;
|
|
148
148
|
/**
|
|
149
149
|
*
|
|
150
150
|
* @type {number}
|
|
151
151
|
* @memberof LanguagesListLongLanguagesInner
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
translations?: number;
|
|
154
154
|
/**
|
|
155
155
|
*
|
|
156
156
|
* @type {number}
|
|
157
157
|
* @memberof LanguagesListLongLanguagesInner
|
|
158
158
|
*/
|
|
159
|
-
|
|
159
|
+
percentage?: number;
|
|
160
160
|
/**
|
|
161
161
|
*
|
|
162
162
|
* @type {string}
|
|
163
163
|
* @memberof LanguagesListLongLanguagesInner
|
|
164
164
|
*/
|
|
165
|
-
|
|
165
|
+
updated?: string;
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
*
|
|
@@ -175,13 +175,13 @@ export interface LanguagesListLongResponse {
|
|
|
175
175
|
* @type {ResponseResponse}
|
|
176
176
|
* @memberof LanguagesListLongResponse
|
|
177
177
|
*/
|
|
178
|
-
|
|
178
|
+
response?: ResponseResponse;
|
|
179
179
|
/**
|
|
180
180
|
*
|
|
181
181
|
* @type {LanguagesListLong}
|
|
182
182
|
* @memberof LanguagesListLongResponse
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
result?: LanguagesListLong;
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
187
|
*
|
|
@@ -194,7 +194,7 @@ export interface LanguagesListShort {
|
|
|
194
194
|
* @type {Array<LanguagesListShortLanguagesInner>}
|
|
195
195
|
* @memberof LanguagesListShort
|
|
196
196
|
*/
|
|
197
|
-
|
|
197
|
+
languages?: Array<LanguagesListShortLanguagesInner>;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
*
|
|
@@ -207,13 +207,13 @@ export interface LanguagesListShortLanguagesInner {
|
|
|
207
207
|
* @type {string}
|
|
208
208
|
* @memberof LanguagesListShortLanguagesInner
|
|
209
209
|
*/
|
|
210
|
-
|
|
210
|
+
name?: string;
|
|
211
211
|
/**
|
|
212
212
|
*
|
|
213
213
|
* @type {string}
|
|
214
214
|
* @memberof LanguagesListShortLanguagesInner
|
|
215
215
|
*/
|
|
216
|
-
|
|
216
|
+
code?: string;
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
*
|
|
@@ -226,13 +226,13 @@ export interface LanguagesListShortResponse {
|
|
|
226
226
|
* @type {ResponseResponse}
|
|
227
227
|
* @memberof LanguagesListShortResponse
|
|
228
228
|
*/
|
|
229
|
-
|
|
229
|
+
response?: ResponseResponse;
|
|
230
230
|
/**
|
|
231
231
|
*
|
|
232
232
|
* @type {LanguagesListShort}
|
|
233
233
|
* @memberof LanguagesListShortResponse
|
|
234
234
|
*/
|
|
235
|
-
|
|
235
|
+
result?: LanguagesListShort;
|
|
236
236
|
}
|
|
237
237
|
/**
|
|
238
238
|
*
|
|
@@ -245,13 +245,13 @@ export interface ProjectExportResponse {
|
|
|
245
245
|
* @type {ResponseResponse}
|
|
246
246
|
* @memberof ProjectExportResponse
|
|
247
247
|
*/
|
|
248
|
-
|
|
248
|
+
response?: ResponseResponse;
|
|
249
249
|
/**
|
|
250
250
|
*
|
|
251
251
|
* @type {ProjectExportResponseAllOfResult}
|
|
252
252
|
* @memberof ProjectExportResponse
|
|
253
253
|
*/
|
|
254
|
-
|
|
254
|
+
result?: ProjectExportResponseAllOfResult;
|
|
255
255
|
}
|
|
256
256
|
/**
|
|
257
257
|
*
|
|
@@ -264,7 +264,7 @@ export interface ProjectExportResponseAllOfResult {
|
|
|
264
264
|
* @type {string}
|
|
265
265
|
* @memberof ProjectExportResponseAllOfResult
|
|
266
266
|
*/
|
|
267
|
-
|
|
267
|
+
url?: string;
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
270
|
*
|
|
@@ -277,7 +277,7 @@ export interface ProjectList {
|
|
|
277
277
|
* @type {Array<ProjectListProjectsInner>}
|
|
278
278
|
* @memberof ProjectList
|
|
279
279
|
*/
|
|
280
|
-
|
|
280
|
+
projects?: Array<ProjectListProjectsInner>;
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
283
|
*
|
|
@@ -290,42 +290,42 @@ export interface ProjectListProjectsInner {
|
|
|
290
290
|
* @type {number}
|
|
291
291
|
* @memberof ProjectListProjectsInner
|
|
292
292
|
*/
|
|
293
|
-
|
|
293
|
+
id?: number;
|
|
294
294
|
/**
|
|
295
295
|
*
|
|
296
296
|
* @type {string}
|
|
297
297
|
* @memberof ProjectListProjectsInner
|
|
298
298
|
*/
|
|
299
|
-
|
|
299
|
+
name?: string;
|
|
300
300
|
/**
|
|
301
301
|
*
|
|
302
302
|
* @type {number}
|
|
303
303
|
* @memberof ProjectListProjectsInner
|
|
304
304
|
*/
|
|
305
|
-
|
|
305
|
+
public?: ProjectListProjectsInnerPublicEnum;
|
|
306
306
|
/**
|
|
307
307
|
*
|
|
308
308
|
* @type {number}
|
|
309
309
|
* @memberof ProjectListProjectsInner
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
open?: ProjectListProjectsInnerOpenEnum;
|
|
312
312
|
/**
|
|
313
313
|
*
|
|
314
314
|
* @type {string}
|
|
315
315
|
* @memberof ProjectListProjectsInner
|
|
316
316
|
*/
|
|
317
|
-
|
|
317
|
+
created?: string;
|
|
318
318
|
}
|
|
319
319
|
export declare const ProjectListProjectsInnerPublicEnum: {
|
|
320
320
|
readonly NUMBER_0: 0;
|
|
321
321
|
readonly NUMBER_1: 1;
|
|
322
322
|
};
|
|
323
|
-
export type ProjectListProjectsInnerPublicEnum = typeof ProjectListProjectsInnerPublicEnum[keyof typeof ProjectListProjectsInnerPublicEnum];
|
|
323
|
+
export type ProjectListProjectsInnerPublicEnum = (typeof ProjectListProjectsInnerPublicEnum)[keyof typeof ProjectListProjectsInnerPublicEnum];
|
|
324
324
|
export declare const ProjectListProjectsInnerOpenEnum: {
|
|
325
325
|
readonly NUMBER_0: 0;
|
|
326
326
|
readonly NUMBER_1: 1;
|
|
327
327
|
};
|
|
328
|
-
export type ProjectListProjectsInnerOpenEnum = typeof ProjectListProjectsInnerOpenEnum[keyof typeof ProjectListProjectsInnerOpenEnum];
|
|
328
|
+
export type ProjectListProjectsInnerOpenEnum = (typeof ProjectListProjectsInnerOpenEnum)[keyof typeof ProjectListProjectsInnerOpenEnum];
|
|
329
329
|
/**
|
|
330
330
|
*
|
|
331
331
|
* @export
|
|
@@ -337,13 +337,13 @@ export interface ProjectListResponse {
|
|
|
337
337
|
* @type {ResponseResponse}
|
|
338
338
|
* @memberof ProjectListResponse
|
|
339
339
|
*/
|
|
340
|
-
|
|
340
|
+
response?: ResponseResponse;
|
|
341
341
|
/**
|
|
342
342
|
*
|
|
343
343
|
* @type {ProjectList}
|
|
344
344
|
* @memberof ProjectListResponse
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
result?: ProjectList;
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
*
|
|
@@ -356,7 +356,7 @@ export interface ProjectLong {
|
|
|
356
356
|
* @type {ProjectLongProject}
|
|
357
357
|
* @memberof ProjectLong
|
|
358
358
|
*/
|
|
359
|
-
|
|
359
|
+
project?: ProjectLongProject;
|
|
360
360
|
}
|
|
361
361
|
/**
|
|
362
362
|
*
|
|
@@ -369,66 +369,66 @@ export interface ProjectLongProject {
|
|
|
369
369
|
* @type {number}
|
|
370
370
|
* @memberof ProjectLongProject
|
|
371
371
|
*/
|
|
372
|
-
|
|
372
|
+
id?: number;
|
|
373
373
|
/**
|
|
374
374
|
*
|
|
375
375
|
* @type {string}
|
|
376
376
|
* @memberof ProjectLongProject
|
|
377
377
|
*/
|
|
378
|
-
|
|
378
|
+
name?: string;
|
|
379
379
|
/**
|
|
380
380
|
*
|
|
381
381
|
* @type {string}
|
|
382
382
|
* @memberof ProjectLongProject
|
|
383
383
|
*/
|
|
384
|
-
|
|
384
|
+
description?: string;
|
|
385
385
|
/**
|
|
386
386
|
*
|
|
387
387
|
* @type {number}
|
|
388
388
|
* @memberof ProjectLongProject
|
|
389
389
|
*/
|
|
390
|
-
|
|
390
|
+
public?: ProjectLongProjectPublicEnum;
|
|
391
391
|
/**
|
|
392
392
|
*
|
|
393
393
|
* @type {number}
|
|
394
394
|
* @memberof ProjectLongProject
|
|
395
395
|
*/
|
|
396
|
-
|
|
396
|
+
open?: ProjectLongProjectOpenEnum;
|
|
397
397
|
/**
|
|
398
398
|
*
|
|
399
399
|
* @type {string}
|
|
400
400
|
* @memberof ProjectLongProject
|
|
401
401
|
*/
|
|
402
|
-
|
|
402
|
+
reference?: string;
|
|
403
403
|
/**
|
|
404
404
|
*
|
|
405
405
|
* @type {string}
|
|
406
406
|
* @memberof ProjectLongProject
|
|
407
407
|
*/
|
|
408
|
-
|
|
408
|
+
fallback_language?: string;
|
|
409
409
|
/**
|
|
410
410
|
*
|
|
411
411
|
* @type {number}
|
|
412
412
|
* @memberof ProjectLongProject
|
|
413
413
|
*/
|
|
414
|
-
|
|
414
|
+
terms?: number;
|
|
415
415
|
/**
|
|
416
416
|
*
|
|
417
417
|
* @type {string}
|
|
418
418
|
* @memberof ProjectLongProject
|
|
419
419
|
*/
|
|
420
|
-
|
|
420
|
+
created?: string;
|
|
421
421
|
}
|
|
422
422
|
export declare const ProjectLongProjectPublicEnum: {
|
|
423
423
|
readonly NUMBER_0: 0;
|
|
424
424
|
readonly NUMBER_1: 1;
|
|
425
425
|
};
|
|
426
|
-
export type ProjectLongProjectPublicEnum = typeof ProjectLongProjectPublicEnum[keyof typeof ProjectLongProjectPublicEnum];
|
|
426
|
+
export type ProjectLongProjectPublicEnum = (typeof ProjectLongProjectPublicEnum)[keyof typeof ProjectLongProjectPublicEnum];
|
|
427
427
|
export declare const ProjectLongProjectOpenEnum: {
|
|
428
428
|
readonly NUMBER_0: 0;
|
|
429
429
|
readonly NUMBER_1: 1;
|
|
430
430
|
};
|
|
431
|
-
export type ProjectLongProjectOpenEnum = typeof ProjectLongProjectOpenEnum[keyof typeof ProjectLongProjectOpenEnum];
|
|
431
|
+
export type ProjectLongProjectOpenEnum = (typeof ProjectLongProjectOpenEnum)[keyof typeof ProjectLongProjectOpenEnum];
|
|
432
432
|
/**
|
|
433
433
|
*
|
|
434
434
|
* @export
|
|
@@ -440,13 +440,13 @@ export interface ProjectSyncResponse {
|
|
|
440
440
|
* @type {ResponseResponse}
|
|
441
441
|
* @memberof ProjectSyncResponse
|
|
442
442
|
*/
|
|
443
|
-
|
|
443
|
+
response?: ResponseResponse;
|
|
444
444
|
/**
|
|
445
445
|
*
|
|
446
446
|
* @type {TermsFull}
|
|
447
447
|
* @memberof ProjectSyncResponse
|
|
448
448
|
*/
|
|
449
|
-
|
|
449
|
+
result?: TermsFull;
|
|
450
450
|
}
|
|
451
451
|
/**
|
|
452
452
|
*
|
|
@@ -459,13 +459,13 @@ export interface ProjectUploadResponse {
|
|
|
459
459
|
* @type {ResponseResponse}
|
|
460
460
|
* @memberof ProjectUploadResponse
|
|
461
461
|
*/
|
|
462
|
-
|
|
462
|
+
response?: ResponseResponse;
|
|
463
463
|
/**
|
|
464
464
|
*
|
|
465
465
|
* @type {TermsTranslationsResponse}
|
|
466
466
|
* @memberof ProjectUploadResponse
|
|
467
467
|
*/
|
|
468
|
-
|
|
468
|
+
result?: TermsTranslationsResponse;
|
|
469
469
|
}
|
|
470
470
|
/**
|
|
471
471
|
*
|
|
@@ -478,13 +478,13 @@ export interface ProjectViewResponse {
|
|
|
478
478
|
* @type {ResponseResponse}
|
|
479
479
|
* @memberof ProjectViewResponse
|
|
480
480
|
*/
|
|
481
|
-
|
|
481
|
+
response?: ResponseResponse;
|
|
482
482
|
/**
|
|
483
483
|
*
|
|
484
484
|
* @type {ProjectLong}
|
|
485
485
|
* @memberof ProjectViewResponse
|
|
486
486
|
*/
|
|
487
|
-
|
|
487
|
+
result?: ProjectLong;
|
|
488
488
|
}
|
|
489
489
|
/**
|
|
490
490
|
*
|
|
@@ -497,7 +497,7 @@ export interface Response {
|
|
|
497
497
|
* @type {ResponseResponse}
|
|
498
498
|
* @memberof Response
|
|
499
499
|
*/
|
|
500
|
-
|
|
500
|
+
response?: ResponseResponse;
|
|
501
501
|
}
|
|
502
502
|
/**
|
|
503
503
|
*
|
|
@@ -510,19 +510,19 @@ export interface ResponseResponse {
|
|
|
510
510
|
* @type {string}
|
|
511
511
|
* @memberof ResponseResponse
|
|
512
512
|
*/
|
|
513
|
-
|
|
513
|
+
status?: string;
|
|
514
514
|
/**
|
|
515
515
|
*
|
|
516
516
|
* @type {string}
|
|
517
517
|
* @memberof ResponseResponse
|
|
518
518
|
*/
|
|
519
|
-
|
|
519
|
+
code?: string;
|
|
520
520
|
/**
|
|
521
521
|
*
|
|
522
522
|
* @type {string}
|
|
523
523
|
* @memberof ResponseResponse
|
|
524
524
|
*/
|
|
525
|
-
|
|
525
|
+
message?: string;
|
|
526
526
|
}
|
|
527
527
|
/**
|
|
528
528
|
*
|
|
@@ -535,13 +535,13 @@ export interface TermAddCommentResponse {
|
|
|
535
535
|
* @type {ResponseResponse}
|
|
536
536
|
* @memberof TermAddCommentResponse
|
|
537
537
|
*/
|
|
538
|
-
|
|
538
|
+
response?: ResponseResponse;
|
|
539
539
|
/**
|
|
540
540
|
*
|
|
541
541
|
* @type {TermsShortComment}
|
|
542
542
|
* @memberof TermAddCommentResponse
|
|
543
543
|
*/
|
|
544
|
-
|
|
544
|
+
result?: TermsShortComment;
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
547
|
*
|
|
@@ -554,13 +554,13 @@ export interface TermAddedResponse {
|
|
|
554
554
|
* @type {ResponseResponse}
|
|
555
555
|
* @memberof TermAddedResponse
|
|
556
556
|
*/
|
|
557
|
-
|
|
557
|
+
response?: ResponseResponse;
|
|
558
558
|
/**
|
|
559
559
|
*
|
|
560
560
|
* @type {TermsShortAdded}
|
|
561
561
|
* @memberof TermAddedResponse
|
|
562
562
|
*/
|
|
563
|
-
|
|
563
|
+
result?: TermsShortAdded;
|
|
564
564
|
}
|
|
565
565
|
/**
|
|
566
566
|
*
|
|
@@ -573,13 +573,13 @@ export interface TermDeletedResponse {
|
|
|
573
573
|
* @type {ResponseResponse}
|
|
574
574
|
* @memberof TermDeletedResponse
|
|
575
575
|
*/
|
|
576
|
-
|
|
576
|
+
response?: ResponseResponse;
|
|
577
577
|
/**
|
|
578
578
|
*
|
|
579
579
|
* @type {TermsShortDeleted}
|
|
580
580
|
* @memberof TermDeletedResponse
|
|
581
581
|
*/
|
|
582
|
-
|
|
582
|
+
result?: TermsShortDeleted;
|
|
583
583
|
}
|
|
584
584
|
/**
|
|
585
585
|
*
|
|
@@ -592,13 +592,13 @@ export interface TermUpdatedResponse {
|
|
|
592
592
|
* @type {ResponseResponse}
|
|
593
593
|
* @memberof TermUpdatedResponse
|
|
594
594
|
*/
|
|
595
|
-
|
|
595
|
+
response?: ResponseResponse;
|
|
596
596
|
/**
|
|
597
597
|
*
|
|
598
598
|
* @type {TermsShortUpdated}
|
|
599
599
|
* @memberof TermUpdatedResponse
|
|
600
600
|
*/
|
|
601
|
-
|
|
601
|
+
result?: TermsShortUpdated;
|
|
602
602
|
}
|
|
603
603
|
/**
|
|
604
604
|
*
|
|
@@ -611,7 +611,7 @@ export interface TermsFull {
|
|
|
611
611
|
* @type {TermsFullTerms}
|
|
612
612
|
* @memberof TermsFull
|
|
613
613
|
*/
|
|
614
|
-
|
|
614
|
+
terms?: TermsFullTerms;
|
|
615
615
|
}
|
|
616
616
|
/**
|
|
617
617
|
*
|
|
@@ -624,25 +624,25 @@ export interface TermsFullTerms {
|
|
|
624
624
|
* @type {number}
|
|
625
625
|
* @memberof TermsFullTerms
|
|
626
626
|
*/
|
|
627
|
-
|
|
627
|
+
parsed?: number;
|
|
628
628
|
/**
|
|
629
629
|
*
|
|
630
630
|
* @type {number}
|
|
631
631
|
* @memberof TermsFullTerms
|
|
632
632
|
*/
|
|
633
|
-
|
|
633
|
+
added?: number;
|
|
634
634
|
/**
|
|
635
635
|
*
|
|
636
636
|
* @type {number}
|
|
637
637
|
* @memberof TermsFullTerms
|
|
638
638
|
*/
|
|
639
|
-
|
|
639
|
+
updated?: number;
|
|
640
640
|
/**
|
|
641
641
|
*
|
|
642
642
|
* @type {number}
|
|
643
643
|
* @memberof TermsFullTerms
|
|
644
644
|
*/
|
|
645
|
-
|
|
645
|
+
deleted?: number;
|
|
646
646
|
}
|
|
647
647
|
/**
|
|
648
648
|
*
|
|
@@ -655,7 +655,7 @@ export interface TermsListFull {
|
|
|
655
655
|
* @type {Array<TermsListFullTermsInner>}
|
|
656
656
|
* @memberof TermsListFull
|
|
657
657
|
*/
|
|
658
|
-
|
|
658
|
+
terms?: Array<TermsListFullTermsInner>;
|
|
659
659
|
}
|
|
660
660
|
/**
|
|
661
661
|
*
|
|
@@ -668,13 +668,13 @@ export interface TermsListFullResponse {
|
|
|
668
668
|
* @type {ResponseResponse}
|
|
669
669
|
* @memberof TermsListFullResponse
|
|
670
670
|
*/
|
|
671
|
-
|
|
671
|
+
response?: ResponseResponse;
|
|
672
672
|
/**
|
|
673
673
|
*
|
|
674
674
|
* @type {TermsListFull}
|
|
675
675
|
* @memberof TermsListFullResponse
|
|
676
676
|
*/
|
|
677
|
-
|
|
677
|
+
result?: TermsListFull;
|
|
678
678
|
}
|
|
679
679
|
/**
|
|
680
680
|
*
|
|
@@ -687,55 +687,55 @@ export interface TermsListFullTermsInner {
|
|
|
687
687
|
* @type {string}
|
|
688
688
|
* @memberof TermsListFullTermsInner
|
|
689
689
|
*/
|
|
690
|
-
|
|
690
|
+
term?: string;
|
|
691
691
|
/**
|
|
692
692
|
*
|
|
693
693
|
* @type {string}
|
|
694
694
|
* @memberof TermsListFullTermsInner
|
|
695
695
|
*/
|
|
696
|
-
|
|
696
|
+
context?: string;
|
|
697
697
|
/**
|
|
698
698
|
*
|
|
699
699
|
* @type {string}
|
|
700
700
|
* @memberof TermsListFullTermsInner
|
|
701
701
|
*/
|
|
702
|
-
|
|
702
|
+
plural?: string;
|
|
703
703
|
/**
|
|
704
704
|
*
|
|
705
705
|
* @type {string}
|
|
706
706
|
* @memberof TermsListFullTermsInner
|
|
707
707
|
*/
|
|
708
|
-
|
|
708
|
+
created?: string;
|
|
709
709
|
/**
|
|
710
710
|
*
|
|
711
711
|
* @type {string}
|
|
712
712
|
* @memberof TermsListFullTermsInner
|
|
713
713
|
*/
|
|
714
|
-
|
|
714
|
+
updated?: string;
|
|
715
715
|
/**
|
|
716
716
|
*
|
|
717
717
|
* @type {TermsListFullTermsInnerTranslation}
|
|
718
718
|
* @memberof TermsListFullTermsInner
|
|
719
719
|
*/
|
|
720
|
-
|
|
720
|
+
translation?: TermsListFullTermsInnerTranslation;
|
|
721
721
|
/**
|
|
722
722
|
*
|
|
723
723
|
* @type {string}
|
|
724
724
|
* @memberof TermsListFullTermsInner
|
|
725
725
|
*/
|
|
726
|
-
|
|
726
|
+
reference?: string;
|
|
727
727
|
/**
|
|
728
728
|
*
|
|
729
729
|
* @type {Array<string>}
|
|
730
730
|
* @memberof TermsListFullTermsInner
|
|
731
731
|
*/
|
|
732
|
-
|
|
732
|
+
tags?: Array<string>;
|
|
733
733
|
/**
|
|
734
734
|
*
|
|
735
735
|
* @type {string}
|
|
736
736
|
* @memberof TermsListFullTermsInner
|
|
737
737
|
*/
|
|
738
|
-
|
|
738
|
+
comment?: string;
|
|
739
739
|
}
|
|
740
740
|
/**
|
|
741
741
|
*
|
|
@@ -748,25 +748,25 @@ export interface TermsListFullTermsInnerTranslation {
|
|
|
748
748
|
* @type {string}
|
|
749
749
|
* @memberof TermsListFullTermsInnerTranslation
|
|
750
750
|
*/
|
|
751
|
-
|
|
751
|
+
content?: string;
|
|
752
752
|
/**
|
|
753
753
|
*
|
|
754
754
|
* @type {number}
|
|
755
755
|
* @memberof TermsListFullTermsInnerTranslation
|
|
756
756
|
*/
|
|
757
|
-
|
|
757
|
+
fuzzy?: number;
|
|
758
758
|
/**
|
|
759
759
|
*
|
|
760
760
|
* @type {number}
|
|
761
761
|
* @memberof TermsListFullTermsInnerTranslation
|
|
762
762
|
*/
|
|
763
|
-
|
|
763
|
+
proofread?: number;
|
|
764
764
|
/**
|
|
765
765
|
*
|
|
766
766
|
* @type {string}
|
|
767
767
|
* @memberof TermsListFullTermsInnerTranslation
|
|
768
768
|
*/
|
|
769
|
-
|
|
769
|
+
updated?: string;
|
|
770
770
|
}
|
|
771
771
|
/**
|
|
772
772
|
*
|
|
@@ -779,7 +779,7 @@ export interface TermsLong {
|
|
|
779
779
|
* @type {TermsLongTerms}
|
|
780
780
|
* @memberof TermsLong
|
|
781
781
|
*/
|
|
782
|
-
|
|
782
|
+
terms?: TermsLongTerms;
|
|
783
783
|
}
|
|
784
784
|
/**
|
|
785
785
|
*
|
|
@@ -792,19 +792,19 @@ export interface TermsLongTerms {
|
|
|
792
792
|
* @type {number}
|
|
793
793
|
* @memberof TermsLongTerms
|
|
794
794
|
*/
|
|
795
|
-
|
|
795
|
+
parsed?: number;
|
|
796
796
|
/**
|
|
797
797
|
*
|
|
798
798
|
* @type {number}
|
|
799
799
|
* @memberof TermsLongTerms
|
|
800
800
|
*/
|
|
801
|
-
|
|
801
|
+
added?: number;
|
|
802
802
|
/**
|
|
803
803
|
*
|
|
804
804
|
* @type {number}
|
|
805
805
|
* @memberof TermsLongTerms
|
|
806
806
|
*/
|
|
807
|
-
|
|
807
|
+
deleted?: number;
|
|
808
808
|
}
|
|
809
809
|
/**
|
|
810
810
|
*
|
|
@@ -817,7 +817,7 @@ export interface TermsShortAdded {
|
|
|
817
817
|
* @type {TermsShortAddedTerms}
|
|
818
818
|
* @memberof TermsShortAdded
|
|
819
819
|
*/
|
|
820
|
-
|
|
820
|
+
terms?: TermsShortAddedTerms;
|
|
821
821
|
}
|
|
822
822
|
/**
|
|
823
823
|
*
|
|
@@ -830,13 +830,13 @@ export interface TermsShortAddedTerms {
|
|
|
830
830
|
* @type {number}
|
|
831
831
|
* @memberof TermsShortAddedTerms
|
|
832
832
|
*/
|
|
833
|
-
|
|
833
|
+
parsed?: number;
|
|
834
834
|
/**
|
|
835
835
|
*
|
|
836
836
|
* @type {number}
|
|
837
837
|
* @memberof TermsShortAddedTerms
|
|
838
838
|
*/
|
|
839
|
-
|
|
839
|
+
added?: number;
|
|
840
840
|
}
|
|
841
841
|
/**
|
|
842
842
|
*
|
|
@@ -849,7 +849,7 @@ export interface TermsShortComment {
|
|
|
849
849
|
* @type {TermsShortCommentTerms}
|
|
850
850
|
* @memberof TermsShortComment
|
|
851
851
|
*/
|
|
852
|
-
|
|
852
|
+
terms?: TermsShortCommentTerms;
|
|
853
853
|
}
|
|
854
854
|
/**
|
|
855
855
|
*
|
|
@@ -862,13 +862,13 @@ export interface TermsShortCommentTerms {
|
|
|
862
862
|
* @type {number}
|
|
863
863
|
* @memberof TermsShortCommentTerms
|
|
864
864
|
*/
|
|
865
|
-
|
|
865
|
+
parsed?: number;
|
|
866
866
|
/**
|
|
867
867
|
*
|
|
868
868
|
* @type {number}
|
|
869
869
|
* @memberof TermsShortCommentTerms
|
|
870
870
|
*/
|
|
871
|
-
|
|
871
|
+
with_added_comment?: number;
|
|
872
872
|
}
|
|
873
873
|
/**
|
|
874
874
|
*
|
|
@@ -881,7 +881,7 @@ export interface TermsShortDeleted {
|
|
|
881
881
|
* @type {TermsShortDeletedTerms}
|
|
882
882
|
* @memberof TermsShortDeleted
|
|
883
883
|
*/
|
|
884
|
-
|
|
884
|
+
terms?: TermsShortDeletedTerms;
|
|
885
885
|
}
|
|
886
886
|
/**
|
|
887
887
|
*
|
|
@@ -894,13 +894,13 @@ export interface TermsShortDeletedTerms {
|
|
|
894
894
|
* @type {number}
|
|
895
895
|
* @memberof TermsShortDeletedTerms
|
|
896
896
|
*/
|
|
897
|
-
|
|
897
|
+
parsed?: number;
|
|
898
898
|
/**
|
|
899
899
|
*
|
|
900
900
|
* @type {number}
|
|
901
901
|
* @memberof TermsShortDeletedTerms
|
|
902
902
|
*/
|
|
903
|
-
|
|
903
|
+
deleted?: number;
|
|
904
904
|
}
|
|
905
905
|
/**
|
|
906
906
|
*
|
|
@@ -913,7 +913,7 @@ export interface TermsShortUpdated {
|
|
|
913
913
|
* @type {TermsShortUpdatedTerms}
|
|
914
914
|
* @memberof TermsShortUpdated
|
|
915
915
|
*/
|
|
916
|
-
|
|
916
|
+
terms?: TermsShortUpdatedTerms;
|
|
917
917
|
}
|
|
918
918
|
/**
|
|
919
919
|
*
|
|
@@ -926,13 +926,13 @@ export interface TermsShortUpdatedTerms {
|
|
|
926
926
|
* @type {number}
|
|
927
927
|
* @memberof TermsShortUpdatedTerms
|
|
928
928
|
*/
|
|
929
|
-
|
|
929
|
+
parsed?: number;
|
|
930
930
|
/**
|
|
931
931
|
*
|
|
932
932
|
* @type {number}
|
|
933
933
|
* @memberof TermsShortUpdatedTerms
|
|
934
934
|
*/
|
|
935
|
-
|
|
935
|
+
updated?: number;
|
|
936
936
|
}
|
|
937
937
|
/**
|
|
938
938
|
*
|
|
@@ -945,13 +945,13 @@ export interface TermsTranslationsResponse {
|
|
|
945
945
|
* @type {TermsLongTerms}
|
|
946
946
|
* @memberof TermsTranslationsResponse
|
|
947
947
|
*/
|
|
948
|
-
|
|
948
|
+
terms?: TermsLongTerms;
|
|
949
949
|
/**
|
|
950
950
|
*
|
|
951
951
|
* @type {TermsLongTerms}
|
|
952
952
|
* @memberof TermsTranslationsResponse
|
|
953
953
|
*/
|
|
954
|
-
|
|
954
|
+
translations?: TermsLongTerms;
|
|
955
955
|
}
|
|
956
956
|
/**
|
|
957
957
|
*
|
|
@@ -964,13 +964,13 @@ export interface TranslationAddedResponse {
|
|
|
964
964
|
* @type {ResponseResponse}
|
|
965
965
|
* @memberof TranslationAddedResponse
|
|
966
966
|
*/
|
|
967
|
-
|
|
967
|
+
response?: ResponseResponse;
|
|
968
968
|
/**
|
|
969
969
|
*
|
|
970
970
|
* @type {TranslationsShortAdded}
|
|
971
971
|
* @memberof TranslationAddedResponse
|
|
972
972
|
*/
|
|
973
|
-
|
|
973
|
+
result?: TranslationsShortAdded;
|
|
974
974
|
}
|
|
975
975
|
/**
|
|
976
976
|
*
|
|
@@ -983,13 +983,13 @@ export interface TranslationAutomatedResponse {
|
|
|
983
983
|
* @type {ResponseResponse}
|
|
984
984
|
* @memberof TranslationAutomatedResponse
|
|
985
985
|
*/
|
|
986
|
-
|
|
986
|
+
response?: ResponseResponse;
|
|
987
987
|
/**
|
|
988
988
|
*
|
|
989
989
|
* @type {TranslationsShortAutomated}
|
|
990
990
|
* @memberof TranslationAutomatedResponse
|
|
991
991
|
*/
|
|
992
|
-
|
|
992
|
+
result?: TranslationsShortAutomated;
|
|
993
993
|
}
|
|
994
994
|
/**
|
|
995
995
|
*
|
|
@@ -1002,13 +1002,13 @@ export interface TranslationDeletedResponse {
|
|
|
1002
1002
|
* @type {ResponseResponse}
|
|
1003
1003
|
* @memberof TranslationDeletedResponse
|
|
1004
1004
|
*/
|
|
1005
|
-
|
|
1005
|
+
response?: ResponseResponse;
|
|
1006
1006
|
/**
|
|
1007
1007
|
*
|
|
1008
1008
|
* @type {TranslationsShortDeleted}
|
|
1009
1009
|
* @memberof TranslationDeletedResponse
|
|
1010
1010
|
*/
|
|
1011
|
-
|
|
1011
|
+
result?: TranslationsShortDeleted;
|
|
1012
1012
|
}
|
|
1013
1013
|
/**
|
|
1014
1014
|
*
|
|
@@ -1021,13 +1021,13 @@ export interface TranslationUpdatedResponse {
|
|
|
1021
1021
|
* @type {ResponseResponse}
|
|
1022
1022
|
* @memberof TranslationUpdatedResponse
|
|
1023
1023
|
*/
|
|
1024
|
-
|
|
1024
|
+
response?: ResponseResponse;
|
|
1025
1025
|
/**
|
|
1026
1026
|
*
|
|
1027
1027
|
* @type {TranslationsShortUpdated}
|
|
1028
1028
|
* @memberof TranslationUpdatedResponse
|
|
1029
1029
|
*/
|
|
1030
|
-
|
|
1030
|
+
result?: TranslationsShortUpdated;
|
|
1031
1031
|
}
|
|
1032
1032
|
/**
|
|
1033
1033
|
*
|
|
@@ -1040,7 +1040,7 @@ export interface TranslationsLong {
|
|
|
1040
1040
|
* @type {TermsLongTerms}
|
|
1041
1041
|
* @memberof TranslationsLong
|
|
1042
1042
|
*/
|
|
1043
|
-
|
|
1043
|
+
translations?: TermsLongTerms;
|
|
1044
1044
|
}
|
|
1045
1045
|
/**
|
|
1046
1046
|
*
|
|
@@ -1053,7 +1053,7 @@ export interface TranslationsShort {
|
|
|
1053
1053
|
* @type {TranslationsShortTranslations}
|
|
1054
1054
|
* @memberof TranslationsShort
|
|
1055
1055
|
*/
|
|
1056
|
-
|
|
1056
|
+
translations?: TranslationsShortTranslations;
|
|
1057
1057
|
}
|
|
1058
1058
|
/**
|
|
1059
1059
|
*
|
|
@@ -1066,7 +1066,7 @@ export interface TranslationsShortAdded {
|
|
|
1066
1066
|
* @type {TermsShortAddedTerms}
|
|
1067
1067
|
* @memberof TranslationsShortAdded
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
translations?: TermsShortAddedTerms;
|
|
1070
1070
|
}
|
|
1071
1071
|
/**
|
|
1072
1072
|
*
|
|
@@ -1079,13 +1079,13 @@ export interface TranslationsShortAutomated {
|
|
|
1079
1079
|
* @type {Array<TranslationsShortAutomatedSuccessfulInner>}
|
|
1080
1080
|
* @memberof TranslationsShortAutomated
|
|
1081
1081
|
*/
|
|
1082
|
-
|
|
1082
|
+
successful?: Array<TranslationsShortAutomatedSuccessfulInner>;
|
|
1083
1083
|
/**
|
|
1084
1084
|
*
|
|
1085
1085
|
* @type {Array<TranslationsShortAutomatedFailedInner>}
|
|
1086
1086
|
* @memberof TranslationsShortAutomated
|
|
1087
1087
|
*/
|
|
1088
|
-
|
|
1088
|
+
failed?: Array<TranslationsShortAutomatedFailedInner>;
|
|
1089
1089
|
}
|
|
1090
1090
|
/**
|
|
1091
1091
|
*
|
|
@@ -1098,19 +1098,19 @@ export interface TranslationsShortAutomatedFailedInner {
|
|
|
1098
1098
|
* @type {string}
|
|
1099
1099
|
* @memberof TranslationsShortAutomatedFailedInner
|
|
1100
1100
|
*/
|
|
1101
|
-
|
|
1101
|
+
source?: string;
|
|
1102
1102
|
/**
|
|
1103
1103
|
*
|
|
1104
1104
|
* @type {string}
|
|
1105
1105
|
* @memberof TranslationsShortAutomatedFailedInner
|
|
1106
1106
|
*/
|
|
1107
|
-
|
|
1107
|
+
target?: string;
|
|
1108
1108
|
/**
|
|
1109
1109
|
*
|
|
1110
1110
|
* @type {string}
|
|
1111
1111
|
* @memberof TranslationsShortAutomatedFailedInner
|
|
1112
1112
|
*/
|
|
1113
|
-
|
|
1113
|
+
message?: string;
|
|
1114
1114
|
}
|
|
1115
1115
|
/**
|
|
1116
1116
|
*
|
|
@@ -1123,19 +1123,19 @@ export interface TranslationsShortAutomatedSuccessfulInner {
|
|
|
1123
1123
|
* @type {string}
|
|
1124
1124
|
* @memberof TranslationsShortAutomatedSuccessfulInner
|
|
1125
1125
|
*/
|
|
1126
|
-
|
|
1126
|
+
source?: string;
|
|
1127
1127
|
/**
|
|
1128
1128
|
*
|
|
1129
1129
|
* @type {string}
|
|
1130
1130
|
* @memberof TranslationsShortAutomatedSuccessfulInner
|
|
1131
1131
|
*/
|
|
1132
|
-
|
|
1132
|
+
target?: string;
|
|
1133
1133
|
/**
|
|
1134
1134
|
*
|
|
1135
1135
|
* @type {number}
|
|
1136
1136
|
* @memberof TranslationsShortAutomatedSuccessfulInner
|
|
1137
1137
|
*/
|
|
1138
|
-
|
|
1138
|
+
chars?: number;
|
|
1139
1139
|
}
|
|
1140
1140
|
/**
|
|
1141
1141
|
*
|
|
@@ -1148,7 +1148,7 @@ export interface TranslationsShortDeleted {
|
|
|
1148
1148
|
* @type {TermsShortDeletedTerms}
|
|
1149
1149
|
* @memberof TranslationsShortDeleted
|
|
1150
1150
|
*/
|
|
1151
|
-
|
|
1151
|
+
translations?: TermsShortDeletedTerms;
|
|
1152
1152
|
}
|
|
1153
1153
|
/**
|
|
1154
1154
|
*
|
|
@@ -1161,13 +1161,13 @@ export interface TranslationsShortResponse {
|
|
|
1161
1161
|
* @type {ResponseResponse}
|
|
1162
1162
|
* @memberof TranslationsShortResponse
|
|
1163
1163
|
*/
|
|
1164
|
-
|
|
1164
|
+
response?: ResponseResponse;
|
|
1165
1165
|
/**
|
|
1166
1166
|
*
|
|
1167
1167
|
* @type {TranslationsShort}
|
|
1168
1168
|
* @memberof TranslationsShortResponse
|
|
1169
1169
|
*/
|
|
1170
|
-
|
|
1170
|
+
result?: TranslationsShort;
|
|
1171
1171
|
}
|
|
1172
1172
|
/**
|
|
1173
1173
|
*
|
|
@@ -1180,19 +1180,19 @@ export interface TranslationsShortTranslations {
|
|
|
1180
1180
|
* @type {number}
|
|
1181
1181
|
* @memberof TranslationsShortTranslations
|
|
1182
1182
|
*/
|
|
1183
|
-
|
|
1183
|
+
parsed?: number;
|
|
1184
1184
|
/**
|
|
1185
1185
|
*
|
|
1186
1186
|
* @type {number}
|
|
1187
1187
|
* @memberof TranslationsShortTranslations
|
|
1188
1188
|
*/
|
|
1189
|
-
|
|
1189
|
+
added?: number;
|
|
1190
1190
|
/**
|
|
1191
1191
|
*
|
|
1192
1192
|
* @type {number}
|
|
1193
1193
|
* @memberof TranslationsShortTranslations
|
|
1194
1194
|
*/
|
|
1195
|
-
|
|
1195
|
+
updated?: number;
|
|
1196
1196
|
}
|
|
1197
1197
|
/**
|
|
1198
1198
|
*
|
|
@@ -1205,7 +1205,7 @@ export interface TranslationsShortUpdated {
|
|
|
1205
1205
|
* @type {TermsShortUpdatedTerms}
|
|
1206
1206
|
* @memberof TranslationsShortUpdated
|
|
1207
1207
|
*/
|
|
1208
|
-
|
|
1208
|
+
translations?: TermsShortUpdatedTerms;
|
|
1209
1209
|
}
|
|
1210
1210
|
/**
|
|
1211
1211
|
* ContributorsApi - axios parameter creator
|
|
@@ -1379,7 +1379,7 @@ export declare const ContributorsAddAdminEnum: {
|
|
|
1379
1379
|
readonly NUMBER_0: 0;
|
|
1380
1380
|
readonly NUMBER_1: 1;
|
|
1381
1381
|
};
|
|
1382
|
-
export type ContributorsAddAdminEnum = typeof ContributorsAddAdminEnum[keyof typeof ContributorsAddAdminEnum];
|
|
1382
|
+
export type ContributorsAddAdminEnum = (typeof ContributorsAddAdminEnum)[keyof typeof ContributorsAddAdminEnum];
|
|
1383
1383
|
/**
|
|
1384
1384
|
* LanguagesApi - axios parameter creator
|
|
1385
1385
|
* @export
|
|
@@ -1618,7 +1618,7 @@ export declare const LanguagesUpdateFuzzyTriggerEnum: {
|
|
|
1618
1618
|
readonly NUMBER_0: 0;
|
|
1619
1619
|
readonly NUMBER_1: 1;
|
|
1620
1620
|
};
|
|
1621
|
-
export type LanguagesUpdateFuzzyTriggerEnum = typeof LanguagesUpdateFuzzyTriggerEnum[keyof typeof LanguagesUpdateFuzzyTriggerEnum];
|
|
1621
|
+
export type LanguagesUpdateFuzzyTriggerEnum = (typeof LanguagesUpdateFuzzyTriggerEnum)[keyof typeof LanguagesUpdateFuzzyTriggerEnum];
|
|
1622
1622
|
/**
|
|
1623
1623
|
* ProjectsApi - axios parameter creator
|
|
1624
1624
|
* @export
|
|
@@ -2047,7 +2047,7 @@ export declare const ProjectsExportTypeEnum: {
|
|
|
2047
2047
|
readonly Yml: "yml";
|
|
2048
2048
|
readonly Php: "php";
|
|
2049
2049
|
};
|
|
2050
|
-
export type ProjectsExportTypeEnum = typeof ProjectsExportTypeEnum[keyof typeof ProjectsExportTypeEnum];
|
|
2050
|
+
export type ProjectsExportTypeEnum = (typeof ProjectsExportTypeEnum)[keyof typeof ProjectsExportTypeEnum];
|
|
2051
2051
|
/**
|
|
2052
2052
|
* @export
|
|
2053
2053
|
*/
|
|
@@ -2056,7 +2056,7 @@ export declare const ProjectsExportOptionsEnum: {
|
|
|
2056
2056
|
readonly Unencoded1: "[{\"unencoded\": 1}]";
|
|
2057
2057
|
readonly ExportAll1: "[{\"export_all\": 1}]";
|
|
2058
2058
|
};
|
|
2059
|
-
export type ProjectsExportOptionsEnum = typeof ProjectsExportOptionsEnum[keyof typeof ProjectsExportOptionsEnum];
|
|
2059
|
+
export type ProjectsExportOptionsEnum = (typeof ProjectsExportOptionsEnum)[keyof typeof ProjectsExportOptionsEnum];
|
|
2060
2060
|
/**
|
|
2061
2061
|
* @export
|
|
2062
2062
|
*/
|
|
@@ -2065,7 +2065,7 @@ export declare const ProjectsUploadUpdatingEnum: {
|
|
|
2065
2065
|
readonly Translations: "translations";
|
|
2066
2066
|
readonly TermsTranslations: "terms_translations";
|
|
2067
2067
|
};
|
|
2068
|
-
export type ProjectsUploadUpdatingEnum = typeof ProjectsUploadUpdatingEnum[keyof typeof ProjectsUploadUpdatingEnum];
|
|
2068
|
+
export type ProjectsUploadUpdatingEnum = (typeof ProjectsUploadUpdatingEnum)[keyof typeof ProjectsUploadUpdatingEnum];
|
|
2069
2069
|
/**
|
|
2070
2070
|
* @export
|
|
2071
2071
|
*/
|
|
@@ -2073,7 +2073,7 @@ export declare const ProjectsUploadOverwriteEnum: {
|
|
|
2073
2073
|
readonly NUMBER_0: 0;
|
|
2074
2074
|
readonly NUMBER_1: 1;
|
|
2075
2075
|
};
|
|
2076
|
-
export type ProjectsUploadOverwriteEnum = typeof ProjectsUploadOverwriteEnum[keyof typeof ProjectsUploadOverwriteEnum];
|
|
2076
|
+
export type ProjectsUploadOverwriteEnum = (typeof ProjectsUploadOverwriteEnum)[keyof typeof ProjectsUploadOverwriteEnum];
|
|
2077
2077
|
/**
|
|
2078
2078
|
* @export
|
|
2079
2079
|
*/
|
|
@@ -2081,7 +2081,7 @@ export declare const ProjectsUploadSyncTermsEnum: {
|
|
|
2081
2081
|
readonly NUMBER_0: 0;
|
|
2082
2082
|
readonly NUMBER_1: 1;
|
|
2083
2083
|
};
|
|
2084
|
-
export type ProjectsUploadSyncTermsEnum = typeof ProjectsUploadSyncTermsEnum[keyof typeof ProjectsUploadSyncTermsEnum];
|
|
2084
|
+
export type ProjectsUploadSyncTermsEnum = (typeof ProjectsUploadSyncTermsEnum)[keyof typeof ProjectsUploadSyncTermsEnum];
|
|
2085
2085
|
/**
|
|
2086
2086
|
* @export
|
|
2087
2087
|
*/
|
|
@@ -2089,7 +2089,7 @@ export declare const ProjectsUploadReadFromSourceEnum: {
|
|
|
2089
2089
|
readonly NUMBER_0: 0;
|
|
2090
2090
|
readonly NUMBER_1: 1;
|
|
2091
2091
|
};
|
|
2092
|
-
export type ProjectsUploadReadFromSourceEnum = typeof ProjectsUploadReadFromSourceEnum[keyof typeof ProjectsUploadReadFromSourceEnum];
|
|
2092
|
+
export type ProjectsUploadReadFromSourceEnum = (typeof ProjectsUploadReadFromSourceEnum)[keyof typeof ProjectsUploadReadFromSourceEnum];
|
|
2093
2093
|
/**
|
|
2094
2094
|
* @export
|
|
2095
2095
|
*/
|
|
@@ -2097,7 +2097,7 @@ export declare const ProjectsUploadFuzzyTriggerEnum: {
|
|
|
2097
2097
|
readonly NUMBER_0: 0;
|
|
2098
2098
|
readonly NUMBER_1: 1;
|
|
2099
2099
|
};
|
|
2100
|
-
export type ProjectsUploadFuzzyTriggerEnum = typeof ProjectsUploadFuzzyTriggerEnum[keyof typeof ProjectsUploadFuzzyTriggerEnum];
|
|
2100
|
+
export type ProjectsUploadFuzzyTriggerEnum = (typeof ProjectsUploadFuzzyTriggerEnum)[keyof typeof ProjectsUploadFuzzyTriggerEnum];
|
|
2101
2101
|
/**
|
|
2102
2102
|
* TermsApi - axios parameter creator
|
|
2103
2103
|
* @export
|
|
@@ -2340,7 +2340,7 @@ export declare const TermsUpdateFuzzyTriggerEnum: {
|
|
|
2340
2340
|
readonly NUMBER_0: 0;
|
|
2341
2341
|
readonly NUMBER_1: 1;
|
|
2342
2342
|
};
|
|
2343
|
-
export type TermsUpdateFuzzyTriggerEnum = typeof TermsUpdateFuzzyTriggerEnum[keyof typeof TermsUpdateFuzzyTriggerEnum];
|
|
2343
|
+
export type TermsUpdateFuzzyTriggerEnum = (typeof TermsUpdateFuzzyTriggerEnum)[keyof typeof TermsUpdateFuzzyTriggerEnum];
|
|
2344
2344
|
/**
|
|
2345
2345
|
* TranslationsApi - axios parameter creator
|
|
2346
2346
|
* @export
|
|
@@ -2567,4 +2567,4 @@ export declare const TranslationsAutomaticProviderEnum: {
|
|
|
2567
2567
|
readonly Microsoft: "microsoft";
|
|
2568
2568
|
readonly Deepl: "deepl";
|
|
2569
2569
|
};
|
|
2570
|
-
export type TranslationsAutomaticProviderEnum = typeof TranslationsAutomaticProviderEnum[keyof typeof TranslationsAutomaticProviderEnum];
|
|
2570
|
+
export type TranslationsAutomaticProviderEnum = (typeof TranslationsAutomaticProviderEnum)[keyof typeof TranslationsAutomaticProviderEnum];
|