@wix/auto_sdk_packages_packages 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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1644,9 +1644,6 @@ declare function getPackage(_id: string): Promise<NonNullablePaths<Package, `_id
|
|
|
1644
1644
|
* for sort and filter. Changing the sort and filter properties during the span of
|
|
1645
1645
|
* a cursor query isn't supported. But you can provide a different limit.
|
|
1646
1646
|
*
|
|
1647
|
-
* For field support for filters and sorting,
|
|
1648
|
-
* see [Query Packages: Supported Filters and Sorting](https://dev.wix.com/api/rest/account-level-apis/resellers/supported-filters).
|
|
1649
|
-
*
|
|
1650
1647
|
* To learn about working with _Query_ endpoints, see
|
|
1651
1648
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
1652
1649
|
* [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),
|