@bondsports/types 1.19.67 → 1.19.68

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.
@@ -60,8 +60,8 @@ export interface SplitedLineItems {
60
60
  parentLineItems: LineItems[];
61
61
  lineItemsMap: Map<number, LineItems>;
62
62
  }
63
- export interface PaymentResult {
64
- paidStripePaymentIntent?: Stripe.PaymentIntent;
63
+ export interface PayPaymentResult {
64
+ paymentIntent?: Stripe.PaymentIntent;
65
65
  customer?: Customer;
66
66
  }
67
67
  export interface SaveInovicePayment {
@@ -83,8 +83,8 @@ export interface ITokenResonse {
83
83
  token: string;
84
84
  }
85
85
  export interface IStripeBondInvoices {
86
- bondPaidPayment: Payment;
87
- paidStripePaymentIntent?: Stripe.PaymentIntent;
86
+ payment: Payment;
87
+ paymentIntent?: Stripe.PaymentIntent;
88
88
  invoice?: Invoice;
89
89
  customer?: Customer;
90
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "1.19.67",
3
+ "version": "1.19.68",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {