@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
@@ -0,0 +1,53 @@
1
+ import { EventDefinition, HttpClient } from '@wix/sdk-types';
2
+ import { GetMeteredBillingChargesOptions, GetMeteredBillingChargesResponse, GetPurchaseHistoryResponse, GetUrlOptions, GetUrlResponse, PurchasedItemInvoiceStatusUpdatedEnvelope } from './devcenter-checkout-v1-purchased-item-billing.universal.js';
3
+ export declare const __metadata: {
4
+ PACKAGE_NAME: string;
5
+ };
6
+ export declare function getUrl(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
+ export declare function getPurchaseHistory(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
+ /** @internal */
38
+ export declare function getMeteredBillingCharges(httpClient: HttpClient): GetMeteredBillingChargesSignature;
39
+ interface GetMeteredBillingChargesSignature {
40
+ /**
41
+ * Triggers Wix to call the
42
+ * [List Custom Charges SPI](https://dev.wix.com/docs/rest/internal-only/premium/custom-charges-spi/custom-charges-provider-v1/list-charges).
43
+ *
44
+ *
45
+ * Wix doesn't use the response from _List Charges_ SPI to actually create an
46
+ * invoice that's sent to the customer. Instead, calling _Get Metered Billing Charges_
47
+ * allows you confirm that your integration with the Custom Charges SPI is
48
+ * working as intended.
49
+ */
50
+ (options?: GetMeteredBillingChargesOptions | undefined): Promise<GetMeteredBillingChargesResponse>;
51
+ }
52
+ export declare const onPurchasedItemInvoiceStatusUpdated: EventDefinition<PurchasedItemInvoiceStatusUpdatedEnvelope, "InvoiceStatusUpdated">;
53
+ export { BaseEventMetadata, Charge, ChargeOverride, GetMeteredBillingChargesOptions, GetMeteredBillingChargesRequest, GetMeteredBillingChargesResponse, GetPurchaseHistoryRequest, GetPurchaseHistoryResponse, GetSitePaymentMethodsStatusRequest, GetSitePaymentMethodsStatusResponse, GetUrlOptions, GetUrlRequest, GetUrlResponse, IdentificationData, IdentificationDataIdOneOf, InvoiceStatus, InvoiceStatusUpdated, MessageEnvelope, PaymentCycle, PurchasedItem, PurchasedItemInvoiceStatusUpdatedEnvelope, WebhookIdentityType, } from './devcenter-checkout-v1-purchased-item-billing.universal.js';
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WebhookIdentityType = exports.PaymentCycle = exports.InvoiceStatus = exports.onPurchasedItemInvoiceStatusUpdated = exports.getMeteredBillingCharges = exports.getPurchaseHistory = exports.getUrl = exports.__metadata = void 0;
4
+ const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-keys");
5
+ const sdk_types_1 = require("@wix/sdk-types");
6
+ const devcenter_checkout_v1_purchased_item_billing_universal_js_1 = require("./devcenter-checkout-v1-purchased-item-billing.universal.js");
7
+ exports.__metadata = { PACKAGE_NAME: '@wix/app-management' };
8
+ function getUrl(httpClient) {
9
+ return (productId, options) => (0, devcenter_checkout_v1_purchased_item_billing_universal_js_1.getUrl)(productId, options,
10
+ // @ts-ignore
11
+ { httpClient });
12
+ }
13
+ exports.getUrl = getUrl;
14
+ function getPurchaseHistory(httpClient) {
15
+ return () => (0, devcenter_checkout_v1_purchased_item_billing_universal_js_1.getPurchaseHistory)(
16
+ // @ts-ignore
17
+ { httpClient });
18
+ }
19
+ exports.getPurchaseHistory = getPurchaseHistory;
20
+ /** @internal */
21
+ function getMeteredBillingCharges(httpClient) {
22
+ return (options) => (0, devcenter_checkout_v1_purchased_item_billing_universal_js_1.getMeteredBillingCharges)(options,
23
+ // @ts-ignore
24
+ { httpClient });
25
+ }
26
+ exports.getMeteredBillingCharges = getMeteredBillingCharges;
27
+ exports.onPurchasedItemInvoiceStatusUpdated = (0, sdk_types_1.EventDefinition)('InvoiceStatusUpdated', false, (event) => (0, rename_all_nested_keys_1.renameKeysFromRESTResponseToSDKResponse)(event))();
28
+ var devcenter_checkout_v1_purchased_item_billing_universal_js_2 = require("./devcenter-checkout-v1-purchased-item-billing.universal.js");
29
+ Object.defineProperty(exports, "InvoiceStatus", { enumerable: true, get: function () { return devcenter_checkout_v1_purchased_item_billing_universal_js_2.InvoiceStatus; } });
30
+ Object.defineProperty(exports, "PaymentCycle", { enumerable: true, get: function () { return devcenter_checkout_v1_purchased_item_billing_universal_js_2.PaymentCycle; } });
31
+ Object.defineProperty(exports, "WebhookIdentityType", { enumerable: true, get: function () { return devcenter_checkout_v1_purchased_item_billing_universal_js_2.WebhookIdentityType; } });
32
+ //# sourceMappingURL=devcenter-checkout-v1-purchased-item-billing.public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"devcenter-checkout-v1-purchased-item-billing.public.js","sourceRoot":"","sources":["../../../../src/devcenter-checkout-v1-purchased-item-billing.public.ts"],"names":[],"mappings":";;;AAAA,oFAAkG;AAClG,8CAA6D;AAC7D,2IAUqE;AAExD,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC;AAElE,SAAgB,MAAM,CAAC,UAAsB;IAC3C,OAAO,CAAC,SAAiB,EAAE,OAAuB,EAAE,EAAE,CACpD,IAAA,kEAAe,EACb,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,wBAQC;AAuBD,SAAgB,kBAAkB,CAChC,UAAsB;IAEtB,OAAO,GAAG,EAAE,CACV,IAAA,8EAA2B;IACzB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,gDAQC;AAeD,gBAAgB;AAChB,SAAgB,wBAAwB,CACtC,UAAsB;IAEtB,OAAO,CAAC,OAAyC,EAAE,EAAE,CACnD,IAAA,oFAAiC,EAC/B,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,4DASC;AAkBY,QAAA,mCAAmC,GAAG,IAAA,2BAAe,EAChE,sBAAsB,EACtB,KAAK,EACL,CAAC,KAAgD,EAAE,EAAE,CACnD,IAAA,gEAAuC,EAAC,KAAK,CAAC,CACjD,EAA6C,CAAC;AAE/C,yIAuBqE;AAPnE,0JAAA,aAAa,OAAA;AAGb,yJAAA,YAAY,OAAA;AAGZ,gKAAA,mBAAmB,OAAA"}
@@ -0,0 +1,250 @@
1
+ export interface PurchasedItem {
2
+ /** ID of your app's paid plan. */
3
+ productId?: string;
4
+ /** Price of your app's paid plan. For example, `9.95`. */
5
+ price?: string;
6
+ /**
7
+ * 3-letter currency code in
8
+ * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
9
+ */
10
+ currency?: string;
11
+ /** Information about the billing cycle for your app's paid plan. */
12
+ billingCycle?: PaymentCycle;
13
+ /**
14
+ * Date and time the site onwers have purchased your app's paid plan in
15
+ * `YYYY-MM-DDThh:mm:ss.sssZ` format.
16
+ */
17
+ dateCreated?: Date | null;
18
+ }
19
+ export declare enum PaymentCycle {
20
+ NO_CYCLE = "NO_CYCLE",
21
+ MONTHLY = "MONTHLY",
22
+ YEARLY = "YEARLY",
23
+ ONE_TIME = "ONE_TIME",
24
+ TWO_YEARS = "TWO_YEARS",
25
+ THREE_YEARS = "THREE_YEARS",
26
+ FOUR_YEARS = "FOUR_YEARS",
27
+ FIVE_YEARS = "FIVE_YEARS"
28
+ }
29
+ export interface InvoiceStatusUpdated {
30
+ /** Invoice payment status. */
31
+ status?: InvoiceStatus;
32
+ /**
33
+ * Wix Premium invoice ID.
34
+ * @maxLength 50
35
+ */
36
+ invoiceId?: string;
37
+ /**
38
+ * App instance ID - a unique ID assigned to each app in each site.
39
+ * @format GUID
40
+ */
41
+ instanceId?: string | null;
42
+ /** Whether the invoice is for a single payment or for multiple, recurring payments. */
43
+ recurring?: boolean;
44
+ }
45
+ export declare enum InvoiceStatus {
46
+ UNKNOWN_INVOICE_STATUS = "UNKNOWN_INVOICE_STATUS",
47
+ PAYMENT_FAILED = "PAYMENT_FAILED",
48
+ PAID = "PAID",
49
+ REFUNDED = "REFUNDED",
50
+ VOIDED = "VOIDED",
51
+ CHARGEDBACK = "CHARGEDBACK"
52
+ }
53
+ export interface GetUrlRequest {
54
+ /**
55
+ * ID of your app's paid plan to retrieve the Wix checkout URL for. Check your app's dashboard
56
+ * for a list of your app's supported product IDs.
57
+ */
58
+ productId: string;
59
+ /**
60
+ * URL for the Wix checkout page. Redirect site owners to this URL after
61
+ * they've successfully purchased a paid plan for your app.
62
+ * @format WEB_URL
63
+ */
64
+ successUrl?: string | null;
65
+ /**
66
+ * Whether the checkout is for testing purposes only. Testing is mainly
67
+ * relevant for in-app purchase flows. When `true`, Wix charges the site
68
+ * owners an amount of `0.00`.
69
+ */
70
+ testCheckout?: boolean;
71
+ /** Information about the paid plan's billing cycle. */
72
+ billingCycle?: PaymentCycle;
73
+ /**
74
+ * 2-letter country code in
75
+ * [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
76
+ * format.
77
+ *
78
+ * Default: `"US"`
79
+ */
80
+ countryCode?: string | null;
81
+ /**
82
+ * 2-letter language code in
83
+ * [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
84
+ *
85
+ * Default: `"EN"`
86
+ */
87
+ languageCode?: string | null;
88
+ /** Coupon code for the paid plan. Available only in case there is a discount. */
89
+ couponCode?: string | null;
90
+ }
91
+ export interface ChargeOverride {
92
+ /**
93
+ * Override price. In case you omit the override price, Wix charges site
94
+ * owners the app's default price that's configured in the Pricing page of your app's dashboard.
95
+ */
96
+ price?: number;
97
+ /**
98
+ * Override 3-letter currency code in
99
+ * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
100
+ */
101
+ currency?: string;
102
+ }
103
+ export interface GetUrlResponse {
104
+ /**
105
+ * URL for the Wix checkout page.
106
+ * @format WEB_URL
107
+ */
108
+ checkoutUrl?: string;
109
+ /**
110
+ * Token for the Wix checkout page. The token holds all data about the order
111
+ * you're creating a checkout for. It is [signed](),
112
+ * so you can verify that it comes from Wix.
113
+ */
114
+ token?: string | null;
115
+ }
116
+ export interface GetPurchaseHistoryRequest {
117
+ }
118
+ export interface GetPurchaseHistoryResponse {
119
+ /** Retrieved purchases the site owners have completed for you app. */
120
+ purchases?: PurchasedItem[];
121
+ }
122
+ export interface GetSitePaymentMethodsStatusRequest {
123
+ }
124
+ export interface GetSitePaymentMethodsStatusResponse {
125
+ /**
126
+ * Whether the site owners have enabled at least a single online payment method.
127
+ * Online payment methods include Wix Payments, Stripe, PayPal, and credit
128
+ * cards.
129
+ */
130
+ onlineProviderEnabled?: boolean;
131
+ /** Whether the site owners accept offline payments. */
132
+ offlineProviderEnabled?: boolean;
133
+ /**
134
+ * Whether the site owners have enabled the
135
+ * [Wix Point of Sale](https://www.wix.com/pos).
136
+ * This allows their customers to make electronic payments in person.
137
+ */
138
+ wixPosProviderEnabled?: boolean;
139
+ /**
140
+ * Whether the site owners have enabled at least one 3rd-party point-of-sale
141
+ * provider. This allows their customers to make electronic payments in person.
142
+ */
143
+ thirdPartyPosProviderEnabled?: boolean;
144
+ }
145
+ export interface GetMeteredBillingChargesRequest {
146
+ /**
147
+ * 3-letter currency code in
148
+ * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
149
+ * @format CURRENCY
150
+ */
151
+ currency?: string | null;
152
+ /**
153
+ * Start of the period you want to retrieve the custom charges for in
154
+ * `YYYY-MM-DDThh:mm:ss.sssZ` format.
155
+ */
156
+ startDate?: Date | null;
157
+ /**
158
+ * End of the period you want to retrieve the custom charges for in
159
+ * `YYYY-MM-DDThh:mm:ss.sssZ` format.
160
+ */
161
+ endDate?: Date | null;
162
+ }
163
+ export interface GetMeteredBillingChargesResponse {
164
+ /** List of retrieved custom charges. */
165
+ charges?: Charge[];
166
+ }
167
+ export interface Charge {
168
+ /** ID of the custom charge. The ID consists of 64 characters. */
169
+ id?: string | null;
170
+ /** Description of the custom charge. */
171
+ description?: string;
172
+ /**
173
+ * Charge amount.
174
+ *
175
+ * Min: `0.50`
176
+ * @format DECIMAL_VALUE
177
+ * @decimalValue options { gt:0.00 }
178
+ */
179
+ amount?: string;
180
+ }
181
+ export interface MessageEnvelope {
182
+ /**
183
+ * App instance ID.
184
+ * @format GUID
185
+ */
186
+ instanceId?: string | null;
187
+ /**
188
+ * Event type.
189
+ * @maxLength 150
190
+ */
191
+ eventType?: string;
192
+ /** The identification type and identity data. */
193
+ identity?: IdentificationData;
194
+ /** Stringify payload. */
195
+ data?: string;
196
+ }
197
+ export interface IdentificationData extends IdentificationDataIdOneOf {
198
+ /**
199
+ * ID of a site visitor that has not logged in to the site.
200
+ * @format GUID
201
+ */
202
+ anonymousVisitorId?: string;
203
+ /**
204
+ * ID of a site visitor that has logged in to the site.
205
+ * @format GUID
206
+ */
207
+ memberId?: string;
208
+ /**
209
+ * ID of a Wix user (site owner, contributor, etc.).
210
+ * @format GUID
211
+ */
212
+ wixUserId?: string;
213
+ /**
214
+ * ID of an app.
215
+ * @format GUID
216
+ */
217
+ appId?: string;
218
+ /** @readonly */
219
+ identityType?: WebhookIdentityType;
220
+ }
221
+ /** @oneof */
222
+ export interface IdentificationDataIdOneOf {
223
+ /**
224
+ * ID of a site visitor that has not logged in to the site.
225
+ * @format GUID
226
+ */
227
+ anonymousVisitorId?: string;
228
+ /**
229
+ * ID of a site visitor that has logged in to the site.
230
+ * @format GUID
231
+ */
232
+ memberId?: string;
233
+ /**
234
+ * ID of a Wix user (site owner, contributor, etc.).
235
+ * @format GUID
236
+ */
237
+ wixUserId?: string;
238
+ /**
239
+ * ID of an app.
240
+ * @format GUID
241
+ */
242
+ appId?: string;
243
+ }
244
+ export declare enum WebhookIdentityType {
245
+ UNKNOWN = "UNKNOWN",
246
+ ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
247
+ MEMBER = "MEMBER",
248
+ WIX_USER = "WIX_USER",
249
+ APP = "APP"
250
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WebhookIdentityType = exports.InvoiceStatus = exports.PaymentCycle = void 0;
4
+ var PaymentCycle;
5
+ (function (PaymentCycle) {
6
+ PaymentCycle["NO_CYCLE"] = "NO_CYCLE";
7
+ PaymentCycle["MONTHLY"] = "MONTHLY";
8
+ PaymentCycle["YEARLY"] = "YEARLY";
9
+ PaymentCycle["ONE_TIME"] = "ONE_TIME";
10
+ PaymentCycle["TWO_YEARS"] = "TWO_YEARS";
11
+ PaymentCycle["THREE_YEARS"] = "THREE_YEARS";
12
+ PaymentCycle["FOUR_YEARS"] = "FOUR_YEARS";
13
+ PaymentCycle["FIVE_YEARS"] = "FIVE_YEARS";
14
+ })(PaymentCycle || (exports.PaymentCycle = PaymentCycle = {}));
15
+ var InvoiceStatus;
16
+ (function (InvoiceStatus) {
17
+ InvoiceStatus["UNKNOWN_INVOICE_STATUS"] = "UNKNOWN_INVOICE_STATUS";
18
+ InvoiceStatus["PAYMENT_FAILED"] = "PAYMENT_FAILED";
19
+ InvoiceStatus["PAID"] = "PAID";
20
+ InvoiceStatus["REFUNDED"] = "REFUNDED";
21
+ InvoiceStatus["VOIDED"] = "VOIDED";
22
+ InvoiceStatus["CHARGEDBACK"] = "CHARGEDBACK";
23
+ })(InvoiceStatus || (exports.InvoiceStatus = InvoiceStatus = {}));
24
+ var WebhookIdentityType;
25
+ (function (WebhookIdentityType) {
26
+ WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
27
+ WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
28
+ WebhookIdentityType["MEMBER"] = "MEMBER";
29
+ WebhookIdentityType["WIX_USER"] = "WIX_USER";
30
+ WebhookIdentityType["APP"] = "APP";
31
+ })(WebhookIdentityType || (exports.WebhookIdentityType = WebhookIdentityType = {}));
32
+ //# sourceMappingURL=devcenter-checkout-v1-purchased-item-billing.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"devcenter-checkout-v1-purchased-item-billing.types.js","sourceRoot":"","sources":["../../../../src/devcenter-checkout-v1-purchased-item-billing.types.ts"],"names":[],"mappings":";;;AAmBA,IAAY,YASX;AATD,WAAY,YAAY;IACtB,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;IACvB,2CAA2B,CAAA;IAC3B,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;AAC3B,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAmBD,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,kEAAiD,CAAA;IACjD,kDAAiC,CAAA;IACjC,8BAAa,CAAA;IACb,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;IACjB,4CAA2B,CAAA;AAC7B,CAAC,EAPW,aAAa,6BAAb,aAAa,QAOxB;AA4MD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}