@evergis/api 3.0.149 → 3.0.151

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.
@@ -82,47 +82,47 @@ export interface AggregationDataResultDc {
82
82
  }
83
83
  /**
84
84
  *
85
-
85
+
86
86
  None
87
-
87
+
88
88
  Array
89
-
89
+
90
90
  Min
91
-
91
+
92
92
  Max
93
-
93
+
94
94
  Avg
95
-
95
+
96
96
  Sum
97
-
97
+
98
98
  Extent
99
-
99
+
100
100
  H3
101
-
101
+
102
102
  Count
103
-
103
+
104
104
  TotalCount
105
-
105
+
106
106
  DistinctCount
107
-
107
+
108
108
  First
109
-
109
+
110
110
  Last
111
-
111
+
112
112
  Median
113
-
113
+
114
114
  Mod
115
-
115
+
116
116
  StdDeviation
117
-
117
+
118
118
  SumOfProduct
119
-
119
+
120
120
  OnlyValue
121
-
121
+
122
122
  WeightedAvg
123
-
123
+
124
124
  DensityIndicators
125
-
125
+
126
126
  DividedSum
127
127
  */
128
128
  export declare enum AggregationFunction {
@@ -271,6 +271,8 @@ export declare type ArrowLineEndingDc = LineEndingBaseDc & {
271
271
  strokeWidth?: CalculatedParameterDc;
272
272
  width?: CalculatedParameterDc;
273
273
  lenght?: CalculatedParameterDc;
274
+ vOffset?: CalculatedParameterDc;
275
+ hOffset?: CalculatedParameterDc;
274
276
  };
275
277
  /**
276
278
  * Configuration of an attribute in a feature layer.
@@ -515,29 +517,29 @@ export interface AttributeFormatDefinitionDc {
515
517
  }
516
518
  /**
517
519
  * Types of the attributes that are supported by the system.
518
-
520
+
519
521
  Unknown
520
-
522
+
521
523
  String
522
-
524
+
523
525
  Int32
524
-
526
+
525
527
  Int64
526
-
528
+
527
529
  Double
528
-
530
+
529
531
  DateTime
530
-
532
+
531
533
  Boolean
532
-
534
+
533
535
  Point
534
-
536
+
535
537
  Polyline
536
-
538
+
537
539
  Polygon
538
-
540
+
539
541
  Multipoint
540
-
542
+
541
543
  H3Index
542
544
  */
543
545
  export declare enum AttributeType {
@@ -708,6 +710,8 @@ export declare type CircleLineEndingDc = LineEndingBaseDc & {
708
710
  color?: ParameterDcColor;
709
711
  size?: CalculatedParameterDc;
710
712
  strokeWidth?: CalculatedParameterDc;
713
+ vOffset?: CalculatedParameterDc;
714
+ hOffset?: CalculatedParameterDc;
711
715
  };
712
716
  /**
713
717
  * The symbol that draws a feature as a circle.
@@ -731,15 +735,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
731
735
  };
732
736
  /**
733
737
  * Describes classification methods.
734
-
738
+
735
739
  none
736
-
740
+
737
741
  naturalBreaks
738
-
742
+
739
743
  equalInterval
740
-
744
+
741
745
  quantile
742
-
746
+
743
747
  unique
744
748
  */
745
749
  export declare enum ClassificationType {
@@ -751,11 +755,11 @@ export declare enum ClassificationType {
751
755
  }
752
756
  /**
753
757
  * Type of attribute.
754
-
758
+
755
759
  decimal
756
-
760
+
757
761
  dateTime
758
-
762
+
759
763
  text
760
764
  */
761
765
  export declare enum ClassifyAttributeType {
@@ -1033,55 +1037,55 @@ export interface ConfigDc {
1033
1037
  }
1034
1038
  /**
1035
1039
  * Types of errors that can occur during layer initialize.
1036
-
1040
+
1037
1041
  Unknown
1038
-
1042
+
1039
1043
  SerializeError
1040
-
1044
+
1041
1045
  InvalidDataService
1042
-
1046
+
1043
1047
  InvalidConfiguration
1044
-
1048
+
1045
1049
  InvalidDataServiceName
1046
-
1050
+
1047
1051
  InvalidTableName
1048
-
1052
+
1049
1053
  InvalidLayerName
1050
-
1054
+
1051
1055
  ResourceNotFound
1052
-
1056
+
1053
1057
  InvalidCondition
1054
-
1058
+
1055
1059
  InvalidAttributes
1056
-
1060
+
1057
1061
  InvalidIdAttribute
1058
-
1062
+
1059
1063
  InvalidGeometryAttribute
1060
-
1064
+
1061
1065
  InvalidGeometryAttributeType
1062
-
1066
+
1063
1067
  InvalidColumnName
1064
-
1068
+
1065
1069
  InvalidIdColumnSettings
1066
-
1070
+
1067
1071
  ColumnNotExistsInTable
1068
-
1072
+
1069
1073
  InvalidStyle
1070
-
1074
+
1071
1075
  InvalidLayerType
1072
-
1076
+
1073
1077
  ColumnLoadingError
1074
-
1078
+
1075
1079
  InvalidAttributeFormat
1076
-
1080
+
1077
1081
  DataSourceNotFound
1078
-
1082
+
1079
1083
  DuplicateColumns
1080
-
1084
+
1081
1085
  DuplicateAttributes
1082
-
1086
+
1083
1087
  TableWithoutColumns
1084
-
1088
+
1085
1089
  InvalidTableReferenceConfiguration
1086
1090
  */
1087
1091
  export declare enum ConfigurationErrorEnum {
@@ -1284,7 +1288,7 @@ export declare type CsvStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
1284
1288
  */
1285
1289
  export declare type DashedBrushDc = StrokeBrushDc & {
1286
1290
  type: string;
1287
- intervals: number[];
1291
+ intervals?: ParameterDcDoubleArray;
1288
1292
  phase?: number;
1289
1293
  };
1290
1294
  /**
@@ -1363,15 +1367,15 @@ export interface ErrorDetailsDc {
1363
1367
  }
1364
1368
  /**
1365
1369
  * Type of the error.
1366
-
1370
+
1367
1371
  ResourceLimitExceeded
1368
-
1372
+
1369
1373
  ResourceNotFound
1370
-
1374
+
1371
1375
  InternalError
1372
-
1376
+
1373
1377
  BadRequest
1374
-
1378
+
1375
1379
  DuplicateContent
1376
1380
  */
1377
1381
  export declare enum ErrorDetailsType {
@@ -1864,9 +1868,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
1864
1868
  };
1865
1869
  /**
1866
1870
  * Type of the feature.
1867
-
1871
+
1868
1872
  Unknown
1869
-
1873
+
1870
1874
  GeometricFeature
1871
1875
  */
1872
1876
  export declare enum FeatureType {
@@ -1922,6 +1926,8 @@ export declare type FilledArrowLineEndingDc = LineEndingBaseDc & {
1922
1926
  color?: ParameterDcColor;
1923
1927
  width?: CalculatedParameterDc;
1924
1928
  length?: CalculatedParameterDc;
1929
+ vOffset?: CalculatedParameterDc;
1930
+ hOffset?: CalculatedParameterDc;
1925
1931
  };
1926
1932
  /**
1927
1933
  * Ending with simple solid filled circle.
@@ -1930,6 +1936,8 @@ export declare type FilledCircleLineEndingDc = LineEndingBaseDc & {
1930
1936
  type?: LineEndingType;
1931
1937
  color?: ParameterDcColor;
1932
1938
  size?: CalculatedParameterDc;
1939
+ vOffset?: CalculatedParameterDc;
1940
+ hOffset?: CalculatedParameterDc;
1933
1941
  };
1934
1942
  /**
1935
1943
  * Simple solid filled square ending.
@@ -1938,6 +1946,8 @@ export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
1938
1946
  type?: LineEndingType;
1939
1947
  color?: ParameterDcColor;
1940
1948
  size?: CalculatedParameterDc;
1949
+ vOffset?: CalculatedParameterDc;
1950
+ hOffset?: CalculatedParameterDc;
1941
1951
  };
1942
1952
  /**
1943
1953
  * Server task that copies the objects from the source storage that satisfy the filter conditions to the target layer.
@@ -1965,11 +1975,11 @@ export interface FilterDc {
1965
1975
  }
1966
1976
  /**
1967
1977
  * Sets whether font should be styled.
1968
-
1978
+
1969
1979
  normal
1970
-
1980
+
1971
1981
  oblique
1972
-
1982
+
1973
1983
  italic
1974
1984
  */
1975
1985
  export declare enum FontStyle {
@@ -1979,27 +1989,27 @@ export declare enum FontStyle {
1979
1989
  }
1980
1990
  /**
1981
1991
  * Specifies the weight (or boldness) of the font.
1982
-
1992
+
1983
1993
  Thin
1984
-
1994
+
1985
1995
  ExtraLight
1986
-
1996
+
1987
1997
  Light
1988
-
1998
+
1989
1999
  SemiLight
1990
-
2000
+
1991
2001
  Normal
1992
-
2002
+
1993
2003
  Medium
1994
-
2004
+
1995
2005
  DemiBold
1996
-
2006
+
1997
2007
  Bold
1998
-
2008
+
1999
2009
  ExtraBold
2000
-
2010
+
2001
2011
  Black
2002
-
2012
+
2003
2013
  ExtraBlack
2004
2014
  */
2005
2015
  export declare enum FontWeight {
@@ -2094,17 +2104,17 @@ export interface GeometryDc {
2094
2104
  }
2095
2105
  /**
2096
2106
  *
2097
-
2107
+
2098
2108
  unknown
2099
-
2109
+
2100
2110
  point
2101
-
2111
+
2102
2112
  polyline
2103
-
2113
+
2104
2114
  multipolygon
2105
-
2115
+
2106
2116
  envelope
2107
-
2117
+
2108
2118
  multipoint
2109
2119
  */
2110
2120
  export declare enum GeometryType {
@@ -2124,13 +2134,13 @@ export declare type GridElementDc = ModelElementDc & {
2124
2134
  };
2125
2135
  /**
2126
2136
  * Resource group.
2127
-
2137
+
2128
2138
  my
2129
-
2139
+
2130
2140
  role
2131
-
2141
+
2132
2142
  public
2133
-
2143
+
2134
2144
  all
2135
2145
  */
2136
2146
  export declare enum Group {
@@ -2218,30 +2228,6 @@ export interface IEnvelopeGeometry {
2218
2228
  sr?: ISpatialReference;
2219
2229
  envelope?: IEnvelopeGeometry;
2220
2230
  }
2221
- export interface ILineEndingDc {
2222
- /**
2223
- * Type of the line ending.
2224
- *
2225
- * none
2226
- *
2227
- * arrow
2228
- *
2229
- * revertArrow
2230
- *
2231
- * filledArrow
2232
- *
2233
- * square
2234
- *
2235
- * filledSquare
2236
- *
2237
- * circle
2238
- *
2239
- * filledCircle
2240
- *
2241
- * svg
2242
- */
2243
- type?: LineEndingType;
2244
- }
2245
2231
  export interface IRectangle {
2246
2232
  /** @format double */
2247
2233
  width?: number;
@@ -2612,13 +2598,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2612
2598
  };
2613
2599
  /**
2614
2600
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2615
-
2601
+
2616
2602
  Flat
2617
-
2603
+
2618
2604
  Square
2619
-
2605
+
2620
2606
  Round
2621
-
2607
+
2622
2608
  Triangle
2623
2609
  */
2624
2610
  export declare enum LineCapStyle {
@@ -2653,30 +2639,26 @@ export interface LineEndingBaseDc {
2653
2639
  * svg
2654
2640
  */
2655
2641
  type?: LineEndingType;
2656
- /** Vertical offset from symbol in pixels. */
2657
- vOffset?: CalculatedParameterDc;
2658
- /** Horizontal offset from symbol in pixels. */
2659
- hOffset?: CalculatedParameterDc;
2660
2642
  }
2661
2643
  /**
2662
2644
  * Type of the line ending.
2663
-
2645
+
2664
2646
  none
2665
-
2647
+
2666
2648
  arrow
2667
-
2649
+
2668
2650
  revertArrow
2669
-
2651
+
2670
2652
  filledArrow
2671
-
2653
+
2672
2654
  square
2673
-
2655
+
2674
2656
  filledSquare
2675
-
2657
+
2676
2658
  circle
2677
-
2659
+
2678
2660
  filledCircle
2679
-
2661
+
2680
2662
  svg
2681
2663
  */
2682
2664
  export declare enum LineEndingType {
@@ -2692,11 +2674,11 @@ export declare enum LineEndingType {
2692
2674
  }
2693
2675
  /**
2694
2676
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
2695
-
2677
+
2696
2678
  Miter
2697
-
2679
+
2698
2680
  Bevel
2699
-
2681
+
2700
2682
  Round
2701
2683
  */
2702
2684
  export declare enum LineJoinType {
@@ -2832,21 +2814,27 @@ export interface NamespaceInfoDc {
2832
2814
  export declare type NetCdfMetaDc = RasterMetaDc & {
2833
2815
  dimExtraValues?: Record<string, string[]>;
2834
2816
  };
2817
+ /**
2818
+ * Define no ending data contract.
2819
+ */
2820
+ export declare type NoneEndingDc = LineEndingBaseDc & {
2821
+ type?: LineEndingType;
2822
+ };
2835
2823
  /**
2836
2824
  * Id of any geographical or abstract object.
2837
2825
  */
2838
2826
  export declare type ObjectId = object;
2839
2827
  /**
2840
2828
  *
2841
-
2829
+
2842
2830
  Unknown
2843
-
2831
+
2844
2832
  union
2845
-
2833
+
2846
2834
  intersection
2847
-
2835
+
2848
2836
  subtraction
2849
-
2837
+
2850
2838
  symDifference
2851
2839
  */
2852
2840
  export declare enum Operation {
@@ -3200,6 +3188,22 @@ export interface ParameterDcDouble extends BrandedType<'ParameterDcDouble'> {
3200
3188
  /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3201
3189
  type?: string;
3202
3190
  }
3191
+ /**
3192
+ * Number parameter of a symbol. The parameter can be represented as a simple number, or
3193
+ as an object with a "type" parameter specified.
3194
+ */
3195
+ export interface ParameterDcDoubleArray {
3196
+ /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3197
+ type?: string;
3198
+ }
3199
+ /**
3200
+ * Number parameter of a symbol. The parameter can be represented as a simple number, or
3201
+ as an object with a "type" parameter specified.
3202
+ */
3203
+ export interface ParameterDcString {
3204
+ /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3205
+ type?: string;
3206
+ }
3203
3207
  /**
3204
3208
  * Provides image pattern brush properties.
3205
3209
  */
@@ -3212,19 +3216,19 @@ export declare type PatternBrushDc = FillBrushDc & {
3212
3216
  };
3213
3217
  /**
3214
3218
  * User permissions for server security objects (services, projects etc.)
3215
-
3219
+
3216
3220
  none
3217
-
3221
+
3218
3222
  configure
3219
-
3223
+
3220
3224
  write
3221
-
3225
+
3222
3226
  read
3223
-
3227
+
3224
3228
  read,configure
3225
-
3229
+
3226
3230
  read,write
3227
-
3231
+
3228
3232
  read,write,configure
3229
3233
  */
3230
3234
  export declare enum Permissions {
@@ -3282,19 +3286,19 @@ export interface PolicyDc {
3282
3286
  }
3283
3287
  /**
3284
3288
  * Type of the authorization policy.
3285
-
3289
+
3286
3290
  Unknown
3287
-
3291
+
3288
3292
  CreateTable
3289
-
3293
+
3290
3294
  CreateLayer
3291
-
3295
+
3292
3296
  CreateProject
3293
-
3297
+
3294
3298
  MaxFeaturesInOneTable
3295
-
3299
+
3296
3300
  MaxObjectsToExport
3297
-
3301
+
3298
3302
  MaxUploadContentSize
3299
3303
  */
3300
3304
  export declare enum PolicyType {
@@ -3373,8 +3377,8 @@ export declare type PolylineLabelSymbolDc = LabelSymbolDc & {
3373
3377
  export declare type PolylineSymbolDc = SymbolDc & {
3374
3378
  type?: string;
3375
3379
  stroke?: DashedBrushDc | SolidStrokeBrushDc;
3376
- beginning?: ILineEndingDc;
3377
- ending?: ILineEndingDc;
3380
+ beginning?: ArrowLineEndingDc | CircleLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledSquareLineEndingDc | NoneEndingDc | SquareLineEndingDc;
3381
+ ending?: ArrowLineEndingDc | CircleLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledSquareLineEndingDc | NoneEndingDc | SquareLineEndingDc;
3378
3382
  joinType?: LineJoinType;
3379
3383
  joinRadius?: number;
3380
3384
  miterLimit?: number;
@@ -3459,6 +3463,10 @@ export interface ProjectConfigurationDc {
3459
3463
  export interface ProjectContentItemDc {
3460
3464
  /** Item name. */
3461
3465
  name: string;
3466
+ /** Specifies name of the item in project. */
3467
+ clientData?: any;
3468
+ /** Client data storage. Storage isn't used by server. */
3469
+ alias?: string;
3462
3470
  /**
3463
3471
  * Opacity level of item.
3464
3472
  * @format float
@@ -3904,11 +3912,11 @@ export declare type RasterSymbolDc = SymbolDc & {
3904
3912
  };
3905
3913
  /**
3906
3914
  * Types of table reference.
3907
-
3915
+
3908
3916
  OneToMany
3909
-
3917
+
3910
3918
  OneToOne
3911
-
3919
+
3912
3920
  Intersect
3913
3921
  */
3914
3922
  export declare enum ReferenceJoinType {
@@ -4041,19 +4049,19 @@ export interface ResourceInfoDc {
4041
4049
  }
4042
4050
  /**
4043
4051
  * The `ResourceType` represents resource manager supports types.
4044
-
4052
+
4045
4053
  Unknown
4046
-
4054
+
4047
4055
  table
4048
-
4056
+
4049
4057
  layer
4050
-
4058
+
4051
4059
  project
4052
-
4060
+
4053
4061
  file
4054
-
4062
+
4055
4063
  feature
4056
-
4064
+
4057
4065
  tag
4058
4066
  */
4059
4067
  export declare enum ResourceType {
@@ -4273,21 +4281,21 @@ export interface ServerInfoDc {
4273
4281
  }
4274
4282
  /**
4275
4283
  * Status of the server task.
4276
-
4284
+
4277
4285
  None
4278
-
4286
+
4279
4287
  Scheduled
4280
-
4288
+
4281
4289
  Planning
4282
-
4290
+
4283
4291
  Executing
4284
-
4292
+
4285
4293
  Completed
4286
-
4294
+
4287
4295
  Failed
4288
-
4296
+
4289
4297
  Canceled
4290
-
4298
+
4291
4299
  Timeout
4292
4300
  */
4293
4301
  export declare enum ServerTaskStatus {
@@ -4549,7 +4557,7 @@ export interface SimpleEndingDc {
4549
4557
  }
4550
4558
  /**
4551
4559
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
4552
-
4560
+
4553
4561
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
4554
4562
  stroke width and color of the symbol.
4555
4563
  */
@@ -4603,11 +4611,11 @@ export interface SimplifyInfoItemDc {
4603
4611
  }
4604
4612
  /**
4605
4613
  * Simplify type.
4606
-
4614
+
4607
4615
  Basic
4608
-
4616
+
4609
4617
  PreserveTopology
4610
-
4618
+
4611
4619
  VW
4612
4620
  */
4613
4621
  export declare enum SimplifyType {
@@ -4644,6 +4652,8 @@ export declare type SquareLineEndingDc = LineEndingBaseDc & {
4644
4652
  color?: ParameterDcColor;
4645
4653
  size?: CalculatedParameterDc;
4646
4654
  strokeWidth?: CalculatedParameterDc;
4655
+ vOffset?: CalculatedParameterDc;
4656
+ hOffset?: CalculatedParameterDc;
4647
4657
  };
4648
4658
  /**
4649
4659
  * The symbol that draws a feature as a square.
@@ -4742,11 +4752,11 @@ export declare type StepResultDc = BaseStepResultDc & {
4742
4752
  };
4743
4753
  /**
4744
4754
  * The `StringSubType` provides information about string attribute subtype.
4745
-
4755
+
4746
4756
  None
4747
-
4757
+
4748
4758
  Image
4749
-
4759
+
4750
4760
  PkkCode
4751
4761
  */
4752
4762
  export declare enum StringSubType {
@@ -4964,9 +4974,9 @@ export interface TagInfoDc {
4964
4974
  }
4965
4975
  /**
4966
4976
  * Task owner group.
4967
-
4977
+
4968
4978
  my
4969
-
4979
+
4970
4980
  all
4971
4981
  */
4972
4982
  export declare enum TaskGroup {
@@ -5180,13 +5190,13 @@ export interface TemplateModelDc {
5180
5190
  }
5181
5191
  /**
5182
5192
  * Sets the horizontal alignment of text.
5183
-
5193
+
5184
5194
  right
5185
-
5195
+
5186
5196
  left
5187
-
5197
+
5188
5198
  center
5189
-
5199
+
5190
5200
  justified
5191
5201
  */
5192
5202
  export declare enum TextAlignment {
@@ -5206,11 +5216,11 @@ export interface TextBackgroundDc {
5206
5216
  }
5207
5217
  /**
5208
5218
  * Sets the vertical alignment of text.
5209
-
5219
+
5210
5220
  top
5211
-
5221
+
5212
5222
  bottom
5213
-
5223
+
5214
5224
  middle
5215
5225
  */
5216
5226
  export declare enum TextVerticalAlignment {
@@ -6516,7 +6526,7 @@ export interface ValidateExpressionParams {
6516
6526
  /** Layer name. */
6517
6527
  layerName: string;
6518
6528
  }
6519
- export interface GetRasterMetaParams6 {
6529
+ export interface GetRasterMetaParams3 {
6520
6530
  /**
6521
6531
  * Min value for build histogram.
6522
6532
  * @format double
@@ -6643,7 +6653,7 @@ export interface GetProjectsListParams {
6643
6653
  tags?: string[];
6644
6654
  }
6645
6655
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
6646
- export interface DeleteResourcesParams2 {
6656
+ export interface DeleteResourcesParams5 {
6647
6657
  /** Resource names. */
6648
6658
  names?: string[];
6649
6659
  }
@@ -6887,7 +6897,7 @@ export interface StatisticsDbParams {
6887
6897
  */
6888
6898
  types?: AggregationFunction[];
6889
6899
  }
6890
- export interface ClassifyParams9 {
6900
+ export interface ClassifyParams6 {
6891
6901
  /** Layer name. */
6892
6902
  name?: string;
6893
6903
  /** Attribute name. */
@@ -7011,7 +7021,7 @@ export interface GetTableListParams {
7011
7021
  acl?: string;
7012
7022
  }
7013
7023
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7014
- export interface DeleteResourcesParams4 {
7024
+ export interface DeleteResourcesParams8 {
7015
7025
  /** Resource names. */
7016
7026
  names?: string[];
7017
7027
  }
@@ -7168,7 +7178,7 @@ export interface GetPublicCapabilitiesParams {
7168
7178
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7169
7179
  AcceptFormats?: string[];
7170
7180
  }
7171
- export interface GetCapabilitiesParams9 {
7181
+ export interface GetCapabilitiesParams2 {
7172
7182
  /** Output format of service metadata. */
7173
7183
  Format?: string;
7174
7184
  /** Must be WMS. */