@proxy-checkout/server-js 0.0.8-prx-124.127.1 → 0.0.8-prx-124.129.1

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.
@@ -101,7 +101,7 @@ export interface ProxySessionCartResult {
101
101
  readonly currency: string;
102
102
  }
103
103
  export interface RecordProviderBindingInput extends ProxyCheckoutServerRequestOptions {
104
- /** Checkout commercial mode used only to safely infer the deprecated binding into an acquisition. */
104
+ /** Required for Stripe so Proxy can safely infer the deprecated binding into an acquisition. */
105
105
  readonly commercialMode?: "one_time" | "subscription";
106
106
  readonly providerCheckoutSessionId: string;
107
107
  readonly psp: string;
@@ -101,7 +101,7 @@ export interface ProxySessionCartResult {
101
101
  readonly currency: string;
102
102
  }
103
103
  export interface RecordProviderBindingInput extends ProxyCheckoutServerRequestOptions {
104
- /** Checkout commercial mode used only to safely infer the deprecated binding into an acquisition. */
104
+ /** Required for Stripe so Proxy can safely infer the deprecated binding into an acquisition. */
105
105
  readonly commercialMode?: "one_time" | "subscription";
106
106
  readonly providerCheckoutSessionId: string;
107
107
  readonly psp: string;
@@ -1,3 +1,3 @@
1
1
  export declare const proxyCheckoutServerSdkName = "@proxy-checkout/server-js";
2
- export declare const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.127.1";
3
- export declare const proxyCheckoutServerSdkUserAgent = "@proxy-checkout/server-js/0.0.8-prx-124.127.1";
2
+ export declare const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.129.1";
3
+ export declare const proxyCheckoutServerSdkUserAgent = "@proxy-checkout/server-js/0.0.8-prx-124.129.1";
@@ -1,3 +1,3 @@
1
1
  export declare const proxyCheckoutServerSdkName = "@proxy-checkout/server-js";
2
- export declare const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.127.1";
3
- export declare const proxyCheckoutServerSdkUserAgent = "@proxy-checkout/server-js/0.0.8-prx-124.127.1";
2
+ export declare const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.129.1";
3
+ export declare const proxyCheckoutServerSdkUserAgent = "@proxy-checkout/server-js/0.0.8-prx-124.129.1";
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.proxyCheckoutServerSdkUserAgent = exports.proxyCheckoutServerSdkVersion = exports.proxyCheckoutServerSdkName = void 0;
4
4
  exports.proxyCheckoutServerSdkName = "@proxy-checkout/server-js";
5
- exports.proxyCheckoutServerSdkVersion = "0.0.8-prx-124.127.1";
5
+ exports.proxyCheckoutServerSdkVersion = "0.0.8-prx-124.129.1";
6
6
  exports.proxyCheckoutServerSdkUserAgent = `${exports.proxyCheckoutServerSdkName}/${exports.proxyCheckoutServerSdkVersion}`;
@@ -101,7 +101,7 @@ export interface ProxySessionCartResult {
101
101
  readonly currency: string;
102
102
  }
103
103
  export interface RecordProviderBindingInput extends ProxyCheckoutServerRequestOptions {
104
- /** Checkout commercial mode used only to safely infer the deprecated binding into an acquisition. */
104
+ /** Required for Stripe so Proxy can safely infer the deprecated binding into an acquisition. */
105
105
  readonly commercialMode?: "one_time" | "subscription";
106
106
  readonly providerCheckoutSessionId: string;
107
107
  readonly psp: string;
@@ -1,3 +1,3 @@
1
1
  export declare const proxyCheckoutServerSdkName = "@proxy-checkout/server-js";
2
- export declare const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.127.1";
3
- export declare const proxyCheckoutServerSdkUserAgent = "@proxy-checkout/server-js/0.0.8-prx-124.127.1";
2
+ export declare const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.129.1";
3
+ export declare const proxyCheckoutServerSdkUserAgent = "@proxy-checkout/server-js/0.0.8-prx-124.129.1";
@@ -1,3 +1,3 @@
1
1
  export const proxyCheckoutServerSdkName = "@proxy-checkout/server-js";
2
- export const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.127.1";
2
+ export const proxyCheckoutServerSdkVersion = "0.0.8-prx-124.129.1";
3
3
  export const proxyCheckoutServerSdkUserAgent = `${proxyCheckoutServerSdkName}/${proxyCheckoutServerSdkVersion}`;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "types": "./dist/esm/index.d.ts",
10
- "version": "0.0.8-prx-124.127.1",
10
+ "version": "0.0.8-prx-124.129.1",
11
11
  "devDependencies": {
12
12
  "@types/node": "^24.12.4",
13
13
  "@vitest/coverage-v8": "4.1.7",