@wix/auto_sdk_app-management_billing 1.0.8 → 1.0.9

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 (134) hide show
  1. package/build/cjs/index.d.ts +1 -0
  2. package/build/cjs/index.js +18 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/index.typings.d.ts +1 -0
  5. package/build/cjs/index.typings.js +18 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +1 -0
  8. package/build/cjs/meta.js +18 -0
  9. package/build/cjs/meta.js.map +1 -0
  10. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.context.d.ts +14 -0
  11. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.context.js +22 -0
  12. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.context.js.map +1 -0
  13. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.http.d.ts +35 -0
  14. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.http.js +184 -0
  15. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.http.js.map +1 -0
  16. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.meta.d.ts +15 -0
  17. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.meta.js +85 -0
  18. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.meta.js.map +1 -0
  19. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.public.d.ts +38 -0
  20. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.public.js +32 -0
  21. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.public.js.map +1 -0
  22. package/build/{internal/devcenter-checkout-v1-purchased-item-billing.universal-Bv6aTKH_.d.mts → cjs/src/devcenter-checkout-v1-purchased-item-billing.types.d.ts} +19 -90
  23. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.types.js +32 -0
  24. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.types.js.map +1 -0
  25. package/build/{devcenter-checkout-v1-purchased-item-billing.universal-BvkvBr8A.d.mts → cjs/src/devcenter-checkout-v1-purchased-item-billing.universal.d.ts} +84 -24
  26. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.universal.js +207 -0
  27. package/build/cjs/src/devcenter-checkout-v1-purchased-item-billing.universal.js.map +1 -0
  28. package/build/es/index.d.ts +1 -0
  29. package/build/es/index.js +2 -0
  30. package/build/es/index.js.map +1 -0
  31. package/build/es/index.typings.d.ts +1 -0
  32. package/build/es/index.typings.js +2 -0
  33. package/build/es/index.typings.js.map +1 -0
  34. package/build/es/meta.d.ts +1 -0
  35. package/build/es/meta.js +2 -0
  36. package/build/es/meta.js.map +1 -0
  37. package/build/es/package.json +3 -0
  38. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.context.d.ts +14 -0
  39. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.context.js +16 -0
  40. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.context.js.map +1 -0
  41. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.http.d.ts +35 -0
  42. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.http.js +178 -0
  43. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.http.js.map +1 -0
  44. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.meta.d.ts +15 -0
  45. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.meta.js +56 -0
  46. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.meta.js.map +1 -0
  47. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.public.d.ts +38 -0
  48. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.public.js +23 -0
  49. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.public.js.map +1 -0
  50. package/build/{internal/devcenter-checkout-v1-purchased-item-billing.universal-Bv6aTKH_.d.ts → es/src/devcenter-checkout-v1-purchased-item-billing.types.d.ts} +19 -90
  51. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.types.js +29 -0
  52. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.types.js.map +1 -0
  53. package/build/{devcenter-checkout-v1-purchased-item-billing.universal-BvkvBr8A.d.ts → es/src/devcenter-checkout-v1-purchased-item-billing.universal.d.ts} +84 -24
  54. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.universal.js +178 -0
  55. package/build/es/src/devcenter-checkout-v1-purchased-item-billing.universal.js.map +1 -0
  56. package/build/internal/cjs/index.d.ts +1 -0
  57. package/build/internal/cjs/index.js +18 -0
  58. package/build/internal/cjs/index.js.map +1 -0
  59. package/build/internal/cjs/index.typings.d.ts +1 -0
  60. package/build/internal/cjs/index.typings.js +18 -0
  61. package/build/internal/cjs/index.typings.js.map +1 -0
  62. package/build/internal/cjs/meta.d.ts +1 -0
  63. package/build/internal/cjs/meta.js +18 -0
  64. package/build/internal/cjs/meta.js.map +1 -0
  65. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.context.d.ts +16 -0
  66. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.context.js +22 -0
  67. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.context.js.map +1 -0
  68. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.http.d.ts +35 -0
  69. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.http.js +184 -0
  70. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.http.js.map +1 -0
  71. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.meta.d.ts +15 -0
  72. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.meta.js +85 -0
  73. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.meta.js.map +1 -0
  74. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.public.d.ts +53 -0
  75. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.public.js +32 -0
  76. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.public.js.map +1 -0
  77. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.types.d.ts +250 -0
  78. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.types.js +32 -0
  79. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.types.js.map +1 -0
  80. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.universal.d.ts +401 -0
  81. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.universal.js +207 -0
  82. package/build/internal/cjs/src/devcenter-checkout-v1-purchased-item-billing.universal.js.map +1 -0
  83. package/build/internal/es/index.d.ts +1 -0
  84. package/build/internal/es/index.js +2 -0
  85. package/build/internal/es/index.js.map +1 -0
  86. package/build/internal/es/index.typings.d.ts +1 -0
  87. package/build/internal/es/index.typings.js +2 -0
  88. package/build/internal/es/index.typings.js.map +1 -0
  89. package/build/internal/es/meta.d.ts +1 -0
  90. package/build/internal/es/meta.js +2 -0
  91. package/build/internal/es/meta.js.map +1 -0
  92. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.context.d.ts +16 -0
  93. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.context.js +16 -0
  94. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.context.js.map +1 -0
  95. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.http.d.ts +35 -0
  96. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.http.js +178 -0
  97. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.http.js.map +1 -0
  98. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.meta.d.ts +15 -0
  99. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.meta.js +56 -0
  100. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.meta.js.map +1 -0
  101. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.public.d.ts +53 -0
  102. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.public.js +23 -0
  103. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.public.js.map +1 -0
  104. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.types.d.ts +250 -0
  105. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.types.js +29 -0
  106. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.types.js.map +1 -0
  107. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.universal.d.ts +401 -0
  108. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.universal.js +178 -0
  109. package/build/internal/es/src/devcenter-checkout-v1-purchased-item-billing.universal.js.map +1 -0
  110. package/package.json +11 -12
  111. package/build/index.d.mts +0 -47
  112. package/build/index.d.ts +0 -47
  113. package/build/index.js +0 -359
  114. package/build/index.js.map +0 -1
  115. package/build/index.mjs +0 -329
  116. package/build/index.mjs.map +0 -1
  117. package/build/internal/index.d.mts +0 -64
  118. package/build/internal/index.d.ts +0 -64
  119. package/build/internal/index.js +0 -359
  120. package/build/internal/index.js.map +0 -1
  121. package/build/internal/index.mjs +0 -329
  122. package/build/internal/index.mjs.map +0 -1
  123. package/build/internal/meta.d.mts +0 -139
  124. package/build/internal/meta.d.ts +0 -139
  125. package/build/internal/meta.js +0 -240
  126. package/build/internal/meta.js.map +0 -1
  127. package/build/internal/meta.mjs +0 -211
  128. package/build/internal/meta.mjs.map +0 -1
  129. package/build/meta.d.mts +0 -139
  130. package/build/meta.d.ts +0 -139
  131. package/build/meta.js +0 -240
  132. package/build/meta.js.map +0 -1
  133. package/build/meta.mjs +0 -211
  134. package/build/meta.mjs.map +0 -1
package/build/index.d.mts DELETED
@@ -1,47 +0,0 @@
1
- import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
2
- import { G as GetUrlOptions, a as GetUrlResponse, b as GetPurchaseHistoryResponse } from './devcenter-checkout-v1-purchased-item-billing.universal-BvkvBr8A.mjs';
3
- export { B as BaseEventMetadata, k as Charge, C as ChargeOverride, o as GetMeteredBillingChargesOptions, i as GetMeteredBillingChargesRequest, j as GetMeteredBillingChargesResponse, f as GetPurchaseHistoryRequest, g as GetSitePaymentMethodsStatusRequest, h as GetSitePaymentMethodsStatusResponse, e as GetUrlRequest, l as IdentificationData, m as IdentificationDataIdOneOf, I as InvoiceStatus, d as InvoiceStatusUpdated, M as MessageEnvelope, P as PaymentCycle, c as PurchasedItem, n as PurchasedItemInvoiceStatusUpdatedEnvelope, W as WebhookIdentityType } from './devcenter-checkout-v1-purchased-item-billing.universal-BvkvBr8A.mjs';
4
- import { createEventModule } from '@wix/sdk-runtime/event-definition-modules';
5
-
6
- declare function getUrl$1(httpClient: HttpClient): GetUrlSignature;
7
- interface GetUrlSignature {
8
- /**
9
- * Retrieves the URL for a Wix checkout page for the specified paid plan of your app.
10
- *
11
- *
12
- * This call succeeds only in case you have previously
13
- * [set up an external pricing page in your app's dashboard](https://dev.wix.com/docs/build-apps/build-your-app/pricing-plans/set-up-an-external-pricing-page).
14
- *
15
- * The returned checkout URL is valid for 48 hours.
16
- *
17
- * This API allows your app to manage your pricing page outside of Wix while
18
- * still using the standard Wix checkout flow.
19
- * @param - ID of your app's paid plan to retrieve the Wix checkout URL for. Check your app's dashboard
20
- * for a list of your app's supported product IDs.
21
- */
22
- (productId: string, options?: GetUrlOptions | undefined): Promise<GetUrlResponse>;
23
- }
24
- declare function getPurchaseHistory$1(httpClient: HttpClient): GetPurchaseHistorySignature;
25
- interface GetPurchaseHistorySignature {
26
- /**
27
- * Retrieves a list of the site owner's past purchases for your app.
28
- *
29
- *
30
- * You don't have to explicitly pass an identifier for the Wix site as part of
31
- * the request, since this information is taken automatically from the context.
32
- *
33
- * The response doesn't include any details about cancellations.
34
- */
35
- (): Promise<GetPurchaseHistoryResponse>;
36
- }
37
-
38
- declare const getUrl: MaybeContext<BuildRESTFunction<typeof getUrl$1> & typeof getUrl$1>;
39
- declare const getPurchaseHistory: MaybeContext<BuildRESTFunction<typeof getPurchaseHistory$1> & typeof getPurchaseHistory$1>;
40
- /**
41
- * Triggered when there is an update to the payment status of an invoice.
42
- * Charges made using the [Custom Charges SPI](https://dev.wix.com/docs/rest/app-management/app-billing/custom-charges-service-plugin/introduction) may be based on usage.
43
- * Learn more about [usage-based charges](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-a-usage-based-business-model).
44
- */
45
- declare const onPurchasedItemInvoiceStatusUpdated: ReturnType<typeof createEventModule<typeof publicOnPurchasedItemInvoiceStatusUpdated>>;
46
-
47
- export { GetPurchaseHistoryResponse, GetUrlOptions, GetUrlResponse, getPurchaseHistory, getUrl, onPurchasedItemInvoiceStatusUpdated };
package/build/index.d.ts DELETED
@@ -1,47 +0,0 @@
1
- import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
2
- import { G as GetUrlOptions, a as GetUrlResponse, b as GetPurchaseHistoryResponse } from './devcenter-checkout-v1-purchased-item-billing.universal-BvkvBr8A.js';
3
- export { B as BaseEventMetadata, k as Charge, C as ChargeOverride, o as GetMeteredBillingChargesOptions, i as GetMeteredBillingChargesRequest, j as GetMeteredBillingChargesResponse, f as GetPurchaseHistoryRequest, g as GetSitePaymentMethodsStatusRequest, h as GetSitePaymentMethodsStatusResponse, e as GetUrlRequest, l as IdentificationData, m as IdentificationDataIdOneOf, I as InvoiceStatus, d as InvoiceStatusUpdated, M as MessageEnvelope, P as PaymentCycle, c as PurchasedItem, n as PurchasedItemInvoiceStatusUpdatedEnvelope, W as WebhookIdentityType } from './devcenter-checkout-v1-purchased-item-billing.universal-BvkvBr8A.js';
4
- import { createEventModule } from '@wix/sdk-runtime/event-definition-modules';
5
-
6
- declare function getUrl$1(httpClient: HttpClient): GetUrlSignature;
7
- interface GetUrlSignature {
8
- /**
9
- * Retrieves the URL for a Wix checkout page for the specified paid plan of your app.
10
- *
11
- *
12
- * This call succeeds only in case you have previously
13
- * [set up an external pricing page in your app's dashboard](https://dev.wix.com/docs/build-apps/build-your-app/pricing-plans/set-up-an-external-pricing-page).
14
- *
15
- * The returned checkout URL is valid for 48 hours.
16
- *
17
- * This API allows your app to manage your pricing page outside of Wix while
18
- * still using the standard Wix checkout flow.
19
- * @param - ID of your app's paid plan to retrieve the Wix checkout URL for. Check your app's dashboard
20
- * for a list of your app's supported product IDs.
21
- */
22
- (productId: string, options?: GetUrlOptions | undefined): Promise<GetUrlResponse>;
23
- }
24
- declare function getPurchaseHistory$1(httpClient: HttpClient): GetPurchaseHistorySignature;
25
- interface GetPurchaseHistorySignature {
26
- /**
27
- * Retrieves a list of the site owner's past purchases for your app.
28
- *
29
- *
30
- * You don't have to explicitly pass an identifier for the Wix site as part of
31
- * the request, since this information is taken automatically from the context.
32
- *
33
- * The response doesn't include any details about cancellations.
34
- */
35
- (): Promise<GetPurchaseHistoryResponse>;
36
- }
37
-
38
- declare const getUrl: MaybeContext<BuildRESTFunction<typeof getUrl$1> & typeof getUrl$1>;
39
- declare const getPurchaseHistory: MaybeContext<BuildRESTFunction<typeof getPurchaseHistory$1> & typeof getPurchaseHistory$1>;
40
- /**
41
- * Triggered when there is an update to the payment status of an invoice.
42
- * Charges made using the [Custom Charges SPI](https://dev.wix.com/docs/rest/app-management/app-billing/custom-charges-service-plugin/introduction) may be based on usage.
43
- * Learn more about [usage-based charges](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-a-usage-based-business-model).
44
- */
45
- declare const onPurchasedItemInvoiceStatusUpdated: ReturnType<typeof createEventModule<typeof publicOnPurchasedItemInvoiceStatusUpdated>>;
46
-
47
- export { GetPurchaseHistoryResponse, GetUrlOptions, GetUrlResponse, getPurchaseHistory, getUrl, onPurchasedItemInvoiceStatusUpdated };
package/build/index.js DELETED
@@ -1,359 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // index.ts
21
- var index_exports = {};
22
- __export(index_exports, {
23
- InvoiceStatus: () => InvoiceStatus,
24
- PaymentCycle: () => PaymentCycle,
25
- WebhookIdentityType: () => WebhookIdentityType,
26
- getMeteredBillingCharges: () => getMeteredBillingCharges4,
27
- getPurchaseHistory: () => getPurchaseHistory4,
28
- getUrl: () => getUrl4,
29
- onPurchasedItemInvoiceStatusUpdated: () => onPurchasedItemInvoiceStatusUpdated2
30
- });
31
- module.exports = __toCommonJS(index_exports);
32
-
33
- // src/devcenter-checkout-v1-purchased-item-billing.public.ts
34
- var import_rename_all_nested_keys2 = require("@wix/sdk-runtime/rename-all-nested-keys");
35
- var import_sdk_types = require("@wix/sdk-types");
36
-
37
- // src/devcenter-checkout-v1-purchased-item-billing.universal.ts
38
- var import_transform_error = require("@wix/sdk-runtime/transform-error");
39
- var import_rename_all_nested_keys = require("@wix/sdk-runtime/rename-all-nested-keys");
40
-
41
- // src/devcenter-checkout-v1-purchased-item-billing.http.ts
42
- var import_rest_modules = require("@wix/sdk-runtime/rest-modules");
43
- var import_float = require("@wix/sdk-runtime/transformations/float");
44
- var import_timestamp = require("@wix/sdk-runtime/transformations/timestamp");
45
- var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
46
- var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
47
- var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
48
- function resolveComWixpressMarketAimApiCheckoutUrl(opts) {
49
- const domainToMappings = {
50
- "api._api_base_domain_": [
51
- {
52
- srcPath: "/app-instance-manager-webapp",
53
- destPath: ""
54
- }
55
- ],
56
- "www.wixapis.com": [
57
- {
58
- srcPath: "/apps",
59
- destPath: ""
60
- }
61
- ],
62
- "wixapis.com": [
63
- {
64
- srcPath: "/apps",
65
- destPath: ""
66
- }
67
- ],
68
- "dev._base_domain_": [
69
- {
70
- srcPath: "/_api/app-instance-manager",
71
- destPath: ""
72
- },
73
- {
74
- srcPath: "/api/v1/instance",
75
- destPath: "/v1/instance"
76
- },
77
- {
78
- srcPath: "/api/v1/scripts",
79
- destPath: "/v1/scripts"
80
- }
81
- ],
82
- "manage._base_domain_": [
83
- {
84
- srcPath: "/_api/app-instance-manager",
85
- destPath: ""
86
- }
87
- ],
88
- "www._base_domain_": [
89
- {
90
- srcPath: "/_api/app-instance-manager",
91
- destPath: ""
92
- }
93
- ],
94
- "editor._base_domain_": [
95
- {
96
- srcPath: "/_api/app-instance-manager",
97
- destPath: ""
98
- }
99
- ],
100
- "blocks._base_domain_": [
101
- {
102
- srcPath: "/_api/app-instance-manager",
103
- destPath: ""
104
- }
105
- ],
106
- "create.editorx": [
107
- {
108
- srcPath: "/_api/app-instance-manager",
109
- destPath: ""
110
- }
111
- ]
112
- };
113
- return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
114
- }
115
- var PACKAGE_NAME = "@wix/auto_sdk_app-management_billing";
116
- function getUrl(payload) {
117
- function __getUrl({ host }) {
118
- const serializedData = (0, import_transform_paths.transformPaths)(payload, [
119
- {
120
- transformFn: import_float.transformSDKFloatToRESTFloat,
121
- paths: [{ path: "chargeOverride.price" }]
122
- }
123
- ]);
124
- const metadata = {
125
- entityFqdn: "wix.devcenter.checkout.v1.purchased_item",
126
- method: "POST",
127
- methodFqn: "com.wixpress.market.aim.api.Checkout.GetUrl",
128
- packageName: PACKAGE_NAME,
129
- url: resolveComWixpressMarketAimApiCheckoutUrl({
130
- protoPath: "/v1/checkout",
131
- data: serializedData,
132
- host
133
- }),
134
- data: serializedData
135
- };
136
- return metadata;
137
- }
138
- return __getUrl;
139
- }
140
- function getPurchaseHistory(payload) {
141
- function __getPurchaseHistory({ host }) {
142
- const metadata = {
143
- entityFqdn: "wix.devcenter.checkout.v1.purchased_item",
144
- method: "GET",
145
- methodFqn: "com.wixpress.market.aim.api.Checkout.GetPurchaseHistory",
146
- packageName: PACKAGE_NAME,
147
- url: resolveComWixpressMarketAimApiCheckoutUrl({
148
- protoPath: "/v1/checkout/history",
149
- data: payload,
150
- host
151
- }),
152
- params: (0, import_rest_modules.toURLSearchParams)(payload),
153
- transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
154
- {
155
- transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
156
- paths: [{ path: "purchases.dateCreated" }]
157
- }
158
- ])
159
- };
160
- return metadata;
161
- }
162
- return __getPurchaseHistory;
163
- }
164
- function getMeteredBillingCharges(payload) {
165
- function __getMeteredBillingCharges({ host }) {
166
- const serializedData = (0, import_transform_paths.transformPaths)(payload, [
167
- {
168
- transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
169
- paths: [{ path: "startDate" }, { path: "endDate" }]
170
- }
171
- ]);
172
- const metadata = {
173
- entityFqdn: "wix.devcenter.checkout.v1.purchased_item",
174
- method: "GET",
175
- methodFqn: "com.wixpress.market.aim.api.Checkout.GetMeteredBillingCharges",
176
- packageName: PACKAGE_NAME,
177
- url: resolveComWixpressMarketAimApiCheckoutUrl({
178
- protoPath: "/v1/metered-billing-charges",
179
- data: serializedData,
180
- host
181
- }),
182
- params: (0, import_rest_modules.toURLSearchParams)(serializedData)
183
- };
184
- return metadata;
185
- }
186
- return __getMeteredBillingCharges;
187
- }
188
-
189
- // src/devcenter-checkout-v1-purchased-item-billing.universal.ts
190
- var PaymentCycle = /* @__PURE__ */ ((PaymentCycle2) => {
191
- PaymentCycle2["NO_CYCLE"] = "NO_CYCLE";
192
- PaymentCycle2["MONTHLY"] = "MONTHLY";
193
- PaymentCycle2["YEARLY"] = "YEARLY";
194
- PaymentCycle2["ONE_TIME"] = "ONE_TIME";
195
- PaymentCycle2["TWO_YEARS"] = "TWO_YEARS";
196
- PaymentCycle2["THREE_YEARS"] = "THREE_YEARS";
197
- PaymentCycle2["FOUR_YEARS"] = "FOUR_YEARS";
198
- PaymentCycle2["FIVE_YEARS"] = "FIVE_YEARS";
199
- return PaymentCycle2;
200
- })(PaymentCycle || {});
201
- var InvoiceStatus = /* @__PURE__ */ ((InvoiceStatus2) => {
202
- InvoiceStatus2["UNKNOWN_INVOICE_STATUS"] = "UNKNOWN_INVOICE_STATUS";
203
- InvoiceStatus2["PAYMENT_FAILED"] = "PAYMENT_FAILED";
204
- InvoiceStatus2["PAID"] = "PAID";
205
- InvoiceStatus2["REFUNDED"] = "REFUNDED";
206
- InvoiceStatus2["VOIDED"] = "VOIDED";
207
- InvoiceStatus2["CHARGEDBACK"] = "CHARGEDBACK";
208
- return InvoiceStatus2;
209
- })(InvoiceStatus || {});
210
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
211
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
212
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
213
- WebhookIdentityType2["MEMBER"] = "MEMBER";
214
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
215
- WebhookIdentityType2["APP"] = "APP";
216
- return WebhookIdentityType2;
217
- })(WebhookIdentityType || {});
218
- async function getUrl2(productId, options) {
219
- const { httpClient, sideEffects } = arguments[2];
220
- const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
221
- productId,
222
- successUrl: options?.successUrl,
223
- testCheckout: options?.testCheckout,
224
- billingCycle: options?.billingCycle,
225
- countryCode: options?.countryCode,
226
- languageCode: options?.languageCode,
227
- couponCode: options?.couponCode
228
- });
229
- const reqOpts = getUrl(payload);
230
- sideEffects?.onSiteCall?.();
231
- try {
232
- const result = await httpClient.request(reqOpts);
233
- sideEffects?.onSuccess?.(result);
234
- return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
235
- } catch (err) {
236
- const transformedError = (0, import_transform_error.transformError)(
237
- err,
238
- {
239
- spreadPathsToArguments: {},
240
- explicitPathsToArguments: {
241
- productId: "$[0]",
242
- successUrl: "$[1].successUrl",
243
- testCheckout: "$[1].testCheckout",
244
- billingCycle: "$[1].billingCycle",
245
- countryCode: "$[1].countryCode",
246
- languageCode: "$[1].languageCode",
247
- couponCode: "$[1].couponCode"
248
- },
249
- singleArgumentUnchanged: false
250
- },
251
- ["productId", "options"]
252
- );
253
- sideEffects?.onError?.(err);
254
- throw transformedError;
255
- }
256
- }
257
- async function getPurchaseHistory2() {
258
- const { httpClient, sideEffects } = arguments[0];
259
- const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({});
260
- const reqOpts = getPurchaseHistory(payload);
261
- sideEffects?.onSiteCall?.();
262
- try {
263
- const result = await httpClient.request(reqOpts);
264
- sideEffects?.onSuccess?.(result);
265
- return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
266
- } catch (err) {
267
- const transformedError = (0, import_transform_error.transformError)(
268
- err,
269
- {
270
- spreadPathsToArguments: {},
271
- explicitPathsToArguments: {},
272
- singleArgumentUnchanged: false
273
- },
274
- []
275
- );
276
- sideEffects?.onError?.(err);
277
- throw transformedError;
278
- }
279
- }
280
- async function getMeteredBillingCharges2(options) {
281
- const { httpClient, sideEffects } = arguments[1];
282
- const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
283
- currency: options?.currency,
284
- startDate: options?.startDate,
285
- endDate: options?.endDate
286
- });
287
- const reqOpts = getMeteredBillingCharges(
288
- payload
289
- );
290
- sideEffects?.onSiteCall?.();
291
- try {
292
- const result = await httpClient.request(reqOpts);
293
- sideEffects?.onSuccess?.(result);
294
- return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
295
- } catch (err) {
296
- const transformedError = (0, import_transform_error.transformError)(
297
- err,
298
- {
299
- spreadPathsToArguments: {},
300
- explicitPathsToArguments: {
301
- currency: "$[0].currency",
302
- startDate: "$[0].startDate",
303
- endDate: "$[0].endDate"
304
- },
305
- singleArgumentUnchanged: false
306
- },
307
- ["options"]
308
- );
309
- sideEffects?.onError?.(err);
310
- throw transformedError;
311
- }
312
- }
313
-
314
- // src/devcenter-checkout-v1-purchased-item-billing.public.ts
315
- function getUrl3(httpClient) {
316
- return (productId, options) => getUrl2(
317
- productId,
318
- options,
319
- // @ts-ignore
320
- { httpClient }
321
- );
322
- }
323
- function getPurchaseHistory3(httpClient) {
324
- return () => getPurchaseHistory2(
325
- // @ts-ignore
326
- { httpClient }
327
- );
328
- }
329
- function getMeteredBillingCharges3(httpClient) {
330
- return (options) => getMeteredBillingCharges2(
331
- options,
332
- // @ts-ignore
333
- { httpClient }
334
- );
335
- }
336
- var onPurchasedItemInvoiceStatusUpdated = (0, import_sdk_types.EventDefinition)(
337
- "InvoiceStatusUpdated",
338
- false,
339
- (event) => (0, import_rename_all_nested_keys2.renameKeysFromRESTResponseToSDKResponse)(event)
340
- )();
341
-
342
- // src/devcenter-checkout-v1-purchased-item-billing.context.ts
343
- var import_rest_modules3 = require("@wix/sdk-runtime/rest-modules");
344
- var import_event_definition_modules = require("@wix/sdk-runtime/event-definition-modules");
345
- var getUrl4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getUrl3);
346
- var getPurchaseHistory4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getPurchaseHistory3);
347
- var getMeteredBillingCharges4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getMeteredBillingCharges3);
348
- var onPurchasedItemInvoiceStatusUpdated2 = (0, import_event_definition_modules.createEventModule)(onPurchasedItemInvoiceStatusUpdated);
349
- // Annotate the CommonJS export names for ESM import in node:
350
- 0 && (module.exports = {
351
- InvoiceStatus,
352
- PaymentCycle,
353
- WebhookIdentityType,
354
- getMeteredBillingCharges,
355
- getPurchaseHistory,
356
- getUrl,
357
- onPurchasedItemInvoiceStatusUpdated
358
- });
359
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../index.ts","../src/devcenter-checkout-v1-purchased-item-billing.public.ts","../src/devcenter-checkout-v1-purchased-item-billing.universal.ts","../src/devcenter-checkout-v1-purchased-item-billing.http.ts","../src/devcenter-checkout-v1-purchased-item-billing.context.ts"],"sourcesContent":["export * from './src/devcenter-checkout-v1-purchased-item-billing.context.js';\n","import { renameKeysFromRESTResponseToSDKResponse } from '@wix/sdk-runtime/rename-all-nested-keys';\nimport { EventDefinition, HttpClient } from '@wix/sdk-types';\nimport {\n GetMeteredBillingChargesOptions,\n GetMeteredBillingChargesResponse,\n GetPurchaseHistoryResponse,\n GetUrlOptions,\n GetUrlResponse,\n PurchasedItemInvoiceStatusUpdatedEnvelope,\n getMeteredBillingCharges as universalGetMeteredBillingCharges,\n getPurchaseHistory as universalGetPurchaseHistory,\n getUrl as universalGetUrl,\n} from './devcenter-checkout-v1-purchased-item-billing.universal.js';\n\nexport const __metadata = { PACKAGE_NAME: '@wix/app-management' };\n\nexport function getUrl(httpClient: HttpClient): GetUrlSignature {\n return (productId: string, options?: GetUrlOptions) =>\n universalGetUrl(\n productId,\n options,\n // @ts-ignore\n { httpClient }\n );\n}\n\ninterface GetUrlSignature {\n /**\n * Retrieves the URL for a Wix checkout page for the specified paid plan of your app.\n *\n *\n * This call succeeds only in case you have previously\n * [set up an external pricing page in your app's dashboard](https://dev.wix.com/docs/build-apps/build-your-app/pricing-plans/set-up-an-external-pricing-page).\n *\n * The returned checkout URL is valid for 48 hours.\n *\n * This API allows your app to manage your pricing page outside of Wix while\n * still using the standard Wix checkout flow.\n * @param - ID of your app's paid plan to retrieve the Wix checkout URL for. Check your app's dashboard\n * for a list of your app's supported product IDs.\n */\n (\n productId: string,\n options?: GetUrlOptions | undefined\n ): Promise<GetUrlResponse>;\n}\n\nexport function getPurchaseHistory(\n httpClient: HttpClient\n): GetPurchaseHistorySignature {\n return () =>\n universalGetPurchaseHistory(\n // @ts-ignore\n { httpClient }\n );\n}\n\ninterface GetPurchaseHistorySignature {\n /**\n * Retrieves a list of the site owner's past purchases for your app.\n *\n *\n * You don't have to explicitly pass an identifier for the Wix site as part of\n * the request, since this information is taken automatically from the context.\n *\n * The response doesn't include any details about cancellations.\n */\n (): Promise<GetPurchaseHistoryResponse>;\n}\n\n/** @internal */\nexport function getMeteredBillingCharges(\n httpClient: HttpClient\n): GetMeteredBillingChargesSignature {\n return (options?: GetMeteredBillingChargesOptions) =>\n universalGetMeteredBillingCharges(\n options,\n // @ts-ignore\n { httpClient }\n );\n}\n\ninterface GetMeteredBillingChargesSignature {\n /**\n * Triggers Wix to call the\n * [List Custom Charges SPI](https://dev.wix.com/docs/rest/internal-only/premium/custom-charges-spi/custom-charges-provider-v1/list-charges).\n *\n *\n * Wix doesn't use the response from _List Charges_ SPI to actually create an\n * invoice that's sent to the customer. Instead, calling _Get Metered Billing Charges_\n * allows you confirm that your integration with the Custom Charges SPI is\n * working as intended.\n */\n (\n options?: GetMeteredBillingChargesOptions | undefined\n ): Promise<GetMeteredBillingChargesResponse>;\n}\n\nexport const onPurchasedItemInvoiceStatusUpdated = EventDefinition(\n 'InvoiceStatusUpdated',\n false,\n (event: PurchasedItemInvoiceStatusUpdatedEnvelope) =>\n renameKeysFromRESTResponseToSDKResponse(event)\n)<PurchasedItemInvoiceStatusUpdatedEnvelope>();\n\nexport {\n BaseEventMetadata,\n Charge,\n ChargeOverride,\n GetMeteredBillingChargesOptions,\n GetMeteredBillingChargesRequest,\n GetMeteredBillingChargesResponse,\n GetPurchaseHistoryRequest,\n GetPurchaseHistoryResponse,\n GetSitePaymentMethodsStatusRequest,\n GetSitePaymentMethodsStatusResponse,\n GetUrlOptions,\n GetUrlRequest,\n GetUrlResponse,\n IdentificationData,\n IdentificationDataIdOneOf,\n InvoiceStatus,\n InvoiceStatusUpdated,\n MessageEnvelope,\n PaymentCycle,\n PurchasedItem,\n PurchasedItemInvoiceStatusUpdatedEnvelope,\n WebhookIdentityType,\n} from './devcenter-checkout-v1-purchased-item-billing.universal.js';\n","import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error';\nimport {\n renameKeysFromSDKRequestToRESTRequest,\n renameKeysFromRESTResponseToSDKResponse,\n} from '@wix/sdk-runtime/rename-all-nested-keys';\nimport { HttpClient, NonNullablePaths } from '@wix/sdk-types';\nimport * as ambassadorWixDevcenterCheckoutV1PurchasedItem from './devcenter-checkout-v1-purchased-item-billing.http.js';\n\nexport interface PurchasedItem {\n /** ID of your app's paid plan. */\n productId?: string;\n /** Price of your app's paid plan. For example, `9.95`. */\n price?: string;\n /**\n * 3-letter currency code in\n * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.\n */\n currency?: string;\n /** Information about the billing cycle for your app's paid plan. */\n billingCycle?: PaymentCycle;\n /**\n * Date and time the site onwers have purchased your app's paid plan in\n * `YYYY-MM-DDThh:mm:ss.sssZ` format.\n */\n dateCreated?: Date | null;\n}\n\nexport enum PaymentCycle {\n NO_CYCLE = 'NO_CYCLE',\n MONTHLY = 'MONTHLY',\n YEARLY = 'YEARLY',\n ONE_TIME = 'ONE_TIME',\n TWO_YEARS = 'TWO_YEARS',\n THREE_YEARS = 'THREE_YEARS',\n FOUR_YEARS = 'FOUR_YEARS',\n FIVE_YEARS = 'FIVE_YEARS',\n}\n\nexport interface InvoiceStatusUpdated {\n /** Invoice payment status. */\n status?: InvoiceStatus;\n /**\n * Wix Premium invoice ID.\n * @maxLength 50\n */\n invoiceId?: string;\n /**\n * App instance ID - a unique ID assigned to each app in each site.\n * @format GUID\n */\n instanceId?: string | null;\n /** Whether the invoice is for a single payment or for multiple, recurring payments. */\n recurring?: boolean;\n}\n\nexport enum InvoiceStatus {\n UNKNOWN_INVOICE_STATUS = 'UNKNOWN_INVOICE_STATUS',\n PAYMENT_FAILED = 'PAYMENT_FAILED',\n PAID = 'PAID',\n REFUNDED = 'REFUNDED',\n VOIDED = 'VOIDED',\n CHARGEDBACK = 'CHARGEDBACK',\n}\n\nexport interface GetUrlRequest {\n /**\n * ID of your app's paid plan to retrieve the Wix checkout URL for. Check your app's dashboard\n * for a list of your app's supported product IDs.\n */\n productId: string;\n /**\n * URL for the Wix checkout page. Redirect site owners to this URL after\n * they've successfully purchased a paid plan for your app.\n * @format WEB_URL\n */\n successUrl?: string | null;\n /**\n * Whether the checkout is for testing purposes only. Testing is mainly\n * relevant for in-app purchase flows. When `true`, Wix charges the site\n * owners an amount of `0.00`.\n */\n testCheckout?: boolean;\n /** Information about the paid plan's billing cycle. */\n billingCycle?: PaymentCycle;\n /**\n * 2-letter country code in\n * [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)\n * format.\n *\n * Default: `\"US\"`\n */\n countryCode?: string | null;\n /**\n * 2-letter language code in\n * [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.\n *\n * Default: `\"EN\"`\n */\n languageCode?: string | null;\n /** Coupon code for the paid plan. Available only in case there is a discount. */\n couponCode?: string | null;\n}\n\nexport interface ChargeOverride {\n /**\n * Override price. In case you omit the override price, Wix charges site\n * owners the app's default price that's configured in the Pricing page of your app's dashboard.\n */\n price?: number;\n /**\n * Override 3-letter currency code in\n * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.\n */\n currency?: string;\n}\n\nexport interface GetUrlResponse {\n /**\n * URL for the Wix checkout page.\n * @format WEB_URL\n */\n checkoutUrl?: string;\n /**\n * Token for the Wix checkout page. The token holds all data about the order\n * you're creating a checkout for. It is [signed](),\n * so you can verify that it comes from Wix.\n */\n token?: string | null;\n}\n\nexport interface GetPurchaseHistoryRequest {}\n\nexport interface GetPurchaseHistoryResponse {\n /** Retrieved purchases the site owners have completed for you app. */\n purchases?: PurchasedItem[];\n}\n\nexport interface GetSitePaymentMethodsStatusRequest {}\n\nexport interface GetSitePaymentMethodsStatusResponse {\n /**\n * Whether the site owners have enabled at least a single online payment method.\n * Online payment methods include Wix Payments, Stripe, PayPal, and credit\n * cards.\n */\n onlineProviderEnabled?: boolean;\n /** Whether the site owners accept offline payments. */\n offlineProviderEnabled?: boolean;\n /**\n * Whether the site owners have enabled the\n * [Wix Point of Sale](https://www.wix.com/pos).\n * This allows their customers to make electronic payments in person.\n */\n wixPosProviderEnabled?: boolean;\n /**\n * Whether the site owners have enabled at least one 3rd-party point-of-sale\n * provider. This allows their customers to make electronic payments in person.\n */\n thirdPartyPosProviderEnabled?: boolean;\n}\n\nexport interface GetMeteredBillingChargesRequest {\n /**\n * 3-letter currency code in\n * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.\n * @format CURRENCY\n */\n currency?: string | null;\n /**\n * Start of the period you want to retrieve the custom charges for in\n * `YYYY-MM-DDThh:mm:ss.sssZ` format.\n */\n startDate?: Date | null;\n /**\n * End of the period you want to retrieve the custom charges for in\n * `YYYY-MM-DDThh:mm:ss.sssZ` format.\n */\n endDate?: Date | null;\n}\n\nexport interface GetMeteredBillingChargesResponse {\n /** List of retrieved custom charges. */\n charges?: Charge[];\n}\n\nexport interface Charge {\n /** ID of the custom charge. The ID consists of 64 characters. */\n _id?: string | null;\n /** Description of the custom charge. */\n description?: string;\n /**\n * Charge amount.\n *\n * Min: `0.50`\n * @format DECIMAL_VALUE\n * @decimalValue options { gt:0.00 }\n */\n amount?: string;\n}\n\nexport interface MessageEnvelope {\n /**\n * App instance ID.\n * @format GUID\n */\n instanceId?: string | null;\n /**\n * Event type.\n * @maxLength 150\n */\n eventType?: string;\n /** The identification type and identity data. */\n identity?: IdentificationData;\n /** Stringify payload. */\n data?: string;\n}\n\nexport interface IdentificationData extends IdentificationDataIdOneOf {\n /**\n * ID of a site visitor that has not logged in to the site.\n * @format GUID\n */\n anonymousVisitorId?: string;\n /**\n * ID of a site visitor that has logged in to the site.\n * @format GUID\n */\n memberId?: string;\n /**\n * ID of a Wix user (site owner, contributor, etc.).\n * @format GUID\n */\n wixUserId?: string;\n /**\n * ID of an app.\n * @format GUID\n */\n appId?: string;\n /** @readonly */\n identityType?: WebhookIdentityType;\n}\n\n/** @oneof */\nexport interface IdentificationDataIdOneOf {\n /**\n * ID of a site visitor that has not logged in to the site.\n * @format GUID\n */\n anonymousVisitorId?: string;\n /**\n * ID of a site visitor that has logged in to the site.\n * @format GUID\n */\n memberId?: string;\n /**\n * ID of a Wix user (site owner, contributor, etc.).\n * @format GUID\n */\n wixUserId?: string;\n /**\n * ID of an app.\n * @format GUID\n */\n appId?: string;\n}\n\nexport enum WebhookIdentityType {\n UNKNOWN = 'UNKNOWN',\n ANONYMOUS_VISITOR = 'ANONYMOUS_VISITOR',\n MEMBER = 'MEMBER',\n WIX_USER = 'WIX_USER',\n APP = 'APP',\n}\n\nexport interface BaseEventMetadata {\n /**\n * App instance ID.\n * @format GUID\n */\n instanceId?: string | null;\n /**\n * Event type.\n * @maxLength 150\n */\n eventType?: string;\n /** The identification type and identity data. */\n identity?: IdentificationData;\n}\n\nexport interface PurchasedItemInvoiceStatusUpdatedEnvelope {\n data: InvoiceStatusUpdated;\n metadata: BaseEventMetadata;\n}\n\n/**\n * Triggered when there is an update to the payment status of an invoice.\n * Charges made using the [Custom Charges SPI](https://dev.wix.com/docs/rest/app-management/app-billing/custom-charges-service-plugin/introduction) may be based on usage.\n * Learn more about [usage-based charges](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-a-usage-based-business-model).\n * @permissionScope Manage Your App\n * @permissionScopeId SCOPE.DC.MANAGE-YOUR-APP\n * @permissionScope Read site, business, and email details\n * @permissionScopeId SCOPE.DEV_CENTER.APP-INSTANCE-READ-BASIC-INFO\n * @permissionId WIX_DEVELOPERS.MANAGE_APP_INSTANCE\n * @webhook\n * @eventType InvoiceStatusUpdated\n * @serviceIdentifier com.wixpress.market.aim.api.Checkout\n * @slug invoice_status_updated\n */\nexport declare function onPurchasedItemInvoiceStatusUpdated(\n handler: (\n event: PurchasedItemInvoiceStatusUpdatedEnvelope\n ) => void | Promise<void>\n): void;\n\ntype PurchasedItemNonNullablePaths =\n | `productId`\n | `price`\n | `currency`\n | `billingCycle`;\n\n/**\n * Retrieves the URL for a Wix checkout page for the specified paid plan of your app.\n *\n *\n * This call succeeds only in case you have previously\n * [set up an external pricing page in your app's dashboard](https://dev.wix.com/docs/build-apps/build-your-app/pricing-plans/set-up-an-external-pricing-page).\n *\n * The returned checkout URL is valid for 48 hours.\n *\n * This API allows your app to manage your pricing page outside of Wix while\n * still using the standard Wix checkout flow.\n * @param productId - ID of your app's paid plan to retrieve the Wix checkout URL for. Check your app's dashboard\n * for a list of your app's supported product IDs.\n * @public\n * @requiredField productId\n * @permissionId WIX_DEVELOPERS.CREATE_CHECKOUT\n * @permissionScope Manage Your App\n * @permissionScopeId SCOPE.DC.MANAGE-YOUR-APP\n * @permissionScope Read site, business, and email details\n * @permissionScopeId SCOPE.DEV_CENTER.APP-INSTANCE-READ-BASIC-INFO\n * @applicableIdentity APP\n * @fqn com.wixpress.market.aim.api.Checkout.GetUrl\n */\nexport async function getUrl(\n productId: string,\n options?: GetUrlOptions\n): Promise<NonNullablePaths<GetUrlResponse, `checkoutUrl`>> {\n // @ts-ignore\n const { httpClient, sideEffects } = arguments[2] as {\n httpClient: HttpClient;\n sideEffects?: any;\n };\n\n const payload = renameKeysFromSDKRequestToRESTRequest({\n productId: productId,\n successUrl: options?.successUrl,\n testCheckout: options?.testCheckout,\n billingCycle: options?.billingCycle,\n countryCode: options?.countryCode,\n languageCode: options?.languageCode,\n couponCode: options?.couponCode,\n });\n\n const reqOpts = ambassadorWixDevcenterCheckoutV1PurchasedItem.getUrl(payload);\n\n sideEffects?.onSiteCall?.();\n try {\n const result = await httpClient.request(reqOpts);\n sideEffects?.onSuccess?.(result);\n\n return renameKeysFromRESTResponseToSDKResponse(result.data)!;\n } catch (err: any) {\n const transformedError = sdkTransformError(\n err,\n {\n spreadPathsToArguments: {},\n explicitPathsToArguments: {\n productId: '$[0]',\n successUrl: '$[1].successUrl',\n testCheckout: '$[1].testCheckout',\n billingCycle: '$[1].billingCycle',\n countryCode: '$[1].countryCode',\n languageCode: '$[1].languageCode',\n couponCode: '$[1].couponCode',\n },\n singleArgumentUnchanged: false,\n },\n ['productId', 'options']\n );\n sideEffects?.onError?.(err);\n\n throw transformedError;\n }\n}\n\nexport interface GetUrlOptions {\n /**\n * URL for the Wix checkout page. Redirect site owners to this URL after\n * they've successfully purchased a paid plan for your app.\n * @format WEB_URL\n */\n successUrl?: string | null;\n /**\n * Whether the checkout is for testing purposes only. Testing is mainly\n * relevant for in-app purchase flows. When `true`, Wix charges the site\n * owners an amount of `0.00`.\n */\n testCheckout?: boolean;\n /** Information about the paid plan's billing cycle. */\n billingCycle?: PaymentCycle;\n /**\n * 2-letter country code in\n * [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)\n * format.\n *\n * Default: `\"US\"`\n */\n countryCode?: string | null;\n /**\n * 2-letter language code in\n * [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.\n *\n * Default: `\"EN\"`\n */\n languageCode?: string | null;\n /** Coupon code for the paid plan. Available only in case there is a discount. */\n couponCode?: string | null;\n}\n\n/**\n * Retrieves a list of the site owner's past purchases for your app.\n *\n *\n * You don't have to explicitly pass an identifier for the Wix site as part of\n * the request, since this information is taken automatically from the context.\n *\n * The response doesn't include any details about cancellations.\n * @public\n * @permissionId WIX_DEVELOPERS.APP_PURCHASE_HISTORY\n * @permissionScope Manage Your App\n * @permissionScopeId SCOPE.DC.MANAGE-YOUR-APP\n * @permissionScope Read site, business, and email details\n * @permissionScopeId SCOPE.DEV_CENTER.APP-INSTANCE-READ-BASIC-INFO\n * @applicableIdentity APP\n * @fqn com.wixpress.market.aim.api.Checkout.GetPurchaseHistory\n */\nexport async function getPurchaseHistory(): Promise<\n NonNullablePaths<\n GetPurchaseHistoryResponse,\n {\n [P in PurchasedItemNonNullablePaths]: `purchases.${number}.${P}`;\n }[PurchasedItemNonNullablePaths]\n >\n> {\n // @ts-ignore\n const { httpClient, sideEffects } = arguments[0] as {\n httpClient: HttpClient;\n sideEffects?: any;\n };\n\n const payload = renameKeysFromSDKRequestToRESTRequest({});\n\n const reqOpts =\n ambassadorWixDevcenterCheckoutV1PurchasedItem.getPurchaseHistory(payload);\n\n sideEffects?.onSiteCall?.();\n try {\n const result = await httpClient.request(reqOpts);\n sideEffects?.onSuccess?.(result);\n\n return renameKeysFromRESTResponseToSDKResponse(result.data)!;\n } catch (err: any) {\n const transformedError = sdkTransformError(\n err,\n {\n spreadPathsToArguments: {},\n explicitPathsToArguments: {},\n singleArgumentUnchanged: false,\n },\n []\n );\n sideEffects?.onError?.(err);\n\n throw transformedError;\n }\n}\n\n/**\n * Triggers Wix to call the\n * [List Custom Charges SPI](https://dev.wix.com/docs/rest/internal-only/premium/custom-charges-spi/custom-charges-provider-v1/list-charges).\n *\n *\n * Wix doesn't use the response from _List Charges_ SPI to actually create an\n * invoice that's sent to the customer. Instead, calling _Get Metered Billing Charges_\n * allows you confirm that your integration with the Custom Charges SPI is\n * working as intended.\n * @internal\n * @documentationMaturity preview\n * @permissionId WIX_DEVELOPERS.METERED_BILLING_CHARGES_READ\n * @permissionScope Manage Your App\n * @permissionScopeId SCOPE.DC.MANAGE-YOUR-APP\n * @permissionScope Read site, business, and email details\n * @permissionScopeId SCOPE.DEV_CENTER.APP-INSTANCE-READ-BASIC-INFO\n * @applicableIdentity APP\n * @fqn com.wixpress.market.aim.api.Checkout.GetMeteredBillingCharges\n */\nexport async function getMeteredBillingCharges(\n options?: GetMeteredBillingChargesOptions\n): Promise<\n NonNullablePaths<\n GetMeteredBillingChargesResponse,\n `charges` | `charges.${number}.description` | `charges.${number}.amount`\n >\n> {\n // @ts-ignore\n const { httpClient, sideEffects } = arguments[1] as {\n httpClient: HttpClient;\n sideEffects?: any;\n };\n\n const payload = renameKeysFromSDKRequestToRESTRequest({\n currency: options?.currency,\n startDate: options?.startDate,\n endDate: options?.endDate,\n });\n\n const reqOpts =\n ambassadorWixDevcenterCheckoutV1PurchasedItem.getMeteredBillingCharges(\n payload\n );\n\n sideEffects?.onSiteCall?.();\n try {\n const result = await httpClient.request(reqOpts);\n sideEffects?.onSuccess?.(result);\n\n return renameKeysFromRESTResponseToSDKResponse(result.data)!;\n } catch (err: any) {\n const transformedError = sdkTransformError(\n err,\n {\n spreadPathsToArguments: {},\n explicitPathsToArguments: {\n currency: '$[0].currency',\n startDate: '$[0].startDate',\n endDate: '$[0].endDate',\n },\n singleArgumentUnchanged: false,\n },\n ['options']\n );\n sideEffects?.onError?.(err);\n\n throw transformedError;\n }\n}\n\nexport interface GetMeteredBillingChargesOptions {\n /**\n * 3-letter currency code in\n * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.\n * @format CURRENCY\n */\n currency?: string | null;\n /**\n * Start of the period you want to retrieve the custom charges for in\n * `YYYY-MM-DDThh:mm:ss.sssZ` format.\n */\n startDate?: Date | null;\n /**\n * End of the period you want to retrieve the custom charges for in\n * `YYYY-MM-DDThh:mm:ss.sssZ` format.\n */\n endDate?: Date | null;\n}\n","import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';\nimport { transformSDKFloatToRESTFloat } from '@wix/sdk-runtime/transformations/float';\nimport { transformSDKTimestampToRESTTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths';\nimport { resolveUrl } from '@wix/sdk-runtime/rest-modules';\nimport { ResolveUrlOpts } from '@wix/sdk-runtime/rest-modules';\nimport { RequestOptionsFactory } from '@wix/sdk-types';\n\nfunction resolveComWixpressMarketAimApiCheckoutUrl(\n opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n const domainToMappings = {\n 'api._api_base_domain_': [\n {\n srcPath: '/app-instance-manager-webapp',\n destPath: '',\n },\n ],\n 'www.wixapis.com': [\n {\n srcPath: '/apps',\n destPath: '',\n },\n ],\n 'wixapis.com': [\n {\n srcPath: '/apps',\n destPath: '',\n },\n ],\n 'dev._base_domain_': [\n {\n srcPath: '/_api/app-instance-manager',\n destPath: '',\n },\n {\n srcPath: '/api/v1/instance',\n destPath: '/v1/instance',\n },\n {\n srcPath: '/api/v1/scripts',\n destPath: '/v1/scripts',\n },\n ],\n 'manage._base_domain_': [\n {\n srcPath: '/_api/app-instance-manager',\n destPath: '',\n },\n ],\n 'www._base_domain_': [\n {\n srcPath: '/_api/app-instance-manager',\n destPath: '',\n },\n ],\n 'editor._base_domain_': [\n {\n srcPath: '/_api/app-instance-manager',\n destPath: '',\n },\n ],\n 'blocks._base_domain_': [\n {\n srcPath: '/_api/app-instance-manager',\n destPath: '',\n },\n ],\n 'create.editorx': [\n {\n srcPath: '/_api/app-instance-manager',\n destPath: '',\n },\n ],\n };\n\n return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nconst PACKAGE_NAME = '@wix/auto_sdk_app-management_billing';\n\n/**\n * Retrieves the URL for a Wix checkout page for the specified paid plan of your app.\n *\n *\n * This call succeeds only in case you have previously\n * [set up an external pricing page in your app's dashboard](https://dev.wix.com/docs/build-apps/build-your-app/pricing-plans/set-up-an-external-pricing-page).\n *\n * The returned checkout URL is valid for 48 hours.\n *\n * This API allows your app to manage your pricing page outside of Wix while\n * still using the standard Wix checkout flow.\n */\nexport function getUrl(payload: object): RequestOptionsFactory<any> {\n function __getUrl({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKFloatToRESTFloat,\n paths: [{ path: 'chargeOverride.price' }],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.devcenter.checkout.v1.purchased_item',\n method: 'POST' as any,\n methodFqn: 'com.wixpress.market.aim.api.Checkout.GetUrl',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressMarketAimApiCheckoutUrl({\n protoPath: '/v1/checkout',\n data: serializedData,\n host,\n }),\n data: serializedData,\n };\n\n return metadata;\n }\n\n return __getUrl;\n}\n\n/**\n * Retrieves a list of the site owner's past purchases for your app.\n *\n *\n * You don't have to explicitly pass an identifier for the Wix site as part of\n * the request, since this information is taken automatically from the context.\n *\n * The response doesn't include any details about cancellations.\n */\nexport function getPurchaseHistory(\n payload: object\n): RequestOptionsFactory<any> {\n function __getPurchaseHistory({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.devcenter.checkout.v1.purchased_item',\n method: 'GET' as any,\n methodFqn: 'com.wixpress.market.aim.api.Checkout.GetPurchaseHistory',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressMarketAimApiCheckoutUrl({\n protoPath: '/v1/checkout/history',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [{ path: 'purchases.dateCreated' }],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __getPurchaseHistory;\n}\n\n/**\n * Triggers Wix to call the\n * [List Custom Charges SPI](https://dev.wix.com/docs/rest/internal-only/premium/custom-charges-spi/custom-charges-provider-v1/list-charges).\n *\n *\n * Wix doesn't use the response from _List Charges_ SPI to actually create an\n * invoice that's sent to the customer. Instead, calling _Get Metered Billing Charges_\n * allows you confirm that your integration with the Custom Charges SPI is\n * working as intended.\n */\nexport function getMeteredBillingCharges(\n payload: object\n): RequestOptionsFactory<any> {\n function __getMeteredBillingCharges({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [{ path: 'startDate' }, { path: 'endDate' }],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.devcenter.checkout.v1.purchased_item',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.market.aim.api.Checkout.GetMeteredBillingCharges',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressMarketAimApiCheckoutUrl({\n protoPath: '/v1/metered-billing-charges',\n data: serializedData,\n host,\n }),\n params: toURLSearchParams(serializedData),\n };\n\n return metadata;\n }\n\n return __getMeteredBillingCharges;\n}\n","import {\n getUrl as publicGetUrl,\n getPurchaseHistory as publicGetPurchaseHistory,\n getMeteredBillingCharges as publicGetMeteredBillingCharges,\n} from './devcenter-checkout-v1-purchased-item-billing.public.js';\nimport { createRESTModule } from '@wix/sdk-runtime/rest-modules';\nimport { createEventModule } from '@wix/sdk-runtime/event-definition-modules';\nimport { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';\nimport { onPurchasedItemInvoiceStatusUpdated as publicOnPurchasedItemInvoiceStatusUpdated } from './devcenter-checkout-v1-purchased-item-billing.public.js';\n\nexport const getUrl: MaybeContext<\n BuildRESTFunction<typeof publicGetUrl> & typeof publicGetUrl\n> = /*#__PURE__*/ createRESTModule(publicGetUrl);\nexport const getPurchaseHistory: MaybeContext<\n BuildRESTFunction<typeof publicGetPurchaseHistory> &\n typeof publicGetPurchaseHistory\n> = /*#__PURE__*/ createRESTModule(publicGetPurchaseHistory);\n/** @internal */\nexport const getMeteredBillingCharges: MaybeContext<\n BuildRESTFunction<typeof publicGetMeteredBillingCharges> &\n typeof publicGetMeteredBillingCharges\n> = /*#__PURE__*/ createRESTModule(publicGetMeteredBillingCharges);\n/**\n * Triggered when there is an update to the payment status of an invoice.\n * Charges made using the [Custom Charges SPI](https://dev.wix.com/docs/rest/app-management/app-billing/custom-charges-service-plugin/introduction) may be based on usage.\n * Learn more about [usage-based charges](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-a-usage-based-business-model).\n */\nexport const onPurchasedItemInvoiceStatusUpdated: ReturnType<\n typeof createEventModule<typeof publicOnPurchasedItemInvoiceStatusUpdated>\n> = createEventModule(publicOnPurchasedItemInvoiceStatusUpdated);\n\nexport {\n PaymentCycle,\n InvoiceStatus,\n WebhookIdentityType,\n} from './devcenter-checkout-v1-purchased-item-billing.universal.js';\nexport {\n PurchasedItem,\n InvoiceStatusUpdated,\n GetUrlRequest,\n ChargeOverride,\n GetUrlResponse,\n GetPurchaseHistoryRequest,\n GetPurchaseHistoryResponse,\n GetSitePaymentMethodsStatusRequest,\n GetSitePaymentMethodsStatusResponse,\n GetMeteredBillingChargesRequest,\n GetMeteredBillingChargesResponse,\n Charge,\n MessageEnvelope,\n IdentificationData,\n IdentificationDataIdOneOf,\n BaseEventMetadata,\n PurchasedItemInvoiceStatusUpdatedEnvelope,\n GetUrlOptions,\n GetMeteredBillingChargesOptions,\n} from './devcenter-checkout-v1-purchased-item-billing.universal.js';\n"],"mappings":"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","names":["getMeteredBillingCharges","getPurchaseHistory","getUrl","onPurchasedItemInvoiceStatusUpdated","import_rename_all_nested_keys","import_timestamp","import_rest_modules","payload","PaymentCycle","InvoiceStatus","WebhookIdentityType","getUrl","sdkTransformError","getPurchaseHistory","getMeteredBillingCharges","getUrl","getPurchaseHistory","getMeteredBillingCharges","import_rest_modules","getUrl","getPurchaseHistory","getMeteredBillingCharges","onPurchasedItemInvoiceStatusUpdated"]}