@evergis/api 3.0.39 → 3.0.43

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 (32) 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 +5 -5
  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 +80 -6
  25. package/dist/api.cjs.development.js +55 -27
  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 +55 -27
  30. package/dist/api.esm.js.map +1 -1
  31. package/dist/services/External.d.ts +1 -1
  32. package/package.json +2 -2
package/dist/api.esm.js CHANGED
@@ -86,7 +86,7 @@ function _isNativeReflectConstruct() {
86
86
  if (typeof Proxy === "function") return true;
87
87
 
88
88
  try {
89
- Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
89
+ Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
90
90
  return true;
91
91
  } catch (e) {
92
92
  return false;
@@ -193,7 +193,7 @@ let Service = function Service(http) {
193
193
 
194
194
  /**
195
195
  * @title Spatial Processing Core API
196
- * @version v0.5.1.2
196
+ * @version v0.6.0
197
197
  * @baseUrl /sp
198
198
  */
199
199
 
@@ -421,7 +421,7 @@ function toFormData(input) {
421
421
 
422
422
  /**
423
423
  * @title Spatial Processing Core API
424
- * @version v0.5.1.2
424
+ * @version v0.6.0
425
425
  * @baseUrl /sp
426
426
  */
427
427
 
@@ -499,7 +499,7 @@ let FileUpload = /*#__PURE__*/function (_StaticContentService) {
499
499
 
500
500
  /**
501
501
  * @title Spatial Processing Core API
502
- * @version v0.5.1.2
502
+ * @version v0.6.0
503
503
  * @baseUrl /sp
504
504
  */
505
505
 
@@ -599,7 +599,7 @@ let Import = /*#__PURE__*/function (_ImportService) {
599
599
 
600
600
  /**
601
601
  * @title Spatial Processing Core API
602
- * @version v0.5.1.2
602
+ * @version v0.6.0
603
603
  * @baseUrl /sp
604
604
  */
605
605
 
@@ -856,7 +856,7 @@ let NotificationEvent = function NotificationEvent(data) {
856
856
 
857
857
  /**
858
858
  * @title Spatial Processing Core API
859
- * @version v0.5.1.2
859
+ * @version v0.6.0
860
860
  * @baseUrl /sp
861
861
  */
862
862
 
@@ -1289,7 +1289,7 @@ let Scheduler = /*#__PURE__*/function (_SchedulerService) {
1289
1289
 
1290
1290
  /**
1291
1291
  * @title Spatial Processing Core API
1292
- * @version v0.5.1.2
1292
+ * @version v0.6.0
1293
1293
  * @baseUrl /sp
1294
1294
  */
1295
1295
 
@@ -2283,7 +2283,7 @@ function isTileLayerService(layer) {
2283
2283
 
2284
2284
  /**
2285
2285
  * @title Spatial Processing Core API
2286
- * @version v0.5.1.2
2286
+ * @version v0.6.0
2287
2287
  * @baseUrl /sp
2288
2288
  */
2289
2289
 
@@ -2716,7 +2716,7 @@ let Tables = /*#__PURE__*/function (_TablesService) {
2716
2716
 
2717
2717
  /**
2718
2718
  * @title Spatial Processing Core API
2719
- * @version v0.5.1.2
2719
+ * @version v0.6.0
2720
2720
  * @baseUrl /sp
2721
2721
  */
2722
2722
 
@@ -3177,7 +3177,7 @@ let Resources = /*#__PURE__*/function () {
3177
3177
 
3178
3178
  /**
3179
3179
  * @title Spatial Processing Core API
3180
- * @version v0.5.1.2
3180
+ * @version v0.6.0
3181
3181
  * @baseUrl /sp
3182
3182
  */
3183
3183
 
@@ -3277,7 +3277,7 @@ let Styles = /*#__PURE__*/function (_StyleService) {
3277
3277
 
3278
3278
  /**
3279
3279
  * @title Spatial Processing Core API
3280
- * @version v0.5.1.2
3280
+ * @version v0.6.0
3281
3281
  * @baseUrl /sp
3282
3282
  */
3283
3283
 
@@ -3393,7 +3393,7 @@ let Geocode = /*#__PURE__*/function (_GeocodeService) {
3393
3393
 
3394
3394
  /**
3395
3395
  * @title Spatial Processing Core API
3396
- * @version v0.5.1.2
3396
+ * @version v0.6.0
3397
3397
  * @baseUrl /sp
3398
3398
  */
3399
3399
 
@@ -3658,7 +3658,7 @@ let ResourceCatalog = /*#__PURE__*/function (_ResourceCatalogServi) {
3658
3658
 
3659
3659
  /**
3660
3660
  * @title Spatial Processing Core API
3661
- * @version v0.5.1.2
3661
+ * @version v0.6.0
3662
3662
  * @baseUrl /sp
3663
3663
  */
3664
3664
 
@@ -4155,7 +4155,7 @@ let Tools = /*#__PURE__*/function (_ToolsService) {
4155
4155
 
4156
4156
  /**
4157
4157
  * @title Spatial Processing Core API
4158
- * @version v0.5.1.2
4158
+ * @version v0.6.0
4159
4159
  * @baseUrl /sp
4160
4160
  */
4161
4161
 
@@ -4239,7 +4239,7 @@ let General = /*#__PURE__*/function (_GeneralService) {
4239
4239
 
4240
4240
  /**
4241
4241
  * @title Spatial Processing Core API
4242
- * @version v0.5.1.2
4242
+ * @version v0.6.0
4243
4243
  * @baseUrl /sp
4244
4244
  */
4245
4245
 
@@ -4339,7 +4339,7 @@ let Namespace = /*#__PURE__*/function (_NamespaceService) {
4339
4339
 
4340
4340
  /**
4341
4341
  * @title Spatial Processing Core API
4342
- * @version v0.5.1.2
4342
+ * @version v0.6.0
4343
4343
  * @baseUrl /sp
4344
4344
  */
4345
4345
 
@@ -4370,6 +4370,22 @@ let AccountService = /*#__PURE__*/function (_Service) {
4370
4370
  value: function getUsers(query) {
4371
4371
  return this.http.get("/account/user/list", query).json();
4372
4372
  }
4373
+ /**
4374
+ * No description
4375
+ *
4376
+ * @tags Account
4377
+ * @name GetExtendedUsers
4378
+ * @operationId AccountController_GetExtendedUsers
4379
+ * @summary Returns the list of extended users informations that correspond to the given conditions.
4380
+ * @request GET:/account/user/extendedlist
4381
+ * @response `200` Success
4382
+ */
4383
+
4384
+ }, {
4385
+ key: "getExtendedUsers",
4386
+ value: function getExtendedUsers(query) {
4387
+ return this.http.get("/account/user/extendedlist", query).json();
4388
+ }
4373
4389
  /**
4374
4390
  * No description
4375
4391
  *
@@ -4978,7 +4994,7 @@ let Account = /*#__PURE__*/function (_AccountService) {
4978
4994
 
4979
4995
  /**
4980
4996
  * @title Spatial Processing Core API
4981
- * @version v0.5.1.2
4997
+ * @version v0.6.0
4982
4998
  * @baseUrl /sp
4983
4999
  */
4984
5000
 
@@ -5137,7 +5153,7 @@ let AccountPreview = /*#__PURE__*/function (_AccountPreviewServic) {
5137
5153
 
5138
5154
  /**
5139
5155
  * @title Spatial Processing Core API
5140
- * @version v0.5.1.2
5156
+ * @version v0.6.0
5141
5157
  * @baseUrl /sp
5142
5158
  */
5143
5159
 
@@ -5214,7 +5230,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
5214
5230
  }, {
5215
5231
  key: "loginCallback",
5216
5232
  value: function loginCallback() {
5217
- return this.http.get("/account/external/login/callback").text();
5233
+ return this.http.get("/account/external/login/callback").then(() => {});
5218
5234
  }
5219
5235
  /**
5220
5236
  * No description
@@ -5278,7 +5294,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
5278
5294
  }, {
5279
5295
  key: "bindVk",
5280
5296
  value: function bindVk() {
5281
- return this.http.get("/account/external/bind/vk").then(() => {});
5297
+ return this.http.createUrl("/account/external/bind/vk");
5282
5298
  }
5283
5299
  /**
5284
5300
  * No description
@@ -5294,7 +5310,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
5294
5310
  }, {
5295
5311
  key: "bindGoogle",
5296
5312
  value: function bindGoogle() {
5297
- return this.http.get("/account/external/bind/google").then(() => {});
5313
+ return this.http.createUrl("/account/external/bind/google");
5298
5314
  }
5299
5315
  /**
5300
5316
  * No description
@@ -5310,7 +5326,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
5310
5326
  }, {
5311
5327
  key: "bindFacebook",
5312
5328
  value: function bindFacebook() {
5313
- return this.http.get("/account/external/bind/facebook").then(() => {});
5329
+ return this.http.createUrl("/account/external/bind/facebook");
5314
5330
  }
5315
5331
  /**
5316
5332
  * No description
@@ -5362,9 +5378,21 @@ let External = /*#__PURE__*/function (_ExternalProvidersSer) {
5362
5378
  }
5363
5379
  }
5364
5380
  }, {
5365
- key: "callback",
5366
- value: function callback() {
5367
- return this.loginCallback();
5381
+ key: "bind",
5382
+ value: function bind(network) {
5383
+ switch (network) {
5384
+ case 'vk':
5385
+ return this.bindVk();
5386
+
5387
+ case 'google':
5388
+ return this.bindGoogle();
5389
+
5390
+ case 'facebook':
5391
+ return this.bindFacebook();
5392
+
5393
+ default:
5394
+ return '';
5395
+ }
5368
5396
  }
5369
5397
  }, {
5370
5398
  key: "unbind",
@@ -5390,7 +5418,7 @@ let External = /*#__PURE__*/function (_ExternalProvidersSer) {
5390
5418
 
5391
5419
  /**
5392
5420
  * @title Spatial Processing Core API
5393
- * @version v0.5.1.2
5421
+ * @version v0.6.0
5394
5422
  * @baseUrl /sp
5395
5423
  */
5396
5424
 
@@ -5933,7 +5961,7 @@ let Names = /*#__PURE__*/function () {
5933
5961
 
5934
5962
  /**
5935
5963
  * @title Spatial Processing Core API
5936
- * @version v0.5.1.2
5964
+ * @version v0.6.0
5937
5965
  * @baseUrl /sp
5938
5966
  */
5939
5967