@wix/auto_sdk_app-management_billing 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +8 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/{devcenter-checkout-v1-purchased-item-billing.universal-BOJl75V0.d.ts → index.typings.d.ts} +55 -1
- package/build/cjs/index.typings.js +317 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +2 -1
- package/build/es/index.d.mts +8 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/{devcenter-checkout-v1-purchased-item-billing.universal-BOJl75V0.d.mts → index.typings.d.mts} +55 -1
- package/build/es/index.typings.mjs +288 -0
- package/build/es/index.typings.mjs.map +1 -0
- package/build/es/meta.d.mts +2 -1
- package/build/internal/cjs/index.d.ts +9 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/{devcenter-checkout-v1-purchased-item-billing.universal-0VctJpJS.d.ts → index.typings.d.ts} +71 -1
- package/build/internal/cjs/index.typings.js +317 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +2 -1
- package/build/internal/es/index.d.mts +9 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/{devcenter-checkout-v1-purchased-item-billing.universal-0VctJpJS.d.mts → index.typings.d.mts} +71 -1
- package/build/internal/es/index.typings.mjs +288 -0
- package/build/internal/es/index.typings.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +2 -1
- package/package.json +2 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GetUrlRequest as GetUrlRequest$1, GetUrlResponse as GetUrlResponse$1, GetPurchaseHistoryRequest as GetPurchaseHistoryRequest$1, GetPurchaseHistoryResponse as GetPurchaseHistoryResponse$1, GetMeteredBillingChargesRequest as GetMeteredBillingChargesRequest$1, GetMeteredBillingChargesResponse as GetMeteredBillingChargesResponse$1 } from './index.typings.mjs';
|
|
2
|
+
import '@wix/sdk-types';
|
|
2
3
|
|
|
3
4
|
interface PurchasedItem {
|
|
4
5
|
/** ID of your app's paid plan. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_app-management_billing",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"fqdn": "wix.devcenter.checkout.v1.purchased_item"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"falconPackageHash": "
|
|
52
|
+
"falconPackageHash": "1d445a06a4fe224ab21682b0f57f39cccdb213dde586ea7eeeeeca02"
|
|
53
53
|
}
|