@evergis/api 4.0.23 → 4.0.24

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.
@@ -2646,23 +2646,6 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2646
2646
  function increaseResourcesLimit(query) {
2647
2647
  return this.http.post("/feedback/limits", null, query).json();
2648
2648
  }
2649
- /**
2650
- * No description
2651
- *
2652
- * @tags Feedback
2653
- * @name MoreSymbols
2654
- * @operationId FeedbackController_MoreSymbols
2655
- * @summary More symbols request.
2656
- * @request POST:/feedback/symbol
2657
- * @secure
2658
- * @response `200` OK
2659
- */
2660
-
2661
- }, {
2662
- key: "moreSymbols",
2663
- value: function moreSymbols(query) {
2664
- return this.http.post("/feedback/symbol", null, query).json();
2665
- }
2666
2649
  /**
2667
2650
  * No description
2668
2651
  *
@@ -3003,7 +2986,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
3003
2986
  }, {
3004
2987
  key: "readPart",
3005
2988
  value: function readPart(query) {
3006
- return this.http.get("/import/read", query).then(() => {});
2989
+ return this.http.get("/import/read", query).json();
3007
2990
  }
3008
2991
  /**
3009
2992
  * No description
@@ -6750,26 +6733,6 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
6750
6733
  ErrorType["EmailNotSet"] = "EmailNotSet";
6751
6734
  })(exports.ErrorType || (exports.ErrorType = {}));
6752
6735
 
6753
- (function (FontStyle) {
6754
- FontStyle["Normal"] = "normal";
6755
- FontStyle["Oblique"] = "oblique";
6756
- FontStyle["Italic"] = "italic";
6757
- })(exports.FontStyle || (exports.FontStyle = {}));
6758
-
6759
- (function (FontWeight) {
6760
- FontWeight["Thin"] = "Thin";
6761
- FontWeight["ExtraLight"] = "ExtraLight";
6762
- FontWeight["Light"] = "Light";
6763
- FontWeight["SemiLight"] = "SemiLight";
6764
- FontWeight["Normal"] = "Normal";
6765
- FontWeight["Medium"] = "Medium";
6766
- FontWeight["DemiBold"] = "DemiBold";
6767
- FontWeight["Bold"] = "Bold";
6768
- FontWeight["ExtraBold"] = "ExtraBold";
6769
- FontWeight["Black"] = "Black";
6770
- FontWeight["ExtraBlack"] = "ExtraBlack";
6771
- })(exports.FontWeight || (exports.FontWeight = {}));
6772
-
6773
6736
  (function (GeometryType) {
6774
6737
  GeometryType["Unknown"] = "unknown";
6775
6738
  GeometryType["Point"] = "point";
@@ -6786,34 +6749,6 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
6786
6749
  Group["All"] = "all";
6787
6750
  })(exports.Group || (exports.Group = {}));
6788
6751
 
6789
- (function (LineCapStyle) {
6790
- LineCapStyle["Flat"] = "Flat";
6791
- LineCapStyle["Square"] = "Square";
6792
- LineCapStyle["Round"] = "Round";
6793
- LineCapStyle["Triangle"] = "Triangle";
6794
- })(exports.LineCapStyle || (exports.LineCapStyle = {}));
6795
-
6796
- (function (LineEndingType) {
6797
- LineEndingType["None"] = "none";
6798
- LineEndingType["Arrow"] = "arrow";
6799
- LineEndingType["FilledArrow"] = "filledArrow";
6800
- LineEndingType["Square"] = "square";
6801
- LineEndingType["FilledSquare"] = "filledSquare";
6802
- LineEndingType["Circle"] = "circle";
6803
- LineEndingType["FilledCircle"] = "filledCircle";
6804
- LineEndingType["Diamond"] = "diamond";
6805
- LineEndingType["FilledDiamond"] = "filledDiamond";
6806
- LineEndingType["RoundSquare"] = "roundSquare";
6807
- LineEndingType["FilledRoundSquare"] = "filledRoundSquare";
6808
- LineEndingType["Svg"] = "svg";
6809
- })(exports.LineEndingType || (exports.LineEndingType = {}));
6810
-
6811
- (function (LineJoinType) {
6812
- LineJoinType["Miter"] = "Miter";
6813
- LineJoinType["Bevel"] = "Bevel";
6814
- LineJoinType["Round"] = "Round";
6815
- })(exports.LineJoinType || (exports.LineJoinType = {}));
6816
-
6817
6752
  (function (OwnerFilter) {
6818
6753
  OwnerFilter["My"] = "My";
6819
6754
  OwnerFilter["Shared"] = "Shared";
@@ -6867,7 +6802,6 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
6867
6802
  (function (ResourceSubTypeFilter) {
6868
6803
  ResourceSubTypeFilter["RemoteTileService"] = "RemoteTileService";
6869
6804
  ResourceSubTypeFilter["ProxyService"] = "ProxyService";
6870
- ResourceSubTypeFilter["PostgresLayerService"] = "PostgresLayerService";
6871
6805
  ResourceSubTypeFilter["QueryLayerService"] = "QueryLayerService";
6872
6806
  ResourceSubTypeFilter["TileCatalogTable"] = "TileCatalogTable";
6873
6807
  })(exports.ResourceSubTypeFilter || (exports.ResourceSubTypeFilter = {}));
@@ -6924,19 +6858,6 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
6924
6858
  TaskResourceSubType["PythonTask"] = "PythonTask";
6925
6859
  })(exports.TaskResourceSubType || (exports.TaskResourceSubType = {}));
6926
6860
 
6927
- (function (TextAlignment) {
6928
- TextAlignment["Right"] = "right";
6929
- TextAlignment["Left"] = "left";
6930
- TextAlignment["Center"] = "center";
6931
- TextAlignment["Justified"] = "justified";
6932
- })(exports.TextAlignment || (exports.TextAlignment = {}));
6933
-
6934
- (function (TextVerticalAlignment) {
6935
- TextVerticalAlignment["Top"] = "top";
6936
- TextVerticalAlignment["Bottom"] = "bottom";
6937
- TextVerticalAlignment["Middle"] = "middle";
6938
- })(exports.TextVerticalAlignment || (exports.TextVerticalAlignment = {}));
6939
-
6940
6861
  (function (WorkerMethodType) {
6941
6862
  WorkerMethodType["Task"] = "Task";
6942
6863
  WorkerMethodType["Rest"] = "Rest";