@wix/auto_sdk_online-programs_sections 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -26
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +0 -26
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -26
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +0 -26
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -0
- package/build/internal/cjs/meta.d.ts +5 -0
- package/build/internal/es/index.typings.d.mts +5 -0
- package/build/internal/es/meta.d.mts +5 -0
- package/package.json +2 -2
|
@@ -62,37 +62,11 @@ interface Section {
|
|
|
62
62
|
extendedFields?: ExtendedFields;
|
|
63
63
|
}
|
|
64
64
|
interface Description extends DescriptionMediaOneOf {
|
|
65
|
-
/**
|
|
66
|
-
* @deprecated
|
|
67
|
-
* @targetRemovalDate 2025-05-10
|
|
68
|
-
*/
|
|
69
|
-
image?: string;
|
|
70
|
-
/**
|
|
71
|
-
* @deprecated
|
|
72
|
-
* @targetRemovalDate 2025-05-10
|
|
73
|
-
*/
|
|
74
|
-
video?: string;
|
|
75
65
|
/** @maxLength 500 */
|
|
76
66
|
title?: string;
|
|
77
|
-
/**
|
|
78
|
-
* @maxLength 10000000
|
|
79
|
-
* @deprecated
|
|
80
|
-
* @targetRemovalDate 2026-06-25
|
|
81
|
-
*/
|
|
82
|
-
details?: string | null;
|
|
83
67
|
}
|
|
84
68
|
/** @oneof */
|
|
85
69
|
interface DescriptionMediaOneOf {
|
|
86
|
-
/**
|
|
87
|
-
* @deprecated
|
|
88
|
-
* @targetRemovalDate 2025-05-10
|
|
89
|
-
*/
|
|
90
|
-
image?: string;
|
|
91
|
-
/**
|
|
92
|
-
* @deprecated
|
|
93
|
-
* @targetRemovalDate 2025-05-10
|
|
94
|
-
*/
|
|
95
|
-
video?: string;
|
|
96
70
|
}
|
|
97
71
|
interface FocalPoint {
|
|
98
72
|
/** X-coordinate of the focal point. */
|