@juhuu/sdk-ts 1.3.35 → 1.3.36

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
@@ -1736,6 +1736,7 @@ interface PaymentCreateBlock extends BaseBlock {
1736
1736
  confirmationDeadlineAt: DataEdgeConnection;
1737
1737
  defaultPaymentMethodConfigurationId: DataEdgeConnection;
1738
1738
  delayedPaymentMethodConfigurationId: DataEdgeConnection;
1739
+ secondsToPay: DataEdgeConnection;
1739
1740
  };
1740
1741
  out: {
1741
1742
  payment: DataEdgeConnection;
@@ -1752,6 +1753,7 @@ interface PaymentCreateBlock extends BaseBlock {
1752
1753
  confirmationDeadlineAt?: Date | null;
1753
1754
  defaultPaymentMethodConfigurationId?: string | null;
1754
1755
  delayedPaymentMethodConfigurationId?: string | null;
1756
+ secondsToPay?: number | null;
1755
1757
  };
1756
1758
  }
1757
1759
  interface PaymentCreateBlockInputs {
package/dist/index.d.ts CHANGED
@@ -1736,6 +1736,7 @@ interface PaymentCreateBlock extends BaseBlock {
1736
1736
  confirmationDeadlineAt: DataEdgeConnection;
1737
1737
  defaultPaymentMethodConfigurationId: DataEdgeConnection;
1738
1738
  delayedPaymentMethodConfigurationId: DataEdgeConnection;
1739
+ secondsToPay: DataEdgeConnection;
1739
1740
  };
1740
1741
  out: {
1741
1742
  payment: DataEdgeConnection;
@@ -1752,6 +1753,7 @@ interface PaymentCreateBlock extends BaseBlock {
1752
1753
  confirmationDeadlineAt?: Date | null;
1753
1754
  defaultPaymentMethodConfigurationId?: string | null;
1754
1755
  delayedPaymentMethodConfigurationId?: string | null;
1756
+ secondsToPay?: number | null;
1755
1757
  };
1756
1758
  }
1757
1759
  interface PaymentCreateBlockInputs {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.35",
6
+ "version": "1.3.36",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",