@evergis/api 3.0.170 → 3.0.173
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__/AccountPreviewService.d.ts +1 -1
- package/dist/__generated__/AccountService.d.ts +1 -1
- package/dist/__generated__/BulkOperationsService.d.ts +1 -1
- package/dist/__generated__/CamerasService.d.ts +1 -1
- package/dist/__generated__/ClientSettingsService.d.ts +1 -1
- package/dist/__generated__/EqlTestService.d.ts +13 -2
- package/dist/__generated__/ExternalProvidersService.d.ts +1 -1
- package/dist/__generated__/FeedbackService.d.ts +1 -1
- package/dist/__generated__/FiltersService.d.ts +1 -1
- package/dist/__generated__/GeneralService.d.ts +1 -1
- package/dist/__generated__/GeocodeService.d.ts +1 -1
- package/dist/__generated__/IceRouterService.d.ts +1 -1
- package/dist/__generated__/ImportService.d.ts +13 -2
- package/dist/__generated__/LayersService.d.ts +7 -7
- package/dist/__generated__/NamespaceService.d.ts +1 -1
- package/dist/__generated__/NavigationService.d.ts +1 -1
- package/dist/__generated__/NotificationService.d.ts +1 -1
- package/dist/__generated__/PrintService.d.ts +1 -1
- package/dist/__generated__/ProjectsService.d.ts +1 -1
- package/dist/__generated__/ResourceCatalogService.d.ts +1 -1
- package/dist/__generated__/S3Service.d.ts +1 -1
- package/dist/__generated__/SchedulerService.d.ts +1 -1
- package/dist/__generated__/SecurityService.d.ts +1 -1
- package/dist/__generated__/SpatialReferencesService.d.ts +1 -1
- package/dist/__generated__/StaticContentService.d.ts +1 -1
- package/dist/__generated__/StatisticService.d.ts +3 -3
- package/dist/__generated__/StyleService.d.ts +1 -1
- package/dist/__generated__/SymbolStorageService.d.ts +1 -1
- package/dist/__generated__/TablesService.d.ts +3 -3
- package/dist/__generated__/TagsService.d.ts +1 -1
- package/dist/__generated__/ToolsService.d.ts +1 -1
- package/dist/__generated__/UniversalSearchService.d.ts +1 -1
- package/dist/__generated__/VectorTileService.d.ts +1 -1
- package/dist/__generated__/WfsServerService.d.ts +1 -1
- package/dist/__generated__/WmsServerService.d.ts +3 -3
- package/dist/__generated__/WmtsService.d.ts +1 -1
- package/dist/__generated__/data-contracts.d.ts +264 -186
- package/dist/api.cjs.development.js +58 -50
- 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 +237 -229
- package/dist/api.esm.js.map +1 -1
- package/package.json +6 -4
|
@@ -36,9 +36,6 @@ function _defineProperties(target, props) {
|
|
|
36
36
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
37
37
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
38
38
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
39
|
-
Object.defineProperty(Constructor, "prototype", {
|
|
40
|
-
writable: false
|
|
41
|
-
});
|
|
42
39
|
return Constructor;
|
|
43
40
|
}
|
|
44
41
|
|
|
@@ -72,9 +69,6 @@ function _inherits(subClass, superClass) {
|
|
|
72
69
|
configurable: true
|
|
73
70
|
}
|
|
74
71
|
});
|
|
75
|
-
Object.defineProperty(subClass, "prototype", {
|
|
76
|
-
writable: false
|
|
77
|
-
});
|
|
78
72
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
79
73
|
}
|
|
80
74
|
|
|
@@ -133,8 +127,6 @@ function _assertThisInitialized(self) {
|
|
|
133
127
|
function _possibleConstructorReturn(self, call) {
|
|
134
128
|
if (call && (typeof call === "object" || typeof call === "function")) {
|
|
135
129
|
return call;
|
|
136
|
-
} else if (call !== void 0) {
|
|
137
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
138
130
|
}
|
|
139
131
|
|
|
140
132
|
return _assertThisInitialized(self);
|
|
@@ -168,7 +160,7 @@ function _superPropBase(object, property) {
|
|
|
168
160
|
return object;
|
|
169
161
|
}
|
|
170
162
|
|
|
171
|
-
function _get() {
|
|
163
|
+
function _get(target, property, receiver) {
|
|
172
164
|
if (typeof Reflect !== "undefined" && Reflect.get) {
|
|
173
165
|
_get = Reflect.get;
|
|
174
166
|
} else {
|
|
@@ -179,14 +171,14 @@ function _get() {
|
|
|
179
171
|
var desc = Object.getOwnPropertyDescriptor(base, property);
|
|
180
172
|
|
|
181
173
|
if (desc.get) {
|
|
182
|
-
return desc.get.call(
|
|
174
|
+
return desc.get.call(receiver);
|
|
183
175
|
}
|
|
184
176
|
|
|
185
177
|
return desc.value;
|
|
186
178
|
};
|
|
187
179
|
}
|
|
188
180
|
|
|
189
|
-
return _get
|
|
181
|
+
return _get(target, property, receiver || target);
|
|
190
182
|
}
|
|
191
183
|
|
|
192
184
|
let HttpClient = /*#__PURE__*/function () {
|
|
@@ -321,7 +313,7 @@ let Service = /*#__PURE__*/_createClass(function Service(http) {
|
|
|
321
313
|
|
|
322
314
|
/**
|
|
323
315
|
* @title Spatial Processing Core API
|
|
324
|
-
* @version 1.
|
|
316
|
+
* @version 1.5.1
|
|
325
317
|
* @baseUrl /sp
|
|
326
318
|
*/
|
|
327
319
|
|
|
@@ -392,7 +384,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
|
|
|
392
384
|
const _excluded = ["taskId", "layerName"];
|
|
393
385
|
/**
|
|
394
386
|
* @title Spatial Processing Core API
|
|
395
|
-
* @version 1.
|
|
387
|
+
* @version 1.5.1
|
|
396
388
|
* @baseUrl /sp
|
|
397
389
|
*/
|
|
398
390
|
|
|
@@ -458,7 +450,7 @@ let UniversalSearchService = /*#__PURE__*/function (_Service) {
|
|
|
458
450
|
|
|
459
451
|
/**
|
|
460
452
|
* @title Spatial Processing Core API
|
|
461
|
-
* @version 1.
|
|
453
|
+
* @version 1.5.1
|
|
462
454
|
* @baseUrl /sp
|
|
463
455
|
*/
|
|
464
456
|
|
|
@@ -515,7 +507,7 @@ const _excluded$1 = ["cameraId"],
|
|
|
515
507
|
_excluded5 = ["cameraId"];
|
|
516
508
|
/**
|
|
517
509
|
* @title Spatial Processing Core API
|
|
518
|
-
* @version 1.
|
|
510
|
+
* @version 1.5.1
|
|
519
511
|
* @baseUrl /sp
|
|
520
512
|
*/
|
|
521
513
|
|
|
@@ -688,7 +680,7 @@ let Cameras = /*#__PURE__*/function (_CamerasService) {
|
|
|
688
680
|
|
|
689
681
|
/**
|
|
690
682
|
* @title Spatial Processing Core API
|
|
691
|
-
* @version 1.
|
|
683
|
+
* @version 1.5.1
|
|
692
684
|
* @baseUrl /sp
|
|
693
685
|
*/
|
|
694
686
|
|
|
@@ -840,7 +832,7 @@ let Security = /*#__PURE__*/function (_SecurityService) {
|
|
|
840
832
|
|
|
841
833
|
/**
|
|
842
834
|
* @title Spatial Processing Core API
|
|
843
|
-
* @version 1.
|
|
835
|
+
* @version 1.5.1
|
|
844
836
|
* @baseUrl /sp
|
|
845
837
|
*/
|
|
846
838
|
|
|
@@ -950,7 +942,7 @@ let FileUpload = /*#__PURE__*/function (_StaticContentService) {
|
|
|
950
942
|
|
|
951
943
|
/**
|
|
952
944
|
* @title Spatial Processing Core API
|
|
953
|
-
* @version 1.
|
|
945
|
+
* @version 1.5.1
|
|
954
946
|
* @baseUrl /sp
|
|
955
947
|
*/
|
|
956
948
|
|
|
@@ -1034,7 +1026,7 @@ let Filters = /*#__PURE__*/function (_FiltersService) {
|
|
|
1034
1026
|
|
|
1035
1027
|
/**
|
|
1036
1028
|
* @title Spatial Processing Core API
|
|
1037
|
-
* @version 1.
|
|
1029
|
+
* @version 1.5.1
|
|
1038
1030
|
* @baseUrl /sp
|
|
1039
1031
|
*/
|
|
1040
1032
|
|
|
@@ -1129,6 +1121,22 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
1129
1121
|
value: function getExternalPbfLayers(query) {
|
|
1130
1122
|
return this.http.get("/import/pbf", query).json();
|
|
1131
1123
|
}
|
|
1124
|
+
/**
|
|
1125
|
+
* No description
|
|
1126
|
+
*
|
|
1127
|
+
* @tags ImportService
|
|
1128
|
+
* @name GetExternalPbfFeatures
|
|
1129
|
+
* @operationId ImportServiceController_GetExternalPbfFeatures
|
|
1130
|
+
* @summary Get features list in external PBF layer.
|
|
1131
|
+
* @request GET:/import/pbf/features
|
|
1132
|
+
* @response `200` Success
|
|
1133
|
+
*/
|
|
1134
|
+
|
|
1135
|
+
}, {
|
|
1136
|
+
key: "getExternalPbfFeatures",
|
|
1137
|
+
value: function getExternalPbfFeatures(query) {
|
|
1138
|
+
return this.http.get("/import/pbf/features", query).json();
|
|
1139
|
+
}
|
|
1132
1140
|
/**
|
|
1133
1141
|
* No description
|
|
1134
1142
|
*
|
|
@@ -1214,7 +1222,7 @@ let Import = /*#__PURE__*/function (_ImportService) {
|
|
|
1214
1222
|
|
|
1215
1223
|
/**
|
|
1216
1224
|
* @title Spatial Processing Core API
|
|
1217
|
-
* @version 1.
|
|
1225
|
+
* @version 1.5.1
|
|
1218
1226
|
* @baseUrl /sp
|
|
1219
1227
|
*/
|
|
1220
1228
|
|
|
@@ -1368,8 +1376,8 @@ let Notification = /*#__PURE__*/function (_NotificationService) {
|
|
|
1368
1376
|
|| event.code === 4002
|
|
1369
1377
|
/* InvalidSession */
|
|
1370
1378
|
) {
|
|
1371
|
-
|
|
1372
|
-
|
|
1379
|
+
_this.connectStatus = exports.ConnectionStatus.SessionClosed;
|
|
1380
|
+
} else if (_this.reconnectTries < _this.MAX_WS_RECONNECT_TRIES) {
|
|
1373
1381
|
_this.connectStatus = exports.ConnectionStatus.Break;
|
|
1374
1382
|
_this.reconnectTries++;
|
|
1375
1383
|
|
|
@@ -1494,7 +1502,7 @@ let NotificationEvent = /*#__PURE__*/_createClass(function NotificationEvent(dat
|
|
|
1494
1502
|
|
|
1495
1503
|
/**
|
|
1496
1504
|
* @title Spatial Processing Core API
|
|
1497
|
-
* @version 1.
|
|
1505
|
+
* @version 1.5.1
|
|
1498
1506
|
* @baseUrl /sp
|
|
1499
1507
|
*/
|
|
1500
1508
|
|
|
@@ -1936,7 +1944,7 @@ let Scheduler = /*#__PURE__*/function (_SchedulerService) {
|
|
|
1936
1944
|
const taskProgress = await this.getTaskProgress(id);
|
|
1937
1945
|
this.resolveTaskStatus(taskProgress, resolve, reject);
|
|
1938
1946
|
|
|
1939
|
-
const taskResultCallback = async _ref => {
|
|
1947
|
+
const taskResultCallback = async (_ref) => {
|
|
1940
1948
|
let {
|
|
1941
1949
|
data
|
|
1942
1950
|
} = _ref;
|
|
@@ -2001,7 +2009,7 @@ const _excluded$2 = ["name"],
|
|
|
2001
2009
|
_excluded20 = ["name", "id"];
|
|
2002
2010
|
/**
|
|
2003
2011
|
* @title Spatial Processing Core API
|
|
2004
|
-
* @version 1.
|
|
2012
|
+
* @version 1.5.1
|
|
2005
2013
|
* @baseUrl /sp
|
|
2006
2014
|
*/
|
|
2007
2015
|
|
|
@@ -2475,15 +2483,15 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2475
2483
|
*
|
|
2476
2484
|
* @tags Layers
|
|
2477
2485
|
* @name GetFeatures
|
|
2478
|
-
* @operationId
|
|
2486
|
+
* @operationId LayersController_GetFeatures
|
|
2479
2487
|
* @summary Returns list of the layer features.
|
|
2480
2488
|
* @request POST:/layers/{name}/features/query
|
|
2481
2489
|
* @response `200` Success
|
|
2482
2490
|
*/
|
|
2483
2491
|
|
|
2484
2492
|
}, {
|
|
2485
|
-
key: "
|
|
2486
|
-
value: function
|
|
2493
|
+
key: "getFeatures",
|
|
2494
|
+
value: function getFeatures(name, data) {
|
|
2487
2495
|
return this.http.post("/layers/" + name + "/features/query", data).json();
|
|
2488
2496
|
}
|
|
2489
2497
|
/**
|
|
@@ -2491,15 +2499,15 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2491
2499
|
*
|
|
2492
2500
|
* @tags Layers
|
|
2493
2501
|
* @name GetFeatures1
|
|
2494
|
-
* @operationId
|
|
2502
|
+
* @operationId LayersController_GetFeatures_1
|
|
2495
2503
|
* @summary Returns list of the layer features.
|
|
2496
2504
|
* @request GET:/layers/{name}/features
|
|
2497
2505
|
* @response `200` Success
|
|
2498
2506
|
*/
|
|
2499
2507
|
|
|
2500
2508
|
}, {
|
|
2501
|
-
key: "
|
|
2502
|
-
value: function
|
|
2509
|
+
key: "getFeatures1",
|
|
2510
|
+
value: function getFeatures1(_ref) {
|
|
2503
2511
|
let {
|
|
2504
2512
|
name
|
|
2505
2513
|
} = _ref,
|
|
@@ -3267,7 +3275,7 @@ const _excluded$4 = ["name"],
|
|
|
3267
3275
|
_excluded4$2 = ["name"];
|
|
3268
3276
|
/**
|
|
3269
3277
|
* @title Spatial Processing Core API
|
|
3270
|
-
* @version 1.
|
|
3278
|
+
* @version 1.5.1
|
|
3271
3279
|
* @baseUrl /sp
|
|
3272
3280
|
*/
|
|
3273
3281
|
|
|
@@ -3779,7 +3787,7 @@ let Tables = /*#__PURE__*/function (_TablesService) {
|
|
|
3779
3787
|
|
|
3780
3788
|
/**
|
|
3781
3789
|
* @title Spatial Processing Core API
|
|
3782
|
-
* @version 1.
|
|
3790
|
+
* @version 1.5.1
|
|
3783
3791
|
* @baseUrl /sp
|
|
3784
3792
|
*/
|
|
3785
3793
|
|
|
@@ -4268,12 +4276,12 @@ let Resources = /*#__PURE__*/function () {
|
|
|
4268
4276
|
}, {
|
|
4269
4277
|
key: "getDependentNames",
|
|
4270
4278
|
value: function getDependentNames(deps, depType) {
|
|
4271
|
-
return deps.filter(_ref => {
|
|
4279
|
+
return deps.filter((_ref) => {
|
|
4272
4280
|
let {
|
|
4273
4281
|
type
|
|
4274
4282
|
} = _ref;
|
|
4275
4283
|
return type === depType;
|
|
4276
|
-
}).map(_ref2 => {
|
|
4284
|
+
}).map((_ref2) => {
|
|
4277
4285
|
let {
|
|
4278
4286
|
name
|
|
4279
4287
|
} = _ref2;
|
|
@@ -4287,7 +4295,7 @@ let Resources = /*#__PURE__*/function () {
|
|
|
4287
4295
|
|
|
4288
4296
|
/**
|
|
4289
4297
|
* @title Spatial Processing Core API
|
|
4290
|
-
* @version 1.
|
|
4298
|
+
* @version 1.5.1
|
|
4291
4299
|
* @baseUrl /sp
|
|
4292
4300
|
*/
|
|
4293
4301
|
|
|
@@ -4422,7 +4430,7 @@ const _excluded$5 = ["providerName"],
|
|
|
4422
4430
|
_excluded3$3 = ["providerName"];
|
|
4423
4431
|
/**
|
|
4424
4432
|
* @title Spatial Processing Core API
|
|
4425
|
-
* @version 1.
|
|
4433
|
+
* @version 1.5.1
|
|
4426
4434
|
* @baseUrl /sp
|
|
4427
4435
|
*/
|
|
4428
4436
|
|
|
@@ -4538,7 +4546,7 @@ let Geocode = /*#__PURE__*/function (_GeocodeService) {
|
|
|
4538
4546
|
|
|
4539
4547
|
/**
|
|
4540
4548
|
* @title Spatial Processing Core API
|
|
4541
|
-
* @version 1.
|
|
4549
|
+
* @version 1.5.1
|
|
4542
4550
|
* @baseUrl /sp
|
|
4543
4551
|
*/
|
|
4544
4552
|
|
|
@@ -4606,7 +4614,7 @@ let ResourceCatalog = /*#__PURE__*/function (_ResourceCatalogServi) {
|
|
|
4606
4614
|
|
|
4607
4615
|
/**
|
|
4608
4616
|
* @title Spatial Processing Core API
|
|
4609
|
-
* @version 1.
|
|
4617
|
+
* @version 1.5.1
|
|
4610
4618
|
* @baseUrl /sp
|
|
4611
4619
|
*/
|
|
4612
4620
|
|
|
@@ -4640,7 +4648,7 @@ let Tools = /*#__PURE__*/function (_ToolsService) {
|
|
|
4640
4648
|
|
|
4641
4649
|
/**
|
|
4642
4650
|
* @title Spatial Processing Core API
|
|
4643
|
-
* @version 1.
|
|
4651
|
+
* @version 1.5.1
|
|
4644
4652
|
* @baseUrl /sp
|
|
4645
4653
|
*/
|
|
4646
4654
|
|
|
@@ -4708,7 +4716,7 @@ let General = /*#__PURE__*/function (_GeneralService) {
|
|
|
4708
4716
|
|
|
4709
4717
|
/**
|
|
4710
4718
|
* @title Spatial Processing Core API
|
|
4711
|
-
* @version 1.
|
|
4719
|
+
* @version 1.5.1
|
|
4712
4720
|
* @baseUrl /sp
|
|
4713
4721
|
*/
|
|
4714
4722
|
|
|
@@ -4808,7 +4816,7 @@ let Namespace = /*#__PURE__*/function (_NamespaceService) {
|
|
|
4808
4816
|
|
|
4809
4817
|
/**
|
|
4810
4818
|
* @title Spatial Processing Core API
|
|
4811
|
-
* @version 1.
|
|
4819
|
+
* @version 1.5.1
|
|
4812
4820
|
* @baseUrl /sp
|
|
4813
4821
|
*/
|
|
4814
4822
|
|
|
@@ -5484,7 +5492,7 @@ let Account = /*#__PURE__*/function (_AccountService) {
|
|
|
5484
5492
|
const _excluded$6 = ["username"];
|
|
5485
5493
|
/**
|
|
5486
5494
|
* @title Spatial Processing Core API
|
|
5487
|
-
* @version 1.
|
|
5495
|
+
* @version 1.5.1
|
|
5488
5496
|
* @baseUrl /sp
|
|
5489
5497
|
*/
|
|
5490
5498
|
|
|
@@ -5638,7 +5646,7 @@ let AccountPreview = /*#__PURE__*/function (_AccountPreviewServic) {
|
|
|
5638
5646
|
|
|
5639
5647
|
/**
|
|
5640
5648
|
* @title Spatial Processing Core API
|
|
5641
|
-
* @version 1.
|
|
5649
|
+
* @version 1.5.1
|
|
5642
5650
|
* @baseUrl /sp
|
|
5643
5651
|
*/
|
|
5644
5652
|
|
|
@@ -5903,7 +5911,7 @@ let External = /*#__PURE__*/function (_ExternalProvidersSer) {
|
|
|
5903
5911
|
|
|
5904
5912
|
/**
|
|
5905
5913
|
* @title Spatial Processing Core API
|
|
5906
|
-
* @version 1.
|
|
5914
|
+
* @version 1.5.1
|
|
5907
5915
|
* @baseUrl /sp
|
|
5908
5916
|
*/
|
|
5909
5917
|
|
|
@@ -6226,7 +6234,7 @@ let Names = /*#__PURE__*/function () {
|
|
|
6226
6234
|
|
|
6227
6235
|
/**
|
|
6228
6236
|
* @title Spatial Processing Core API
|
|
6229
|
-
* @version 1.
|
|
6237
|
+
* @version 1.5.1
|
|
6230
6238
|
* @baseUrl /sp
|
|
6231
6239
|
*/
|
|
6232
6240
|
|
|
@@ -6294,7 +6302,7 @@ let IceRouter = /*#__PURE__*/function (_IceRouterService) {
|
|
|
6294
6302
|
|
|
6295
6303
|
/**
|
|
6296
6304
|
* @title Spatial Processing Core API
|
|
6297
|
-
* @version 1.
|
|
6305
|
+
* @version 1.5.1
|
|
6298
6306
|
* @baseUrl /sp
|
|
6299
6307
|
*/
|
|
6300
6308
|
|
|
@@ -6390,7 +6398,7 @@ let Statistic = /*#__PURE__*/function (_StatisticService) {
|
|
|
6390
6398
|
|
|
6391
6399
|
/**
|
|
6392
6400
|
* @title Spatial Processing Core API
|
|
6393
|
-
* @version 1.
|
|
6401
|
+
* @version 1.5.1
|
|
6394
6402
|
* @baseUrl /sp
|
|
6395
6403
|
*/
|
|
6396
6404
|
|
|
@@ -6482,7 +6490,7 @@ let Feedback = /*#__PURE__*/function (_FeedbackService) {
|
|
|
6482
6490
|
const _excluded$7 = ["name", "z", "x", "y"];
|
|
6483
6491
|
/**
|
|
6484
6492
|
* @title Spatial Processing Core API
|
|
6485
|
-
* @version 1.
|
|
6493
|
+
* @version 1.5.1
|
|
6486
6494
|
* @baseUrl /sp
|
|
6487
6495
|
*/
|
|
6488
6496
|
|
|
@@ -6555,7 +6563,7 @@ let VectorTiles = /*#__PURE__*/function (_VectorTileService) {
|
|
|
6555
6563
|
|
|
6556
6564
|
/**
|
|
6557
6565
|
* @title Spatial Processing Core API
|
|
6558
|
-
* @version 1.
|
|
6566
|
+
* @version 1.5.1
|
|
6559
6567
|
* @baseUrl /sp
|
|
6560
6568
|
*/
|
|
6561
6569
|
|