@elasticpath/js-sdk 33.6.0 → 33.7.0
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/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -8091,6 +8091,11 @@ interface SubscriptionInvoice
|
|
|
8091
8091
|
subscription_id?: string
|
|
8092
8092
|
subscriber_id?: string
|
|
8093
8093
|
price?: SubscriptionInvoiceItemPrice
|
|
8094
|
+
display_price?: {
|
|
8095
|
+
with_tax: FormattedPrice
|
|
8096
|
+
without_tax: FormattedPrice
|
|
8097
|
+
tax: FormattedPrice
|
|
8098
|
+
}
|
|
8094
8099
|
timestamps: {
|
|
8095
8100
|
updated_at: string
|
|
8096
8101
|
created_at: string
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED