@managespace/sdk 0.0.199 → 0.0.200

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@managespace/sdk",
3
- "version": "0.0.199",
3
+ "version": "0.0.200",
4
4
  "scripts": {
5
5
  "dev": "tsc -w --preserveWatchOutput",
6
6
  "build": "tsc",
@@ -348,7 +348,7 @@ export namespace Billing {
348
348
  responseType!: PaymentMethod[];
349
349
  payload!: BasePaginationQuery & {
350
350
  customerId: string;
351
- default?: boolean;
351
+ isDefault?: boolean;
352
352
  };
353
353
  }
354
354