@evergis/api 3.0.78 → 3.0.81
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/Api.d.ts +7 -2
- package/dist/__generated__/AccountPreviewService.d.ts +1 -1
- package/dist/__generated__/AccountService.d.ts +3 -3
- package/dist/__generated__/FeedbackService.d.ts +1 -1
- package/dist/__generated__/ImportService.d.ts +6 -28
- package/dist/__generated__/LayersService.d.ts +22 -23
- package/dist/__generated__/PrintService.d.ts +1 -1
- package/dist/__generated__/ProjectsService.d.ts +13 -35
- package/dist/__generated__/S3Service.d.ts +1 -1
- package/dist/__generated__/StaticContentService.d.ts +1 -1
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/StyleService.d.ts +1 -1
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +334 -394
- package/dist/api.cjs.development.js +88 -145
- 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 +177 -244
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Feedback.d.ts +3 -3
- package/package.json +3 -2
package/dist/api.esm.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HubConnectionBuilder } from '@microsoft/signalr';
|
|
1
2
|
import ky, { HTTPError } from 'ky';
|
|
2
3
|
export { HTTPError, TimeoutError } from 'ky';
|
|
3
4
|
import { EventEmitter } from '@evergis/event-emitter';
|
|
@@ -28,9 +29,6 @@ function _defineProperties(target, props) {
|
|
|
28
29
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
29
30
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
30
31
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
31
|
-
Object.defineProperty(Constructor, "prototype", {
|
|
32
|
-
writable: false
|
|
33
|
-
});
|
|
34
32
|
return Constructor;
|
|
35
33
|
}
|
|
36
34
|
|
|
@@ -64,9 +62,6 @@ function _inherits(subClass, superClass) {
|
|
|
64
62
|
configurable: true
|
|
65
63
|
}
|
|
66
64
|
});
|
|
67
|
-
Object.defineProperty(subClass, "prototype", {
|
|
68
|
-
writable: false
|
|
69
|
-
});
|
|
70
65
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
71
66
|
}
|
|
72
67
|
|
|
@@ -125,8 +120,6 @@ function _assertThisInitialized(self) {
|
|
|
125
120
|
function _possibleConstructorReturn(self, call) {
|
|
126
121
|
if (call && (typeof call === "object" || typeof call === "function")) {
|
|
127
122
|
return call;
|
|
128
|
-
} else if (call !== void 0) {
|
|
129
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
130
123
|
}
|
|
131
124
|
|
|
132
125
|
return _assertThisInitialized(self);
|
|
@@ -160,7 +153,7 @@ function _superPropBase(object, property) {
|
|
|
160
153
|
return object;
|
|
161
154
|
}
|
|
162
155
|
|
|
163
|
-
function _get() {
|
|
156
|
+
function _get(target, property, receiver) {
|
|
164
157
|
if (typeof Reflect !== "undefined" && Reflect.get) {
|
|
165
158
|
_get = Reflect.get;
|
|
166
159
|
} else {
|
|
@@ -171,14 +164,14 @@ function _get() {
|
|
|
171
164
|
var desc = Object.getOwnPropertyDescriptor(base, property);
|
|
172
165
|
|
|
173
166
|
if (desc.get) {
|
|
174
|
-
return desc.get.call(
|
|
167
|
+
return desc.get.call(receiver);
|
|
175
168
|
}
|
|
176
169
|
|
|
177
170
|
return desc.value;
|
|
178
171
|
};
|
|
179
172
|
}
|
|
180
173
|
|
|
181
|
-
return _get
|
|
174
|
+
return _get(target, property, receiver || target);
|
|
182
175
|
}
|
|
183
176
|
|
|
184
177
|
/* eslint-disable */
|
|
@@ -505,6 +498,10 @@ function qs(params) {
|
|
|
505
498
|
}
|
|
506
499
|
|
|
507
500
|
function toFormData(input) {
|
|
501
|
+
if (input instanceof FormData) {
|
|
502
|
+
return input;
|
|
503
|
+
}
|
|
504
|
+
|
|
508
505
|
return Object.keys(input).reduce((data, key) => {
|
|
509
506
|
data.append(key, input[key]);
|
|
510
507
|
return data;
|
|
@@ -642,49 +639,17 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
642
639
|
* No description
|
|
643
640
|
*
|
|
644
641
|
* @tags ImportService
|
|
645
|
-
* @name
|
|
646
|
-
* @operationId
|
|
647
|
-
* @summary
|
|
648
|
-
* @request
|
|
649
|
-
* @response `200` Success
|
|
650
|
-
*/
|
|
651
|
-
|
|
652
|
-
}, {
|
|
653
|
-
key: "getExcelDataSchema",
|
|
654
|
-
value: function getExcelDataSchema(query) {
|
|
655
|
-
return this.http.get("/import/excelDataSchema", query).json();
|
|
656
|
-
}
|
|
657
|
-
/**
|
|
658
|
-
* No description
|
|
659
|
-
*
|
|
660
|
-
* @tags ImportService
|
|
661
|
-
* @name GetCsvDataSchema
|
|
662
|
-
* @operationId ImportServiceController_GetCsvDataSchema
|
|
663
|
-
* @summary Using a file uploaded to the file upload service, reads the headers of the csv file and returns the information about data schema of all layers in that file, available for import.
|
|
664
|
-
* @request GET:/import/csvDataSchema
|
|
665
|
-
* @response `200` Success
|
|
666
|
-
*/
|
|
667
|
-
|
|
668
|
-
}, {
|
|
669
|
-
key: "getCsvDataSchema",
|
|
670
|
-
value: function getCsvDataSchema(query) {
|
|
671
|
-
return this.http.get("/import/csvDataSchema", query).json();
|
|
672
|
-
}
|
|
673
|
-
/**
|
|
674
|
-
* No description
|
|
675
|
-
*
|
|
676
|
-
* @tags ImportService
|
|
677
|
-
* @name GetKmlDataSchema
|
|
678
|
-
* @operationId ImportServiceController_GetKmlDataSchema
|
|
679
|
-
* @summary Using a file uploaded to the file upload service, reads the kml file and returns the information about data schema of all layers in that file, available for import.
|
|
680
|
-
* @request GET:/import/kmlDataSchema
|
|
642
|
+
* @name GetFeaturesCount
|
|
643
|
+
* @operationId ImportServiceController_GetFeaturesCount
|
|
644
|
+
* @summary Returns the features count of the given file in temporary static storage.
|
|
645
|
+
* @request POST:/import/count
|
|
681
646
|
* @response `200` Success
|
|
682
647
|
*/
|
|
683
648
|
|
|
684
649
|
}, {
|
|
685
|
-
key: "
|
|
686
|
-
value: function
|
|
687
|
-
return this.http.
|
|
650
|
+
key: "getFeaturesCount",
|
|
651
|
+
value: function getFeaturesCount(data) {
|
|
652
|
+
return this.http.post("/import/count", data).json();
|
|
688
653
|
}
|
|
689
654
|
/**
|
|
690
655
|
* No description
|
|
@@ -862,8 +827,8 @@ let Notification = /*#__PURE__*/function (_NotificationService) {
|
|
|
862
827
|
|| event.code === 4002
|
|
863
828
|
/* InvalidSession */
|
|
864
829
|
) {
|
|
865
|
-
|
|
866
|
-
|
|
830
|
+
_this.connectStatus = ConnectionStatus.SessionClosed;
|
|
831
|
+
} else if (_this.reconnectTries < _this.MAX_WS_RECONNECT_TRIES) {
|
|
867
832
|
_this.connectStatus = ConnectionStatus.Break;
|
|
868
833
|
_this.reconnectTries++;
|
|
869
834
|
|
|
@@ -1369,7 +1334,7 @@ let Scheduler = /*#__PURE__*/function (_SchedulerService) {
|
|
|
1369
1334
|
const taskProgress = await this.getTaskProgress(id);
|
|
1370
1335
|
this.resolveTaskStatus(taskProgress, resolve, reject);
|
|
1371
1336
|
|
|
1372
|
-
const taskResultCallback = async _ref => {
|
|
1337
|
+
const taskResultCallback = async (_ref) => {
|
|
1373
1338
|
let {
|
|
1374
1339
|
data
|
|
1375
1340
|
} = _ref;
|
|
@@ -1449,38 +1414,8 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
1449
1414
|
}
|
|
1450
1415
|
|
|
1451
1416
|
_createClass(LayersService, [{
|
|
1452
|
-
key: "
|
|
1417
|
+
key: "getLayersList",
|
|
1453
1418
|
value:
|
|
1454
|
-
/**
|
|
1455
|
-
* No description
|
|
1456
|
-
*
|
|
1457
|
-
* @tags Layers
|
|
1458
|
-
* @name GetLayerInfo
|
|
1459
|
-
* @operationId LayersController_GetLayerInfoAsync
|
|
1460
|
-
* @summary Returns the layer information.
|
|
1461
|
-
* @request GET:/layers/{name}
|
|
1462
|
-
* @response `200` Success
|
|
1463
|
-
* @response `default` Error
|
|
1464
|
-
*/
|
|
1465
|
-
function getLayerInfo(name) {
|
|
1466
|
-
return this.http.get("/layers/" + name).json();
|
|
1467
|
-
}
|
|
1468
|
-
/**
|
|
1469
|
-
* No description
|
|
1470
|
-
*
|
|
1471
|
-
* @tags Layers
|
|
1472
|
-
* @name DeleteResource
|
|
1473
|
-
* @operationId LayersController_DeleteResource
|
|
1474
|
-
* @summary Deletes resource.
|
|
1475
|
-
* @request DELETE:/layers/{name}
|
|
1476
|
-
* @response `200` Success
|
|
1477
|
-
*/
|
|
1478
|
-
|
|
1479
|
-
}, {
|
|
1480
|
-
key: "deleteResource",
|
|
1481
|
-
value: function deleteResource(name) {
|
|
1482
|
-
return this.http.delete("/layers/" + name, null).then(() => {});
|
|
1483
|
-
}
|
|
1484
1419
|
/**
|
|
1485
1420
|
* No description
|
|
1486
1421
|
*
|
|
@@ -1491,10 +1426,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
1491
1426
|
* @request GET:/layers
|
|
1492
1427
|
* @response `200` Success
|
|
1493
1428
|
*/
|
|
1494
|
-
|
|
1495
|
-
}, {
|
|
1496
|
-
key: "getLayersList",
|
|
1497
|
-
value: function getLayersList(query) {
|
|
1429
|
+
function getLayersList(query) {
|
|
1498
1430
|
return this.http.get("/layers", query).json();
|
|
1499
1431
|
}
|
|
1500
1432
|
/**
|
|
@@ -1529,6 +1461,38 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
1529
1461
|
value: function deleteResources(query) {
|
|
1530
1462
|
return this.http.delete("/layers", null, query).json();
|
|
1531
1463
|
}
|
|
1464
|
+
/**
|
|
1465
|
+
* No description
|
|
1466
|
+
*
|
|
1467
|
+
* @tags Layers
|
|
1468
|
+
* @name GetLayerInfo
|
|
1469
|
+
* @operationId LayersController_GetLayerInfoAsync
|
|
1470
|
+
* @summary Returns the layer information.
|
|
1471
|
+
* @request GET:/layers/{name}
|
|
1472
|
+
* @response `200` Success
|
|
1473
|
+
*/
|
|
1474
|
+
|
|
1475
|
+
}, {
|
|
1476
|
+
key: "getLayerInfo",
|
|
1477
|
+
value: function getLayerInfo(name) {
|
|
1478
|
+
return this.http.get("/layers/" + name).json();
|
|
1479
|
+
}
|
|
1480
|
+
/**
|
|
1481
|
+
* No description
|
|
1482
|
+
*
|
|
1483
|
+
* @tags Layers
|
|
1484
|
+
* @name DeleteResource
|
|
1485
|
+
* @operationId LayersController_DeleteResource
|
|
1486
|
+
* @summary Deletes resource.
|
|
1487
|
+
* @request DELETE:/layers/{name}
|
|
1488
|
+
* @response `200` Success
|
|
1489
|
+
*/
|
|
1490
|
+
|
|
1491
|
+
}, {
|
|
1492
|
+
key: "deleteResource",
|
|
1493
|
+
value: function deleteResource(name) {
|
|
1494
|
+
return this.http.delete("/layers/" + name, null).then(() => {});
|
|
1495
|
+
}
|
|
1532
1496
|
/**
|
|
1533
1497
|
* No description
|
|
1534
1498
|
*
|
|
@@ -3024,53 +2988,8 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
3024
2988
|
}
|
|
3025
2989
|
|
|
3026
2990
|
_createClass(ProjectsService, [{
|
|
3027
|
-
key: "
|
|
2991
|
+
key: "getProjectsList",
|
|
3028
2992
|
value:
|
|
3029
|
-
/**
|
|
3030
|
-
* No description
|
|
3031
|
-
*
|
|
3032
|
-
* @tags Projects
|
|
3033
|
-
* @name GetProjectLayersExtendedInfo
|
|
3034
|
-
* @operationId ProjectsController_GetProjectLayersExtendedInfo
|
|
3035
|
-
* @summary Gets extended project info with layers info.
|
|
3036
|
-
* @request GET:/projects/{name}/extended-info
|
|
3037
|
-
* @response `200` Success
|
|
3038
|
-
*/
|
|
3039
|
-
function getProjectLayersExtendedInfo(name) {
|
|
3040
|
-
return this.http.get("/projects/" + name + "/extended-info").json();
|
|
3041
|
-
}
|
|
3042
|
-
/**
|
|
3043
|
-
* No description
|
|
3044
|
-
*
|
|
3045
|
-
* @tags Projects
|
|
3046
|
-
* @name CreateShareProject
|
|
3047
|
-
* @operationId ProjectsController_CreateShareProject
|
|
3048
|
-
* @summary Create shared project.
|
|
3049
|
-
* @request POST:/projects/{name}/share
|
|
3050
|
-
* @response `200` Success
|
|
3051
|
-
*/
|
|
3052
|
-
|
|
3053
|
-
}, {
|
|
3054
|
-
key: "createShareProject",
|
|
3055
|
-
value: function createShareProject(name, data) {
|
|
3056
|
-
return this.http.post("/projects/" + name + "/share", data).json();
|
|
3057
|
-
}
|
|
3058
|
-
/**
|
|
3059
|
-
* No description
|
|
3060
|
-
*
|
|
3061
|
-
* @tags Projects
|
|
3062
|
-
* @name RemoveShareProject
|
|
3063
|
-
* @operationId ProjectsController_RemoveShareProject
|
|
3064
|
-
* @summary Delete shared project.
|
|
3065
|
-
* @request DELETE:/projects/{name}/share
|
|
3066
|
-
* @response `200` Success
|
|
3067
|
-
*/
|
|
3068
|
-
|
|
3069
|
-
}, {
|
|
3070
|
-
key: "removeShareProject",
|
|
3071
|
-
value: function removeShareProject(name) {
|
|
3072
|
-
return this.http.delete("/projects/" + name + "/share", null).then(() => {});
|
|
3073
|
-
}
|
|
3074
2993
|
/**
|
|
3075
2994
|
* No description
|
|
3076
2995
|
*
|
|
@@ -3081,10 +3000,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
3081
3000
|
* @request GET:/projects
|
|
3082
3001
|
* @response `200` Success
|
|
3083
3002
|
*/
|
|
3084
|
-
|
|
3085
|
-
}, {
|
|
3086
|
-
key: "getProjectsList",
|
|
3087
|
-
value: function getProjectsList(query) {
|
|
3003
|
+
function getProjectsList(query) {
|
|
3088
3004
|
return this.http.get("/projects", query).json();
|
|
3089
3005
|
}
|
|
3090
3006
|
/**
|
|
@@ -3183,6 +3099,22 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
3183
3099
|
value: function deleteResource(name) {
|
|
3184
3100
|
return this.http.delete("/projects/" + name, null).then(() => {});
|
|
3185
3101
|
}
|
|
3102
|
+
/**
|
|
3103
|
+
* No description
|
|
3104
|
+
*
|
|
3105
|
+
* @tags Projects
|
|
3106
|
+
* @name GetProjectLayersExtendedInfo
|
|
3107
|
+
* @operationId ProjectsController_GetProjectLayersExtendedInfo
|
|
3108
|
+
* @summary Gets extended project info with layers info.
|
|
3109
|
+
* @request GET:/projects/{name}/extended-info
|
|
3110
|
+
* @response `200` Success
|
|
3111
|
+
*/
|
|
3112
|
+
|
|
3113
|
+
}, {
|
|
3114
|
+
key: "getProjectLayersExtendedInfo",
|
|
3115
|
+
value: function getProjectLayersExtendedInfo(name) {
|
|
3116
|
+
return this.http.get("/projects/" + name + "/extended-info").json();
|
|
3117
|
+
}
|
|
3186
3118
|
/**
|
|
3187
3119
|
* No description
|
|
3188
3120
|
*
|
|
@@ -3482,12 +3414,12 @@ let Resources = /*#__PURE__*/function () {
|
|
|
3482
3414
|
}, {
|
|
3483
3415
|
key: "getDependentNames",
|
|
3484
3416
|
value: function getDependentNames(deps, depType) {
|
|
3485
|
-
return deps.filter(_ref => {
|
|
3417
|
+
return deps.filter((_ref) => {
|
|
3486
3418
|
let {
|
|
3487
3419
|
type
|
|
3488
3420
|
} = _ref;
|
|
3489
3421
|
return type === depType;
|
|
3490
|
-
}).map(_ref2 => {
|
|
3422
|
+
}).map((_ref2) => {
|
|
3491
3423
|
let {
|
|
3492
3424
|
name
|
|
3493
3425
|
} = _ref2;
|
|
@@ -5861,6 +5793,7 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
|
|
|
5861
5793
|
let {
|
|
5862
5794
|
url,
|
|
5863
5795
|
wsUrl,
|
|
5796
|
+
snappingHubUrl,
|
|
5864
5797
|
http,
|
|
5865
5798
|
urlPath,
|
|
5866
5799
|
httpOptions
|
|
@@ -5920,6 +5853,9 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
|
|
|
5920
5853
|
_this.names = new Names({
|
|
5921
5854
|
account: _this.account
|
|
5922
5855
|
});
|
|
5856
|
+
_this.snappingHub = snappingHubUrl ? new HubConnectionBuilder().withUrl(snappingHubUrl, {
|
|
5857
|
+
withCredentials: true
|
|
5858
|
+
}).withAutomaticReconnect().build() : null;
|
|
5923
5859
|
return _this;
|
|
5924
5860
|
}
|
|
5925
5861
|
|
|
@@ -5929,6 +5865,7 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
|
|
|
5929
5865
|
let {
|
|
5930
5866
|
authParams,
|
|
5931
5867
|
connectWs,
|
|
5868
|
+
connectSignalR,
|
|
5932
5869
|
initScheduler,
|
|
5933
5870
|
fetchSettings,
|
|
5934
5871
|
fetchUser
|
|
@@ -5945,6 +5882,10 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
|
|
|
5945
5882
|
await this.connectWs();
|
|
5946
5883
|
}
|
|
5947
5884
|
|
|
5885
|
+
if (connectSignalR) {
|
|
5886
|
+
await this.connectSignalR();
|
|
5887
|
+
}
|
|
5888
|
+
|
|
5948
5889
|
if (initScheduler) {
|
|
5949
5890
|
await this.initScheduler();
|
|
5950
5891
|
}
|
|
@@ -5992,6 +5933,13 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
|
|
|
5992
5933
|
});
|
|
5993
5934
|
}
|
|
5994
5935
|
}
|
|
5936
|
+
}, {
|
|
5937
|
+
key: "connectSignalR",
|
|
5938
|
+
value: async function connectSignalR() {
|
|
5939
|
+
if (this.account.isAuth && this.snappingHub) {
|
|
5940
|
+
await this.snappingHub.start();
|
|
5941
|
+
}
|
|
5942
|
+
}
|
|
5995
5943
|
}, {
|
|
5996
5944
|
key: "logout",
|
|
5997
5945
|
value: async function logout() {
|
|
@@ -6347,41 +6295,41 @@ function isFeatureLayer(layer) {
|
|
|
6347
6295
|
|
|
6348
6296
|
/**
|
|
6349
6297
|
*
|
|
6350
|
-
|
|
6298
|
+
|
|
6351
6299
|
None
|
|
6352
|
-
|
|
6300
|
+
|
|
6353
6301
|
Array
|
|
6354
|
-
|
|
6302
|
+
|
|
6355
6303
|
Min
|
|
6356
|
-
|
|
6304
|
+
|
|
6357
6305
|
Max
|
|
6358
|
-
|
|
6306
|
+
|
|
6359
6307
|
Avg
|
|
6360
|
-
|
|
6308
|
+
|
|
6361
6309
|
Sum
|
|
6362
|
-
|
|
6310
|
+
|
|
6363
6311
|
Extent
|
|
6364
|
-
|
|
6312
|
+
|
|
6365
6313
|
Count
|
|
6366
|
-
|
|
6314
|
+
|
|
6367
6315
|
First
|
|
6368
|
-
|
|
6316
|
+
|
|
6369
6317
|
Last
|
|
6370
|
-
|
|
6318
|
+
|
|
6371
6319
|
Median
|
|
6372
|
-
|
|
6320
|
+
|
|
6373
6321
|
Mod
|
|
6374
|
-
|
|
6322
|
+
|
|
6375
6323
|
StdDeviation
|
|
6376
|
-
|
|
6324
|
+
|
|
6377
6325
|
SumOfProduct
|
|
6378
|
-
|
|
6326
|
+
|
|
6379
6327
|
OnlyValue
|
|
6380
|
-
|
|
6328
|
+
|
|
6381
6329
|
WeightedAvg
|
|
6382
|
-
|
|
6330
|
+
|
|
6383
6331
|
DensityIndicators
|
|
6384
|
-
|
|
6332
|
+
|
|
6385
6333
|
DividedSum
|
|
6386
6334
|
*/
|
|
6387
6335
|
var AggregationFunction;
|
|
@@ -6408,27 +6356,27 @@ var AggregationFunction;
|
|
|
6408
6356
|
})(AggregationFunction || (AggregationFunction = {}));
|
|
6409
6357
|
/**
|
|
6410
6358
|
* Types of the attributes that are supported by the system.
|
|
6411
|
-
|
|
6359
|
+
|
|
6412
6360
|
Unknown
|
|
6413
|
-
|
|
6361
|
+
|
|
6414
6362
|
String
|
|
6415
|
-
|
|
6363
|
+
|
|
6416
6364
|
Int32
|
|
6417
|
-
|
|
6365
|
+
|
|
6418
6366
|
Int64
|
|
6419
|
-
|
|
6367
|
+
|
|
6420
6368
|
Double
|
|
6421
|
-
|
|
6369
|
+
|
|
6422
6370
|
DateTime
|
|
6423
|
-
|
|
6371
|
+
|
|
6424
6372
|
Boolean
|
|
6425
|
-
|
|
6373
|
+
|
|
6426
6374
|
Point
|
|
6427
|
-
|
|
6375
|
+
|
|
6428
6376
|
Polyline
|
|
6429
|
-
|
|
6377
|
+
|
|
6430
6378
|
Polygon
|
|
6431
|
-
|
|
6379
|
+
|
|
6432
6380
|
Multipoint
|
|
6433
6381
|
*/
|
|
6434
6382
|
|
|
@@ -6450,15 +6398,15 @@ var AttributeType;
|
|
|
6450
6398
|
})(AttributeType || (AttributeType = {}));
|
|
6451
6399
|
/**
|
|
6452
6400
|
* Describes classification methods.
|
|
6453
|
-
|
|
6401
|
+
|
|
6454
6402
|
none
|
|
6455
|
-
|
|
6403
|
+
|
|
6456
6404
|
naturalBreaks
|
|
6457
|
-
|
|
6405
|
+
|
|
6458
6406
|
equalInterval
|
|
6459
|
-
|
|
6407
|
+
|
|
6460
6408
|
quantile
|
|
6461
|
-
|
|
6409
|
+
|
|
6462
6410
|
unique
|
|
6463
6411
|
*/
|
|
6464
6412
|
|
|
@@ -6474,11 +6422,11 @@ var ClassificationType;
|
|
|
6474
6422
|
})(ClassificationType || (ClassificationType = {}));
|
|
6475
6423
|
/**
|
|
6476
6424
|
* Type of attribute.
|
|
6477
|
-
|
|
6425
|
+
|
|
6478
6426
|
decimal
|
|
6479
|
-
|
|
6427
|
+
|
|
6480
6428
|
dateTime
|
|
6481
|
-
|
|
6429
|
+
|
|
6482
6430
|
text
|
|
6483
6431
|
*/
|
|
6484
6432
|
|
|
@@ -6521,15 +6469,15 @@ var ConfigurationErrorEnum;
|
|
|
6521
6469
|
})(ConfigurationErrorEnum || (ConfigurationErrorEnum = {}));
|
|
6522
6470
|
/**
|
|
6523
6471
|
* Type of the error.
|
|
6524
|
-
|
|
6472
|
+
|
|
6525
6473
|
ResourceLimitExceeded
|
|
6526
|
-
|
|
6474
|
+
|
|
6527
6475
|
ResourceNotFound
|
|
6528
|
-
|
|
6476
|
+
|
|
6529
6477
|
InternalError
|
|
6530
|
-
|
|
6478
|
+
|
|
6531
6479
|
BadRequest
|
|
6532
|
-
|
|
6480
|
+
|
|
6533
6481
|
DuplicateContent
|
|
6534
6482
|
*/
|
|
6535
6483
|
|
|
@@ -6584,9 +6532,9 @@ var ErrorType;
|
|
|
6584
6532
|
})(ErrorType || (ErrorType = {}));
|
|
6585
6533
|
/**
|
|
6586
6534
|
* Type of the feature.
|
|
6587
|
-
|
|
6535
|
+
|
|
6588
6536
|
Unknown
|
|
6589
|
-
|
|
6537
|
+
|
|
6590
6538
|
GeometricFeature
|
|
6591
6539
|
*/
|
|
6592
6540
|
|
|
@@ -6631,17 +6579,17 @@ var FontWeight;
|
|
|
6631
6579
|
})(FontWeight || (FontWeight = {}));
|
|
6632
6580
|
/**
|
|
6633
6581
|
*
|
|
6634
|
-
|
|
6582
|
+
|
|
6635
6583
|
unknown
|
|
6636
|
-
|
|
6584
|
+
|
|
6637
6585
|
point
|
|
6638
|
-
|
|
6586
|
+
|
|
6639
6587
|
polyline
|
|
6640
|
-
|
|
6588
|
+
|
|
6641
6589
|
polygon
|
|
6642
|
-
|
|
6590
|
+
|
|
6643
6591
|
envelope
|
|
6644
|
-
|
|
6592
|
+
|
|
6645
6593
|
multipoint
|
|
6646
6594
|
*/
|
|
6647
6595
|
|
|
@@ -6658,13 +6606,13 @@ var GeometryType;
|
|
|
6658
6606
|
})(GeometryType || (GeometryType = {}));
|
|
6659
6607
|
/**
|
|
6660
6608
|
* Resource group.
|
|
6661
|
-
|
|
6609
|
+
|
|
6662
6610
|
my
|
|
6663
|
-
|
|
6611
|
+
|
|
6664
6612
|
role
|
|
6665
|
-
|
|
6613
|
+
|
|
6666
6614
|
public
|
|
6667
|
-
|
|
6615
|
+
|
|
6668
6616
|
all
|
|
6669
6617
|
*/
|
|
6670
6618
|
|
|
@@ -6707,15 +6655,15 @@ var LineEndingType;
|
|
|
6707
6655
|
})(LineEndingType || (LineEndingType = {}));
|
|
6708
6656
|
/**
|
|
6709
6657
|
*
|
|
6710
|
-
|
|
6658
|
+
|
|
6711
6659
|
Unknown
|
|
6712
|
-
|
|
6660
|
+
|
|
6713
6661
|
union
|
|
6714
|
-
|
|
6662
|
+
|
|
6715
6663
|
intersection
|
|
6716
|
-
|
|
6664
|
+
|
|
6717
6665
|
subtraction
|
|
6718
|
-
|
|
6666
|
+
|
|
6719
6667
|
symDifference
|
|
6720
6668
|
*/
|
|
6721
6669
|
|
|
@@ -6731,19 +6679,19 @@ var Operation;
|
|
|
6731
6679
|
})(Operation || (Operation = {}));
|
|
6732
6680
|
/**
|
|
6733
6681
|
* User permissions for server security objects (services, projects etc.)
|
|
6734
|
-
|
|
6682
|
+
|
|
6735
6683
|
none
|
|
6736
|
-
|
|
6684
|
+
|
|
6737
6685
|
configure
|
|
6738
|
-
|
|
6686
|
+
|
|
6739
6687
|
write
|
|
6740
|
-
|
|
6688
|
+
|
|
6741
6689
|
read
|
|
6742
|
-
|
|
6690
|
+
|
|
6743
6691
|
read,configure
|
|
6744
|
-
|
|
6692
|
+
|
|
6745
6693
|
read,write
|
|
6746
|
-
|
|
6694
|
+
|
|
6747
6695
|
read,write,configure
|
|
6748
6696
|
*/
|
|
6749
6697
|
|
|
@@ -6761,15 +6709,15 @@ var Permissions;
|
|
|
6761
6709
|
})(Permissions || (Permissions = {}));
|
|
6762
6710
|
/**
|
|
6763
6711
|
* Type of the authorization policy.
|
|
6764
|
-
|
|
6712
|
+
|
|
6765
6713
|
Unknown
|
|
6766
|
-
|
|
6714
|
+
|
|
6767
6715
|
CreateTable
|
|
6768
|
-
|
|
6716
|
+
|
|
6769
6717
|
CreateLayer
|
|
6770
|
-
|
|
6718
|
+
|
|
6771
6719
|
CreateProject
|
|
6772
|
-
|
|
6720
|
+
|
|
6773
6721
|
MaxFeaturesInOneTable
|
|
6774
6722
|
*/
|
|
6775
6723
|
|
|
@@ -6785,17 +6733,17 @@ var PolicyType;
|
|
|
6785
6733
|
})(PolicyType || (PolicyType = {}));
|
|
6786
6734
|
/**
|
|
6787
6735
|
* The `ResourceType` represents resource manager supports types.
|
|
6788
|
-
|
|
6736
|
+
|
|
6789
6737
|
Unknown
|
|
6790
|
-
|
|
6738
|
+
|
|
6791
6739
|
table
|
|
6792
|
-
|
|
6740
|
+
|
|
6793
6741
|
layer
|
|
6794
|
-
|
|
6742
|
+
|
|
6795
6743
|
project
|
|
6796
|
-
|
|
6744
|
+
|
|
6797
6745
|
file
|
|
6798
|
-
|
|
6746
|
+
|
|
6799
6747
|
feature
|
|
6800
6748
|
*/
|
|
6801
6749
|
|
|
@@ -6819,37 +6767,22 @@ var ResourceTypeLink;
|
|
|
6819
6767
|
ResourceTypeLink["Project"] = "projects";
|
|
6820
6768
|
})(ResourceTypeLink || (ResourceTypeLink = {}));
|
|
6821
6769
|
/**
|
|
6822
|
-
* Save mode (create or update).
|
|
6823
|
-
|
|
6824
|
-
create
|
|
6825
|
-
|
|
6826
|
-
update
|
|
6827
|
-
*/
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
var SaveMode;
|
|
6831
|
-
|
|
6832
|
-
(function (SaveMode) {
|
|
6833
|
-
SaveMode["Create"] = "create";
|
|
6834
|
-
SaveMode["Update"] = "update";
|
|
6835
|
-
})(SaveMode || (SaveMode = {}));
|
|
6836
|
-
/**
|
|
6837
6770
|
* Status of the server task.
|
|
6838
|
-
|
|
6771
|
+
|
|
6839
6772
|
None
|
|
6840
|
-
|
|
6773
|
+
|
|
6841
6774
|
Scheduled
|
|
6842
|
-
|
|
6775
|
+
|
|
6843
6776
|
Planning
|
|
6844
|
-
|
|
6777
|
+
|
|
6845
6778
|
Executing
|
|
6846
|
-
|
|
6779
|
+
|
|
6847
6780
|
Completed
|
|
6848
|
-
|
|
6781
|
+
|
|
6849
6782
|
Failed
|
|
6850
|
-
|
|
6783
|
+
|
|
6851
6784
|
Canceled
|
|
6852
|
-
|
|
6785
|
+
|
|
6853
6786
|
Timeout
|
|
6854
6787
|
*/
|
|
6855
6788
|
|
|
@@ -6868,11 +6801,11 @@ var ServerTaskStatus;
|
|
|
6868
6801
|
})(ServerTaskStatus || (ServerTaskStatus = {}));
|
|
6869
6802
|
/**
|
|
6870
6803
|
* The `StringSubType` provides information about string attribute subtype.
|
|
6871
|
-
|
|
6804
|
+
|
|
6872
6805
|
None
|
|
6873
|
-
|
|
6806
|
+
|
|
6874
6807
|
Image
|
|
6875
|
-
|
|
6808
|
+
|
|
6876
6809
|
PkkCode
|
|
6877
6810
|
*/
|
|
6878
6811
|
|
|
@@ -6910,5 +6843,5 @@ var TextVerticalAlignment;
|
|
|
6910
6843
|
TextVerticalAlignment["Middle"] = "middle";
|
|
6911
6844
|
})(TextVerticalAlignment || (TextVerticalAlignment = {}));
|
|
6912
6845
|
|
|
6913
|
-
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources,
|
|
6846
|
+
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SpatialProcessor, Statistic, StringSubType, Styles, Tables, TextAlignment, TextVerticalAlignment, Tools, UrlPath, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
6914
6847
|
//# sourceMappingURL=api.esm.js.map
|