@wix/auto_sdk_multilingual_translation-published-contents 1.0.26 → 1.0.28
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.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.ts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.ts} +2 -2
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.mts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.mts} +2 -2
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.ts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.ts} +2 -2
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/build/internal/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.mts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.mts} +2 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bl as QueryPublishedContentRequest$1, bq as QueryPublishedContentResponse$1 } from './multilingual-localization-public-v3-published-content-translation-published-contents.universal-
|
|
1
|
+
import { bl as QueryPublishedContentRequest$1, bq as QueryPublishedContentResponse$1 } from './multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.mjs';
|
|
2
2
|
|
|
3
3
|
interface PublishedContent {
|
|
4
4
|
/**
|
|
@@ -1668,13 +1668,13 @@ interface CursorQuery extends CursorQueryPagingMethodOneOf {
|
|
|
1668
1668
|
/**
|
|
1669
1669
|
* Filter object.
|
|
1670
1670
|
*
|
|
1671
|
-
* Learn more about
|
|
1671
|
+
* Learn more about [filtering](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#filters).
|
|
1672
1672
|
*/
|
|
1673
1673
|
filter?: Record<string, any> | null;
|
|
1674
1674
|
/**
|
|
1675
1675
|
* Sort object.
|
|
1676
1676
|
*
|
|
1677
|
-
* Learn more about
|
|
1677
|
+
* Learn more about [sorting](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#sorting).
|
|
1678
1678
|
* @maxSize 5
|
|
1679
1679
|
*/
|
|
1680
1680
|
sort?: Sorting[];
|
|
@@ -1660,13 +1660,13 @@ interface CursorQuery extends CursorQueryPagingMethodOneOf {
|
|
|
1660
1660
|
/**
|
|
1661
1661
|
* Filter object.
|
|
1662
1662
|
*
|
|
1663
|
-
* Learn more about
|
|
1663
|
+
* Learn more about [filtering](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#filters).
|
|
1664
1664
|
*/
|
|
1665
1665
|
filter?: Record<string, any> | null;
|
|
1666
1666
|
/**
|
|
1667
1667
|
* Sort object.
|
|
1668
1668
|
*
|
|
1669
|
-
* Learn more about
|
|
1669
|
+
* Learn more about [sorting](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#sorting).
|
|
1670
1670
|
* @maxSize 5
|
|
1671
1671
|
*/
|
|
1672
1672
|
sort?: Sorting[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_multilingual_translation-published-contents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"fqdn": "wix.multilingual.localization_public.v3.published_content"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"falconPackageHash": "
|
|
52
|
+
"falconPackageHash": "5723dad3b703d82fe19ef0eff67ee5ed1dd21bc4604353aa9f506a1c"
|
|
53
53
|
}
|