@wix/auto_sdk_sites_sites 1.0.10 → 1.0.11
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/src/site-list-v2-site-sites.http.d.ts +2 -2
- package/build/cjs/src/site-list-v2-site-sites.http.js +2 -2
- package/build/cjs/src/site-list-v2-site-sites.public.d.ts +2 -2
- package/build/cjs/src/site-list-v2-site-sites.universal.d.ts +2 -2
- package/build/cjs/src/site-list-v2-site-sites.universal.js +2 -2
- package/build/es/src/site-list-v2-site-sites.http.d.ts +2 -2
- package/build/es/src/site-list-v2-site-sites.http.js +2 -2
- package/build/es/src/site-list-v2-site-sites.public.d.ts +2 -2
- package/build/es/src/site-list-v2-site-sites.universal.d.ts +2 -2
- package/build/es/src/site-list-v2-site-sites.universal.js +2 -2
- package/build/internal/cjs/src/site-list-v2-site-sites.http.d.ts +2 -2
- package/build/internal/cjs/src/site-list-v2-site-sites.http.js +2 -2
- package/build/internal/cjs/src/site-list-v2-site-sites.public.d.ts +2 -2
- package/build/internal/cjs/src/site-list-v2-site-sites.universal.d.ts +2 -2
- package/build/internal/cjs/src/site-list-v2-site-sites.universal.js +2 -2
- package/build/internal/es/src/site-list-v2-site-sites.http.d.ts +2 -2
- package/build/internal/es/src/site-list-v2-site-sites.http.js +2 -2
- package/build/internal/es/src/site-list-v2-site-sites.public.d.ts +2 -2
- package/build/internal/es/src/site-list-v2-site-sites.universal.d.ts +2 -2
- package/build/internal/es/src/site-list-v2-site-sites.universal.js +2 -2
- package/package.json +2 -2
|
@@ -2,12 +2,12 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
4
4
|
*
|
|
5
|
-
* > **Important**:
|
|
5
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
6
6
|
*/
|
|
7
7
|
export declare function querySites(payload: object): RequestOptionsFactory<any>;
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
export declare function countSites(payload: object): RequestOptionsFactory<any>;
|
|
@@ -107,7 +107,7 @@ const PACKAGE_NAME = '@wix/auto_sdk_sites_sites';
|
|
|
107
107
|
/**
|
|
108
108
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
109
109
|
*
|
|
110
|
-
* > **Important**:
|
|
110
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
111
111
|
*/
|
|
112
112
|
function querySites(payload) {
|
|
113
113
|
function __querySites({ host }) {
|
|
@@ -141,7 +141,7 @@ exports.querySites = querySites;
|
|
|
141
141
|
/**
|
|
142
142
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
143
143
|
*
|
|
144
|
-
* > **Important**:
|
|
144
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
145
145
|
*/
|
|
146
146
|
function countSites(payload) {
|
|
147
147
|
function __countSites({ host }) {
|
|
@@ -8,7 +8,7 @@ interface QuerySitesSignature {
|
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
(options?: QuerySitesOptions | undefined): Promise<QuerySitesResponse>;
|
|
14
14
|
}
|
|
@@ -17,7 +17,7 @@ interface CountSitesSignature {
|
|
|
17
17
|
/**
|
|
18
18
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
19
19
|
*
|
|
20
|
-
* > **Important**:
|
|
20
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
21
21
|
*/
|
|
22
22
|
(options?: CountSitesOptions | undefined): Promise<CountSitesResponse>;
|
|
23
23
|
}
|
|
@@ -255,7 +255,7 @@ type SiteNonNullablePaths = `_id` | `name` | `displayName` | `published` | `prem
|
|
|
255
255
|
/**
|
|
256
256
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
257
257
|
*
|
|
258
|
-
* > **Important**:
|
|
258
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
259
259
|
* @public
|
|
260
260
|
* @permissionId SITE_LIST.READ
|
|
261
261
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -273,7 +273,7 @@ export interface QuerySitesOptions {
|
|
|
273
273
|
/**
|
|
274
274
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
275
275
|
*
|
|
276
|
-
* > **Important**:
|
|
276
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
277
277
|
* @public
|
|
278
278
|
* @permissionId SITE_LIST.READ
|
|
279
279
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
|
@@ -128,7 +128,7 @@ var SortOrder;
|
|
|
128
128
|
/**
|
|
129
129
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
130
130
|
*
|
|
131
|
-
* > **Important**:
|
|
131
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
132
132
|
* @public
|
|
133
133
|
* @permissionId SITE_LIST.READ
|
|
134
134
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -160,7 +160,7 @@ exports.querySites = querySites;
|
|
|
160
160
|
/**
|
|
161
161
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
162
162
|
*
|
|
163
|
-
* > **Important**:
|
|
163
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
164
164
|
* @public
|
|
165
165
|
* @permissionId SITE_LIST.READ
|
|
166
166
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
|
@@ -2,12 +2,12 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
4
4
|
*
|
|
5
|
-
* > **Important**:
|
|
5
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
6
6
|
*/
|
|
7
7
|
export declare function querySites(payload: object): RequestOptionsFactory<any>;
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
export declare function countSites(payload: object): RequestOptionsFactory<any>;
|
|
@@ -104,7 +104,7 @@ const PACKAGE_NAME = '@wix/auto_sdk_sites_sites';
|
|
|
104
104
|
/**
|
|
105
105
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
106
106
|
*
|
|
107
|
-
* > **Important**:
|
|
107
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
108
108
|
*/
|
|
109
109
|
export function querySites(payload) {
|
|
110
110
|
function __querySites({ host }) {
|
|
@@ -137,7 +137,7 @@ export function querySites(payload) {
|
|
|
137
137
|
/**
|
|
138
138
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
139
139
|
*
|
|
140
|
-
* > **Important**:
|
|
140
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
141
141
|
*/
|
|
142
142
|
export function countSites(payload) {
|
|
143
143
|
function __countSites({ host }) {
|
|
@@ -8,7 +8,7 @@ interface QuerySitesSignature {
|
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
(options?: QuerySitesOptions | undefined): Promise<QuerySitesResponse>;
|
|
14
14
|
}
|
|
@@ -17,7 +17,7 @@ interface CountSitesSignature {
|
|
|
17
17
|
/**
|
|
18
18
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
19
19
|
*
|
|
20
|
-
* > **Important**:
|
|
20
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
21
21
|
*/
|
|
22
22
|
(options?: CountSitesOptions | undefined): Promise<CountSitesResponse>;
|
|
23
23
|
}
|
|
@@ -255,7 +255,7 @@ type SiteNonNullablePaths = `_id` | `name` | `displayName` | `published` | `prem
|
|
|
255
255
|
/**
|
|
256
256
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
257
257
|
*
|
|
258
|
-
* > **Important**:
|
|
258
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
259
259
|
* @public
|
|
260
260
|
* @permissionId SITE_LIST.READ
|
|
261
261
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -273,7 +273,7 @@ export interface QuerySitesOptions {
|
|
|
273
273
|
/**
|
|
274
274
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
275
275
|
*
|
|
276
|
-
* > **Important**:
|
|
276
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
277
277
|
* @public
|
|
278
278
|
* @permissionId SITE_LIST.READ
|
|
279
279
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
|
@@ -102,7 +102,7 @@ export var SortOrder;
|
|
|
102
102
|
/**
|
|
103
103
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
104
104
|
*
|
|
105
|
-
* > **Important**:
|
|
105
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
106
106
|
* @public
|
|
107
107
|
* @permissionId SITE_LIST.READ
|
|
108
108
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -133,7 +133,7 @@ export async function querySites(options) {
|
|
|
133
133
|
/**
|
|
134
134
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
135
135
|
*
|
|
136
|
-
* > **Important**:
|
|
136
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
137
137
|
* @public
|
|
138
138
|
* @permissionId SITE_LIST.READ
|
|
139
139
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
|
@@ -2,12 +2,12 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
4
4
|
*
|
|
5
|
-
* > **Important**:
|
|
5
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
6
6
|
*/
|
|
7
7
|
export declare function querySites(payload: object): RequestOptionsFactory<any>;
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
export declare function countSites(payload: object): RequestOptionsFactory<any>;
|
|
@@ -107,7 +107,7 @@ const PACKAGE_NAME = '@wix/auto_sdk_sites_sites';
|
|
|
107
107
|
/**
|
|
108
108
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
109
109
|
*
|
|
110
|
-
* > **Important**:
|
|
110
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
111
111
|
*/
|
|
112
112
|
function querySites(payload) {
|
|
113
113
|
function __querySites({ host }) {
|
|
@@ -141,7 +141,7 @@ exports.querySites = querySites;
|
|
|
141
141
|
/**
|
|
142
142
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
143
143
|
*
|
|
144
|
-
* > **Important**:
|
|
144
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
145
145
|
*/
|
|
146
146
|
function countSites(payload) {
|
|
147
147
|
function __countSites({ host }) {
|
|
@@ -8,7 +8,7 @@ interface QuerySitesSignature {
|
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
(options?: QuerySitesOptions | undefined): Promise<QuerySitesResponse>;
|
|
14
14
|
}
|
|
@@ -17,7 +17,7 @@ interface CountSitesSignature {
|
|
|
17
17
|
/**
|
|
18
18
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
19
19
|
*
|
|
20
|
-
* > **Important**:
|
|
20
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
21
21
|
*/
|
|
22
22
|
(options?: CountSitesOptions | undefined): Promise<CountSitesResponse>;
|
|
23
23
|
}
|
|
@@ -255,7 +255,7 @@ type SiteNonNullablePaths = `_id` | `name` | `displayName` | `published` | `prem
|
|
|
255
255
|
/**
|
|
256
256
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
257
257
|
*
|
|
258
|
-
* > **Important**:
|
|
258
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
259
259
|
* @public
|
|
260
260
|
* @permissionId SITE_LIST.READ
|
|
261
261
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -273,7 +273,7 @@ export interface QuerySitesOptions {
|
|
|
273
273
|
/**
|
|
274
274
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
275
275
|
*
|
|
276
|
-
* > **Important**:
|
|
276
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
277
277
|
* @public
|
|
278
278
|
* @permissionId SITE_LIST.READ
|
|
279
279
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
|
@@ -128,7 +128,7 @@ var SortOrder;
|
|
|
128
128
|
/**
|
|
129
129
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
130
130
|
*
|
|
131
|
-
* > **Important**:
|
|
131
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
132
132
|
* @public
|
|
133
133
|
* @permissionId SITE_LIST.READ
|
|
134
134
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -160,7 +160,7 @@ exports.querySites = querySites;
|
|
|
160
160
|
/**
|
|
161
161
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
162
162
|
*
|
|
163
|
-
* > **Important**:
|
|
163
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
164
164
|
* @public
|
|
165
165
|
* @permissionId SITE_LIST.READ
|
|
166
166
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
|
@@ -2,12 +2,12 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
4
4
|
*
|
|
5
|
-
* > **Important**:
|
|
5
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
6
6
|
*/
|
|
7
7
|
export declare function querySites(payload: object): RequestOptionsFactory<any>;
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
export declare function countSites(payload: object): RequestOptionsFactory<any>;
|
|
@@ -104,7 +104,7 @@ const PACKAGE_NAME = '@wix/auto_sdk_sites_sites';
|
|
|
104
104
|
/**
|
|
105
105
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
106
106
|
*
|
|
107
|
-
* > **Important**:
|
|
107
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
108
108
|
*/
|
|
109
109
|
export function querySites(payload) {
|
|
110
110
|
function __querySites({ host }) {
|
|
@@ -137,7 +137,7 @@ export function querySites(payload) {
|
|
|
137
137
|
/**
|
|
138
138
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
139
139
|
*
|
|
140
|
-
* > **Important**:
|
|
140
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
141
141
|
*/
|
|
142
142
|
export function countSites(payload) {
|
|
143
143
|
function __countSites({ host }) {
|
|
@@ -8,7 +8,7 @@ interface QuerySitesSignature {
|
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
10
10
|
*
|
|
11
|
-
* > **Important**:
|
|
11
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
12
12
|
*/
|
|
13
13
|
(options?: QuerySitesOptions | undefined): Promise<QuerySitesResponse>;
|
|
14
14
|
}
|
|
@@ -17,7 +17,7 @@ interface CountSitesSignature {
|
|
|
17
17
|
/**
|
|
18
18
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
19
19
|
*
|
|
20
|
-
* > **Important**:
|
|
20
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
21
21
|
*/
|
|
22
22
|
(options?: CountSitesOptions | undefined): Promise<CountSitesResponse>;
|
|
23
23
|
}
|
|
@@ -255,7 +255,7 @@ type SiteNonNullablePaths = `_id` | `name` | `displayName` | `published` | `prem
|
|
|
255
255
|
/**
|
|
256
256
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
257
257
|
*
|
|
258
|
-
* > **Important**:
|
|
258
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
259
259
|
* @public
|
|
260
260
|
* @permissionId SITE_LIST.READ
|
|
261
261
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -273,7 +273,7 @@ export interface QuerySitesOptions {
|
|
|
273
273
|
/**
|
|
274
274
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
275
275
|
*
|
|
276
|
-
* > **Important**:
|
|
276
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
277
277
|
* @public
|
|
278
278
|
* @permissionId SITE_LIST.READ
|
|
279
279
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
|
@@ -102,7 +102,7 @@ export var SortOrder;
|
|
|
102
102
|
/**
|
|
103
103
|
* Retrieves a list of up to 1,000 sites, given the provided [paging, sorting and filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
104
104
|
*
|
|
105
|
-
* > **Important**:
|
|
105
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
106
106
|
* @public
|
|
107
107
|
* @permissionId SITE_LIST.READ
|
|
108
108
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.QuerySites
|
|
@@ -133,7 +133,7 @@ export async function querySites(options) {
|
|
|
133
133
|
/**
|
|
134
134
|
* Retrieves the number of sites, given the provided [filtering](https://dev.wix.com/api/rest/account-level-apis/sites/filter-&-sort).
|
|
135
135
|
*
|
|
136
|
-
* > **Important**:
|
|
136
|
+
* > **Important**: You can only call this method when authenticated as a Wix user or by using an account level API key.
|
|
137
137
|
* @public
|
|
138
138
|
* @permissionId SITE_LIST.READ
|
|
139
139
|
* @fqn com.wixpress.sitelist.api.SiteListServiceV2.CountSites
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_sites_sites",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.site_list.v2.site"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "5f888992d7113bad0111344570f0b42095088ea506635b55da8d60f8"
|
|
52
52
|
}
|