@final-commerce/common 2.2.0-staging.1 → 2.2.0-staging.2

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.
@@ -2075,6 +2075,7 @@ interface BootstrapMessage {
2075
2075
  wsUrl?: string;
2076
2076
  apiUrl?: string;
2077
2077
  };
2078
+ paymentProvider?: PaymentProcessor;
2078
2079
  }
2079
2080
  interface TokenRefreshMessage {
2080
2081
  type: 'TOKEN_REFRESH';
@@ -2075,6 +2075,7 @@ interface BootstrapMessage {
2075
2075
  wsUrl?: string;
2076
2076
  apiUrl?: string;
2077
2077
  };
2078
+ paymentProvider?: PaymentProcessor;
2078
2079
  }
2079
2080
  interface TokenRefreshMessage {
2080
2081
  type: 'TOKEN_REFRESH';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@final-commerce/common",
3
- "version": "2.2.0-staging.1",
3
+ "version": "2.2.0-staging.2",
4
4
  "description": "Shared utilities, types, constants, and engineering governance configs for the Final Commerce platform.",
5
5
  "homepage": "https://github.com/Final-Commerce/common#readme",
6
6
  "bugs": {