@wix/auto_sdk_packages_packages 1.0.17 → 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 +2 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -0
- 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 +2 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -0
- 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 +2 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1341,6 +1341,8 @@ interface MessageEnvelope {
|
|
|
1341
1341
|
identity?: IdentificationData;
|
|
1342
1342
|
/** Stringify payload. */
|
|
1343
1343
|
data?: string;
|
|
1344
|
+
/** Details related to the account */
|
|
1345
|
+
accountInfo?: AccountInfo;
|
|
1344
1346
|
}
|
|
1345
1347
|
interface IdentificationData extends IdentificationDataIdOneOf {
|
|
1346
1348
|
/**
|
|
@@ -1642,9 +1644,6 @@ declare function getPackage(_id: string): Promise<NonNullablePaths<Package, `_id
|
|
|
1642
1644
|
* for sort and filter. Changing the sort and filter properties during the span of
|
|
1643
1645
|
* a cursor query isn't supported. But you can provide a different limit.
|
|
1644
1646
|
*
|
|
1645
|
-
* For field support for filters and sorting,
|
|
1646
|
-
* see [Query Packages: Supported Filters and Sorting](https://dev.wix.com/api/rest/account-level-apis/resellers/supported-filters).
|
|
1647
|
-
*
|
|
1648
1647
|
* To learn about working with _Query_ endpoints, see
|
|
1649
1648
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
1650
1649
|
* [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),
|