@evergis/api 3.0.150 → 3.0.153
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/LICENSE +20 -20
- package/README.md +21 -21
- package/dist/__generated__/data-contracts.d.ts +166 -166
- package/dist/api.cjs.development.js +8 -16
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +173 -181
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -82,47 +82,47 @@ export interface AggregationDataResultDc {
|
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
None
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
Array
|
|
89
|
-
|
|
89
|
+
|
|
90
90
|
Min
|
|
91
|
-
|
|
91
|
+
|
|
92
92
|
Max
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
Avg
|
|
95
|
-
|
|
95
|
+
|
|
96
96
|
Sum
|
|
97
|
-
|
|
97
|
+
|
|
98
98
|
Extent
|
|
99
|
-
|
|
99
|
+
|
|
100
100
|
H3
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
Count
|
|
103
|
-
|
|
103
|
+
|
|
104
104
|
TotalCount
|
|
105
|
-
|
|
105
|
+
|
|
106
106
|
DistinctCount
|
|
107
|
-
|
|
107
|
+
|
|
108
108
|
First
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
Last
|
|
111
|
-
|
|
111
|
+
|
|
112
112
|
Median
|
|
113
|
-
|
|
113
|
+
|
|
114
114
|
Mod
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
StdDeviation
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
SumOfProduct
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
OnlyValue
|
|
121
|
-
|
|
121
|
+
|
|
122
122
|
WeightedAvg
|
|
123
|
-
|
|
123
|
+
|
|
124
124
|
DensityIndicators
|
|
125
|
-
|
|
125
|
+
|
|
126
126
|
DividedSum
|
|
127
127
|
*/
|
|
128
128
|
export declare enum AggregationFunction {
|
|
@@ -517,29 +517,29 @@ export interface AttributeFormatDefinitionDc {
|
|
|
517
517
|
}
|
|
518
518
|
/**
|
|
519
519
|
* Types of the attributes that are supported by the system.
|
|
520
|
-
|
|
520
|
+
|
|
521
521
|
Unknown
|
|
522
|
-
|
|
522
|
+
|
|
523
523
|
String
|
|
524
|
-
|
|
524
|
+
|
|
525
525
|
Int32
|
|
526
|
-
|
|
526
|
+
|
|
527
527
|
Int64
|
|
528
|
-
|
|
528
|
+
|
|
529
529
|
Double
|
|
530
|
-
|
|
530
|
+
|
|
531
531
|
DateTime
|
|
532
|
-
|
|
532
|
+
|
|
533
533
|
Boolean
|
|
534
|
-
|
|
534
|
+
|
|
535
535
|
Point
|
|
536
|
-
|
|
536
|
+
|
|
537
537
|
Polyline
|
|
538
|
-
|
|
538
|
+
|
|
539
539
|
Polygon
|
|
540
|
-
|
|
540
|
+
|
|
541
541
|
Multipoint
|
|
542
|
-
|
|
542
|
+
|
|
543
543
|
H3Index
|
|
544
544
|
*/
|
|
545
545
|
export declare enum AttributeType {
|
|
@@ -735,15 +735,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
735
735
|
};
|
|
736
736
|
/**
|
|
737
737
|
* Describes classification methods.
|
|
738
|
-
|
|
738
|
+
|
|
739
739
|
none
|
|
740
|
-
|
|
740
|
+
|
|
741
741
|
naturalBreaks
|
|
742
|
-
|
|
742
|
+
|
|
743
743
|
equalInterval
|
|
744
|
-
|
|
744
|
+
|
|
745
745
|
quantile
|
|
746
|
-
|
|
746
|
+
|
|
747
747
|
unique
|
|
748
748
|
*/
|
|
749
749
|
export declare enum ClassificationType {
|
|
@@ -755,11 +755,11 @@ export declare enum ClassificationType {
|
|
|
755
755
|
}
|
|
756
756
|
/**
|
|
757
757
|
* Type of attribute.
|
|
758
|
-
|
|
758
|
+
|
|
759
759
|
decimal
|
|
760
|
-
|
|
760
|
+
|
|
761
761
|
dateTime
|
|
762
|
-
|
|
762
|
+
|
|
763
763
|
text
|
|
764
764
|
*/
|
|
765
765
|
export declare enum ClassifyAttributeType {
|
|
@@ -1037,55 +1037,55 @@ export interface ConfigDc {
|
|
|
1037
1037
|
}
|
|
1038
1038
|
/**
|
|
1039
1039
|
* Types of errors that can occur during layer initialize.
|
|
1040
|
-
|
|
1040
|
+
|
|
1041
1041
|
Unknown
|
|
1042
|
-
|
|
1042
|
+
|
|
1043
1043
|
SerializeError
|
|
1044
|
-
|
|
1044
|
+
|
|
1045
1045
|
InvalidDataService
|
|
1046
|
-
|
|
1046
|
+
|
|
1047
1047
|
InvalidConfiguration
|
|
1048
|
-
|
|
1048
|
+
|
|
1049
1049
|
InvalidDataServiceName
|
|
1050
|
-
|
|
1050
|
+
|
|
1051
1051
|
InvalidTableName
|
|
1052
|
-
|
|
1052
|
+
|
|
1053
1053
|
InvalidLayerName
|
|
1054
|
-
|
|
1054
|
+
|
|
1055
1055
|
ResourceNotFound
|
|
1056
|
-
|
|
1056
|
+
|
|
1057
1057
|
InvalidCondition
|
|
1058
|
-
|
|
1058
|
+
|
|
1059
1059
|
InvalidAttributes
|
|
1060
|
-
|
|
1060
|
+
|
|
1061
1061
|
InvalidIdAttribute
|
|
1062
|
-
|
|
1062
|
+
|
|
1063
1063
|
InvalidGeometryAttribute
|
|
1064
|
-
|
|
1064
|
+
|
|
1065
1065
|
InvalidGeometryAttributeType
|
|
1066
|
-
|
|
1066
|
+
|
|
1067
1067
|
InvalidColumnName
|
|
1068
|
-
|
|
1068
|
+
|
|
1069
1069
|
InvalidIdColumnSettings
|
|
1070
|
-
|
|
1070
|
+
|
|
1071
1071
|
ColumnNotExistsInTable
|
|
1072
|
-
|
|
1072
|
+
|
|
1073
1073
|
InvalidStyle
|
|
1074
|
-
|
|
1074
|
+
|
|
1075
1075
|
InvalidLayerType
|
|
1076
|
-
|
|
1076
|
+
|
|
1077
1077
|
ColumnLoadingError
|
|
1078
|
-
|
|
1078
|
+
|
|
1079
1079
|
InvalidAttributeFormat
|
|
1080
|
-
|
|
1080
|
+
|
|
1081
1081
|
DataSourceNotFound
|
|
1082
|
-
|
|
1082
|
+
|
|
1083
1083
|
DuplicateColumns
|
|
1084
|
-
|
|
1084
|
+
|
|
1085
1085
|
DuplicateAttributes
|
|
1086
|
-
|
|
1086
|
+
|
|
1087
1087
|
TableWithoutColumns
|
|
1088
|
-
|
|
1088
|
+
|
|
1089
1089
|
InvalidTableReferenceConfiguration
|
|
1090
1090
|
*/
|
|
1091
1091
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1367,15 +1367,15 @@ export interface ErrorDetailsDc {
|
|
|
1367
1367
|
}
|
|
1368
1368
|
/**
|
|
1369
1369
|
* Type of the error.
|
|
1370
|
-
|
|
1370
|
+
|
|
1371
1371
|
ResourceLimitExceeded
|
|
1372
|
-
|
|
1372
|
+
|
|
1373
1373
|
ResourceNotFound
|
|
1374
|
-
|
|
1374
|
+
|
|
1375
1375
|
InternalError
|
|
1376
|
-
|
|
1376
|
+
|
|
1377
1377
|
BadRequest
|
|
1378
|
-
|
|
1378
|
+
|
|
1379
1379
|
DuplicateContent
|
|
1380
1380
|
*/
|
|
1381
1381
|
export declare enum ErrorDetailsType {
|
|
@@ -1868,9 +1868,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
1868
1868
|
};
|
|
1869
1869
|
/**
|
|
1870
1870
|
* Type of the feature.
|
|
1871
|
-
|
|
1871
|
+
|
|
1872
1872
|
Unknown
|
|
1873
|
-
|
|
1873
|
+
|
|
1874
1874
|
GeometricFeature
|
|
1875
1875
|
*/
|
|
1876
1876
|
export declare enum FeatureType {
|
|
@@ -1975,11 +1975,11 @@ export interface FilterDc {
|
|
|
1975
1975
|
}
|
|
1976
1976
|
/**
|
|
1977
1977
|
* Sets whether font should be styled.
|
|
1978
|
-
|
|
1978
|
+
|
|
1979
1979
|
normal
|
|
1980
|
-
|
|
1980
|
+
|
|
1981
1981
|
oblique
|
|
1982
|
-
|
|
1982
|
+
|
|
1983
1983
|
italic
|
|
1984
1984
|
*/
|
|
1985
1985
|
export declare enum FontStyle {
|
|
@@ -1989,27 +1989,27 @@ export declare enum FontStyle {
|
|
|
1989
1989
|
}
|
|
1990
1990
|
/**
|
|
1991
1991
|
* Specifies the weight (or boldness) of the font.
|
|
1992
|
-
|
|
1992
|
+
|
|
1993
1993
|
Thin
|
|
1994
|
-
|
|
1994
|
+
|
|
1995
1995
|
ExtraLight
|
|
1996
|
-
|
|
1996
|
+
|
|
1997
1997
|
Light
|
|
1998
|
-
|
|
1998
|
+
|
|
1999
1999
|
SemiLight
|
|
2000
|
-
|
|
2000
|
+
|
|
2001
2001
|
Normal
|
|
2002
|
-
|
|
2002
|
+
|
|
2003
2003
|
Medium
|
|
2004
|
-
|
|
2004
|
+
|
|
2005
2005
|
DemiBold
|
|
2006
|
-
|
|
2006
|
+
|
|
2007
2007
|
Bold
|
|
2008
|
-
|
|
2008
|
+
|
|
2009
2009
|
ExtraBold
|
|
2010
|
-
|
|
2010
|
+
|
|
2011
2011
|
Black
|
|
2012
|
-
|
|
2012
|
+
|
|
2013
2013
|
ExtraBlack
|
|
2014
2014
|
*/
|
|
2015
2015
|
export declare enum FontWeight {
|
|
@@ -2104,17 +2104,17 @@ export interface GeometryDc {
|
|
|
2104
2104
|
}
|
|
2105
2105
|
/**
|
|
2106
2106
|
*
|
|
2107
|
-
|
|
2107
|
+
|
|
2108
2108
|
unknown
|
|
2109
|
-
|
|
2109
|
+
|
|
2110
2110
|
point
|
|
2111
|
-
|
|
2111
|
+
|
|
2112
2112
|
polyline
|
|
2113
|
-
|
|
2113
|
+
|
|
2114
2114
|
multipolygon
|
|
2115
|
-
|
|
2115
|
+
|
|
2116
2116
|
envelope
|
|
2117
|
-
|
|
2117
|
+
|
|
2118
2118
|
multipoint
|
|
2119
2119
|
*/
|
|
2120
2120
|
export declare enum GeometryType {
|
|
@@ -2134,13 +2134,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2134
2134
|
};
|
|
2135
2135
|
/**
|
|
2136
2136
|
* Resource group.
|
|
2137
|
-
|
|
2137
|
+
|
|
2138
2138
|
my
|
|
2139
|
-
|
|
2139
|
+
|
|
2140
2140
|
role
|
|
2141
|
-
|
|
2141
|
+
|
|
2142
2142
|
public
|
|
2143
|
-
|
|
2143
|
+
|
|
2144
2144
|
all
|
|
2145
2145
|
*/
|
|
2146
2146
|
export declare enum Group {
|
|
@@ -2598,13 +2598,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2598
2598
|
};
|
|
2599
2599
|
/**
|
|
2600
2600
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2601
|
-
|
|
2601
|
+
|
|
2602
2602
|
Flat
|
|
2603
|
-
|
|
2603
|
+
|
|
2604
2604
|
Square
|
|
2605
|
-
|
|
2605
|
+
|
|
2606
2606
|
Round
|
|
2607
|
-
|
|
2607
|
+
|
|
2608
2608
|
Triangle
|
|
2609
2609
|
*/
|
|
2610
2610
|
export declare enum LineCapStyle {
|
|
@@ -2642,23 +2642,23 @@ export interface LineEndingBaseDc {
|
|
|
2642
2642
|
}
|
|
2643
2643
|
/**
|
|
2644
2644
|
* Type of the line ending.
|
|
2645
|
-
|
|
2645
|
+
|
|
2646
2646
|
none
|
|
2647
|
-
|
|
2647
|
+
|
|
2648
2648
|
arrow
|
|
2649
|
-
|
|
2649
|
+
|
|
2650
2650
|
revertArrow
|
|
2651
|
-
|
|
2651
|
+
|
|
2652
2652
|
filledArrow
|
|
2653
|
-
|
|
2653
|
+
|
|
2654
2654
|
square
|
|
2655
|
-
|
|
2655
|
+
|
|
2656
2656
|
filledSquare
|
|
2657
|
-
|
|
2657
|
+
|
|
2658
2658
|
circle
|
|
2659
|
-
|
|
2659
|
+
|
|
2660
2660
|
filledCircle
|
|
2661
|
-
|
|
2661
|
+
|
|
2662
2662
|
svg
|
|
2663
2663
|
*/
|
|
2664
2664
|
export declare enum LineEndingType {
|
|
@@ -2674,11 +2674,11 @@ export declare enum LineEndingType {
|
|
|
2674
2674
|
}
|
|
2675
2675
|
/**
|
|
2676
2676
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
2677
|
-
|
|
2677
|
+
|
|
2678
2678
|
Miter
|
|
2679
|
-
|
|
2679
|
+
|
|
2680
2680
|
Bevel
|
|
2681
|
-
|
|
2681
|
+
|
|
2682
2682
|
Round
|
|
2683
2683
|
*/
|
|
2684
2684
|
export declare enum LineJoinType {
|
|
@@ -2826,15 +2826,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
2826
2826
|
export declare type ObjectId = object;
|
|
2827
2827
|
/**
|
|
2828
2828
|
*
|
|
2829
|
-
|
|
2829
|
+
|
|
2830
2830
|
Unknown
|
|
2831
|
-
|
|
2831
|
+
|
|
2832
2832
|
union
|
|
2833
|
-
|
|
2833
|
+
|
|
2834
2834
|
intersection
|
|
2835
|
-
|
|
2835
|
+
|
|
2836
2836
|
subtraction
|
|
2837
|
-
|
|
2837
|
+
|
|
2838
2838
|
symDifference
|
|
2839
2839
|
*/
|
|
2840
2840
|
export declare enum Operation {
|
|
@@ -3216,19 +3216,19 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3216
3216
|
};
|
|
3217
3217
|
/**
|
|
3218
3218
|
* User permissions for server security objects (services, projects etc.)
|
|
3219
|
-
|
|
3219
|
+
|
|
3220
3220
|
none
|
|
3221
|
-
|
|
3221
|
+
|
|
3222
3222
|
configure
|
|
3223
|
-
|
|
3223
|
+
|
|
3224
3224
|
write
|
|
3225
|
-
|
|
3225
|
+
|
|
3226
3226
|
read
|
|
3227
|
-
|
|
3227
|
+
|
|
3228
3228
|
read,configure
|
|
3229
|
-
|
|
3229
|
+
|
|
3230
3230
|
read,write
|
|
3231
|
-
|
|
3231
|
+
|
|
3232
3232
|
read,write,configure
|
|
3233
3233
|
*/
|
|
3234
3234
|
export declare enum Permissions {
|
|
@@ -3286,19 +3286,19 @@ export interface PolicyDc {
|
|
|
3286
3286
|
}
|
|
3287
3287
|
/**
|
|
3288
3288
|
* Type of the authorization policy.
|
|
3289
|
-
|
|
3289
|
+
|
|
3290
3290
|
Unknown
|
|
3291
|
-
|
|
3291
|
+
|
|
3292
3292
|
CreateTable
|
|
3293
|
-
|
|
3293
|
+
|
|
3294
3294
|
CreateLayer
|
|
3295
|
-
|
|
3295
|
+
|
|
3296
3296
|
CreateProject
|
|
3297
|
-
|
|
3297
|
+
|
|
3298
3298
|
MaxFeaturesInOneTable
|
|
3299
|
-
|
|
3299
|
+
|
|
3300
3300
|
MaxObjectsToExport
|
|
3301
|
-
|
|
3301
|
+
|
|
3302
3302
|
MaxUploadContentSize
|
|
3303
3303
|
*/
|
|
3304
3304
|
export declare enum PolicyType {
|
|
@@ -3912,11 +3912,11 @@ export declare type RasterSymbolDc = SymbolDc & {
|
|
|
3912
3912
|
};
|
|
3913
3913
|
/**
|
|
3914
3914
|
* Types of table reference.
|
|
3915
|
-
|
|
3915
|
+
|
|
3916
3916
|
OneToMany
|
|
3917
|
-
|
|
3917
|
+
|
|
3918
3918
|
OneToOne
|
|
3919
|
-
|
|
3919
|
+
|
|
3920
3920
|
Intersect
|
|
3921
3921
|
*/
|
|
3922
3922
|
export declare enum ReferenceJoinType {
|
|
@@ -4049,19 +4049,19 @@ export interface ResourceInfoDc {
|
|
|
4049
4049
|
}
|
|
4050
4050
|
/**
|
|
4051
4051
|
* The `ResourceType` represents resource manager supports types.
|
|
4052
|
-
|
|
4052
|
+
|
|
4053
4053
|
Unknown
|
|
4054
|
-
|
|
4054
|
+
|
|
4055
4055
|
table
|
|
4056
|
-
|
|
4056
|
+
|
|
4057
4057
|
layer
|
|
4058
|
-
|
|
4058
|
+
|
|
4059
4059
|
project
|
|
4060
|
-
|
|
4060
|
+
|
|
4061
4061
|
file
|
|
4062
|
-
|
|
4062
|
+
|
|
4063
4063
|
feature
|
|
4064
|
-
|
|
4064
|
+
|
|
4065
4065
|
tag
|
|
4066
4066
|
*/
|
|
4067
4067
|
export declare enum ResourceType {
|
|
@@ -4281,21 +4281,21 @@ export interface ServerInfoDc {
|
|
|
4281
4281
|
}
|
|
4282
4282
|
/**
|
|
4283
4283
|
* Status of the server task.
|
|
4284
|
-
|
|
4284
|
+
|
|
4285
4285
|
None
|
|
4286
|
-
|
|
4286
|
+
|
|
4287
4287
|
Scheduled
|
|
4288
|
-
|
|
4288
|
+
|
|
4289
4289
|
Planning
|
|
4290
|
-
|
|
4290
|
+
|
|
4291
4291
|
Executing
|
|
4292
|
-
|
|
4292
|
+
|
|
4293
4293
|
Completed
|
|
4294
|
-
|
|
4294
|
+
|
|
4295
4295
|
Failed
|
|
4296
|
-
|
|
4296
|
+
|
|
4297
4297
|
Canceled
|
|
4298
|
-
|
|
4298
|
+
|
|
4299
4299
|
Timeout
|
|
4300
4300
|
*/
|
|
4301
4301
|
export declare enum ServerTaskStatus {
|
|
@@ -4557,7 +4557,7 @@ export interface SimpleEndingDc {
|
|
|
4557
4557
|
}
|
|
4558
4558
|
/**
|
|
4559
4559
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
4560
|
-
|
|
4560
|
+
|
|
4561
4561
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
4562
4562
|
stroke width and color of the symbol.
|
|
4563
4563
|
*/
|
|
@@ -4611,11 +4611,11 @@ export interface SimplifyInfoItemDc {
|
|
|
4611
4611
|
}
|
|
4612
4612
|
/**
|
|
4613
4613
|
* Simplify type.
|
|
4614
|
-
|
|
4614
|
+
|
|
4615
4615
|
Basic
|
|
4616
|
-
|
|
4616
|
+
|
|
4617
4617
|
PreserveTopology
|
|
4618
|
-
|
|
4618
|
+
|
|
4619
4619
|
VW
|
|
4620
4620
|
*/
|
|
4621
4621
|
export declare enum SimplifyType {
|
|
@@ -4752,11 +4752,11 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
4752
4752
|
};
|
|
4753
4753
|
/**
|
|
4754
4754
|
* The `StringSubType` provides information about string attribute subtype.
|
|
4755
|
-
|
|
4755
|
+
|
|
4756
4756
|
None
|
|
4757
|
-
|
|
4757
|
+
|
|
4758
4758
|
Image
|
|
4759
|
-
|
|
4759
|
+
|
|
4760
4760
|
PkkCode
|
|
4761
4761
|
*/
|
|
4762
4762
|
export declare enum StringSubType {
|
|
@@ -4974,9 +4974,9 @@ export interface TagInfoDc {
|
|
|
4974
4974
|
}
|
|
4975
4975
|
/**
|
|
4976
4976
|
* Task owner group.
|
|
4977
|
-
|
|
4977
|
+
|
|
4978
4978
|
my
|
|
4979
|
-
|
|
4979
|
+
|
|
4980
4980
|
all
|
|
4981
4981
|
*/
|
|
4982
4982
|
export declare enum TaskGroup {
|
|
@@ -5190,13 +5190,13 @@ export interface TemplateModelDc {
|
|
|
5190
5190
|
}
|
|
5191
5191
|
/**
|
|
5192
5192
|
* Sets the horizontal alignment of text.
|
|
5193
|
-
|
|
5193
|
+
|
|
5194
5194
|
right
|
|
5195
|
-
|
|
5195
|
+
|
|
5196
5196
|
left
|
|
5197
|
-
|
|
5197
|
+
|
|
5198
5198
|
center
|
|
5199
|
-
|
|
5199
|
+
|
|
5200
5200
|
justified
|
|
5201
5201
|
*/
|
|
5202
5202
|
export declare enum TextAlignment {
|
|
@@ -5216,11 +5216,11 @@ export interface TextBackgroundDc {
|
|
|
5216
5216
|
}
|
|
5217
5217
|
/**
|
|
5218
5218
|
* Sets the vertical alignment of text.
|
|
5219
|
-
|
|
5219
|
+
|
|
5220
5220
|
top
|
|
5221
|
-
|
|
5221
|
+
|
|
5222
5222
|
bottom
|
|
5223
|
-
|
|
5223
|
+
|
|
5224
5224
|
middle
|
|
5225
5225
|
*/
|
|
5226
5226
|
export declare enum TextVerticalAlignment {
|
|
@@ -35,9 +35,6 @@ function _defineProperties(target, props) {
|
|
|
35
35
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
36
36
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
37
37
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
38
|
-
Object.defineProperty(Constructor, "prototype", {
|
|
39
|
-
writable: false
|
|
40
|
-
});
|
|
41
38
|
return Constructor;
|
|
42
39
|
}
|
|
43
40
|
|
|
@@ -71,9 +68,6 @@ function _inherits(subClass, superClass) {
|
|
|
71
68
|
configurable: true
|
|
72
69
|
}
|
|
73
70
|
});
|
|
74
|
-
Object.defineProperty(subClass, "prototype", {
|
|
75
|
-
writable: false
|
|
76
|
-
});
|
|
77
71
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
78
72
|
}
|
|
79
73
|
|
|
@@ -132,8 +126,6 @@ function _assertThisInitialized(self) {
|
|
|
132
126
|
function _possibleConstructorReturn(self, call) {
|
|
133
127
|
if (call && (typeof call === "object" || typeof call === "function")) {
|
|
134
128
|
return call;
|
|
135
|
-
} else if (call !== void 0) {
|
|
136
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
137
129
|
}
|
|
138
130
|
|
|
139
131
|
return _assertThisInitialized(self);
|
|
@@ -167,7 +159,7 @@ function _superPropBase(object, property) {
|
|
|
167
159
|
return object;
|
|
168
160
|
}
|
|
169
161
|
|
|
170
|
-
function _get() {
|
|
162
|
+
function _get(target, property, receiver) {
|
|
171
163
|
if (typeof Reflect !== "undefined" && Reflect.get) {
|
|
172
164
|
_get = Reflect.get;
|
|
173
165
|
} else {
|
|
@@ -178,14 +170,14 @@ function _get() {
|
|
|
178
170
|
var desc = Object.getOwnPropertyDescriptor(base, property);
|
|
179
171
|
|
|
180
172
|
if (desc.get) {
|
|
181
|
-
return desc.get.call(
|
|
173
|
+
return desc.get.call(receiver);
|
|
182
174
|
}
|
|
183
175
|
|
|
184
176
|
return desc.value;
|
|
185
177
|
};
|
|
186
178
|
}
|
|
187
179
|
|
|
188
|
-
return _get
|
|
180
|
+
return _get(target, property, receiver || target);
|
|
189
181
|
}
|
|
190
182
|
|
|
191
183
|
let HttpClient = /*#__PURE__*/function () {
|
|
@@ -1103,8 +1095,8 @@ let Notification = /*#__PURE__*/function (_NotificationService) {
|
|
|
1103
1095
|
|| event.code === 4002
|
|
1104
1096
|
/* InvalidSession */
|
|
1105
1097
|
) {
|
|
1106
|
-
|
|
1107
|
-
|
|
1098
|
+
_this.connectStatus = exports.ConnectionStatus.SessionClosed;
|
|
1099
|
+
} else if (_this.reconnectTries < _this.MAX_WS_RECONNECT_TRIES) {
|
|
1108
1100
|
_this.connectStatus = exports.ConnectionStatus.Break;
|
|
1109
1101
|
_this.reconnectTries++;
|
|
1110
1102
|
|
|
@@ -1653,7 +1645,7 @@ let Scheduler = /*#__PURE__*/function (_SchedulerService) {
|
|
|
1653
1645
|
const taskProgress = await this.getTaskProgress(id);
|
|
1654
1646
|
this.resolveTaskStatus(taskProgress, resolve, reject);
|
|
1655
1647
|
|
|
1656
|
-
const taskResultCallback = async _ref => {
|
|
1648
|
+
const taskResultCallback = async (_ref) => {
|
|
1657
1649
|
let {
|
|
1658
1650
|
data
|
|
1659
1651
|
} = _ref;
|
|
@@ -3915,12 +3907,12 @@ let Resources = /*#__PURE__*/function () {
|
|
|
3915
3907
|
}, {
|
|
3916
3908
|
key: "getDependentNames",
|
|
3917
3909
|
value: function getDependentNames(deps, depType) {
|
|
3918
|
-
return deps.filter(_ref => {
|
|
3910
|
+
return deps.filter((_ref) => {
|
|
3919
3911
|
let {
|
|
3920
3912
|
type
|
|
3921
3913
|
} = _ref;
|
|
3922
3914
|
return type === depType;
|
|
3923
|
-
}).map(_ref2 => {
|
|
3915
|
+
}).map((_ref2) => {
|
|
3924
3916
|
let {
|
|
3925
3917
|
name
|
|
3926
3918
|
} = _ref2;
|