@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.
package/dist/api.esm.js CHANGED
@@ -2642,23 +2642,6 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2642
2642
  function increaseResourcesLimit(query) {
2643
2643
  return this.http.post("/feedback/limits", null, query).json();
2644
2644
  }
2645
- /**
2646
- * No description
2647
- *
2648
- * @tags Feedback
2649
- * @name MoreSymbols
2650
- * @operationId FeedbackController_MoreSymbols
2651
- * @summary More symbols request.
2652
- * @request POST:/feedback/symbol
2653
- * @secure
2654
- * @response `200` OK
2655
- */
2656
-
2657
- }, {
2658
- key: "moreSymbols",
2659
- value: function moreSymbols(query) {
2660
- return this.http.post("/feedback/symbol", null, query).json();
2661
- }
2662
2645
  /**
2663
2646
  * No description
2664
2647
  *
@@ -2999,7 +2982,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2999
2982
  }, {
3000
2983
  key: "readPart",
3001
2984
  value: function readPart(query) {
3002
- return this.http.get("/import/read", query).then(() => {});
2985
+ return this.http.get("/import/read", query).json();
3003
2986
  }
3004
2987
  /**
3005
2988
  * No description
@@ -7021,66 +7004,6 @@ var ErrorType;
7021
7004
  ErrorType["EmailNotSet"] = "EmailNotSet";
7022
7005
  })(ErrorType || (ErrorType = {}));
7023
7006
  /**
7024
- * Sets whether font should be styled.
7025
-
7026
- normal
7027
-
7028
- oblique
7029
-
7030
- italic
7031
- */
7032
-
7033
-
7034
- var FontStyle;
7035
-
7036
- (function (FontStyle) {
7037
- FontStyle["Normal"] = "normal";
7038
- FontStyle["Oblique"] = "oblique";
7039
- FontStyle["Italic"] = "italic";
7040
- })(FontStyle || (FontStyle = {}));
7041
- /**
7042
- * Specifies the weight (or boldness) of the font.
7043
-
7044
- Thin
7045
-
7046
- ExtraLight
7047
-
7048
- Light
7049
-
7050
- SemiLight
7051
-
7052
- Normal
7053
-
7054
- Medium
7055
-
7056
- DemiBold
7057
-
7058
- Bold
7059
-
7060
- ExtraBold
7061
-
7062
- Black
7063
-
7064
- ExtraBlack
7065
- */
7066
-
7067
-
7068
- var FontWeight;
7069
-
7070
- (function (FontWeight) {
7071
- FontWeight["Thin"] = "Thin";
7072
- FontWeight["ExtraLight"] = "ExtraLight";
7073
- FontWeight["Light"] = "Light";
7074
- FontWeight["SemiLight"] = "SemiLight";
7075
- FontWeight["Normal"] = "Normal";
7076
- FontWeight["Medium"] = "Medium";
7077
- FontWeight["DemiBold"] = "DemiBold";
7078
- FontWeight["Bold"] = "Bold";
7079
- FontWeight["ExtraBold"] = "ExtraBold";
7080
- FontWeight["Black"] = "Black";
7081
- FontWeight["ExtraBlack"] = "ExtraBlack";
7082
- })(FontWeight || (FontWeight = {}));
7083
- /**
7084
7007
  *
7085
7008
 
7086
7009
  unknown
@@ -7129,90 +7052,6 @@ var Group;
7129
7052
  Group["All"] = "all";
7130
7053
  })(Group || (Group = {}));
7131
7054
  /**
7132
- * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
7133
-
7134
- Flat
7135
-
7136
- Square
7137
-
7138
- Round
7139
-
7140
- Triangle
7141
- */
7142
-
7143
-
7144
- var LineCapStyle;
7145
-
7146
- (function (LineCapStyle) {
7147
- LineCapStyle["Flat"] = "Flat";
7148
- LineCapStyle["Square"] = "Square";
7149
- LineCapStyle["Round"] = "Round";
7150
- LineCapStyle["Triangle"] = "Triangle";
7151
- })(LineCapStyle || (LineCapStyle = {}));
7152
- /**
7153
- * Type of the line ending.
7154
-
7155
- none
7156
-
7157
- arrow
7158
-
7159
- filledArrow
7160
-
7161
- square
7162
-
7163
- filledSquare
7164
-
7165
- circle
7166
-
7167
- filledCircle
7168
-
7169
- diamond
7170
-
7171
- filledDiamond
7172
-
7173
- roundSquare
7174
-
7175
- filledRoundSquare
7176
-
7177
- svg
7178
- */
7179
-
7180
-
7181
- var LineEndingType;
7182
-
7183
- (function (LineEndingType) {
7184
- LineEndingType["None"] = "none";
7185
- LineEndingType["Arrow"] = "arrow";
7186
- LineEndingType["FilledArrow"] = "filledArrow";
7187
- LineEndingType["Square"] = "square";
7188
- LineEndingType["FilledSquare"] = "filledSquare";
7189
- LineEndingType["Circle"] = "circle";
7190
- LineEndingType["FilledCircle"] = "filledCircle";
7191
- LineEndingType["Diamond"] = "diamond";
7192
- LineEndingType["FilledDiamond"] = "filledDiamond";
7193
- LineEndingType["RoundSquare"] = "roundSquare";
7194
- LineEndingType["FilledRoundSquare"] = "filledRoundSquare";
7195
- LineEndingType["Svg"] = "svg";
7196
- })(LineEndingType || (LineEndingType = {}));
7197
- /**
7198
- * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
7199
-
7200
- Miter
7201
-
7202
- Bevel
7203
-
7204
- Round
7205
- */
7206
-
7207
-
7208
- var LineJoinType;
7209
-
7210
- (function (LineJoinType) {
7211
- LineJoinType["Miter"] = "Miter";
7212
- LineJoinType["Bevel"] = "Bevel";
7213
- LineJoinType["Round"] = "Round";
7214
- })(LineJoinType || (LineJoinType = {}));
7215
- /**
7216
7055
  * Filter exists resources by owner.
7217
7056
 
7218
7057
  My
@@ -7369,8 +7208,6 @@ RemoteTileService
7369
7208
 
7370
7209
  ProxyService
7371
7210
 
7372
- PostgresLayerService
7373
-
7374
7211
  QueryLayerService
7375
7212
 
7376
7213
  TileCatalogTable
@@ -7382,7 +7219,6 @@ var ResourceSubTypeFilter;
7382
7219
  (function (ResourceSubTypeFilter) {
7383
7220
  ResourceSubTypeFilter["RemoteTileService"] = "RemoteTileService";
7384
7221
  ResourceSubTypeFilter["ProxyService"] = "ProxyService";
7385
- ResourceSubTypeFilter["PostgresLayerService"] = "PostgresLayerService";
7386
7222
  ResourceSubTypeFilter["QueryLayerService"] = "QueryLayerService";
7387
7223
  ResourceSubTypeFilter["TileCatalogTable"] = "TileCatalogTable";
7388
7224
  })(ResourceSubTypeFilter || (ResourceSubTypeFilter = {}));
@@ -7533,45 +7369,6 @@ var TaskResourceSubType;
7533
7369
  TaskResourceSubType["PythonTask"] = "PythonTask";
7534
7370
  })(TaskResourceSubType || (TaskResourceSubType = {}));
7535
7371
  /**
7536
- * Sets the horizontal alignment of text.
7537
-
7538
- right
7539
-
7540
- left
7541
-
7542
- center
7543
-
7544
- justified
7545
- */
7546
-
7547
-
7548
- var TextAlignment;
7549
-
7550
- (function (TextAlignment) {
7551
- TextAlignment["Right"] = "right";
7552
- TextAlignment["Left"] = "left";
7553
- TextAlignment["Center"] = "center";
7554
- TextAlignment["Justified"] = "justified";
7555
- })(TextAlignment || (TextAlignment = {}));
7556
- /**
7557
- * Sets the vertical alignment of text.
7558
-
7559
- top
7560
-
7561
- bottom
7562
-
7563
- middle
7564
- */
7565
-
7566
-
7567
- var TextVerticalAlignment;
7568
-
7569
- (function (TextVerticalAlignment) {
7570
- TextVerticalAlignment["Top"] = "top";
7571
- TextVerticalAlignment["Bottom"] = "bottom";
7572
- TextVerticalAlignment["Middle"] = "middle";
7573
- })(TextVerticalAlignment || (TextVerticalAlignment = {}));
7574
- /**
7575
7372
  *
7576
7373
 
7577
7374
  Task
@@ -7665,5 +7462,5 @@ var WorkerSettingsFieldType;
7665
7462
  WorkerSettingsFieldType["AttributeArray"] = "AttributeArray";
7666
7463
  })(WorkerSettingsFieldType || (WorkerSettingsFieldType = {}));
7667
7464
 
7668
- export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, Geocode, GeometryType, Group, HttpClient, Import, Layers, LineCapStyle, LineEndingType, LineJoinType, Names, Notification, NotificationEvent, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Projects, Quality, RemoteTaskManager, RemoteTaskStatus, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, STORAGE_REFRESH_TOKEN_KEY, STORAGE_TOKEN_KEY, Security, SimplifyType, Statistic, StringSubType, Tables, TaskResourceSubType, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, WorkerMethodType, WorkerSettingsFieldType, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, getFetchingUrlPath, isHTTPError, isHandledError, isProjectContentItems, isString, isTileLayerService, parseJwt, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
7465
+ export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, Feedback, FileUpload, Filters, GEOCODE_PROVIDER, Geocode, GeometryType, Group, HttpClient, Import, Layers, Names, Notification, NotificationEvent, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Projects, Quality, RemoteTaskManager, RemoteTaskStatus, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, STORAGE_REFRESH_TOKEN_KEY, STORAGE_TOKEN_KEY, Security, SimplifyType, Statistic, StringSubType, Tables, TaskResourceSubType, Tools, UrlPath, VectorTiles, WorkerMethodType, WorkerSettingsFieldType, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, getFetchingUrlPath, isHTTPError, isHandledError, isProjectContentItems, isString, isTileLayerService, parseJwt, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
7669
7466
  //# sourceMappingURL=api.esm.js.map