@veeroute/lss-studio-angular 7.35.3290 → 7.37.3331
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/README.md +4 -4
- package/cfg/entity_error_type.yaml +2 -24
- package/cfg/entity_warning_type.yaml +3 -47
- package/cfg/process_types.json +12 -0
- package/cfg/table_settings.json +33 -0
- package/fesm2022/veeroute-lss-studio-angular.mjs +268 -163
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/types/veeroute-lss-studio-angular.d.ts +409 -312
|
@@ -178,7 +178,7 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Studio [ST]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
181
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
182
182
|
* Contact: support@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -254,7 +254,7 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Studio [ST]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
257
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
258
258
|
* Contact: support@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -361,10 +361,10 @@ class BackupsService extends BaseService {
|
|
|
361
361
|
reportProgress: reportProgress
|
|
362
362
|
});
|
|
363
363
|
}
|
|
364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
365
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: BackupsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
365
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: BackupsService, providedIn: 'root' });
|
|
366
366
|
}
|
|
367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: BackupsService, decorators: [{
|
|
368
368
|
type: Injectable,
|
|
369
369
|
args: [{
|
|
370
370
|
providedIn: 'root'
|
|
@@ -381,7 +381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
381
381
|
/**
|
|
382
382
|
* VRt.Studio [ST]
|
|
383
383
|
*
|
|
384
|
-
* The version of the OpenAPI document: 7.
|
|
384
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
385
385
|
* Contact: support@veeroute.com
|
|
386
386
|
*
|
|
387
387
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -665,10 +665,10 @@ class CustomFieldsService extends BaseService {
|
|
|
665
665
|
reportProgress: reportProgress
|
|
666
666
|
});
|
|
667
667
|
}
|
|
668
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
669
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
668
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: CustomFieldsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
669
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: CustomFieldsService, providedIn: 'root' });
|
|
670
670
|
}
|
|
671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: CustomFieldsService, decorators: [{
|
|
672
672
|
type: Injectable,
|
|
673
673
|
args: [{
|
|
674
674
|
providedIn: 'root'
|
|
@@ -685,7 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
685
685
|
/**
|
|
686
686
|
* VRt.Studio [ST]
|
|
687
687
|
*
|
|
688
|
-
* The version of the OpenAPI document: 7.
|
|
688
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
689
689
|
* Contact: support@veeroute.com
|
|
690
690
|
*
|
|
691
691
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -970,10 +970,10 @@ class CustomIconsService extends BaseService {
|
|
|
970
970
|
reportProgress: reportProgress
|
|
971
971
|
});
|
|
972
972
|
}
|
|
973
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
974
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
973
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: CustomIconsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
974
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: CustomIconsService, providedIn: 'root' });
|
|
975
975
|
}
|
|
976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: CustomIconsService, decorators: [{
|
|
977
977
|
type: Injectable,
|
|
978
978
|
args: [{
|
|
979
979
|
providedIn: 'root'
|
|
@@ -990,7 +990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
990
990
|
/**
|
|
991
991
|
* VRt.Studio [ST]
|
|
992
992
|
*
|
|
993
|
-
* The version of the OpenAPI document: 7.
|
|
993
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
994
994
|
* Contact: support@veeroute.com
|
|
995
995
|
*
|
|
996
996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2125,10 +2125,10 @@ class ExperimentsService extends BaseService {
|
|
|
2125
2125
|
reportProgress: reportProgress
|
|
2126
2126
|
});
|
|
2127
2127
|
}
|
|
2128
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2129
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2128
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExperimentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2129
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExperimentsService, providedIn: 'root' });
|
|
2130
2130
|
}
|
|
2131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExperimentsService, decorators: [{
|
|
2132
2132
|
type: Injectable,
|
|
2133
2133
|
args: [{
|
|
2134
2134
|
providedIn: 'root'
|
|
@@ -2145,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2145
2145
|
/**
|
|
2146
2146
|
* VRt.Studio [ST]
|
|
2147
2147
|
*
|
|
2148
|
-
* The version of the OpenAPI document: 7.
|
|
2148
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
2149
2149
|
* Contact: support@veeroute.com
|
|
2150
2150
|
*
|
|
2151
2151
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2394,6 +2394,104 @@ class ExplorerService extends BaseService {
|
|
|
2394
2394
|
reportProgress: reportProgress
|
|
2395
2395
|
});
|
|
2396
2396
|
}
|
|
2397
|
+
disableSharingBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2398
|
+
const requestBody = requestParameters?.requestBody;
|
|
2399
|
+
if (requestBody === null || requestBody === undefined) {
|
|
2400
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableSharingBatch.');
|
|
2401
|
+
}
|
|
2402
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2403
|
+
// authentication (ApiKeyAuth) required
|
|
2404
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
2405
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2406
|
+
'application/json'
|
|
2407
|
+
]);
|
|
2408
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2409
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2410
|
+
}
|
|
2411
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2412
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2413
|
+
// to determine the Content-Type header
|
|
2414
|
+
const consumes = [
|
|
2415
|
+
'application/json'
|
|
2416
|
+
];
|
|
2417
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2418
|
+
if (httpContentTypeSelected !== undefined) {
|
|
2419
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
2420
|
+
}
|
|
2421
|
+
let responseType_ = 'json';
|
|
2422
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2423
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2424
|
+
responseType_ = 'text';
|
|
2425
|
+
}
|
|
2426
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2427
|
+
responseType_ = 'json';
|
|
2428
|
+
}
|
|
2429
|
+
else {
|
|
2430
|
+
responseType_ = 'blob';
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
let localVarPath = `/studio/explorer/batch/sharing`;
|
|
2434
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2435
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
2436
|
+
context: localVarHttpContext,
|
|
2437
|
+
body: requestBody,
|
|
2438
|
+
responseType: responseType_,
|
|
2439
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2440
|
+
headers: localVarHeaders,
|
|
2441
|
+
observe: observe,
|
|
2442
|
+
transferCache: localVarTransferCache,
|
|
2443
|
+
reportProgress: reportProgress
|
|
2444
|
+
});
|
|
2445
|
+
}
|
|
2446
|
+
enableSharingBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2447
|
+
const requestBody = requestParameters?.requestBody;
|
|
2448
|
+
if (requestBody === null || requestBody === undefined) {
|
|
2449
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableSharingBatch.');
|
|
2450
|
+
}
|
|
2451
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2452
|
+
// authentication (ApiKeyAuth) required
|
|
2453
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
2454
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2455
|
+
'application/json'
|
|
2456
|
+
]);
|
|
2457
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2458
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2459
|
+
}
|
|
2460
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2461
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2462
|
+
// to determine the Content-Type header
|
|
2463
|
+
const consumes = [
|
|
2464
|
+
'application/json'
|
|
2465
|
+
];
|
|
2466
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2467
|
+
if (httpContentTypeSelected !== undefined) {
|
|
2468
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
2469
|
+
}
|
|
2470
|
+
let responseType_ = 'json';
|
|
2471
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2472
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2473
|
+
responseType_ = 'text';
|
|
2474
|
+
}
|
|
2475
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2476
|
+
responseType_ = 'json';
|
|
2477
|
+
}
|
|
2478
|
+
else {
|
|
2479
|
+
responseType_ = 'blob';
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2482
|
+
let localVarPath = `/studio/explorer/batch/sharing`;
|
|
2483
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2484
|
+
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2485
|
+
context: localVarHttpContext,
|
|
2486
|
+
body: requestBody,
|
|
2487
|
+
responseType: responseType_,
|
|
2488
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2489
|
+
headers: localVarHeaders,
|
|
2490
|
+
observe: observe,
|
|
2491
|
+
transferCache: localVarTransferCache,
|
|
2492
|
+
reportProgress: reportProgress
|
|
2493
|
+
});
|
|
2494
|
+
}
|
|
2397
2495
|
readFileKey(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2398
2496
|
const fileNamePathStudio = requestParameters?.fileNamePathStudio;
|
|
2399
2497
|
if (fileNamePathStudio === null || fileNamePathStudio === undefined) {
|
|
@@ -2711,10 +2809,10 @@ class ExplorerService extends BaseService {
|
|
|
2711
2809
|
reportProgress: reportProgress
|
|
2712
2810
|
});
|
|
2713
2811
|
}
|
|
2714
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2715
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
2812
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExplorerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2813
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExplorerService, providedIn: 'root' });
|
|
2716
2814
|
}
|
|
2717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExplorerService, decorators: [{
|
|
2718
2816
|
type: Injectable,
|
|
2719
2817
|
args: [{
|
|
2720
2818
|
providedIn: 'root'
|
|
@@ -2731,7 +2829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2731
2829
|
/**
|
|
2732
2830
|
* VRt.Studio [ST]
|
|
2733
2831
|
*
|
|
2734
|
-
* The version of the OpenAPI document: 7.
|
|
2832
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
2735
2833
|
* Contact: support@veeroute.com
|
|
2736
2834
|
*
|
|
2737
2835
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2930,10 +3028,10 @@ class ExternalRoutingService extends BaseService {
|
|
|
2930
3028
|
reportProgress: reportProgress
|
|
2931
3029
|
});
|
|
2932
3030
|
}
|
|
2933
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2934
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
3031
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExternalRoutingService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3032
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExternalRoutingService, providedIn: 'root' });
|
|
2935
3033
|
}
|
|
2936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ExternalRoutingService, decorators: [{
|
|
2937
3035
|
type: Injectable,
|
|
2938
3036
|
args: [{
|
|
2939
3037
|
providedIn: 'root'
|
|
@@ -2950,7 +3048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2950
3048
|
/**
|
|
2951
3049
|
* VRt.Studio [ST]
|
|
2952
3050
|
*
|
|
2953
|
-
* The version of the OpenAPI document: 7.
|
|
3051
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
2954
3052
|
* Contact: support@veeroute.com
|
|
2955
3053
|
*
|
|
2956
3054
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3431,10 +3529,10 @@ class FactsService extends BaseService {
|
|
|
3431
3529
|
reportProgress: reportProgress
|
|
3432
3530
|
});
|
|
3433
3531
|
}
|
|
3434
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3435
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
3532
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FactsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3533
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FactsService, providedIn: 'root' });
|
|
3436
3534
|
}
|
|
3437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: FactsService, decorators: [{
|
|
3438
3536
|
type: Injectable,
|
|
3439
3537
|
args: [{
|
|
3440
3538
|
providedIn: 'root'
|
|
@@ -3451,7 +3549,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3451
3549
|
/**
|
|
3452
3550
|
* VRt.Studio [ST]
|
|
3453
3551
|
*
|
|
3454
|
-
* The version of the OpenAPI document: 7.
|
|
3552
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
3455
3553
|
* Contact: support@veeroute.com
|
|
3456
3554
|
*
|
|
3457
3555
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3932,10 +4030,10 @@ class HardlinksService extends BaseService {
|
|
|
3932
4030
|
reportProgress: reportProgress
|
|
3933
4031
|
});
|
|
3934
4032
|
}
|
|
3935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3936
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
4033
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: HardlinksService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4034
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: HardlinksService, providedIn: 'root' });
|
|
3937
4035
|
}
|
|
3938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: HardlinksService, decorators: [{
|
|
3939
4037
|
type: Injectable,
|
|
3940
4038
|
args: [{
|
|
3941
4039
|
providedIn: 'root'
|
|
@@ -3952,7 +4050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3952
4050
|
/**
|
|
3953
4051
|
* VRt.Studio [ST]
|
|
3954
4052
|
*
|
|
3955
|
-
* The version of the OpenAPI document: 7.
|
|
4053
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
3956
4054
|
* Contact: support@veeroute.com
|
|
3957
4055
|
*
|
|
3958
4056
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4383,10 +4481,10 @@ class LocationsService extends BaseService {
|
|
|
4383
4481
|
reportProgress: reportProgress
|
|
4384
4482
|
});
|
|
4385
4483
|
}
|
|
4386
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4387
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
4484
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LocationsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4485
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LocationsService, providedIn: 'root' });
|
|
4388
4486
|
}
|
|
4389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LocationsService, decorators: [{
|
|
4390
4488
|
type: Injectable,
|
|
4391
4489
|
args: [{
|
|
4392
4490
|
providedIn: 'root'
|
|
@@ -4403,7 +4501,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4403
4501
|
/**
|
|
4404
4502
|
* VRt.Studio [ST]
|
|
4405
4503
|
*
|
|
4406
|
-
* The version of the OpenAPI document: 7.
|
|
4504
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
4407
4505
|
* Contact: support@veeroute.com
|
|
4408
4506
|
*
|
|
4409
4507
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4940,10 +5038,10 @@ class OrdersService extends BaseService {
|
|
|
4940
5038
|
reportProgress: reportProgress
|
|
4941
5039
|
});
|
|
4942
5040
|
}
|
|
4943
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4944
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
5041
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5042
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: OrdersService, providedIn: 'root' });
|
|
4945
5043
|
}
|
|
4946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: OrdersService, decorators: [{
|
|
4947
5045
|
type: Injectable,
|
|
4948
5046
|
args: [{
|
|
4949
5047
|
providedIn: 'root'
|
|
@@ -4960,7 +5058,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4960
5058
|
/**
|
|
4961
5059
|
* VRt.Studio [ST]
|
|
4962
5060
|
*
|
|
4963
|
-
* The version of the OpenAPI document: 7.
|
|
5061
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
4964
5062
|
* Contact: support@veeroute.com
|
|
4965
5063
|
*
|
|
4966
5064
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5497,10 +5595,10 @@ class PerformersService extends BaseService {
|
|
|
5497
5595
|
reportProgress: reportProgress
|
|
5498
5596
|
});
|
|
5499
5597
|
}
|
|
5500
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5501
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
5598
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: PerformersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5599
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: PerformersService, providedIn: 'root' });
|
|
5502
5600
|
}
|
|
5503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: PerformersService, decorators: [{
|
|
5504
5602
|
type: Injectable,
|
|
5505
5603
|
args: [{
|
|
5506
5604
|
providedIn: 'root'
|
|
@@ -5517,7 +5615,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
5517
5615
|
/**
|
|
5518
5616
|
* VRt.Studio [ST]
|
|
5519
5617
|
*
|
|
5520
|
-
* The version of the OpenAPI document: 7.
|
|
5618
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
5521
5619
|
* Contact: support@veeroute.com
|
|
5522
5620
|
*
|
|
5523
5621
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5638,10 +5736,10 @@ class SystemService extends BaseService {
|
|
|
5638
5736
|
reportProgress: reportProgress
|
|
5639
5737
|
});
|
|
5640
5738
|
}
|
|
5641
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5642
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
5739
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5740
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SystemService, providedIn: 'root' });
|
|
5643
5741
|
}
|
|
5644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SystemService, decorators: [{
|
|
5645
5743
|
type: Injectable,
|
|
5646
5744
|
args: [{
|
|
5647
5745
|
providedIn: 'root'
|
|
@@ -5658,7 +5756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
5658
5756
|
/**
|
|
5659
5757
|
* VRt.Studio [ST]
|
|
5660
5758
|
*
|
|
5661
|
-
* The version of the OpenAPI document: 7.
|
|
5759
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
5662
5760
|
* Contact: support@veeroute.com
|
|
5663
5761
|
*
|
|
5664
5762
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6195,10 +6293,10 @@ class TransportsService extends BaseService {
|
|
|
6195
6293
|
reportProgress: reportProgress
|
|
6196
6294
|
});
|
|
6197
6295
|
}
|
|
6198
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
6199
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
6296
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TransportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6297
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TransportsService, providedIn: 'root' });
|
|
6200
6298
|
}
|
|
6201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
6299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TransportsService, decorators: [{
|
|
6202
6300
|
type: Injectable,
|
|
6203
6301
|
args: [{
|
|
6204
6302
|
providedIn: 'root'
|
|
@@ -6215,7 +6313,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
6215
6313
|
/**
|
|
6216
6314
|
* VRt.Studio [ST]
|
|
6217
6315
|
*
|
|
6218
|
-
* The version of the OpenAPI document: 7.
|
|
6316
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
6219
6317
|
* Contact: support@veeroute.com
|
|
6220
6318
|
*
|
|
6221
6319
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7087,10 +7185,10 @@ class TripsService extends BaseService {
|
|
|
7087
7185
|
reportProgress: reportProgress
|
|
7088
7186
|
});
|
|
7089
7187
|
}
|
|
7090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
7091
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
7188
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TripsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7189
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TripsService, providedIn: 'root' });
|
|
7092
7190
|
}
|
|
7093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
7191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: TripsService, decorators: [{
|
|
7094
7192
|
type: Injectable,
|
|
7095
7193
|
args: [{
|
|
7096
7194
|
providedIn: 'root'
|
|
@@ -7107,7 +7205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
7107
7205
|
/**
|
|
7108
7206
|
* VRt.Studio [ST]
|
|
7109
7207
|
*
|
|
7110
|
-
* The version of the OpenAPI document: 7.
|
|
7208
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7111
7209
|
* Contact: support@veeroute.com
|
|
7112
7210
|
*
|
|
7113
7211
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7391,10 +7489,10 @@ class UserService extends BaseService {
|
|
|
7391
7489
|
reportProgress: reportProgress
|
|
7392
7490
|
});
|
|
7393
7491
|
}
|
|
7394
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
7395
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
7492
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7493
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
7396
7494
|
}
|
|
7397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
7495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: UserService, decorators: [{
|
|
7398
7496
|
type: Injectable,
|
|
7399
7497
|
args: [{
|
|
7400
7498
|
providedIn: 'root'
|
|
@@ -7413,7 +7511,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7413
7511
|
/**
|
|
7414
7512
|
* VRt.Studio [ST]
|
|
7415
7513
|
*
|
|
7416
|
-
* The version of the OpenAPI document: 7.
|
|
7514
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7417
7515
|
* Contact: support@veeroute.com
|
|
7418
7516
|
*
|
|
7419
7517
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7423,7 +7521,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7423
7521
|
/**
|
|
7424
7522
|
* VRt.Studio [ST]
|
|
7425
7523
|
*
|
|
7426
|
-
* The version of the OpenAPI document: 7.
|
|
7524
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7427
7525
|
* Contact: support@veeroute.com
|
|
7428
7526
|
*
|
|
7429
7527
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7433,14 +7531,14 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7433
7531
|
/**
|
|
7434
7532
|
* VRt.Studio [ST]
|
|
7435
7533
|
*
|
|
7436
|
-
* The version of the OpenAPI document: 7.
|
|
7534
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7437
7535
|
* Contact: support@veeroute.com
|
|
7438
7536
|
*
|
|
7439
7537
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7440
7538
|
* Do not edit the class manually.
|
|
7441
7539
|
*/
|
|
7442
7540
|
/**
|
|
7443
|
-
* Process name: * `PLAN` -
|
|
7541
|
+
* Process name: * `PLAN` - planning * `REPLAN` - replanning * `ACTUALIZE` - actualization
|
|
7444
7542
|
*/
|
|
7445
7543
|
var BasicProcessStudio;
|
|
7446
7544
|
(function (BasicProcessStudio) {
|
|
@@ -7452,14 +7550,14 @@ var BasicProcessStudio;
|
|
|
7452
7550
|
/**
|
|
7453
7551
|
* VRt.Studio [ST]
|
|
7454
7552
|
*
|
|
7455
|
-
* The version of the OpenAPI document: 7.
|
|
7553
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7456
7554
|
* Contact: support@veeroute.com
|
|
7457
7555
|
*
|
|
7458
7556
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7459
7557
|
* Do not edit the class manually.
|
|
7460
7558
|
*/
|
|
7461
7559
|
/**
|
|
7462
|
-
*
|
|
7560
|
+
* Entity state that determines its relation to the dataset: * `UNPLANNED` - new entity * `PLANNED` - the entity is planned in a specific trip at a specific time * `ASSIGNED` - the entity is assigned to a specific trip without a specific time * `COMPLETED` - the entity is completed and no longer participates in the calculation * `ERROR` - the entity contains data errors
|
|
7463
7561
|
*/
|
|
7464
7562
|
var BasicStateStudio;
|
|
7465
7563
|
(function (BasicStateStudio) {
|
|
@@ -7473,7 +7571,7 @@ var BasicStateStudio;
|
|
|
7473
7571
|
/**
|
|
7474
7572
|
* VRt.Studio [ST]
|
|
7475
7573
|
*
|
|
7476
|
-
* The version of the OpenAPI document: 7.
|
|
7574
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7477
7575
|
* Contact: support@veeroute.com
|
|
7478
7576
|
*
|
|
7479
7577
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7490,7 +7588,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7490
7588
|
/**
|
|
7491
7589
|
* VRt.Studio [ST]
|
|
7492
7590
|
*
|
|
7493
|
-
* The version of the OpenAPI document: 7.
|
|
7591
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7494
7592
|
* Contact: support@veeroute.com
|
|
7495
7593
|
*
|
|
7496
7594
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7500,7 +7598,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7500
7598
|
/**
|
|
7501
7599
|
* VRt.Studio [ST]
|
|
7502
7600
|
*
|
|
7503
|
-
* The version of the OpenAPI document: 7.
|
|
7601
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7504
7602
|
* Contact: support@veeroute.com
|
|
7505
7603
|
*
|
|
7506
7604
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7510,7 +7608,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7510
7608
|
/**
|
|
7511
7609
|
* VRt.Studio [ST]
|
|
7512
7610
|
*
|
|
7513
|
-
* The version of the OpenAPI document: 7.
|
|
7611
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7514
7612
|
* Contact: support@veeroute.com
|
|
7515
7613
|
*
|
|
7516
7614
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7534,7 +7632,7 @@ var CalculationStatusStudio;
|
|
|
7534
7632
|
/**
|
|
7535
7633
|
* VRt.Studio [ST]
|
|
7536
7634
|
*
|
|
7537
|
-
* The version of the OpenAPI document: 7.
|
|
7635
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7538
7636
|
* Contact: support@veeroute.com
|
|
7539
7637
|
*
|
|
7540
7638
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7544,7 +7642,7 @@ var CalculationStatusStudio;
|
|
|
7544
7642
|
/**
|
|
7545
7643
|
* VRt.Studio [ST]
|
|
7546
7644
|
*
|
|
7547
|
-
* The version of the OpenAPI document: 7.
|
|
7645
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7548
7646
|
* Contact: support@veeroute.com
|
|
7549
7647
|
*
|
|
7550
7648
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7554,7 +7652,7 @@ var CalculationStatusStudio;
|
|
|
7554
7652
|
/**
|
|
7555
7653
|
* VRt.Studio [ST]
|
|
7556
7654
|
*
|
|
7557
|
-
* The version of the OpenAPI document: 7.
|
|
7655
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7558
7656
|
* Contact: support@veeroute.com
|
|
7559
7657
|
*
|
|
7560
7658
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7564,7 +7662,7 @@ var CalculationStatusStudio;
|
|
|
7564
7662
|
/**
|
|
7565
7663
|
* VRt.Studio [ST]
|
|
7566
7664
|
*
|
|
7567
|
-
* The version of the OpenAPI document: 7.
|
|
7665
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7568
7666
|
* Contact: support@veeroute.com
|
|
7569
7667
|
*
|
|
7570
7668
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7574,7 +7672,7 @@ var CalculationStatusStudio;
|
|
|
7574
7672
|
/**
|
|
7575
7673
|
* VRt.Studio [ST]
|
|
7576
7674
|
*
|
|
7577
|
-
* The version of the OpenAPI document: 7.
|
|
7675
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7578
7676
|
* Contact: support@veeroute.com
|
|
7579
7677
|
*
|
|
7580
7678
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7584,7 +7682,7 @@ var CalculationStatusStudio;
|
|
|
7584
7682
|
/**
|
|
7585
7683
|
* VRt.Studio [ST]
|
|
7586
7684
|
*
|
|
7587
|
-
* The version of the OpenAPI document: 7.
|
|
7685
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7588
7686
|
* Contact: support@veeroute.com
|
|
7589
7687
|
*
|
|
7590
7688
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7594,7 +7692,7 @@ var CalculationStatusStudio;
|
|
|
7594
7692
|
/**
|
|
7595
7693
|
* VRt.Studio [ST]
|
|
7596
7694
|
*
|
|
7597
|
-
* The version of the OpenAPI document: 7.
|
|
7695
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7598
7696
|
* Contact: support@veeroute.com
|
|
7599
7697
|
*
|
|
7600
7698
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7604,7 +7702,7 @@ var CalculationStatusStudio;
|
|
|
7604
7702
|
/**
|
|
7605
7703
|
* VRt.Studio [ST]
|
|
7606
7704
|
*
|
|
7607
|
-
* The version of the OpenAPI document: 7.
|
|
7705
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7608
7706
|
* Contact: support@veeroute.com
|
|
7609
7707
|
*
|
|
7610
7708
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7622,7 +7720,7 @@ var CargoActionTypeStudio;
|
|
|
7622
7720
|
/**
|
|
7623
7721
|
* VRt.Studio [ST]
|
|
7624
7722
|
*
|
|
7625
|
-
* The version of the OpenAPI document: 7.
|
|
7723
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7626
7724
|
* Contact: support@veeroute.com
|
|
7627
7725
|
*
|
|
7628
7726
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7632,7 +7730,7 @@ var CargoActionTypeStudio;
|
|
|
7632
7730
|
/**
|
|
7633
7731
|
* VRt.Studio [ST]
|
|
7634
7732
|
*
|
|
7635
|
-
* The version of the OpenAPI document: 7.
|
|
7733
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7636
7734
|
* Contact: support@veeroute.com
|
|
7637
7735
|
*
|
|
7638
7736
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7642,7 +7740,7 @@ var CargoActionTypeStudio;
|
|
|
7642
7740
|
/**
|
|
7643
7741
|
* VRt.Studio [ST]
|
|
7644
7742
|
*
|
|
7645
|
-
* The version of the OpenAPI document: 7.
|
|
7743
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7646
7744
|
* Contact: support@veeroute.com
|
|
7647
7745
|
*
|
|
7648
7746
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7670,7 +7768,7 @@ var CargoInvoiceTaxStudio;
|
|
|
7670
7768
|
/**
|
|
7671
7769
|
* VRt.Studio [ST]
|
|
7672
7770
|
*
|
|
7673
|
-
* The version of the OpenAPI document: 7.
|
|
7771
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7674
7772
|
* Contact: support@veeroute.com
|
|
7675
7773
|
*
|
|
7676
7774
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7690,7 +7788,7 @@ var CargoRotationTypeStudio;
|
|
|
7690
7788
|
/**
|
|
7691
7789
|
* VRt.Studio [ST]
|
|
7692
7790
|
*
|
|
7693
|
-
* The version of the OpenAPI document: 7.
|
|
7791
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7694
7792
|
* Contact: support@veeroute.com
|
|
7695
7793
|
*
|
|
7696
7794
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7700,7 +7798,7 @@ var CargoRotationTypeStudio;
|
|
|
7700
7798
|
/**
|
|
7701
7799
|
* VRt.Studio [ST]
|
|
7702
7800
|
*
|
|
7703
|
-
* The version of the OpenAPI document: 7.
|
|
7801
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7704
7802
|
* Contact: support@veeroute.com
|
|
7705
7803
|
*
|
|
7706
7804
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7710,7 +7808,7 @@ var CargoRotationTypeStudio;
|
|
|
7710
7808
|
/**
|
|
7711
7809
|
* VRt.Studio [ST]
|
|
7712
7810
|
*
|
|
7713
|
-
* The version of the OpenAPI document: 7.
|
|
7811
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7714
7812
|
* Contact: support@veeroute.com
|
|
7715
7813
|
*
|
|
7716
7814
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7738,7 +7836,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7738
7836
|
/**
|
|
7739
7837
|
* VRt.Studio [ST]
|
|
7740
7838
|
*
|
|
7741
|
-
* The version of the OpenAPI document: 7.
|
|
7839
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7742
7840
|
* Contact: support@veeroute.com
|
|
7743
7841
|
*
|
|
7744
7842
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7748,7 +7846,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7748
7846
|
/**
|
|
7749
7847
|
* VRt.Studio [ST]
|
|
7750
7848
|
*
|
|
7751
|
-
* The version of the OpenAPI document: 7.
|
|
7849
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7752
7850
|
* Contact: support@veeroute.com
|
|
7753
7851
|
*
|
|
7754
7852
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7769,7 +7867,7 @@ var DemandTypeStudio;
|
|
|
7769
7867
|
/**
|
|
7770
7868
|
* VRt.Studio [ST]
|
|
7771
7869
|
*
|
|
7772
|
-
* The version of the OpenAPI document: 7.
|
|
7870
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7773
7871
|
* Contact: support@veeroute.com
|
|
7774
7872
|
*
|
|
7775
7873
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7805,7 +7903,7 @@ var EntityErrorTypeStudio;
|
|
|
7805
7903
|
/**
|
|
7806
7904
|
* VRt.Studio [ST]
|
|
7807
7905
|
*
|
|
7808
|
-
* The version of the OpenAPI document: 7.
|
|
7906
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7809
7907
|
* Contact: support@veeroute.com
|
|
7810
7908
|
*
|
|
7811
7909
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7849,14 +7947,14 @@ var EntityTypeStudio;
|
|
|
7849
7947
|
/**
|
|
7850
7948
|
* VRt.Studio [ST]
|
|
7851
7949
|
*
|
|
7852
|
-
* The version of the OpenAPI document: 7.
|
|
7950
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7853
7951
|
* Contact: support@veeroute.com
|
|
7854
7952
|
*
|
|
7855
7953
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7856
7954
|
* Do not edit the class manually.
|
|
7857
7955
|
*/
|
|
7858
7956
|
/**
|
|
7859
|
-
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the
|
|
7957
|
+
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the `working_window` of the performer\'s shift does not lie entirely inside the availability window `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time in queue has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for a demand of type `DROP_FROM_BOX` the indicated cargos are in boxes of different transports * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other, or the `working_window` of the performer\'s or transport\'s shift does not intersect with the feature time window * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object * `INCOMPATIBLE_REQUIREMENTS` - incompatible requirements are specified: location load accounting and soft window optimization. * `UNCLASSIFIED_WARNING` - unclassified warning
|
|
7860
7958
|
*/
|
|
7861
7959
|
var EntityWarningTypeStudio;
|
|
7862
7960
|
(function (EntityWarningTypeStudio) {
|
|
@@ -7907,7 +8005,7 @@ var EntityWarningTypeStudio;
|
|
|
7907
8005
|
/**
|
|
7908
8006
|
* VRt.Studio [ST]
|
|
7909
8007
|
*
|
|
7910
|
-
* The version of the OpenAPI document: 7.
|
|
8008
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7911
8009
|
* Contact: support@veeroute.com
|
|
7912
8010
|
*
|
|
7913
8011
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7917,7 +8015,7 @@ var EntityWarningTypeStudio;
|
|
|
7917
8015
|
/**
|
|
7918
8016
|
* VRt.Studio [ST]
|
|
7919
8017
|
*
|
|
7920
|
-
* The version of the OpenAPI document: 7.
|
|
8018
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7921
8019
|
* Contact: support@veeroute.com
|
|
7922
8020
|
*
|
|
7923
8021
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7927,7 +8025,7 @@ var EntityWarningTypeStudio;
|
|
|
7927
8025
|
/**
|
|
7928
8026
|
* VRt.Studio [ST]
|
|
7929
8027
|
*
|
|
7930
|
-
* The version of the OpenAPI document: 7.
|
|
8028
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7931
8029
|
* Contact: support@veeroute.com
|
|
7932
8030
|
*
|
|
7933
8031
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7946,14 +8044,14 @@ var FactStatusStudio;
|
|
|
7946
8044
|
/**
|
|
7947
8045
|
* VRt.Studio [ST]
|
|
7948
8046
|
*
|
|
7949
|
-
* The version of the OpenAPI document: 7.
|
|
8047
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7950
8048
|
* Contact: support@veeroute.com
|
|
7951
8049
|
*
|
|
7952
8050
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7953
8051
|
* Do not edit the class manually.
|
|
7954
8052
|
*/
|
|
7955
8053
|
/**
|
|
7956
|
-
* Possible fact types: * `NEW_LOCATION` - the performer changed his location during the trip * `ORDER_DONE` - the performer has finished fulfilling the order (or the order has been cancelled), the cargo associated with the order is no longer in the transport box * `DEMAND_START` - performer started to fulfill the demand * `DEMAND_DONE` - performer finished to fulfill the demand * `DEMAND_CANCELED` - the performer canceled the demand * `TRIP_PRECEDENCE_CHANGED` - the performer changed the precedence of the demands in the trip * `TRIP_RECEIVED` - the performer has received the trip * `TRIP_CONFIRMED` - the performer has agreed to perform the trip * `TRIP_REJECTED` - the performer has refused to perform the trip * `
|
|
8054
|
+
* Possible fact types: * `NEW_LOCATION` - the performer changed his location during the trip * `ORDER_DONE` - the performer has finished fulfilling the order (or the order has been cancelled), the cargo associated with the order is no longer in the transport box * `DEMAND_START` - performer started to fulfill the demand * `DEMAND_DONE` - performer finished to fulfill the demand * `DEMAND_CANCELED` - the performer canceled the demand * `TRIP_PRECEDENCE_CHANGED` - the performer changed the precedence of the demands in the trip * `TRIP_RECEIVED` - the performer has received the trip * `TRIP_CONFIRMED` - the performer has agreed to perform the trip * `TRIP_REJECTED` - the performer has refused to perform the trip * `TRIP_EXECUTING` - the performer has started performing the trip * `JOB_DONE` - the performer has finished custom job
|
|
7957
8055
|
*/
|
|
7958
8056
|
var FactTypeStudio;
|
|
7959
8057
|
(function (FactTypeStudio) {
|
|
@@ -7966,14 +8064,14 @@ var FactTypeStudio;
|
|
|
7966
8064
|
FactTypeStudio["TRIP_RECEIVED"] = "TRIP_RECEIVED";
|
|
7967
8065
|
FactTypeStudio["TRIP_CONFIRMED"] = "TRIP_CONFIRMED";
|
|
7968
8066
|
FactTypeStudio["TRIP_REJECTED"] = "TRIP_REJECTED";
|
|
7969
|
-
FactTypeStudio["
|
|
8067
|
+
FactTypeStudio["TRIP_EXECUTING"] = "TRIP_EXECUTING";
|
|
7970
8068
|
FactTypeStudio["JOB_DONE"] = "JOB_DONE";
|
|
7971
8069
|
})(FactTypeStudio || (FactTypeStudio = {}));
|
|
7972
8070
|
|
|
7973
8071
|
/**
|
|
7974
8072
|
* VRt.Studio [ST]
|
|
7975
8073
|
*
|
|
7976
|
-
* The version of the OpenAPI document: 7.
|
|
8074
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7977
8075
|
* Contact: support@veeroute.com
|
|
7978
8076
|
*
|
|
7979
8077
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7983,7 +8081,7 @@ var FactTypeStudio;
|
|
|
7983
8081
|
/**
|
|
7984
8082
|
* VRt.Studio [ST]
|
|
7985
8083
|
*
|
|
7986
|
-
* The version of the OpenAPI document: 7.
|
|
8084
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7987
8085
|
* Contact: support@veeroute.com
|
|
7988
8086
|
*
|
|
7989
8087
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7993,7 +8091,7 @@ var FactTypeStudio;
|
|
|
7993
8091
|
/**
|
|
7994
8092
|
* VRt.Studio [ST]
|
|
7995
8093
|
*
|
|
7996
|
-
* The version of the OpenAPI document: 7.
|
|
8094
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7997
8095
|
* Contact: support@veeroute.com
|
|
7998
8096
|
*
|
|
7999
8097
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8016,7 +8114,7 @@ var FilesystemColumnTypeStudio;
|
|
|
8016
8114
|
/**
|
|
8017
8115
|
* VRt.Studio [ST]
|
|
8018
8116
|
*
|
|
8019
|
-
* The version of the OpenAPI document: 7.
|
|
8117
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8020
8118
|
* Contact: support@veeroute.com
|
|
8021
8119
|
*
|
|
8022
8120
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8026,7 +8124,7 @@ var FilesystemColumnTypeStudio;
|
|
|
8026
8124
|
/**
|
|
8027
8125
|
* VRt.Studio [ST]
|
|
8028
8126
|
*
|
|
8029
|
-
* The version of the OpenAPI document: 7.
|
|
8127
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8030
8128
|
* Contact: support@veeroute.com
|
|
8031
8129
|
*
|
|
8032
8130
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8044,7 +8142,7 @@ var FolderTypeStudio;
|
|
|
8044
8142
|
/**
|
|
8045
8143
|
* VRt.Studio [ST]
|
|
8046
8144
|
*
|
|
8047
|
-
* The version of the OpenAPI document: 7.
|
|
8145
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8048
8146
|
* Contact: support@veeroute.com
|
|
8049
8147
|
*
|
|
8050
8148
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8054,7 +8152,7 @@ var FolderTypeStudio;
|
|
|
8054
8152
|
/**
|
|
8055
8153
|
* VRt.Studio [ST]
|
|
8056
8154
|
*
|
|
8057
|
-
* The version of the OpenAPI document: 7.
|
|
8155
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8058
8156
|
* Contact: support@veeroute.com
|
|
8059
8157
|
*
|
|
8060
8158
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8073,7 +8171,7 @@ var HardlinkElementTypeStudio;
|
|
|
8073
8171
|
/**
|
|
8074
8172
|
* VRt.Studio [ST]
|
|
8075
8173
|
*
|
|
8076
|
-
* The version of the OpenAPI document: 7.
|
|
8174
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8077
8175
|
* Contact: support@veeroute.com
|
|
8078
8176
|
*
|
|
8079
8177
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8091,7 +8189,7 @@ var ImportSampleStudio;
|
|
|
8091
8189
|
/**
|
|
8092
8190
|
* VRt.Studio [ST]
|
|
8093
8191
|
*
|
|
8094
|
-
* The version of the OpenAPI document: 7.
|
|
8192
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8095
8193
|
* Contact: support@veeroute.com
|
|
8096
8194
|
*
|
|
8097
8195
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8109,7 +8207,7 @@ var ImportSourceStudio;
|
|
|
8109
8207
|
/**
|
|
8110
8208
|
* VRt.Studio [ST]
|
|
8111
8209
|
*
|
|
8112
|
-
* The version of the OpenAPI document: 7.
|
|
8210
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8113
8211
|
* Contact: support@veeroute.com
|
|
8114
8212
|
*
|
|
8115
8213
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8132,7 +8230,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8132
8230
|
/**
|
|
8133
8231
|
* VRt.Studio [ST]
|
|
8134
8232
|
*
|
|
8135
|
-
* The version of the OpenAPI document: 7.
|
|
8233
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8136
8234
|
* Contact: support@veeroute.com
|
|
8137
8235
|
*
|
|
8138
8236
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8142,7 +8240,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8142
8240
|
/**
|
|
8143
8241
|
* VRt.Studio [ST]
|
|
8144
8242
|
*
|
|
8145
|
-
* The version of the OpenAPI document: 7.
|
|
8243
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8146
8244
|
* Contact: support@veeroute.com
|
|
8147
8245
|
*
|
|
8148
8246
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8152,7 +8250,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8152
8250
|
/**
|
|
8153
8251
|
* VRt.Studio [ST]
|
|
8154
8252
|
*
|
|
8155
|
-
* The version of the OpenAPI document: 7.
|
|
8253
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8156
8254
|
* Contact: support@veeroute.com
|
|
8157
8255
|
*
|
|
8158
8256
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8162,7 +8260,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8162
8260
|
/**
|
|
8163
8261
|
* VRt.Studio [ST]
|
|
8164
8262
|
*
|
|
8165
|
-
* The version of the OpenAPI document: 7.
|
|
8263
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8166
8264
|
* Contact: support@veeroute.com
|
|
8167
8265
|
*
|
|
8168
8266
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8172,7 +8270,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8172
8270
|
/**
|
|
8173
8271
|
* VRt.Studio [ST]
|
|
8174
8272
|
*
|
|
8175
|
-
* The version of the OpenAPI document: 7.
|
|
8273
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8176
8274
|
* Contact: support@veeroute.com
|
|
8177
8275
|
*
|
|
8178
8276
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8182,7 +8280,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8182
8280
|
/**
|
|
8183
8281
|
* VRt.Studio [ST]
|
|
8184
8282
|
*
|
|
8185
|
-
* The version of the OpenAPI document: 7.
|
|
8283
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8186
8284
|
* Contact: support@veeroute.com
|
|
8187
8285
|
*
|
|
8188
8286
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8192,7 +8290,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8192
8290
|
/**
|
|
8193
8291
|
* VRt.Studio [ST]
|
|
8194
8292
|
*
|
|
8195
|
-
* The version of the OpenAPI document: 7.
|
|
8293
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8196
8294
|
* Contact: support@veeroute.com
|
|
8197
8295
|
*
|
|
8198
8296
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8202,7 +8300,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8202
8300
|
/**
|
|
8203
8301
|
* VRt.Studio [ST]
|
|
8204
8302
|
*
|
|
8205
|
-
* The version of the OpenAPI document: 7.
|
|
8303
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8206
8304
|
* Contact: support@veeroute.com
|
|
8207
8305
|
*
|
|
8208
8306
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8212,7 +8310,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8212
8310
|
/**
|
|
8213
8311
|
* VRt.Studio [ST]
|
|
8214
8312
|
*
|
|
8215
|
-
* The version of the OpenAPI document: 7.
|
|
8313
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8216
8314
|
* Contact: support@veeroute.com
|
|
8217
8315
|
*
|
|
8218
8316
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8222,7 +8320,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8222
8320
|
/**
|
|
8223
8321
|
* VRt.Studio [ST]
|
|
8224
8322
|
*
|
|
8225
|
-
* The version of the OpenAPI document: 7.
|
|
8323
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8226
8324
|
* Contact: support@veeroute.com
|
|
8227
8325
|
*
|
|
8228
8326
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8232,7 +8330,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8232
8330
|
/**
|
|
8233
8331
|
* VRt.Studio [ST]
|
|
8234
8332
|
*
|
|
8235
|
-
* The version of the OpenAPI document: 7.
|
|
8333
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8236
8334
|
* Contact: support@veeroute.com
|
|
8237
8335
|
*
|
|
8238
8336
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8242,7 +8340,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8242
8340
|
/**
|
|
8243
8341
|
* VRt.Studio [ST]
|
|
8244
8342
|
*
|
|
8245
|
-
* The version of the OpenAPI document: 7.
|
|
8343
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8246
8344
|
* Contact: support@veeroute.com
|
|
8247
8345
|
*
|
|
8248
8346
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8252,7 +8350,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8252
8350
|
/**
|
|
8253
8351
|
* VRt.Studio [ST]
|
|
8254
8352
|
*
|
|
8255
|
-
* The version of the OpenAPI document: 7.
|
|
8353
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8256
8354
|
* Contact: support@veeroute.com
|
|
8257
8355
|
*
|
|
8258
8356
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8262,7 +8360,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8262
8360
|
/**
|
|
8263
8361
|
* VRt.Studio [ST]
|
|
8264
8362
|
*
|
|
8265
|
-
* The version of the OpenAPI document: 7.
|
|
8363
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8266
8364
|
* Contact: support@veeroute.com
|
|
8267
8365
|
*
|
|
8268
8366
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8288,7 +8386,7 @@ var ServiceStudio;
|
|
|
8288
8386
|
/**
|
|
8289
8387
|
* VRt.Studio [ST]
|
|
8290
8388
|
*
|
|
8291
|
-
* The version of the OpenAPI document: 7.
|
|
8389
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8292
8390
|
* Contact: support@veeroute.com
|
|
8293
8391
|
*
|
|
8294
8392
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8298,7 +8396,7 @@ var ServiceStudio;
|
|
|
8298
8396
|
/**
|
|
8299
8397
|
* VRt.Studio [ST]
|
|
8300
8398
|
*
|
|
8301
|
-
* The version of the OpenAPI document: 7.
|
|
8399
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8302
8400
|
* Contact: support@veeroute.com
|
|
8303
8401
|
*
|
|
8304
8402
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8374,7 +8472,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8374
8472
|
/**
|
|
8375
8473
|
* VRt.Studio [ST]
|
|
8376
8474
|
*
|
|
8377
|
-
* The version of the OpenAPI document: 7.
|
|
8475
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8378
8476
|
* Contact: support@veeroute.com
|
|
8379
8477
|
*
|
|
8380
8478
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8384,7 +8482,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8384
8482
|
/**
|
|
8385
8483
|
* VRt.Studio [ST]
|
|
8386
8484
|
*
|
|
8387
|
-
* The version of the OpenAPI document: 7.
|
|
8485
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8388
8486
|
* Contact: support@veeroute.com
|
|
8389
8487
|
*
|
|
8390
8488
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8394,7 +8492,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8394
8492
|
/**
|
|
8395
8493
|
* VRt.Studio [ST]
|
|
8396
8494
|
*
|
|
8397
|
-
* The version of the OpenAPI document: 7.
|
|
8495
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8398
8496
|
* Contact: support@veeroute.com
|
|
8399
8497
|
*
|
|
8400
8498
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8405,6 +8503,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8405
8503
|
*/
|
|
8406
8504
|
var TableExperimentColumnTypeStudio;
|
|
8407
8505
|
(function (TableExperimentColumnTypeStudio) {
|
|
8506
|
+
TableExperimentColumnTypeStudio["SHARING"] = "SHARING";
|
|
8408
8507
|
TableExperimentColumnTypeStudio["EDIT_DATE"] = "EDIT_DATE";
|
|
8409
8508
|
TableExperimentColumnTypeStudio["CREATION_DATE"] = "CREATION_DATE";
|
|
8410
8509
|
TableExperimentColumnTypeStudio["CALCULATION_STATE"] = "CALCULATION_STATE";
|
|
@@ -8415,7 +8514,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
8415
8514
|
/**
|
|
8416
8515
|
* VRt.Studio [ST]
|
|
8417
8516
|
*
|
|
8418
|
-
* The version of the OpenAPI document: 7.
|
|
8517
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8419
8518
|
* Contact: support@veeroute.com
|
|
8420
8519
|
*
|
|
8421
8520
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8445,7 +8544,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8445
8544
|
/**
|
|
8446
8545
|
* VRt.Studio [ST]
|
|
8447
8546
|
*
|
|
8448
|
-
* The version of the OpenAPI document: 7.
|
|
8547
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8449
8548
|
* Contact: support@veeroute.com
|
|
8450
8549
|
*
|
|
8451
8550
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8455,7 +8554,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8455
8554
|
/**
|
|
8456
8555
|
* VRt.Studio [ST]
|
|
8457
8556
|
*
|
|
8458
|
-
* The version of the OpenAPI document: 7.
|
|
8557
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8459
8558
|
* Contact: support@veeroute.com
|
|
8460
8559
|
*
|
|
8461
8560
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8465,7 +8564,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8465
8564
|
/**
|
|
8466
8565
|
* VRt.Studio [ST]
|
|
8467
8566
|
*
|
|
8468
|
-
* The version of the OpenAPI document: 7.
|
|
8567
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8469
8568
|
* Contact: support@veeroute.com
|
|
8470
8569
|
*
|
|
8471
8570
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8475,7 +8574,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8475
8574
|
/**
|
|
8476
8575
|
* VRt.Studio [ST]
|
|
8477
8576
|
*
|
|
8478
|
-
* The version of the OpenAPI document: 7.
|
|
8577
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8479
8578
|
* Contact: support@veeroute.com
|
|
8480
8579
|
*
|
|
8481
8580
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8485,7 +8584,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8485
8584
|
/**
|
|
8486
8585
|
* VRt.Studio [ST]
|
|
8487
8586
|
*
|
|
8488
|
-
* The version of the OpenAPI document: 7.
|
|
8587
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8489
8588
|
* Contact: support@veeroute.com
|
|
8490
8589
|
*
|
|
8491
8590
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8495,7 +8594,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8495
8594
|
/**
|
|
8496
8595
|
* VRt.Studio [ST]
|
|
8497
8596
|
*
|
|
8498
|
-
* The version of the OpenAPI document: 7.
|
|
8597
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8499
8598
|
* Contact: support@veeroute.com
|
|
8500
8599
|
*
|
|
8501
8600
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8505,7 +8604,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8505
8604
|
/**
|
|
8506
8605
|
* VRt.Studio [ST]
|
|
8507
8606
|
*
|
|
8508
|
-
* The version of the OpenAPI document: 7.
|
|
8607
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8509
8608
|
* Contact: support@veeroute.com
|
|
8510
8609
|
*
|
|
8511
8610
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8515,7 +8614,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8515
8614
|
/**
|
|
8516
8615
|
* VRt.Studio [ST]
|
|
8517
8616
|
*
|
|
8518
|
-
* The version of the OpenAPI document: 7.
|
|
8617
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8519
8618
|
* Contact: support@veeroute.com
|
|
8520
8619
|
*
|
|
8521
8620
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8525,7 +8624,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8525
8624
|
/**
|
|
8526
8625
|
* VRt.Studio [ST]
|
|
8527
8626
|
*
|
|
8528
|
-
* The version of the OpenAPI document: 7.
|
|
8627
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8529
8628
|
* Contact: support@veeroute.com
|
|
8530
8629
|
*
|
|
8531
8630
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8549,7 +8648,7 @@ var TableFilterTypeStudio;
|
|
|
8549
8648
|
/**
|
|
8550
8649
|
* VRt.Studio [ST]
|
|
8551
8650
|
*
|
|
8552
|
-
* The version of the OpenAPI document: 7.
|
|
8651
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8553
8652
|
* Contact: support@veeroute.com
|
|
8554
8653
|
*
|
|
8555
8654
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8580,7 +8679,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8580
8679
|
/**
|
|
8581
8680
|
* VRt.Studio [ST]
|
|
8582
8681
|
*
|
|
8583
|
-
* The version of the OpenAPI document: 7.
|
|
8682
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8584
8683
|
* Contact: support@veeroute.com
|
|
8585
8684
|
*
|
|
8586
8685
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8590,7 +8689,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8590
8689
|
/**
|
|
8591
8690
|
* VRt.Studio [ST]
|
|
8592
8691
|
*
|
|
8593
|
-
* The version of the OpenAPI document: 7.
|
|
8692
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8594
8693
|
* Contact: support@veeroute.com
|
|
8595
8694
|
*
|
|
8596
8695
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8620,7 +8719,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
8620
8719
|
/**
|
|
8621
8720
|
* VRt.Studio [ST]
|
|
8622
8721
|
*
|
|
8623
|
-
* The version of the OpenAPI document: 7.
|
|
8722
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8624
8723
|
* Contact: support@veeroute.com
|
|
8625
8724
|
*
|
|
8626
8725
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8676,7 +8775,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
8676
8775
|
/**
|
|
8677
8776
|
* VRt.Studio [ST]
|
|
8678
8777
|
*
|
|
8679
|
-
* The version of the OpenAPI document: 7.
|
|
8778
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8680
8779
|
* Contact: support@veeroute.com
|
|
8681
8780
|
*
|
|
8682
8781
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8714,7 +8813,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
8714
8813
|
/**
|
|
8715
8814
|
* VRt.Studio [ST]
|
|
8716
8815
|
*
|
|
8717
|
-
* The version of the OpenAPI document: 7.
|
|
8816
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8718
8817
|
* Contact: support@veeroute.com
|
|
8719
8818
|
*
|
|
8720
8819
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8772,7 +8871,7 @@ var TableRoundtripFieldsStudioEssenceTypeEnum;
|
|
|
8772
8871
|
/**
|
|
8773
8872
|
* VRt.Studio [ST]
|
|
8774
8873
|
*
|
|
8775
|
-
* The version of the OpenAPI document: 7.
|
|
8874
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8776
8875
|
* Contact: support@veeroute.com
|
|
8777
8876
|
*
|
|
8778
8877
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8816,7 +8915,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
8816
8915
|
/**
|
|
8817
8916
|
* VRt.Studio [ST]
|
|
8818
8917
|
*
|
|
8819
|
-
* The version of the OpenAPI document: 7.
|
|
8918
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8820
8919
|
* Contact: support@veeroute.com
|
|
8821
8920
|
*
|
|
8822
8921
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8832,6 +8931,10 @@ var TableTripColumnTypeStudio;
|
|
|
8832
8931
|
TableTripColumnTypeStudio["TRIP_VERIFIED"] = "TRIP_VERIFIED";
|
|
8833
8932
|
TableTripColumnTypeStudio["PRISTINE"] = "PRISTINE";
|
|
8834
8933
|
TableTripColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
|
|
8934
|
+
TableTripColumnTypeStudio["PERFORMER_KEY"] = "PERFORMER_KEY";
|
|
8935
|
+
TableTripColumnTypeStudio["PERFORMER_SHIFT_KEY"] = "PERFORMER_SHIFT_KEY";
|
|
8936
|
+
TableTripColumnTypeStudio["TRANSPORT_KEY"] = "TRANSPORT_KEY";
|
|
8937
|
+
TableTripColumnTypeStudio["TRANSPORT_SHIFT_KEY"] = "TRANSPORT_SHIFT_KEY";
|
|
8835
8938
|
TableTripColumnTypeStudio["COST"] = "COST";
|
|
8836
8939
|
TableTripColumnTypeStudio["REWARD"] = "REWARD";
|
|
8837
8940
|
TableTripColumnTypeStudio["PROFIT"] = "PROFIT";
|
|
@@ -8860,6 +8963,8 @@ var TableTripColumnTypeStudio;
|
|
|
8860
8963
|
TableTripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_A"] = "MAX_TRANSPORT_LOAD_CAPACITY_A";
|
|
8861
8964
|
TableTripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_B"] = "MAX_TRANSPORT_LOAD_CAPACITY_B";
|
|
8862
8965
|
TableTripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_C"] = "MAX_TRANSPORT_LOAD_CAPACITY_C";
|
|
8966
|
+
TableTripColumnTypeStudio["AVERAGE_ROUNDTRIP_TIME"] = "AVERAGE_ROUNDTRIP_TIME";
|
|
8967
|
+
TableTripColumnTypeStudio["AVERAGE_ROUNDTRIP_DISTANCE"] = "AVERAGE_ROUNDTRIP_DISTANCE";
|
|
8863
8968
|
TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
8864
8969
|
TableTripColumnTypeStudio["CUSTOMFIELDS"] = "CUSTOMFIELDS";
|
|
8865
8970
|
TableTripColumnTypeStudio["TRIP_STATUS"] = "TRIP_STATUS";
|
|
@@ -8876,7 +8981,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
8876
8981
|
/**
|
|
8877
8982
|
* VRt.Studio [ST]
|
|
8878
8983
|
*
|
|
8879
|
-
* The version of the OpenAPI document: 7.
|
|
8984
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8880
8985
|
* Contact: support@veeroute.com
|
|
8881
8986
|
*
|
|
8882
8987
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8917,7 +9022,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8917
9022
|
/**
|
|
8918
9023
|
* VRt.Studio [ST]
|
|
8919
9024
|
*
|
|
8920
|
-
* The version of the OpenAPI document: 7.
|
|
9025
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8921
9026
|
* Contact: support@veeroute.com
|
|
8922
9027
|
*
|
|
8923
9028
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8927,7 +9032,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8927
9032
|
/**
|
|
8928
9033
|
* VRt.Studio [ST]
|
|
8929
9034
|
*
|
|
8930
|
-
* The version of the OpenAPI document: 7.
|
|
9035
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8931
9036
|
* Contact: support@veeroute.com
|
|
8932
9037
|
*
|
|
8933
9038
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8937,7 +9042,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8937
9042
|
/**
|
|
8938
9043
|
* VRt.Studio [ST]
|
|
8939
9044
|
*
|
|
8940
|
-
* The version of the OpenAPI document: 7.
|
|
9045
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8941
9046
|
* Contact: support@veeroute.com
|
|
8942
9047
|
*
|
|
8943
9048
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8956,7 +9061,7 @@ var TrackTypeStudio;
|
|
|
8956
9061
|
/**
|
|
8957
9062
|
* VRt.Studio [ST]
|
|
8958
9063
|
*
|
|
8959
|
-
* The version of the OpenAPI document: 7.
|
|
9064
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8960
9065
|
* Contact: support@veeroute.com
|
|
8961
9066
|
*
|
|
8962
9067
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8966,7 +9071,7 @@ var TrackTypeStudio;
|
|
|
8966
9071
|
/**
|
|
8967
9072
|
* VRt.Studio [ST]
|
|
8968
9073
|
*
|
|
8969
|
-
* The version of the OpenAPI document: 7.
|
|
9074
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8970
9075
|
* Contact: support@veeroute.com
|
|
8971
9076
|
*
|
|
8972
9077
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8976,7 +9081,7 @@ var TrackTypeStudio;
|
|
|
8976
9081
|
/**
|
|
8977
9082
|
* VRt.Studio [ST]
|
|
8978
9083
|
*
|
|
8979
|
-
* The version of the OpenAPI document: 7.
|
|
9084
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8980
9085
|
* Contact: support@veeroute.com
|
|
8981
9086
|
*
|
|
8982
9087
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8986,7 +9091,7 @@ var TrackTypeStudio;
|
|
|
8986
9091
|
/**
|
|
8987
9092
|
* VRt.Studio [ST]
|
|
8988
9093
|
*
|
|
8989
|
-
* The version of the OpenAPI document: 7.
|
|
9094
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8990
9095
|
* Contact: support@veeroute.com
|
|
8991
9096
|
*
|
|
8992
9097
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9018,7 +9123,7 @@ var TransportTypeStudio;
|
|
|
9018
9123
|
/**
|
|
9019
9124
|
* VRt.Studio [ST]
|
|
9020
9125
|
*
|
|
9021
|
-
* The version of the OpenAPI document: 7.
|
|
9126
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9022
9127
|
* Contact: support@veeroute.com
|
|
9023
9128
|
*
|
|
9024
9129
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9028,7 +9133,7 @@ var TransportTypeStudio;
|
|
|
9028
9133
|
/**
|
|
9029
9134
|
* VRt.Studio [ST]
|
|
9030
9135
|
*
|
|
9031
|
-
* The version of the OpenAPI document: 7.
|
|
9136
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9032
9137
|
* Contact: support@veeroute.com
|
|
9033
9138
|
*
|
|
9034
9139
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9046,7 +9151,7 @@ var TripStartTimeStrategyStudio;
|
|
|
9046
9151
|
/**
|
|
9047
9152
|
* VRt.Studio [ST]
|
|
9048
9153
|
*
|
|
9049
|
-
* The version of the OpenAPI document: 7.
|
|
9154
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9050
9155
|
* Contact: support@veeroute.com
|
|
9051
9156
|
*
|
|
9052
9157
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9076,7 +9181,7 @@ var TripStateFlagStudio;
|
|
|
9076
9181
|
/**
|
|
9077
9182
|
* VRt.Studio [ST]
|
|
9078
9183
|
*
|
|
9079
|
-
* The version of the OpenAPI document: 7.
|
|
9184
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9080
9185
|
* Contact: support@veeroute.com
|
|
9081
9186
|
*
|
|
9082
9187
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9101,7 +9206,7 @@ var TripStatusStudio;
|
|
|
9101
9206
|
/**
|
|
9102
9207
|
* VRt.Studio [ST]
|
|
9103
9208
|
*
|
|
9104
|
-
* The version of the OpenAPI document: 7.
|
|
9209
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9105
9210
|
* Contact: support@veeroute.com
|
|
9106
9211
|
*
|
|
9107
9212
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9111,7 +9216,7 @@ var TripStatusStudio;
|
|
|
9111
9216
|
/**
|
|
9112
9217
|
* VRt.Studio [ST]
|
|
9113
9218
|
*
|
|
9114
|
-
* The version of the OpenAPI document: 7.
|
|
9219
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9115
9220
|
* Contact: support@veeroute.com
|
|
9116
9221
|
*
|
|
9117
9222
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9148,11 +9253,11 @@ class LssStudioApiModule {
|
|
|
9148
9253
|
'See also https://github.com/angular/angular/issues/20575');
|
|
9149
9254
|
}
|
|
9150
9255
|
}
|
|
9151
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
9152
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
9153
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
9256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LssStudioApiModule, deps: [{ token: LssStudioApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9257
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.13", ngImport: i0, type: LssStudioApiModule });
|
|
9258
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LssStudioApiModule });
|
|
9154
9259
|
}
|
|
9155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
9260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LssStudioApiModule, decorators: [{
|
|
9156
9261
|
type: NgModule,
|
|
9157
9262
|
args: [{
|
|
9158
9263
|
imports: [],
|