commerce-sdk-isomorphic 3.4.0 → 3.5.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.
@@ -28852,7 +28852,6 @@ declare class ShopperLogin<ConfigParameters extends ShopperLoginParameters & Rec
28852
28852
  "organizationId",
28853
28853
  "client_id",
28854
28854
  "channel_id",
28855
- "code_challenge",
28856
28855
  "login_id",
28857
28856
  "idp_origin",
28858
28857
  "redirect_uri",
@@ -29485,7 +29484,7 @@ declare class ShopperLogin<ConfigParameters extends ShopperLoginParameters & Rec
29485
29484
  organizationId: string;
29486
29485
  client_id: string;
29487
29486
  channel_id: string;
29488
- code_challenge: string;
29487
+ code_challenge?: string;
29489
29488
  login_id: string;
29490
29489
  idp_origin: string;
29491
29490
  redirect_uri: string;
@@ -29536,7 +29535,7 @@ declare class ShopperLogin<ConfigParameters extends ShopperLoginParameters & Rec
29536
29535
  organizationId: string;
29537
29536
  client_id: string;
29538
29537
  channel_id: string;
29539
- code_challenge: string;
29538
+ code_challenge?: string;
29540
29539
  login_id: string;
29541
29540
  idp_origin: string;
29542
29541
  redirect_uri: string;
@@ -30691,7 +30690,6 @@ declare namespace ShopperLoginTypes {
30691
30690
  "organizationId",
30692
30691
  "client_id",
30693
30692
  "channel_id",
30694
- "code_challenge",
30695
30693
  "login_id",
30696
30694
  "idp_origin",
30697
30695
  "redirect_uri",
@@ -31324,7 +31322,7 @@ declare namespace ShopperLoginTypes {
31324
31322
  organizationId: string;
31325
31323
  client_id: string;
31326
31324
  channel_id: string;
31327
- code_challenge: string;
31325
+ code_challenge?: string;
31328
31326
  login_id: string;
31329
31327
  idp_origin: string;
31330
31328
  redirect_uri: string;
@@ -31375,7 +31373,7 @@ declare namespace ShopperLoginTypes {
31375
31373
  organizationId: string;
31376
31374
  client_id: string;
31377
31375
  channel_id: string;
31378
- code_challenge: string;
31376
+ code_challenge?: string;
31379
31377
  login_id: string;
31380
31378
  idp_origin: string;
31381
31379
  redirect_uri: string;
@@ -32578,7 +32576,6 @@ declare namespace helpers {
32578
32576
  "organizationId",
32579
32577
  "client_id",
32580
32578
  "channel_id",
32581
- "code_challenge",
32582
32579
  "login_id",
32583
32580
  "idp_origin",
32584
32581
  "redirect_uri",
@@ -33211,7 +33208,7 @@ declare namespace helpers {
33211
33208
  organizationId: string;
33212
33209
  client_id: string;
33213
33210
  channel_id: string;
33214
- code_challenge: string;
33211
+ code_challenge?: string;
33215
33212
  login_id: string;
33216
33213
  idp_origin: string;
33217
33214
  redirect_uri: string;
@@ -33262,7 +33259,7 @@ declare namespace helpers {
33262
33259
  organizationId: string;
33263
33260
  client_id: string;
33264
33261
  channel_id: string;
33265
- code_challenge: string;
33262
+ code_challenge?: string;
33266
33263
  login_id: string;
33267
33264
  idp_origin: string;
33268
33265
  redirect_uri: string;