@wix/auto_sdk_multilingual_translation-schemas 1.0.17 → 1.0.18

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.
@@ -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 100
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 100
98
+ * @maxLength 1000
99
99
  */
100
100
  displayName?: string | null;
101
101
  /**
102
102
  * Field group name.
103
- * @maxLength 100
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 100
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 100
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 100
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 100
99
+ * @maxLength 1000
100
100
  */
101
101
  displayName?: string | null;
102
102
  /**
103
103
  * Field group name.
104
- * @maxLength 100
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 100
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 100
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 100
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 100
98
+ * @maxLength 1000
99
99
  */
100
100
  displayName?: string | null;
101
101
  /**
102
102
  * Field group name.
103
- * @maxLength 100
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 100
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 100
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 100
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 100
99
+ * @maxLength 1000
100
100
  */
101
101
  displayName?: string | null;
102
102
  /**
103
103
  * Field group name.
104
- * @maxLength 100
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 100
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 100
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 100
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 100
98
+ * @maxLength 1000
99
99
  */
100
100
  displayName?: string | null;
101
101
  /**
102
102
  * Field group name.
103
- * @maxLength 100
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 100
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 100
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 100
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 100
99
+ * @maxLength 1000
100
100
  */
101
101
  displayName?: string | null;
102
102
  /**
103
103
  * Field group name.
104
- * @maxLength 100
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 100
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 100
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 100
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 100
98
+ * @maxLength 1000
99
99
  */
100
100
  displayName?: string | null;
101
101
  /**
102
102
  * Field group name.
103
- * @maxLength 100
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 100
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 100
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 100
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 100
99
+ * @maxLength 1000
100
100
  */
101
101
  displayName?: string | null;
102
102
  /**
103
103
  * Field group name.
104
- * @maxLength 100
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 100
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 100
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.17",
3
+ "version": "1.0.18",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.multilingual.translation.v1.schema"
49
49
  }
50
50
  },
51
- "falconPackageHash": "d9c5d112e9bcb5174ccab032150b591b270cec093ea677b74e1ebcdd"
51
+ "falconPackageHash": "b4b278ed7be511b306772757447d0ff0fd9dc79f7c064f5fee7e4d03"
52
52
  }