@paynow-gg/typescript-sdk 1.0.11 → 1.0.13
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/generate.js +5 -1
- package/dist/generate.js.map +1 -1
- package/dist/generated/management.d.ts +721 -613
- package/dist/generated/management.d.ts.map +1 -1
- package/dist/generated/management.js +34 -38
- package/dist/generated/management.js.map +1 -1
- package/dist/generated/storefront.d.ts +24 -5
- package/dist/generated/storefront.d.ts.map +1 -1
- package/dist/generated/storefront.js +2 -2
- package/dist/generated/storefront.js.map +1 -1
- package/package.json +1 -1
|
@@ -100,124 +100,6 @@ export interface paths {
|
|
|
100
100
|
patch?: never;
|
|
101
101
|
trace?: never;
|
|
102
102
|
};
|
|
103
|
-
"/v1/stores/{storeId}/orders/{orderId}/command-delivery": {
|
|
104
|
-
parameters: {
|
|
105
|
-
query?: never;
|
|
106
|
-
header?: never;
|
|
107
|
-
path?: never;
|
|
108
|
-
cookie?: never;
|
|
109
|
-
};
|
|
110
|
-
/**
|
|
111
|
-
* Get delivery items associated with an order
|
|
112
|
-
* @description Retrieves all delivery items associated with a specific order.
|
|
113
|
-
*/
|
|
114
|
-
get: operations["CommandDelivery_GetOrderDeliveryItems"];
|
|
115
|
-
put?: never;
|
|
116
|
-
post?: never;
|
|
117
|
-
delete?: never;
|
|
118
|
-
options?: never;
|
|
119
|
-
head?: never;
|
|
120
|
-
patch?: never;
|
|
121
|
-
trace?: never;
|
|
122
|
-
};
|
|
123
|
-
"/v1/stores/{storeId}/customers/{customerId}/command-delivery": {
|
|
124
|
-
parameters: {
|
|
125
|
-
query?: never;
|
|
126
|
-
header?: never;
|
|
127
|
-
path?: never;
|
|
128
|
-
cookie?: never;
|
|
129
|
-
};
|
|
130
|
-
/**
|
|
131
|
-
* Get delivery items associated with a customer
|
|
132
|
-
* @description Retrieves delivery items associated with a customer
|
|
133
|
-
*/
|
|
134
|
-
get: operations["CommandDelivery_GetDeliveryItems"];
|
|
135
|
-
put?: never;
|
|
136
|
-
/**
|
|
137
|
-
* Assign a delivery item to a customer
|
|
138
|
-
* @description Allows you to assign a delivery item to a customer
|
|
139
|
-
*/
|
|
140
|
-
post: operations["CommandDelivery_AssignDeliveryItem"];
|
|
141
|
-
delete?: never;
|
|
142
|
-
options?: never;
|
|
143
|
-
head?: never;
|
|
144
|
-
patch?: never;
|
|
145
|
-
trace?: never;
|
|
146
|
-
};
|
|
147
|
-
"/v1/stores/{storeId}/customers/{customerId}/command-delivery/{deliveryItemId}": {
|
|
148
|
-
parameters: {
|
|
149
|
-
query?: never;
|
|
150
|
-
header?: never;
|
|
151
|
-
path?: never;
|
|
152
|
-
cookie?: never;
|
|
153
|
-
};
|
|
154
|
-
get?: never;
|
|
155
|
-
put?: never;
|
|
156
|
-
post?: never;
|
|
157
|
-
/**
|
|
158
|
-
* Revoke a delivery item for a customer
|
|
159
|
-
* @description Allows you to revoke a delivery item associated with a customer
|
|
160
|
-
*/
|
|
161
|
-
delete: operations["CommandDelivery_RevokeDeliveryItem"];
|
|
162
|
-
options?: never;
|
|
163
|
-
head?: never;
|
|
164
|
-
patch?: never;
|
|
165
|
-
trace?: never;
|
|
166
|
-
};
|
|
167
|
-
"/v1/stores/{storeId}/command-delivery": {
|
|
168
|
-
parameters: {
|
|
169
|
-
query?: never;
|
|
170
|
-
header?: never;
|
|
171
|
-
path?: never;
|
|
172
|
-
cookie?: never;
|
|
173
|
-
};
|
|
174
|
-
get?: never;
|
|
175
|
-
put?: never;
|
|
176
|
-
/**
|
|
177
|
-
* Assign delivery items in bulk
|
|
178
|
-
* @description Allows you to assign multiple delivery items for multiple customers in bulk
|
|
179
|
-
*/
|
|
180
|
-
post: operations["CommandDelivery_AssignDeliveryItemsBulk"];
|
|
181
|
-
delete?: never;
|
|
182
|
-
options?: never;
|
|
183
|
-
head?: never;
|
|
184
|
-
patch?: never;
|
|
185
|
-
trace?: never;
|
|
186
|
-
};
|
|
187
|
-
"/v1/stores/{storeId}/command-delivery/inventory-item/update-product-versions": {
|
|
188
|
-
parameters: {
|
|
189
|
-
query?: never;
|
|
190
|
-
header?: never;
|
|
191
|
-
path?: never;
|
|
192
|
-
cookie?: never;
|
|
193
|
-
};
|
|
194
|
-
get?: never;
|
|
195
|
-
put?: never;
|
|
196
|
-
/** Update product version id for inventory items of given product id */
|
|
197
|
-
post: operations["CommandDelivery_UpdateInventoryItemProductVersion"];
|
|
198
|
-
delete?: never;
|
|
199
|
-
options?: never;
|
|
200
|
-
head?: never;
|
|
201
|
-
patch?: never;
|
|
202
|
-
trace?: never;
|
|
203
|
-
};
|
|
204
|
-
"/v1/stores/{storeId}/command-delivery/unqueue": {
|
|
205
|
-
parameters: {
|
|
206
|
-
query?: never;
|
|
207
|
-
header?: never;
|
|
208
|
-
path?: never;
|
|
209
|
-
cookie?: never;
|
|
210
|
-
};
|
|
211
|
-
get?: never;
|
|
212
|
-
put?: never;
|
|
213
|
-
/** Unqueue commands by attempt IDs */
|
|
214
|
-
post: operations["CommandDelivery_UnqueueCommands"];
|
|
215
|
-
delete?: never;
|
|
216
|
-
options?: never;
|
|
217
|
-
head?: never;
|
|
218
|
-
patch?: never;
|
|
219
|
-
trace?: never;
|
|
220
|
-
};
|
|
221
103
|
"/v1/stores/{storeId}/coupons": {
|
|
222
104
|
parameters: {
|
|
223
105
|
query?: never;
|
|
@@ -453,31 +335,35 @@ export interface paths {
|
|
|
453
335
|
patch?: never;
|
|
454
336
|
trace?: never;
|
|
455
337
|
};
|
|
456
|
-
"/v1/stores/{storeId}/
|
|
338
|
+
"/v1/stores/{storeId}/orders/{orderId}/delivery/items": {
|
|
457
339
|
parameters: {
|
|
458
340
|
query?: never;
|
|
459
341
|
header?: never;
|
|
460
342
|
path?: never;
|
|
461
343
|
cookie?: never;
|
|
462
344
|
};
|
|
463
|
-
|
|
345
|
+
/**
|
|
346
|
+
* Get delivery items associated with an order
|
|
347
|
+
* @description Retrieves all delivery items associated with a specific order.
|
|
348
|
+
*/
|
|
349
|
+
get: operations["Delivery_GetOrderDeliveryItems"];
|
|
464
350
|
put?: never;
|
|
465
|
-
post
|
|
351
|
+
post?: never;
|
|
466
352
|
delete?: never;
|
|
467
353
|
options?: never;
|
|
468
354
|
head?: never;
|
|
469
355
|
patch?: never;
|
|
470
356
|
trace?: never;
|
|
471
357
|
};
|
|
472
|
-
"/v1/stores/{storeId}/
|
|
358
|
+
"/v1/stores/{storeId}/orders/{orderId}/command-delivery": {
|
|
473
359
|
parameters: {
|
|
474
360
|
query?: never;
|
|
475
361
|
header?: never;
|
|
476
362
|
path?: never;
|
|
477
363
|
cookie?: never;
|
|
478
364
|
};
|
|
479
|
-
get
|
|
480
|
-
put
|
|
365
|
+
get?: never;
|
|
366
|
+
put?: never;
|
|
481
367
|
post?: never;
|
|
482
368
|
delete?: never;
|
|
483
369
|
options?: never;
|
|
@@ -485,46 +371,68 @@ export interface paths {
|
|
|
485
371
|
patch?: never;
|
|
486
372
|
trace?: never;
|
|
487
373
|
};
|
|
488
|
-
"/v1/stores/{storeId}/
|
|
374
|
+
"/v1/stores/{storeId}/delivery/items": {
|
|
489
375
|
parameters: {
|
|
490
376
|
query?: never;
|
|
491
377
|
header?: never;
|
|
492
378
|
path?: never;
|
|
493
379
|
cookie?: never;
|
|
494
380
|
};
|
|
495
|
-
get
|
|
381
|
+
get?: never;
|
|
496
382
|
put?: never;
|
|
497
|
-
|
|
383
|
+
/**
|
|
384
|
+
* Assign delivery items in bulk
|
|
385
|
+
* @description Allows you to assign multiple delivery items for multiple customers in bulk
|
|
386
|
+
*/
|
|
387
|
+
post: operations["Delivery_AssignDeliveryItemsBulk"];
|
|
498
388
|
delete?: never;
|
|
499
389
|
options?: never;
|
|
500
390
|
head?: never;
|
|
501
391
|
patch?: never;
|
|
502
392
|
trace?: never;
|
|
503
393
|
};
|
|
504
|
-
"/v1/stores/{storeId}/
|
|
394
|
+
"/v1/stores/{storeId}/delivery/commands/unqueue": {
|
|
505
395
|
parameters: {
|
|
506
396
|
query?: never;
|
|
507
397
|
header?: never;
|
|
508
398
|
path?: never;
|
|
509
399
|
cookie?: never;
|
|
510
400
|
};
|
|
511
|
-
get
|
|
401
|
+
get?: never;
|
|
512
402
|
put?: never;
|
|
513
|
-
|
|
403
|
+
/** Unqueue commands by Attempt IDs */
|
|
404
|
+
post: operations["Delivery_UnqueueDeliveryCommandAttemptByAttemptIDs"];
|
|
514
405
|
delete?: never;
|
|
515
406
|
options?: never;
|
|
516
407
|
head?: never;
|
|
517
408
|
patch?: never;
|
|
518
409
|
trace?: never;
|
|
519
410
|
};
|
|
520
|
-
"/v1/stores/{storeId}/
|
|
411
|
+
"/v1/stores/{storeId}/delivery/items/update-product-versions": {
|
|
521
412
|
parameters: {
|
|
522
413
|
query?: never;
|
|
523
414
|
header?: never;
|
|
524
415
|
path?: never;
|
|
525
416
|
cookie?: never;
|
|
526
417
|
};
|
|
527
|
-
get
|
|
418
|
+
get?: never;
|
|
419
|
+
put?: never;
|
|
420
|
+
/** Update product version id for delivery items of given product id */
|
|
421
|
+
post: operations["Delivery_UpdateDeliveryItemProductVersions"];
|
|
422
|
+
delete?: never;
|
|
423
|
+
options?: never;
|
|
424
|
+
head?: never;
|
|
425
|
+
patch?: never;
|
|
426
|
+
trace?: never;
|
|
427
|
+
};
|
|
428
|
+
"/v1/stores/{storeId}/command-delivery": {
|
|
429
|
+
parameters: {
|
|
430
|
+
query?: never;
|
|
431
|
+
header?: never;
|
|
432
|
+
path?: never;
|
|
433
|
+
cookie?: never;
|
|
434
|
+
};
|
|
435
|
+
get?: never;
|
|
528
436
|
put?: never;
|
|
529
437
|
post?: never;
|
|
530
438
|
delete?: never;
|
|
@@ -533,39 +441,47 @@ export interface paths {
|
|
|
533
441
|
patch?: never;
|
|
534
442
|
trace?: never;
|
|
535
443
|
};
|
|
536
|
-
"/v1/stores/{storeId}/
|
|
444
|
+
"/v1/stores/{storeId}/command-delivery/unqueue": {
|
|
537
445
|
parameters: {
|
|
538
446
|
query?: never;
|
|
539
447
|
header?: never;
|
|
540
448
|
path?: never;
|
|
541
449
|
cookie?: never;
|
|
542
450
|
};
|
|
543
|
-
get
|
|
544
|
-
put
|
|
451
|
+
get?: never;
|
|
452
|
+
put?: never;
|
|
545
453
|
post?: never;
|
|
546
|
-
delete
|
|
454
|
+
delete?: never;
|
|
547
455
|
options?: never;
|
|
548
456
|
head?: never;
|
|
549
457
|
patch?: never;
|
|
550
458
|
trace?: never;
|
|
551
459
|
};
|
|
552
|
-
"/v1/stores/{storeId}/
|
|
460
|
+
"/v1/stores/{storeId}/customers/{customerId}/delivery/items": {
|
|
553
461
|
parameters: {
|
|
554
462
|
query?: never;
|
|
555
463
|
header?: never;
|
|
556
464
|
path?: never;
|
|
557
465
|
cookie?: never;
|
|
558
466
|
};
|
|
559
|
-
|
|
467
|
+
/**
|
|
468
|
+
* Get delivery items associated with a customer
|
|
469
|
+
* @description Retrieves delivery items associated with a customer
|
|
470
|
+
*/
|
|
471
|
+
get: operations["Delivery_GetDeliveryItems"];
|
|
560
472
|
put?: never;
|
|
561
|
-
|
|
473
|
+
/**
|
|
474
|
+
* Assign a delivery item to a customer
|
|
475
|
+
* @description Allows you to assign a delivery item to a customer
|
|
476
|
+
*/
|
|
477
|
+
post: operations["Delivery_AssignDeliveryItem"];
|
|
562
478
|
delete?: never;
|
|
563
479
|
options?: never;
|
|
564
480
|
head?: never;
|
|
565
481
|
patch?: never;
|
|
566
482
|
trace?: never;
|
|
567
483
|
};
|
|
568
|
-
"/v1/stores/{storeId}/
|
|
484
|
+
"/v1/stores/{storeId}/customers/{customerId}/delivery/items/{deliveryItemId}": {
|
|
569
485
|
parameters: {
|
|
570
486
|
query?: never;
|
|
571
487
|
header?: never;
|
|
@@ -575,20 +491,28 @@ export interface paths {
|
|
|
575
491
|
get?: never;
|
|
576
492
|
put?: never;
|
|
577
493
|
post?: never;
|
|
578
|
-
|
|
494
|
+
/**
|
|
495
|
+
* Revoke a delivery item from a customer
|
|
496
|
+
* @description Allows you to revoke a delivery item associated with a customer
|
|
497
|
+
*/
|
|
498
|
+
delete: operations["Delivery_RevokeDeliveryItem"];
|
|
579
499
|
options?: never;
|
|
580
500
|
head?: never;
|
|
581
501
|
patch?: never;
|
|
582
502
|
trace?: never;
|
|
583
503
|
};
|
|
584
|
-
"/v1/stores/{storeId}/
|
|
504
|
+
"/v1/stores/{storeId}/customers/{customerId}/delivery/commands": {
|
|
585
505
|
parameters: {
|
|
586
506
|
query?: never;
|
|
587
507
|
header?: never;
|
|
588
508
|
path?: never;
|
|
589
509
|
cookie?: never;
|
|
590
510
|
};
|
|
591
|
-
|
|
511
|
+
/**
|
|
512
|
+
* Get command attempts associated with a customer
|
|
513
|
+
* @description Retrieves command attempts associated with a customer
|
|
514
|
+
*/
|
|
515
|
+
get: operations["Delivery_GetCommandAttempts"];
|
|
592
516
|
put?: never;
|
|
593
517
|
post?: never;
|
|
594
518
|
delete?: never;
|
|
@@ -597,14 +521,14 @@ export interface paths {
|
|
|
597
521
|
patch?: never;
|
|
598
522
|
trace?: never;
|
|
599
523
|
};
|
|
600
|
-
"/v1/stores/{storeId}/
|
|
524
|
+
"/v1/stores/{storeId}/customers/{customerId}/command-delivery": {
|
|
601
525
|
parameters: {
|
|
602
526
|
query?: never;
|
|
603
527
|
header?: never;
|
|
604
528
|
path?: never;
|
|
605
529
|
cookie?: never;
|
|
606
530
|
};
|
|
607
|
-
get
|
|
531
|
+
get?: never;
|
|
608
532
|
put?: never;
|
|
609
533
|
post?: never;
|
|
610
534
|
delete?: never;
|
|
@@ -613,23 +537,23 @@ export interface paths {
|
|
|
613
537
|
patch?: never;
|
|
614
538
|
trace?: never;
|
|
615
539
|
};
|
|
616
|
-
"/v1/stores/{storeId}/
|
|
540
|
+
"/v1/stores/{storeId}/customers/{customerId}/command-delivery/{deliveryItemId}": {
|
|
617
541
|
parameters: {
|
|
618
542
|
query?: never;
|
|
619
543
|
header?: never;
|
|
620
544
|
path?: never;
|
|
621
545
|
cookie?: never;
|
|
622
546
|
};
|
|
623
|
-
get
|
|
547
|
+
get?: never;
|
|
624
548
|
put?: never;
|
|
625
|
-
post
|
|
549
|
+
post?: never;
|
|
626
550
|
delete?: never;
|
|
627
551
|
options?: never;
|
|
628
552
|
head?: never;
|
|
629
553
|
patch?: never;
|
|
630
554
|
trace?: never;
|
|
631
555
|
};
|
|
632
|
-
"/v1/stores/{storeId}/
|
|
556
|
+
"/v1/stores/{storeId}/gameservers/{gameServerId}/delivery/commands/resend": {
|
|
633
557
|
parameters: {
|
|
634
558
|
query?: never;
|
|
635
559
|
header?: never;
|
|
@@ -638,22 +562,23 @@ export interface paths {
|
|
|
638
562
|
};
|
|
639
563
|
get?: never;
|
|
640
564
|
put?: never;
|
|
641
|
-
|
|
565
|
+
/** Resend commands for a given Gameserver */
|
|
566
|
+
post: operations["Delivery_ResendDeliveryCommandsForGameServer"];
|
|
642
567
|
delete?: never;
|
|
643
568
|
options?: never;
|
|
644
569
|
head?: never;
|
|
645
570
|
patch?: never;
|
|
646
571
|
trace?: never;
|
|
647
572
|
};
|
|
648
|
-
"/v1/stores/{storeId}/
|
|
573
|
+
"/v1/stores/{storeId}/product_versions/{productVersionId}/discord_actions": {
|
|
649
574
|
parameters: {
|
|
650
575
|
query?: never;
|
|
651
576
|
header?: never;
|
|
652
577
|
path?: never;
|
|
653
578
|
cookie?: never;
|
|
654
579
|
};
|
|
655
|
-
get: operations["
|
|
656
|
-
put
|
|
580
|
+
get: operations["Discord_GetActions"];
|
|
581
|
+
put: operations["Discord_CreateAction"];
|
|
657
582
|
post?: never;
|
|
658
583
|
delete?: never;
|
|
659
584
|
options?: never;
|
|
@@ -661,124 +586,300 @@ export interface paths {
|
|
|
661
586
|
patch?: never;
|
|
662
587
|
trace?: never;
|
|
663
588
|
};
|
|
664
|
-
"/v1/stores/{storeId}/
|
|
589
|
+
"/v1/stores/{storeId}/orders/{orderId}/discord": {
|
|
665
590
|
parameters: {
|
|
666
591
|
query?: never;
|
|
667
592
|
header?: never;
|
|
668
593
|
path?: never;
|
|
669
594
|
cookie?: never;
|
|
670
595
|
};
|
|
671
|
-
get
|
|
596
|
+
get: operations["Discord_GetLinkedDiscordAccounts"];
|
|
672
597
|
put?: never;
|
|
673
598
|
post?: never;
|
|
674
|
-
delete
|
|
599
|
+
delete?: never;
|
|
675
600
|
options?: never;
|
|
676
601
|
head?: never;
|
|
677
602
|
patch?: never;
|
|
678
603
|
trace?: never;
|
|
679
604
|
};
|
|
680
|
-
"/v1/stores/{storeId}/
|
|
605
|
+
"/v1/stores/{storeId}/orders/{orderId}/discord/queued": {
|
|
681
606
|
parameters: {
|
|
682
607
|
query?: never;
|
|
683
608
|
header?: never;
|
|
684
609
|
path?: never;
|
|
685
610
|
cookie?: never;
|
|
686
611
|
};
|
|
687
|
-
|
|
688
|
-
get: operations["GameServers_GetGameServers"];
|
|
612
|
+
get: operations["Discord_GetDiscordActionExecutionHistory"];
|
|
689
613
|
put?: never;
|
|
690
|
-
|
|
691
|
-
post: operations["GameServers_CreateGameServer"];
|
|
614
|
+
post?: never;
|
|
692
615
|
delete?: never;
|
|
693
616
|
options?: never;
|
|
694
617
|
head?: never;
|
|
695
618
|
patch?: never;
|
|
696
619
|
trace?: never;
|
|
697
620
|
};
|
|
698
|
-
"/v1/stores/{storeId}/
|
|
621
|
+
"/v1/stores/{storeId}/inventory/{inventoryItemId}/discord/queued": {
|
|
699
622
|
parameters: {
|
|
700
623
|
query?: never;
|
|
701
624
|
header?: never;
|
|
702
625
|
path?: never;
|
|
703
626
|
cookie?: never;
|
|
704
627
|
};
|
|
705
|
-
|
|
706
|
-
get: operations["GameServers_GetGameServer"];
|
|
628
|
+
get: operations["Discord_GetQueuedDiscordActionForDeliveryItem"];
|
|
707
629
|
put?: never;
|
|
708
630
|
post?: never;
|
|
709
|
-
|
|
710
|
-
delete: operations["GameServers_DeleteGameServer"];
|
|
631
|
+
delete?: never;
|
|
711
632
|
options?: never;
|
|
712
633
|
head?: never;
|
|
713
|
-
|
|
714
|
-
patch: operations["GameServers_UpdateGameServer"];
|
|
634
|
+
patch?: never;
|
|
715
635
|
trace?: never;
|
|
716
636
|
};
|
|
717
|
-
"/v1/stores/{storeId}/
|
|
637
|
+
"/v1/stores/{storeId}/inventory/{inventoryItemId}/discord/link": {
|
|
718
638
|
parameters: {
|
|
719
639
|
query?: never;
|
|
720
640
|
header?: never;
|
|
721
641
|
path?: never;
|
|
722
642
|
cookie?: never;
|
|
723
643
|
};
|
|
724
|
-
get
|
|
725
|
-
put
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
delete?: never;
|
|
644
|
+
get: operations["Discord_GetUserToDeliveryItemLinks"];
|
|
645
|
+
put: operations["Discord_SetUserToDeliveryItemLink"];
|
|
646
|
+
post?: never;
|
|
647
|
+
delete: operations["Discord_DeleteUserToDeliveryItemLink"];
|
|
729
648
|
options?: never;
|
|
730
649
|
head?: never;
|
|
731
650
|
patch?: never;
|
|
732
651
|
trace?: never;
|
|
733
652
|
};
|
|
734
|
-
"/v1/stores/{storeId}/
|
|
653
|
+
"/v1/stores/{storeId}/discord/links": {
|
|
735
654
|
parameters: {
|
|
736
655
|
query?: never;
|
|
737
656
|
header?: never;
|
|
738
657
|
path?: never;
|
|
739
658
|
cookie?: never;
|
|
740
659
|
};
|
|
741
|
-
|
|
742
|
-
get: operations["Giftcards_GetGiftCards"];
|
|
660
|
+
get: operations["Discord_GetDiscordServerLinks"];
|
|
743
661
|
put?: never;
|
|
744
|
-
|
|
745
|
-
post: operations["Giftcards_CreateGiftCard"];
|
|
662
|
+
post: operations["Discord_CreateDiscordServerLink"];
|
|
746
663
|
delete?: never;
|
|
747
664
|
options?: never;
|
|
748
665
|
head?: never;
|
|
749
666
|
patch?: never;
|
|
750
667
|
trace?: never;
|
|
751
668
|
};
|
|
752
|
-
"/v1/stores/{storeId}/
|
|
669
|
+
"/v1/stores/{storeId}/discord/links/{token}": {
|
|
753
670
|
parameters: {
|
|
754
671
|
query?: never;
|
|
755
672
|
header?: never;
|
|
756
673
|
path?: never;
|
|
757
674
|
cookie?: never;
|
|
758
675
|
};
|
|
759
|
-
|
|
760
|
-
get: operations["Giftcards_GetGiftCard"];
|
|
676
|
+
get?: never;
|
|
761
677
|
put?: never;
|
|
762
678
|
post?: never;
|
|
763
|
-
|
|
764
|
-
delete: operations["Giftcards_DeleteGiftCard"];
|
|
679
|
+
delete: operations["Discord_DeleteDiscordServerLinks"];
|
|
765
680
|
options?: never;
|
|
766
681
|
head?: never;
|
|
767
|
-
|
|
768
|
-
patch: operations["Giftcards_UpdateGiftCard"];
|
|
682
|
+
patch?: never;
|
|
769
683
|
trace?: never;
|
|
770
684
|
};
|
|
771
|
-
"/v1/stores/{storeId}/
|
|
685
|
+
"/v1/stores/{storeId}/discord/{discordServerId}/roles": {
|
|
772
686
|
parameters: {
|
|
773
687
|
query?: never;
|
|
774
688
|
header?: never;
|
|
775
689
|
path?: never;
|
|
776
690
|
cookie?: never;
|
|
777
691
|
};
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
692
|
+
get: operations["Discord_GetDiscordServerRoles"];
|
|
693
|
+
put?: never;
|
|
694
|
+
post?: never;
|
|
695
|
+
delete?: never;
|
|
696
|
+
options?: never;
|
|
697
|
+
head?: never;
|
|
698
|
+
patch?: never;
|
|
699
|
+
trace?: never;
|
|
700
|
+
};
|
|
701
|
+
"/v1/stores/{storeId}/discord/{discordServerId}/discord/text_channels": {
|
|
702
|
+
parameters: {
|
|
703
|
+
query?: never;
|
|
704
|
+
header?: never;
|
|
705
|
+
path?: never;
|
|
706
|
+
cookie?: never;
|
|
707
|
+
};
|
|
708
|
+
get: operations["Discord_GetDiscordServerTextChannels"];
|
|
709
|
+
put?: never;
|
|
710
|
+
post?: never;
|
|
711
|
+
delete?: never;
|
|
712
|
+
options?: never;
|
|
713
|
+
head?: never;
|
|
714
|
+
patch?: never;
|
|
715
|
+
trace?: never;
|
|
716
|
+
};
|
|
717
|
+
"/v1/stores/{storeId}/products/{productId}/downloadable-files": {
|
|
718
|
+
parameters: {
|
|
719
|
+
query?: never;
|
|
720
|
+
header?: never;
|
|
721
|
+
path?: never;
|
|
722
|
+
cookie?: never;
|
|
723
|
+
};
|
|
724
|
+
get: operations["DownloadableFiles_GetDownloadableFiles"];
|
|
725
|
+
put?: never;
|
|
726
|
+
post: operations["DownloadableFiles_StartDownloadableFileUpload"];
|
|
727
|
+
delete?: never;
|
|
728
|
+
options?: never;
|
|
729
|
+
head?: never;
|
|
730
|
+
patch?: never;
|
|
731
|
+
trace?: never;
|
|
732
|
+
};
|
|
733
|
+
"/v1/stores/{storeId}/products/{productId}/downloadable-files/{downloadableFileId}/finish": {
|
|
734
|
+
parameters: {
|
|
735
|
+
query?: never;
|
|
736
|
+
header?: never;
|
|
737
|
+
path?: never;
|
|
738
|
+
cookie?: never;
|
|
739
|
+
};
|
|
740
|
+
get?: never;
|
|
741
|
+
put?: never;
|
|
742
|
+
post: operations["DownloadableFiles_FinishDownloadableFileUpload"];
|
|
743
|
+
delete?: never;
|
|
744
|
+
options?: never;
|
|
745
|
+
head?: never;
|
|
746
|
+
patch?: never;
|
|
747
|
+
trace?: never;
|
|
748
|
+
};
|
|
749
|
+
"/v1/stores/{storeId}/products/{productId}/downloadable-files/{downloadableFileId}/download-url": {
|
|
750
|
+
parameters: {
|
|
751
|
+
query?: never;
|
|
752
|
+
header?: never;
|
|
753
|
+
path?: never;
|
|
754
|
+
cookie?: never;
|
|
755
|
+
};
|
|
756
|
+
get: operations["DownloadableFiles_CreateDownloadUrl"];
|
|
757
|
+
put?: never;
|
|
758
|
+
post?: never;
|
|
759
|
+
delete?: never;
|
|
760
|
+
options?: never;
|
|
761
|
+
head?: never;
|
|
762
|
+
patch?: never;
|
|
763
|
+
trace?: never;
|
|
764
|
+
};
|
|
765
|
+
"/v1/stores/{storeId}/products/{productId}/downloadable-files/{downloadableFileId}": {
|
|
766
|
+
parameters: {
|
|
767
|
+
query?: never;
|
|
768
|
+
header?: never;
|
|
769
|
+
path?: never;
|
|
770
|
+
cookie?: never;
|
|
771
|
+
};
|
|
772
|
+
get?: never;
|
|
773
|
+
put?: never;
|
|
774
|
+
post?: never;
|
|
775
|
+
delete: operations["DownloadableFiles_DeleteDownloadableFile"];
|
|
776
|
+
options?: never;
|
|
777
|
+
head?: never;
|
|
778
|
+
patch?: never;
|
|
779
|
+
trace?: never;
|
|
780
|
+
};
|
|
781
|
+
"/v1/stores/{storeId}/gameservers": {
|
|
782
|
+
parameters: {
|
|
783
|
+
query?: never;
|
|
784
|
+
header?: never;
|
|
785
|
+
path?: never;
|
|
786
|
+
cookie?: never;
|
|
787
|
+
};
|
|
788
|
+
/** Get Game Servers for a store */
|
|
789
|
+
get: operations["GameServers_GetGameServers"];
|
|
790
|
+
put?: never;
|
|
791
|
+
/** Create a new Game Server for a store */
|
|
792
|
+
post: operations["GameServers_CreateGameServer"];
|
|
793
|
+
delete?: never;
|
|
794
|
+
options?: never;
|
|
795
|
+
head?: never;
|
|
796
|
+
patch?: never;
|
|
797
|
+
trace?: never;
|
|
798
|
+
};
|
|
799
|
+
"/v1/stores/{storeId}/gameservers/{gameServerId}": {
|
|
800
|
+
parameters: {
|
|
801
|
+
query?: never;
|
|
802
|
+
header?: never;
|
|
803
|
+
path?: never;
|
|
804
|
+
cookie?: never;
|
|
805
|
+
};
|
|
806
|
+
/** Get a Game Server by ID for a store */
|
|
807
|
+
get: operations["GameServers_GetGameServer"];
|
|
808
|
+
put?: never;
|
|
809
|
+
post?: never;
|
|
810
|
+
/** Delete a Game Server by ID for a store */
|
|
811
|
+
delete: operations["GameServers_DeleteGameServer"];
|
|
812
|
+
options?: never;
|
|
813
|
+
head?: never;
|
|
814
|
+
/** Update a Game Server By ID for a store */
|
|
815
|
+
patch: operations["GameServers_UpdateGameServer"];
|
|
816
|
+
trace?: never;
|
|
817
|
+
};
|
|
818
|
+
"/v1/stores/{storeId}/gameservers/{gameServerId}/reset-token": {
|
|
819
|
+
parameters: {
|
|
820
|
+
query?: never;
|
|
821
|
+
header?: never;
|
|
822
|
+
path?: never;
|
|
823
|
+
cookie?: never;
|
|
824
|
+
};
|
|
825
|
+
get?: never;
|
|
826
|
+
put?: never;
|
|
827
|
+
/** Reset the API Key Token for a Game Server for a store */
|
|
828
|
+
post: operations["GameServers_ResetGameServerToken"];
|
|
829
|
+
delete?: never;
|
|
830
|
+
options?: never;
|
|
831
|
+
head?: never;
|
|
832
|
+
patch?: never;
|
|
833
|
+
trace?: never;
|
|
834
|
+
};
|
|
835
|
+
"/v1/stores/{storeId}/giftcards": {
|
|
836
|
+
parameters: {
|
|
837
|
+
query?: never;
|
|
838
|
+
header?: never;
|
|
839
|
+
path?: never;
|
|
840
|
+
cookie?: never;
|
|
841
|
+
};
|
|
842
|
+
/** Get Gift Cards for a store */
|
|
843
|
+
get: operations["Giftcards_GetGiftCards"];
|
|
844
|
+
put?: never;
|
|
845
|
+
/** Create a Gift Card for a store */
|
|
846
|
+
post: operations["Giftcards_CreateGiftCard"];
|
|
847
|
+
delete?: never;
|
|
848
|
+
options?: never;
|
|
849
|
+
head?: never;
|
|
850
|
+
patch?: never;
|
|
851
|
+
trace?: never;
|
|
852
|
+
};
|
|
853
|
+
"/v1/stores/{storeId}/giftcards/{giftCardId}": {
|
|
854
|
+
parameters: {
|
|
855
|
+
query?: never;
|
|
856
|
+
header?: never;
|
|
857
|
+
path?: never;
|
|
858
|
+
cookie?: never;
|
|
859
|
+
};
|
|
860
|
+
/** Get a Gift Card By ID for a store */
|
|
861
|
+
get: operations["Giftcards_GetGiftCard"];
|
|
862
|
+
put?: never;
|
|
863
|
+
post?: never;
|
|
864
|
+
/** Delete a Gift Card By ID for a store */
|
|
865
|
+
delete: operations["Giftcards_DeleteGiftCard"];
|
|
866
|
+
options?: never;
|
|
867
|
+
head?: never;
|
|
868
|
+
/** Update a Gift Card By ID for a store */
|
|
869
|
+
patch: operations["Giftcards_UpdateGiftCard"];
|
|
870
|
+
trace?: never;
|
|
871
|
+
};
|
|
872
|
+
"/v1/stores/{storeId}/global-commands": {
|
|
873
|
+
parameters: {
|
|
874
|
+
query?: never;
|
|
875
|
+
header?: never;
|
|
876
|
+
path?: never;
|
|
877
|
+
cookie?: never;
|
|
878
|
+
};
|
|
879
|
+
/**
|
|
880
|
+
* Get global commands
|
|
881
|
+
* @description Retrieves all global commands for the specified store.
|
|
882
|
+
*/
|
|
782
883
|
get: operations["GlobalCommands_GetGlobalCommands"];
|
|
783
884
|
put?: never;
|
|
784
885
|
/**
|
|
@@ -1400,7 +1501,7 @@ export interface paths {
|
|
|
1400
1501
|
path?: never;
|
|
1401
1502
|
cookie?: never;
|
|
1402
1503
|
};
|
|
1403
|
-
get
|
|
1504
|
+
get?: never;
|
|
1404
1505
|
put?: never;
|
|
1405
1506
|
post?: never;
|
|
1406
1507
|
delete?: never;
|
|
@@ -1416,7 +1517,7 @@ export interface paths {
|
|
|
1416
1517
|
path?: never;
|
|
1417
1518
|
cookie?: never;
|
|
1418
1519
|
};
|
|
1419
|
-
get
|
|
1520
|
+
get?: never;
|
|
1420
1521
|
put?: never;
|
|
1421
1522
|
post?: never;
|
|
1422
1523
|
delete?: never;
|
|
@@ -1493,6 +1594,15 @@ export interface paths {
|
|
|
1493
1594
|
export type webhooks = Record<string, never>;
|
|
1494
1595
|
export interface components {
|
|
1495
1596
|
schemas: {
|
|
1597
|
+
/** @description Represents a command associated with the store-level abandoned checkout configuration. */
|
|
1598
|
+
AbandonedCheckoutStoreConfigurationCommandDto: {
|
|
1599
|
+
id: components["schemas"]["FlakeId"];
|
|
1600
|
+
store_id: components["schemas"]["FlakeId"];
|
|
1601
|
+
/** @description The command to execute. */
|
|
1602
|
+
command: string;
|
|
1603
|
+
/** @description Indicates if the command should be executed if the player is online. */
|
|
1604
|
+
online_only: boolean;
|
|
1605
|
+
};
|
|
1496
1606
|
/** @description Represents the store-level configuration for abandoned checkout settings. */
|
|
1497
1607
|
AbandonedCheckoutStoreConfigurationDto: {
|
|
1498
1608
|
store_id: components["schemas"]["FlakeId"];
|
|
@@ -1524,6 +1634,8 @@ export interface components {
|
|
|
1524
1634
|
max_coupons_global_amount?: number | null;
|
|
1525
1635
|
max_coupons_global_period?: components["schemas"]["Period"];
|
|
1526
1636
|
coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
|
|
1637
|
+
/** @description The commands you want to execute when the email is sent. */
|
|
1638
|
+
commands: components["schemas"]["AbandonedCheckoutStoreConfigurationCommandDto"][];
|
|
1527
1639
|
updated_by: components["schemas"]["ActorDto"];
|
|
1528
1640
|
/**
|
|
1529
1641
|
* Format: date-time
|
|
@@ -1531,6 +1643,13 @@ export interface components {
|
|
|
1531
1643
|
*/
|
|
1532
1644
|
updated_at: string;
|
|
1533
1645
|
};
|
|
1646
|
+
/** @description Represents a command associated with the store-level abandoned checkout configuration. */
|
|
1647
|
+
AbandonedCheckoutStoreConfigurationUpdateCommandDto: {
|
|
1648
|
+
/** @description The command to execute. */
|
|
1649
|
+
command: string;
|
|
1650
|
+
/** @description Indicates if the command should be executed if the player is online. */
|
|
1651
|
+
online_only: boolean;
|
|
1652
|
+
};
|
|
1534
1653
|
/** @description Used for updating the store-level configuration for abandoned checkout settings. */
|
|
1535
1654
|
AbandonedCheckoutStoreConfigurationUpdateDto: {
|
|
1536
1655
|
/** @description A value indicating whether the abandoned checkout feature is enabled for the store. */
|
|
@@ -1558,6 +1677,7 @@ export interface components {
|
|
|
1558
1677
|
*/
|
|
1559
1678
|
max_coupons_global_amount?: number | null;
|
|
1560
1679
|
max_coupons_global_period?: components["schemas"]["Period"];
|
|
1680
|
+
commands: components["schemas"]["AbandonedCheckoutStoreConfigurationUpdateCommandDto"][];
|
|
1561
1681
|
coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
|
|
1562
1682
|
};
|
|
1563
1683
|
ActorDto: {
|
|
@@ -1619,12 +1739,14 @@ export interface components {
|
|
|
1619
1739
|
};
|
|
1620
1740
|
CommandAttemptDto: {
|
|
1621
1741
|
id: components["schemas"]["FlakeId"];
|
|
1622
|
-
|
|
1742
|
+
store_id: components["schemas"]["FlakeId"];
|
|
1743
|
+
inventory_item_id?: components["schemas"]["FlakeId"];
|
|
1623
1744
|
gameserver_id: components["schemas"]["FlakeId"];
|
|
1624
1745
|
steam_id?: components["schemas"]["SteamId"];
|
|
1625
1746
|
minecraft_uuid?: string | null;
|
|
1626
1747
|
customer_name?: string | null;
|
|
1627
|
-
|
|
1748
|
+
customer_id?: components["schemas"]["FlakeId"];
|
|
1749
|
+
command_stage?: string | null;
|
|
1628
1750
|
command: string;
|
|
1629
1751
|
online_only: boolean;
|
|
1630
1752
|
rerun: boolean;
|
|
@@ -3146,6 +3268,8 @@ export interface components {
|
|
|
3146
3268
|
*/
|
|
3147
3269
|
time_value?: number | null;
|
|
3148
3270
|
time_scale: components["schemas"]["ProductStockTimeScale"];
|
|
3271
|
+
/** @description Indicates if trials should be included in the active stock limit calculation. */
|
|
3272
|
+
include_trials: boolean;
|
|
3149
3273
|
};
|
|
3150
3274
|
/** @enum {string} */
|
|
3151
3275
|
ProductStockTimeScale: "invalid" | "day" | "week" | "month" | "year";
|
|
@@ -3203,6 +3327,15 @@ export interface components {
|
|
|
3203
3327
|
repeat_trial_cooldown_value: number;
|
|
3204
3328
|
repeat_trial_cooldown_scale: components["schemas"]["ProductSubscriptionIntervalScale"];
|
|
3205
3329
|
};
|
|
3330
|
+
/** @description Represents a command associated with the store-level purchase follow uo configuration. */
|
|
3331
|
+
PurchaseFollowUpStoreConfigurationCommandDto: {
|
|
3332
|
+
id: components["schemas"]["FlakeId"];
|
|
3333
|
+
store_id: components["schemas"]["FlakeId"];
|
|
3334
|
+
/** @description The command to execute. */
|
|
3335
|
+
command: string;
|
|
3336
|
+
/** @description Indicates if the command should be executed if the player is online. */
|
|
3337
|
+
online_only: boolean;
|
|
3338
|
+
};
|
|
3206
3339
|
/** @description Represents the store-level configuration for abandoned checkout settings. */
|
|
3207
3340
|
PurchaseFollowUpStoreConfigurationDto: {
|
|
3208
3341
|
store_id: components["schemas"]["FlakeId"];
|
|
@@ -3234,6 +3367,8 @@ export interface components {
|
|
|
3234
3367
|
max_coupons_global_amount?: number | null;
|
|
3235
3368
|
max_coupons_global_period?: components["schemas"]["Period"];
|
|
3236
3369
|
coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
|
|
3370
|
+
/** @description The commands you want to execute when the email is sent. */
|
|
3371
|
+
commands: components["schemas"]["PurchaseFollowUpStoreConfigurationCommandDto"][];
|
|
3237
3372
|
updated_by: components["schemas"]["ActorDto"];
|
|
3238
3373
|
/**
|
|
3239
3374
|
* Format: date-time
|
|
@@ -3241,6 +3376,13 @@ export interface components {
|
|
|
3241
3376
|
*/
|
|
3242
3377
|
updated_at: string;
|
|
3243
3378
|
};
|
|
3379
|
+
/** @description Represents a command associated with the store-level purchase follow uo configuration. */
|
|
3380
|
+
PurchaseFollowUpStoreConfigurationUpdateCommandDto: {
|
|
3381
|
+
/** @description The command to execute. */
|
|
3382
|
+
command: string;
|
|
3383
|
+
/** @description Indicates if the command should be executed if the player is online. */
|
|
3384
|
+
online_only: boolean;
|
|
3385
|
+
};
|
|
3244
3386
|
/** @description Used for updating the store-level configuration for abandoned checkout settings. */
|
|
3245
3387
|
PurchaseFollowUpStoreConfigurationUpdateDto: {
|
|
3246
3388
|
/** @description A value indicating whether the abandoned checkout feature is enabled for the store. */
|
|
@@ -3268,6 +3410,7 @@ export interface components {
|
|
|
3268
3410
|
*/
|
|
3269
3411
|
max_coupons_global_amount?: number | null;
|
|
3270
3412
|
max_coupons_global_period?: components["schemas"]["Period"];
|
|
3413
|
+
commands: components["schemas"]["PurchaseFollowUpStoreConfigurationUpdateCommandDto"][];
|
|
3271
3414
|
coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
|
|
3272
3415
|
};
|
|
3273
3416
|
QueuedDiscordActionDto: {
|
|
@@ -4005,6 +4148,10 @@ export interface components {
|
|
|
4005
4148
|
/** Format: date-time */
|
|
4006
4149
|
expires_at?: string;
|
|
4007
4150
|
};
|
|
4151
|
+
UpdateDeliveryItemProductVersionRequestDto: {
|
|
4152
|
+
product_version_id: components["schemas"]["FlakeId"];
|
|
4153
|
+
product_id: components["schemas"]["FlakeId"];
|
|
4154
|
+
};
|
|
4008
4155
|
UpdateGameServerDto: {
|
|
4009
4156
|
name?: string;
|
|
4010
4157
|
enabled?: boolean;
|
|
@@ -4020,14 +4167,6 @@ export interface components {
|
|
|
4020
4167
|
/** Format: date-time */
|
|
4021
4168
|
expires_at?: string;
|
|
4022
4169
|
};
|
|
4023
|
-
UpdateInventoryItemProductVersionRequestDto: {
|
|
4024
|
-
product_version_id: components["schemas"]["FlakeId"];
|
|
4025
|
-
product_id: components["schemas"]["FlakeId"];
|
|
4026
|
-
};
|
|
4027
|
-
UpdateInventoryItemProductVersionResponseDto: {
|
|
4028
|
-
/** Format: int32 */
|
|
4029
|
-
updated_count: number;
|
|
4030
|
-
};
|
|
4031
4170
|
UpdateNavLinkDto: {
|
|
4032
4171
|
tag_id?: components["schemas"]["FlakeId"];
|
|
4033
4172
|
parent_node_id?: string;
|
|
@@ -4254,7 +4393,7 @@ export interface components {
|
|
|
4254
4393
|
validation: string;
|
|
4255
4394
|
};
|
|
4256
4395
|
/** @enum {string} */
|
|
4257
|
-
WebhookEventType: "on_ignore" | "on_order_completed" | "on_refund" | "on_chargeback" | "on_delivery_item_added" | "on_delivery_item_activated" | "on_delivery_item_used" | "on_delivery_item_revoked" | "on_subscription_activated" | "on_subscription_renewed" | "on_subscription_canceled" | "on_discord_order_actions_queued" | "on_connected_user_registered" | "on_connected_user_became_payable" | "on_connected_user_payout_created" | "on_connected_user_payout_completed" | "on_connected_user_transaction_inserted" | "on_connected_user_became_unpayable" | "on_trial_activated" | "on_trial_completed" | "on_trial_canceled";
|
|
4396
|
+
WebhookEventType: "on_ignore" | "on_order_completed" | "on_refund" | "on_chargeback" | "on_delivery_item_added" | "on_delivery_item_activated" | "on_delivery_item_used" | "on_delivery_item_revoked" | "on_subscription_activated" | "on_subscription_renewed" | "on_subscription_canceled" | "on_discord_order_actions_queued" | "on_connected_user_registered" | "on_connected_user_became_payable" | "on_connected_user_payout_created" | "on_connected_user_payout_completed" | "on_connected_user_transaction_inserted" | "on_connected_user_became_unpayable" | "on_trial_activated" | "on_trial_completed" | "on_trial_canceled" | "on_purchase_follow_up_attempt_email_sent" | "on_purchase_follow_up_attempt_succeeded" | "on_abandoned_checkout_recovery_attempt_email_sent" | "on_abandoned_checkout_recovery_attempt_succeeded";
|
|
4258
4397
|
WebhookHistoryDto: {
|
|
4259
4398
|
/** Format: int32 */
|
|
4260
4399
|
page: number;
|
|
@@ -4701,14 +4840,34 @@ export interface operations {
|
|
|
4701
4840
|
};
|
|
4702
4841
|
};
|
|
4703
4842
|
};
|
|
4704
|
-
|
|
4843
|
+
Coupons_GetCouponsForStore: {
|
|
4705
4844
|
parameters: {
|
|
4706
|
-
query?:
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
/**
|
|
4710
|
-
|
|
4845
|
+
query?: {
|
|
4846
|
+
/** @description The maximum number of items to return in a single request. */
|
|
4847
|
+
limit?: number;
|
|
4848
|
+
/**
|
|
4849
|
+
* @description Returns items after the specified ID.
|
|
4850
|
+
* Used for forward pagination through results.
|
|
4851
|
+
* @example null
|
|
4852
|
+
*/
|
|
4853
|
+
after?: components["schemas"]["FlakeId"];
|
|
4854
|
+
/**
|
|
4855
|
+
* @description Returns items before the specified ID.
|
|
4856
|
+
* Used for backward pagination through results.
|
|
4857
|
+
* @example null
|
|
4858
|
+
*/
|
|
4859
|
+
before?: components["schemas"]["FlakeId"];
|
|
4860
|
+
/** @description Determines the sort order of returned items.
|
|
4861
|
+
* When true, items are returned in ascending order.
|
|
4862
|
+
* When false, items are returned in descending order. */
|
|
4863
|
+
asc?: boolean;
|
|
4864
|
+
/** @description Filter by status */
|
|
4865
|
+
status?: components["schemas"]["CouponFilterStatusEnum"];
|
|
4866
|
+
/** @description Filter by creation type of coupons. */
|
|
4867
|
+
type?: components["schemas"]["CouponFilterTypeEnum"];
|
|
4711
4868
|
};
|
|
4869
|
+
header?: never;
|
|
4870
|
+
path?: never;
|
|
4712
4871
|
cookie?: never;
|
|
4713
4872
|
};
|
|
4714
4873
|
requestBody?: never;
|
|
@@ -4719,7 +4878,7 @@ export interface operations {
|
|
|
4719
4878
|
[name: string]: unknown;
|
|
4720
4879
|
};
|
|
4721
4880
|
content: {
|
|
4722
|
-
"application/json": components["schemas"]["
|
|
4881
|
+
"application/json": components["schemas"]["CouponDto"][];
|
|
4723
4882
|
};
|
|
4724
4883
|
};
|
|
4725
4884
|
/** @description Error response */
|
|
@@ -4733,35 +4892,20 @@ export interface operations {
|
|
|
4733
4892
|
};
|
|
4734
4893
|
};
|
|
4735
4894
|
};
|
|
4736
|
-
|
|
4895
|
+
Coupons_CreateCouponForStore: {
|
|
4737
4896
|
parameters: {
|
|
4738
|
-
query?:
|
|
4739
|
-
/** @description The maximum number of items to return in a single request. */
|
|
4740
|
-
limit?: number;
|
|
4741
|
-
/**
|
|
4742
|
-
* @description Returns items after the specified ID.
|
|
4743
|
-
* Used for forward pagination through results.
|
|
4744
|
-
* @example null
|
|
4745
|
-
*/
|
|
4746
|
-
after?: components["schemas"]["FlakeId"];
|
|
4747
|
-
/**
|
|
4748
|
-
* @description Returns items before the specified ID.
|
|
4749
|
-
* Used for backward pagination through results.
|
|
4750
|
-
* @example null
|
|
4751
|
-
*/
|
|
4752
|
-
before?: components["schemas"]["FlakeId"];
|
|
4753
|
-
/** @description Determines the sort order of returned items.
|
|
4754
|
-
* When true, items are returned in ascending order.
|
|
4755
|
-
* When false, items are returned in descending order. */
|
|
4756
|
-
asc?: boolean;
|
|
4757
|
-
};
|
|
4897
|
+
query?: never;
|
|
4758
4898
|
header?: never;
|
|
4759
|
-
path
|
|
4760
|
-
customerId: components["schemas"]["FlakeId"];
|
|
4761
|
-
};
|
|
4899
|
+
path?: never;
|
|
4762
4900
|
cookie?: never;
|
|
4763
4901
|
};
|
|
4764
|
-
requestBody?:
|
|
4902
|
+
requestBody?: {
|
|
4903
|
+
content: {
|
|
4904
|
+
"application/json": components["schemas"]["CreateCouponDto"];
|
|
4905
|
+
"text/json": components["schemas"]["CreateCouponDto"];
|
|
4906
|
+
"application/*+json": components["schemas"]["CreateCouponDto"];
|
|
4907
|
+
};
|
|
4908
|
+
};
|
|
4765
4909
|
responses: {
|
|
4766
4910
|
/** @description OK */
|
|
4767
4911
|
200: {
|
|
@@ -4769,7 +4913,7 @@ export interface operations {
|
|
|
4769
4913
|
[name: string]: unknown;
|
|
4770
4914
|
};
|
|
4771
4915
|
content: {
|
|
4772
|
-
"application/json": components["schemas"]["
|
|
4916
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4773
4917
|
};
|
|
4774
4918
|
};
|
|
4775
4919
|
/** @description Error response */
|
|
@@ -4783,22 +4927,16 @@ export interface operations {
|
|
|
4783
4927
|
};
|
|
4784
4928
|
};
|
|
4785
4929
|
};
|
|
4786
|
-
|
|
4930
|
+
Coupons_GetCouponByIdForStore: {
|
|
4787
4931
|
parameters: {
|
|
4788
4932
|
query?: never;
|
|
4789
4933
|
header?: never;
|
|
4790
4934
|
path: {
|
|
4791
|
-
|
|
4935
|
+
couponId: components["schemas"]["FlakeId"];
|
|
4792
4936
|
};
|
|
4793
4937
|
cookie?: never;
|
|
4794
4938
|
};
|
|
4795
|
-
requestBody?:
|
|
4796
|
-
content: {
|
|
4797
|
-
"application/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
4798
|
-
"text/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
4799
|
-
"application/*+json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
4800
|
-
};
|
|
4801
|
-
};
|
|
4939
|
+
requestBody?: never;
|
|
4802
4940
|
responses: {
|
|
4803
4941
|
/** @description OK */
|
|
4804
4942
|
200: {
|
|
@@ -4806,7 +4944,16 @@ export interface operations {
|
|
|
4806
4944
|
[name: string]: unknown;
|
|
4807
4945
|
};
|
|
4808
4946
|
content: {
|
|
4809
|
-
"application/json": components["schemas"]["
|
|
4947
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4948
|
+
};
|
|
4949
|
+
};
|
|
4950
|
+
/** @description Not Found */
|
|
4951
|
+
404: {
|
|
4952
|
+
headers: {
|
|
4953
|
+
[name: string]: unknown;
|
|
4954
|
+
};
|
|
4955
|
+
content: {
|
|
4956
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
4810
4957
|
};
|
|
4811
4958
|
};
|
|
4812
4959
|
/** @description Error response */
|
|
@@ -4820,13 +4967,12 @@ export interface operations {
|
|
|
4820
4967
|
};
|
|
4821
4968
|
};
|
|
4822
4969
|
};
|
|
4823
|
-
|
|
4970
|
+
Coupons_DeleteCouponForStore: {
|
|
4824
4971
|
parameters: {
|
|
4825
4972
|
query?: never;
|
|
4826
4973
|
header?: never;
|
|
4827
4974
|
path: {
|
|
4828
|
-
|
|
4829
|
-
deliveryItemId: components["schemas"]["FlakeId"];
|
|
4975
|
+
couponId: components["schemas"]["FlakeId"];
|
|
4830
4976
|
};
|
|
4831
4977
|
cookie?: never;
|
|
4832
4978
|
};
|
|
@@ -4850,18 +4996,20 @@ export interface operations {
|
|
|
4850
4996
|
};
|
|
4851
4997
|
};
|
|
4852
4998
|
};
|
|
4853
|
-
|
|
4999
|
+
Coupons_UpdateCouponForStore: {
|
|
4854
5000
|
parameters: {
|
|
4855
5001
|
query?: never;
|
|
4856
5002
|
header?: never;
|
|
4857
|
-
path
|
|
5003
|
+
path: {
|
|
5004
|
+
couponId: components["schemas"]["FlakeId"];
|
|
5005
|
+
};
|
|
4858
5006
|
cookie?: never;
|
|
4859
5007
|
};
|
|
4860
5008
|
requestBody?: {
|
|
4861
5009
|
content: {
|
|
4862
|
-
"application/json": components["schemas"]["
|
|
4863
|
-
"text/json": components["schemas"]["
|
|
4864
|
-
"application/*+json": components["schemas"]["
|
|
5010
|
+
"application/json": components["schemas"]["UpdateCouponDto"];
|
|
5011
|
+
"text/json": components["schemas"]["UpdateCouponDto"];
|
|
5012
|
+
"application/*+json": components["schemas"]["UpdateCouponDto"];
|
|
4865
5013
|
};
|
|
4866
5014
|
};
|
|
4867
5015
|
responses: {
|
|
@@ -4871,7 +5019,7 @@ export interface operations {
|
|
|
4871
5019
|
[name: string]: unknown;
|
|
4872
5020
|
};
|
|
4873
5021
|
content: {
|
|
4874
|
-
"application/json": components["schemas"]["
|
|
5022
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4875
5023
|
};
|
|
4876
5024
|
};
|
|
4877
5025
|
/** @description Error response */
|
|
@@ -4885,20 +5033,14 @@ export interface operations {
|
|
|
4885
5033
|
};
|
|
4886
5034
|
};
|
|
4887
5035
|
};
|
|
4888
|
-
|
|
5036
|
+
CustomVariables_GetCustomVariablesForStore: {
|
|
4889
5037
|
parameters: {
|
|
4890
5038
|
query?: never;
|
|
4891
5039
|
header?: never;
|
|
4892
5040
|
path?: never;
|
|
4893
5041
|
cookie?: never;
|
|
4894
5042
|
};
|
|
4895
|
-
requestBody?:
|
|
4896
|
-
content: {
|
|
4897
|
-
"application/json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4898
|
-
"text/json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4899
|
-
"application/*+json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4900
|
-
};
|
|
4901
|
-
};
|
|
5043
|
+
requestBody?: never;
|
|
4902
5044
|
responses: {
|
|
4903
5045
|
/** @description OK */
|
|
4904
5046
|
200: {
|
|
@@ -4906,7 +5048,7 @@ export interface operations {
|
|
|
4906
5048
|
[name: string]: unknown;
|
|
4907
5049
|
};
|
|
4908
5050
|
content: {
|
|
4909
|
-
"application/json": components["schemas"]["
|
|
5051
|
+
"application/json": components["schemas"]["CustomVariableDto"][];
|
|
4910
5052
|
};
|
|
4911
5053
|
};
|
|
4912
5054
|
/** @description Error response */
|
|
@@ -4920,18 +5062,19 @@ export interface operations {
|
|
|
4920
5062
|
};
|
|
4921
5063
|
};
|
|
4922
5064
|
};
|
|
4923
|
-
|
|
5065
|
+
CustomVariables_CreateCustomVariableForStore: {
|
|
4924
5066
|
parameters: {
|
|
4925
5067
|
query?: never;
|
|
4926
5068
|
header?: never;
|
|
4927
5069
|
path?: never;
|
|
4928
5070
|
cookie?: never;
|
|
4929
5071
|
};
|
|
5072
|
+
/** @description The custom variable data to create. */
|
|
4930
5073
|
requestBody?: {
|
|
4931
5074
|
content: {
|
|
4932
|
-
"application/json": components["schemas"]["
|
|
4933
|
-
"text/json": components["schemas"]["
|
|
4934
|
-
"application/*+json": components["schemas"]["
|
|
5075
|
+
"application/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5076
|
+
"text/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5077
|
+
"application/*+json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
4935
5078
|
};
|
|
4936
5079
|
};
|
|
4937
5080
|
responses: {
|
|
@@ -4941,7 +5084,7 @@ export interface operations {
|
|
|
4941
5084
|
[name: string]: unknown;
|
|
4942
5085
|
};
|
|
4943
5086
|
content: {
|
|
4944
|
-
"application/json": components["schemas"]["
|
|
5087
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
4945
5088
|
};
|
|
4946
5089
|
};
|
|
4947
5090
|
/** @description Error response */
|
|
@@ -4955,34 +5098,14 @@ export interface operations {
|
|
|
4955
5098
|
};
|
|
4956
5099
|
};
|
|
4957
5100
|
};
|
|
4958
|
-
|
|
5101
|
+
CustomVariables_GetCustomVariableByIdForStore: {
|
|
4959
5102
|
parameters: {
|
|
4960
|
-
query?:
|
|
4961
|
-
/** @description The maximum number of items to return in a single request. */
|
|
4962
|
-
limit?: number;
|
|
4963
|
-
/**
|
|
4964
|
-
* @description Returns items after the specified ID.
|
|
4965
|
-
* Used for forward pagination through results.
|
|
4966
|
-
* @example null
|
|
4967
|
-
*/
|
|
4968
|
-
after?: components["schemas"]["FlakeId"];
|
|
4969
|
-
/**
|
|
4970
|
-
* @description Returns items before the specified ID.
|
|
4971
|
-
* Used for backward pagination through results.
|
|
4972
|
-
* @example null
|
|
4973
|
-
*/
|
|
4974
|
-
before?: components["schemas"]["FlakeId"];
|
|
4975
|
-
/** @description Determines the sort order of returned items.
|
|
4976
|
-
* When true, items are returned in ascending order.
|
|
4977
|
-
* When false, items are returned in descending order. */
|
|
4978
|
-
asc?: boolean;
|
|
4979
|
-
/** @description Filter by status */
|
|
4980
|
-
status?: components["schemas"]["CouponFilterStatusEnum"];
|
|
4981
|
-
/** @description Filter by creation type of coupons. */
|
|
4982
|
-
type?: components["schemas"]["CouponFilterTypeEnum"];
|
|
4983
|
-
};
|
|
5103
|
+
query?: never;
|
|
4984
5104
|
header?: never;
|
|
4985
|
-
path
|
|
5105
|
+
path: {
|
|
5106
|
+
/** @description The ID of the custom variable to retrieve. */
|
|
5107
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5108
|
+
};
|
|
4986
5109
|
cookie?: never;
|
|
4987
5110
|
};
|
|
4988
5111
|
requestBody?: never;
|
|
@@ -4993,7 +5116,16 @@ export interface operations {
|
|
|
4993
5116
|
[name: string]: unknown;
|
|
4994
5117
|
};
|
|
4995
5118
|
content: {
|
|
4996
|
-
"application/json": components["schemas"]["
|
|
5119
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
5120
|
+
};
|
|
5121
|
+
};
|
|
5122
|
+
/** @description Not Found */
|
|
5123
|
+
404: {
|
|
5124
|
+
headers: {
|
|
5125
|
+
[name: string]: unknown;
|
|
5126
|
+
};
|
|
5127
|
+
content: {
|
|
5128
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
4997
5129
|
};
|
|
4998
5130
|
};
|
|
4999
5131
|
/** @description Error response */
|
|
@@ -5007,29 +5139,24 @@ export interface operations {
|
|
|
5007
5139
|
};
|
|
5008
5140
|
};
|
|
5009
5141
|
};
|
|
5010
|
-
|
|
5142
|
+
CustomVariables_DeleteCustomVariableForStore: {
|
|
5011
5143
|
parameters: {
|
|
5012
5144
|
query?: never;
|
|
5013
5145
|
header?: never;
|
|
5014
|
-
path
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
requestBody?: {
|
|
5018
|
-
content: {
|
|
5019
|
-
"application/json": components["schemas"]["CreateCouponDto"];
|
|
5020
|
-
"text/json": components["schemas"]["CreateCouponDto"];
|
|
5021
|
-
"application/*+json": components["schemas"]["CreateCouponDto"];
|
|
5146
|
+
path: {
|
|
5147
|
+
/** @description The ID of the custom variable to delete. */
|
|
5148
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5022
5149
|
};
|
|
5150
|
+
cookie?: never;
|
|
5023
5151
|
};
|
|
5152
|
+
requestBody?: never;
|
|
5024
5153
|
responses: {
|
|
5025
|
-
/** @description
|
|
5026
|
-
|
|
5154
|
+
/** @description No Content */
|
|
5155
|
+
204: {
|
|
5027
5156
|
headers: {
|
|
5028
5157
|
[name: string]: unknown;
|
|
5029
5158
|
};
|
|
5030
|
-
content
|
|
5031
|
-
"application/json": components["schemas"]["CouponDto"];
|
|
5032
|
-
};
|
|
5159
|
+
content?: never;
|
|
5033
5160
|
};
|
|
5034
5161
|
/** @description Error response */
|
|
5035
5162
|
default: {
|
|
@@ -5042,16 +5169,24 @@ export interface operations {
|
|
|
5042
5169
|
};
|
|
5043
5170
|
};
|
|
5044
5171
|
};
|
|
5045
|
-
|
|
5172
|
+
CustomVariables_UpdateCustomVariableForStore: {
|
|
5046
5173
|
parameters: {
|
|
5047
5174
|
query?: never;
|
|
5048
5175
|
header?: never;
|
|
5049
5176
|
path: {
|
|
5050
|
-
|
|
5177
|
+
/** @description The ID of the custom variable to update. */
|
|
5178
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5051
5179
|
};
|
|
5052
5180
|
cookie?: never;
|
|
5053
5181
|
};
|
|
5054
|
-
|
|
5182
|
+
/** @description The custom variable data to update with field mask. */
|
|
5183
|
+
requestBody?: {
|
|
5184
|
+
content: {
|
|
5185
|
+
"application/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5186
|
+
"text/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5187
|
+
"application/*+json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5188
|
+
};
|
|
5189
|
+
};
|
|
5055
5190
|
responses: {
|
|
5056
5191
|
/** @description OK */
|
|
5057
5192
|
200: {
|
|
@@ -5059,16 +5194,7 @@ export interface operations {
|
|
|
5059
5194
|
[name: string]: unknown;
|
|
5060
5195
|
};
|
|
5061
5196
|
content: {
|
|
5062
|
-
"application/json": components["schemas"]["
|
|
5063
|
-
};
|
|
5064
|
-
};
|
|
5065
|
-
/** @description Not Found */
|
|
5066
|
-
404: {
|
|
5067
|
-
headers: {
|
|
5068
|
-
[name: string]: unknown;
|
|
5069
|
-
};
|
|
5070
|
-
content: {
|
|
5071
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
5197
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
5072
5198
|
};
|
|
5073
5199
|
};
|
|
5074
5200
|
/** @description Error response */
|
|
@@ -5082,23 +5208,43 @@ export interface operations {
|
|
|
5082
5208
|
};
|
|
5083
5209
|
};
|
|
5084
5210
|
};
|
|
5085
|
-
|
|
5211
|
+
Customers_GetCustomers: {
|
|
5086
5212
|
parameters: {
|
|
5087
|
-
query?:
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5213
|
+
query?: {
|
|
5214
|
+
/** @description The maximum number of items to return in a single request. */
|
|
5215
|
+
limit?: number;
|
|
5216
|
+
/**
|
|
5217
|
+
* @description Returns items after the specified ID.
|
|
5218
|
+
* Used for forward pagination through results.
|
|
5219
|
+
* @example null
|
|
5220
|
+
*/
|
|
5221
|
+
after?: components["schemas"]["FlakeId"];
|
|
5222
|
+
/**
|
|
5223
|
+
* @description Returns items before the specified ID.
|
|
5224
|
+
* Used for backward pagination through results.
|
|
5225
|
+
* @example null
|
|
5226
|
+
*/
|
|
5227
|
+
before?: components["schemas"]["FlakeId"];
|
|
5228
|
+
/** @description Determines the sort order of returned items.
|
|
5229
|
+
* When true, items are returned in ascending order.
|
|
5230
|
+
* When false, items are returned in descending order. */
|
|
5231
|
+
asc?: boolean;
|
|
5232
|
+
search?: string;
|
|
5091
5233
|
};
|
|
5234
|
+
header?: never;
|
|
5235
|
+
path?: never;
|
|
5092
5236
|
cookie?: never;
|
|
5093
5237
|
};
|
|
5094
5238
|
requestBody?: never;
|
|
5095
5239
|
responses: {
|
|
5096
|
-
/** @description
|
|
5097
|
-
|
|
5240
|
+
/** @description OK */
|
|
5241
|
+
200: {
|
|
5098
5242
|
headers: {
|
|
5099
5243
|
[name: string]: unknown;
|
|
5100
5244
|
};
|
|
5101
|
-
content
|
|
5245
|
+
content: {
|
|
5246
|
+
"application/json": components["schemas"]["CustomerDto"][];
|
|
5247
|
+
};
|
|
5102
5248
|
};
|
|
5103
5249
|
/** @description Error response */
|
|
5104
5250
|
default: {
|
|
@@ -5111,20 +5257,18 @@ export interface operations {
|
|
|
5111
5257
|
};
|
|
5112
5258
|
};
|
|
5113
5259
|
};
|
|
5114
|
-
|
|
5260
|
+
Customers_CreateCustomer: {
|
|
5115
5261
|
parameters: {
|
|
5116
5262
|
query?: never;
|
|
5117
5263
|
header?: never;
|
|
5118
|
-
path
|
|
5119
|
-
couponId: components["schemas"]["FlakeId"];
|
|
5120
|
-
};
|
|
5264
|
+
path?: never;
|
|
5121
5265
|
cookie?: never;
|
|
5122
5266
|
};
|
|
5123
5267
|
requestBody?: {
|
|
5124
5268
|
content: {
|
|
5125
|
-
"application/json": components["schemas"]["
|
|
5126
|
-
"text/json": components["schemas"]["
|
|
5127
|
-
"application/*+json": components["schemas"]["
|
|
5269
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5270
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5271
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5128
5272
|
};
|
|
5129
5273
|
};
|
|
5130
5274
|
responses: {
|
|
@@ -5134,7 +5278,7 @@ export interface operations {
|
|
|
5134
5278
|
[name: string]: unknown;
|
|
5135
5279
|
};
|
|
5136
5280
|
content: {
|
|
5137
|
-
"application/json": components["schemas"]["
|
|
5281
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5138
5282
|
};
|
|
5139
5283
|
};
|
|
5140
5284
|
/** @description Error response */
|
|
@@ -5148,11 +5292,14 @@ export interface operations {
|
|
|
5148
5292
|
};
|
|
5149
5293
|
};
|
|
5150
5294
|
};
|
|
5151
|
-
|
|
5295
|
+
Customers_GetCustomerById: {
|
|
5152
5296
|
parameters: {
|
|
5153
5297
|
query?: never;
|
|
5154
5298
|
header?: never;
|
|
5155
|
-
path
|
|
5299
|
+
path: {
|
|
5300
|
+
/** @description The ID of the customer. */
|
|
5301
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5302
|
+
};
|
|
5156
5303
|
cookie?: never;
|
|
5157
5304
|
};
|
|
5158
5305
|
requestBody?: never;
|
|
@@ -5163,7 +5310,7 @@ export interface operations {
|
|
|
5163
5310
|
[name: string]: unknown;
|
|
5164
5311
|
};
|
|
5165
5312
|
content: {
|
|
5166
|
-
"application/json": components["schemas"]["
|
|
5313
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5167
5314
|
};
|
|
5168
5315
|
};
|
|
5169
5316
|
/** @description Error response */
|
|
@@ -5177,19 +5324,20 @@ export interface operations {
|
|
|
5177
5324
|
};
|
|
5178
5325
|
};
|
|
5179
5326
|
};
|
|
5180
|
-
|
|
5327
|
+
Customers_UpdateCustomer: {
|
|
5181
5328
|
parameters: {
|
|
5182
5329
|
query?: never;
|
|
5183
5330
|
header?: never;
|
|
5184
|
-
path
|
|
5331
|
+
path: {
|
|
5332
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5333
|
+
};
|
|
5185
5334
|
cookie?: never;
|
|
5186
5335
|
};
|
|
5187
|
-
/** @description The custom variable data to create. */
|
|
5188
5336
|
requestBody?: {
|
|
5189
5337
|
content: {
|
|
5190
|
-
"application/json": components["schemas"]["
|
|
5191
|
-
"text/json": components["schemas"]["
|
|
5192
|
-
"application/*+json": components["schemas"]["
|
|
5338
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5339
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5340
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5193
5341
|
};
|
|
5194
5342
|
};
|
|
5195
5343
|
responses: {
|
|
@@ -5199,7 +5347,7 @@ export interface operations {
|
|
|
5199
5347
|
[name: string]: unknown;
|
|
5200
5348
|
};
|
|
5201
5349
|
content: {
|
|
5202
|
-
"application/json": components["schemas"]["
|
|
5350
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5203
5351
|
};
|
|
5204
5352
|
};
|
|
5205
5353
|
/** @description Error response */
|
|
@@ -5213,13 +5361,13 @@ export interface operations {
|
|
|
5213
5361
|
};
|
|
5214
5362
|
};
|
|
5215
5363
|
};
|
|
5216
|
-
|
|
5364
|
+
Customers_CreateCustomerToken: {
|
|
5217
5365
|
parameters: {
|
|
5218
5366
|
query?: never;
|
|
5219
5367
|
header?: never;
|
|
5220
5368
|
path: {
|
|
5221
|
-
/** @description The ID of the
|
|
5222
|
-
|
|
5369
|
+
/** @description The ID of the customer to generate the customer token for. */
|
|
5370
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5223
5371
|
};
|
|
5224
5372
|
cookie?: never;
|
|
5225
5373
|
};
|
|
@@ -5231,11 +5379,11 @@ export interface operations {
|
|
|
5231
5379
|
[name: string]: unknown;
|
|
5232
5380
|
};
|
|
5233
5381
|
content: {
|
|
5234
|
-
"application/json": components["schemas"]["
|
|
5382
|
+
"application/json": components["schemas"]["CustomerTokenResponseDto"];
|
|
5235
5383
|
};
|
|
5236
5384
|
};
|
|
5237
|
-
/** @description
|
|
5238
|
-
|
|
5385
|
+
/** @description Error response */
|
|
5386
|
+
default: {
|
|
5239
5387
|
headers: {
|
|
5240
5388
|
[name: string]: unknown;
|
|
5241
5389
|
};
|
|
@@ -5243,6 +5391,27 @@ export interface operations {
|
|
|
5243
5391
|
"application/json": components["schemas"]["PayNowError"];
|
|
5244
5392
|
};
|
|
5245
5393
|
};
|
|
5394
|
+
};
|
|
5395
|
+
};
|
|
5396
|
+
Customers_InvalidateCustomerTokens: {
|
|
5397
|
+
parameters: {
|
|
5398
|
+
query?: never;
|
|
5399
|
+
header?: never;
|
|
5400
|
+
path: {
|
|
5401
|
+
/** @description The ID of the customer to invalidate the customer tokens for. */
|
|
5402
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5403
|
+
};
|
|
5404
|
+
cookie?: never;
|
|
5405
|
+
};
|
|
5406
|
+
requestBody?: never;
|
|
5407
|
+
responses: {
|
|
5408
|
+
/** @description No Content */
|
|
5409
|
+
204: {
|
|
5410
|
+
headers: {
|
|
5411
|
+
[name: string]: unknown;
|
|
5412
|
+
};
|
|
5413
|
+
content?: never;
|
|
5414
|
+
};
|
|
5246
5415
|
/** @description Error response */
|
|
5247
5416
|
default: {
|
|
5248
5417
|
headers: {
|
|
@@ -5254,24 +5423,39 @@ export interface operations {
|
|
|
5254
5423
|
};
|
|
5255
5424
|
};
|
|
5256
5425
|
};
|
|
5257
|
-
|
|
5426
|
+
Customers_LookupCustomer: {
|
|
5258
5427
|
parameters: {
|
|
5259
|
-
query?:
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
/** @description
|
|
5263
|
-
|
|
5428
|
+
query?: {
|
|
5429
|
+
/** @description Looks up customer by PayNow Customer ID. */
|
|
5430
|
+
id?: string;
|
|
5431
|
+
/** @description Looks up customer by Steam ID 64. */
|
|
5432
|
+
steam_id?: components["schemas"]["SteamId"];
|
|
5433
|
+
/** @description Looks up customer by a Minecraft UUID. */
|
|
5434
|
+
minecraft_uuid?: string;
|
|
5435
|
+
/** @description Looks up customer by an Xbox XUID. */
|
|
5436
|
+
xbox_xuid?: string;
|
|
5437
|
+
/** @description Looks up customer by Minecraft Java name. */
|
|
5438
|
+
minecraft_java_name?: string;
|
|
5439
|
+
/** @description Looks up customer by Minecraft Bedrock name. */
|
|
5440
|
+
minecraft_bedrock_name?: string;
|
|
5441
|
+
/** @description Looks up customer by a PayNow Customer Name.
|
|
5442
|
+
* Name has to be explicitly set in the Customer entity - profile names won't be matched. */
|
|
5443
|
+
name?: string;
|
|
5264
5444
|
};
|
|
5445
|
+
header?: never;
|
|
5446
|
+
path?: never;
|
|
5265
5447
|
cookie?: never;
|
|
5266
5448
|
};
|
|
5267
5449
|
requestBody?: never;
|
|
5268
5450
|
responses: {
|
|
5269
|
-
/** @description
|
|
5270
|
-
|
|
5451
|
+
/** @description OK */
|
|
5452
|
+
200: {
|
|
5271
5453
|
headers: {
|
|
5272
5454
|
[name: string]: unknown;
|
|
5273
5455
|
};
|
|
5274
|
-
content
|
|
5456
|
+
content: {
|
|
5457
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5458
|
+
};
|
|
5275
5459
|
};
|
|
5276
5460
|
/** @description Error response */
|
|
5277
5461
|
default: {
|
|
@@ -5284,22 +5468,18 @@ export interface operations {
|
|
|
5284
5468
|
};
|
|
5285
5469
|
};
|
|
5286
5470
|
};
|
|
5287
|
-
|
|
5471
|
+
Customers_BulkCreateCustomers: {
|
|
5288
5472
|
parameters: {
|
|
5289
5473
|
query?: never;
|
|
5290
5474
|
header?: never;
|
|
5291
|
-
path
|
|
5292
|
-
/** @description The ID of the custom variable to update. */
|
|
5293
|
-
customVariableId: components["schemas"]["FlakeId"];
|
|
5294
|
-
};
|
|
5475
|
+
path?: never;
|
|
5295
5476
|
cookie?: never;
|
|
5296
5477
|
};
|
|
5297
|
-
/** @description The custom variable data to update with field mask. */
|
|
5298
5478
|
requestBody?: {
|
|
5299
5479
|
content: {
|
|
5300
|
-
"application/json": components["schemas"]["
|
|
5301
|
-
"text/json": components["schemas"]["
|
|
5302
|
-
"application/*+json": components["schemas"]["
|
|
5480
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5481
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5482
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5303
5483
|
};
|
|
5304
5484
|
};
|
|
5305
5485
|
responses: {
|
|
@@ -5309,7 +5489,7 @@ export interface operations {
|
|
|
5309
5489
|
[name: string]: unknown;
|
|
5310
5490
|
};
|
|
5311
5491
|
content: {
|
|
5312
|
-
"application/json": components["schemas"]["
|
|
5492
|
+
"application/json": components["schemas"]["CustomerDto"][];
|
|
5313
5493
|
};
|
|
5314
5494
|
};
|
|
5315
5495
|
/** @description Error response */
|
|
@@ -5323,7 +5503,7 @@ export interface operations {
|
|
|
5323
5503
|
};
|
|
5324
5504
|
};
|
|
5325
5505
|
};
|
|
5326
|
-
|
|
5506
|
+
DataMigrations_GetDataMigrations: {
|
|
5327
5507
|
parameters: {
|
|
5328
5508
|
query?: {
|
|
5329
5509
|
/** @description The maximum number of items to return in a single request. */
|
|
@@ -5344,7 +5524,6 @@ export interface operations {
|
|
|
5344
5524
|
* When true, items are returned in ascending order.
|
|
5345
5525
|
* When false, items are returned in descending order. */
|
|
5346
5526
|
asc?: boolean;
|
|
5347
|
-
search?: string;
|
|
5348
5527
|
};
|
|
5349
5528
|
header?: never;
|
|
5350
5529
|
path?: never;
|
|
@@ -5358,7 +5537,7 @@ export interface operations {
|
|
|
5358
5537
|
[name: string]: unknown;
|
|
5359
5538
|
};
|
|
5360
5539
|
content: {
|
|
5361
|
-
"application/json": components["schemas"]["
|
|
5540
|
+
"application/json": components["schemas"]["DataMigrationTaskDto"][];
|
|
5362
5541
|
};
|
|
5363
5542
|
};
|
|
5364
5543
|
/** @description Error response */
|
|
@@ -5372,7 +5551,7 @@ export interface operations {
|
|
|
5372
5551
|
};
|
|
5373
5552
|
};
|
|
5374
5553
|
};
|
|
5375
|
-
|
|
5554
|
+
DataMigrations_StartDataMigrationFromTebex: {
|
|
5376
5555
|
parameters: {
|
|
5377
5556
|
query?: never;
|
|
5378
5557
|
header?: never;
|
|
@@ -5381,9 +5560,9 @@ export interface operations {
|
|
|
5381
5560
|
};
|
|
5382
5561
|
requestBody?: {
|
|
5383
5562
|
content: {
|
|
5384
|
-
"application/json": components["schemas"]["
|
|
5385
|
-
"text/json": components["schemas"]["
|
|
5386
|
-
"application/*+json": components["schemas"]["
|
|
5563
|
+
"application/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5564
|
+
"text/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5565
|
+
"application/*+json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5387
5566
|
};
|
|
5388
5567
|
};
|
|
5389
5568
|
responses: {
|
|
@@ -5393,7 +5572,7 @@ export interface operations {
|
|
|
5393
5572
|
[name: string]: unknown;
|
|
5394
5573
|
};
|
|
5395
5574
|
content: {
|
|
5396
|
-
"application/json": components["schemas"]["
|
|
5575
|
+
"application/json": components["schemas"]["DataMigrationTaskDto"][];
|
|
5397
5576
|
};
|
|
5398
5577
|
};
|
|
5399
5578
|
/** @description Error response */
|
|
@@ -5407,13 +5586,13 @@ export interface operations {
|
|
|
5407
5586
|
};
|
|
5408
5587
|
};
|
|
5409
5588
|
};
|
|
5410
|
-
|
|
5589
|
+
Delivery_GetOrderDeliveryItems: {
|
|
5411
5590
|
parameters: {
|
|
5412
5591
|
query?: never;
|
|
5413
5592
|
header?: never;
|
|
5414
5593
|
path: {
|
|
5415
|
-
/** @description The ID of the
|
|
5416
|
-
|
|
5594
|
+
/** @description The ID of the order to retrieve delivery items from. */
|
|
5595
|
+
orderId: components["schemas"]["FlakeId"];
|
|
5417
5596
|
};
|
|
5418
5597
|
cookie?: never;
|
|
5419
5598
|
};
|
|
@@ -5425,7 +5604,77 @@ export interface operations {
|
|
|
5425
5604
|
[name: string]: unknown;
|
|
5426
5605
|
};
|
|
5427
5606
|
content: {
|
|
5428
|
-
"application/json": components["schemas"]["
|
|
5607
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5608
|
+
};
|
|
5609
|
+
};
|
|
5610
|
+
/** @description Error response */
|
|
5611
|
+
default: {
|
|
5612
|
+
headers: {
|
|
5613
|
+
[name: string]: unknown;
|
|
5614
|
+
};
|
|
5615
|
+
content: {
|
|
5616
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
5617
|
+
};
|
|
5618
|
+
};
|
|
5619
|
+
};
|
|
5620
|
+
};
|
|
5621
|
+
Delivery_AssignDeliveryItemsBulk: {
|
|
5622
|
+
parameters: {
|
|
5623
|
+
query?: never;
|
|
5624
|
+
header?: never;
|
|
5625
|
+
path?: never;
|
|
5626
|
+
cookie?: never;
|
|
5627
|
+
};
|
|
5628
|
+
requestBody?: {
|
|
5629
|
+
content: {
|
|
5630
|
+
"application/json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
5631
|
+
"text/json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
5632
|
+
"application/*+json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
5633
|
+
};
|
|
5634
|
+
};
|
|
5635
|
+
responses: {
|
|
5636
|
+
/** @description OK */
|
|
5637
|
+
200: {
|
|
5638
|
+
headers: {
|
|
5639
|
+
[name: string]: unknown;
|
|
5640
|
+
};
|
|
5641
|
+
content: {
|
|
5642
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5643
|
+
};
|
|
5644
|
+
};
|
|
5645
|
+
/** @description Error response */
|
|
5646
|
+
default: {
|
|
5647
|
+
headers: {
|
|
5648
|
+
[name: string]: unknown;
|
|
5649
|
+
};
|
|
5650
|
+
content: {
|
|
5651
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
5652
|
+
};
|
|
5653
|
+
};
|
|
5654
|
+
};
|
|
5655
|
+
};
|
|
5656
|
+
Delivery_UnqueueDeliveryCommandAttemptByAttemptIDs: {
|
|
5657
|
+
parameters: {
|
|
5658
|
+
query?: never;
|
|
5659
|
+
header?: never;
|
|
5660
|
+
path?: never;
|
|
5661
|
+
cookie?: never;
|
|
5662
|
+
};
|
|
5663
|
+
requestBody?: {
|
|
5664
|
+
content: {
|
|
5665
|
+
"application/json": components["schemas"]["UnqueueCommandsRequestDto"];
|
|
5666
|
+
"text/json": components["schemas"]["UnqueueCommandsRequestDto"];
|
|
5667
|
+
"application/*+json": components["schemas"]["UnqueueCommandsRequestDto"];
|
|
5668
|
+
};
|
|
5669
|
+
};
|
|
5670
|
+
responses: {
|
|
5671
|
+
/** @description OK */
|
|
5672
|
+
200: {
|
|
5673
|
+
headers: {
|
|
5674
|
+
[name: string]: unknown;
|
|
5675
|
+
};
|
|
5676
|
+
content: {
|
|
5677
|
+
"application/json": components["schemas"]["UnqueueCommandsResponseDto"];
|
|
5429
5678
|
};
|
|
5430
5679
|
};
|
|
5431
5680
|
/** @description Error response */
|
|
@@ -5439,20 +5688,18 @@ export interface operations {
|
|
|
5439
5688
|
};
|
|
5440
5689
|
};
|
|
5441
5690
|
};
|
|
5442
|
-
|
|
5691
|
+
Delivery_UpdateDeliveryItemProductVersions: {
|
|
5443
5692
|
parameters: {
|
|
5444
5693
|
query?: never;
|
|
5445
5694
|
header?: never;
|
|
5446
|
-
path
|
|
5447
|
-
customerId: components["schemas"]["FlakeId"];
|
|
5448
|
-
};
|
|
5695
|
+
path?: never;
|
|
5449
5696
|
cookie?: never;
|
|
5450
5697
|
};
|
|
5451
5698
|
requestBody?: {
|
|
5452
5699
|
content: {
|
|
5453
|
-
"application/json": components["schemas"]["
|
|
5454
|
-
"text/json": components["schemas"]["
|
|
5455
|
-
"application/*+json": components["schemas"]["
|
|
5700
|
+
"application/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5701
|
+
"text/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5702
|
+
"application/*+json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5456
5703
|
};
|
|
5457
5704
|
};
|
|
5458
5705
|
responses: {
|
|
@@ -5462,7 +5709,7 @@ export interface operations {
|
|
|
5462
5709
|
[name: string]: unknown;
|
|
5463
5710
|
};
|
|
5464
5711
|
content: {
|
|
5465
|
-
"application/json": components["schemas"]["
|
|
5712
|
+
"application/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5466
5713
|
};
|
|
5467
5714
|
};
|
|
5468
5715
|
/** @description Error response */
|
|
@@ -5476,12 +5723,30 @@ export interface operations {
|
|
|
5476
5723
|
};
|
|
5477
5724
|
};
|
|
5478
5725
|
};
|
|
5479
|
-
|
|
5726
|
+
Delivery_GetDeliveryItems: {
|
|
5480
5727
|
parameters: {
|
|
5481
|
-
query?:
|
|
5728
|
+
query?: {
|
|
5729
|
+
/** @description The maximum number of items to return in a single request. */
|
|
5730
|
+
limit?: number;
|
|
5731
|
+
/**
|
|
5732
|
+
* @description Returns items after the specified ID.
|
|
5733
|
+
* Used for forward pagination through results.
|
|
5734
|
+
* @example null
|
|
5735
|
+
*/
|
|
5736
|
+
after?: components["schemas"]["FlakeId"];
|
|
5737
|
+
/**
|
|
5738
|
+
* @description Returns items before the specified ID.
|
|
5739
|
+
* Used for backward pagination through results.
|
|
5740
|
+
* @example null
|
|
5741
|
+
*/
|
|
5742
|
+
before?: components["schemas"]["FlakeId"];
|
|
5743
|
+
/** @description Determines the sort order of returned items.
|
|
5744
|
+
* When true, items are returned in ascending order.
|
|
5745
|
+
* When false, items are returned in descending order. */
|
|
5746
|
+
asc?: boolean;
|
|
5747
|
+
};
|
|
5482
5748
|
header?: never;
|
|
5483
5749
|
path: {
|
|
5484
|
-
/** @description The ID of the customer to generate the customer token for. */
|
|
5485
5750
|
customerId: components["schemas"]["FlakeId"];
|
|
5486
5751
|
};
|
|
5487
5752
|
cookie?: never;
|
|
@@ -5494,7 +5759,7 @@ export interface operations {
|
|
|
5494
5759
|
[name: string]: unknown;
|
|
5495
5760
|
};
|
|
5496
5761
|
content: {
|
|
5497
|
-
"application/json": components["schemas"]["
|
|
5762
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5498
5763
|
};
|
|
5499
5764
|
};
|
|
5500
5765
|
/** @description Error response */
|
|
@@ -5508,60 +5773,22 @@ export interface operations {
|
|
|
5508
5773
|
};
|
|
5509
5774
|
};
|
|
5510
5775
|
};
|
|
5511
|
-
|
|
5776
|
+
Delivery_AssignDeliveryItem: {
|
|
5512
5777
|
parameters: {
|
|
5513
5778
|
query?: never;
|
|
5514
5779
|
header?: never;
|
|
5515
5780
|
path: {
|
|
5516
|
-
/** @description The ID of the customer to invalidate the customer tokens for. */
|
|
5517
5781
|
customerId: components["schemas"]["FlakeId"];
|
|
5518
5782
|
};
|
|
5519
5783
|
cookie?: never;
|
|
5520
5784
|
};
|
|
5521
|
-
requestBody?:
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
[name: string]: unknown;
|
|
5527
|
-
};
|
|
5528
|
-
content?: never;
|
|
5529
|
-
};
|
|
5530
|
-
/** @description Error response */
|
|
5531
|
-
default: {
|
|
5532
|
-
headers: {
|
|
5533
|
-
[name: string]: unknown;
|
|
5534
|
-
};
|
|
5535
|
-
content: {
|
|
5536
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
5537
|
-
};
|
|
5538
|
-
};
|
|
5539
|
-
};
|
|
5540
|
-
};
|
|
5541
|
-
Customers_LookupCustomer: {
|
|
5542
|
-
parameters: {
|
|
5543
|
-
query?: {
|
|
5544
|
-
/** @description Looks up customer by PayNow Customer ID. */
|
|
5545
|
-
id?: string;
|
|
5546
|
-
/** @description Looks up customer by Steam ID 64. */
|
|
5547
|
-
steam_id?: components["schemas"]["SteamId"];
|
|
5548
|
-
/** @description Looks up customer by a Minecraft UUID. */
|
|
5549
|
-
minecraft_uuid?: string;
|
|
5550
|
-
/** @description Looks up customer by an Xbox XUID. */
|
|
5551
|
-
xbox_xuid?: string;
|
|
5552
|
-
/** @description Looks up customer by Minecraft Java name. */
|
|
5553
|
-
minecraft_java_name?: string;
|
|
5554
|
-
/** @description Looks up customer by Minecraft Bedrock name. */
|
|
5555
|
-
minecraft_bedrock_name?: string;
|
|
5556
|
-
/** @description Looks up customer by a PayNow Customer Name.
|
|
5557
|
-
* Name has to be explicitly set in the Customer entity - profile names won't be matched. */
|
|
5558
|
-
name?: string;
|
|
5785
|
+
requestBody?: {
|
|
5786
|
+
content: {
|
|
5787
|
+
"application/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5788
|
+
"text/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5789
|
+
"application/*+json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5559
5790
|
};
|
|
5560
|
-
header?: never;
|
|
5561
|
-
path?: never;
|
|
5562
|
-
cookie?: never;
|
|
5563
5791
|
};
|
|
5564
|
-
requestBody?: never;
|
|
5565
5792
|
responses: {
|
|
5566
5793
|
/** @description OK */
|
|
5567
5794
|
200: {
|
|
@@ -5569,7 +5796,7 @@ export interface operations {
|
|
|
5569
5796
|
[name: string]: unknown;
|
|
5570
5797
|
};
|
|
5571
5798
|
content: {
|
|
5572
|
-
"application/json": components["schemas"]["
|
|
5799
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5573
5800
|
};
|
|
5574
5801
|
};
|
|
5575
5802
|
/** @description Error response */
|
|
@@ -5583,29 +5810,24 @@ export interface operations {
|
|
|
5583
5810
|
};
|
|
5584
5811
|
};
|
|
5585
5812
|
};
|
|
5586
|
-
|
|
5813
|
+
Delivery_RevokeDeliveryItem: {
|
|
5587
5814
|
parameters: {
|
|
5588
5815
|
query?: never;
|
|
5589
5816
|
header?: never;
|
|
5590
|
-
path
|
|
5591
|
-
|
|
5592
|
-
|
|
5593
|
-
requestBody?: {
|
|
5594
|
-
content: {
|
|
5595
|
-
"application/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5596
|
-
"text/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5597
|
-
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5817
|
+
path: {
|
|
5818
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5819
|
+
deliveryItemId: components["schemas"]["FlakeId"];
|
|
5598
5820
|
};
|
|
5821
|
+
cookie?: never;
|
|
5599
5822
|
};
|
|
5823
|
+
requestBody?: never;
|
|
5600
5824
|
responses: {
|
|
5601
|
-
/** @description
|
|
5602
|
-
|
|
5825
|
+
/** @description No Content */
|
|
5826
|
+
204: {
|
|
5603
5827
|
headers: {
|
|
5604
5828
|
[name: string]: unknown;
|
|
5605
5829
|
};
|
|
5606
|
-
content
|
|
5607
|
-
"application/json": components["schemas"]["CustomerDto"][];
|
|
5608
|
-
};
|
|
5830
|
+
content?: never;
|
|
5609
5831
|
};
|
|
5610
5832
|
/** @description Error response */
|
|
5611
5833
|
default: {
|
|
@@ -5618,7 +5840,7 @@ export interface operations {
|
|
|
5618
5840
|
};
|
|
5619
5841
|
};
|
|
5620
5842
|
};
|
|
5621
|
-
|
|
5843
|
+
Delivery_GetCommandAttempts: {
|
|
5622
5844
|
parameters: {
|
|
5623
5845
|
query?: {
|
|
5624
5846
|
/** @description The maximum number of items to return in a single request. */
|
|
@@ -5641,45 +5863,12 @@ export interface operations {
|
|
|
5641
5863
|
asc?: boolean;
|
|
5642
5864
|
};
|
|
5643
5865
|
header?: never;
|
|
5644
|
-
path
|
|
5645
|
-
|
|
5646
|
-
};
|
|
5647
|
-
requestBody?: never;
|
|
5648
|
-
responses: {
|
|
5649
|
-
/** @description OK */
|
|
5650
|
-
200: {
|
|
5651
|
-
headers: {
|
|
5652
|
-
[name: string]: unknown;
|
|
5653
|
-
};
|
|
5654
|
-
content: {
|
|
5655
|
-
"application/json": components["schemas"]["DataMigrationTaskDto"][];
|
|
5656
|
-
};
|
|
5657
|
-
};
|
|
5658
|
-
/** @description Error response */
|
|
5659
|
-
default: {
|
|
5660
|
-
headers: {
|
|
5661
|
-
[name: string]: unknown;
|
|
5662
|
-
};
|
|
5663
|
-
content: {
|
|
5664
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
5665
|
-
};
|
|
5866
|
+
path: {
|
|
5867
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5666
5868
|
};
|
|
5667
|
-
};
|
|
5668
|
-
};
|
|
5669
|
-
DataMigrations_StartDataMigrationFromTebex: {
|
|
5670
|
-
parameters: {
|
|
5671
|
-
query?: never;
|
|
5672
|
-
header?: never;
|
|
5673
|
-
path?: never;
|
|
5674
5869
|
cookie?: never;
|
|
5675
5870
|
};
|
|
5676
|
-
requestBody?:
|
|
5677
|
-
content: {
|
|
5678
|
-
"application/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5679
|
-
"text/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5680
|
-
"application/*+json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5681
|
-
};
|
|
5682
|
-
};
|
|
5871
|
+
requestBody?: never;
|
|
5683
5872
|
responses: {
|
|
5684
5873
|
/** @description OK */
|
|
5685
5874
|
200: {
|
|
@@ -5687,7 +5876,7 @@ export interface operations {
|
|
|
5687
5876
|
[name: string]: unknown;
|
|
5688
5877
|
};
|
|
5689
5878
|
content: {
|
|
5690
|
-
"application/json": components["schemas"]["
|
|
5879
|
+
"application/json": components["schemas"]["CommandAttemptDto"][];
|
|
5691
5880
|
};
|
|
5692
5881
|
};
|
|
5693
5882
|
/** @description Error response */
|
|
@@ -5701,12 +5890,12 @@ export interface operations {
|
|
|
5701
5890
|
};
|
|
5702
5891
|
};
|
|
5703
5892
|
};
|
|
5704
|
-
|
|
5893
|
+
Delivery_ResendDeliveryCommandsForGameServer: {
|
|
5705
5894
|
parameters: {
|
|
5706
5895
|
query?: never;
|
|
5707
5896
|
header?: never;
|
|
5708
5897
|
path: {
|
|
5709
|
-
|
|
5898
|
+
gameServerId: components["schemas"]["FlakeId"];
|
|
5710
5899
|
};
|
|
5711
5900
|
cookie?: never;
|
|
5712
5901
|
};
|
|
@@ -8393,83 +8582,6 @@ export interface operations {
|
|
|
8393
8582
|
};
|
|
8394
8583
|
};
|
|
8395
8584
|
};
|
|
8396
|
-
Trust_GetStoreOnboardingStatus: {
|
|
8397
|
-
parameters: {
|
|
8398
|
-
query?: never;
|
|
8399
|
-
header?: never;
|
|
8400
|
-
path?: never;
|
|
8401
|
-
cookie?: never;
|
|
8402
|
-
};
|
|
8403
|
-
requestBody?: never;
|
|
8404
|
-
responses: {
|
|
8405
|
-
/** @description OK */
|
|
8406
|
-
200: {
|
|
8407
|
-
headers: {
|
|
8408
|
-
[name: string]: unknown;
|
|
8409
|
-
};
|
|
8410
|
-
content: {
|
|
8411
|
-
"application/json": components["schemas"]["TrustStoreOnboardingDto"];
|
|
8412
|
-
};
|
|
8413
|
-
};
|
|
8414
|
-
/** @description Error response */
|
|
8415
|
-
default: {
|
|
8416
|
-
headers: {
|
|
8417
|
-
[name: string]: unknown;
|
|
8418
|
-
};
|
|
8419
|
-
content: {
|
|
8420
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
8421
|
-
};
|
|
8422
|
-
};
|
|
8423
|
-
};
|
|
8424
|
-
};
|
|
8425
|
-
Trust_GetStoreTrustRequirements: {
|
|
8426
|
-
parameters: {
|
|
8427
|
-
query?: {
|
|
8428
|
-
/** @description The maximum number of items to return in a single request. */
|
|
8429
|
-
limit?: number;
|
|
8430
|
-
/**
|
|
8431
|
-
* @description Returns items after the specified ID.
|
|
8432
|
-
* Used for forward pagination through results.
|
|
8433
|
-
* @example null
|
|
8434
|
-
*/
|
|
8435
|
-
after?: components["schemas"]["FlakeId"];
|
|
8436
|
-
/**
|
|
8437
|
-
* @description Returns items before the specified ID.
|
|
8438
|
-
* Used for backward pagination through results.
|
|
8439
|
-
* @example null
|
|
8440
|
-
*/
|
|
8441
|
-
before?: components["schemas"]["FlakeId"];
|
|
8442
|
-
/** @description Determines the sort order of returned items.
|
|
8443
|
-
* When true, items are returned in ascending order.
|
|
8444
|
-
* When false, items are returned in descending order. */
|
|
8445
|
-
asc?: boolean;
|
|
8446
|
-
};
|
|
8447
|
-
header?: never;
|
|
8448
|
-
path?: never;
|
|
8449
|
-
cookie?: never;
|
|
8450
|
-
};
|
|
8451
|
-
requestBody?: never;
|
|
8452
|
-
responses: {
|
|
8453
|
-
/** @description OK */
|
|
8454
|
-
200: {
|
|
8455
|
-
headers: {
|
|
8456
|
-
[name: string]: unknown;
|
|
8457
|
-
};
|
|
8458
|
-
content: {
|
|
8459
|
-
"application/json": components["schemas"]["TrustStoreRequirementDto"][];
|
|
8460
|
-
};
|
|
8461
|
-
};
|
|
8462
|
-
/** @description Error response */
|
|
8463
|
-
default: {
|
|
8464
|
-
headers: {
|
|
8465
|
-
[name: string]: unknown;
|
|
8466
|
-
};
|
|
8467
|
-
content: {
|
|
8468
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
8469
|
-
};
|
|
8470
|
-
};
|
|
8471
|
-
};
|
|
8472
|
-
};
|
|
8473
8585
|
Webhooks_GetSubscriptions: {
|
|
8474
8586
|
parameters: {
|
|
8475
8587
|
query?: never;
|
|
@@ -8713,34 +8825,6 @@ export declare const operationMappings: {
|
|
|
8713
8825
|
readonly method: "POST";
|
|
8714
8826
|
readonly path: "/v1/stores/{storeId}/checkouts";
|
|
8715
8827
|
};
|
|
8716
|
-
readonly CommandDelivery_GetOrderDeliveryItems: {
|
|
8717
|
-
readonly method: "GET";
|
|
8718
|
-
readonly path: "/v1/stores/{storeId}/orders/{orderId}/command-delivery";
|
|
8719
|
-
};
|
|
8720
|
-
readonly CommandDelivery_GetDeliveryItems: {
|
|
8721
|
-
readonly method: "GET";
|
|
8722
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/command-delivery";
|
|
8723
|
-
};
|
|
8724
|
-
readonly CommandDelivery_AssignDeliveryItem: {
|
|
8725
|
-
readonly method: "POST";
|
|
8726
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/command-delivery";
|
|
8727
|
-
};
|
|
8728
|
-
readonly CommandDelivery_RevokeDeliveryItem: {
|
|
8729
|
-
readonly method: "DELETE";
|
|
8730
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/command-delivery/{deliveryItemId}";
|
|
8731
|
-
};
|
|
8732
|
-
readonly CommandDelivery_AssignDeliveryItemsBulk: {
|
|
8733
|
-
readonly method: "POST";
|
|
8734
|
-
readonly path: "/v1/stores/{storeId}/command-delivery";
|
|
8735
|
-
};
|
|
8736
|
-
readonly CommandDelivery_UpdateInventoryItemProductVersion: {
|
|
8737
|
-
readonly method: "POST";
|
|
8738
|
-
readonly path: "/v1/stores/{storeId}/command-delivery/inventory-item/update-product-versions";
|
|
8739
|
-
};
|
|
8740
|
-
readonly CommandDelivery_UnqueueCommands: {
|
|
8741
|
-
readonly method: "POST";
|
|
8742
|
-
readonly path: "/v1/stores/{storeId}/command-delivery/unqueue";
|
|
8743
|
-
};
|
|
8744
8828
|
readonly Coupons_CreateCouponForStore: {
|
|
8745
8829
|
readonly method: "POST";
|
|
8746
8830
|
readonly path: "/v1/stores/{storeId}/coupons";
|
|
@@ -8821,9 +8905,41 @@ export declare const operationMappings: {
|
|
|
8821
8905
|
readonly method: "POST";
|
|
8822
8906
|
readonly path: "/v1/stores/{storeId}/data-migrations/tebex";
|
|
8823
8907
|
};
|
|
8824
|
-
readonly
|
|
8908
|
+
readonly Delivery_GetOrderDeliveryItems: {
|
|
8909
|
+
readonly method: "GET";
|
|
8910
|
+
readonly path: "/v1/stores/{storeId}/orders/{orderId}/delivery/items";
|
|
8911
|
+
};
|
|
8912
|
+
readonly Delivery_AssignDeliveryItemsBulk: {
|
|
8913
|
+
readonly method: "POST";
|
|
8914
|
+
readonly path: "/v1/stores/{storeId}/delivery/items";
|
|
8915
|
+
};
|
|
8916
|
+
readonly Delivery_UnqueueDeliveryCommandAttemptByAttemptIDs: {
|
|
8825
8917
|
readonly method: "POST";
|
|
8826
|
-
readonly path: "/v1/stores/{storeId}/
|
|
8918
|
+
readonly path: "/v1/stores/{storeId}/delivery/commands/unqueue";
|
|
8919
|
+
};
|
|
8920
|
+
readonly Delivery_UpdateDeliveryItemProductVersions: {
|
|
8921
|
+
readonly method: "POST";
|
|
8922
|
+
readonly path: "/v1/stores/{storeId}/delivery/items/update-product-versions";
|
|
8923
|
+
};
|
|
8924
|
+
readonly Delivery_GetDeliveryItems: {
|
|
8925
|
+
readonly method: "GET";
|
|
8926
|
+
readonly path: "/v1/stores/{storeId}/customers/{customerId}/delivery/items";
|
|
8927
|
+
};
|
|
8928
|
+
readonly Delivery_AssignDeliveryItem: {
|
|
8929
|
+
readonly method: "POST";
|
|
8930
|
+
readonly path: "/v1/stores/{storeId}/customers/{customerId}/delivery/items";
|
|
8931
|
+
};
|
|
8932
|
+
readonly Delivery_RevokeDeliveryItem: {
|
|
8933
|
+
readonly method: "DELETE";
|
|
8934
|
+
readonly path: "/v1/stores/{storeId}/customers/{customerId}/delivery/items/{deliveryItemId}";
|
|
8935
|
+
};
|
|
8936
|
+
readonly Delivery_GetCommandAttempts: {
|
|
8937
|
+
readonly method: "GET";
|
|
8938
|
+
readonly path: "/v1/stores/{storeId}/customers/{customerId}/delivery/commands";
|
|
8939
|
+
};
|
|
8940
|
+
readonly Delivery_ResendDeliveryCommandsForGameServer: {
|
|
8941
|
+
readonly method: "POST";
|
|
8942
|
+
readonly path: "/v1/stores/{storeId}/gameservers/{gameServerId}/delivery/commands/resend";
|
|
8827
8943
|
};
|
|
8828
8944
|
readonly Discord_GetActions: {
|
|
8829
8945
|
readonly method: "GET";
|
|
@@ -9137,14 +9253,6 @@ export declare const operationMappings: {
|
|
|
9137
9253
|
readonly method: "GET";
|
|
9138
9254
|
readonly path: "/v1/stores/{storeId}/trials/{trialId}";
|
|
9139
9255
|
};
|
|
9140
|
-
readonly Trust_GetStoreOnboardingStatus: {
|
|
9141
|
-
readonly method: "GET";
|
|
9142
|
-
readonly path: "/v1/stores/{storeId}/trust/onboarding/status";
|
|
9143
|
-
};
|
|
9144
|
-
readonly Trust_GetStoreTrustRequirements: {
|
|
9145
|
-
readonly method: "GET";
|
|
9146
|
-
readonly path: "/v1/stores/{storeId}/trust/requirements";
|
|
9147
|
-
};
|
|
9148
9256
|
readonly Webhooks_GetSubscriptions: {
|
|
9149
9257
|
readonly method: "GET";
|
|
9150
9258
|
readonly path: "/v1/stores/{storeId}/webhooks";
|