@panoptic-it-solutions/quickbooks-client 0.1.3 → 0.1.4

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.d.mts CHANGED
@@ -120,6 +120,10 @@ interface Customer extends BaseEntity {
120
120
  ShipAddr?: Address;
121
121
  Balance?: number;
122
122
  Active?: boolean;
123
+ PaymentMethodRef?: {
124
+ value: string;
125
+ name?: string;
126
+ };
123
127
  }
124
128
  interface Address {
125
129
  Id?: string;
package/dist/index.d.ts CHANGED
@@ -120,6 +120,10 @@ interface Customer extends BaseEntity {
120
120
  ShipAddr?: Address;
121
121
  Balance?: number;
122
122
  Active?: boolean;
123
+ PaymentMethodRef?: {
124
+ value: string;
125
+ name?: string;
126
+ };
123
127
  }
124
128
  interface Address {
125
129
  Id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoptic-it-solutions/quickbooks-client",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "QuickBooks Online API client with OAuth 2.0, rate limiting, and typed entities",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",