@evergis/api 3.0.40 → 3.0.44

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.
Files changed (31) hide show
  1. package/dist/__generated__/AccountPreviewService.d.ts +1 -1
  2. package/dist/__generated__/AccountService.d.ts +14 -3
  3. package/dist/__generated__/AutosharedListService.d.ts +1 -1
  4. package/dist/__generated__/ClientSettingsService.d.ts +1 -1
  5. package/dist/__generated__/ExternalProvidersService.d.ts +2 -2
  6. package/dist/__generated__/FavoritesService.d.ts +1 -1
  7. package/dist/__generated__/FeedbackService.d.ts +1 -1
  8. package/dist/__generated__/GeneralService.d.ts +1 -1
  9. package/dist/__generated__/GeocodeService.d.ts +1 -1
  10. package/dist/__generated__/ImportService.d.ts +1 -1
  11. package/dist/__generated__/LayersService.d.ts +1 -1
  12. package/dist/__generated__/NamespaceService.d.ts +1 -1
  13. package/dist/__generated__/NotificationService.d.ts +1 -1
  14. package/dist/__generated__/PrintService.d.ts +1 -1
  15. package/dist/__generated__/ProjectsService.d.ts +1 -1
  16. package/dist/__generated__/ResourceCatalogService.d.ts +1 -1
  17. package/dist/__generated__/SchedulerService.d.ts +1 -1
  18. package/dist/__generated__/ScriptsService.d.ts +1 -1
  19. package/dist/__generated__/SecurityService.d.ts +3 -3
  20. package/dist/__generated__/StaticContentService.d.ts +1 -1
  21. package/dist/__generated__/StyleService.d.ts +1 -1
  22. package/dist/__generated__/TablesService.d.ts +1 -1
  23. package/dist/__generated__/ToolsService.d.ts +1 -1
  24. package/dist/__generated__/data-contracts.d.ts +132 -6
  25. package/dist/api.cjs.development.js +38 -21
  26. package/dist/api.cjs.development.js.map +1 -1
  27. package/dist/api.cjs.production.min.js +1 -1
  28. package/dist/api.cjs.production.min.js.map +1 -1
  29. package/dist/api.esm.js +40 -21
  30. package/dist/api.esm.js.map +1 -1
  31. package/package.json +4 -3
@@ -92,7 +92,7 @@ function _isNativeReflectConstruct() {
92
92
  if (typeof Proxy === "function") return true;
93
93
 
94
94
  try {
95
- Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
95
+ Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
96
96
  return true;
97
97
  } catch (e) {
98
98
  return false;
@@ -199,7 +199,7 @@ let Service = function Service(http) {
199
199
 
200
200
  /**
201
201
  * @title Spatial Processing Core API
202
- * @version v0.5.1.2
202
+ * @version v0.6.0
203
203
  * @baseUrl /sp
204
204
  */
205
205
 
@@ -427,7 +427,7 @@ function toFormData(input) {
427
427
 
428
428
  /**
429
429
  * @title Spatial Processing Core API
430
- * @version v0.5.1.2
430
+ * @version v0.6.0
431
431
  * @baseUrl /sp
432
432
  */
433
433
 
@@ -505,7 +505,7 @@ let FileUpload = /*#__PURE__*/function (_StaticContentService) {
505
505
 
506
506
  /**
507
507
  * @title Spatial Processing Core API
508
- * @version v0.5.1.2
508
+ * @version v0.6.0
509
509
  * @baseUrl /sp
510
510
  */
511
511
 
@@ -605,7 +605,7 @@ let Import = /*#__PURE__*/function (_ImportService) {
605
605
 
606
606
  /**
607
607
  * @title Spatial Processing Core API
608
- * @version v0.5.1.2
608
+ * @version v0.6.0
609
609
  * @baseUrl /sp
610
610
  */
611
611
 
@@ -860,7 +860,7 @@ let NotificationEvent = function NotificationEvent(data) {
860
860
 
861
861
  /**
862
862
  * @title Spatial Processing Core API
863
- * @version v0.5.1.2
863
+ * @version v0.6.0
864
864
  * @baseUrl /sp
865
865
  */
866
866
 
@@ -1293,7 +1293,7 @@ let Scheduler = /*#__PURE__*/function (_SchedulerService) {
1293
1293
 
1294
1294
  /**
1295
1295
  * @title Spatial Processing Core API
1296
- * @version v0.5.1.2
1296
+ * @version v0.6.0
1297
1297
  * @baseUrl /sp
1298
1298
  */
1299
1299
 
@@ -2287,7 +2287,7 @@ function isTileLayerService(layer) {
2287
2287
 
2288
2288
  /**
2289
2289
  * @title Spatial Processing Core API
2290
- * @version v0.5.1.2
2290
+ * @version v0.6.0
2291
2291
  * @baseUrl /sp
2292
2292
  */
2293
2293
 
@@ -2720,7 +2720,7 @@ let Tables = /*#__PURE__*/function (_TablesService) {
2720
2720
 
2721
2721
  /**
2722
2722
  * @title Spatial Processing Core API
2723
- * @version v0.5.1.2
2723
+ * @version v0.6.0
2724
2724
  * @baseUrl /sp
2725
2725
  */
2726
2726
 
@@ -3179,7 +3179,7 @@ let Resources = /*#__PURE__*/function () {
3179
3179
 
3180
3180
  /**
3181
3181
  * @title Spatial Processing Core API
3182
- * @version v0.5.1.2
3182
+ * @version v0.6.0
3183
3183
  * @baseUrl /sp
3184
3184
  */
3185
3185
 
@@ -3279,7 +3279,7 @@ let Styles = /*#__PURE__*/function (_StyleService) {
3279
3279
 
3280
3280
  /**
3281
3281
  * @title Spatial Processing Core API
3282
- * @version v0.5.1.2
3282
+ * @version v0.6.0
3283
3283
  * @baseUrl /sp
3284
3284
  */
3285
3285
 
@@ -3395,7 +3395,7 @@ let Geocode = /*#__PURE__*/function (_GeocodeService) {
3395
3395
 
3396
3396
  /**
3397
3397
  * @title Spatial Processing Core API
3398
- * @version v0.5.1.2
3398
+ * @version v0.6.0
3399
3399
  * @baseUrl /sp
3400
3400
  */
3401
3401
 
@@ -3660,7 +3660,7 @@ let ResourceCatalog = /*#__PURE__*/function (_ResourceCatalogServi) {
3660
3660
 
3661
3661
  /**
3662
3662
  * @title Spatial Processing Core API
3663
- * @version v0.5.1.2
3663
+ * @version v0.6.0
3664
3664
  * @baseUrl /sp
3665
3665
  */
3666
3666
 
@@ -4157,7 +4157,7 @@ let Tools = /*#__PURE__*/function (_ToolsService) {
4157
4157
 
4158
4158
  /**
4159
4159
  * @title Spatial Processing Core API
4160
- * @version v0.5.1.2
4160
+ * @version v0.6.0
4161
4161
  * @baseUrl /sp
4162
4162
  */
4163
4163
 
@@ -4241,7 +4241,7 @@ let General = /*#__PURE__*/function (_GeneralService) {
4241
4241
 
4242
4242
  /**
4243
4243
  * @title Spatial Processing Core API
4244
- * @version v0.5.1.2
4244
+ * @version v0.6.0
4245
4245
  * @baseUrl /sp
4246
4246
  */
4247
4247
 
@@ -4341,7 +4341,7 @@ let Namespace = /*#__PURE__*/function (_NamespaceService) {
4341
4341
 
4342
4342
  /**
4343
4343
  * @title Spatial Processing Core API
4344
- * @version v0.5.1.2
4344
+ * @version v0.6.0
4345
4345
  * @baseUrl /sp
4346
4346
  */
4347
4347
 
@@ -4372,6 +4372,22 @@ let AccountService = /*#__PURE__*/function (_Service) {
4372
4372
  value: function getUsers(query) {
4373
4373
  return this.http.get("/account/user/list", query).json();
4374
4374
  }
4375
+ /**
4376
+ * No description
4377
+ *
4378
+ * @tags Account
4379
+ * @name GetExtendedUsers
4380
+ * @operationId AccountController_GetExtendedUsers
4381
+ * @summary Returns the list of extended users informations that correspond to the given conditions.
4382
+ * @request GET:/account/user/extendedlist
4383
+ * @response `200` Success
4384
+ */
4385
+
4386
+ }, {
4387
+ key: "getExtendedUsers",
4388
+ value: function getExtendedUsers(query) {
4389
+ return this.http.get("/account/user/extendedlist", query).json();
4390
+ }
4375
4391
  /**
4376
4392
  * No description
4377
4393
  *
@@ -4980,7 +4996,7 @@ let Account = /*#__PURE__*/function (_AccountService) {
4980
4996
 
4981
4997
  /**
4982
4998
  * @title Spatial Processing Core API
4983
- * @version v0.5.1.2
4999
+ * @version v0.6.0
4984
5000
  * @baseUrl /sp
4985
5001
  */
4986
5002
 
@@ -5139,7 +5155,7 @@ let AccountPreview = /*#__PURE__*/function (_AccountPreviewServic) {
5139
5155
 
5140
5156
  /**
5141
5157
  * @title Spatial Processing Core API
5142
- * @version v0.5.1.2
5158
+ * @version v0.6.0
5143
5159
  * @baseUrl /sp
5144
5160
  */
5145
5161
 
@@ -5216,7 +5232,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
5216
5232
  }, {
5217
5233
  key: "loginCallback",
5218
5234
  value: function loginCallback() {
5219
- return this.http.get("/account/external/login/callback").text();
5235
+ return this.http.get("/account/external/login/callback").then(() => {});
5220
5236
  }
5221
5237
  /**
5222
5238
  * No description
@@ -5404,7 +5420,7 @@ let External = /*#__PURE__*/function (_ExternalProvidersSer) {
5404
5420
 
5405
5421
  /**
5406
5422
  * @title Spatial Processing Core API
5407
- * @version v0.5.1.2
5423
+ * @version v0.6.0
5408
5424
  * @baseUrl /sp
5409
5425
  */
5410
5426
 
@@ -5944,7 +5960,7 @@ let Names = /*#__PURE__*/function () {
5944
5960
 
5945
5961
  /**
5946
5962
  * @title Spatial Processing Core API
5947
- * @version v0.5.1.2
5963
+ * @version v0.6.0
5948
5964
  * @baseUrl /sp
5949
5965
  */
5950
5966
 
@@ -6831,6 +6847,7 @@ function isFeatureLayer(layer) {
6831
6847
  Permissions["Configure"] = "configure";
6832
6848
  Permissions["Write"] = "write";
6833
6849
  Permissions["Read"] = "read";
6850
+ Permissions["ReadConfigure"] = "read,configure";
6834
6851
  Permissions["ReadWrite"] = "read,write";
6835
6852
  Permissions["All"] = "read,write,configure";
6836
6853
  })(exports.Permissions || (exports.Permissions = {}));