@wix/multilingual 1.0.78 → 1.0.79

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,10 +1,13 @@
1
1
  {
2
2
  "name": "@wix/multilingual",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
7
7
  },
8
+ "keywords": [
9
+ "wix-sdk-module=backend,page,public"
10
+ ],
8
11
  "sideEffects": false,
9
12
  "module": "build/es/index.js",
10
13
  "main": "build/cjs/index.js",
@@ -18,12 +21,12 @@
18
21
  "type-bundles"
19
22
  ],
20
23
  "dependencies": {
21
- "@wix/multilingual_entity-mapper": "1.0.23",
22
- "@wix/multilingual_machine-translation": "1.0.36",
23
- "@wix/multilingual_site-translator": "1.0.20",
24
- "@wix/multilingual_translation-contents": "1.0.41",
25
- "@wix/multilingual_translation-published-contents": "1.0.18",
26
- "@wix/multilingual_translation-schemas": "1.0.37"
24
+ "@wix/multilingual_entity-mapper": "1.0.24",
25
+ "@wix/multilingual_machine-translation": "1.0.37",
26
+ "@wix/multilingual_site-translator": "1.0.21",
27
+ "@wix/multilingual_translation-contents": "1.0.42",
28
+ "@wix/multilingual_translation-published-contents": "1.0.19",
29
+ "@wix/multilingual_translation-schemas": "1.0.38"
27
30
  },
28
31
  "devDependencies": {
29
32
  "glob": "^10.4.1",
@@ -48,5 +51,5 @@
48
51
  "fqdn": ""
49
52
  }
50
53
  },
51
- "falconPackageHash": "9d48a15232336266174d5c89bd25f09aecddbf149d93d1121c654b67"
54
+ "falconPackageHash": "5dbb7ab54cee577e90ef45d4d3d7bbb38117484a82937e8818f30263"
52
55
  }
@@ -7801,8 +7801,12 @@ interface RemoveContentsByFilterResponse {
7801
7801
  interface RepublishContentByFilterRequest {
7802
7802
  /** the query filter content to delete */
7803
7803
  query?: CursorQuery$1;
7804
+ /** the maximum to try and republish in one request - if content exceed this the a cursor will be returned */
7805
+ maxToPublish?: number | null;
7804
7806
  }
7805
7807
  interface RepublishContentByFilterResponse {
7808
+ /** Details on the paged set of results returned. */
7809
+ pagingMetadata?: CursorPagingMetadata$1;
7806
7810
  }
7807
7811
  interface MessageEnvelope$1 {
7808
7812
  /** App instance ID. */
@@ -7801,8 +7801,12 @@ interface RemoveContentsByFilterResponse {
7801
7801
  interface RepublishContentByFilterRequest {
7802
7802
  /** the query filter content to delete */
7803
7803
  query?: CursorQuery$1;
7804
+ /** the maximum to try and republish in one request - if content exceed this the a cursor will be returned */
7805
+ maxToPublish?: number | null;
7804
7806
  }
7805
7807
  interface RepublishContentByFilterResponse {
7808
+ /** Details on the paged set of results returned. */
7809
+ pagingMetadata?: CursorPagingMetadata$1;
7806
7810
  }
7807
7811
  interface MessageEnvelope$1 {
7808
7812
  /** App instance ID. */