@evergis/api 5.0.10 → 5.0.12

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.
@@ -343,6 +343,8 @@ export interface AttributeConfigurationDc {
343
343
  * ViewHandBook
344
344
  */
345
345
  attributeSelectorType?: AttributeSelectorType;
346
+ /** Sets attribute format settings. */
347
+ stringFormat?: AttributeFormatConfigurationDc;
346
348
  /** Information about an attribute icon. */
347
349
  icon?: AttributeIconDc;
348
350
  }
@@ -1059,7 +1061,7 @@ export interface ColumnDescriptionDc {
1059
1061
  */
1060
1062
  isNullable?: boolean;
1061
1063
  /** Allows column with type Int32 or Int64 be autoincrement (SERIAL, BIGSERIAL). */
1062
- autoincrement?: boolean;
1064
+ isAutoincrement?: boolean;
1063
1065
  /**
1064
1066
  * Spatial reference identifier type in geometry type column.
1065
1067
  * @format int32
@@ -5339,8 +5341,6 @@ export type StringAttributeConfigurationDc = AttributeConfigurationDc & {
5339
5341
  * Attachments
5340
5342
  */
5341
5343
  subType?: StringSubType;
5342
- /** Sets attribute format settings. */
5343
- stringFormat?: AttributeFormatConfigurationDc;
5344
5344
  };
5345
5345
  /**
5346
5346
  *