@wix/multilingual 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/multilingual",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/multilingual_machine-translation": "1.0.18",
21
+ "@wix/multilingual_machine-translation": "1.0.19",
22
22
  "@wix/multilingual_site-translator": "1.0.6",
23
23
  "@wix/multilingual_translation-contents": "1.0.5",
24
24
  "@wix/multilingual_translation-schemas": "1.0.6"
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "1b0d879f93c94afe4ce0dcdb0e153244ced8ce2e8b414e62e4902db0"
48
+ "falconPackageHash": "0002ff548059deec06038dce4ca9bead5801648dc8df928128d78e91"
49
49
  }
@@ -413,7 +413,10 @@ interface FileData$1 {
413
413
  name?: string | null;
414
414
  /** File type. */
415
415
  type?: string | null;
416
- /** File size in KB. */
416
+ /**
417
+ * Use `sizeInKb` instead.
418
+ * @deprecated
419
+ */
417
420
  size?: number | null;
418
421
  /** Settings for PDF files. */
419
422
  pdfSettings?: PDFSettings$1;
@@ -421,6 +424,8 @@ interface FileData$1 {
421
424
  mimeType?: string | null;
422
425
  /** File path. */
423
426
  path?: string | null;
427
+ /** File size in KB. */
428
+ sizeInKb?: string | null;
424
429
  }
425
430
  declare enum ViewMode$1 {
426
431
  /** No PDF view */
@@ -413,7 +413,10 @@ interface FileData$1 {
413
413
  name?: string | null;
414
414
  /** File type. */
415
415
  type?: string | null;
416
- /** File size in KB. */
416
+ /**
417
+ * Use `sizeInKb` instead.
418
+ * @deprecated
419
+ */
417
420
  size?: number | null;
418
421
  /** Settings for PDF files. */
419
422
  pdfSettings?: PDFSettings$1;
@@ -421,6 +424,8 @@ interface FileData$1 {
421
424
  mimeType?: string | null;
422
425
  /** File path. */
423
426
  path?: string | null;
427
+ /** File size in KB. */
428
+ sizeInKb?: string | null;
424
429
  }
425
430
  declare enum ViewMode$1 {
426
431
  /** No PDF view */
@@ -413,7 +413,10 @@ interface FileData$3 {
413
413
  name?: string | null;
414
414
  /** File type. */
415
415
  type?: string | null;
416
- /** File size in KB. */
416
+ /**
417
+ * Use `sizeInKb` instead.
418
+ * @deprecated
419
+ */
417
420
  size?: number | null;
418
421
  /** Settings for PDF files. */
419
422
  pdfSettings?: PDFSettings$3;
@@ -421,6 +424,8 @@ interface FileData$3 {
421
424
  mimeType?: string | null;
422
425
  /** File path. */
423
426
  path?: string | null;
427
+ /** File size in KB. */
428
+ sizeInKb?: string | null;
424
429
  }
425
430
  declare enum ViewMode$3 {
426
431
  /** No PDF view */
@@ -2262,7 +2267,10 @@ interface FileData$2 {
2262
2267
  name?: string | null;
2263
2268
  /** File type. */
2264
2269
  type?: string | null;
2265
- /** File size in KB. */
2270
+ /**
2271
+ * Use `sizeInKb` instead.
2272
+ * @deprecated
2273
+ */
2266
2274
  size?: number | null;
2267
2275
  /** Settings for PDF files. */
2268
2276
  pdfSettings?: PDFSettings$2;
@@ -2270,6 +2278,8 @@ interface FileData$2 {
2270
2278
  mimeType?: string | null;
2271
2279
  /** File path. */
2272
2280
  path?: string | null;
2281
+ /** File size in KB. */
2282
+ sizeInKb?: string | null;
2273
2283
  }
2274
2284
  declare enum ViewMode$2 {
2275
2285
  /** No PDF view */