@wix/pricing-plans 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.
@@ -13,17 +13,17 @@ export declare function listPublicPlans(payload: ListPublicPlansRequest): Reques
13
13
  *
14
14
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
15
15
  *
16
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
16
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
17
17
  *
18
18
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
19
19
  *
20
20
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
21
- * - [`skip`](plansquerybuilder/skip): `0`
22
- * - [`limit`](plansquerybuilder/limit): `50`
21
+ * - [`skip`](#plansquerybuilder/skip): `0`
22
+ * - [`limit`](#plansquerybuilder/limit): `50`
23
23
  *
24
24
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
25
25
  *
26
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
26
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
27
27
  */
28
28
  export declare function queryPublicPlans(payload: QueryPublicPlansRequest): RequestOptionsFactory<QueryPublicPlansResponse>;
29
29
  /**
@@ -195,17 +195,17 @@ exports.listPublicPlans = listPublicPlans;
195
195
  *
196
196
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
197
197
  *
198
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
198
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
199
199
  *
200
200
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
201
201
  *
202
202
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
203
- * - [`skip`](plansquerybuilder/skip): `0`
204
- * - [`limit`](plansquerybuilder/limit): `50`
203
+ * - [`skip`](#plansquerybuilder/skip): `0`
204
+ * - [`limit`](#plansquerybuilder/limit): `50`
205
205
  *
206
206
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
207
207
  *
208
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
208
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
209
209
  */
210
210
  function queryPublicPlans(payload) {
211
211
  const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_queryPublicPlansRequest, {});
@@ -454,17 +454,17 @@ export interface ListPublicPlansOptions {
454
454
  *
455
455
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
456
456
  *
457
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
457
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
458
458
  *
459
459
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
460
460
  *
461
461
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
462
- * - [`skip`](plansquerybuilder/skip): `0`
463
- * - [`limit`](plansquerybuilder/limit): `50`
462
+ * - [`skip`](#plansquerybuilder/skip): `0`
463
+ * - [`limit`](#plansquerybuilder/limit): `50`
464
464
  *
465
465
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
466
466
  *
467
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
467
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
468
468
  * @public */
469
469
  export declare function queryPublicPlans(): PlansQueryBuilder;
470
470
  interface QueryOffsetResult {
@@ -166,17 +166,17 @@ exports.listPublicPlans = listPublicPlans;
166
166
  *
167
167
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
168
168
  *
169
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
169
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
170
170
  *
171
171
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
172
172
  *
173
173
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
174
- * - [`skip`](plansquerybuilder/skip): `0`
175
- * - [`limit`](plansquerybuilder/limit): `50`
174
+ * - [`skip`](#plansquerybuilder/skip): `0`
175
+ * - [`limit`](#plansquerybuilder/limit): `50`
176
176
  *
177
177
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
178
178
  *
179
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
179
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
180
180
  * @public */
181
181
  function queryPublicPlans() {
182
182
  const requestTransformation = { '*': '$[1]', query: '$[0]' };
@@ -13,17 +13,17 @@ export declare function listPublicPlans(payload: ListPublicPlansRequest): Reques
13
13
  *
14
14
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
15
15
  *
16
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
16
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
17
17
  *
18
18
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
19
19
  *
20
20
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
21
- * - [`skip`](plansquerybuilder/skip): `0`
22
- * - [`limit`](plansquerybuilder/limit): `50`
21
+ * - [`skip`](#plansquerybuilder/skip): `0`
22
+ * - [`limit`](#plansquerybuilder/limit): `50`
23
23
  *
24
24
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
25
25
  *
26
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
26
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
27
27
  */
28
28
  export declare function queryPublicPlans(payload: QueryPublicPlansRequest): RequestOptionsFactory<QueryPublicPlansResponse>;
29
29
  /**
@@ -191,17 +191,17 @@ export function listPublicPlans(payload) {
191
191
  *
192
192
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
193
193
  *
194
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
194
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
195
195
  *
196
196
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
197
197
  *
198
198
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
199
- * - [`skip`](plansquerybuilder/skip): `0`
200
- * - [`limit`](plansquerybuilder/limit): `50`
199
+ * - [`skip`](#plansquerybuilder/skip): `0`
200
+ * - [`limit`](#plansquerybuilder/limit): `50`
201
201
  *
202
202
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
203
203
  *
204
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
204
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
205
205
  */
206
206
  export function queryPublicPlans(payload) {
207
207
  const { toJSON: toReq, fromJSON: fromReq } = serializer(_queryPublicPlansRequest, {});
@@ -454,17 +454,17 @@ export interface ListPublicPlansOptions {
454
454
  *
455
455
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
456
456
  *
457
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
457
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
458
458
  *
459
459
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
460
460
  *
461
461
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
462
- * - [`skip`](plansquerybuilder/skip): `0`
463
- * - [`limit`](plansquerybuilder/limit): `50`
462
+ * - [`skip`](#plansquerybuilder/skip): `0`
463
+ * - [`limit`](#plansquerybuilder/limit): `50`
464
464
  *
465
465
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
466
466
  *
467
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
467
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
468
468
  * @public */
469
469
  export declare function queryPublicPlans(): PlansQueryBuilder;
470
470
  interface QueryOffsetResult {
@@ -143,17 +143,17 @@ export function listPublicPlans(options) {
143
143
  *
144
144
  * The `queryPublicPlans()` function builds a query to retrieve a list of up to 1,000 public plans and returns a [`PublicPlansQueryBuilder`](#plansquerybuilder) object.
145
145
  *
146
- * The returned object contains the query definition which is typically used to run the query using the [`find()`](plansquerybuilder/find) function.
146
+ * The returned object contains the query definition which is typically used to run the query using the [`find()`](#plansquerybuilder/find) function.
147
147
  *
148
148
  * You can refine the query by chaining `PublicPlansQueryBuilder` functions onto the query. `PublicPlansQueryBuilder` functions enable you to sort, filter, and control the results that `queryPublicPlans()` returns.
149
149
  *
150
150
  * `queryPublicPlans()` runs with the following `PublicPlansQueryBuilder` defaults that you can override:
151
- * - [`skip`](plansquerybuilder/skip): `0`
152
- * - [`limit`](plansquerybuilder/limit): `50`
151
+ * - [`skip`](#plansquerybuilder/skip): `0`
152
+ * - [`limit`](#plansquerybuilder/limit): `50`
153
153
  *
154
154
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
155
155
  *
156
- * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
156
+ * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
157
157
  * @public */
158
158
  export function queryPublicPlans() {
159
159
  const requestTransformation = { '*': '$[1]', query: '$[0]' };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pricing-plans",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "9f11782f68a4d6b02c83e0418b68ee4dabd62b7a56c29b7ad87a4616"
36
+ "falconPackageHash": "0b27455a51015d2709bfa246a401f08c593b034266a3aff4422e9e92"
37
37
  }