diff --git a/client/ios/Configurations/Version.xcconfig b/client/ios/Configurations/Version.xcconfig index 542952986..7abd3e755 100644 --- a/client/ios/Configurations/Version.xcconfig +++ b/client/ios/Configurations/Version.xcconfig @@ -1,2 +1,2 @@ -MARKETING_VERSION = 32.21.0 +MARKETING_VERSION = 32.22.0 CURRENT_PROJECT_VERSION = 32 diff --git a/client/ios/DivKit/DivKitInfo.swift b/client/ios/DivKit/DivKitInfo.swift index b2368ab2e..32271aab0 100644 --- a/client/ios/DivKit/DivKitInfo.swift +++ b/client/ios/DivKit/DivKitInfo.swift @@ -1,3 +1,3 @@ public enum DivKitInfo { - public static let version = "32.21.0" + public static let version = "32.22.0" } diff --git a/client/web/divkit/package.json b/client/web/divkit/package.json index 43ebabed4..93771b674 100644 --- a/client/web/divkit/package.json +++ b/client/web/divkit/package.json @@ -1,6 +1,6 @@ { "name": "@divkitframework/divkit", - "version": "32.21.0", + "version": "32.22.0", "description": "DivKit for the web", "keywords": [ "server-driven-ui", diff --git a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Data.kt b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Data.kt index 9b765135d..5cd3794d0 100644 --- a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Data.kt +++ b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Data.kt @@ -55,7 +55,7 @@ data class Data internal constructor( * Events that trigger transition animations. * Default value: `none`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val transitionAnimationSelector: Property?, /** * Triggers for changing variables. @@ -140,7 +140,7 @@ fun DivScope.data( `use named arguments`: Guard = Guard.instance, functions: List? = null, timers: List? = null, - transitionAnimationSelector: TransitionSelector? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: TransitionSelector? = null, variableTriggers: List? = null, variables: List? = null, ): Data = Data( @@ -171,7 +171,7 @@ fun DivScope.dataProps( states: List? = null, functions: List? = null, timers: List? = null, - transitionAnimationSelector: TransitionSelector? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: TransitionSelector? = null, variableTriggers: List? = null, variables: List? = null, ) = Data.Properties( @@ -200,7 +200,7 @@ fun TemplateScope.dataRefs( states: ReferenceProperty>? = null, functions: ReferenceProperty>? = null, timers: ReferenceProperty>? = null, - transitionAnimationSelector: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ReferenceProperty? = null, variableTriggers: ReferenceProperty>? = null, variables: ReferenceProperty>? = null, ) = Data.Properties( @@ -229,7 +229,7 @@ fun Data.override( states: List? = null, functions: List? = null, timers: List? = null, - transitionAnimationSelector: TransitionSelector? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: TransitionSelector? = null, variableTriggers: List? = null, variables: List? = null, ): Data = Data( @@ -260,7 +260,7 @@ fun Data.defer( states: ReferenceProperty>? = null, functions: ReferenceProperty>? = null, timers: ReferenceProperty>? = null, - transitionAnimationSelector: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ReferenceProperty? = null, variableTriggers: ReferenceProperty>? = null, variables: ReferenceProperty>? = null, ): Data = Data( @@ -291,7 +291,7 @@ fun Data.modify( states: Property>? = null, functions: Property>? = null, timers: Property>? = null, - transitionAnimationSelector: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: Property? = null, variableTriggers: Property>? = null, variables: Property>? = null, ): Data = Data( @@ -312,7 +312,7 @@ fun Data.modify( @Generated fun Data.evaluate( `use named arguments`: Guard = Guard.instance, - transitionAnimationSelector: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ExpressionProperty? = null, ): Data = Data( Data.Properties( logId = properties.logId, diff --git a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Indicator.kt b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Indicator.kt index 7ee3759c7..63edbfd3f 100644 --- a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Indicator.kt +++ b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Indicator.kt @@ -95,13 +95,13 @@ data class Indicator internal constructor( * Active indicator color. * Default value: `#ffdc60`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val activeItemColor: Property?, /** * A size multiplier for an active indicator. * Default value: `1.3`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val activeItemSize: Property?, /** * Active indicator shape. @@ -170,7 +170,7 @@ data class Indicator internal constructor( * Indicator color. * Default value: `#33919cb5`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val inactiveItemColor: Property?, /** * Inactive indicator shape, minimum size. Used when all the indicators don't fit on the screen. @@ -196,7 +196,7 @@ data class Indicator internal constructor( * A size multiplier for a minimal indicator. It is used when the required number of indicators don't fit on the screen. * Default value: `0.5`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val minimumItemSize: Property?, /** * Internal margins from the element stroke. @@ -222,13 +222,13 @@ data class Indicator internal constructor( * Indicator shape. * Default value: `{"type":"rounded_rectangle"}`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val shape: Property?, /** * Spacing between indicator centers. * Default value: `{"type": "fixed","value":15}`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val spaceBetweenCenters: Property?, /** * Tooltips linked to an element. A tooltip can be shown by `div-action://show_tooltip?id=`, hidden by `div-action://hide_tooltip?id=` where `id` — tooltip id. @@ -397,8 +397,8 @@ data class Indicator internal constructor( fun DivScope.indicator( `use named arguments`: Guard = Guard.instance, accessibility: Accessibility? = null, - activeItemColor: Color? = null, - activeItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: Double? = null, activeShape: RoundedRectangleShape? = null, alignmentHorizontal: AlignmentHorizontal? = null, alignmentVertical: AlignmentVertical? = null, @@ -414,20 +414,20 @@ fun DivScope.indicator( functions: List? = null, height: Size? = null, id: String? = null, - inactiveItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: Color? = null, inactiveMinimumShape: RoundedRectangleShape? = null, inactiveShape: RoundedRectangleShape? = null, itemsPlacement: IndicatorItemPlacement? = null, layoutProvider: LayoutProvider? = null, margins: EdgeInsets? = null, - minimumItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: Double? = null, paddings: EdgeInsets? = null, pagerId: String? = null, reuseId: String? = null, rowSpan: Int? = null, selectedActions: List? = null, - shape: Shape? = null, - spaceBetweenCenters: FixedSize? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: Shape? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: FixedSize? = null, tooltips: List? = null, transform: Transform? = null, transformations: List? = null, @@ -542,8 +542,8 @@ fun DivScope.indicator( fun DivScope.indicatorProps( `use named arguments`: Guard = Guard.instance, accessibility: Accessibility? = null, - activeItemColor: Color? = null, - activeItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: Double? = null, activeShape: RoundedRectangleShape? = null, alignmentHorizontal: AlignmentHorizontal? = null, alignmentVertical: AlignmentVertical? = null, @@ -559,20 +559,20 @@ fun DivScope.indicatorProps( functions: List? = null, height: Size? = null, id: String? = null, - inactiveItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: Color? = null, inactiveMinimumShape: RoundedRectangleShape? = null, inactiveShape: RoundedRectangleShape? = null, itemsPlacement: IndicatorItemPlacement? = null, layoutProvider: LayoutProvider? = null, margins: EdgeInsets? = null, - minimumItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: Double? = null, paddings: EdgeInsets? = null, pagerId: String? = null, reuseId: String? = null, rowSpan: Int? = null, selectedActions: List? = null, - shape: Shape? = null, - spaceBetweenCenters: FixedSize? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: Shape? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: FixedSize? = null, tooltips: List? = null, transform: Transform? = null, transformations: List? = null, @@ -685,8 +685,8 @@ fun DivScope.indicatorProps( fun TemplateScope.indicatorRefs( `use named arguments`: Guard = Guard.instance, accessibility: ReferenceProperty? = null, - activeItemColor: ReferenceProperty? = null, - activeItemSize: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: ReferenceProperty? = null, activeShape: ReferenceProperty? = null, alignmentHorizontal: ReferenceProperty? = null, alignmentVertical: ReferenceProperty? = null, @@ -702,20 +702,20 @@ fun TemplateScope.indicatorRefs( functions: ReferenceProperty>? = null, height: ReferenceProperty? = null, id: ReferenceProperty? = null, - inactiveItemColor: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: ReferenceProperty? = null, inactiveMinimumShape: ReferenceProperty? = null, inactiveShape: ReferenceProperty? = null, itemsPlacement: ReferenceProperty? = null, layoutProvider: ReferenceProperty? = null, margins: ReferenceProperty? = null, - minimumItemSize: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: ReferenceProperty? = null, paddings: ReferenceProperty? = null, pagerId: ReferenceProperty? = null, reuseId: ReferenceProperty? = null, rowSpan: ReferenceProperty? = null, selectedActions: ReferenceProperty>? = null, - shape: ReferenceProperty? = null, - spaceBetweenCenters: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: ReferenceProperty? = null, tooltips: ReferenceProperty>? = null, transform: ReferenceProperty? = null, transformations: ReferenceProperty>? = null, @@ -828,8 +828,8 @@ fun TemplateScope.indicatorRefs( fun Indicator.override( `use named arguments`: Guard = Guard.instance, accessibility: Accessibility? = null, - activeItemColor: Color? = null, - activeItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: Double? = null, activeShape: RoundedRectangleShape? = null, alignmentHorizontal: AlignmentHorizontal? = null, alignmentVertical: AlignmentVertical? = null, @@ -845,20 +845,20 @@ fun Indicator.override( functions: List? = null, height: Size? = null, id: String? = null, - inactiveItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: Color? = null, inactiveMinimumShape: RoundedRectangleShape? = null, inactiveShape: RoundedRectangleShape? = null, itemsPlacement: IndicatorItemPlacement? = null, layoutProvider: LayoutProvider? = null, margins: EdgeInsets? = null, - minimumItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: Double? = null, paddings: EdgeInsets? = null, pagerId: String? = null, reuseId: String? = null, rowSpan: Int? = null, selectedActions: List? = null, - shape: Shape? = null, - spaceBetweenCenters: FixedSize? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: Shape? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: FixedSize? = null, tooltips: List? = null, transform: Transform? = null, transformations: List? = null, @@ -973,8 +973,8 @@ fun Indicator.override( fun Indicator.defer( `use named arguments`: Guard = Guard.instance, accessibility: ReferenceProperty? = null, - activeItemColor: ReferenceProperty? = null, - activeItemSize: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: ReferenceProperty? = null, activeShape: ReferenceProperty? = null, alignmentHorizontal: ReferenceProperty? = null, alignmentVertical: ReferenceProperty? = null, @@ -990,20 +990,20 @@ fun Indicator.defer( functions: ReferenceProperty>? = null, height: ReferenceProperty? = null, id: ReferenceProperty? = null, - inactiveItemColor: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: ReferenceProperty? = null, inactiveMinimumShape: ReferenceProperty? = null, inactiveShape: ReferenceProperty? = null, itemsPlacement: ReferenceProperty? = null, layoutProvider: ReferenceProperty? = null, margins: ReferenceProperty? = null, - minimumItemSize: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: ReferenceProperty? = null, paddings: ReferenceProperty? = null, pagerId: ReferenceProperty? = null, reuseId: ReferenceProperty? = null, rowSpan: ReferenceProperty? = null, selectedActions: ReferenceProperty>? = null, - shape: ReferenceProperty? = null, - spaceBetweenCenters: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: ReferenceProperty? = null, tooltips: ReferenceProperty>? = null, transform: ReferenceProperty? = null, transformations: ReferenceProperty>? = null, @@ -1118,8 +1118,8 @@ fun Indicator.defer( fun Indicator.modify( `use named arguments`: Guard = Guard.instance, accessibility: Property? = null, - activeItemColor: Property? = null, - activeItemSize: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: Property? = null, activeShape: Property? = null, alignmentHorizontal: Property? = null, alignmentVertical: Property? = null, @@ -1135,20 +1135,20 @@ fun Indicator.modify( functions: Property>? = null, height: Property? = null, id: Property? = null, - inactiveItemColor: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: Property? = null, inactiveMinimumShape: Property? = null, inactiveShape: Property? = null, itemsPlacement: Property? = null, layoutProvider: Property? = null, margins: Property? = null, - minimumItemSize: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: Property? = null, paddings: Property? = null, pagerId: Property? = null, reuseId: Property? = null, rowSpan: Property? = null, selectedActions: Property>? = null, - shape: Property? = null, - spaceBetweenCenters: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: Property? = null, tooltips: Property>? = null, transform: Property? = null, transformations: Property>? = null, @@ -1229,15 +1229,15 @@ fun Indicator.modify( @Generated fun Indicator.evaluate( `use named arguments`: Guard = Guard.instance, - activeItemColor: ExpressionProperty? = null, - activeItemSize: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: ExpressionProperty? = null, alignmentHorizontal: ExpressionProperty? = null, alignmentVertical: ExpressionProperty? = null, alpha: ExpressionProperty? = null, animation: ExpressionProperty? = null, columnSpan: ExpressionProperty? = null, - inactiveItemColor: ExpressionProperty? = null, - minimumItemSize: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: ExpressionProperty? = null, reuseId: ExpressionProperty? = null, rowSpan: ExpressionProperty? = null, visibility: ExpressionProperty? = null, @@ -1342,8 +1342,8 @@ fun Indicator.evaluate( fun Component.override( `use named arguments`: Guard = Guard.instance, accessibility: Accessibility? = null, - activeItemColor: Color? = null, - activeItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: Double? = null, activeShape: RoundedRectangleShape? = null, alignmentHorizontal: AlignmentHorizontal? = null, alignmentVertical: AlignmentVertical? = null, @@ -1359,20 +1359,20 @@ fun Component.override( functions: List? = null, height: Size? = null, id: String? = null, - inactiveItemColor: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: Color? = null, inactiveMinimumShape: RoundedRectangleShape? = null, inactiveShape: RoundedRectangleShape? = null, itemsPlacement: IndicatorItemPlacement? = null, layoutProvider: LayoutProvider? = null, margins: EdgeInsets? = null, - minimumItemSize: Double? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: Double? = null, paddings: EdgeInsets? = null, pagerId: String? = null, reuseId: String? = null, rowSpan: Int? = null, selectedActions: List? = null, - shape: Shape? = null, - spaceBetweenCenters: FixedSize? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: Shape? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: FixedSize? = null, tooltips: List? = null, transform: Transform? = null, transformations: List? = null, @@ -1488,8 +1488,8 @@ fun Component.override( fun Component.defer( `use named arguments`: Guard = Guard.instance, accessibility: ReferenceProperty? = null, - activeItemColor: ReferenceProperty? = null, - activeItemSize: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: ReferenceProperty? = null, activeShape: ReferenceProperty? = null, alignmentHorizontal: ReferenceProperty? = null, alignmentVertical: ReferenceProperty? = null, @@ -1505,20 +1505,20 @@ fun Component.defer( functions: ReferenceProperty>? = null, height: ReferenceProperty? = null, id: ReferenceProperty? = null, - inactiveItemColor: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: ReferenceProperty? = null, inactiveMinimumShape: ReferenceProperty? = null, inactiveShape: ReferenceProperty? = null, itemsPlacement: ReferenceProperty? = null, layoutProvider: ReferenceProperty? = null, margins: ReferenceProperty? = null, - minimumItemSize: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: ReferenceProperty? = null, paddings: ReferenceProperty? = null, pagerId: ReferenceProperty? = null, reuseId: ReferenceProperty? = null, rowSpan: ReferenceProperty? = null, selectedActions: ReferenceProperty>? = null, - shape: ReferenceProperty? = null, - spaceBetweenCenters: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: ReferenceProperty? = null, tooltips: ReferenceProperty>? = null, transform: ReferenceProperty? = null, transformations: ReferenceProperty>? = null, @@ -1600,15 +1600,15 @@ fun Component.defer( @Generated fun Component.evaluate( `use named arguments`: Guard = Guard.instance, - activeItemColor: ExpressionProperty? = null, - activeItemSize: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: ExpressionProperty? = null, alignmentHorizontal: ExpressionProperty? = null, alignmentVertical: ExpressionProperty? = null, alpha: ExpressionProperty? = null, animation: ExpressionProperty? = null, columnSpan: ExpressionProperty? = null, - inactiveItemColor: ExpressionProperty? = null, - minimumItemSize: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: ExpressionProperty? = null, reuseId: ExpressionProperty? = null, rowSpan: ExpressionProperty? = null, visibility: ExpressionProperty? = null, @@ -1714,8 +1714,8 @@ fun Component.evaluate( fun Component.modify( `use named arguments`: Guard = Guard.instance, accessibility: Property? = null, - activeItemColor: Property? = null, - activeItemSize: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemColor: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") activeItemSize: Property? = null, activeShape: Property? = null, alignmentHorizontal: Property? = null, alignmentVertical: Property? = null, @@ -1731,20 +1731,20 @@ fun Component.modify( functions: Property>? = null, height: Property? = null, id: Property? = null, - inactiveItemColor: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") inactiveItemColor: Property? = null, inactiveMinimumShape: Property? = null, inactiveShape: Property? = null, itemsPlacement: Property? = null, layoutProvider: Property? = null, margins: Property? = null, - minimumItemSize: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") minimumItemSize: Property? = null, paddings: Property? = null, pagerId: Property? = null, reuseId: Property? = null, rowSpan: Property? = null, selectedActions: Property>? = null, - shape: Property? = null, - spaceBetweenCenters: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") shape: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") spaceBetweenCenters: Property? = null, tooltips: Property>? = null, transform: Property? = null, transformations: Property>? = null, diff --git a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/ShapeDrawable.kt b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/ShapeDrawable.kt index 328ba5aec..f7429a355 100644 --- a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/ShapeDrawable.kt +++ b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/ShapeDrawable.kt @@ -48,7 +48,7 @@ data class ShapeDrawable internal constructor( /** * Fill color. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val color: Property?, /** * Shape. @@ -57,7 +57,7 @@ data class ShapeDrawable internal constructor( /** * Stroke style. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val stroke: Property?, ) { internal fun mergeWith(properties: Map): Map { @@ -79,9 +79,9 @@ data class ShapeDrawable internal constructor( @Generated fun DivScope.shapeDrawable( `use named arguments`: Guard = Guard.instance, - color: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") color: Color? = null, shape: Shape? = null, - stroke: Stroke? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") stroke: Stroke? = null, ): ShapeDrawable = ShapeDrawable( ShapeDrawable.Properties( color = valueOrNull(color), @@ -98,9 +98,9 @@ fun DivScope.shapeDrawable( @Generated fun DivScope.shapeDrawableProps( `use named arguments`: Guard = Guard.instance, - color: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") color: Color? = null, shape: Shape? = null, - stroke: Stroke? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") stroke: Stroke? = null, ) = ShapeDrawable.Properties( color = valueOrNull(color), shape = valueOrNull(shape), @@ -115,9 +115,9 @@ fun DivScope.shapeDrawableProps( @Generated fun TemplateScope.shapeDrawableRefs( `use named arguments`: Guard = Guard.instance, - color: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") color: ReferenceProperty? = null, shape: ReferenceProperty? = null, - stroke: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") stroke: ReferenceProperty? = null, ) = ShapeDrawable.Properties( color = color, shape = shape, @@ -132,9 +132,9 @@ fun TemplateScope.shapeDrawableRefs( @Generated fun ShapeDrawable.override( `use named arguments`: Guard = Guard.instance, - color: Color? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") color: Color? = null, shape: Shape? = null, - stroke: Stroke? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") stroke: Stroke? = null, ): ShapeDrawable = ShapeDrawable( ShapeDrawable.Properties( color = valueOrNull(color) ?: properties.color, @@ -151,9 +151,9 @@ fun ShapeDrawable.override( @Generated fun ShapeDrawable.defer( `use named arguments`: Guard = Guard.instance, - color: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") color: ReferenceProperty? = null, shape: ReferenceProperty? = null, - stroke: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") stroke: ReferenceProperty? = null, ): ShapeDrawable = ShapeDrawable( ShapeDrawable.Properties( color = color ?: properties.color, @@ -170,9 +170,9 @@ fun ShapeDrawable.defer( @Generated fun ShapeDrawable.modify( `use named arguments`: Guard = Guard.instance, - color: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") color: Property? = null, shape: Property? = null, - stroke: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") stroke: Property? = null, ): ShapeDrawable = ShapeDrawable( ShapeDrawable.Properties( color = color ?: properties.color, @@ -187,7 +187,7 @@ fun ShapeDrawable.modify( @Generated fun ShapeDrawable.evaluate( `use named arguments`: Guard = Guard.instance, - color: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") color: ExpressionProperty? = null, ): ShapeDrawable = ShapeDrawable( ShapeDrawable.Properties( color = color ?: properties.color, diff --git a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/State.kt b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/State.kt index abd2b42f1..f0681f10c 100644 --- a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/State.kt +++ b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/State.kt @@ -158,7 +158,7 @@ data class State internal constructor( /** * ID of an element to search in the hierarchy. The ID must be unique at one hierarchy level. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val divId: Property?, /** * Action when double-clicking on an element. @@ -253,7 +253,7 @@ data class State internal constructor( * It determines which events trigger transition animations. * Default value: `state_change`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val transitionAnimationSelector: Property?, /** * Change animation. It is played when the position or size of an element changes in the new layout. @@ -383,12 +383,12 @@ data class State internal constructor( /** * State appearance animation. Use `transition_in` instead. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val animationIn: Property?, /** * State disappearance animation. Use `transition_out` instead. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val animationOut: Property?, /** * Contents. If the parameter is missing, the state won't be displayed. @@ -401,7 +401,7 @@ data class State internal constructor( /** * Actions when swiping the state horizontally. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val swipeOutActions: Property>?, ) { internal fun mergeWith(properties: Map): Map { @@ -488,7 +488,7 @@ fun DivScope.state( columnSpan: Int? = null, defaultStateId: String? = null, disappearActions: List? = null, - divId: String? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: String? = null, doubletapActions: List? = null, extensions: List? = null, focus: Focus? = null, @@ -511,7 +511,7 @@ fun DivScope.state( tooltips: List? = null, transform: Transform? = null, transformations: List? = null, - transitionAnimationSelector: TransitionSelector? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: TransitionSelector? = null, transitionChange: ChangeTransition? = null, transitionIn: AppearanceTransition? = null, transitionOut: AppearanceTransition? = null, @@ -645,7 +645,7 @@ fun DivScope.stateProps( columnSpan: Int? = null, defaultStateId: String? = null, disappearActions: List? = null, - divId: String? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: String? = null, doubletapActions: List? = null, extensions: List? = null, focus: Focus? = null, @@ -668,7 +668,7 @@ fun DivScope.stateProps( tooltips: List? = null, transform: Transform? = null, transformations: List? = null, - transitionAnimationSelector: TransitionSelector? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: TransitionSelector? = null, transitionChange: ChangeTransition? = null, transitionIn: AppearanceTransition? = null, transitionOut: AppearanceTransition? = null, @@ -800,7 +800,7 @@ fun TemplateScope.stateRefs( columnSpan: ReferenceProperty? = null, defaultStateId: ReferenceProperty? = null, disappearActions: ReferenceProperty>? = null, - divId: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: ReferenceProperty? = null, doubletapActions: ReferenceProperty>? = null, extensions: ReferenceProperty>? = null, focus: ReferenceProperty? = null, @@ -823,7 +823,7 @@ fun TemplateScope.stateRefs( tooltips: ReferenceProperty>? = null, transform: ReferenceProperty? = null, transformations: ReferenceProperty>? = null, - transitionAnimationSelector: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ReferenceProperty? = null, transitionChange: ReferenceProperty? = null, transitionIn: ReferenceProperty? = null, transitionOut: ReferenceProperty? = null, @@ -955,7 +955,7 @@ fun State.override( columnSpan: Int? = null, defaultStateId: String? = null, disappearActions: List? = null, - divId: String? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: String? = null, doubletapActions: List? = null, extensions: List? = null, focus: Focus? = null, @@ -978,7 +978,7 @@ fun State.override( tooltips: List? = null, transform: Transform? = null, transformations: List? = null, - transitionAnimationSelector: TransitionSelector? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: TransitionSelector? = null, transitionChange: ChangeTransition? = null, transitionIn: AppearanceTransition? = null, transitionOut: AppearanceTransition? = null, @@ -1112,7 +1112,7 @@ fun State.defer( columnSpan: ReferenceProperty? = null, defaultStateId: ReferenceProperty? = null, disappearActions: ReferenceProperty>? = null, - divId: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: ReferenceProperty? = null, doubletapActions: ReferenceProperty>? = null, extensions: ReferenceProperty>? = null, focus: ReferenceProperty? = null, @@ -1135,7 +1135,7 @@ fun State.defer( tooltips: ReferenceProperty>? = null, transform: ReferenceProperty? = null, transformations: ReferenceProperty>? = null, - transitionAnimationSelector: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ReferenceProperty? = null, transitionChange: ReferenceProperty? = null, transitionIn: ReferenceProperty? = null, transitionOut: ReferenceProperty? = null, @@ -1269,7 +1269,7 @@ fun State.modify( columnSpan: Property? = null, defaultStateId: Property? = null, disappearActions: Property>? = null, - divId: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: Property? = null, doubletapActions: Property>? = null, extensions: Property>? = null, focus: Property? = null, @@ -1292,7 +1292,7 @@ fun State.modify( tooltips: Property>? = null, transform: Property? = null, transformations: Property>? = null, - transitionAnimationSelector: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: Property? = null, transitionChange: Property? = null, transitionIn: Property? = null, transitionOut: Property? = null, @@ -1382,7 +1382,7 @@ fun State.evaluate( defaultStateId: ExpressionProperty? = null, reuseId: ExpressionProperty? = null, rowSpan: ExpressionProperty? = null, - transitionAnimationSelector: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ExpressionProperty? = null, visibility: ExpressionProperty? = null, ): State = State( State.Properties( @@ -1507,7 +1507,7 @@ fun Component.override( columnSpan: Int? = null, defaultStateId: String? = null, disappearActions: List? = null, - divId: String? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: String? = null, doubletapActions: List? = null, extensions: List? = null, focus: Focus? = null, @@ -1530,7 +1530,7 @@ fun Component.override( tooltips: List? = null, transform: Transform? = null, transformations: List? = null, - transitionAnimationSelector: TransitionSelector? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: TransitionSelector? = null, transitionChange: ChangeTransition? = null, transitionIn: AppearanceTransition? = null, transitionOut: AppearanceTransition? = null, @@ -1665,7 +1665,7 @@ fun Component.defer( columnSpan: ReferenceProperty? = null, defaultStateId: ReferenceProperty? = null, disappearActions: ReferenceProperty>? = null, - divId: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: ReferenceProperty? = null, doubletapActions: ReferenceProperty>? = null, extensions: ReferenceProperty>? = null, focus: ReferenceProperty? = null, @@ -1688,7 +1688,7 @@ fun Component.defer( tooltips: ReferenceProperty>? = null, transform: ReferenceProperty? = null, transformations: ReferenceProperty>? = null, - transitionAnimationSelector: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ReferenceProperty? = null, transitionChange: ReferenceProperty? = null, transitionIn: ReferenceProperty? = null, transitionOut: ReferenceProperty? = null, @@ -1779,7 +1779,7 @@ fun Component.evaluate( defaultStateId: ExpressionProperty? = null, reuseId: ExpressionProperty? = null, rowSpan: ExpressionProperty? = null, - transitionAnimationSelector: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: ExpressionProperty? = null, visibility: ExpressionProperty? = null, ): Component = Component( template = template, @@ -1905,7 +1905,7 @@ fun Component.modify( columnSpan: Property? = null, defaultStateId: Property? = null, disappearActions: Property>? = null, - divId: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") divId: Property? = null, doubletapActions: Property>? = null, extensions: Property>? = null, focus: Property? = null, @@ -1928,7 +1928,7 @@ fun Component.modify( tooltips: Property>? = null, transform: Property? = null, transformations: Property>? = null, - transitionAnimationSelector: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") transitionAnimationSelector: Property? = null, transitionChange: Property? = null, transitionIn: Property? = null, transitionOut: Property? = null, @@ -2013,11 +2013,11 @@ fun State.asList() = listOf(this) @Generated fun DivScope.stateItem( `use named arguments`: Guard = Guard.instance, - animationIn: Animation? = null, - animationOut: Animation? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationIn: Animation? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationOut: Animation? = null, div: Div? = null, stateId: String? = null, - swipeOutActions: List? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") swipeOutActions: List? = null, ): State.Item = State.Item( State.Item.Properties( animationIn = valueOrNull(animationIn), @@ -2038,11 +2038,11 @@ fun DivScope.stateItem( @Generated fun DivScope.stateItemProps( `use named arguments`: Guard = Guard.instance, - animationIn: Animation? = null, - animationOut: Animation? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationIn: Animation? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationOut: Animation? = null, div: Div? = null, stateId: String? = null, - swipeOutActions: List? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") swipeOutActions: List? = null, ) = State.Item.Properties( animationIn = valueOrNull(animationIn), animationOut = valueOrNull(animationOut), @@ -2061,11 +2061,11 @@ fun DivScope.stateItemProps( @Generated fun TemplateScope.stateItemRefs( `use named arguments`: Guard = Guard.instance, - animationIn: ReferenceProperty? = null, - animationOut: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationIn: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationOut: ReferenceProperty? = null, div: ReferenceProperty
? = null, stateId: ReferenceProperty? = null, - swipeOutActions: ReferenceProperty>? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") swipeOutActions: ReferenceProperty>? = null, ) = State.Item.Properties( animationIn = animationIn, animationOut = animationOut, @@ -2084,11 +2084,11 @@ fun TemplateScope.stateItemRefs( @Generated fun State.Item.override( `use named arguments`: Guard = Guard.instance, - animationIn: Animation? = null, - animationOut: Animation? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationIn: Animation? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationOut: Animation? = null, div: Div? = null, stateId: String? = null, - swipeOutActions: List? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") swipeOutActions: List? = null, ): State.Item = State.Item( State.Item.Properties( animationIn = valueOrNull(animationIn) ?: properties.animationIn, @@ -2109,11 +2109,11 @@ fun State.Item.override( @Generated fun State.Item.defer( `use named arguments`: Guard = Guard.instance, - animationIn: ReferenceProperty? = null, - animationOut: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationIn: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationOut: ReferenceProperty? = null, div: ReferenceProperty
? = null, stateId: ReferenceProperty? = null, - swipeOutActions: ReferenceProperty>? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") swipeOutActions: ReferenceProperty>? = null, ): State.Item = State.Item( State.Item.Properties( animationIn = animationIn ?: properties.animationIn, @@ -2134,11 +2134,11 @@ fun State.Item.defer( @Generated fun State.Item.modify( `use named arguments`: Guard = Guard.instance, - animationIn: Property? = null, - animationOut: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationIn: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") animationOut: Property? = null, div: Property
? = null, stateId: Property? = null, - swipeOutActions: Property>? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") swipeOutActions: Property>? = null, ): State.Item = State.Item( State.Item.Properties( animationIn = animationIn ?: properties.animationIn, diff --git a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Tabs.kt b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Tabs.kt index cb0678c55..25c57ee27 100644 --- a/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Tabs.kt +++ b/json-builder/kotlin/divan-json-builder/src/generated/kotlin/divkit/dsl/Tabs.kt @@ -525,7 +525,7 @@ data class Tabs internal constructor( * Style. Use `active_font_weight` and `inactive_font_weight` instead. * Default value: `regular`. */ - @Deprecated("Marked as deprecated in the JSON schema ") + @DeprecatedApi("Marked as deprecated in the JSON schema") val fontWeight: Property?, /** * Background color of the inactive tab title. @@ -2341,7 +2341,7 @@ fun DivScope.tabsTabTitleStyle( fontFamily: String? = null, fontSize: Int? = null, fontSizeUnit: SizeUnit? = null, - fontWeight: FontWeight? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") fontWeight: FontWeight? = null, inactiveBackgroundColor: Color? = null, inactiveFontVariationSettings: Map? = null, inactiveFontWeight: FontWeight? = null, @@ -2411,7 +2411,7 @@ fun DivScope.tabsTabTitleStyleProps( fontFamily: String? = null, fontSize: Int? = null, fontSizeUnit: SizeUnit? = null, - fontWeight: FontWeight? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") fontWeight: FontWeight? = null, inactiveBackgroundColor: Color? = null, inactiveFontVariationSettings: Map? = null, inactiveFontWeight: FontWeight? = null, @@ -2479,7 +2479,7 @@ fun TemplateScope.tabsTabTitleStyleRefs( fontFamily: ReferenceProperty? = null, fontSize: ReferenceProperty? = null, fontSizeUnit: ReferenceProperty? = null, - fontWeight: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") fontWeight: ReferenceProperty? = null, inactiveBackgroundColor: ReferenceProperty? = null, inactiveFontVariationSettings: ReferenceProperty>? = null, inactiveFontWeight: ReferenceProperty? = null, @@ -2547,7 +2547,7 @@ fun Tabs.TabTitleStyle.override( fontFamily: String? = null, fontSize: Int? = null, fontSizeUnit: SizeUnit? = null, - fontWeight: FontWeight? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") fontWeight: FontWeight? = null, inactiveBackgroundColor: Color? = null, inactiveFontVariationSettings: Map? = null, inactiveFontWeight: FontWeight? = null, @@ -2617,7 +2617,7 @@ fun Tabs.TabTitleStyle.defer( fontFamily: ReferenceProperty? = null, fontSize: ReferenceProperty? = null, fontSizeUnit: ReferenceProperty? = null, - fontWeight: ReferenceProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") fontWeight: ReferenceProperty? = null, inactiveBackgroundColor: ReferenceProperty? = null, inactiveFontVariationSettings: ReferenceProperty>? = null, inactiveFontWeight: ReferenceProperty? = null, @@ -2687,7 +2687,7 @@ fun Tabs.TabTitleStyle.modify( fontFamily: Property? = null, fontSize: Property? = null, fontSizeUnit: Property? = null, - fontWeight: Property? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") fontWeight: Property? = null, inactiveBackgroundColor: Property? = null, inactiveFontVariationSettings: Property>? = null, inactiveFontWeight: Property? = null, @@ -2751,7 +2751,7 @@ fun Tabs.TabTitleStyle.evaluate( fontFamily: ExpressionProperty? = null, fontSize: ExpressionProperty? = null, fontSizeUnit: ExpressionProperty? = null, - fontWeight: ExpressionProperty? = null, + @DeprecatedApi("Marked as deprecated in the JSON schema") fontWeight: ExpressionProperty? = null, inactiveBackgroundColor: ExpressionProperty? = null, inactiveFontWeight: ExpressionProperty? = null, inactiveTextColor: ExpressionProperty? = null, diff --git a/json-builder/python/pyproject.toml b/json-builder/python/pyproject.toml index 9528660c4..0a398b146 100644 --- a/json-builder/python/pyproject.toml +++ b/json-builder/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydivkit" -version = "32.21.0" +version = "32.22.0" description = "DivKit python library" readme = "README.md" repository = "https://github.com/divkit/divkit/tree/main/json-builder/python" diff --git a/json-builder/typescript/package.json b/json-builder/typescript/package.json index 7becd96af..e64b82d8e 100644 --- a/json-builder/typescript/package.json +++ b/json-builder/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@divkitframework/jsonbuilder", - "version": "32.21.0", + "version": "32.22.0", "description": "DivKit TypeScript JSON Builder", "main": "./dist/jsonbuilder.js", "module": "./dist/es/jsonbuilder.js", diff --git a/version b/version index 4717ad945..c609f6e4f 100644 --- a/version +++ b/version @@ -1 +1 @@ -32.21.0 +32.22.0