@evergis/api 4.0.9 → 4.0.10

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.
@@ -1,10 +1,6 @@
1
1
  interface BrandedType<T> {
2
2
  __type__?: T;
3
3
  }
4
- export interface TypeCoordsEFixedBuffer {
5
- /** @format double */
6
- fixedElementField?: number;
7
- }
8
4
  /**
9
5
  * Access control list for a security object.
10
6
  */
@@ -120,47 +116,47 @@ export interface AggregationDataResultDc {
120
116
  }
121
117
  /**
122
118
  *
123
-
119
+
124
120
  None
125
-
121
+
126
122
  Array
127
-
123
+
128
124
  Min
129
-
125
+
130
126
  Max
131
-
127
+
132
128
  Avg
133
-
129
+
134
130
  Sum
135
-
131
+
136
132
  Extent
137
-
133
+
138
134
  H3
139
-
135
+
140
136
  Count
141
-
137
+
142
138
  TotalCount
143
-
139
+
144
140
  DistinctCount
145
-
141
+
146
142
  First
147
-
143
+
148
144
  Last
149
-
145
+
150
146
  Median
151
-
147
+
152
148
  Mod
153
-
149
+
154
150
  StdDeviation
155
-
151
+
156
152
  SumOfProduct
157
-
153
+
158
154
  OnlyValue
159
-
155
+
160
156
  WeightedAvg
161
-
157
+
162
158
  DensityIndicators
163
-
159
+
164
160
  DividedSum
165
161
  */
166
162
  export declare enum AggregationFunction {
@@ -613,13 +609,13 @@ export interface AttributeIconDc {
613
609
  }
614
610
  /**
615
611
  *
616
-
612
+
617
613
  Unknown
618
-
614
+
619
615
  Icon
620
-
616
+
621
617
  PNG
622
-
618
+
623
619
  SVG
624
620
  */
625
621
  export declare enum AttributeIconType {
@@ -630,13 +626,13 @@ export declare enum AttributeIconType {
630
626
  }
631
627
  /**
632
628
  *
633
-
629
+
634
630
  None
635
-
631
+
636
632
  SelectFromHandBook
637
-
633
+
638
634
  SelectFromRange
639
-
635
+
640
636
  ViewHandBook
641
637
  */
642
638
  export declare enum AttributeSelectorType {
@@ -647,31 +643,31 @@ export declare enum AttributeSelectorType {
647
643
  }
648
644
  /**
649
645
  *
650
-
646
+
651
647
  Unknown
652
-
648
+
653
649
  String
654
-
650
+
655
651
  Int32
656
-
652
+
657
653
  Int64
658
-
654
+
659
655
  Double
660
-
656
+
661
657
  DateTime
662
-
658
+
663
659
  Boolean
664
-
660
+
665
661
  Point
666
-
662
+
667
663
  Polyline
668
-
664
+
669
665
  MultiPolygon
670
-
666
+
671
667
  Multipoint
672
-
668
+
673
669
  H3Index
674
-
670
+
675
671
  Json
676
672
  */
677
673
  export declare enum AttributeType {
@@ -710,9 +706,9 @@ export interface AttributesConfigurationDc {
710
706
  }
711
707
  /**
712
708
  *
713
-
709
+
714
710
  authorization_code
715
-
711
+
716
712
  refresh_token
717
713
  */
718
714
  export declare enum AuthorizationGrant {
@@ -921,19 +917,19 @@ export interface CatalogResourceDc {
921
917
  }
922
918
  /**
923
919
  *
924
-
920
+
925
921
  None
926
-
922
+
927
923
  Map
928
-
924
+
929
925
  Layer
930
-
926
+
931
927
  Table
932
-
928
+
933
929
  File
934
-
930
+
935
931
  TaskPrototype
936
-
932
+
937
933
  DataSource
938
934
  */
939
935
  export declare enum CatalogResourceType {
@@ -978,15 +974,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
978
974
  };
979
975
  /**
980
976
  * Describes classification methods.
981
-
977
+
982
978
  none
983
-
979
+
984
980
  naturalBreaks
985
-
981
+
986
982
  equalInterval
987
-
983
+
988
984
  quantile
989
-
985
+
990
986
  unique
991
987
  */
992
988
  export declare enum ClassificationType {
@@ -998,11 +994,11 @@ export declare enum ClassificationType {
998
994
  }
999
995
  /**
1000
996
  *
1001
-
997
+
1002
998
  decimal
1003
-
999
+
1004
1000
  dateTime
1005
-
1001
+
1006
1002
  text
1007
1003
  */
1008
1004
  export declare enum ClassifyAttributeType {
@@ -1138,55 +1134,55 @@ export interface ConfigDc {
1138
1134
  }
1139
1135
  /**
1140
1136
  *
1141
-
1137
+
1142
1138
  Unknown
1143
-
1139
+
1144
1140
  SerializeError
1145
-
1141
+
1146
1142
  InvalidDataService
1147
-
1143
+
1148
1144
  InvalidConfiguration
1149
-
1145
+
1150
1146
  InvalidDataServiceName
1151
-
1147
+
1152
1148
  InvalidTableName
1153
-
1149
+
1154
1150
  InvalidLayerName
1155
-
1151
+
1156
1152
  ResourceNotFound
1157
-
1153
+
1158
1154
  InvalidCondition
1159
-
1155
+
1160
1156
  InvalidAttributes
1161
-
1157
+
1162
1158
  InvalidIdAttribute
1163
-
1159
+
1164
1160
  InvalidGeometryAttribute
1165
-
1161
+
1166
1162
  InvalidGeometryAttributeType
1167
-
1163
+
1168
1164
  InvalidColumnName
1169
-
1165
+
1170
1166
  InvalidIdColumnSettings
1171
-
1167
+
1172
1168
  ColumnNotExistsInTable
1173
-
1169
+
1174
1170
  InvalidStyle
1175
-
1171
+
1176
1172
  InvalidLayerType
1177
-
1173
+
1178
1174
  ColumnLoadingError
1179
-
1175
+
1180
1176
  InvalidAttributeFormat
1181
-
1177
+
1182
1178
  DataSourceNotFound
1183
-
1179
+
1184
1180
  DuplicateColumns
1185
-
1181
+
1186
1182
  DuplicateAttributes
1187
-
1183
+
1188
1184
  TableWithoutColumns
1189
-
1185
+
1190
1186
  InvalidTableReferenceConfiguration
1191
1187
  */
1192
1188
  export declare enum ConfigurationErrorEnum {
@@ -1504,13 +1500,13 @@ export interface DataSourceInfoDc {
1504
1500
  }
1505
1501
  /**
1506
1502
  *
1507
-
1503
+
1508
1504
  Postgres
1509
-
1505
+
1510
1506
  Trino
1511
-
1507
+
1512
1508
  S3
1513
-
1509
+
1514
1510
  GisServer
1515
1511
  */
1516
1512
  export declare enum DataSourceType {
@@ -1641,15 +1637,15 @@ export interface ErrorDetailsDc {
1641
1637
  }
1642
1638
  /**
1643
1639
  * Type of the error.
1644
-
1640
+
1645
1641
  ResourceLimitExceeded
1646
-
1642
+
1647
1643
  ResourceNotFound
1648
-
1644
+
1649
1645
  InternalError
1650
-
1646
+
1651
1647
  BadRequest
1652
-
1648
+
1653
1649
  DuplicateContent
1654
1650
  */
1655
1651
  export declare enum ErrorDetailsType {
@@ -2187,11 +2183,11 @@ export interface FilterDc {
2187
2183
  }
2188
2184
  /**
2189
2185
  * Sets whether font should be styled.
2190
-
2186
+
2191
2187
  normal
2192
-
2188
+
2193
2189
  oblique
2194
-
2190
+
2195
2191
  italic
2196
2192
  */
2197
2193
  export declare enum FontStyle {
@@ -2201,27 +2197,27 @@ export declare enum FontStyle {
2201
2197
  }
2202
2198
  /**
2203
2199
  * Specifies the weight (or boldness) of the font.
2204
-
2200
+
2205
2201
  Thin
2206
-
2202
+
2207
2203
  ExtraLight
2208
-
2204
+
2209
2205
  Light
2210
-
2206
+
2211
2207
  SemiLight
2212
-
2208
+
2213
2209
  Normal
2214
-
2210
+
2215
2211
  Medium
2216
-
2212
+
2217
2213
  DemiBold
2218
-
2214
+
2219
2215
  Bold
2220
-
2216
+
2221
2217
  ExtraBold
2222
-
2218
+
2223
2219
  Black
2224
-
2220
+
2225
2221
  ExtraBlack
2226
2222
  */
2227
2223
  export declare enum FontWeight {
@@ -2312,17 +2308,17 @@ export interface GeometryDc {
2312
2308
  }
2313
2309
  /**
2314
2310
  *
2315
-
2311
+
2316
2312
  unknown
2317
-
2313
+
2318
2314
  point
2319
-
2315
+
2320
2316
  polyline
2321
-
2317
+
2322
2318
  multipolygon
2323
-
2319
+
2324
2320
  envelope
2325
-
2321
+
2326
2322
  multipoint
2327
2323
  */
2328
2324
  export declare enum GeometryType {
@@ -2499,26 +2495,19 @@ export interface GetSumOfProductDc {
2499
2495
  /**
2500
2496
  * Map element data contract.
2501
2497
  */
2502
- export interface GridElementDc {
2503
- /** Grid color. */
2498
+ export declare type GridElementDc = ModelElementDc & {
2504
2499
  color?: string;
2505
- /**
2506
- * Grid width.
2507
- * @format int32
2508
- */
2509
2500
  gridThickness?: number;
2510
- /** Check what this model element enabled. */
2511
- enabled?: boolean;
2512
- }
2501
+ };
2513
2502
  /**
2514
2503
  * Resource group.
2515
-
2504
+
2516
2505
  my
2517
-
2506
+
2518
2507
  role
2519
-
2508
+
2520
2509
  public
2521
-
2510
+
2522
2511
  all
2523
2512
  */
2524
2513
  export declare enum Group {
@@ -2579,48 +2568,6 @@ export interface IDatum {
2579
2568
  dimensions?: number;
2580
2569
  datum?: IDatum;
2581
2570
  }
2582
- export interface IEnvelopeGeometry {
2583
- start?: Vector2;
2584
- end?: Vector2;
2585
- /** @format double */
2586
- width?: number;
2587
- /** @format double */
2588
- height?: number;
2589
- centroid?: IVector;
2590
- /**
2591
- *
2592
- *
2593
- * unknown
2594
- *
2595
- * point
2596
- *
2597
- * polyline
2598
- *
2599
- * multipolygon
2600
- *
2601
- * envelope
2602
- *
2603
- * multipoint
2604
- */
2605
- geometryType?: GeometryType;
2606
- sr?: ISpatialReference;
2607
- envelope?: IEnvelopeGeometry;
2608
- }
2609
- export interface IRectangle {
2610
- /** @format double */
2611
- width?: number;
2612
- /** @format double */
2613
- height?: number;
2614
- center?: IVector;
2615
- halfSize?: IVector;
2616
- }
2617
- /**
2618
- * Configuration of an SP service.
2619
- */
2620
- export interface IServiceConfiguration {
2621
- /** Type of the layer. */
2622
- type?: string;
2623
- }
2624
2571
  export interface ISpatialReference {
2625
2572
  /** @format int32 */
2626
2573
  id?: number;
@@ -2631,10 +2578,6 @@ export interface ISpatialReference {
2631
2578
  dimensions?: number;
2632
2579
  datum?: IDatum;
2633
2580
  }
2634
- export interface IVector {
2635
- /** @format int32 */
2636
- dimensions?: number;
2637
- }
2638
2581
  /**
2639
2582
  * Attributes provides by router to describe route.
2640
2583
  */
@@ -2833,37 +2776,16 @@ export interface LayerDefinitionDc {
2833
2776
  /**
2834
2777
  * Map element data contract.
2835
2778
  */
2836
- export interface LayerMapElementDc {
2837
- /** Gets or sets layers for printing. */
2838
- layers?: LayerModelDc[];
2839
- mapCenter?: Vector2;
2840
- /**
2841
- * Gets or sets map width.
2842
- * @format int32
2843
- */
2779
+ export declare type LayerMapElementDc = ModelElementDc & {
2780
+ layers?: LayerModelDc[] | null;
2781
+ mapCenter?: PositionDc;
2844
2782
  paperWidth?: number;
2845
- /**
2846
- * Gets or sets map height.
2847
- * @format int32
2848
- */
2849
2783
  paperHeight?: number;
2850
- /**
2851
- * Gets or sets spatial reference.
2852
- * @format int32
2853
- */
2854
2784
  spatialReference?: number;
2855
- /**
2856
- * Gets or sets map resolution.
2857
- * @format double
2858
- */
2859
2785
  resolution?: number;
2860
- /** Map element data contract. */
2861
2786
  gridElement?: GridElementDc;
2862
- /** ScaleBar element data contract. */
2863
2787
  scaleBar?: ScaleBarElementDc;
2864
- /** Check what this model element enabled. */
2865
- enabled?: boolean;
2866
- }
2788
+ };
2867
2789
  /**
2868
2790
  * Layer model data contract.
2869
2791
  */
@@ -2900,61 +2822,12 @@ export interface LayerReferenceConfigurationDc {
2900
2822
  /**
2901
2823
  * Layer template model data contract.
2902
2824
  */
2903
- export interface LayerTemplateModelDc {
2904
- type?: string;
2905
- /** Map element data contract. */
2825
+ export declare type LayerTemplateModelDc = TemplateModelDc & {
2826
+ type?: string | null;
2906
2827
  map?: LayerMapElementDc;
2907
- /** Check if legend enabled. */
2908
2828
  legendEnabled?: boolean;
2909
- /**
2910
- * Legend layers from client.
2911
- * Set null for using serverSide generated legend.
2912
- */
2913
- legendLayers?: LegendLayerDc[];
2914
- /** The name of the result file. */
2915
- fileName?: string;
2916
- /** File Format. */
2917
- fileFormat?: string;
2918
- /** Gets or sets template name. */
2919
- templateName?: string;
2920
- /** Gets or sets template title. */
2921
- title?: string;
2922
- /**
2923
- * Gets or sets paper width.
2924
- * @format int32
2925
- */
2926
- paperWidth?: number;
2927
- /**
2928
- * Gets or sets paper height.
2929
- * @format int32
2930
- */
2931
- paperHeight?: number;
2932
- /**
2933
- * Gets or sets dpi.
2934
- * @format int32
2935
- */
2936
- dpi?: number;
2937
- /** Gets or sets paper margin. */
2938
- margin?: number[];
2939
- /** Localization contains fields that should be localized on printing template. */
2940
- localization?: TemplateLocalizationDc;
2941
- /** Checks if title enabled. */
2942
- titleEnabled?: boolean;
2943
- }
2944
- export interface LayerUpdateInfo {
2945
- layerServiceName?: string;
2946
- boundingBox?: IEnvelopeGeometry;
2947
- createdIds?: ObjectId[];
2948
- updatedIds?: ObjectId[];
2949
- deletedIds?: ObjectId[];
2950
- failedIds?: number[];
2951
- /** @format int64 */
2952
- totalCount?: number;
2953
- isLayerDeleted?: boolean;
2954
- exceptions?: ValueTupleStringString[];
2955
- /** @format int32 */
2956
- failedCount?: number;
2957
- }
2829
+ legendLayers?: LegendLayerDc[] | null;
2830
+ };
2958
2831
  /**
2959
2832
  * Information about layer update.
2960
2833
  Includes ids of modified features and their bbox.
@@ -2962,7 +2835,8 @@ Includes ids of modified features and their bbox.
2962
2835
  export interface LayerUpdateInfoDc {
2963
2836
  /** Updated layer service name. */
2964
2837
  layerServiceName: string;
2965
- boundingBox?: IEnvelopeGeometry;
2838
+ /** Envelope geometry. */
2839
+ boundingBox?: EnvelopeDc;
2966
2840
  /** Array of created ids. */
2967
2841
  createdIds?: ObjectId[];
2968
2842
  /** Array of updated ids. */
@@ -3002,56 +2876,21 @@ export interface LegendLayerDc {
3002
2876
  /**
3003
2877
  * Legend template model data contract.
3004
2878
  */
3005
- export interface LegendTemplateModelDc {
3006
- /** Gets or sets layers for printing. */
3007
- layers?: LayerModelDc[];
3008
- /** Check if legend enabled. */
2879
+ export declare type LegendTemplateModelDc = TemplateModelDc & {
2880
+ layers?: LayerModelDc[] | null;
3009
2881
  legendEnabled?: boolean;
3010
- /**
3011
- * Legend layers from client.
3012
- * Set null for using serverSide generated legend.
3013
- */
3014
- legendLayers?: LegendLayerDc[];
3015
- type?: string;
3016
- /** The name of the result file. */
3017
- fileName?: string;
3018
- /** File Format. */
3019
- fileFormat?: string;
3020
- /** Gets or sets template name. */
3021
- templateName?: string;
3022
- /** Gets or sets template title. */
3023
- title?: string;
3024
- /**
3025
- * Gets or sets paper width.
3026
- * @format int32
3027
- */
3028
- paperWidth?: number;
3029
- /**
3030
- * Gets or sets paper height.
3031
- * @format int32
3032
- */
3033
- paperHeight?: number;
3034
- /**
3035
- * Gets or sets dpi.
3036
- * @format int32
3037
- */
3038
- dpi?: number;
3039
- /** Gets or sets paper margin. */
3040
- margin?: number[];
3041
- /** Localization contains fields that should be localized on printing template. */
3042
- localization?: TemplateLocalizationDc;
3043
- /** Checks if title enabled. */
3044
- titleEnabled?: boolean;
3045
- }
2882
+ legendLayers?: LegendLayerDc[] | null;
2883
+ type?: string | null;
2884
+ };
3046
2885
  /**
3047
2886
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
3048
-
2887
+
3049
2888
  Flat
3050
-
2889
+
3051
2890
  Square
3052
-
2891
+
3053
2892
  Round
3054
-
2893
+
3055
2894
  Triangle
3056
2895
  */
3057
2896
  export declare enum LineCapStyle {
@@ -3095,29 +2934,29 @@ export interface LineEndingBaseDc {
3095
2934
  }
3096
2935
  /**
3097
2936
  * Type of the line ending.
3098
-
2937
+
3099
2938
  none
3100
-
2939
+
3101
2940
  arrow
3102
-
2941
+
3103
2942
  filledArrow
3104
-
2943
+
3105
2944
  square
3106
-
2945
+
3107
2946
  filledSquare
3108
-
2947
+
3109
2948
  circle
3110
-
2949
+
3111
2950
  filledCircle
3112
-
2951
+
3113
2952
  diamond
3114
-
2953
+
3115
2954
  filledDiamond
3116
-
2955
+
3117
2956
  roundSquare
3118
-
2957
+
3119
2958
  filledRoundSquare
3120
-
2959
+
3121
2960
  svg
3122
2961
  */
3123
2962
  export declare enum LineEndingType {
@@ -3136,11 +2975,11 @@ export declare enum LineEndingType {
3136
2975
  }
3137
2976
  /**
3138
2977
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3139
-
2978
+
3140
2979
  Miter
3141
-
2980
+
3142
2981
  Bevel
3143
-
2982
+
3144
2983
  Round
3145
2984
  */
3146
2985
  export declare enum LineJoinType {
@@ -3237,7 +3076,7 @@ export interface LoginResultDc {
3237
3076
  }
3238
3077
  /**
3239
3078
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3240
-
3079
+
3241
3080
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3242
3081
  */
3243
3082
  export interface MapTableInfoDc {
@@ -3285,6 +3124,13 @@ export declare type MaterializedViewConfigurationDc = TableConfigurationBaseDc &
3285
3124
  eql?: string | null;
3286
3125
  eqlParameters?: Record<string, any>;
3287
3126
  };
3127
+ /**
3128
+ * Base template model data contract.
3129
+ */
3130
+ export interface ModelElementDc {
3131
+ /** Check what this model element enabled. */
3132
+ enabled?: boolean;
3133
+ }
3288
3134
  /**
3289
3135
  * MosRu data source.
3290
3136
  */
@@ -3338,11 +3184,11 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3338
3184
  export declare type ObjectId = object;
3339
3185
  /**
3340
3186
  * Filter exists resources by owner.
3341
-
3187
+
3342
3188
  My
3343
-
3189
+
3344
3190
  Shared
3345
-
3191
+
3346
3192
  Public
3347
3193
  */
3348
3194
  export declare enum OwnerFilter {
@@ -3398,15 +3244,6 @@ export interface PagedListFeatureDc {
3398
3244
  limit?: number;
3399
3245
  items?: FeatureDc[];
3400
3246
  }
3401
- export interface PagedListIEnumerable1 {
3402
- /** @format int64 */
3403
- totalCount?: number;
3404
- /** @format int32 */
3405
- offset?: number;
3406
- /** @format int32 */
3407
- limit?: number;
3408
- items?: Record<string, any>[][];
3409
- }
3410
3247
  export interface PagedListProjectInfoDc {
3411
3248
  /** @format int64 */
3412
3249
  totalCount?: number;
@@ -3461,14 +3298,14 @@ export interface PagedListSymbolInfoDc {
3461
3298
  limit?: number;
3462
3299
  items?: SymbolInfoDc[];
3463
3300
  }
3464
- export interface PagedListTableInfoDc {
3301
+ export interface PagedListTableListItemDc {
3465
3302
  /** @format int64 */
3466
3303
  totalCount?: number;
3467
3304
  /** @format int32 */
3468
3305
  offset?: number;
3469
3306
  /** @format int32 */
3470
3307
  limit?: number;
3471
- items?: (TableInfoDc | DetailedTableInfoDc | UpdateTableDc)[];
3308
+ items?: TableListItemDc[];
3472
3309
  }
3473
3310
  export interface PagedListUserInfoDc {
3474
3311
  /** @format int64 */
@@ -3568,9 +3405,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3568
3405
  };
3569
3406
  /**
3570
3407
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3571
-
3408
+
3572
3409
  xyz
3573
-
3410
+
3574
3411
  tms
3575
3412
  */
3576
3413
  export declare enum PbfSchema {
@@ -3591,19 +3428,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3591
3428
  };
3592
3429
  /**
3593
3430
  *
3594
-
3431
+
3595
3432
  none
3596
-
3433
+
3597
3434
  configure
3598
-
3435
+
3599
3436
  write
3600
-
3437
+
3601
3438
  read
3602
-
3439
+
3603
3440
  read,configure
3604
-
3441
+
3605
3442
  read,write
3606
-
3443
+
3607
3444
  read,write,configure
3608
3445
  */
3609
3446
  export declare enum Permissions {
@@ -3655,21 +3492,21 @@ export interface PolicyDc {
3655
3492
  }
3656
3493
  /**
3657
3494
  * Type of the authorization policy.
3658
-
3495
+
3659
3496
  Unknown
3660
-
3497
+
3661
3498
  CreateTable
3662
-
3499
+
3663
3500
  CreateLayer
3664
-
3501
+
3665
3502
  CreateProject
3666
-
3503
+
3667
3504
  MaxFeaturesInOneTable
3668
-
3505
+
3669
3506
  MaxObjectsToExport
3670
-
3507
+
3671
3508
  MaxUploadContentSize
3672
-
3509
+
3673
3510
  MaxEqlQueryParametersValues
3674
3511
  */
3675
3512
  export declare enum PolicyType {
@@ -3811,15 +3648,6 @@ export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigura
3811
3648
  maxLodLevel?: number;
3812
3649
  isCogLayer?: boolean;
3813
3650
  };
3814
- export interface ProblemDetails {
3815
- type?: string;
3816
- title?: string;
3817
- /** @format int32 */
3818
- status?: number;
3819
- detail?: string;
3820
- instance?: string;
3821
- extensions?: Record<string, any>;
3822
- }
3823
3651
  /**
3824
3652
  * Project content configuration data contract.
3825
3653
  */
@@ -4105,11 +3933,11 @@ export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc
4105
3933
  };
4106
3934
  /**
4107
3935
  * Stream quality.
4108
-
3936
+
4109
3937
  Low
4110
-
3938
+
4111
3939
  Medium
4112
-
3940
+
4113
3941
  High
4114
3942
  */
4115
3943
  export declare enum Quality {
@@ -4132,6 +3960,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
4132
3960
  featuresLimit?: number;
4133
3961
  extentOffset?: number;
4134
3962
  simplify?: SimplifyInfoDc;
3963
+ createTable?: boolean;
4135
3964
  };
4136
3965
  /**
4137
3966
  * EQL parameter configuration data contract.
@@ -4513,23 +4342,23 @@ export interface RegisterUserDc {
4513
4342
  }
4514
4343
  /**
4515
4344
  * RemoteTaskStatus enum.
4516
-
4345
+
4517
4346
  Init
4518
-
4347
+
4519
4348
  Process
4520
-
4349
+
4521
4350
  Completed
4522
-
4351
+
4523
4352
  Interrupted
4524
-
4353
+
4525
4354
  Error
4526
-
4355
+
4527
4356
  Timeout
4528
-
4357
+
4529
4358
  Waiting
4530
-
4359
+
4531
4360
  InQueue
4532
-
4361
+
4533
4362
  Unknown
4534
4363
  */
4535
4364
  export declare enum RemoteTaskStatus {
@@ -4557,25 +4386,6 @@ export declare type RemoteTileServiceConfigurationDc = ServiceConfigurationBaseD
4557
4386
  RequestTimeout?: number;
4558
4387
  useProxyHttpClient?: boolean;
4559
4388
  };
4560
- export interface RemoteTileServiceInfo {
4561
- /** Description of a service in the Spatial Processor. */
4562
- layerInfo?: ServiceInfo;
4563
- /** Tile info structure. */
4564
- tileInfo?: TileInfo;
4565
- /** SourceBatch server address. */
4566
- sourceUrl?: string;
4567
- /** Mask for getting tiles in default form www.{s}.tiles.com/{z}/{x}/{y}.png. */
4568
- sourceUrlMask?: string;
4569
- /** SourceBatch servers, what can be placed at source url mask, instead {s}. */
4570
- sourceServers?: string[];
4571
- /**
4572
- * Allow direct access.
4573
- * Allows the client to receive tiles directly from the source server.
4574
- */
4575
- allowDirectAccess?: boolean;
4576
- /** Copyright text. */
4577
- copyrightText?: string;
4578
- }
4579
4389
  /**
4580
4390
  * Service info for a tile service.
4581
4391
  */
@@ -4768,15 +4578,15 @@ export interface ResourceParentDc {
4768
4578
  }
4769
4579
  /**
4770
4580
  * Resources types filter.
4771
-
4581
+
4772
4582
  RemoteTileService
4773
-
4583
+
4774
4584
  ProxyService
4775
-
4585
+
4776
4586
  PostgresLayerService
4777
-
4587
+
4778
4588
  QueryLayerService
4779
-
4589
+
4780
4590
  TileCatalogTable
4781
4591
  */
4782
4592
  export declare enum ResourceSubTypeFilter {
@@ -4788,21 +4598,21 @@ export declare enum ResourceSubTypeFilter {
4788
4598
  }
4789
4599
  /**
4790
4600
  *
4791
-
4601
+
4792
4602
  Unknown
4793
-
4603
+
4794
4604
  table
4795
-
4605
+
4796
4606
  layer
4797
-
4607
+
4798
4608
  project
4799
-
4609
+
4800
4610
  file
4801
-
4611
+
4802
4612
  feature
4803
-
4613
+
4804
4614
  tag
4805
-
4615
+
4806
4616
  datasource
4807
4617
  */
4808
4618
  export declare enum ResourceType {
@@ -4817,23 +4627,23 @@ export declare enum ResourceType {
4817
4627
  }
4818
4628
  /**
4819
4629
  * Resources types filter.
4820
-
4630
+
4821
4631
  Map
4822
-
4632
+
4823
4633
  Layer
4824
-
4634
+
4825
4635
  Table
4826
-
4636
+
4827
4637
  RasterCatalog
4828
-
4638
+
4829
4639
  ProxyService
4830
-
4640
+
4831
4641
  RemoteTileService
4832
-
4642
+
4833
4643
  File
4834
-
4644
+
4835
4645
  DataSource
4836
-
4646
+
4837
4647
  TaskPrototype
4838
4648
  */
4839
4649
  export declare enum ResourceTypeFilter {
@@ -4854,9 +4664,9 @@ export declare enum ResourceTypeLink {
4854
4664
  }
4855
4665
  /**
4856
4666
  *
4857
-
4667
+
4858
4668
  code
4859
-
4669
+
4860
4670
  token
4861
4671
  */
4862
4672
  export declare enum ResponseType {
@@ -4995,32 +4805,13 @@ export declare type S3DataSourceInfoDc = DataSourceInfoDc & {
4995
4805
  /**
4996
4806
  * ScaleBar element data contract.
4997
4807
  */
4998
- export interface ScaleBarElementDc {
4999
- /**
5000
- * ScaleBar width.
5001
- * @format int32
5002
- */
4808
+ export declare type ScaleBarElementDc = ModelElementDc & {
5003
4809
  width?: number;
5004
- /**
5005
- * ScaleBar height.
5006
- * @format int32
5007
- */
5008
4810
  height?: number;
5009
- /**
5010
- * ScaleBar thickness.
5011
- * @format int32
5012
- */
5013
4811
  thickness?: number;
5014
- /** Font for scaleBar. */
5015
- font?: string;
5016
- /**
5017
- * Font size for scaleBar.
5018
- * @format float
5019
- */
4812
+ font?: string | null;
5020
4813
  fontSize?: number;
5021
- /** Check what this model element enabled. */
5022
- enabled?: boolean;
5023
- }
4814
+ };
5024
4815
  /**
5025
4816
  * SearchResults.
5026
4817
  */
@@ -5056,22 +4847,6 @@ export interface SearchedUserDc {
5056
4847
  /** Photo. */
5057
4848
  photo?: string;
5058
4849
  }
5059
- /**
5060
- * General information about the server.
5061
- */
5062
- export interface ServerInfoDc {
5063
- /** The name of the server. */
5064
- serverName?: string;
5065
- /** The name of the running application. */
5066
- application?: string;
5067
- /** Version number of the server build. */
5068
- version?: string;
5069
- /**
5070
- * Date and time when the server was started.
5071
- * @format date-time
5072
- */
5073
- startedAt?: string;
5074
- }
5075
4850
  /**
5076
4851
  * Common fields for service configurations.
5077
4852
  */
@@ -5107,63 +4882,6 @@ export interface ServiceConfigurationBaseDc {
5107
4882
  /** Parent resource id. */
5108
4883
  parentId?: string;
5109
4884
  }
5110
- /**
5111
- * Description of a service in the Spatial Processor.
5112
- */
5113
- export interface ServiceInfo {
5114
- /** The type of the service. */
5115
- type?: string;
5116
- /** Configuration of an SP service. */
5117
- configuration?: IServiceConfiguration;
5118
- /**
5119
- *
5120
- *
5121
- * Unknown
5122
- *
5123
- * table
5124
- *
5125
- * layer
5126
- *
5127
- * project
5128
- *
5129
- * file
5130
- *
5131
- * feature
5132
- *
5133
- * tag
5134
- *
5135
- * datasource
5136
- */
5137
- resourceType?: ResourceType;
5138
- /** Categories of the service. */
5139
- categories?: string[];
5140
- name?: string;
5141
- alias?: string;
5142
- owner?: string;
5143
- description?: string;
5144
- /** @format date-time */
5145
- createdDate?: string;
5146
- /** @format date-time */
5147
- changedDate?: string;
5148
- parameters?: {
5149
- Category?: string[];
5150
- GeometryType?: string[];
5151
- DependentResource?: string[];
5152
- ResolutionFilter?: string[];
5153
- AttributesFilter?: string[];
5154
- ObjectsCount?: string[];
5155
- DataSourceType?: string[];
5156
- Extent?: string[];
5157
- Zoom?: string[];
5158
- };
5159
- acl?: Record<string, Permissions>;
5160
- icon?: string;
5161
- tags?: string[];
5162
- inVisible?: boolean;
5163
- parentId?: string;
5164
- resourceId?: string;
5165
- sourcePath?: string;
5166
- }
5167
4885
  /**
5168
4886
  * The `ServiceInfoDc` provides information about the service.
5169
4887
  */
@@ -5316,7 +5034,7 @@ export interface SimpleEndingDc {
5316
5034
  }
5317
5035
  /**
5318
5036
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
5319
-
5037
+
5320
5038
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
5321
5039
  stroke width and color of the symbol.
5322
5040
  */
@@ -5391,11 +5109,11 @@ export interface SimplifyInfoItemDc {
5391
5109
  }
5392
5110
  /**
5393
5111
  *
5394
-
5112
+
5395
5113
  Basic
5396
-
5114
+
5397
5115
  PreserveTopology
5398
-
5116
+
5399
5117
  VW
5400
5118
  */
5401
5119
  export declare enum SimplifyType {
@@ -5541,13 +5259,13 @@ export interface StatisticsResultObject {
5541
5259
  }
5542
5260
  /**
5543
5261
  *
5544
-
5262
+
5545
5263
  None
5546
-
5264
+
5547
5265
  Image
5548
-
5266
+
5549
5267
  PkkCode
5550
-
5268
+
5551
5269
  Attachments
5552
5270
  */
5553
5271
  export declare enum StringSubType {
@@ -5794,9 +5512,58 @@ export declare type TableInfoDc = ResourceInfoDc & {
5794
5512
  configuration?: DefaultTableConfigurationDc | MaterializedViewConfigurationDc | RouteTableConfigurationDc | TileCatalogTableConfigurationDc | ViewConfigurationDc | null;
5795
5513
  };
5796
5514
  /**
5797
- * The `TableListDc` class provides list of tables info SPCore.Connectors.Connectors.Base.Models.Data.TableInfoDc.
5515
+ * Table list item.
5798
5516
  */
5799
- export declare type TableListDc = PagedListTableInfoDc & object;
5517
+ export interface TableListItemDc {
5518
+ /** Name of the resource. */
5519
+ name?: string;
5520
+ /** Type of the service. */
5521
+ type?: string;
5522
+ /** Alias of the resource. */
5523
+ alias?: string;
5524
+ /** Description of the resource. */
5525
+ description?: string;
5526
+ /** Owner of the resource. */
5527
+ owner?: string;
5528
+ /** The geometry of the table. */
5529
+ geometries?: GeometryType[];
5530
+ /**
5531
+ * The date and time the resource was created.
5532
+ * @format date-time
5533
+ */
5534
+ createdDate?: string;
5535
+ /**
5536
+ * The date and time the resource was modified the last time.
5537
+ * @format date-time
5538
+ */
5539
+ changedDate?: string;
5540
+ /**
5541
+ *
5542
+ *
5543
+ * none
5544
+ *
5545
+ * configure
5546
+ *
5547
+ * write
5548
+ *
5549
+ * read
5550
+ *
5551
+ * read,configure
5552
+ *
5553
+ * read,write
5554
+ *
5555
+ * read,write,configure
5556
+ */
5557
+ permissions?: Permissions;
5558
+ /** A set of tags. */
5559
+ tags?: string[];
5560
+ /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
5561
+ invisibleInCatalog?: boolean;
5562
+ /** Check if table is editable. */
5563
+ isEditable?: boolean;
5564
+ /** Icon. */
5565
+ icon?: string;
5566
+ }
5800
5567
  /**
5801
5568
  * Tags filter.
5802
5569
  */
@@ -6130,9 +5897,9 @@ export interface TaskResourceCreateDto {
6130
5897
  }
6131
5898
  /**
6132
5899
  * TaskPrototypeSubType.
6133
-
5900
+
6134
5901
  SpTask
6135
-
5902
+
6136
5903
  PythonTask
6137
5904
  */
6138
5905
  export declare enum TaskResourceSubType {
@@ -6261,13 +6028,13 @@ export interface TestConnectionInfoDc {
6261
6028
  }
6262
6029
  /**
6263
6030
  * Sets the horizontal alignment of text.
6264
-
6031
+
6265
6032
  right
6266
-
6033
+
6267
6034
  left
6268
-
6035
+
6269
6036
  center
6270
-
6037
+
6271
6038
  justified
6272
6039
  */
6273
6040
  export declare enum TextAlignment {
@@ -6287,11 +6054,11 @@ export interface TextBackgroundDc {
6287
6054
  }
6288
6055
  /**
6289
6056
  * Sets the vertical alignment of text.
6290
-
6057
+
6291
6058
  top
6292
-
6059
+
6293
6060
  bottom
6294
-
6061
+
6295
6062
  middle
6296
6063
  */
6297
6064
  export declare enum TextVerticalAlignment {
@@ -6411,39 +6178,6 @@ export interface TileCatalogServiceInfoDc {
6411
6178
  export declare type TileCatalogTableConfigurationDc = TableConfigurationBaseDc & {
6412
6179
  type?: string | null;
6413
6180
  };
6414
- /**
6415
- * Tile info structure.
6416
- */
6417
- export interface TileInfo {
6418
- origin?: IVector;
6419
- boundingRectangle?: IRectangle;
6420
- /**
6421
- * If set to true, the origin point will be considered to be the bottom left corner and increasing tile indexes increase
6422
- * the value of the Y coordinate. If false, the origin point is top left corner, and increasing tile indexes decrease
6423
- * Y coordinate (tiles go from top to bottom).
6424
- */
6425
- reversedY?: boolean;
6426
- /**
6427
- * The dpi of the tiling schema.
6428
- * @format int32
6429
- */
6430
- dpi?: number;
6431
- /**
6432
- * Height of each tile in pixels.
6433
- * @format int32
6434
- */
6435
- height?: number;
6436
- /**
6437
- * Height of each tile in pixels.
6438
- * @format int32
6439
- */
6440
- width?: number;
6441
- /** Image format. */
6442
- format?: string;
6443
- spatialReference?: ISpatialReference;
6444
- /** List of levels of detail that define the tiling schema. */
6445
- lods?: LodInfo[];
6446
- }
6447
6181
  /**
6448
6182
  * Tile info structure.
6449
6183
  */
@@ -6710,10 +6444,6 @@ export interface ValueDc {
6710
6444
  /** Value. */
6711
6445
  value?: any;
6712
6446
  }
6713
- export interface ValueTupleStringString {
6714
- item1?: string;
6715
- item2?: string;
6716
- }
6717
6447
  export interface ValuesRange {
6718
6448
  min?: any;
6719
6449
  max?: any;
@@ -6727,13 +6457,6 @@ export interface ValuesRangeDc {
6727
6457
  /** Maximum value. */
6728
6458
  max: any;
6729
6459
  }
6730
- export interface Vector2 {
6731
- coords?: TypeCoordsEFixedBuffer;
6732
- /** @format double */
6733
- x?: number;
6734
- /** @format double */
6735
- y?: number;
6736
- }
6737
6460
  /**
6738
6461
  * Configuration of a table for feature layer.
6739
6462
  */
@@ -6755,11 +6478,11 @@ export declare type WmsDataSourceDc = DataSourceDc & {
6755
6478
  };
6756
6479
  /**
6757
6480
  *
6758
-
6481
+
6759
6482
  Task
6760
-
6483
+
6761
6484
  Rest
6762
-
6485
+
6763
6486
  Both
6764
6487
  */
6765
6488
  export declare enum WorkerMethodType {
@@ -6832,49 +6555,49 @@ export interface WorkerSettingsFieldDc {
6832
6555
  }
6833
6556
  /**
6834
6557
  *
6835
-
6558
+
6836
6559
  Int32
6837
-
6560
+
6838
6561
  Int64
6839
-
6562
+
6840
6563
  Double
6841
-
6564
+
6842
6565
  String
6843
-
6566
+
6844
6567
  Boolean
6845
-
6568
+
6846
6569
  DateTime
6847
-
6570
+
6848
6571
  Point
6849
-
6572
+
6850
6573
  Geometry
6851
-
6574
+
6852
6575
  Polyline
6853
-
6576
+
6854
6577
  MultiPolygon
6855
-
6578
+
6856
6579
  Polygon
6857
-
6580
+
6858
6581
  Multipoint
6859
-
6582
+
6860
6583
  IntergerArray
6861
-
6584
+
6862
6585
  DoubleArray
6863
-
6586
+
6864
6587
  StringArray
6865
-
6588
+
6866
6589
  SourceEql
6867
-
6590
+
6868
6591
  Layer
6869
-
6592
+
6870
6593
  Table
6871
-
6594
+
6872
6595
  Folder
6873
-
6596
+
6874
6597
  Json
6875
-
6598
+
6876
6599
  Attribute
6877
-
6600
+
6878
6601
  AttributeArray
6879
6602
  */
6880
6603
  export declare enum WorkerSettingsFieldType {
@@ -7886,7 +7609,7 @@ export interface ValidateExpressionParams {
7886
7609
  /** Layer name. */
7887
7610
  layerName: string;
7888
7611
  }
7889
- export interface GetRasterMetaParams7 {
7612
+ export interface GetRasterMetaParams5 {
7890
7613
  /**
7891
7614
  * Min value for build histogram.
7892
7615
  * @format double
@@ -7915,6 +7638,14 @@ export interface UnsubscribeOperationParams {
7915
7638
  }
7916
7639
  export declare type SubscribeListOperationPayload = string[];
7917
7640
  export declare type UnsubscribeListOperationPayload = string[];
7641
+ /**
7642
+ * Base template model data contract.
7643
+ */
7644
+ export declare type PrintPayload = LayerTemplateModelDc | LegendTemplateModelDc;
7645
+ /**
7646
+ * Base template model data contract.
7647
+ */
7648
+ export declare type PrintToHtmlPayload = LayerTemplateModelDc | LegendTemplateModelDc;
7918
7649
  export interface UploadTemplatePayload {
7919
7650
  /** @format binary */
7920
7651
  template?: File;
@@ -7957,7 +7688,7 @@ export interface GetProjectsListParams {
7957
7688
  /** Filter layers by set of tags. */
7958
7689
  tags?: string[];
7959
7690
  }
7960
- export interface DeleteResourcesParams9 {
7691
+ export interface DeleteResourcesParams3 {
7961
7692
  /** Resource names. */
7962
7693
  names?: string[];
7963
7694
  }
@@ -8156,7 +7887,7 @@ export interface StatisticsDbParams {
8156
7887
  */
8157
7888
  types?: AggregationFunction[];
8158
7889
  }
8159
- export interface ClassifyParams5 {
7890
+ export interface ClassifyParams2 {
8160
7891
  /** Layer name. */
8161
7892
  name: string;
8162
7893
  /** Attribute name. */
@@ -8297,6 +8028,10 @@ export interface GetTablesInfoParams {
8297
8028
  tableNames?: string[];
8298
8029
  }
8299
8030
  export interface GetTableDataParams {
8031
+ /** Id field name. */
8032
+ idField?: string;
8033
+ /** Geometry field name. */
8034
+ geometryField?: string;
8300
8035
  /** String filter for the all text column (uses % and _ wild cards like SQL). */
8301
8036
  filter?: string;
8302
8037
  /**