@yuno-payments/sdk-web-types 1.22.0-beta.1 → 1.22.1-beta

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.ts CHANGED
@@ -297,6 +297,8 @@ interface FullInstallmentInfo {
297
297
  };
298
298
  type?: string;
299
299
  first_installment_deferral?: string;
300
+ id?: string;
301
+ additional_data?: Record<string, unknown>;
300
302
  }
301
303
  interface FullInstallmentsInfo {
302
304
  installments: FullInstallmentInfo[];
package/dist/types.ts CHANGED
@@ -297,6 +297,8 @@ interface FullInstallmentInfo {
297
297
  };
298
298
  type?: string;
299
299
  first_installment_deferral?: string;
300
+ id?: string;
301
+ additional_data?: Record<string, unknown>;
300
302
  }
301
303
  interface FullInstallmentsInfo {
302
304
  installments: FullInstallmentInfo[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.22.0-beta.1",
3
+ "version": "1.22.1-beta",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",