@wix/auto_sdk_app-management_app-plans 1.0.0 → 1.0.1

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.
Files changed (21) hide show
  1. package/build/cjs/src/appmarket-v1-app-plans-app-plans.http.d.ts +2 -2
  2. package/build/cjs/src/appmarket-v1-app-plans-app-plans.http.js +2 -2
  3. package/build/cjs/src/appmarket-v1-app-plans-app-plans.public.d.ts +2 -2
  4. package/build/cjs/src/appmarket-v1-app-plans-app-plans.universal.d.ts +2 -2
  5. package/build/cjs/src/appmarket-v1-app-plans-app-plans.universal.js +2 -2
  6. package/build/es/src/appmarket-v1-app-plans-app-plans.http.d.ts +2 -2
  7. package/build/es/src/appmarket-v1-app-plans-app-plans.http.js +2 -2
  8. package/build/es/src/appmarket-v1-app-plans-app-plans.public.d.ts +2 -2
  9. package/build/es/src/appmarket-v1-app-plans-app-plans.universal.d.ts +2 -2
  10. package/build/es/src/appmarket-v1-app-plans-app-plans.universal.js +2 -2
  11. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.http.d.ts +2 -2
  12. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.http.js +2 -2
  13. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.public.d.ts +2 -2
  14. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.universal.d.ts +2 -2
  15. package/build/internal/cjs/src/appmarket-v1-app-plans-app-plans.universal.js +2 -2
  16. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.http.d.ts +2 -2
  17. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.http.js +2 -2
  18. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.public.d.ts +2 -2
  19. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.universal.d.ts +2 -2
  20. package/build/internal/es/src/appmarket-v1-app-plans-app-plans.universal.js +2 -2
  21. package/package.json +2 -2
@@ -13,11 +13,11 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
13
13
  * Prices for plans that are managed outside of Wix aren't returned.
14
14
  *
15
15
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
16
- * For these plans this endpoint returns the price that the consumer must pay every
16
+ * For these plans this method returns the price that the consumer must pay every
17
17
  * month and not the total price for the entire year.
18
18
  *
19
19
  * > **Notes:**
20
20
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
21
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
21
+ * > - This method only returns app plans that have been activated.
22
22
  */
23
23
  export declare function listAppPlansByAppId(payload: object): RequestOptionsFactory<any>;
@@ -109,12 +109,12 @@ const PACKAGE_NAME = '@wix/auto_sdk_app-management_app-plans';
109
109
  * Prices for plans that are managed outside of Wix aren't returned.
110
110
  *
111
111
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
112
- * For these plans this endpoint returns the price that the consumer must pay every
112
+ * For these plans this method returns the price that the consumer must pay every
113
113
  * month and not the total price for the entire year.
114
114
  *
115
115
  * > **Notes:**
116
116
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
117
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
117
+ * > - This method only returns app plans that have been activated.
118
118
  */
119
119
  function listAppPlansByAppId(payload) {
120
120
  function __listAppPlansByAppId({ host }) {
@@ -19,12 +19,12 @@ interface ListAppPlansByAppIdSignature {
19
19
  * Prices for plans that are managed outside of Wix aren't returned.
20
20
  *
21
21
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
22
- * For these plans this endpoint returns the price that the consumer must pay every
22
+ * For these plans this method returns the price that the consumer must pay every
23
23
  * month and not the total price for the entire year.
24
24
  *
25
25
  * > **Notes:**
26
26
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
27
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
27
+ * > - This method only returns app plans that have been activated.
28
28
  * @param - List of app IDs to retrieve plans for.
29
29
  *
30
30
  * Min: 1 app ID
@@ -353,12 +353,12 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
353
353
  * Prices for plans that are managed outside of Wix aren't returned.
354
354
  *
355
355
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
356
- * For these plans this endpoint returns the price that the consumer must pay every
356
+ * For these plans this method returns the price that the consumer must pay every
357
357
  * month and not the total price for the entire year.
358
358
  *
359
359
  * > **Notes:**
360
360
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
361
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
361
+ * > - This method only returns app plans that have been activated.
362
362
  * @param appIds - List of app IDs to retrieve plans for.
363
363
  *
364
364
  * Min: 1 app ID
@@ -96,12 +96,12 @@ var TaxType;
96
96
  * Prices for plans that are managed outside of Wix aren't returned.
97
97
  *
98
98
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
99
- * For these plans this endpoint returns the price that the consumer must pay every
99
+ * For these plans this method returns the price that the consumer must pay every
100
100
  * month and not the total price for the entire year.
101
101
  *
102
102
  * > **Notes:**
103
103
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
104
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
104
+ * > - This method only returns app plans that have been activated.
105
105
  * @param appIds - List of app IDs to retrieve plans for.
106
106
  *
107
107
  * Min: 1 app ID
@@ -13,11 +13,11 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
13
13
  * Prices for plans that are managed outside of Wix aren't returned.
14
14
  *
15
15
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
16
- * For these plans this endpoint returns the price that the consumer must pay every
16
+ * For these plans this method returns the price that the consumer must pay every
17
17
  * month and not the total price for the entire year.
18
18
  *
19
19
  * > **Notes:**
20
20
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
21
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
21
+ * > - This method only returns app plans that have been activated.
22
22
  */
23
23
  export declare function listAppPlansByAppId(payload: object): RequestOptionsFactory<any>;
@@ -106,12 +106,12 @@ const PACKAGE_NAME = '@wix/auto_sdk_app-management_app-plans';
106
106
  * Prices for plans that are managed outside of Wix aren't returned.
107
107
  *
108
108
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
109
- * For these plans this endpoint returns the price that the consumer must pay every
109
+ * For these plans this method returns the price that the consumer must pay every
110
110
  * month and not the total price for the entire year.
111
111
  *
112
112
  * > **Notes:**
113
113
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
114
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
114
+ * > - This method only returns app plans that have been activated.
115
115
  */
116
116
  export function listAppPlansByAppId(payload) {
117
117
  function __listAppPlansByAppId({ host }) {
@@ -19,12 +19,12 @@ interface ListAppPlansByAppIdSignature {
19
19
  * Prices for plans that are managed outside of Wix aren't returned.
20
20
  *
21
21
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
22
- * For these plans this endpoint returns the price that the consumer must pay every
22
+ * For these plans this method returns the price that the consumer must pay every
23
23
  * month and not the total price for the entire year.
24
24
  *
25
25
  * > **Notes:**
26
26
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
27
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
27
+ * > - This method only returns app plans that have been activated.
28
28
  * @param - List of app IDs to retrieve plans for.
29
29
  *
30
30
  * Min: 1 app ID
@@ -353,12 +353,12 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
353
353
  * Prices for plans that are managed outside of Wix aren't returned.
354
354
  *
355
355
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
356
- * For these plans this endpoint returns the price that the consumer must pay every
356
+ * For these plans this method returns the price that the consumer must pay every
357
357
  * month and not the total price for the entire year.
358
358
  *
359
359
  * > **Notes:**
360
360
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
361
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
361
+ * > - This method only returns app plans that have been activated.
362
362
  * @param appIds - List of app IDs to retrieve plans for.
363
363
  *
364
364
  * Min: 1 app ID
@@ -70,12 +70,12 @@ export var TaxType;
70
70
  * Prices for plans that are managed outside of Wix aren't returned.
71
71
  *
72
72
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
73
- * For these plans this endpoint returns the price that the consumer must pay every
73
+ * For these plans this method returns the price that the consumer must pay every
74
74
  * month and not the total price for the entire year.
75
75
  *
76
76
  * > **Notes:**
77
77
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
78
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
78
+ * > - This method only returns app plans that have been activated.
79
79
  * @param appIds - List of app IDs to retrieve plans for.
80
80
  *
81
81
  * Min: 1 app ID
@@ -13,11 +13,11 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
13
13
  * Prices for plans that are managed outside of Wix aren't returned.
14
14
  *
15
15
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
16
- * For these plans this endpoint returns the price that the consumer must pay every
16
+ * For these plans this method returns the price that the consumer must pay every
17
17
  * month and not the total price for the entire year.
18
18
  *
19
19
  * > **Notes:**
20
20
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
21
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
21
+ * > - This method only returns app plans that have been activated.
22
22
  */
23
23
  export declare function listAppPlansByAppId(payload: object): RequestOptionsFactory<any>;
@@ -109,12 +109,12 @@ const PACKAGE_NAME = '@wix/auto_sdk_app-management_app-plans';
109
109
  * Prices for plans that are managed outside of Wix aren't returned.
110
110
  *
111
111
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
112
- * For these plans this endpoint returns the price that the consumer must pay every
112
+ * For these plans this method returns the price that the consumer must pay every
113
113
  * month and not the total price for the entire year.
114
114
  *
115
115
  * > **Notes:**
116
116
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
117
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
117
+ * > - This method only returns app plans that have been activated.
118
118
  */
119
119
  function listAppPlansByAppId(payload) {
120
120
  function __listAppPlansByAppId({ host }) {
@@ -19,12 +19,12 @@ interface ListAppPlansByAppIdSignature {
19
19
  * Prices for plans that are managed outside of Wix aren't returned.
20
20
  *
21
21
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
22
- * For these plans this endpoint returns the price that the consumer must pay every
22
+ * For these plans this method returns the price that the consumer must pay every
23
23
  * month and not the total price for the entire year.
24
24
  *
25
25
  * > **Notes:**
26
26
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
27
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
27
+ * > - This method only returns app plans that have been activated.
28
28
  * @param - List of app IDs to retrieve plans for.
29
29
  *
30
30
  * Min: 1 app ID
@@ -360,12 +360,12 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
360
360
  * Prices for plans that are managed outside of Wix aren't returned.
361
361
  *
362
362
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
363
- * For these plans this endpoint returns the price that the consumer must pay every
363
+ * For these plans this method returns the price that the consumer must pay every
364
364
  * month and not the total price for the entire year.
365
365
  *
366
366
  * > **Notes:**
367
367
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
368
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
368
+ * > - This method only returns app plans that have been activated.
369
369
  * @param appIds - List of app IDs to retrieve plans for.
370
370
  *
371
371
  * Min: 1 app ID
@@ -96,12 +96,12 @@ var TaxType;
96
96
  * Prices for plans that are managed outside of Wix aren't returned.
97
97
  *
98
98
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
99
- * For these plans this endpoint returns the price that the consumer must pay every
99
+ * For these plans this method returns the price that the consumer must pay every
100
100
  * month and not the total price for the entire year.
101
101
  *
102
102
  * > **Notes:**
103
103
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
104
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
104
+ * > - This method only returns app plans that have been activated.
105
105
  * @param appIds - List of app IDs to retrieve plans for.
106
106
  *
107
107
  * Min: 1 app ID
@@ -13,11 +13,11 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
13
13
  * Prices for plans that are managed outside of Wix aren't returned.
14
14
  *
15
15
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
16
- * For these plans this endpoint returns the price that the consumer must pay every
16
+ * For these plans this method returns the price that the consumer must pay every
17
17
  * month and not the total price for the entire year.
18
18
  *
19
19
  * > **Notes:**
20
20
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
21
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
21
+ * > - This method only returns app plans that have been activated.
22
22
  */
23
23
  export declare function listAppPlansByAppId(payload: object): RequestOptionsFactory<any>;
@@ -106,12 +106,12 @@ const PACKAGE_NAME = '@wix/auto_sdk_app-management_app-plans';
106
106
  * Prices for plans that are managed outside of Wix aren't returned.
107
107
  *
108
108
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
109
- * For these plans this endpoint returns the price that the consumer must pay every
109
+ * For these plans this method returns the price that the consumer must pay every
110
110
  * month and not the total price for the entire year.
111
111
  *
112
112
  * > **Notes:**
113
113
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
114
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
114
+ * > - This method only returns app plans that have been activated.
115
115
  */
116
116
  export function listAppPlansByAppId(payload) {
117
117
  function __listAppPlansByAppId({ host }) {
@@ -19,12 +19,12 @@ interface ListAppPlansByAppIdSignature {
19
19
  * Prices for plans that are managed outside of Wix aren't returned.
20
20
  *
21
21
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
22
- * For these plans this endpoint returns the price that the consumer must pay every
22
+ * For these plans this method returns the price that the consumer must pay every
23
23
  * month and not the total price for the entire year.
24
24
  *
25
25
  * > **Notes:**
26
26
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
27
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
27
+ * > - This method only returns app plans that have been activated.
28
28
  * @param - List of app IDs to retrieve plans for.
29
29
  *
30
30
  * Min: 1 app ID
@@ -360,12 +360,12 @@ export interface ListAppPlansByAppIdResponseNonNullableFields {
360
360
  * Prices for plans that are managed outside of Wix aren't returned.
361
361
  *
362
362
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
363
- * For these plans this endpoint returns the price that the consumer must pay every
363
+ * For these plans this method returns the price that the consumer must pay every
364
364
  * month and not the total price for the entire year.
365
365
  *
366
366
  * > **Notes:**
367
367
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
368
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
368
+ * > - This method only returns app plans that have been activated.
369
369
  * @param appIds - List of app IDs to retrieve plans for.
370
370
  *
371
371
  * Min: 1 app ID
@@ -70,12 +70,12 @@ export var TaxType;
70
70
  * Prices for plans that are managed outside of Wix aren't returned.
71
71
  *
72
72
  * Consumers must pay for yearly and multi-yearly plans of your app every month.
73
- * For these plans this endpoint returns the price that the consumer must pay every
73
+ * For these plans this method returns the price that the consumer must pay every
74
74
  * month and not the total price for the entire year.
75
75
  *
76
76
  * > **Notes:**
77
77
  * > - The App Plans API doesn't follow any tenancy model. You don't need any permissions to call `List App Plans by App ID`.
78
- * > - This endpoint only returns app plans that have been activated. ([REST](https://dev.wix.com/docs/rest/app-management/app-billing/app-plans/introduction#before-you-begin)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-plans/introduction)).
78
+ * > - This method only returns app plans that have been activated.
79
79
  * @param appIds - List of app IDs to retrieve plans for.
80
80
  *
81
81
  * Min: 1 app ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_app-management_app-plans",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.appmarket.v1.app_plans"
49
49
  }
50
50
  },
51
- "falconPackageHash": "0abb16af3c80b296f62c1b2b90b9dfefaa399d380affcfb36e124ab1"
51
+ "falconPackageHash": "39e994b2a205fae10c44838ee7582f83e1bd19dc13ff13c9b3c6059d"
52
52
  }