@commercengine/storefront-sdk 0.9.4 → 0.10.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.
- package/dist/index.d.ts +552 -306
- package/dist/index.iife.js +1 -54
- package/dist/index.iife.js.map +1 -1
- package/dist/index.js +1 -54
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -756,33 +756,6 @@ interface paths {
|
|
|
756
756
|
patch?: never;
|
|
757
757
|
trace?: never;
|
|
758
758
|
};
|
|
759
|
-
"/carts/{id}/gift-card": {
|
|
760
|
-
parameters: {
|
|
761
|
-
query?: never;
|
|
762
|
-
header?: never;
|
|
763
|
-
path: {
|
|
764
|
-
/** @description Cart ID */
|
|
765
|
-
id: string;
|
|
766
|
-
};
|
|
767
|
-
cookie?: never;
|
|
768
|
-
};
|
|
769
|
-
get?: never;
|
|
770
|
-
put?: never;
|
|
771
|
-
/**
|
|
772
|
-
* Redeem gift card
|
|
773
|
-
* @description Redeem a gift card
|
|
774
|
-
*/
|
|
775
|
-
post: operations["redeem-gift-card"];
|
|
776
|
-
/**
|
|
777
|
-
* Remove gift card
|
|
778
|
-
* @description Remove gift card
|
|
779
|
-
*/
|
|
780
|
-
delete: operations["remove-gift-card"];
|
|
781
|
-
options?: never;
|
|
782
|
-
head?: never;
|
|
783
|
-
patch?: never;
|
|
784
|
-
trace?: never;
|
|
785
|
-
};
|
|
786
759
|
"/carts/{id}/items": {
|
|
787
760
|
parameters: {
|
|
788
761
|
query?: never;
|
|
@@ -1728,6 +1701,26 @@ interface paths {
|
|
|
1728
1701
|
patch?: never;
|
|
1729
1702
|
trace?: never;
|
|
1730
1703
|
};
|
|
1704
|
+
"/payments/payment-options": {
|
|
1705
|
+
parameters: {
|
|
1706
|
+
query?: never;
|
|
1707
|
+
header?: never;
|
|
1708
|
+
path?: never;
|
|
1709
|
+
cookie?: never;
|
|
1710
|
+
};
|
|
1711
|
+
/**
|
|
1712
|
+
* List all payment options
|
|
1713
|
+
* @description List all payment options
|
|
1714
|
+
*/
|
|
1715
|
+
get: operations["list-payment-options"];
|
|
1716
|
+
put?: never;
|
|
1717
|
+
post?: never;
|
|
1718
|
+
delete?: never;
|
|
1719
|
+
options?: never;
|
|
1720
|
+
head?: never;
|
|
1721
|
+
patch?: never;
|
|
1722
|
+
trace?: never;
|
|
1723
|
+
};
|
|
1731
1724
|
"/payments/verify-vpa": {
|
|
1732
1725
|
parameters: {
|
|
1733
1726
|
query?: never;
|
|
@@ -2101,30 +2094,6 @@ interface paths {
|
|
|
2101
2094
|
patch?: never;
|
|
2102
2095
|
trace?: never;
|
|
2103
2096
|
};
|
|
2104
|
-
"/pos/carts/{id}/gift-card": {
|
|
2105
|
-
parameters: {
|
|
2106
|
-
query?: never;
|
|
2107
|
-
header?: never;
|
|
2108
|
-
path?: never;
|
|
2109
|
-
cookie?: never;
|
|
2110
|
-
};
|
|
2111
|
-
get?: never;
|
|
2112
|
-
put?: never;
|
|
2113
|
-
/**
|
|
2114
|
-
* Redeem gift card
|
|
2115
|
-
* @description Redeem a gift card
|
|
2116
|
-
*/
|
|
2117
|
-
post: operations["pos-redeem-gift-card"];
|
|
2118
|
-
/**
|
|
2119
|
-
* Remove gift card
|
|
2120
|
-
* @description Remove gift card
|
|
2121
|
-
*/
|
|
2122
|
-
delete: operations["pos-remove-gift-card"];
|
|
2123
|
-
options?: never;
|
|
2124
|
-
head?: never;
|
|
2125
|
-
patch?: never;
|
|
2126
|
-
trace?: never;
|
|
2127
|
-
};
|
|
2128
2097
|
"/pos/carts/{id}/items": {
|
|
2129
2098
|
parameters: {
|
|
2130
2099
|
query?: never;
|
|
@@ -2409,6 +2378,66 @@ interface paths {
|
|
|
2409
2378
|
patch?: never;
|
|
2410
2379
|
trace?: never;
|
|
2411
2380
|
};
|
|
2381
|
+
"/pos/devices": {
|
|
2382
|
+
parameters: {
|
|
2383
|
+
query?: never;
|
|
2384
|
+
header?: never;
|
|
2385
|
+
path?: never;
|
|
2386
|
+
cookie?: never;
|
|
2387
|
+
};
|
|
2388
|
+
/**
|
|
2389
|
+
* List all available devices
|
|
2390
|
+
* @description List all available devices.
|
|
2391
|
+
*/
|
|
2392
|
+
get: operations["list-pos-devices"];
|
|
2393
|
+
put?: never;
|
|
2394
|
+
post?: never;
|
|
2395
|
+
delete?: never;
|
|
2396
|
+
options?: never;
|
|
2397
|
+
head?: never;
|
|
2398
|
+
patch?: never;
|
|
2399
|
+
trace?: never;
|
|
2400
|
+
};
|
|
2401
|
+
"/pos/devices/{id}/claim": {
|
|
2402
|
+
parameters: {
|
|
2403
|
+
query?: never;
|
|
2404
|
+
header?: never;
|
|
2405
|
+
path?: never;
|
|
2406
|
+
cookie?: never;
|
|
2407
|
+
};
|
|
2408
|
+
get?: never;
|
|
2409
|
+
put?: never;
|
|
2410
|
+
/**
|
|
2411
|
+
* Claim device
|
|
2412
|
+
* @description Claim device
|
|
2413
|
+
*/
|
|
2414
|
+
post: operations["claim-pos-device"];
|
|
2415
|
+
delete?: never;
|
|
2416
|
+
options?: never;
|
|
2417
|
+
head?: never;
|
|
2418
|
+
patch?: never;
|
|
2419
|
+
trace?: never;
|
|
2420
|
+
};
|
|
2421
|
+
"/pos/devices/{id}/unclaim": {
|
|
2422
|
+
parameters: {
|
|
2423
|
+
query?: never;
|
|
2424
|
+
header?: never;
|
|
2425
|
+
path?: never;
|
|
2426
|
+
cookie?: never;
|
|
2427
|
+
};
|
|
2428
|
+
get?: never;
|
|
2429
|
+
put?: never;
|
|
2430
|
+
/**
|
|
2431
|
+
* Unclaim device
|
|
2432
|
+
* @description Unclaim device
|
|
2433
|
+
*/
|
|
2434
|
+
post: operations["unclaim-pos-device"];
|
|
2435
|
+
delete?: never;
|
|
2436
|
+
options?: never;
|
|
2437
|
+
head?: never;
|
|
2438
|
+
patch?: never;
|
|
2439
|
+
trace?: never;
|
|
2440
|
+
};
|
|
2412
2441
|
"/pos/fulfillment-options": {
|
|
2413
2442
|
parameters: {
|
|
2414
2443
|
query?: never;
|
|
@@ -2429,6 +2458,26 @@ interface paths {
|
|
|
2429
2458
|
patch?: never;
|
|
2430
2459
|
trace?: never;
|
|
2431
2460
|
};
|
|
2461
|
+
"/pos/locations": {
|
|
2462
|
+
parameters: {
|
|
2463
|
+
query?: never;
|
|
2464
|
+
header?: never;
|
|
2465
|
+
path?: never;
|
|
2466
|
+
cookie?: never;
|
|
2467
|
+
};
|
|
2468
|
+
/**
|
|
2469
|
+
* List all locations
|
|
2470
|
+
* @description List all locations.
|
|
2471
|
+
*/
|
|
2472
|
+
get: operations["list-pos-locations"];
|
|
2473
|
+
put?: never;
|
|
2474
|
+
post?: never;
|
|
2475
|
+
delete?: never;
|
|
2476
|
+
options?: never;
|
|
2477
|
+
head?: never;
|
|
2478
|
+
patch?: never;
|
|
2479
|
+
trace?: never;
|
|
2480
|
+
};
|
|
2432
2481
|
"/pos/orders": {
|
|
2433
2482
|
parameters: {
|
|
2434
2483
|
query?: never;
|
|
@@ -2449,6 +2498,66 @@ interface paths {
|
|
|
2449
2498
|
patch?: never;
|
|
2450
2499
|
trace?: never;
|
|
2451
2500
|
};
|
|
2501
|
+
"/pos/orders/{order_number}/payment-status": {
|
|
2502
|
+
parameters: {
|
|
2503
|
+
query?: never;
|
|
2504
|
+
header?: never;
|
|
2505
|
+
path?: never;
|
|
2506
|
+
cookie?: never;
|
|
2507
|
+
};
|
|
2508
|
+
/**
|
|
2509
|
+
* Retrieve payment status
|
|
2510
|
+
* @description Retrieve payment status of a paricular order.
|
|
2511
|
+
*/
|
|
2512
|
+
get: operations["pos-get-payment-status"];
|
|
2513
|
+
put?: never;
|
|
2514
|
+
post?: never;
|
|
2515
|
+
delete?: never;
|
|
2516
|
+
options?: never;
|
|
2517
|
+
head?: never;
|
|
2518
|
+
patch?: never;
|
|
2519
|
+
trace?: never;
|
|
2520
|
+
};
|
|
2521
|
+
"/pos/payments/payment-options": {
|
|
2522
|
+
parameters: {
|
|
2523
|
+
query?: never;
|
|
2524
|
+
header?: never;
|
|
2525
|
+
path?: never;
|
|
2526
|
+
cookie?: never;
|
|
2527
|
+
};
|
|
2528
|
+
/**
|
|
2529
|
+
* List all payment options
|
|
2530
|
+
* @description List all payment options
|
|
2531
|
+
*/
|
|
2532
|
+
get: operations["pos-list-payment-options"];
|
|
2533
|
+
put?: never;
|
|
2534
|
+
post?: never;
|
|
2535
|
+
delete?: never;
|
|
2536
|
+
options?: never;
|
|
2537
|
+
head?: never;
|
|
2538
|
+
patch?: never;
|
|
2539
|
+
trace?: never;
|
|
2540
|
+
};
|
|
2541
|
+
"/pos/users/{id}": {
|
|
2542
|
+
parameters: {
|
|
2543
|
+
query?: never;
|
|
2544
|
+
header?: never;
|
|
2545
|
+
path?: never;
|
|
2546
|
+
cookie?: never;
|
|
2547
|
+
};
|
|
2548
|
+
/**
|
|
2549
|
+
* Get POS User
|
|
2550
|
+
* @description Get POS User
|
|
2551
|
+
*/
|
|
2552
|
+
get: operations["get-pos-user"];
|
|
2553
|
+
put?: never;
|
|
2554
|
+
post?: never;
|
|
2555
|
+
delete?: never;
|
|
2556
|
+
options?: never;
|
|
2557
|
+
head?: never;
|
|
2558
|
+
patch?: never;
|
|
2559
|
+
trace?: never;
|
|
2560
|
+
};
|
|
2452
2561
|
"/shipping/fulfillment-options": {
|
|
2453
2562
|
parameters: {
|
|
2454
2563
|
query?: never;
|
|
@@ -4579,6 +4688,28 @@ interface components {
|
|
|
4579
4688
|
PayuSavedCard: {
|
|
4580
4689
|
id?: string;
|
|
4581
4690
|
};
|
|
4691
|
+
/** PayWithCard */
|
|
4692
|
+
PayWithCard: {
|
|
4693
|
+
/** @constant */
|
|
4694
|
+
payment_mode: "CARD";
|
|
4695
|
+
};
|
|
4696
|
+
/** PayWithCash */
|
|
4697
|
+
PayWithCash: {
|
|
4698
|
+
/** @constant */
|
|
4699
|
+
payment_mode: "CASH";
|
|
4700
|
+
};
|
|
4701
|
+
/** PayWithPaymentGateway */
|
|
4702
|
+
PayWithPaymentGateway: {
|
|
4703
|
+
/** @constant */
|
|
4704
|
+
payment_mode: "PG";
|
|
4705
|
+
payment_gateway: components["schemas"]["PaymentGateway"];
|
|
4706
|
+
payment_gateway_params: components["schemas"]["PaymentGatewayParams"];
|
|
4707
|
+
};
|
|
4708
|
+
/** PayWithUPI */
|
|
4709
|
+
PayWithUpi: {
|
|
4710
|
+
/** @constant */
|
|
4711
|
+
payment_mode: "UPI";
|
|
4712
|
+
};
|
|
4582
4713
|
/** PercentageDiscountRule */
|
|
4583
4714
|
PercentageDiscountRule: {
|
|
4584
4715
|
/** @constant */
|
|
@@ -4637,15 +4768,49 @@ interface components {
|
|
|
4637
4768
|
readonly id?: string;
|
|
4638
4769
|
name?: string;
|
|
4639
4770
|
/** @enum {unknown} */
|
|
4640
|
-
device_type?: "
|
|
4641
|
-
/** @description A Device ID
|
|
4771
|
+
device_type?: "pos-terminal";
|
|
4772
|
+
/** @description A Device ID shared by POS device provider. */
|
|
4642
4773
|
readonly external_device_id?: string;
|
|
4643
|
-
|
|
4774
|
+
vendor?: string;
|
|
4644
4775
|
model_number?: string;
|
|
4645
4776
|
mac_address?: string | null;
|
|
4646
4777
|
location_id?: string;
|
|
4647
4778
|
readonly location_name?: string;
|
|
4648
4779
|
};
|
|
4780
|
+
/** PosLocation */
|
|
4781
|
+
PosLocation: {
|
|
4782
|
+
/** @description warehouse id */
|
|
4783
|
+
readonly id?: string;
|
|
4784
|
+
/** @description legal name */
|
|
4785
|
+
name: string;
|
|
4786
|
+
/** @enum {unknown} */
|
|
4787
|
+
warehouse_type: "retail-store" | "distribution-center";
|
|
4788
|
+
/** @default true */
|
|
4789
|
+
active: boolean;
|
|
4790
|
+
gstin?: string | null;
|
|
4791
|
+
city: string;
|
|
4792
|
+
address_line1: string;
|
|
4793
|
+
address_line2?: string | null;
|
|
4794
|
+
landmark?: string | null;
|
|
4795
|
+
pincode: string;
|
|
4796
|
+
state: string;
|
|
4797
|
+
country: string;
|
|
4798
|
+
/** @default +91 */
|
|
4799
|
+
country_code: string;
|
|
4800
|
+
/** @description 10 digit number without country code. */
|
|
4801
|
+
contact_phone: number;
|
|
4802
|
+
contact_email: string;
|
|
4803
|
+
is_default?: boolean;
|
|
4804
|
+
image_url?: string | null;
|
|
4805
|
+
seller_warehouse_id?: string | null;
|
|
4806
|
+
can_receive_stock: boolean;
|
|
4807
|
+
can_ship_parcel: boolean;
|
|
4808
|
+
can_collect: boolean;
|
|
4809
|
+
/** @description this field will be always true for warehouse_type = retail-store. */
|
|
4810
|
+
is_checkout_point: boolean;
|
|
4811
|
+
accepts_returns: boolean;
|
|
4812
|
+
opening_hours?: string | null;
|
|
4813
|
+
};
|
|
4649
4814
|
/** UpdateCustomerWithEmail */
|
|
4650
4815
|
PosUpdateCustomerWithEmail: {
|
|
4651
4816
|
/** Format: email */
|
|
@@ -4680,28 +4845,30 @@ interface components {
|
|
|
4680
4845
|
};
|
|
4681
4846
|
/** PosUser */
|
|
4682
4847
|
PosUser: {
|
|
4683
|
-
id
|
|
4684
|
-
first_name
|
|
4685
|
-
last_name
|
|
4686
|
-
phone
|
|
4848
|
+
id: string;
|
|
4849
|
+
first_name: string;
|
|
4850
|
+
last_name: string | null;
|
|
4851
|
+
phone: string;
|
|
4687
4852
|
/** Format: email */
|
|
4688
|
-
email
|
|
4689
|
-
channel
|
|
4690
|
-
id
|
|
4691
|
-
name
|
|
4692
|
-
};
|
|
4693
|
-
device?: {
|
|
4694
|
-
id?: string;
|
|
4695
|
-
name?: string;
|
|
4696
|
-
};
|
|
4697
|
-
location?: {
|
|
4698
|
-
id?: string;
|
|
4699
|
-
name?: string;
|
|
4853
|
+
email: string;
|
|
4854
|
+
channel: {
|
|
4855
|
+
id: string;
|
|
4856
|
+
name: string;
|
|
4700
4857
|
};
|
|
4701
|
-
|
|
4702
|
-
id
|
|
4703
|
-
name
|
|
4858
|
+
device: {
|
|
4859
|
+
id: string;
|
|
4860
|
+
name: string;
|
|
4861
|
+
} | null;
|
|
4862
|
+
location: {
|
|
4863
|
+
id: string;
|
|
4864
|
+
name: string;
|
|
4704
4865
|
};
|
|
4866
|
+
roles: {
|
|
4867
|
+
location_id: string;
|
|
4868
|
+
location_name: string;
|
|
4869
|
+
role_id?: string;
|
|
4870
|
+
role_name?: string;
|
|
4871
|
+
}[];
|
|
4705
4872
|
};
|
|
4706
4873
|
/** Product */
|
|
4707
4874
|
Product: {
|
|
@@ -7288,21 +7455,19 @@ interface operations {
|
|
|
7288
7455
|
404: components["responses"]["NotFound"];
|
|
7289
7456
|
};
|
|
7290
7457
|
};
|
|
7291
|
-
"
|
|
7458
|
+
"update-cart": {
|
|
7292
7459
|
parameters: {
|
|
7293
7460
|
query?: never;
|
|
7294
7461
|
header?: never;
|
|
7295
7462
|
path: {
|
|
7296
|
-
/** @description
|
|
7463
|
+
/** @description cart id */
|
|
7297
7464
|
id: string;
|
|
7298
7465
|
};
|
|
7299
7466
|
cookie?: never;
|
|
7300
7467
|
};
|
|
7301
7468
|
requestBody: {
|
|
7302
7469
|
content: {
|
|
7303
|
-
"application/json":
|
|
7304
|
-
gift_card_code: string;
|
|
7305
|
-
};
|
|
7470
|
+
"application/json": components["schemas"]["UpdateCartItem"];
|
|
7306
7471
|
};
|
|
7307
7472
|
};
|
|
7308
7473
|
responses: {
|
|
@@ -7315,7 +7480,9 @@ interface operations {
|
|
|
7315
7480
|
"application/json": {
|
|
7316
7481
|
message: string;
|
|
7317
7482
|
success: boolean;
|
|
7318
|
-
content:
|
|
7483
|
+
content: {
|
|
7484
|
+
cart: components["schemas"]["Cart"];
|
|
7485
|
+
};
|
|
7319
7486
|
};
|
|
7320
7487
|
};
|
|
7321
7488
|
};
|
|
@@ -7324,7 +7491,7 @@ interface operations {
|
|
|
7324
7491
|
404: components["responses"]["NotFound"];
|
|
7325
7492
|
};
|
|
7326
7493
|
};
|
|
7327
|
-
"
|
|
7494
|
+
"redeem-loyalty-points": {
|
|
7328
7495
|
parameters: {
|
|
7329
7496
|
query?: never;
|
|
7330
7497
|
header?: never;
|
|
@@ -7334,7 +7501,14 @@ interface operations {
|
|
|
7334
7501
|
};
|
|
7335
7502
|
cookie?: never;
|
|
7336
7503
|
};
|
|
7337
|
-
requestBody
|
|
7504
|
+
requestBody: {
|
|
7505
|
+
content: {
|
|
7506
|
+
"application/json": {
|
|
7507
|
+
/** @example 1000 */
|
|
7508
|
+
loyalty_point_redeemed: number;
|
|
7509
|
+
};
|
|
7510
|
+
};
|
|
7511
|
+
};
|
|
7338
7512
|
responses: {
|
|
7339
7513
|
/** @description OK */
|
|
7340
7514
|
200: {
|
|
@@ -7345,30 +7519,27 @@ interface operations {
|
|
|
7345
7519
|
"application/json": {
|
|
7346
7520
|
message: string;
|
|
7347
7521
|
success: boolean;
|
|
7348
|
-
content:
|
|
7522
|
+
content: {
|
|
7523
|
+
cart: components["schemas"]["Cart"];
|
|
7524
|
+
};
|
|
7349
7525
|
};
|
|
7350
7526
|
};
|
|
7351
7527
|
};
|
|
7352
7528
|
400: components["responses"]["BadRequest"];
|
|
7353
7529
|
401: components["responses"]["Unauthorized"];
|
|
7354
|
-
404: components["responses"]["NotFound"];
|
|
7355
7530
|
};
|
|
7356
7531
|
};
|
|
7357
|
-
"
|
|
7532
|
+
"remove-loyalty-points": {
|
|
7358
7533
|
parameters: {
|
|
7359
7534
|
query?: never;
|
|
7360
7535
|
header?: never;
|
|
7361
7536
|
path: {
|
|
7362
|
-
/** @description
|
|
7537
|
+
/** @description Cart ID */
|
|
7363
7538
|
id: string;
|
|
7364
7539
|
};
|
|
7365
7540
|
cookie?: never;
|
|
7366
7541
|
};
|
|
7367
|
-
requestBody
|
|
7368
|
-
content: {
|
|
7369
|
-
"application/json": components["schemas"]["UpdateCartItem"];
|
|
7370
|
-
};
|
|
7371
|
-
};
|
|
7542
|
+
requestBody?: never;
|
|
7372
7543
|
responses: {
|
|
7373
7544
|
/** @description OK */
|
|
7374
7545
|
200: {
|
|
@@ -7387,83 +7558,13 @@ interface operations {
|
|
|
7387
7558
|
};
|
|
7388
7559
|
400: components["responses"]["BadRequest"];
|
|
7389
7560
|
401: components["responses"]["Unauthorized"];
|
|
7390
|
-
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
path: {
|
|
7398
|
-
/** @description Cart ID */
|
|
7399
|
-
id: string;
|
|
7400
|
-
};
|
|
7401
|
-
cookie?: never;
|
|
7402
|
-
};
|
|
7403
|
-
requestBody: {
|
|
7404
|
-
content: {
|
|
7405
|
-
"application/json": {
|
|
7406
|
-
/** @example 1000 */
|
|
7407
|
-
loyalty_point_redeemed: number;
|
|
7408
|
-
};
|
|
7409
|
-
};
|
|
7410
|
-
};
|
|
7411
|
-
responses: {
|
|
7412
|
-
/** @description OK */
|
|
7413
|
-
200: {
|
|
7414
|
-
headers: {
|
|
7415
|
-
[name: string]: unknown;
|
|
7416
|
-
};
|
|
7417
|
-
content: {
|
|
7418
|
-
"application/json": {
|
|
7419
|
-
message: string;
|
|
7420
|
-
success: boolean;
|
|
7421
|
-
content: {
|
|
7422
|
-
cart: components["schemas"]["Cart"];
|
|
7423
|
-
};
|
|
7424
|
-
};
|
|
7425
|
-
};
|
|
7426
|
-
};
|
|
7427
|
-
400: components["responses"]["BadRequest"];
|
|
7428
|
-
401: components["responses"]["Unauthorized"];
|
|
7429
|
-
};
|
|
7430
|
-
};
|
|
7431
|
-
"remove-loyalty-points": {
|
|
7432
|
-
parameters: {
|
|
7433
|
-
query?: never;
|
|
7434
|
-
header?: never;
|
|
7435
|
-
path: {
|
|
7436
|
-
/** @description Cart ID */
|
|
7437
|
-
id: string;
|
|
7438
|
-
};
|
|
7439
|
-
cookie?: never;
|
|
7440
|
-
};
|
|
7441
|
-
requestBody?: never;
|
|
7442
|
-
responses: {
|
|
7443
|
-
/** @description OK */
|
|
7444
|
-
200: {
|
|
7445
|
-
headers: {
|
|
7446
|
-
[name: string]: unknown;
|
|
7447
|
-
};
|
|
7448
|
-
content: {
|
|
7449
|
-
"application/json": {
|
|
7450
|
-
message: string;
|
|
7451
|
-
success: boolean;
|
|
7452
|
-
content: {
|
|
7453
|
-
cart: components["schemas"]["Cart"];
|
|
7454
|
-
};
|
|
7455
|
-
};
|
|
7456
|
-
};
|
|
7457
|
-
};
|
|
7458
|
-
400: components["responses"]["BadRequest"];
|
|
7459
|
-
401: components["responses"]["Unauthorized"];
|
|
7460
|
-
/** @description Not Found */
|
|
7461
|
-
404: {
|
|
7462
|
-
headers: {
|
|
7463
|
-
[name: string]: unknown;
|
|
7464
|
-
};
|
|
7465
|
-
content?: never;
|
|
7466
|
-
};
|
|
7561
|
+
/** @description Not Found */
|
|
7562
|
+
404: {
|
|
7563
|
+
headers: {
|
|
7564
|
+
[name: string]: unknown;
|
|
7565
|
+
};
|
|
7566
|
+
content?: never;
|
|
7567
|
+
};
|
|
7467
7568
|
};
|
|
7468
7569
|
};
|
|
7469
7570
|
"update-shipping-method": {
|
|
@@ -8231,7 +8332,7 @@ interface operations {
|
|
|
8231
8332
|
};
|
|
8232
8333
|
cookie?: never;
|
|
8233
8334
|
};
|
|
8234
|
-
requestBody
|
|
8335
|
+
requestBody: {
|
|
8235
8336
|
content: {
|
|
8236
8337
|
"multipart/form-data": components["schemas"]["Document"];
|
|
8237
8338
|
};
|
|
@@ -8267,7 +8368,7 @@ interface operations {
|
|
|
8267
8368
|
};
|
|
8268
8369
|
cookie?: never;
|
|
8269
8370
|
};
|
|
8270
|
-
requestBody
|
|
8371
|
+
requestBody: {
|
|
8271
8372
|
content: {
|
|
8272
8373
|
"application/json": {
|
|
8273
8374
|
document_number: string;
|
|
@@ -8354,7 +8455,7 @@ interface operations {
|
|
|
8354
8455
|
};
|
|
8355
8456
|
cookie?: never;
|
|
8356
8457
|
};
|
|
8357
|
-
requestBody
|
|
8458
|
+
requestBody: {
|
|
8358
8459
|
content: {
|
|
8359
8460
|
"multipart/form-data": components["schemas"]["UpdateDocument"];
|
|
8360
8461
|
};
|
|
@@ -8926,7 +9027,6 @@ interface operations {
|
|
|
8926
9027
|
};
|
|
8927
9028
|
};
|
|
8928
9029
|
};
|
|
8929
|
-
400: components["responses"]["BadRequest"];
|
|
8930
9030
|
401: components["responses"]["Unauthorized"];
|
|
8931
9031
|
404: components["responses"]["NotFound"];
|
|
8932
9032
|
};
|
|
@@ -9377,6 +9477,33 @@ interface operations {
|
|
|
9377
9477
|
404: components["responses"]["NotFound"];
|
|
9378
9478
|
};
|
|
9379
9479
|
};
|
|
9480
|
+
"list-payment-options": {
|
|
9481
|
+
parameters: {
|
|
9482
|
+
query?: never;
|
|
9483
|
+
header?: never;
|
|
9484
|
+
path?: never;
|
|
9485
|
+
cookie?: never;
|
|
9486
|
+
};
|
|
9487
|
+
requestBody?: never;
|
|
9488
|
+
responses: {
|
|
9489
|
+
/** @description OK */
|
|
9490
|
+
200: {
|
|
9491
|
+
headers: {
|
|
9492
|
+
[name: string]: unknown;
|
|
9493
|
+
};
|
|
9494
|
+
content: {
|
|
9495
|
+
"application/json": {
|
|
9496
|
+
message?: string;
|
|
9497
|
+
success?: boolean;
|
|
9498
|
+
content?: {
|
|
9499
|
+
payment_options?: ("CASH" | "UPI" | "CARD" | "PG")[];
|
|
9500
|
+
};
|
|
9501
|
+
};
|
|
9502
|
+
};
|
|
9503
|
+
};
|
|
9504
|
+
401: components["responses"]["Unauthorized"];
|
|
9505
|
+
};
|
|
9506
|
+
};
|
|
9380
9507
|
"verify-vpa": {
|
|
9381
9508
|
parameters: {
|
|
9382
9509
|
query: {
|
|
@@ -9419,10 +9546,10 @@ interface operations {
|
|
|
9419
9546
|
path?: never;
|
|
9420
9547
|
cookie?: never;
|
|
9421
9548
|
};
|
|
9422
|
-
requestBody
|
|
9549
|
+
requestBody: {
|
|
9423
9550
|
content: {
|
|
9424
9551
|
"application/json": {
|
|
9425
|
-
|
|
9552
|
+
location_id: string;
|
|
9426
9553
|
email: string;
|
|
9427
9554
|
};
|
|
9428
9555
|
};
|
|
@@ -9456,10 +9583,10 @@ interface operations {
|
|
|
9456
9583
|
path?: never;
|
|
9457
9584
|
cookie?: never;
|
|
9458
9585
|
};
|
|
9459
|
-
requestBody
|
|
9586
|
+
requestBody: {
|
|
9460
9587
|
content: {
|
|
9461
9588
|
"application/json": {
|
|
9462
|
-
|
|
9589
|
+
location_id: string;
|
|
9463
9590
|
/** @description 10 digit phone number without country code. */
|
|
9464
9591
|
phone: string;
|
|
9465
9592
|
/**
|
|
@@ -9499,10 +9626,10 @@ interface operations {
|
|
|
9499
9626
|
path?: never;
|
|
9500
9627
|
cookie?: never;
|
|
9501
9628
|
};
|
|
9502
|
-
requestBody
|
|
9629
|
+
requestBody: {
|
|
9503
9630
|
content: {
|
|
9504
9631
|
"application/json": {
|
|
9505
|
-
|
|
9632
|
+
location_id: string;
|
|
9506
9633
|
/** @description 10 digit phone number without country code linked with WhatsApp. */
|
|
9507
9634
|
phone: string;
|
|
9508
9635
|
/**
|
|
@@ -9566,7 +9693,7 @@ interface operations {
|
|
|
9566
9693
|
path?: never;
|
|
9567
9694
|
cookie?: never;
|
|
9568
9695
|
};
|
|
9569
|
-
requestBody
|
|
9696
|
+
requestBody: {
|
|
9570
9697
|
content: {
|
|
9571
9698
|
"application/json": {
|
|
9572
9699
|
pairing_code: string;
|
|
@@ -9600,7 +9727,7 @@ interface operations {
|
|
|
9600
9727
|
path?: never;
|
|
9601
9728
|
cookie?: never;
|
|
9602
9729
|
};
|
|
9603
|
-
requestBody
|
|
9730
|
+
requestBody: {
|
|
9604
9731
|
content: {
|
|
9605
9732
|
"application/json": {
|
|
9606
9733
|
refresh_token: string;
|
|
@@ -9634,7 +9761,7 @@ interface operations {
|
|
|
9634
9761
|
path?: never;
|
|
9635
9762
|
cookie?: never;
|
|
9636
9763
|
};
|
|
9637
|
-
requestBody
|
|
9764
|
+
requestBody: {
|
|
9638
9765
|
content: {
|
|
9639
9766
|
"application/json": {
|
|
9640
9767
|
/** @description A string representing the one-time password. */
|
|
@@ -10127,72 +10254,6 @@ interface operations {
|
|
|
10127
10254
|
404: components["responses"]["NotFound"];
|
|
10128
10255
|
};
|
|
10129
10256
|
};
|
|
10130
|
-
"pos-redeem-gift-card": {
|
|
10131
|
-
parameters: {
|
|
10132
|
-
query?: never;
|
|
10133
|
-
header?: never;
|
|
10134
|
-
path: {
|
|
10135
|
-
/** @description Cart ID */
|
|
10136
|
-
id: string;
|
|
10137
|
-
};
|
|
10138
|
-
cookie?: never;
|
|
10139
|
-
};
|
|
10140
|
-
requestBody: {
|
|
10141
|
-
content: {
|
|
10142
|
-
"application/json": {
|
|
10143
|
-
gift_card_code: string;
|
|
10144
|
-
};
|
|
10145
|
-
};
|
|
10146
|
-
};
|
|
10147
|
-
responses: {
|
|
10148
|
-
/** @description OK */
|
|
10149
|
-
200: {
|
|
10150
|
-
headers: {
|
|
10151
|
-
[name: string]: unknown;
|
|
10152
|
-
};
|
|
10153
|
-
content: {
|
|
10154
|
-
"application/json": {
|
|
10155
|
-
message: string;
|
|
10156
|
-
success: boolean;
|
|
10157
|
-
content: components["schemas"]["Cart"];
|
|
10158
|
-
};
|
|
10159
|
-
};
|
|
10160
|
-
};
|
|
10161
|
-
400: components["responses"]["BadRequest"];
|
|
10162
|
-
401: components["responses"]["Unauthorized"];
|
|
10163
|
-
404: components["responses"]["NotFound"];
|
|
10164
|
-
};
|
|
10165
|
-
};
|
|
10166
|
-
"pos-remove-gift-card": {
|
|
10167
|
-
parameters: {
|
|
10168
|
-
query?: never;
|
|
10169
|
-
header?: never;
|
|
10170
|
-
path: {
|
|
10171
|
-
/** @description Cart ID */
|
|
10172
|
-
id: string;
|
|
10173
|
-
};
|
|
10174
|
-
cookie?: never;
|
|
10175
|
-
};
|
|
10176
|
-
requestBody?: never;
|
|
10177
|
-
responses: {
|
|
10178
|
-
/** @description OK */
|
|
10179
|
-
200: {
|
|
10180
|
-
headers: {
|
|
10181
|
-
[name: string]: unknown;
|
|
10182
|
-
};
|
|
10183
|
-
content: {
|
|
10184
|
-
"application/json": {
|
|
10185
|
-
message: string;
|
|
10186
|
-
success: boolean;
|
|
10187
|
-
content: components["schemas"]["Cart"];
|
|
10188
|
-
};
|
|
10189
|
-
};
|
|
10190
|
-
};
|
|
10191
|
-
400: components["responses"]["BadRequest"];
|
|
10192
|
-
401: components["responses"]["Unauthorized"];
|
|
10193
|
-
404: components["responses"]["NotFound"];
|
|
10194
|
-
};
|
|
10195
|
-
};
|
|
10196
10257
|
"pos-update-cart": {
|
|
10197
10258
|
parameters: {
|
|
10198
10259
|
query?: never;
|
|
@@ -10792,6 +10853,89 @@ interface operations {
|
|
|
10792
10853
|
404: components["responses"]["NotFound"];
|
|
10793
10854
|
};
|
|
10794
10855
|
};
|
|
10856
|
+
"list-pos-devices": {
|
|
10857
|
+
parameters: {
|
|
10858
|
+
query?: never;
|
|
10859
|
+
header?: never;
|
|
10860
|
+
path?: never;
|
|
10861
|
+
cookie?: never;
|
|
10862
|
+
};
|
|
10863
|
+
requestBody?: never;
|
|
10864
|
+
responses: {
|
|
10865
|
+
/** @description OK */
|
|
10866
|
+
200: {
|
|
10867
|
+
headers: {
|
|
10868
|
+
[name: string]: unknown;
|
|
10869
|
+
};
|
|
10870
|
+
content: {
|
|
10871
|
+
"application/json": {
|
|
10872
|
+
message: string;
|
|
10873
|
+
success: boolean;
|
|
10874
|
+
content: {
|
|
10875
|
+
devices?: components["schemas"]["PosDevice"];
|
|
10876
|
+
};
|
|
10877
|
+
};
|
|
10878
|
+
};
|
|
10879
|
+
};
|
|
10880
|
+
401: components["responses"]["Unauthorized"];
|
|
10881
|
+
};
|
|
10882
|
+
};
|
|
10883
|
+
"claim-pos-device": {
|
|
10884
|
+
parameters: {
|
|
10885
|
+
query?: never;
|
|
10886
|
+
header?: never;
|
|
10887
|
+
path: {
|
|
10888
|
+
/** @description device id */
|
|
10889
|
+
id: string;
|
|
10890
|
+
};
|
|
10891
|
+
cookie?: never;
|
|
10892
|
+
};
|
|
10893
|
+
requestBody?: never;
|
|
10894
|
+
responses: {
|
|
10895
|
+
/** @description OK */
|
|
10896
|
+
200: {
|
|
10897
|
+
headers: {
|
|
10898
|
+
[name: string]: unknown;
|
|
10899
|
+
};
|
|
10900
|
+
content: {
|
|
10901
|
+
"application/json": {
|
|
10902
|
+
message: string;
|
|
10903
|
+
success: boolean;
|
|
10904
|
+
};
|
|
10905
|
+
};
|
|
10906
|
+
};
|
|
10907
|
+
401: components["responses"]["Unauthorized"];
|
|
10908
|
+
404: components["responses"]["NotFound"];
|
|
10909
|
+
};
|
|
10910
|
+
};
|
|
10911
|
+
"unclaim-pos-device": {
|
|
10912
|
+
parameters: {
|
|
10913
|
+
query?: never;
|
|
10914
|
+
header?: never;
|
|
10915
|
+
path: {
|
|
10916
|
+
/** @description device id */
|
|
10917
|
+
id: string;
|
|
10918
|
+
};
|
|
10919
|
+
cookie?: never;
|
|
10920
|
+
};
|
|
10921
|
+
requestBody?: never;
|
|
10922
|
+
responses: {
|
|
10923
|
+
/** @description OK */
|
|
10924
|
+
200: {
|
|
10925
|
+
headers: {
|
|
10926
|
+
[name: string]: unknown;
|
|
10927
|
+
};
|
|
10928
|
+
content: {
|
|
10929
|
+
"application/json": {
|
|
10930
|
+
message: string;
|
|
10931
|
+
success: boolean;
|
|
10932
|
+
};
|
|
10933
|
+
};
|
|
10934
|
+
};
|
|
10935
|
+
401: components["responses"]["Unauthorized"];
|
|
10936
|
+
404: components["responses"]["NotFound"];
|
|
10937
|
+
};
|
|
10938
|
+
};
|
|
10795
10939
|
"get-pos-fulfillment-options": {
|
|
10796
10940
|
parameters: {
|
|
10797
10941
|
query?: never;
|
|
@@ -10833,6 +10977,33 @@ interface operations {
|
|
|
10833
10977
|
404: components["responses"]["NotFound"];
|
|
10834
10978
|
};
|
|
10835
10979
|
};
|
|
10980
|
+
"list-pos-locations": {
|
|
10981
|
+
parameters: {
|
|
10982
|
+
query?: never;
|
|
10983
|
+
header?: never;
|
|
10984
|
+
path?: never;
|
|
10985
|
+
cookie?: never;
|
|
10986
|
+
};
|
|
10987
|
+
requestBody?: never;
|
|
10988
|
+
responses: {
|
|
10989
|
+
/** @description OK */
|
|
10990
|
+
200: {
|
|
10991
|
+
headers: {
|
|
10992
|
+
[name: string]: unknown;
|
|
10993
|
+
};
|
|
10994
|
+
content: {
|
|
10995
|
+
"application/json": {
|
|
10996
|
+
message: string;
|
|
10997
|
+
success: boolean;
|
|
10998
|
+
content: {
|
|
10999
|
+
locations?: components["schemas"]["PosLocation"][];
|
|
11000
|
+
};
|
|
11001
|
+
};
|
|
11002
|
+
};
|
|
11003
|
+
};
|
|
11004
|
+
401: components["responses"]["Unauthorized"];
|
|
11005
|
+
};
|
|
11006
|
+
};
|
|
10836
11007
|
"create-pos-order": {
|
|
10837
11008
|
parameters: {
|
|
10838
11009
|
query?: never;
|
|
@@ -10844,7 +11015,9 @@ interface operations {
|
|
|
10844
11015
|
content: {
|
|
10845
11016
|
"application/json": {
|
|
10846
11017
|
cart_id: string;
|
|
10847
|
-
|
|
11018
|
+
/** @description Optional. if provided, this device will be used for the payment of this order. Otherwise, already claimed device will be used for the payment purpose. */
|
|
11019
|
+
device_id?: string;
|
|
11020
|
+
} & (components["schemas"]["PayWithCash"] | components["schemas"]["PayWithUpi"] | components["schemas"]["PayWithCard"] | components["schemas"]["PayWithPaymentGateway"]);
|
|
10848
11021
|
};
|
|
10849
11022
|
};
|
|
10850
11023
|
responses: {
|
|
@@ -10869,6 +11042,101 @@ interface operations {
|
|
|
10869
11042
|
401: components["responses"]["Unauthorized"];
|
|
10870
11043
|
};
|
|
10871
11044
|
};
|
|
11045
|
+
"pos-get-payment-status": {
|
|
11046
|
+
parameters: {
|
|
11047
|
+
query?: never;
|
|
11048
|
+
header?: never;
|
|
11049
|
+
path: {
|
|
11050
|
+
/** @description order number */
|
|
11051
|
+
order_number: string;
|
|
11052
|
+
};
|
|
11053
|
+
cookie?: never;
|
|
11054
|
+
};
|
|
11055
|
+
requestBody?: never;
|
|
11056
|
+
responses: {
|
|
11057
|
+
/** @description OK */
|
|
11058
|
+
200: {
|
|
11059
|
+
headers: {
|
|
11060
|
+
[name: string]: unknown;
|
|
11061
|
+
};
|
|
11062
|
+
content: {
|
|
11063
|
+
"application/json": {
|
|
11064
|
+
/** @default order details */
|
|
11065
|
+
readonly message: string;
|
|
11066
|
+
readonly success: boolean;
|
|
11067
|
+
content: {
|
|
11068
|
+
/** @enum {string} */
|
|
11069
|
+
status: "pending" | "success" | "failed" | "partially_paid";
|
|
11070
|
+
/** Format: double */
|
|
11071
|
+
amount_paid: number;
|
|
11072
|
+
/** Format: double */
|
|
11073
|
+
amount_unpaid: number;
|
|
11074
|
+
is_retry_available: boolean;
|
|
11075
|
+
};
|
|
11076
|
+
};
|
|
11077
|
+
};
|
|
11078
|
+
};
|
|
11079
|
+
401: components["responses"]["Unauthorized"];
|
|
11080
|
+
404: components["responses"]["NotFound"];
|
|
11081
|
+
};
|
|
11082
|
+
};
|
|
11083
|
+
"pos-list-payment-options": {
|
|
11084
|
+
parameters: {
|
|
11085
|
+
query?: never;
|
|
11086
|
+
header?: never;
|
|
11087
|
+
path?: never;
|
|
11088
|
+
cookie?: never;
|
|
11089
|
+
};
|
|
11090
|
+
requestBody?: never;
|
|
11091
|
+
responses: {
|
|
11092
|
+
/** @description OK */
|
|
11093
|
+
200: {
|
|
11094
|
+
headers: {
|
|
11095
|
+
[name: string]: unknown;
|
|
11096
|
+
};
|
|
11097
|
+
content: {
|
|
11098
|
+
"application/json": {
|
|
11099
|
+
message?: string;
|
|
11100
|
+
success?: boolean;
|
|
11101
|
+
content?: {
|
|
11102
|
+
payment_options?: ("CASH" | "UPI" | "CARD" | "PG")[];
|
|
11103
|
+
};
|
|
11104
|
+
};
|
|
11105
|
+
};
|
|
11106
|
+
};
|
|
11107
|
+
401: components["responses"]["Unauthorized"];
|
|
11108
|
+
};
|
|
11109
|
+
};
|
|
11110
|
+
"get-pos-user": {
|
|
11111
|
+
parameters: {
|
|
11112
|
+
query?: never;
|
|
11113
|
+
header?: never;
|
|
11114
|
+
path: {
|
|
11115
|
+
/** @description User ID */
|
|
11116
|
+
id: string;
|
|
11117
|
+
};
|
|
11118
|
+
cookie?: never;
|
|
11119
|
+
};
|
|
11120
|
+
requestBody?: never;
|
|
11121
|
+
responses: {
|
|
11122
|
+
/** @description OK */
|
|
11123
|
+
200: {
|
|
11124
|
+
headers: {
|
|
11125
|
+
[name: string]: unknown;
|
|
11126
|
+
};
|
|
11127
|
+
content: {
|
|
11128
|
+
"application/json": {
|
|
11129
|
+
message: string;
|
|
11130
|
+
success: boolean;
|
|
11131
|
+
content: {
|
|
11132
|
+
user: components["schemas"]["PosUser"];
|
|
11133
|
+
};
|
|
11134
|
+
};
|
|
11135
|
+
};
|
|
11136
|
+
};
|
|
11137
|
+
401: components["responses"]["Unauthorized"];
|
|
11138
|
+
};
|
|
11139
|
+
};
|
|
10872
11140
|
"get-fulfillment-options": {
|
|
10873
11141
|
parameters: {
|
|
10874
11142
|
query?: never;
|
|
@@ -12076,6 +12344,10 @@ type OrderShipment = components['schemas']['OrderShipment'];
|
|
|
12076
12344
|
type Pagination = components['schemas']['Pagination'];
|
|
12077
12345
|
type PanDetail = components['schemas']['PanDetail'];
|
|
12078
12346
|
type PauseSubscription = components['schemas']['PauseSubscription'];
|
|
12347
|
+
type PayWithCard = components['schemas']['PayWithCard'];
|
|
12348
|
+
type PayWithCash = components['schemas']['PayWithCash'];
|
|
12349
|
+
type PayWithPaymentGateway = components['schemas']['PayWithPaymentGateway'];
|
|
12350
|
+
type PayWithUpi = components['schemas']['PayWithUpi'];
|
|
12079
12351
|
type PaymentGateway = components['schemas']['PaymentGateway'];
|
|
12080
12352
|
type PaymentGatewayParams = components['schemas']['PaymentGatewayParams'];
|
|
12081
12353
|
type PaymentInfo = components['schemas']['PaymentInfo'];
|
|
@@ -12089,6 +12361,7 @@ type PercentageDiscountRule = components['schemas']['PercentageDiscountRule'];
|
|
|
12089
12361
|
type Pincode = components['schemas']['Pincode'];
|
|
12090
12362
|
type PincodeServiceability = components['schemas']['PincodeServiceability'];
|
|
12091
12363
|
type PosDevice = components['schemas']['PosDevice'];
|
|
12364
|
+
type PosLocation = components['schemas']['PosLocation'];
|
|
12092
12365
|
type PosUpdateCustomerWithEmail = components['schemas']['PosUpdateCustomerWithEmail'];
|
|
12093
12366
|
type PosUpdateCustomerWithId = components['schemas']['PosUpdateCustomerWithId'];
|
|
12094
12367
|
type PosUpdateCustomerWithPhone = components['schemas']['PosUpdateCustomerWithPhone'];
|
|
@@ -12268,13 +12541,6 @@ type EvaluatePromotionsPathParams = paths['/carts/{id}/evaluate-promotions']['ge
|
|
|
12268
12541
|
type UpdateFulfillmentPreferenceResponse = paths['/carts/{id}/fulfillment-preference']['post']['responses'][200]['content']['application/json'];
|
|
12269
12542
|
type UpdateFulfillmentPreferencePathParams = paths['/carts/{id}/fulfillment-preference']['post']['parameters']['path'];
|
|
12270
12543
|
type UpdateFulfillmentPreferenceBody = NonNullable<paths['/carts/{id}/fulfillment-preference']['post']['requestBody']>['content']['application/json'];
|
|
12271
|
-
type RedeemGiftCardResponse = paths['/carts/{id}/gift-card']['post']['responses'][200]['content']['application/json'];
|
|
12272
|
-
type RedeemGiftCardContent = RedeemGiftCardResponse['content'];
|
|
12273
|
-
type RedeemGiftCardPathParams = paths['/carts/{id}/gift-card']['post']['parameters']['path'];
|
|
12274
|
-
type RedeemGiftCardBody = NonNullable<paths['/carts/{id}/gift-card']['post']['requestBody']>['content']['application/json'];
|
|
12275
|
-
type RemoveGiftCardResponse = paths['/carts/{id}/gift-card']['delete']['responses'][200]['content']['application/json'];
|
|
12276
|
-
type RemoveGiftCardContent = RemoveGiftCardResponse['content'];
|
|
12277
|
-
type RemoveGiftCardPathParams = paths['/carts/{id}/gift-card']['delete']['parameters']['path'];
|
|
12278
12544
|
type UpdateCartResponse = paths['/carts/{id}/items']['post']['responses'][200]['content']['application/json'];
|
|
12279
12545
|
type UpdateCartContent = UpdateCartResponse['content'];
|
|
12280
12546
|
type UpdateCartPathParams = paths['/carts/{id}/items']['post']['parameters']['path'];
|
|
@@ -12461,6 +12727,8 @@ type GetJuspayCustomerPathParams = paths['/payments/juspay/customers/{user_id}']
|
|
|
12461
12727
|
type ListPaymentMethodsResponse = paths['/payments/payment-methods']['get']['responses'][200]['content']['application/json'];
|
|
12462
12728
|
type ListPaymentMethodsContent = ListPaymentMethodsResponse['content'];
|
|
12463
12729
|
type ListPaymentMethodsQuery = paths['/payments/payment-methods']['get']['parameters']['query'];
|
|
12730
|
+
type ListPaymentOptionsResponse = paths['/payments/payment-options']['get']['responses'][200]['content']['application/json'];
|
|
12731
|
+
type ListPaymentOptionsContent = ListPaymentOptionsResponse['content'];
|
|
12464
12732
|
type VerifyVpaResponse = paths['/payments/verify-vpa']['get']['responses'][200]['content']['application/json'];
|
|
12465
12733
|
type VerifyVpaContent = VerifyVpaResponse['content'];
|
|
12466
12734
|
type VerifyVpaQuery = paths['/payments/verify-vpa']['get']['parameters']['query'];
|
|
@@ -12524,13 +12792,6 @@ type PosEvaluatePromotionsPathParams = paths['/pos/carts/{id}/evaluate-promotion
|
|
|
12524
12792
|
type PosUpdateFulfillmentPreferenceResponse = paths['/pos/carts/{id}/fulfillment-preference']['post']['responses'][200]['content']['application/json'];
|
|
12525
12793
|
type PosUpdateFulfillmentPreferencePathParams = paths['/pos/carts/{id}/fulfillment-preference']['post']['parameters']['path'];
|
|
12526
12794
|
type PosUpdateFulfillmentPreferenceBody = NonNullable<paths['/pos/carts/{id}/fulfillment-preference']['post']['requestBody']>['content']['application/json'];
|
|
12527
|
-
type PosRedeemGiftCardResponse = paths['/pos/carts/{id}/gift-card']['post']['responses'][200]['content']['application/json'];
|
|
12528
|
-
type PosRedeemGiftCardContent = PosRedeemGiftCardResponse['content'];
|
|
12529
|
-
type PosRedeemGiftCardPathParams = paths['/pos/carts/{id}/gift-card']['post']['parameters']['path'];
|
|
12530
|
-
type PosRedeemGiftCardBody = NonNullable<paths['/pos/carts/{id}/gift-card']['post']['requestBody']>['content']['application/json'];
|
|
12531
|
-
type PosRemoveGiftCardResponse = paths['/pos/carts/{id}/gift-card']['delete']['responses'][200]['content']['application/json'];
|
|
12532
|
-
type PosRemoveGiftCardContent = PosRemoveGiftCardResponse['content'];
|
|
12533
|
-
type PosRemoveGiftCardPathParams = paths['/pos/carts/{id}/gift-card']['delete']['parameters']['path'];
|
|
12534
12795
|
type PosUpdateCartResponse = paths['/pos/carts/{id}/items']['post']['responses'][200]['content']['application/json'];
|
|
12535
12796
|
type PosUpdateCartContent = PosUpdateCartResponse['content'];
|
|
12536
12797
|
type PosUpdateCartPathParams = paths['/pos/carts/{id}/items']['post']['parameters']['path'];
|
|
@@ -12589,12 +12850,28 @@ type PosListSkusResponse = paths['/pos/catalog/skus']['get']['responses'][200]['
|
|
|
12589
12850
|
type PosListSkusContent = PosListSkusResponse['content'];
|
|
12590
12851
|
type PosListSkusQuery = paths['/pos/catalog/skus']['get']['parameters']['query'];
|
|
12591
12852
|
type PosListSkusHeaderParams = paths['/pos/catalog/skus']['get']['parameters']['header'];
|
|
12853
|
+
type ListPosDevicesResponse = paths['/pos/devices']['get']['responses'][200]['content']['application/json'];
|
|
12854
|
+
type ListPosDevicesContent = ListPosDevicesResponse['content'];
|
|
12855
|
+
type ClaimPosDeviceResponse = paths['/pos/devices/{id}/claim']['post']['responses'][200]['content']['application/json'];
|
|
12856
|
+
type ClaimPosDevicePathParams = paths['/pos/devices/{id}/claim']['post']['parameters']['path'];
|
|
12857
|
+
type UnclaimPosDeviceResponse = paths['/pos/devices/{id}/unclaim']['post']['responses'][200]['content']['application/json'];
|
|
12858
|
+
type UnclaimPosDevicePathParams = paths['/pos/devices/{id}/unclaim']['post']['parameters']['path'];
|
|
12592
12859
|
type GetPosFulfillmentOptionsResponse = paths['/pos/fulfillment-options']['post']['responses'][200]['content']['application/json'];
|
|
12593
12860
|
type GetPosFulfillmentOptionsContent = GetPosFulfillmentOptionsResponse['content'];
|
|
12594
12861
|
type GetPosFulfillmentOptionsBody = NonNullable<paths['/pos/fulfillment-options']['post']['requestBody']>['content']['application/json'];
|
|
12862
|
+
type ListPosLocationsResponse = paths['/pos/locations']['get']['responses'][200]['content']['application/json'];
|
|
12863
|
+
type ListPosLocationsContent = ListPosLocationsResponse['content'];
|
|
12595
12864
|
type CreatePosOrderResponse = paths['/pos/orders']['post']['responses'][200]['content']['application/json'];
|
|
12596
12865
|
type CreatePosOrderContent = CreatePosOrderResponse['content'];
|
|
12597
12866
|
type CreatePosOrderBody = NonNullable<paths['/pos/orders']['post']['requestBody']>['content']['application/json'];
|
|
12867
|
+
type PosGetPaymentStatusResponse = paths['/pos/orders/{order_number}/payment-status']['get']['responses'][200]['content']['application/json'];
|
|
12868
|
+
type PosGetPaymentStatusContent = PosGetPaymentStatusResponse['content'];
|
|
12869
|
+
type PosGetPaymentStatusPathParams = paths['/pos/orders/{order_number}/payment-status']['get']['parameters']['path'];
|
|
12870
|
+
type PosListPaymentOptionsResponse = paths['/pos/payments/payment-options']['get']['responses'][200]['content']['application/json'];
|
|
12871
|
+
type PosListPaymentOptionsContent = PosListPaymentOptionsResponse['content'];
|
|
12872
|
+
type GetPosUserResponse = paths['/pos/users/{id}']['get']['responses'][200]['content']['application/json'];
|
|
12873
|
+
type GetPosUserContent = GetPosUserResponse['content'];
|
|
12874
|
+
type GetPosUserPathParams = paths['/pos/users/{id}']['get']['parameters']['path'];
|
|
12598
12875
|
type GetFulfillmentOptionsResponse = paths['/shipping/fulfillment-options']['post']['responses'][200]['content']['application/json'];
|
|
12599
12876
|
type GetFulfillmentOptionsContent = GetFulfillmentOptionsResponse['content'];
|
|
12600
12877
|
type GetFulfillmentOptionsBody = NonNullable<paths['/shipping/fulfillment-options']['post']['requestBody']>['content']['application/json'];
|
|
@@ -13492,50 +13769,6 @@ declare class CartClient extends StorefrontAPIClient {
|
|
|
13492
13769
|
* ```
|
|
13493
13770
|
*/
|
|
13494
13771
|
removeCreditBalance(cartId: RemoveCreditBalancePathParams): Promise<ApiResult<RemoveCreditBalanceContent>>;
|
|
13495
|
-
/**
|
|
13496
|
-
* Redeem gift card
|
|
13497
|
-
*
|
|
13498
|
-
* @param cartId - The ID of the cart
|
|
13499
|
-
* @param body - The body of the request
|
|
13500
|
-
* @returns Promise with updated cart
|
|
13501
|
-
* @example
|
|
13502
|
-
* ```typescript
|
|
13503
|
-
* const { data, error } = await sdk.cart.redeemGiftCard(
|
|
13504
|
-
* { id: "01H9CART12345ABCDE" },
|
|
13505
|
-
* {
|
|
13506
|
-
* gift_card_code: "GIFT2024-ABCD-1234",
|
|
13507
|
-
* amount: 100.00
|
|
13508
|
-
* }
|
|
13509
|
-
* );
|
|
13510
|
-
*
|
|
13511
|
-
* if (error) {
|
|
13512
|
-
* console.error("Failed to redeem gift card:", error.message);
|
|
13513
|
-
* } else {
|
|
13514
|
-
* console.log("Gift card applied, new total:", data.cart.total_amount);
|
|
13515
|
-
* console.log("Gift card discount:", data.cart.gift_card_discount_amount);
|
|
13516
|
-
* }
|
|
13517
|
-
* ```
|
|
13518
|
-
*/
|
|
13519
|
-
redeemGiftCard(cartId: RedeemGiftCardPathParams, body: RedeemGiftCardBody): Promise<ApiResult<RedeemGiftCardContent>>;
|
|
13520
|
-
/**
|
|
13521
|
-
* Remove gift card
|
|
13522
|
-
*
|
|
13523
|
-
* @param cartId - The ID of the cart
|
|
13524
|
-
* @returns Promise with updated cart
|
|
13525
|
-
* @example
|
|
13526
|
-
* ```typescript
|
|
13527
|
-
* const { data, error } = await sdk.cart.removeGiftCard({
|
|
13528
|
-
* id: "01H9CART12345ABCDE"
|
|
13529
|
-
* });
|
|
13530
|
-
*
|
|
13531
|
-
* if (error) {
|
|
13532
|
-
* console.error("Failed to remove gift card:", error.message);
|
|
13533
|
-
* } else {
|
|
13534
|
-
* console.log("Gift card removed, new total:", data.cart.total_amount);
|
|
13535
|
-
* }
|
|
13536
|
-
* ```
|
|
13537
|
-
*/
|
|
13538
|
-
removeGiftCard(cartId: RemoveGiftCardPathParams): Promise<ApiResult<RemoveGiftCardContent>>;
|
|
13539
13772
|
/**
|
|
13540
13773
|
* Get wishlist items
|
|
13541
13774
|
*
|
|
@@ -15150,6 +15383,18 @@ interface CookieTokenStorageOptions {
|
|
|
15150
15383
|
*/
|
|
15151
15384
|
//#endregion
|
|
15152
15385
|
//#region src/lib/jwt-utils.d.ts
|
|
15386
|
+
/**
|
|
15387
|
+
* Channel information from JWT token
|
|
15388
|
+
*/
|
|
15389
|
+
interface Channel {
|
|
15390
|
+
id: string;
|
|
15391
|
+
name: string;
|
|
15392
|
+
type: string;
|
|
15393
|
+
}
|
|
15394
|
+
/**
|
|
15395
|
+
* JWT payload structure for storefront tokens
|
|
15396
|
+
*/
|
|
15397
|
+
|
|
15153
15398
|
/**
|
|
15154
15399
|
* User information extracted from JWT token
|
|
15155
15400
|
*/
|
|
@@ -15166,6 +15411,7 @@ interface UserInfo {
|
|
|
15166
15411
|
customerId: string | null;
|
|
15167
15412
|
customerGroupId: string | null;
|
|
15168
15413
|
anonymousId: string;
|
|
15414
|
+
channel: Channel;
|
|
15169
15415
|
tokenExpiry: Date;
|
|
15170
15416
|
tokenIssuedAt: Date;
|
|
15171
15417
|
}
|
|
@@ -15367,5 +15613,5 @@ declare class StorefrontSDK {
|
|
|
15367
15613
|
getDefaultHeaders(): SupportedDefaultHeaders | undefined;
|
|
15368
15614
|
}
|
|
15369
15615
|
//#endregion
|
|
15370
|
-
export { AcceleratedRewardCouponPromotion, AcceleratedRewardRule, AddCardBody, AddCardContent, AddCardResponse, AddProfileImageContent, AddProfileImageFormData, AddProfileImagePathParams, AddProfileImageResponse, AddToWishlistBody, AddToWishlistContent, AddToWishlistPathParams, AddToWishlistResponse, AdditionalProductDetails, AnalyticsEvent, AnonymousUser, ApiErrorResponse, ApiResult, ApplicableCoupon, ApplicablePromotion, AppliedCoupon, AppliedPromotion, ApplyCouponBody, ApplyCouponContent, ApplyCouponPathParams, ApplyCouponResponse, AssociatedOption, AuthClient, AutoScaleBasedOnAmount, AutoScaleBasedOnQuantity, BankTransfer, BaseAPIClient, BaseSDKOptions, BooleanAttribute, Brand, BrowserTokenStorage, Business, BuyXGetYCouponPromotion, BuyXGetYRule, BuyXGetYRuleBasedOnAmount, BuyXGetYRuleBasedOnQuantity, CancelOrderBody, CancelOrderContent, CancelOrderPathParams, CancelOrderResponse, CardPayment, Cart, CartBasedServiceabilityCheck, CartClient, CartItem, CatalogClient, Category, ChangePasswordBody, ChangePasswordContent, ChangePasswordResponse, CheckPincodeServiceabilityContent, CheckPincodeServiceabilityPathParams, CheckPincodeServiceabilityResponse, CheckVerificationStatusBody, CheckVerificationStatusContent, CheckVerificationStatusResponse, CollectInStore, CollectInStoreFulfillment, ColorAttribute, ColorOption, CookieTokenStorage, type CookieTokenStorageOptions, Country, CountryState, Coupon, CouponPromotionCommonDetail, CouponType, CreateAddressBody, CreateAddressContent, CreateAddressPathParams, CreateAddressResponse, CreateCartAddressBody, CreateCartAddressContent, CreateCartAddressPathParams, CreateCartAddressResponse, CreateCartBody, CreateCartContent, CreateCartResponse, CreateCustomSubscription, CreateCustomer, CreateCustomerBody, CreateCustomerContent, CreateCustomerResponse, CreateDocumentContent, CreateDocumentFormData, CreateDocumentPathParams, CreateDocumentResponse, CreateJuspayCustomerBody, CreateJuspayCustomerContent, CreateJuspayCustomerResponse, CreateJuspayOrderBody, CreateJuspayOrderContent, CreateJuspayOrderResponse, CreateNotificationPreferencesBody, CreateNotificationPreferencesContent, CreateNotificationPreferencesPathParams, CreateNotificationPreferencesResponse, CreateOrderBody, CreateOrderContent, CreateOrderResponse, CreateOrderReturn, CreateOrderReturnBody, CreateOrderReturnContent, CreateOrderReturnPathParams, CreateOrderReturnResponse, CreatePosOrderBody, CreatePosOrderContent, CreatePosOrderResponse, CreateProductReviewFormData, CreateProductReviewPathParams, CreateProductReviewResponse, CreateReview, CreateStandardSubscription, CreateSubscription, CreateSubscriptionBody, CreateSubscriptionContent, CreateSubscriptionResponse, Currency, CustomSlabsBasedOnAmount, CustomSlabsBasedOnQuantity, CustomerAddress, CustomerClient, CustomerDetail, CustomerGroup, CustomerLoyalty, CustomerReadyForReview, CustomerReview, DateAttribute, DeactivateUserPathParams, DeactivateUserResponse, DebugLogger, DebugLoggerFn, DeleteAddressPathParams, DeleteAddressResponse, DeleteCartPathParams, DeleteCartResponse, DeleteDocumentPathParams, DeleteDocumentResponse, DeleteFromWishlistBody, DeleteFromWishlistContent, DeleteFromWishlistPathParams, DeleteFromWishlistResponse, DeleteUserCartPathParams, DeleteUserCartResponse, DeliveryFulfillment, DiscountBasedPromotion, DiscountCouponPromotion, DiscountRule, Document, Environment, EvaluateCouponsContent, EvaluateCouponsPathParams, EvaluateCouponsResponse, EvaluatePromotionsContent, EvaluatePromotionsPathParams, EvaluatePromotionsResponse, FixedAmountDiscountRule, FixedPriceCouponPromotion, FixedPricePromotion, FixedPriceRule, FixedPriceRuleBasedAmount, FixedPriceRuleBasedQuantity, ForgotPasswordBody, ForgotPasswordContent, ForgotPasswordResponse, FreeGoodCouponPromotion, FreeGoodsPromotion, FreeGoodsRule, FreeShipingCouponPromotion, FulfillmentPreference, GenerateHashBody, GenerateHashContent, GenerateHashResponse, GenerateOtpBody, GenerateOtpContent, GenerateOtpResponse, GenerateOtpWithEmail, GenerateOtpWithPhone, GetAddressDetailContent, GetAddressDetailPathParams, GetAddressDetailResponse, GetAnonymousTokenContent, GetAnonymousTokenResponse, GetCartContent, GetCartPathParams, GetCartResponse, GetConfigContent, GetConfigResponse, GetCustomerDetailContent, GetCustomerDetailPathParams, GetCustomerDetailResponse, GetDocumentContent, GetDocumentPathParams, GetDocumentResponse, GetFulfillmentOptionsBody, GetFulfillmentOptionsContent, GetFulfillmentOptionsResponse, GetJuspayCustomerContent, GetJuspayCustomerPathParams, GetJuspayCustomerResponse, GetLoyaltyDetailsContent, GetLoyaltyDetailsPathParams, GetLoyaltyDetailsResponse, GetNotificationPreferencesContent, GetNotificationPreferencesPathParams, GetNotificationPreferencesResponse, GetOrderDetailContent, GetOrderDetailPathParams, GetOrderDetailResponse, GetOrderReturnDetailContent, GetOrderReturnDetailPathParams, GetOrderReturnDetailResponse, GetPaymentStatusContent, GetPaymentStatusPathParams, GetPaymentStatusResponse, GetPosFulfillmentOptionsBody, GetPosFulfillmentOptionsContent, GetPosFulfillmentOptionsResponse, GetProductDetailContent, GetProductDetailHeaderParams, GetProductDetailPathParams, GetProductDetailResponse, GetProfileImageContent, GetProfileImagePathParams, GetProfileImageResponse, GetShippingMethodsBody, GetShippingMethodsContent, GetShippingMethodsResponse, GetSubscriptionContent, GetSubscriptionPathParams, GetSubscriptionResponse, GetUserCartContent, GetUserCartPathParams, GetUserCartResponse, GetUserDetailContent, GetUserDetailPathParams, GetUserDetailResponse, GetVariantDetailContent, GetVariantDetailHeaderParams, GetVariantDetailPathParams, GetVariantDetailResponse, GetWishlistContent, GetWishlistPathParams, GetWishlistResponse, GstinDetail, HeaderConfig, HelpersClient, InapplicableCoupon, InapplicablePromotion, Item, JuspayCardPayload, JuspayCreateCardResponse, JuspayCreateCustomerPayload, JuspayCreateOrderPayload, JuspayCustomer, JuspayOrder, JuspayPaymentGatewayParams, JuspayPaymentInfo, JuspayPaymentMethod, JuspaySavedCard, KycDocument, KycDocumentConfig, ListAddressesContent, ListAddressesPathParams, ListAddressesQuery, ListAddressesResponse, ListCategoriesContent, ListCategoriesQuery, ListCategoriesResponse, ListCountriesContent, ListCountriesResponse, ListCountryPincodesContent, ListCountryPincodesPathParams, ListCountryPincodesQuery, ListCountryPincodesResponse, ListCountryStatesContent, ListCountryStatesPathParams, ListCountryStatesResponse, ListCouponsContent, ListCouponsHeaderParams, ListCouponsResponse, ListCrosssellProductsContent, ListCrosssellProductsHeaderParams, ListCrosssellProductsQuery, ListCrosssellProductsResponse, ListDocumentsContent, ListDocumentsPathParams, ListDocumentsResponse, ListKycDocumentContent, ListKycDocumentResponse, ListLoyaltyActivitiesContent, ListLoyaltyActivitiesPathParams, ListLoyaltyActivitiesQuery, ListLoyaltyActivitiesResponse, ListOrderPaymentsContent, ListOrderPaymentsPathParams, ListOrderPaymentsResponse, ListOrderRefundsContent, ListOrderRefundsPathParams, ListOrderRefundsResponse, ListOrderShipmentsContent, ListOrderShipmentsPathParams, ListOrderShipmentsResponse, ListOrdersContent, ListOrdersQuery, ListOrdersResponse, ListPaymentMethodsContent, ListPaymentMethodsQuery, ListPaymentMethodsResponse, ListProductReviewsContent, ListProductReviewsPathParams, ListProductReviewsQuery, ListProductReviewsResponse, ListProductVariantsContent, ListProductVariantsHeaderParams, ListProductVariantsPathParams, ListProductVariantsResponse, ListProductsContent, ListProductsHeaderParams, ListProductsQuery, ListProductsResponse, ListPromotionsContent, ListPromotionsHeaderParams, ListPromotionsResponse, ListReturnsContent, ListReturnsResponse, ListSavedCardsContent, ListSavedCardsQuery, ListSavedCardsResponse, ListSimilarProductsContent, ListSimilarProductsHeaderParams, ListSimilarProductsQuery, ListSimilarProductsResponse, ListSkusContent, ListSkusHeaderParams, ListSkusQuery, ListSkusResponse, ListSubscriptionsContent, ListSubscriptionsResponse, ListUpsellProductsContent, ListUpsellProductsHeaderParams, ListUpsellProductsQuery, ListUpsellProductsResponse, ListUserReviewsContent, ListUserReviewsPathParams, ListUserReviewsResponse, LoginPosDeviceWithEmailBody, LoginPosDeviceWithEmailContent, LoginPosDeviceWithEmailResponse, LoginPosDeviceWithPhoneBody, LoginPosDeviceWithPhoneContent, LoginPosDeviceWithPhoneResponse, LoginPosDeviceWithWhatsappBody, LoginPosDeviceWithWhatsappContent, LoginPosDeviceWithWhatsappResponse, LoginWithEmailBody, LoginWithEmailContent, LoginWithEmailResponse, LoginWithPasswordBody, LoginWithPasswordContent, LoginWithPasswordResponse, LoginWithPhoneBody, LoginWithPhoneContent, LoginWithPhoneResponse, LoginWithWhatsappBody, LoginWithWhatsappContent, LoginWithWhatsappResponse, LogoutContent, LogoutFromPosDeviceResponse, LogoutResponse, LoyaltyPointActivity, MeasurementUnit, MemoryTokenStorage, MultiSelectAttribute, NetbankingPayment, NotificationChannelPreferences, NotificationPreferences, NumberAttribute, Order, OrderClient, OrderDetail, OrderItem, OrderList, OrderPayment, OrderRefund, OrderReturn, OrderReturnItem, OrderShipment, Pagination, PairPosDeviceBody, PairPosDeviceContent, PairPosDeviceResponse, PanDetail, PauseSubscription, PaymentGateway, PaymentGatewayParams, PaymentInfo, PayuCardPayload, PayuCreateCardResponse, PayuPaymentGatewayParams, PayuPaymentInfo, PayuPaymentMethod, PayuSavedCard, PercentageDiscountRule, Pincode, PincodeServiceability, PosApplyCouponBody, PosApplyCouponContent, PosApplyCouponPathParams, PosApplyCouponResponse, PosCreateCartAddressBody, PosCreateCartAddressContent, PosCreateCartAddressPathParams, PosCreateCartAddressResponse, PosCreateCartBody, PosCreateCartContent, PosCreateCartResponse, PosDeleteCartPathParams, PosDeleteCartResponse, PosDevice, PosEvaluateCouponsContent, PosEvaluateCouponsPathParams, PosEvaluateCouponsResponse, PosEvaluatePromotionsContent, PosEvaluatePromotionsPathParams, PosEvaluatePromotionsResponse, PosGetCartContent, PosGetCartPathParams, PosGetCartResponse, PosGetProductDetailContent, PosGetProductDetailHeaderParams, PosGetProductDetailPathParams, PosGetProductDetailResponse, PosGetVariantDetailContent, PosGetVariantDetailHeaderParams, PosGetVariantDetailPathParams, PosGetVariantDetailResponse, PosListCategoriesContent, PosListCategoriesQuery, PosListCategoriesResponse, PosListCouponsContent, PosListCouponsHeaderParams, PosListCouponsResponse, PosListCrosssellProductsContent, PosListCrosssellProductsHeaderParams, PosListCrosssellProductsQuery, PosListCrosssellProductsResponse, PosListProductReviewsContent, PosListProductReviewsPathParams, PosListProductReviewsQuery, PosListProductReviewsResponse, PosListProductVariantsContent, PosListProductVariantsHeaderParams, PosListProductVariantsPathParams, PosListProductVariantsResponse, PosListProductsContent, PosListProductsHeaderParams, PosListProductsQuery, PosListProductsResponse, PosListPromotionsContent, PosListPromotionsHeaderParams, PosListPromotionsResponse, PosListSimilarProductsContent, PosListSimilarProductsHeaderParams, PosListSimilarProductsQuery, PosListSimilarProductsResponse, PosListSkusContent, PosListSkusHeaderParams, PosListSkusQuery, PosListSkusResponse, PosListUpsellProductsContent, PosListUpsellProductsHeaderParams, PosListUpsellProductsQuery, PosListUpsellProductsResponse, PosRedeemCreditBalanceBody, PosRedeemCreditBalanceContent, PosRedeemCreditBalancePathParams, PosRedeemCreditBalanceResponse, PosRedeemGiftCardBody, PosRedeemGiftCardContent, PosRedeemGiftCardPathParams, PosRedeemGiftCardResponse, PosRedeemLoyaltyPointsBody, PosRedeemLoyaltyPointsContent, PosRedeemLoyaltyPointsPathParams, PosRedeemLoyaltyPointsResponse, PosRemoveCouponContent, PosRemoveCouponPathParams, PosRemoveCouponResponse, PosRemoveCreditBalanceContent, PosRemoveCreditBalancePathParams, PosRemoveCreditBalanceResponse, PosRemoveGiftCardContent, PosRemoveGiftCardPathParams, PosRemoveGiftCardResponse, PosRemoveLoyaltyPointsContent, PosRemoveLoyaltyPointsPathParams, PosRemoveLoyaltyPointsResponse, PosSearchProductsBody, PosSearchProductsContent, PosSearchProductsHeaderParams, PosSearchProductsResponse, PosUpdateCartBody, PosUpdateCartContent, PosUpdateCartPathParams, PosUpdateCartResponse, PosUpdateCustomerWithEmail, PosUpdateCustomerWithId, PosUpdateCustomerWithPhone, PosUpdateFulfillmentPreferenceBody, PosUpdateFulfillmentPreferencePathParams, PosUpdateFulfillmentPreferenceResponse, PosUser, Product, ProductAttribute, ProductBundleItem, ProductCategory, ProductDetail, ProductImage, ProductPricing, ProductPromotion, ProductReview, ProductShipping, ProductSubscription, ProductVideo, Promotion, PromotionType, RedeemCreditBalanceBody, RedeemCreditBalanceContent, RedeemCreditBalancePathParams, RedeemCreditBalanceResponse, RedeemGiftCardBody, RedeemGiftCardContent, RedeemGiftCardPathParams, RedeemGiftCardResponse, RedeemLoyaltyPointsBody, RedeemLoyaltyPointsContent, RedeemLoyaltyPointsPathParams, RedeemLoyaltyPointsResponse, RefreshPosAccessTokenBody, RefreshPosAccessTokenContent, RefreshPosAccessTokenResponse, RefreshTokenBody, RefreshTokenContent, RefreshTokenResponse, RegisterWithEmailBody, RegisterWithEmailContent, RegisterWithEmailPassword, RegisterWithEmailResponse, RegisterWithPasswordBody, RegisterWithPasswordContent, RegisterWithPasswordResponse, RegisterWithPhoneBody, RegisterWithPhoneContent, RegisterWithPhonePassword, RegisterWithPhoneResponse, RegisterWithWhatsappBody, RegisterWithWhatsappContent, RegisterWithWhatsappResponse, RemoveCouponContent, RemoveCouponPathParams, RemoveCouponResponse, RemoveCreditBalanceContent, RemoveCreditBalancePathParams, RemoveCreditBalanceResponse, RemoveGiftCardContent, RemoveGiftCardPathParams, RemoveGiftCardResponse, RemoveLoyaltyPointsContent, RemoveLoyaltyPointsPathParams, RemoveLoyaltyPointsResponse, RemoveProfileImagePathParams, RemoveProfileImageResponse, ResetPasswordBody, ResetPasswordContent, ResetPasswordResponse, ResponseUtils, RetryOrderPaymentBody, RetryOrderPaymentContent, RetryOrderPaymentPathParams, RetryOrderPaymentResponse, RevokeSubscription, SearchProduct, SearchProductsBody, SearchProductsContent, SearchProductsHeaderParams, SearchProductsResponse, Seo, ShipmentItem, ShippingClient, SingleSelectAttribute, SingleSelectOption, StoreConfig, StoreConfigClient, StoreTemplate, StorefrontAPIClient, StorefrontSDK, StorefrontSDK as default, StorefrontSDKOptions, SubscribeNewsletterBody, SubscribeNewsletterResponse, Subscription, SubscriptionBehaviour, SubscriptionDetail, SubscriptionInvoiceItem, SupportedDefaultHeaders, TextAttribute, type TokenStorage, TrackAnalyticsEventBody, TrackAnalyticsEventResponse, UpdateAddressDetailBody, UpdateAddressDetailContent, UpdateAddressDetailPathParams, UpdateAddressDetailResponse, UpdateCartBody, UpdateCartContent, UpdateCartItem, UpdateCartPathParams, UpdateCartResponse, UpdateCustomer, UpdateCustomerBody, UpdateCustomerContent, UpdateCustomerPathParams, UpdateCustomerResponse, UpdateDigitalProductSubscription, UpdateDocument, UpdateDocumentContent, UpdateDocumentFormData, UpdateDocumentPathParams, UpdateDocumentResponse, UpdateFulfillmentPreferenceBody, UpdateFulfillmentPreferencePathParams, UpdateFulfillmentPreferenceResponse, UpdateNotificationPreferencesBody, UpdateNotificationPreferencesContent, UpdateNotificationPreferencesPathParams, UpdateNotificationPreferencesResponse, UpdatePhysicalProductSubscription, UpdatePosCartCustomerBody, UpdatePosCartCustomerContent, UpdatePosCartCustomerPathParams, UpdatePosCartCustomerResponse, UpdateProfileImageContent, UpdateProfileImageFormData, UpdateProfileImagePathParams, UpdateProfileImageResponse, UpdateShippingMethodBody, UpdateShippingMethodContent, UpdateShippingMethodPathParams, UpdateShippingMethodResponse, UpdateSubscriptionBody, UpdateSubscriptionContent, UpdateSubscriptionPathParams, UpdateSubscriptionResponse, UpdateUserBody, UpdateUserContent, UpdateUserPathParams, UpdateUserResponse, UpiPayment, User, type UserInfo, Variant, VariantDetail, VariantOption, VerifyDocumentBody, VerifyDocumentContent, VerifyDocumentPathParams, VerifyDocumentResponse, VerifyOtpBody, VerifyOtpContent, VerifyOtpResponse, VerifyPosLoginOtpBody, VerifyPosLoginOtpContent, VerifyPosLoginOtpResponse, VerifyVpaContent, VerifyVpaQuery, VerifyVpaResponse, VolumeBasedCouponPromotion, VolumeBasedPromotion, VolumeBasedRule, WalletPayment, type components, createDebugMiddleware, createTimeoutMiddleware, executeRequest, extractRequestBody, getPathnameFromUrl, mergeAndTransformHeaders, mergeHeaders, type operations, type paths, transformHeaders };
|
|
15616
|
+
export { AcceleratedRewardCouponPromotion, AcceleratedRewardRule, AddCardBody, AddCardContent, AddCardResponse, AddProfileImageContent, AddProfileImageFormData, AddProfileImagePathParams, AddProfileImageResponse, AddToWishlistBody, AddToWishlistContent, AddToWishlistPathParams, AddToWishlistResponse, AdditionalProductDetails, AnalyticsEvent, AnonymousUser, ApiErrorResponse, ApiResult, ApplicableCoupon, ApplicablePromotion, AppliedCoupon, AppliedPromotion, ApplyCouponBody, ApplyCouponContent, ApplyCouponPathParams, ApplyCouponResponse, AssociatedOption, AuthClient, AutoScaleBasedOnAmount, AutoScaleBasedOnQuantity, BankTransfer, BaseAPIClient, BaseSDKOptions, BooleanAttribute, Brand, BrowserTokenStorage, Business, BuyXGetYCouponPromotion, BuyXGetYRule, BuyXGetYRuleBasedOnAmount, BuyXGetYRuleBasedOnQuantity, CancelOrderBody, CancelOrderContent, CancelOrderPathParams, CancelOrderResponse, CardPayment, Cart, CartBasedServiceabilityCheck, CartClient, CartItem, CatalogClient, Category, ChangePasswordBody, ChangePasswordContent, ChangePasswordResponse, type Channel, CheckPincodeServiceabilityContent, CheckPincodeServiceabilityPathParams, CheckPincodeServiceabilityResponse, CheckVerificationStatusBody, CheckVerificationStatusContent, CheckVerificationStatusResponse, ClaimPosDevicePathParams, ClaimPosDeviceResponse, CollectInStore, CollectInStoreFulfillment, ColorAttribute, ColorOption, CookieTokenStorage, type CookieTokenStorageOptions, Country, CountryState, Coupon, CouponPromotionCommonDetail, CouponType, CreateAddressBody, CreateAddressContent, CreateAddressPathParams, CreateAddressResponse, CreateCartAddressBody, CreateCartAddressContent, CreateCartAddressPathParams, CreateCartAddressResponse, CreateCartBody, CreateCartContent, CreateCartResponse, CreateCustomSubscription, CreateCustomer, CreateCustomerBody, CreateCustomerContent, CreateCustomerResponse, CreateDocumentContent, CreateDocumentFormData, CreateDocumentPathParams, CreateDocumentResponse, CreateJuspayCustomerBody, CreateJuspayCustomerContent, CreateJuspayCustomerResponse, CreateJuspayOrderBody, CreateJuspayOrderContent, CreateJuspayOrderResponse, CreateNotificationPreferencesBody, CreateNotificationPreferencesContent, CreateNotificationPreferencesPathParams, CreateNotificationPreferencesResponse, CreateOrderBody, CreateOrderContent, CreateOrderResponse, CreateOrderReturn, CreateOrderReturnBody, CreateOrderReturnContent, CreateOrderReturnPathParams, CreateOrderReturnResponse, CreatePosOrderBody, CreatePosOrderContent, CreatePosOrderResponse, CreateProductReviewFormData, CreateProductReviewPathParams, CreateProductReviewResponse, CreateReview, CreateStandardSubscription, CreateSubscription, CreateSubscriptionBody, CreateSubscriptionContent, CreateSubscriptionResponse, Currency, CustomSlabsBasedOnAmount, CustomSlabsBasedOnQuantity, CustomerAddress, CustomerClient, CustomerDetail, CustomerGroup, CustomerLoyalty, CustomerReadyForReview, CustomerReview, DateAttribute, DeactivateUserPathParams, DeactivateUserResponse, DebugLogger, DebugLoggerFn, DeleteAddressPathParams, DeleteAddressResponse, DeleteCartPathParams, DeleteCartResponse, DeleteDocumentPathParams, DeleteDocumentResponse, DeleteFromWishlistBody, DeleteFromWishlistContent, DeleteFromWishlistPathParams, DeleteFromWishlistResponse, DeleteUserCartPathParams, DeleteUserCartResponse, DeliveryFulfillment, DiscountBasedPromotion, DiscountCouponPromotion, DiscountRule, Document, Environment, EvaluateCouponsContent, EvaluateCouponsPathParams, EvaluateCouponsResponse, EvaluatePromotionsContent, EvaluatePromotionsPathParams, EvaluatePromotionsResponse, FixedAmountDiscountRule, FixedPriceCouponPromotion, FixedPricePromotion, FixedPriceRule, FixedPriceRuleBasedAmount, FixedPriceRuleBasedQuantity, ForgotPasswordBody, ForgotPasswordContent, ForgotPasswordResponse, FreeGoodCouponPromotion, FreeGoodsPromotion, FreeGoodsRule, FreeShipingCouponPromotion, FulfillmentPreference, GenerateHashBody, GenerateHashContent, GenerateHashResponse, GenerateOtpBody, GenerateOtpContent, GenerateOtpResponse, GenerateOtpWithEmail, GenerateOtpWithPhone, GetAddressDetailContent, GetAddressDetailPathParams, GetAddressDetailResponse, GetAnonymousTokenContent, GetAnonymousTokenResponse, GetCartContent, GetCartPathParams, GetCartResponse, GetConfigContent, GetConfigResponse, GetCustomerDetailContent, GetCustomerDetailPathParams, GetCustomerDetailResponse, GetDocumentContent, GetDocumentPathParams, GetDocumentResponse, GetFulfillmentOptionsBody, GetFulfillmentOptionsContent, GetFulfillmentOptionsResponse, GetJuspayCustomerContent, GetJuspayCustomerPathParams, GetJuspayCustomerResponse, GetLoyaltyDetailsContent, GetLoyaltyDetailsPathParams, GetLoyaltyDetailsResponse, GetNotificationPreferencesContent, GetNotificationPreferencesPathParams, GetNotificationPreferencesResponse, GetOrderDetailContent, GetOrderDetailPathParams, GetOrderDetailResponse, GetOrderReturnDetailContent, GetOrderReturnDetailPathParams, GetOrderReturnDetailResponse, GetPaymentStatusContent, GetPaymentStatusPathParams, GetPaymentStatusResponse, GetPosFulfillmentOptionsBody, GetPosFulfillmentOptionsContent, GetPosFulfillmentOptionsResponse, GetPosUserContent, GetPosUserPathParams, GetPosUserResponse, GetProductDetailContent, GetProductDetailHeaderParams, GetProductDetailPathParams, GetProductDetailResponse, GetProfileImageContent, GetProfileImagePathParams, GetProfileImageResponse, GetShippingMethodsBody, GetShippingMethodsContent, GetShippingMethodsResponse, GetSubscriptionContent, GetSubscriptionPathParams, GetSubscriptionResponse, GetUserCartContent, GetUserCartPathParams, GetUserCartResponse, GetUserDetailContent, GetUserDetailPathParams, GetUserDetailResponse, GetVariantDetailContent, GetVariantDetailHeaderParams, GetVariantDetailPathParams, GetVariantDetailResponse, GetWishlistContent, GetWishlistPathParams, GetWishlistResponse, GstinDetail, HeaderConfig, HelpersClient, InapplicableCoupon, InapplicablePromotion, Item, JuspayCardPayload, JuspayCreateCardResponse, JuspayCreateCustomerPayload, JuspayCreateOrderPayload, JuspayCustomer, JuspayOrder, JuspayPaymentGatewayParams, JuspayPaymentInfo, JuspayPaymentMethod, JuspaySavedCard, KycDocument, KycDocumentConfig, ListAddressesContent, ListAddressesPathParams, ListAddressesQuery, ListAddressesResponse, ListCategoriesContent, ListCategoriesQuery, ListCategoriesResponse, ListCountriesContent, ListCountriesResponse, ListCountryPincodesContent, ListCountryPincodesPathParams, ListCountryPincodesQuery, ListCountryPincodesResponse, ListCountryStatesContent, ListCountryStatesPathParams, ListCountryStatesResponse, ListCouponsContent, ListCouponsHeaderParams, ListCouponsResponse, ListCrosssellProductsContent, ListCrosssellProductsHeaderParams, ListCrosssellProductsQuery, ListCrosssellProductsResponse, ListDocumentsContent, ListDocumentsPathParams, ListDocumentsResponse, ListKycDocumentContent, ListKycDocumentResponse, ListLoyaltyActivitiesContent, ListLoyaltyActivitiesPathParams, ListLoyaltyActivitiesQuery, ListLoyaltyActivitiesResponse, ListOrderPaymentsContent, ListOrderPaymentsPathParams, ListOrderPaymentsResponse, ListOrderRefundsContent, ListOrderRefundsPathParams, ListOrderRefundsResponse, ListOrderShipmentsContent, ListOrderShipmentsPathParams, ListOrderShipmentsResponse, ListOrdersContent, ListOrdersQuery, ListOrdersResponse, ListPaymentMethodsContent, ListPaymentMethodsQuery, ListPaymentMethodsResponse, ListPaymentOptionsContent, ListPaymentOptionsResponse, ListPosDevicesContent, ListPosDevicesResponse, ListPosLocationsContent, ListPosLocationsResponse, ListProductReviewsContent, ListProductReviewsPathParams, ListProductReviewsQuery, ListProductReviewsResponse, ListProductVariantsContent, ListProductVariantsHeaderParams, ListProductVariantsPathParams, ListProductVariantsResponse, ListProductsContent, ListProductsHeaderParams, ListProductsQuery, ListProductsResponse, ListPromotionsContent, ListPromotionsHeaderParams, ListPromotionsResponse, ListReturnsContent, ListReturnsResponse, ListSavedCardsContent, ListSavedCardsQuery, ListSavedCardsResponse, ListSimilarProductsContent, ListSimilarProductsHeaderParams, ListSimilarProductsQuery, ListSimilarProductsResponse, ListSkusContent, ListSkusHeaderParams, ListSkusQuery, ListSkusResponse, ListSubscriptionsContent, ListSubscriptionsResponse, ListUpsellProductsContent, ListUpsellProductsHeaderParams, ListUpsellProductsQuery, ListUpsellProductsResponse, ListUserReviewsContent, ListUserReviewsPathParams, ListUserReviewsResponse, LoginPosDeviceWithEmailBody, LoginPosDeviceWithEmailContent, LoginPosDeviceWithEmailResponse, LoginPosDeviceWithPhoneBody, LoginPosDeviceWithPhoneContent, LoginPosDeviceWithPhoneResponse, LoginPosDeviceWithWhatsappBody, LoginPosDeviceWithWhatsappContent, LoginPosDeviceWithWhatsappResponse, LoginWithEmailBody, LoginWithEmailContent, LoginWithEmailResponse, LoginWithPasswordBody, LoginWithPasswordContent, LoginWithPasswordResponse, LoginWithPhoneBody, LoginWithPhoneContent, LoginWithPhoneResponse, LoginWithWhatsappBody, LoginWithWhatsappContent, LoginWithWhatsappResponse, LogoutContent, LogoutFromPosDeviceResponse, LogoutResponse, LoyaltyPointActivity, MeasurementUnit, MemoryTokenStorage, MultiSelectAttribute, NetbankingPayment, NotificationChannelPreferences, NotificationPreferences, NumberAttribute, Order, OrderClient, OrderDetail, OrderItem, OrderList, OrderPayment, OrderRefund, OrderReturn, OrderReturnItem, OrderShipment, Pagination, PairPosDeviceBody, PairPosDeviceContent, PairPosDeviceResponse, PanDetail, PauseSubscription, PayWithCard, PayWithCash, PayWithPaymentGateway, PayWithUpi, PaymentGateway, PaymentGatewayParams, PaymentInfo, PayuCardPayload, PayuCreateCardResponse, PayuPaymentGatewayParams, PayuPaymentInfo, PayuPaymentMethod, PayuSavedCard, PercentageDiscountRule, Pincode, PincodeServiceability, PosApplyCouponBody, PosApplyCouponContent, PosApplyCouponPathParams, PosApplyCouponResponse, PosCreateCartAddressBody, PosCreateCartAddressContent, PosCreateCartAddressPathParams, PosCreateCartAddressResponse, PosCreateCartBody, PosCreateCartContent, PosCreateCartResponse, PosDeleteCartPathParams, PosDeleteCartResponse, PosDevice, PosEvaluateCouponsContent, PosEvaluateCouponsPathParams, PosEvaluateCouponsResponse, PosEvaluatePromotionsContent, PosEvaluatePromotionsPathParams, PosEvaluatePromotionsResponse, PosGetCartContent, PosGetCartPathParams, PosGetCartResponse, PosGetPaymentStatusContent, PosGetPaymentStatusPathParams, PosGetPaymentStatusResponse, PosGetProductDetailContent, PosGetProductDetailHeaderParams, PosGetProductDetailPathParams, PosGetProductDetailResponse, PosGetVariantDetailContent, PosGetVariantDetailHeaderParams, PosGetVariantDetailPathParams, PosGetVariantDetailResponse, PosListCategoriesContent, PosListCategoriesQuery, PosListCategoriesResponse, PosListCouponsContent, PosListCouponsHeaderParams, PosListCouponsResponse, PosListCrosssellProductsContent, PosListCrosssellProductsHeaderParams, PosListCrosssellProductsQuery, PosListCrosssellProductsResponse, PosListPaymentOptionsContent, PosListPaymentOptionsResponse, PosListProductReviewsContent, PosListProductReviewsPathParams, PosListProductReviewsQuery, PosListProductReviewsResponse, PosListProductVariantsContent, PosListProductVariantsHeaderParams, PosListProductVariantsPathParams, PosListProductVariantsResponse, PosListProductsContent, PosListProductsHeaderParams, PosListProductsQuery, PosListProductsResponse, PosListPromotionsContent, PosListPromotionsHeaderParams, PosListPromotionsResponse, PosListSimilarProductsContent, PosListSimilarProductsHeaderParams, PosListSimilarProductsQuery, PosListSimilarProductsResponse, PosListSkusContent, PosListSkusHeaderParams, PosListSkusQuery, PosListSkusResponse, PosListUpsellProductsContent, PosListUpsellProductsHeaderParams, PosListUpsellProductsQuery, PosListUpsellProductsResponse, PosLocation, PosRedeemCreditBalanceBody, PosRedeemCreditBalanceContent, PosRedeemCreditBalancePathParams, PosRedeemCreditBalanceResponse, PosRedeemLoyaltyPointsBody, PosRedeemLoyaltyPointsContent, PosRedeemLoyaltyPointsPathParams, PosRedeemLoyaltyPointsResponse, PosRemoveCouponContent, PosRemoveCouponPathParams, PosRemoveCouponResponse, PosRemoveCreditBalanceContent, PosRemoveCreditBalancePathParams, PosRemoveCreditBalanceResponse, PosRemoveLoyaltyPointsContent, PosRemoveLoyaltyPointsPathParams, PosRemoveLoyaltyPointsResponse, PosSearchProductsBody, PosSearchProductsContent, PosSearchProductsHeaderParams, PosSearchProductsResponse, PosUpdateCartBody, PosUpdateCartContent, PosUpdateCartPathParams, PosUpdateCartResponse, PosUpdateCustomerWithEmail, PosUpdateCustomerWithId, PosUpdateCustomerWithPhone, PosUpdateFulfillmentPreferenceBody, PosUpdateFulfillmentPreferencePathParams, PosUpdateFulfillmentPreferenceResponse, PosUser, Product, ProductAttribute, ProductBundleItem, ProductCategory, ProductDetail, ProductImage, ProductPricing, ProductPromotion, ProductReview, ProductShipping, ProductSubscription, ProductVideo, Promotion, PromotionType, RedeemCreditBalanceBody, RedeemCreditBalanceContent, RedeemCreditBalancePathParams, RedeemCreditBalanceResponse, RedeemLoyaltyPointsBody, RedeemLoyaltyPointsContent, RedeemLoyaltyPointsPathParams, RedeemLoyaltyPointsResponse, RefreshPosAccessTokenBody, RefreshPosAccessTokenContent, RefreshPosAccessTokenResponse, RefreshTokenBody, RefreshTokenContent, RefreshTokenResponse, RegisterWithEmailBody, RegisterWithEmailContent, RegisterWithEmailPassword, RegisterWithEmailResponse, RegisterWithPasswordBody, RegisterWithPasswordContent, RegisterWithPasswordResponse, RegisterWithPhoneBody, RegisterWithPhoneContent, RegisterWithPhonePassword, RegisterWithPhoneResponse, RegisterWithWhatsappBody, RegisterWithWhatsappContent, RegisterWithWhatsappResponse, RemoveCouponContent, RemoveCouponPathParams, RemoveCouponResponse, RemoveCreditBalanceContent, RemoveCreditBalancePathParams, RemoveCreditBalanceResponse, RemoveLoyaltyPointsContent, RemoveLoyaltyPointsPathParams, RemoveLoyaltyPointsResponse, RemoveProfileImagePathParams, RemoveProfileImageResponse, ResetPasswordBody, ResetPasswordContent, ResetPasswordResponse, ResponseUtils, RetryOrderPaymentBody, RetryOrderPaymentContent, RetryOrderPaymentPathParams, RetryOrderPaymentResponse, RevokeSubscription, SearchProduct, SearchProductsBody, SearchProductsContent, SearchProductsHeaderParams, SearchProductsResponse, Seo, ShipmentItem, ShippingClient, SingleSelectAttribute, SingleSelectOption, StoreConfig, StoreConfigClient, StoreTemplate, StorefrontAPIClient, StorefrontSDK, StorefrontSDK as default, StorefrontSDKOptions, SubscribeNewsletterBody, SubscribeNewsletterResponse, Subscription, SubscriptionBehaviour, SubscriptionDetail, SubscriptionInvoiceItem, SupportedDefaultHeaders, TextAttribute, type TokenStorage, TrackAnalyticsEventBody, TrackAnalyticsEventResponse, UnclaimPosDevicePathParams, UnclaimPosDeviceResponse, UpdateAddressDetailBody, UpdateAddressDetailContent, UpdateAddressDetailPathParams, UpdateAddressDetailResponse, UpdateCartBody, UpdateCartContent, UpdateCartItem, UpdateCartPathParams, UpdateCartResponse, UpdateCustomer, UpdateCustomerBody, UpdateCustomerContent, UpdateCustomerPathParams, UpdateCustomerResponse, UpdateDigitalProductSubscription, UpdateDocument, UpdateDocumentContent, UpdateDocumentFormData, UpdateDocumentPathParams, UpdateDocumentResponse, UpdateFulfillmentPreferenceBody, UpdateFulfillmentPreferencePathParams, UpdateFulfillmentPreferenceResponse, UpdateNotificationPreferencesBody, UpdateNotificationPreferencesContent, UpdateNotificationPreferencesPathParams, UpdateNotificationPreferencesResponse, UpdatePhysicalProductSubscription, UpdatePosCartCustomerBody, UpdatePosCartCustomerContent, UpdatePosCartCustomerPathParams, UpdatePosCartCustomerResponse, UpdateProfileImageContent, UpdateProfileImageFormData, UpdateProfileImagePathParams, UpdateProfileImageResponse, UpdateShippingMethodBody, UpdateShippingMethodContent, UpdateShippingMethodPathParams, UpdateShippingMethodResponse, UpdateSubscriptionBody, UpdateSubscriptionContent, UpdateSubscriptionPathParams, UpdateSubscriptionResponse, UpdateUserBody, UpdateUserContent, UpdateUserPathParams, UpdateUserResponse, UpiPayment, User, type UserInfo, Variant, VariantDetail, VariantOption, VerifyDocumentBody, VerifyDocumentContent, VerifyDocumentPathParams, VerifyDocumentResponse, VerifyOtpBody, VerifyOtpContent, VerifyOtpResponse, VerifyPosLoginOtpBody, VerifyPosLoginOtpContent, VerifyPosLoginOtpResponse, VerifyVpaContent, VerifyVpaQuery, VerifyVpaResponse, VolumeBasedCouponPromotion, VolumeBasedPromotion, VolumeBasedRule, WalletPayment, type components, createDebugMiddleware, createTimeoutMiddleware, executeRequest, extractRequestBody, getPathnameFromUrl, mergeAndTransformHeaders, mergeHeaders, type operations, type paths, transformHeaders };
|
|
15371
15617
|
//# sourceMappingURL=index.d.ts.map
|