@veeroute/lss-studio-angular 7.34.3275 → 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 +35 -1
- package/fesm2022/veeroute-lss-studio-angular.mjs +270 -164
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/types/veeroute-lss-studio-angular.d.ts +411 -313
|
@@ -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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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.7", 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,27 +7550,28 @@ 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) {
|
|
7564
|
+
BasicStateStudio["UNPLANNED"] = "UNPLANNED";
|
|
7466
7565
|
BasicStateStudio["PLANNED"] = "PLANNED";
|
|
7467
7566
|
BasicStateStudio["ASSIGNED"] = "ASSIGNED";
|
|
7468
|
-
BasicStateStudio["
|
|
7567
|
+
BasicStateStudio["COMPLETED"] = "COMPLETED";
|
|
7469
7568
|
BasicStateStudio["ERROR"] = "ERROR";
|
|
7470
7569
|
})(BasicStateStudio || (BasicStateStudio = {}));
|
|
7471
7570
|
|
|
7472
7571
|
/**
|
|
7473
7572
|
* VRt.Studio [ST]
|
|
7474
7573
|
*
|
|
7475
|
-
* The version of the OpenAPI document: 7.
|
|
7574
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7476
7575
|
* Contact: support@veeroute.com
|
|
7477
7576
|
*
|
|
7478
7577
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7489,7 +7588,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7489
7588
|
/**
|
|
7490
7589
|
* VRt.Studio [ST]
|
|
7491
7590
|
*
|
|
7492
|
-
* The version of the OpenAPI document: 7.
|
|
7591
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7493
7592
|
* Contact: support@veeroute.com
|
|
7494
7593
|
*
|
|
7495
7594
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7499,7 +7598,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7499
7598
|
/**
|
|
7500
7599
|
* VRt.Studio [ST]
|
|
7501
7600
|
*
|
|
7502
|
-
* The version of the OpenAPI document: 7.
|
|
7601
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7503
7602
|
* Contact: support@veeroute.com
|
|
7504
7603
|
*
|
|
7505
7604
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7509,7 +7608,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7509
7608
|
/**
|
|
7510
7609
|
* VRt.Studio [ST]
|
|
7511
7610
|
*
|
|
7512
|
-
* The version of the OpenAPI document: 7.
|
|
7611
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7513
7612
|
* Contact: support@veeroute.com
|
|
7514
7613
|
*
|
|
7515
7614
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7533,7 +7632,7 @@ var CalculationStatusStudio;
|
|
|
7533
7632
|
/**
|
|
7534
7633
|
* VRt.Studio [ST]
|
|
7535
7634
|
*
|
|
7536
|
-
* The version of the OpenAPI document: 7.
|
|
7635
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7537
7636
|
* Contact: support@veeroute.com
|
|
7538
7637
|
*
|
|
7539
7638
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7543,7 +7642,7 @@ var CalculationStatusStudio;
|
|
|
7543
7642
|
/**
|
|
7544
7643
|
* VRt.Studio [ST]
|
|
7545
7644
|
*
|
|
7546
|
-
* The version of the OpenAPI document: 7.
|
|
7645
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7547
7646
|
* Contact: support@veeroute.com
|
|
7548
7647
|
*
|
|
7549
7648
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7553,7 +7652,7 @@ var CalculationStatusStudio;
|
|
|
7553
7652
|
/**
|
|
7554
7653
|
* VRt.Studio [ST]
|
|
7555
7654
|
*
|
|
7556
|
-
* The version of the OpenAPI document: 7.
|
|
7655
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7557
7656
|
* Contact: support@veeroute.com
|
|
7558
7657
|
*
|
|
7559
7658
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7563,7 +7662,7 @@ var CalculationStatusStudio;
|
|
|
7563
7662
|
/**
|
|
7564
7663
|
* VRt.Studio [ST]
|
|
7565
7664
|
*
|
|
7566
|
-
* The version of the OpenAPI document: 7.
|
|
7665
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7567
7666
|
* Contact: support@veeroute.com
|
|
7568
7667
|
*
|
|
7569
7668
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7573,7 +7672,7 @@ var CalculationStatusStudio;
|
|
|
7573
7672
|
/**
|
|
7574
7673
|
* VRt.Studio [ST]
|
|
7575
7674
|
*
|
|
7576
|
-
* The version of the OpenAPI document: 7.
|
|
7675
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7577
7676
|
* Contact: support@veeroute.com
|
|
7578
7677
|
*
|
|
7579
7678
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7583,7 +7682,7 @@ var CalculationStatusStudio;
|
|
|
7583
7682
|
/**
|
|
7584
7683
|
* VRt.Studio [ST]
|
|
7585
7684
|
*
|
|
7586
|
-
* The version of the OpenAPI document: 7.
|
|
7685
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7587
7686
|
* Contact: support@veeroute.com
|
|
7588
7687
|
*
|
|
7589
7688
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7593,7 +7692,7 @@ var CalculationStatusStudio;
|
|
|
7593
7692
|
/**
|
|
7594
7693
|
* VRt.Studio [ST]
|
|
7595
7694
|
*
|
|
7596
|
-
* The version of the OpenAPI document: 7.
|
|
7695
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7597
7696
|
* Contact: support@veeroute.com
|
|
7598
7697
|
*
|
|
7599
7698
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7603,7 +7702,7 @@ var CalculationStatusStudio;
|
|
|
7603
7702
|
/**
|
|
7604
7703
|
* VRt.Studio [ST]
|
|
7605
7704
|
*
|
|
7606
|
-
* The version of the OpenAPI document: 7.
|
|
7705
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7607
7706
|
* Contact: support@veeroute.com
|
|
7608
7707
|
*
|
|
7609
7708
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7621,7 +7720,7 @@ var CargoActionTypeStudio;
|
|
|
7621
7720
|
/**
|
|
7622
7721
|
* VRt.Studio [ST]
|
|
7623
7722
|
*
|
|
7624
|
-
* The version of the OpenAPI document: 7.
|
|
7723
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7625
7724
|
* Contact: support@veeroute.com
|
|
7626
7725
|
*
|
|
7627
7726
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7631,7 +7730,7 @@ var CargoActionTypeStudio;
|
|
|
7631
7730
|
/**
|
|
7632
7731
|
* VRt.Studio [ST]
|
|
7633
7732
|
*
|
|
7634
|
-
* The version of the OpenAPI document: 7.
|
|
7733
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7635
7734
|
* Contact: support@veeroute.com
|
|
7636
7735
|
*
|
|
7637
7736
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7641,7 +7740,7 @@ var CargoActionTypeStudio;
|
|
|
7641
7740
|
/**
|
|
7642
7741
|
* VRt.Studio [ST]
|
|
7643
7742
|
*
|
|
7644
|
-
* The version of the OpenAPI document: 7.
|
|
7743
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7645
7744
|
* Contact: support@veeroute.com
|
|
7646
7745
|
*
|
|
7647
7746
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7669,7 +7768,7 @@ var CargoInvoiceTaxStudio;
|
|
|
7669
7768
|
/**
|
|
7670
7769
|
* VRt.Studio [ST]
|
|
7671
7770
|
*
|
|
7672
|
-
* The version of the OpenAPI document: 7.
|
|
7771
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7673
7772
|
* Contact: support@veeroute.com
|
|
7674
7773
|
*
|
|
7675
7774
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7689,7 +7788,7 @@ var CargoRotationTypeStudio;
|
|
|
7689
7788
|
/**
|
|
7690
7789
|
* VRt.Studio [ST]
|
|
7691
7790
|
*
|
|
7692
|
-
* The version of the OpenAPI document: 7.
|
|
7791
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7693
7792
|
* Contact: support@veeroute.com
|
|
7694
7793
|
*
|
|
7695
7794
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7699,7 +7798,7 @@ var CargoRotationTypeStudio;
|
|
|
7699
7798
|
/**
|
|
7700
7799
|
* VRt.Studio [ST]
|
|
7701
7800
|
*
|
|
7702
|
-
* The version of the OpenAPI document: 7.
|
|
7801
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7703
7802
|
* Contact: support@veeroute.com
|
|
7704
7803
|
*
|
|
7705
7804
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7709,7 +7808,7 @@ var CargoRotationTypeStudio;
|
|
|
7709
7808
|
/**
|
|
7710
7809
|
* VRt.Studio [ST]
|
|
7711
7810
|
*
|
|
7712
|
-
* The version of the OpenAPI document: 7.
|
|
7811
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7713
7812
|
* Contact: support@veeroute.com
|
|
7714
7813
|
*
|
|
7715
7814
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7737,7 +7836,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7737
7836
|
/**
|
|
7738
7837
|
* VRt.Studio [ST]
|
|
7739
7838
|
*
|
|
7740
|
-
* The version of the OpenAPI document: 7.
|
|
7839
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7741
7840
|
* Contact: support@veeroute.com
|
|
7742
7841
|
*
|
|
7743
7842
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7747,7 +7846,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7747
7846
|
/**
|
|
7748
7847
|
* VRt.Studio [ST]
|
|
7749
7848
|
*
|
|
7750
|
-
* The version of the OpenAPI document: 7.
|
|
7849
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7751
7850
|
* Contact: support@veeroute.com
|
|
7752
7851
|
*
|
|
7753
7852
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7768,7 +7867,7 @@ var DemandTypeStudio;
|
|
|
7768
7867
|
/**
|
|
7769
7868
|
* VRt.Studio [ST]
|
|
7770
7869
|
*
|
|
7771
|
-
* The version of the OpenAPI document: 7.
|
|
7870
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7772
7871
|
* Contact: support@veeroute.com
|
|
7773
7872
|
*
|
|
7774
7873
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7804,7 +7903,7 @@ var EntityErrorTypeStudio;
|
|
|
7804
7903
|
/**
|
|
7805
7904
|
* VRt.Studio [ST]
|
|
7806
7905
|
*
|
|
7807
|
-
* The version of the OpenAPI document: 7.
|
|
7906
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7808
7907
|
* Contact: support@veeroute.com
|
|
7809
7908
|
*
|
|
7810
7909
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7848,14 +7947,14 @@ var EntityTypeStudio;
|
|
|
7848
7947
|
/**
|
|
7849
7948
|
* VRt.Studio [ST]
|
|
7850
7949
|
*
|
|
7851
|
-
* The version of the OpenAPI document: 7.
|
|
7950
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7852
7951
|
* Contact: support@veeroute.com
|
|
7853
7952
|
*
|
|
7854
7953
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7855
7954
|
* Do not edit the class manually.
|
|
7856
7955
|
*/
|
|
7857
7956
|
/**
|
|
7858
|
-
* 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
|
|
7859
7958
|
*/
|
|
7860
7959
|
var EntityWarningTypeStudio;
|
|
7861
7960
|
(function (EntityWarningTypeStudio) {
|
|
@@ -7906,7 +8005,7 @@ var EntityWarningTypeStudio;
|
|
|
7906
8005
|
/**
|
|
7907
8006
|
* VRt.Studio [ST]
|
|
7908
8007
|
*
|
|
7909
|
-
* The version of the OpenAPI document: 7.
|
|
8008
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7910
8009
|
* Contact: support@veeroute.com
|
|
7911
8010
|
*
|
|
7912
8011
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7916,7 +8015,7 @@ var EntityWarningTypeStudio;
|
|
|
7916
8015
|
/**
|
|
7917
8016
|
* VRt.Studio [ST]
|
|
7918
8017
|
*
|
|
7919
|
-
* The version of the OpenAPI document: 7.
|
|
8018
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7920
8019
|
* Contact: support@veeroute.com
|
|
7921
8020
|
*
|
|
7922
8021
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7926,7 +8025,7 @@ var EntityWarningTypeStudio;
|
|
|
7926
8025
|
/**
|
|
7927
8026
|
* VRt.Studio [ST]
|
|
7928
8027
|
*
|
|
7929
|
-
* The version of the OpenAPI document: 7.
|
|
8028
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7930
8029
|
* Contact: support@veeroute.com
|
|
7931
8030
|
*
|
|
7932
8031
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7945,14 +8044,14 @@ var FactStatusStudio;
|
|
|
7945
8044
|
/**
|
|
7946
8045
|
* VRt.Studio [ST]
|
|
7947
8046
|
*
|
|
7948
|
-
* The version of the OpenAPI document: 7.
|
|
8047
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7949
8048
|
* Contact: support@veeroute.com
|
|
7950
8049
|
*
|
|
7951
8050
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
7952
8051
|
* Do not edit the class manually.
|
|
7953
8052
|
*/
|
|
7954
8053
|
/**
|
|
7955
|
-
* 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
|
|
7956
8055
|
*/
|
|
7957
8056
|
var FactTypeStudio;
|
|
7958
8057
|
(function (FactTypeStudio) {
|
|
@@ -7965,14 +8064,14 @@ var FactTypeStudio;
|
|
|
7965
8064
|
FactTypeStudio["TRIP_RECEIVED"] = "TRIP_RECEIVED";
|
|
7966
8065
|
FactTypeStudio["TRIP_CONFIRMED"] = "TRIP_CONFIRMED";
|
|
7967
8066
|
FactTypeStudio["TRIP_REJECTED"] = "TRIP_REJECTED";
|
|
7968
|
-
FactTypeStudio["
|
|
8067
|
+
FactTypeStudio["TRIP_EXECUTING"] = "TRIP_EXECUTING";
|
|
7969
8068
|
FactTypeStudio["JOB_DONE"] = "JOB_DONE";
|
|
7970
8069
|
})(FactTypeStudio || (FactTypeStudio = {}));
|
|
7971
8070
|
|
|
7972
8071
|
/**
|
|
7973
8072
|
* VRt.Studio [ST]
|
|
7974
8073
|
*
|
|
7975
|
-
* The version of the OpenAPI document: 7.
|
|
8074
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7976
8075
|
* Contact: support@veeroute.com
|
|
7977
8076
|
*
|
|
7978
8077
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7982,7 +8081,7 @@ var FactTypeStudio;
|
|
|
7982
8081
|
/**
|
|
7983
8082
|
* VRt.Studio [ST]
|
|
7984
8083
|
*
|
|
7985
|
-
* The version of the OpenAPI document: 7.
|
|
8084
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7986
8085
|
* Contact: support@veeroute.com
|
|
7987
8086
|
*
|
|
7988
8087
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7992,7 +8091,7 @@ var FactTypeStudio;
|
|
|
7992
8091
|
/**
|
|
7993
8092
|
* VRt.Studio [ST]
|
|
7994
8093
|
*
|
|
7995
|
-
* The version of the OpenAPI document: 7.
|
|
8094
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
7996
8095
|
* Contact: support@veeroute.com
|
|
7997
8096
|
*
|
|
7998
8097
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8015,7 +8114,7 @@ var FilesystemColumnTypeStudio;
|
|
|
8015
8114
|
/**
|
|
8016
8115
|
* VRt.Studio [ST]
|
|
8017
8116
|
*
|
|
8018
|
-
* The version of the OpenAPI document: 7.
|
|
8117
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8019
8118
|
* Contact: support@veeroute.com
|
|
8020
8119
|
*
|
|
8021
8120
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8025,7 +8124,7 @@ var FilesystemColumnTypeStudio;
|
|
|
8025
8124
|
/**
|
|
8026
8125
|
* VRt.Studio [ST]
|
|
8027
8126
|
*
|
|
8028
|
-
* The version of the OpenAPI document: 7.
|
|
8127
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8029
8128
|
* Contact: support@veeroute.com
|
|
8030
8129
|
*
|
|
8031
8130
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8043,7 +8142,7 @@ var FolderTypeStudio;
|
|
|
8043
8142
|
/**
|
|
8044
8143
|
* VRt.Studio [ST]
|
|
8045
8144
|
*
|
|
8046
|
-
* The version of the OpenAPI document: 7.
|
|
8145
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8047
8146
|
* Contact: support@veeroute.com
|
|
8048
8147
|
*
|
|
8049
8148
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8053,7 +8152,7 @@ var FolderTypeStudio;
|
|
|
8053
8152
|
/**
|
|
8054
8153
|
* VRt.Studio [ST]
|
|
8055
8154
|
*
|
|
8056
|
-
* The version of the OpenAPI document: 7.
|
|
8155
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8057
8156
|
* Contact: support@veeroute.com
|
|
8058
8157
|
*
|
|
8059
8158
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8072,7 +8171,7 @@ var HardlinkElementTypeStudio;
|
|
|
8072
8171
|
/**
|
|
8073
8172
|
* VRt.Studio [ST]
|
|
8074
8173
|
*
|
|
8075
|
-
* The version of the OpenAPI document: 7.
|
|
8174
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8076
8175
|
* Contact: support@veeroute.com
|
|
8077
8176
|
*
|
|
8078
8177
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8090,7 +8189,7 @@ var ImportSampleStudio;
|
|
|
8090
8189
|
/**
|
|
8091
8190
|
* VRt.Studio [ST]
|
|
8092
8191
|
*
|
|
8093
|
-
* The version of the OpenAPI document: 7.
|
|
8192
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8094
8193
|
* Contact: support@veeroute.com
|
|
8095
8194
|
*
|
|
8096
8195
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8108,7 +8207,7 @@ var ImportSourceStudio;
|
|
|
8108
8207
|
/**
|
|
8109
8208
|
* VRt.Studio [ST]
|
|
8110
8209
|
*
|
|
8111
|
-
* The version of the OpenAPI document: 7.
|
|
8210
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8112
8211
|
* Contact: support@veeroute.com
|
|
8113
8212
|
*
|
|
8114
8213
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8131,7 +8230,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8131
8230
|
/**
|
|
8132
8231
|
* VRt.Studio [ST]
|
|
8133
8232
|
*
|
|
8134
|
-
* The version of the OpenAPI document: 7.
|
|
8233
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8135
8234
|
* Contact: support@veeroute.com
|
|
8136
8235
|
*
|
|
8137
8236
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8141,7 +8240,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8141
8240
|
/**
|
|
8142
8241
|
* VRt.Studio [ST]
|
|
8143
8242
|
*
|
|
8144
|
-
* The version of the OpenAPI document: 7.
|
|
8243
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8145
8244
|
* Contact: support@veeroute.com
|
|
8146
8245
|
*
|
|
8147
8246
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8151,7 +8250,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8151
8250
|
/**
|
|
8152
8251
|
* VRt.Studio [ST]
|
|
8153
8252
|
*
|
|
8154
|
-
* The version of the OpenAPI document: 7.
|
|
8253
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8155
8254
|
* Contact: support@veeroute.com
|
|
8156
8255
|
*
|
|
8157
8256
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8161,7 +8260,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8161
8260
|
/**
|
|
8162
8261
|
* VRt.Studio [ST]
|
|
8163
8262
|
*
|
|
8164
|
-
* The version of the OpenAPI document: 7.
|
|
8263
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8165
8264
|
* Contact: support@veeroute.com
|
|
8166
8265
|
*
|
|
8167
8266
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8171,7 +8270,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8171
8270
|
/**
|
|
8172
8271
|
* VRt.Studio [ST]
|
|
8173
8272
|
*
|
|
8174
|
-
* The version of the OpenAPI document: 7.
|
|
8273
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8175
8274
|
* Contact: support@veeroute.com
|
|
8176
8275
|
*
|
|
8177
8276
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8181,7 +8280,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8181
8280
|
/**
|
|
8182
8281
|
* VRt.Studio [ST]
|
|
8183
8282
|
*
|
|
8184
|
-
* The version of the OpenAPI document: 7.
|
|
8283
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8185
8284
|
* Contact: support@veeroute.com
|
|
8186
8285
|
*
|
|
8187
8286
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8191,7 +8290,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8191
8290
|
/**
|
|
8192
8291
|
* VRt.Studio [ST]
|
|
8193
8292
|
*
|
|
8194
|
-
* The version of the OpenAPI document: 7.
|
|
8293
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8195
8294
|
* Contact: support@veeroute.com
|
|
8196
8295
|
*
|
|
8197
8296
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8201,7 +8300,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8201
8300
|
/**
|
|
8202
8301
|
* VRt.Studio [ST]
|
|
8203
8302
|
*
|
|
8204
|
-
* The version of the OpenAPI document: 7.
|
|
8303
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8205
8304
|
* Contact: support@veeroute.com
|
|
8206
8305
|
*
|
|
8207
8306
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8211,7 +8310,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8211
8310
|
/**
|
|
8212
8311
|
* VRt.Studio [ST]
|
|
8213
8312
|
*
|
|
8214
|
-
* The version of the OpenAPI document: 7.
|
|
8313
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8215
8314
|
* Contact: support@veeroute.com
|
|
8216
8315
|
*
|
|
8217
8316
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8221,7 +8320,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8221
8320
|
/**
|
|
8222
8321
|
* VRt.Studio [ST]
|
|
8223
8322
|
*
|
|
8224
|
-
* The version of the OpenAPI document: 7.
|
|
8323
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8225
8324
|
* Contact: support@veeroute.com
|
|
8226
8325
|
*
|
|
8227
8326
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8231,7 +8330,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8231
8330
|
/**
|
|
8232
8331
|
* VRt.Studio [ST]
|
|
8233
8332
|
*
|
|
8234
|
-
* The version of the OpenAPI document: 7.
|
|
8333
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8235
8334
|
* Contact: support@veeroute.com
|
|
8236
8335
|
*
|
|
8237
8336
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8241,7 +8340,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8241
8340
|
/**
|
|
8242
8341
|
* VRt.Studio [ST]
|
|
8243
8342
|
*
|
|
8244
|
-
* The version of the OpenAPI document: 7.
|
|
8343
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8245
8344
|
* Contact: support@veeroute.com
|
|
8246
8345
|
*
|
|
8247
8346
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8251,7 +8350,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8251
8350
|
/**
|
|
8252
8351
|
* VRt.Studio [ST]
|
|
8253
8352
|
*
|
|
8254
|
-
* The version of the OpenAPI document: 7.
|
|
8353
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8255
8354
|
* Contact: support@veeroute.com
|
|
8256
8355
|
*
|
|
8257
8356
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8261,7 +8360,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
8261
8360
|
/**
|
|
8262
8361
|
* VRt.Studio [ST]
|
|
8263
8362
|
*
|
|
8264
|
-
* The version of the OpenAPI document: 7.
|
|
8363
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8265
8364
|
* Contact: support@veeroute.com
|
|
8266
8365
|
*
|
|
8267
8366
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8287,7 +8386,7 @@ var ServiceStudio;
|
|
|
8287
8386
|
/**
|
|
8288
8387
|
* VRt.Studio [ST]
|
|
8289
8388
|
*
|
|
8290
|
-
* The version of the OpenAPI document: 7.
|
|
8389
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8291
8390
|
* Contact: support@veeroute.com
|
|
8292
8391
|
*
|
|
8293
8392
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8297,7 +8396,7 @@ var ServiceStudio;
|
|
|
8297
8396
|
/**
|
|
8298
8397
|
* VRt.Studio [ST]
|
|
8299
8398
|
*
|
|
8300
|
-
* The version of the OpenAPI document: 7.
|
|
8399
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8301
8400
|
* Contact: support@veeroute.com
|
|
8302
8401
|
*
|
|
8303
8402
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8373,7 +8472,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8373
8472
|
/**
|
|
8374
8473
|
* VRt.Studio [ST]
|
|
8375
8474
|
*
|
|
8376
|
-
* The version of the OpenAPI document: 7.
|
|
8475
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8377
8476
|
* Contact: support@veeroute.com
|
|
8378
8477
|
*
|
|
8379
8478
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8383,7 +8482,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8383
8482
|
/**
|
|
8384
8483
|
* VRt.Studio [ST]
|
|
8385
8484
|
*
|
|
8386
|
-
* The version of the OpenAPI document: 7.
|
|
8485
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8387
8486
|
* Contact: support@veeroute.com
|
|
8388
8487
|
*
|
|
8389
8488
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8393,7 +8492,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8393
8492
|
/**
|
|
8394
8493
|
* VRt.Studio [ST]
|
|
8395
8494
|
*
|
|
8396
|
-
* The version of the OpenAPI document: 7.
|
|
8495
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8397
8496
|
* Contact: support@veeroute.com
|
|
8398
8497
|
*
|
|
8399
8498
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8404,6 +8503,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
8404
8503
|
*/
|
|
8405
8504
|
var TableExperimentColumnTypeStudio;
|
|
8406
8505
|
(function (TableExperimentColumnTypeStudio) {
|
|
8506
|
+
TableExperimentColumnTypeStudio["SHARING"] = "SHARING";
|
|
8407
8507
|
TableExperimentColumnTypeStudio["EDIT_DATE"] = "EDIT_DATE";
|
|
8408
8508
|
TableExperimentColumnTypeStudio["CREATION_DATE"] = "CREATION_DATE";
|
|
8409
8509
|
TableExperimentColumnTypeStudio["CALCULATION_STATE"] = "CALCULATION_STATE";
|
|
@@ -8414,7 +8514,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
8414
8514
|
/**
|
|
8415
8515
|
* VRt.Studio [ST]
|
|
8416
8516
|
*
|
|
8417
|
-
* The version of the OpenAPI document: 7.
|
|
8517
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8418
8518
|
* Contact: support@veeroute.com
|
|
8419
8519
|
*
|
|
8420
8520
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8444,7 +8544,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8444
8544
|
/**
|
|
8445
8545
|
* VRt.Studio [ST]
|
|
8446
8546
|
*
|
|
8447
|
-
* The version of the OpenAPI document: 7.
|
|
8547
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8448
8548
|
* Contact: support@veeroute.com
|
|
8449
8549
|
*
|
|
8450
8550
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8454,7 +8554,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8454
8554
|
/**
|
|
8455
8555
|
* VRt.Studio [ST]
|
|
8456
8556
|
*
|
|
8457
|
-
* The version of the OpenAPI document: 7.
|
|
8557
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8458
8558
|
* Contact: support@veeroute.com
|
|
8459
8559
|
*
|
|
8460
8560
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8464,7 +8564,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8464
8564
|
/**
|
|
8465
8565
|
* VRt.Studio [ST]
|
|
8466
8566
|
*
|
|
8467
|
-
* The version of the OpenAPI document: 7.
|
|
8567
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8468
8568
|
* Contact: support@veeroute.com
|
|
8469
8569
|
*
|
|
8470
8570
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8474,7 +8574,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8474
8574
|
/**
|
|
8475
8575
|
* VRt.Studio [ST]
|
|
8476
8576
|
*
|
|
8477
|
-
* The version of the OpenAPI document: 7.
|
|
8577
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8478
8578
|
* Contact: support@veeroute.com
|
|
8479
8579
|
*
|
|
8480
8580
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8484,7 +8584,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8484
8584
|
/**
|
|
8485
8585
|
* VRt.Studio [ST]
|
|
8486
8586
|
*
|
|
8487
|
-
* The version of the OpenAPI document: 7.
|
|
8587
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8488
8588
|
* Contact: support@veeroute.com
|
|
8489
8589
|
*
|
|
8490
8590
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8494,7 +8594,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8494
8594
|
/**
|
|
8495
8595
|
* VRt.Studio [ST]
|
|
8496
8596
|
*
|
|
8497
|
-
* The version of the OpenAPI document: 7.
|
|
8597
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8498
8598
|
* Contact: support@veeroute.com
|
|
8499
8599
|
*
|
|
8500
8600
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8504,7 +8604,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8504
8604
|
/**
|
|
8505
8605
|
* VRt.Studio [ST]
|
|
8506
8606
|
*
|
|
8507
|
-
* The version of the OpenAPI document: 7.
|
|
8607
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8508
8608
|
* Contact: support@veeroute.com
|
|
8509
8609
|
*
|
|
8510
8610
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8514,7 +8614,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8514
8614
|
/**
|
|
8515
8615
|
* VRt.Studio [ST]
|
|
8516
8616
|
*
|
|
8517
|
-
* The version of the OpenAPI document: 7.
|
|
8617
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8518
8618
|
* Contact: support@veeroute.com
|
|
8519
8619
|
*
|
|
8520
8620
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8524,7 +8624,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8524
8624
|
/**
|
|
8525
8625
|
* VRt.Studio [ST]
|
|
8526
8626
|
*
|
|
8527
|
-
* The version of the OpenAPI document: 7.
|
|
8627
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8528
8628
|
* Contact: support@veeroute.com
|
|
8529
8629
|
*
|
|
8530
8630
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8548,7 +8648,7 @@ var TableFilterTypeStudio;
|
|
|
8548
8648
|
/**
|
|
8549
8649
|
* VRt.Studio [ST]
|
|
8550
8650
|
*
|
|
8551
|
-
* The version of the OpenAPI document: 7.
|
|
8651
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8552
8652
|
* Contact: support@veeroute.com
|
|
8553
8653
|
*
|
|
8554
8654
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8579,7 +8679,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8579
8679
|
/**
|
|
8580
8680
|
* VRt.Studio [ST]
|
|
8581
8681
|
*
|
|
8582
|
-
* The version of the OpenAPI document: 7.
|
|
8682
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8583
8683
|
* Contact: support@veeroute.com
|
|
8584
8684
|
*
|
|
8585
8685
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8589,7 +8689,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8589
8689
|
/**
|
|
8590
8690
|
* VRt.Studio [ST]
|
|
8591
8691
|
*
|
|
8592
|
-
* The version of the OpenAPI document: 7.
|
|
8692
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8593
8693
|
* Contact: support@veeroute.com
|
|
8594
8694
|
*
|
|
8595
8695
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8619,7 +8719,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
8619
8719
|
/**
|
|
8620
8720
|
* VRt.Studio [ST]
|
|
8621
8721
|
*
|
|
8622
|
-
* The version of the OpenAPI document: 7.
|
|
8722
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8623
8723
|
* Contact: support@veeroute.com
|
|
8624
8724
|
*
|
|
8625
8725
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8675,7 +8775,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
8675
8775
|
/**
|
|
8676
8776
|
* VRt.Studio [ST]
|
|
8677
8777
|
*
|
|
8678
|
-
* The version of the OpenAPI document: 7.
|
|
8778
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8679
8779
|
* Contact: support@veeroute.com
|
|
8680
8780
|
*
|
|
8681
8781
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8713,7 +8813,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
8713
8813
|
/**
|
|
8714
8814
|
* VRt.Studio [ST]
|
|
8715
8815
|
*
|
|
8716
|
-
* The version of the OpenAPI document: 7.
|
|
8816
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8717
8817
|
* Contact: support@veeroute.com
|
|
8718
8818
|
*
|
|
8719
8819
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8771,7 +8871,7 @@ var TableRoundtripFieldsStudioEssenceTypeEnum;
|
|
|
8771
8871
|
/**
|
|
8772
8872
|
* VRt.Studio [ST]
|
|
8773
8873
|
*
|
|
8774
|
-
* The version of the OpenAPI document: 7.
|
|
8874
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8775
8875
|
* Contact: support@veeroute.com
|
|
8776
8876
|
*
|
|
8777
8877
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8815,7 +8915,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
8815
8915
|
/**
|
|
8816
8916
|
* VRt.Studio [ST]
|
|
8817
8917
|
*
|
|
8818
|
-
* The version of the OpenAPI document: 7.
|
|
8918
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8819
8919
|
* Contact: support@veeroute.com
|
|
8820
8920
|
*
|
|
8821
8921
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8831,6 +8931,10 @@ var TableTripColumnTypeStudio;
|
|
|
8831
8931
|
TableTripColumnTypeStudio["TRIP_VERIFIED"] = "TRIP_VERIFIED";
|
|
8832
8932
|
TableTripColumnTypeStudio["PRISTINE"] = "PRISTINE";
|
|
8833
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";
|
|
8834
8938
|
TableTripColumnTypeStudio["COST"] = "COST";
|
|
8835
8939
|
TableTripColumnTypeStudio["REWARD"] = "REWARD";
|
|
8836
8940
|
TableTripColumnTypeStudio["PROFIT"] = "PROFIT";
|
|
@@ -8859,6 +8963,8 @@ var TableTripColumnTypeStudio;
|
|
|
8859
8963
|
TableTripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_A"] = "MAX_TRANSPORT_LOAD_CAPACITY_A";
|
|
8860
8964
|
TableTripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_B"] = "MAX_TRANSPORT_LOAD_CAPACITY_B";
|
|
8861
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";
|
|
8862
8968
|
TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
8863
8969
|
TableTripColumnTypeStudio["CUSTOMFIELDS"] = "CUSTOMFIELDS";
|
|
8864
8970
|
TableTripColumnTypeStudio["TRIP_STATUS"] = "TRIP_STATUS";
|
|
@@ -8875,7 +8981,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
8875
8981
|
/**
|
|
8876
8982
|
* VRt.Studio [ST]
|
|
8877
8983
|
*
|
|
8878
|
-
* The version of the OpenAPI document: 7.
|
|
8984
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8879
8985
|
* Contact: support@veeroute.com
|
|
8880
8986
|
*
|
|
8881
8987
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8916,7 +9022,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8916
9022
|
/**
|
|
8917
9023
|
* VRt.Studio [ST]
|
|
8918
9024
|
*
|
|
8919
|
-
* The version of the OpenAPI document: 7.
|
|
9025
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8920
9026
|
* Contact: support@veeroute.com
|
|
8921
9027
|
*
|
|
8922
9028
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8926,7 +9032,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8926
9032
|
/**
|
|
8927
9033
|
* VRt.Studio [ST]
|
|
8928
9034
|
*
|
|
8929
|
-
* The version of the OpenAPI document: 7.
|
|
9035
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8930
9036
|
* Contact: support@veeroute.com
|
|
8931
9037
|
*
|
|
8932
9038
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8936,7 +9042,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8936
9042
|
/**
|
|
8937
9043
|
* VRt.Studio [ST]
|
|
8938
9044
|
*
|
|
8939
|
-
* The version of the OpenAPI document: 7.
|
|
9045
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8940
9046
|
* Contact: support@veeroute.com
|
|
8941
9047
|
*
|
|
8942
9048
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8955,7 +9061,7 @@ var TrackTypeStudio;
|
|
|
8955
9061
|
/**
|
|
8956
9062
|
* VRt.Studio [ST]
|
|
8957
9063
|
*
|
|
8958
|
-
* The version of the OpenAPI document: 7.
|
|
9064
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8959
9065
|
* Contact: support@veeroute.com
|
|
8960
9066
|
*
|
|
8961
9067
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8965,7 +9071,7 @@ var TrackTypeStudio;
|
|
|
8965
9071
|
/**
|
|
8966
9072
|
* VRt.Studio [ST]
|
|
8967
9073
|
*
|
|
8968
|
-
* The version of the OpenAPI document: 7.
|
|
9074
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8969
9075
|
* Contact: support@veeroute.com
|
|
8970
9076
|
*
|
|
8971
9077
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8975,7 +9081,7 @@ var TrackTypeStudio;
|
|
|
8975
9081
|
/**
|
|
8976
9082
|
* VRt.Studio [ST]
|
|
8977
9083
|
*
|
|
8978
|
-
* The version of the OpenAPI document: 7.
|
|
9084
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8979
9085
|
* Contact: support@veeroute.com
|
|
8980
9086
|
*
|
|
8981
9087
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8985,7 +9091,7 @@ var TrackTypeStudio;
|
|
|
8985
9091
|
/**
|
|
8986
9092
|
* VRt.Studio [ST]
|
|
8987
9093
|
*
|
|
8988
|
-
* The version of the OpenAPI document: 7.
|
|
9094
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
8989
9095
|
* Contact: support@veeroute.com
|
|
8990
9096
|
*
|
|
8991
9097
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9017,7 +9123,7 @@ var TransportTypeStudio;
|
|
|
9017
9123
|
/**
|
|
9018
9124
|
* VRt.Studio [ST]
|
|
9019
9125
|
*
|
|
9020
|
-
* The version of the OpenAPI document: 7.
|
|
9126
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9021
9127
|
* Contact: support@veeroute.com
|
|
9022
9128
|
*
|
|
9023
9129
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9027,7 +9133,7 @@ var TransportTypeStudio;
|
|
|
9027
9133
|
/**
|
|
9028
9134
|
* VRt.Studio [ST]
|
|
9029
9135
|
*
|
|
9030
|
-
* The version of the OpenAPI document: 7.
|
|
9136
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9031
9137
|
* Contact: support@veeroute.com
|
|
9032
9138
|
*
|
|
9033
9139
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9045,7 +9151,7 @@ var TripStartTimeStrategyStudio;
|
|
|
9045
9151
|
/**
|
|
9046
9152
|
* VRt.Studio [ST]
|
|
9047
9153
|
*
|
|
9048
|
-
* The version of the OpenAPI document: 7.
|
|
9154
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9049
9155
|
* Contact: support@veeroute.com
|
|
9050
9156
|
*
|
|
9051
9157
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9075,7 +9181,7 @@ var TripStateFlagStudio;
|
|
|
9075
9181
|
/**
|
|
9076
9182
|
* VRt.Studio [ST]
|
|
9077
9183
|
*
|
|
9078
|
-
* The version of the OpenAPI document: 7.
|
|
9184
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9079
9185
|
* Contact: support@veeroute.com
|
|
9080
9186
|
*
|
|
9081
9187
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9100,7 +9206,7 @@ var TripStatusStudio;
|
|
|
9100
9206
|
/**
|
|
9101
9207
|
* VRt.Studio [ST]
|
|
9102
9208
|
*
|
|
9103
|
-
* The version of the OpenAPI document: 7.
|
|
9209
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9104
9210
|
* Contact: support@veeroute.com
|
|
9105
9211
|
*
|
|
9106
9212
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9110,7 +9216,7 @@ var TripStatusStudio;
|
|
|
9110
9216
|
/**
|
|
9111
9217
|
* VRt.Studio [ST]
|
|
9112
9218
|
*
|
|
9113
|
-
* The version of the OpenAPI document: 7.
|
|
9219
|
+
* The version of the OpenAPI document: 7.37.3331
|
|
9114
9220
|
* Contact: support@veeroute.com
|
|
9115
9221
|
*
|
|
9116
9222
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9147,11 +9253,11 @@ class LssStudioApiModule {
|
|
|
9147
9253
|
'See also https://github.com/angular/angular/issues/20575');
|
|
9148
9254
|
}
|
|
9149
9255
|
}
|
|
9150
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
9151
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
9152
|
-
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 });
|
|
9153
9259
|
}
|
|
9154
|
-
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: [{
|
|
9155
9261
|
type: NgModule,
|
|
9156
9262
|
args: [{
|
|
9157
9263
|
imports: [],
|