@techstuff-dev/foundation-api-utils 1.22.0 → 1.23.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.
@@ -419,6 +419,8 @@ export interface Plan {
419
419
  nickname: string;
420
420
  metadata: {
421
421
  icon: string;
422
+ description: string;
423
+ number: string;
422
424
  };
423
425
  }
424
426
  export interface PaymentPlansResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techstuff-dev/foundation-api-utils",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "description": "Foundation shared applications utilities.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",