@wix/auto_sdk_multilingual_translation-schemas 1.0.17 → 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/src/multilingual-translation-v1-schema-translation-schemas.types.d.ts +5 -5
- package/build/cjs/src/multilingual-translation-v1-schema-translation-schemas.universal.d.ts +5 -5
- package/build/es/src/multilingual-translation-v1-schema-translation-schemas.types.d.ts +5 -5
- package/build/es/src/multilingual-translation-v1-schema-translation-schemas.universal.d.ts +5 -5
- package/build/internal/cjs/src/multilingual-translation-v1-schema-translation-schemas.types.d.ts +5 -5
- package/build/internal/cjs/src/multilingual-translation-v1-schema-translation-schemas.universal.d.ts +5 -5
- package/build/internal/es/src/multilingual-translation-v1-schema-translation-schemas.types.d.ts +5 -5
- package/build/internal/es/src/multilingual-translation-v1-schema-translation-schemas.universal.d.ts +5 -5
- package/package.json +4 -4
|
@@ -87,7 +87,7 @@ export interface SchemaField {
|
|
|
87
87
|
/**
|
|
88
88
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
89
89
|
* @minLength 1
|
|
90
|
-
* @maxLength
|
|
90
|
+
* @maxLength 1000
|
|
91
91
|
* @readonly
|
|
92
92
|
*/
|
|
93
93
|
id?: string;
|
|
@@ -95,12 +95,12 @@ export interface SchemaField {
|
|
|
95
95
|
type?: FieldType;
|
|
96
96
|
/**
|
|
97
97
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
98
|
-
* @maxLength
|
|
98
|
+
* @maxLength 1000
|
|
99
99
|
*/
|
|
100
100
|
displayName?: string | null;
|
|
101
101
|
/**
|
|
102
102
|
* Field group name.
|
|
103
|
-
* @maxLength
|
|
103
|
+
* @maxLength 1000
|
|
104
104
|
*/
|
|
105
105
|
groupName?: string | null;
|
|
106
106
|
/**
|
|
@@ -149,12 +149,12 @@ export declare enum FieldType {
|
|
|
149
149
|
export interface PreviewFields {
|
|
150
150
|
/**
|
|
151
151
|
* ID of the field representing the schema's title.
|
|
152
|
-
* @maxLength
|
|
152
|
+
* @maxLength 1000
|
|
153
153
|
*/
|
|
154
154
|
titleFieldId?: string | null;
|
|
155
155
|
/**
|
|
156
156
|
* ID of the field representing the schema's image.
|
|
157
|
-
* @maxLength
|
|
157
|
+
* @maxLength 1000
|
|
158
158
|
*/
|
|
159
159
|
imageFieldId?: string | null;
|
|
160
160
|
}
|
|
@@ -88,7 +88,7 @@ export interface SchemaField {
|
|
|
88
88
|
/**
|
|
89
89
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
90
90
|
* @minLength 1
|
|
91
|
-
* @maxLength
|
|
91
|
+
* @maxLength 1000
|
|
92
92
|
* @readonly
|
|
93
93
|
*/
|
|
94
94
|
_id?: string;
|
|
@@ -96,12 +96,12 @@ export interface SchemaField {
|
|
|
96
96
|
type?: FieldType;
|
|
97
97
|
/**
|
|
98
98
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
99
|
-
* @maxLength
|
|
99
|
+
* @maxLength 1000
|
|
100
100
|
*/
|
|
101
101
|
displayName?: string | null;
|
|
102
102
|
/**
|
|
103
103
|
* Field group name.
|
|
104
|
-
* @maxLength
|
|
104
|
+
* @maxLength 1000
|
|
105
105
|
*/
|
|
106
106
|
groupName?: string | null;
|
|
107
107
|
/**
|
|
@@ -150,12 +150,12 @@ export declare enum FieldType {
|
|
|
150
150
|
export interface PreviewFields {
|
|
151
151
|
/**
|
|
152
152
|
* ID of the field representing the schema's title.
|
|
153
|
-
* @maxLength
|
|
153
|
+
* @maxLength 1000
|
|
154
154
|
*/
|
|
155
155
|
titleFieldId?: string | null;
|
|
156
156
|
/**
|
|
157
157
|
* ID of the field representing the schema's image.
|
|
158
|
-
* @maxLength
|
|
158
|
+
* @maxLength 1000
|
|
159
159
|
*/
|
|
160
160
|
imageFieldId?: string | null;
|
|
161
161
|
}
|
|
@@ -87,7 +87,7 @@ export interface SchemaField {
|
|
|
87
87
|
/**
|
|
88
88
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
89
89
|
* @minLength 1
|
|
90
|
-
* @maxLength
|
|
90
|
+
* @maxLength 1000
|
|
91
91
|
* @readonly
|
|
92
92
|
*/
|
|
93
93
|
id?: string;
|
|
@@ -95,12 +95,12 @@ export interface SchemaField {
|
|
|
95
95
|
type?: FieldType;
|
|
96
96
|
/**
|
|
97
97
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
98
|
-
* @maxLength
|
|
98
|
+
* @maxLength 1000
|
|
99
99
|
*/
|
|
100
100
|
displayName?: string | null;
|
|
101
101
|
/**
|
|
102
102
|
* Field group name.
|
|
103
|
-
* @maxLength
|
|
103
|
+
* @maxLength 1000
|
|
104
104
|
*/
|
|
105
105
|
groupName?: string | null;
|
|
106
106
|
/**
|
|
@@ -149,12 +149,12 @@ export declare enum FieldType {
|
|
|
149
149
|
export interface PreviewFields {
|
|
150
150
|
/**
|
|
151
151
|
* ID of the field representing the schema's title.
|
|
152
|
-
* @maxLength
|
|
152
|
+
* @maxLength 1000
|
|
153
153
|
*/
|
|
154
154
|
titleFieldId?: string | null;
|
|
155
155
|
/**
|
|
156
156
|
* ID of the field representing the schema's image.
|
|
157
|
-
* @maxLength
|
|
157
|
+
* @maxLength 1000
|
|
158
158
|
*/
|
|
159
159
|
imageFieldId?: string | null;
|
|
160
160
|
}
|
|
@@ -88,7 +88,7 @@ export interface SchemaField {
|
|
|
88
88
|
/**
|
|
89
89
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
90
90
|
* @minLength 1
|
|
91
|
-
* @maxLength
|
|
91
|
+
* @maxLength 1000
|
|
92
92
|
* @readonly
|
|
93
93
|
*/
|
|
94
94
|
_id?: string;
|
|
@@ -96,12 +96,12 @@ export interface SchemaField {
|
|
|
96
96
|
type?: FieldType;
|
|
97
97
|
/**
|
|
98
98
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
99
|
-
* @maxLength
|
|
99
|
+
* @maxLength 1000
|
|
100
100
|
*/
|
|
101
101
|
displayName?: string | null;
|
|
102
102
|
/**
|
|
103
103
|
* Field group name.
|
|
104
|
-
* @maxLength
|
|
104
|
+
* @maxLength 1000
|
|
105
105
|
*/
|
|
106
106
|
groupName?: string | null;
|
|
107
107
|
/**
|
|
@@ -150,12 +150,12 @@ export declare enum FieldType {
|
|
|
150
150
|
export interface PreviewFields {
|
|
151
151
|
/**
|
|
152
152
|
* ID of the field representing the schema's title.
|
|
153
|
-
* @maxLength
|
|
153
|
+
* @maxLength 1000
|
|
154
154
|
*/
|
|
155
155
|
titleFieldId?: string | null;
|
|
156
156
|
/**
|
|
157
157
|
* ID of the field representing the schema's image.
|
|
158
|
-
* @maxLength
|
|
158
|
+
* @maxLength 1000
|
|
159
159
|
*/
|
|
160
160
|
imageFieldId?: string | null;
|
|
161
161
|
}
|
package/build/internal/cjs/src/multilingual-translation-v1-schema-translation-schemas.types.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export interface SchemaField {
|
|
|
87
87
|
/**
|
|
88
88
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
89
89
|
* @minLength 1
|
|
90
|
-
* @maxLength
|
|
90
|
+
* @maxLength 1000
|
|
91
91
|
* @readonly
|
|
92
92
|
*/
|
|
93
93
|
id?: string;
|
|
@@ -95,12 +95,12 @@ export interface SchemaField {
|
|
|
95
95
|
type?: FieldType;
|
|
96
96
|
/**
|
|
97
97
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
98
|
-
* @maxLength
|
|
98
|
+
* @maxLength 1000
|
|
99
99
|
*/
|
|
100
100
|
displayName?: string | null;
|
|
101
101
|
/**
|
|
102
102
|
* Field group name.
|
|
103
|
-
* @maxLength
|
|
103
|
+
* @maxLength 1000
|
|
104
104
|
*/
|
|
105
105
|
groupName?: string | null;
|
|
106
106
|
/**
|
|
@@ -149,12 +149,12 @@ export declare enum FieldType {
|
|
|
149
149
|
export interface PreviewFields {
|
|
150
150
|
/**
|
|
151
151
|
* ID of the field representing the schema's title.
|
|
152
|
-
* @maxLength
|
|
152
|
+
* @maxLength 1000
|
|
153
153
|
*/
|
|
154
154
|
titleFieldId?: string | null;
|
|
155
155
|
/**
|
|
156
156
|
* ID of the field representing the schema's image.
|
|
157
|
-
* @maxLength
|
|
157
|
+
* @maxLength 1000
|
|
158
158
|
*/
|
|
159
159
|
imageFieldId?: string | null;
|
|
160
160
|
}
|
package/build/internal/cjs/src/multilingual-translation-v1-schema-translation-schemas.universal.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export interface SchemaField {
|
|
|
88
88
|
/**
|
|
89
89
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
90
90
|
* @minLength 1
|
|
91
|
-
* @maxLength
|
|
91
|
+
* @maxLength 1000
|
|
92
92
|
* @readonly
|
|
93
93
|
*/
|
|
94
94
|
_id?: string;
|
|
@@ -96,12 +96,12 @@ export interface SchemaField {
|
|
|
96
96
|
type?: FieldType;
|
|
97
97
|
/**
|
|
98
98
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
99
|
-
* @maxLength
|
|
99
|
+
* @maxLength 1000
|
|
100
100
|
*/
|
|
101
101
|
displayName?: string | null;
|
|
102
102
|
/**
|
|
103
103
|
* Field group name.
|
|
104
|
-
* @maxLength
|
|
104
|
+
* @maxLength 1000
|
|
105
105
|
*/
|
|
106
106
|
groupName?: string | null;
|
|
107
107
|
/**
|
|
@@ -150,12 +150,12 @@ export declare enum FieldType {
|
|
|
150
150
|
export interface PreviewFields {
|
|
151
151
|
/**
|
|
152
152
|
* ID of the field representing the schema's title.
|
|
153
|
-
* @maxLength
|
|
153
|
+
* @maxLength 1000
|
|
154
154
|
*/
|
|
155
155
|
titleFieldId?: string | null;
|
|
156
156
|
/**
|
|
157
157
|
* ID of the field representing the schema's image.
|
|
158
|
-
* @maxLength
|
|
158
|
+
* @maxLength 1000
|
|
159
159
|
*/
|
|
160
160
|
imageFieldId?: string | null;
|
|
161
161
|
}
|
package/build/internal/es/src/multilingual-translation-v1-schema-translation-schemas.types.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export interface SchemaField {
|
|
|
87
87
|
/**
|
|
88
88
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
89
89
|
* @minLength 1
|
|
90
|
-
* @maxLength
|
|
90
|
+
* @maxLength 1000
|
|
91
91
|
* @readonly
|
|
92
92
|
*/
|
|
93
93
|
id?: string;
|
|
@@ -95,12 +95,12 @@ export interface SchemaField {
|
|
|
95
95
|
type?: FieldType;
|
|
96
96
|
/**
|
|
97
97
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
98
|
-
* @maxLength
|
|
98
|
+
* @maxLength 1000
|
|
99
99
|
*/
|
|
100
100
|
displayName?: string | null;
|
|
101
101
|
/**
|
|
102
102
|
* Field group name.
|
|
103
|
-
* @maxLength
|
|
103
|
+
* @maxLength 1000
|
|
104
104
|
*/
|
|
105
105
|
groupName?: string | null;
|
|
106
106
|
/**
|
|
@@ -149,12 +149,12 @@ export declare enum FieldType {
|
|
|
149
149
|
export interface PreviewFields {
|
|
150
150
|
/**
|
|
151
151
|
* ID of the field representing the schema's title.
|
|
152
|
-
* @maxLength
|
|
152
|
+
* @maxLength 1000
|
|
153
153
|
*/
|
|
154
154
|
titleFieldId?: string | null;
|
|
155
155
|
/**
|
|
156
156
|
* ID of the field representing the schema's image.
|
|
157
|
-
* @maxLength
|
|
157
|
+
* @maxLength 1000
|
|
158
158
|
*/
|
|
159
159
|
imageFieldId?: string | null;
|
|
160
160
|
}
|
package/build/internal/es/src/multilingual-translation-v1-schema-translation-schemas.universal.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export interface SchemaField {
|
|
|
88
88
|
/**
|
|
89
89
|
* Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\]\\[\\.]+$`.
|
|
90
90
|
* @minLength 1
|
|
91
|
-
* @maxLength
|
|
91
|
+
* @maxLength 1000
|
|
92
92
|
* @readonly
|
|
93
93
|
*/
|
|
94
94
|
_id?: string;
|
|
@@ -96,12 +96,12 @@ export interface SchemaField {
|
|
|
96
96
|
type?: FieldType;
|
|
97
97
|
/**
|
|
98
98
|
* Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).
|
|
99
|
-
* @maxLength
|
|
99
|
+
* @maxLength 1000
|
|
100
100
|
*/
|
|
101
101
|
displayName?: string | null;
|
|
102
102
|
/**
|
|
103
103
|
* Field group name.
|
|
104
|
-
* @maxLength
|
|
104
|
+
* @maxLength 1000
|
|
105
105
|
*/
|
|
106
106
|
groupName?: string | null;
|
|
107
107
|
/**
|
|
@@ -150,12 +150,12 @@ export declare enum FieldType {
|
|
|
150
150
|
export interface PreviewFields {
|
|
151
151
|
/**
|
|
152
152
|
* ID of the field representing the schema's title.
|
|
153
|
-
* @maxLength
|
|
153
|
+
* @maxLength 1000
|
|
154
154
|
*/
|
|
155
155
|
titleFieldId?: string | null;
|
|
156
156
|
/**
|
|
157
157
|
* ID of the field representing the schema's image.
|
|
158
|
-
* @maxLength
|
|
158
|
+
* @maxLength 1000
|
|
159
159
|
*/
|
|
160
160
|
imageFieldId?: string | null;
|
|
161
161
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_multilingual_translation-schemas",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"service-plugins"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@wix/sdk-runtime": "^0.3.
|
|
32
|
-
"@wix/sdk-types": "^1.13.
|
|
31
|
+
"@wix/sdk-runtime": "^0.3.47",
|
|
32
|
+
"@wix/sdk-types": "^1.13.19"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.3.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.multilingual.translation.v1.schema"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "10c3987ead56fb02f59c57e30fa3ed8cf813315f9b1bc6fed16b7980"
|
|
52
52
|
}
|