@paynow-gg/typescript-sdk 1.0.12 → 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 +719 -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;
|
|
@@ -3205,6 +3327,15 @@ export interface components {
|
|
|
3205
3327
|
repeat_trial_cooldown_value: number;
|
|
3206
3328
|
repeat_trial_cooldown_scale: components["schemas"]["ProductSubscriptionIntervalScale"];
|
|
3207
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
|
+
};
|
|
3208
3339
|
/** @description Represents the store-level configuration for abandoned checkout settings. */
|
|
3209
3340
|
PurchaseFollowUpStoreConfigurationDto: {
|
|
3210
3341
|
store_id: components["schemas"]["FlakeId"];
|
|
@@ -3236,6 +3367,8 @@ export interface components {
|
|
|
3236
3367
|
max_coupons_global_amount?: number | null;
|
|
3237
3368
|
max_coupons_global_period?: components["schemas"]["Period"];
|
|
3238
3369
|
coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
|
|
3370
|
+
/** @description The commands you want to execute when the email is sent. */
|
|
3371
|
+
commands: components["schemas"]["PurchaseFollowUpStoreConfigurationCommandDto"][];
|
|
3239
3372
|
updated_by: components["schemas"]["ActorDto"];
|
|
3240
3373
|
/**
|
|
3241
3374
|
* Format: date-time
|
|
@@ -3243,6 +3376,13 @@ export interface components {
|
|
|
3243
3376
|
*/
|
|
3244
3377
|
updated_at: string;
|
|
3245
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
|
+
};
|
|
3246
3386
|
/** @description Used for updating the store-level configuration for abandoned checkout settings. */
|
|
3247
3387
|
PurchaseFollowUpStoreConfigurationUpdateDto: {
|
|
3248
3388
|
/** @description A value indicating whether the abandoned checkout feature is enabled for the store. */
|
|
@@ -3270,6 +3410,7 @@ export interface components {
|
|
|
3270
3410
|
*/
|
|
3271
3411
|
max_coupons_global_amount?: number | null;
|
|
3272
3412
|
max_coupons_global_period?: components["schemas"]["Period"];
|
|
3413
|
+
commands: components["schemas"]["PurchaseFollowUpStoreConfigurationUpdateCommandDto"][];
|
|
3273
3414
|
coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
|
|
3274
3415
|
};
|
|
3275
3416
|
QueuedDiscordActionDto: {
|
|
@@ -4007,6 +4148,10 @@ export interface components {
|
|
|
4007
4148
|
/** Format: date-time */
|
|
4008
4149
|
expires_at?: string;
|
|
4009
4150
|
};
|
|
4151
|
+
UpdateDeliveryItemProductVersionRequestDto: {
|
|
4152
|
+
product_version_id: components["schemas"]["FlakeId"];
|
|
4153
|
+
product_id: components["schemas"]["FlakeId"];
|
|
4154
|
+
};
|
|
4010
4155
|
UpdateGameServerDto: {
|
|
4011
4156
|
name?: string;
|
|
4012
4157
|
enabled?: boolean;
|
|
@@ -4022,14 +4167,6 @@ export interface components {
|
|
|
4022
4167
|
/** Format: date-time */
|
|
4023
4168
|
expires_at?: string;
|
|
4024
4169
|
};
|
|
4025
|
-
UpdateInventoryItemProductVersionRequestDto: {
|
|
4026
|
-
product_version_id: components["schemas"]["FlakeId"];
|
|
4027
|
-
product_id: components["schemas"]["FlakeId"];
|
|
4028
|
-
};
|
|
4029
|
-
UpdateInventoryItemProductVersionResponseDto: {
|
|
4030
|
-
/** Format: int32 */
|
|
4031
|
-
updated_count: number;
|
|
4032
|
-
};
|
|
4033
4170
|
UpdateNavLinkDto: {
|
|
4034
4171
|
tag_id?: components["schemas"]["FlakeId"];
|
|
4035
4172
|
parent_node_id?: string;
|
|
@@ -4256,7 +4393,7 @@ export interface components {
|
|
|
4256
4393
|
validation: string;
|
|
4257
4394
|
};
|
|
4258
4395
|
/** @enum {string} */
|
|
4259
|
-
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";
|
|
4260
4397
|
WebhookHistoryDto: {
|
|
4261
4398
|
/** Format: int32 */
|
|
4262
4399
|
page: number;
|
|
@@ -4703,14 +4840,34 @@ export interface operations {
|
|
|
4703
4840
|
};
|
|
4704
4841
|
};
|
|
4705
4842
|
};
|
|
4706
|
-
|
|
4843
|
+
Coupons_GetCouponsForStore: {
|
|
4707
4844
|
parameters: {
|
|
4708
|
-
query?:
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
/**
|
|
4712
|
-
|
|
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"];
|
|
4713
4868
|
};
|
|
4869
|
+
header?: never;
|
|
4870
|
+
path?: never;
|
|
4714
4871
|
cookie?: never;
|
|
4715
4872
|
};
|
|
4716
4873
|
requestBody?: never;
|
|
@@ -4721,7 +4878,7 @@ export interface operations {
|
|
|
4721
4878
|
[name: string]: unknown;
|
|
4722
4879
|
};
|
|
4723
4880
|
content: {
|
|
4724
|
-
"application/json": components["schemas"]["
|
|
4881
|
+
"application/json": components["schemas"]["CouponDto"][];
|
|
4725
4882
|
};
|
|
4726
4883
|
};
|
|
4727
4884
|
/** @description Error response */
|
|
@@ -4735,35 +4892,20 @@ export interface operations {
|
|
|
4735
4892
|
};
|
|
4736
4893
|
};
|
|
4737
4894
|
};
|
|
4738
|
-
|
|
4895
|
+
Coupons_CreateCouponForStore: {
|
|
4739
4896
|
parameters: {
|
|
4740
|
-
query?:
|
|
4741
|
-
/** @description The maximum number of items to return in a single request. */
|
|
4742
|
-
limit?: number;
|
|
4743
|
-
/**
|
|
4744
|
-
* @description Returns items after the specified ID.
|
|
4745
|
-
* Used for forward pagination through results.
|
|
4746
|
-
* @example null
|
|
4747
|
-
*/
|
|
4748
|
-
after?: components["schemas"]["FlakeId"];
|
|
4749
|
-
/**
|
|
4750
|
-
* @description Returns items before the specified ID.
|
|
4751
|
-
* Used for backward pagination through results.
|
|
4752
|
-
* @example null
|
|
4753
|
-
*/
|
|
4754
|
-
before?: components["schemas"]["FlakeId"];
|
|
4755
|
-
/** @description Determines the sort order of returned items.
|
|
4756
|
-
* When true, items are returned in ascending order.
|
|
4757
|
-
* When false, items are returned in descending order. */
|
|
4758
|
-
asc?: boolean;
|
|
4759
|
-
};
|
|
4897
|
+
query?: never;
|
|
4760
4898
|
header?: never;
|
|
4761
|
-
path
|
|
4762
|
-
customerId: components["schemas"]["FlakeId"];
|
|
4763
|
-
};
|
|
4899
|
+
path?: never;
|
|
4764
4900
|
cookie?: never;
|
|
4765
4901
|
};
|
|
4766
|
-
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
|
+
};
|
|
4767
4909
|
responses: {
|
|
4768
4910
|
/** @description OK */
|
|
4769
4911
|
200: {
|
|
@@ -4771,7 +4913,7 @@ export interface operations {
|
|
|
4771
4913
|
[name: string]: unknown;
|
|
4772
4914
|
};
|
|
4773
4915
|
content: {
|
|
4774
|
-
"application/json": components["schemas"]["
|
|
4916
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4775
4917
|
};
|
|
4776
4918
|
};
|
|
4777
4919
|
/** @description Error response */
|
|
@@ -4785,22 +4927,16 @@ export interface operations {
|
|
|
4785
4927
|
};
|
|
4786
4928
|
};
|
|
4787
4929
|
};
|
|
4788
|
-
|
|
4930
|
+
Coupons_GetCouponByIdForStore: {
|
|
4789
4931
|
parameters: {
|
|
4790
4932
|
query?: never;
|
|
4791
4933
|
header?: never;
|
|
4792
4934
|
path: {
|
|
4793
|
-
|
|
4935
|
+
couponId: components["schemas"]["FlakeId"];
|
|
4794
4936
|
};
|
|
4795
4937
|
cookie?: never;
|
|
4796
4938
|
};
|
|
4797
|
-
requestBody?:
|
|
4798
|
-
content: {
|
|
4799
|
-
"application/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
4800
|
-
"text/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
4801
|
-
"application/*+json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
4802
|
-
};
|
|
4803
|
-
};
|
|
4939
|
+
requestBody?: never;
|
|
4804
4940
|
responses: {
|
|
4805
4941
|
/** @description OK */
|
|
4806
4942
|
200: {
|
|
@@ -4808,7 +4944,16 @@ export interface operations {
|
|
|
4808
4944
|
[name: string]: unknown;
|
|
4809
4945
|
};
|
|
4810
4946
|
content: {
|
|
4811
|
-
"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"];
|
|
4812
4957
|
};
|
|
4813
4958
|
};
|
|
4814
4959
|
/** @description Error response */
|
|
@@ -4822,13 +4967,12 @@ export interface operations {
|
|
|
4822
4967
|
};
|
|
4823
4968
|
};
|
|
4824
4969
|
};
|
|
4825
|
-
|
|
4970
|
+
Coupons_DeleteCouponForStore: {
|
|
4826
4971
|
parameters: {
|
|
4827
4972
|
query?: never;
|
|
4828
4973
|
header?: never;
|
|
4829
4974
|
path: {
|
|
4830
|
-
|
|
4831
|
-
deliveryItemId: components["schemas"]["FlakeId"];
|
|
4975
|
+
couponId: components["schemas"]["FlakeId"];
|
|
4832
4976
|
};
|
|
4833
4977
|
cookie?: never;
|
|
4834
4978
|
};
|
|
@@ -4852,18 +4996,20 @@ export interface operations {
|
|
|
4852
4996
|
};
|
|
4853
4997
|
};
|
|
4854
4998
|
};
|
|
4855
|
-
|
|
4999
|
+
Coupons_UpdateCouponForStore: {
|
|
4856
5000
|
parameters: {
|
|
4857
5001
|
query?: never;
|
|
4858
5002
|
header?: never;
|
|
4859
|
-
path
|
|
5003
|
+
path: {
|
|
5004
|
+
couponId: components["schemas"]["FlakeId"];
|
|
5005
|
+
};
|
|
4860
5006
|
cookie?: never;
|
|
4861
5007
|
};
|
|
4862
5008
|
requestBody?: {
|
|
4863
5009
|
content: {
|
|
4864
|
-
"application/json": components["schemas"]["
|
|
4865
|
-
"text/json": components["schemas"]["
|
|
4866
|
-
"application/*+json": components["schemas"]["
|
|
5010
|
+
"application/json": components["schemas"]["UpdateCouponDto"];
|
|
5011
|
+
"text/json": components["schemas"]["UpdateCouponDto"];
|
|
5012
|
+
"application/*+json": components["schemas"]["UpdateCouponDto"];
|
|
4867
5013
|
};
|
|
4868
5014
|
};
|
|
4869
5015
|
responses: {
|
|
@@ -4873,7 +5019,7 @@ export interface operations {
|
|
|
4873
5019
|
[name: string]: unknown;
|
|
4874
5020
|
};
|
|
4875
5021
|
content: {
|
|
4876
|
-
"application/json": components["schemas"]["
|
|
5022
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4877
5023
|
};
|
|
4878
5024
|
};
|
|
4879
5025
|
/** @description Error response */
|
|
@@ -4887,20 +5033,14 @@ export interface operations {
|
|
|
4887
5033
|
};
|
|
4888
5034
|
};
|
|
4889
5035
|
};
|
|
4890
|
-
|
|
5036
|
+
CustomVariables_GetCustomVariablesForStore: {
|
|
4891
5037
|
parameters: {
|
|
4892
5038
|
query?: never;
|
|
4893
5039
|
header?: never;
|
|
4894
5040
|
path?: never;
|
|
4895
5041
|
cookie?: never;
|
|
4896
5042
|
};
|
|
4897
|
-
requestBody?:
|
|
4898
|
-
content: {
|
|
4899
|
-
"application/json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4900
|
-
"text/json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4901
|
-
"application/*+json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4902
|
-
};
|
|
4903
|
-
};
|
|
5043
|
+
requestBody?: never;
|
|
4904
5044
|
responses: {
|
|
4905
5045
|
/** @description OK */
|
|
4906
5046
|
200: {
|
|
@@ -4908,7 +5048,7 @@ export interface operations {
|
|
|
4908
5048
|
[name: string]: unknown;
|
|
4909
5049
|
};
|
|
4910
5050
|
content: {
|
|
4911
|
-
"application/json": components["schemas"]["
|
|
5051
|
+
"application/json": components["schemas"]["CustomVariableDto"][];
|
|
4912
5052
|
};
|
|
4913
5053
|
};
|
|
4914
5054
|
/** @description Error response */
|
|
@@ -4922,18 +5062,19 @@ export interface operations {
|
|
|
4922
5062
|
};
|
|
4923
5063
|
};
|
|
4924
5064
|
};
|
|
4925
|
-
|
|
5065
|
+
CustomVariables_CreateCustomVariableForStore: {
|
|
4926
5066
|
parameters: {
|
|
4927
5067
|
query?: never;
|
|
4928
5068
|
header?: never;
|
|
4929
5069
|
path?: never;
|
|
4930
5070
|
cookie?: never;
|
|
4931
5071
|
};
|
|
5072
|
+
/** @description The custom variable data to create. */
|
|
4932
5073
|
requestBody?: {
|
|
4933
5074
|
content: {
|
|
4934
|
-
"application/json": components["schemas"]["
|
|
4935
|
-
"text/json": components["schemas"]["
|
|
4936
|
-
"application/*+json": components["schemas"]["
|
|
5075
|
+
"application/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5076
|
+
"text/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5077
|
+
"application/*+json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
4937
5078
|
};
|
|
4938
5079
|
};
|
|
4939
5080
|
responses: {
|
|
@@ -4943,7 +5084,7 @@ export interface operations {
|
|
|
4943
5084
|
[name: string]: unknown;
|
|
4944
5085
|
};
|
|
4945
5086
|
content: {
|
|
4946
|
-
"application/json": components["schemas"]["
|
|
5087
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
4947
5088
|
};
|
|
4948
5089
|
};
|
|
4949
5090
|
/** @description Error response */
|
|
@@ -4957,34 +5098,14 @@ export interface operations {
|
|
|
4957
5098
|
};
|
|
4958
5099
|
};
|
|
4959
5100
|
};
|
|
4960
|
-
|
|
5101
|
+
CustomVariables_GetCustomVariableByIdForStore: {
|
|
4961
5102
|
parameters: {
|
|
4962
|
-
query?:
|
|
4963
|
-
/** @description The maximum number of items to return in a single request. */
|
|
4964
|
-
limit?: number;
|
|
4965
|
-
/**
|
|
4966
|
-
* @description Returns items after the specified ID.
|
|
4967
|
-
* Used for forward pagination through results.
|
|
4968
|
-
* @example null
|
|
4969
|
-
*/
|
|
4970
|
-
after?: components["schemas"]["FlakeId"];
|
|
4971
|
-
/**
|
|
4972
|
-
* @description Returns items before the specified ID.
|
|
4973
|
-
* Used for backward pagination through results.
|
|
4974
|
-
* @example null
|
|
4975
|
-
*/
|
|
4976
|
-
before?: components["schemas"]["FlakeId"];
|
|
4977
|
-
/** @description Determines the sort order of returned items.
|
|
4978
|
-
* When true, items are returned in ascending order.
|
|
4979
|
-
* When false, items are returned in descending order. */
|
|
4980
|
-
asc?: boolean;
|
|
4981
|
-
/** @description Filter by status */
|
|
4982
|
-
status?: components["schemas"]["CouponFilterStatusEnum"];
|
|
4983
|
-
/** @description Filter by creation type of coupons. */
|
|
4984
|
-
type?: components["schemas"]["CouponFilterTypeEnum"];
|
|
4985
|
-
};
|
|
5103
|
+
query?: never;
|
|
4986
5104
|
header?: never;
|
|
4987
|
-
path
|
|
5105
|
+
path: {
|
|
5106
|
+
/** @description The ID of the custom variable to retrieve. */
|
|
5107
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5108
|
+
};
|
|
4988
5109
|
cookie?: never;
|
|
4989
5110
|
};
|
|
4990
5111
|
requestBody?: never;
|
|
@@ -4995,7 +5116,16 @@ export interface operations {
|
|
|
4995
5116
|
[name: string]: unknown;
|
|
4996
5117
|
};
|
|
4997
5118
|
content: {
|
|
4998
|
-
"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"];
|
|
4999
5129
|
};
|
|
5000
5130
|
};
|
|
5001
5131
|
/** @description Error response */
|
|
@@ -5009,29 +5139,24 @@ export interface operations {
|
|
|
5009
5139
|
};
|
|
5010
5140
|
};
|
|
5011
5141
|
};
|
|
5012
|
-
|
|
5142
|
+
CustomVariables_DeleteCustomVariableForStore: {
|
|
5013
5143
|
parameters: {
|
|
5014
5144
|
query?: never;
|
|
5015
5145
|
header?: never;
|
|
5016
|
-
path
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
requestBody?: {
|
|
5020
|
-
content: {
|
|
5021
|
-
"application/json": components["schemas"]["CreateCouponDto"];
|
|
5022
|
-
"text/json": components["schemas"]["CreateCouponDto"];
|
|
5023
|
-
"application/*+json": components["schemas"]["CreateCouponDto"];
|
|
5146
|
+
path: {
|
|
5147
|
+
/** @description The ID of the custom variable to delete. */
|
|
5148
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5024
5149
|
};
|
|
5150
|
+
cookie?: never;
|
|
5025
5151
|
};
|
|
5152
|
+
requestBody?: never;
|
|
5026
5153
|
responses: {
|
|
5027
|
-
/** @description
|
|
5028
|
-
|
|
5154
|
+
/** @description No Content */
|
|
5155
|
+
204: {
|
|
5029
5156
|
headers: {
|
|
5030
5157
|
[name: string]: unknown;
|
|
5031
5158
|
};
|
|
5032
|
-
content
|
|
5033
|
-
"application/json": components["schemas"]["CouponDto"];
|
|
5034
|
-
};
|
|
5159
|
+
content?: never;
|
|
5035
5160
|
};
|
|
5036
5161
|
/** @description Error response */
|
|
5037
5162
|
default: {
|
|
@@ -5044,16 +5169,24 @@ export interface operations {
|
|
|
5044
5169
|
};
|
|
5045
5170
|
};
|
|
5046
5171
|
};
|
|
5047
|
-
|
|
5172
|
+
CustomVariables_UpdateCustomVariableForStore: {
|
|
5048
5173
|
parameters: {
|
|
5049
5174
|
query?: never;
|
|
5050
5175
|
header?: never;
|
|
5051
5176
|
path: {
|
|
5052
|
-
|
|
5177
|
+
/** @description The ID of the custom variable to update. */
|
|
5178
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5053
5179
|
};
|
|
5054
5180
|
cookie?: never;
|
|
5055
5181
|
};
|
|
5056
|
-
|
|
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
|
+
};
|
|
5057
5190
|
responses: {
|
|
5058
5191
|
/** @description OK */
|
|
5059
5192
|
200: {
|
|
@@ -5061,16 +5194,7 @@ export interface operations {
|
|
|
5061
5194
|
[name: string]: unknown;
|
|
5062
5195
|
};
|
|
5063
5196
|
content: {
|
|
5064
|
-
"application/json": components["schemas"]["
|
|
5065
|
-
};
|
|
5066
|
-
};
|
|
5067
|
-
/** @description Not Found */
|
|
5068
|
-
404: {
|
|
5069
|
-
headers: {
|
|
5070
|
-
[name: string]: unknown;
|
|
5071
|
-
};
|
|
5072
|
-
content: {
|
|
5073
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
5197
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
5074
5198
|
};
|
|
5075
5199
|
};
|
|
5076
5200
|
/** @description Error response */
|
|
@@ -5084,23 +5208,43 @@ export interface operations {
|
|
|
5084
5208
|
};
|
|
5085
5209
|
};
|
|
5086
5210
|
};
|
|
5087
|
-
|
|
5211
|
+
Customers_GetCustomers: {
|
|
5088
5212
|
parameters: {
|
|
5089
|
-
query?:
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
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;
|
|
5093
5233
|
};
|
|
5234
|
+
header?: never;
|
|
5235
|
+
path?: never;
|
|
5094
5236
|
cookie?: never;
|
|
5095
5237
|
};
|
|
5096
5238
|
requestBody?: never;
|
|
5097
5239
|
responses: {
|
|
5098
|
-
/** @description
|
|
5099
|
-
|
|
5240
|
+
/** @description OK */
|
|
5241
|
+
200: {
|
|
5100
5242
|
headers: {
|
|
5101
5243
|
[name: string]: unknown;
|
|
5102
5244
|
};
|
|
5103
|
-
content
|
|
5245
|
+
content: {
|
|
5246
|
+
"application/json": components["schemas"]["CustomerDto"][];
|
|
5247
|
+
};
|
|
5104
5248
|
};
|
|
5105
5249
|
/** @description Error response */
|
|
5106
5250
|
default: {
|
|
@@ -5113,20 +5257,18 @@ export interface operations {
|
|
|
5113
5257
|
};
|
|
5114
5258
|
};
|
|
5115
5259
|
};
|
|
5116
|
-
|
|
5260
|
+
Customers_CreateCustomer: {
|
|
5117
5261
|
parameters: {
|
|
5118
5262
|
query?: never;
|
|
5119
5263
|
header?: never;
|
|
5120
|
-
path
|
|
5121
|
-
couponId: components["schemas"]["FlakeId"];
|
|
5122
|
-
};
|
|
5264
|
+
path?: never;
|
|
5123
5265
|
cookie?: never;
|
|
5124
5266
|
};
|
|
5125
5267
|
requestBody?: {
|
|
5126
5268
|
content: {
|
|
5127
|
-
"application/json": components["schemas"]["
|
|
5128
|
-
"text/json": components["schemas"]["
|
|
5129
|
-
"application/*+json": components["schemas"]["
|
|
5269
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5270
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5271
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5130
5272
|
};
|
|
5131
5273
|
};
|
|
5132
5274
|
responses: {
|
|
@@ -5136,7 +5278,7 @@ export interface operations {
|
|
|
5136
5278
|
[name: string]: unknown;
|
|
5137
5279
|
};
|
|
5138
5280
|
content: {
|
|
5139
|
-
"application/json": components["schemas"]["
|
|
5281
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5140
5282
|
};
|
|
5141
5283
|
};
|
|
5142
5284
|
/** @description Error response */
|
|
@@ -5150,11 +5292,14 @@ export interface operations {
|
|
|
5150
5292
|
};
|
|
5151
5293
|
};
|
|
5152
5294
|
};
|
|
5153
|
-
|
|
5295
|
+
Customers_GetCustomerById: {
|
|
5154
5296
|
parameters: {
|
|
5155
5297
|
query?: never;
|
|
5156
5298
|
header?: never;
|
|
5157
|
-
path
|
|
5299
|
+
path: {
|
|
5300
|
+
/** @description The ID of the customer. */
|
|
5301
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5302
|
+
};
|
|
5158
5303
|
cookie?: never;
|
|
5159
5304
|
};
|
|
5160
5305
|
requestBody?: never;
|
|
@@ -5165,7 +5310,7 @@ export interface operations {
|
|
|
5165
5310
|
[name: string]: unknown;
|
|
5166
5311
|
};
|
|
5167
5312
|
content: {
|
|
5168
|
-
"application/json": components["schemas"]["
|
|
5313
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5169
5314
|
};
|
|
5170
5315
|
};
|
|
5171
5316
|
/** @description Error response */
|
|
@@ -5179,19 +5324,20 @@ export interface operations {
|
|
|
5179
5324
|
};
|
|
5180
5325
|
};
|
|
5181
5326
|
};
|
|
5182
|
-
|
|
5327
|
+
Customers_UpdateCustomer: {
|
|
5183
5328
|
parameters: {
|
|
5184
5329
|
query?: never;
|
|
5185
5330
|
header?: never;
|
|
5186
|
-
path
|
|
5331
|
+
path: {
|
|
5332
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5333
|
+
};
|
|
5187
5334
|
cookie?: never;
|
|
5188
5335
|
};
|
|
5189
|
-
/** @description The custom variable data to create. */
|
|
5190
5336
|
requestBody?: {
|
|
5191
5337
|
content: {
|
|
5192
|
-
"application/json": components["schemas"]["
|
|
5193
|
-
"text/json": components["schemas"]["
|
|
5194
|
-
"application/*+json": components["schemas"]["
|
|
5338
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5339
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5340
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5195
5341
|
};
|
|
5196
5342
|
};
|
|
5197
5343
|
responses: {
|
|
@@ -5201,7 +5347,7 @@ export interface operations {
|
|
|
5201
5347
|
[name: string]: unknown;
|
|
5202
5348
|
};
|
|
5203
5349
|
content: {
|
|
5204
|
-
"application/json": components["schemas"]["
|
|
5350
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5205
5351
|
};
|
|
5206
5352
|
};
|
|
5207
5353
|
/** @description Error response */
|
|
@@ -5215,13 +5361,13 @@ export interface operations {
|
|
|
5215
5361
|
};
|
|
5216
5362
|
};
|
|
5217
5363
|
};
|
|
5218
|
-
|
|
5364
|
+
Customers_CreateCustomerToken: {
|
|
5219
5365
|
parameters: {
|
|
5220
5366
|
query?: never;
|
|
5221
5367
|
header?: never;
|
|
5222
5368
|
path: {
|
|
5223
|
-
/** @description The ID of the
|
|
5224
|
-
|
|
5369
|
+
/** @description The ID of the customer to generate the customer token for. */
|
|
5370
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5225
5371
|
};
|
|
5226
5372
|
cookie?: never;
|
|
5227
5373
|
};
|
|
@@ -5233,11 +5379,11 @@ export interface operations {
|
|
|
5233
5379
|
[name: string]: unknown;
|
|
5234
5380
|
};
|
|
5235
5381
|
content: {
|
|
5236
|
-
"application/json": components["schemas"]["
|
|
5382
|
+
"application/json": components["schemas"]["CustomerTokenResponseDto"];
|
|
5237
5383
|
};
|
|
5238
5384
|
};
|
|
5239
|
-
/** @description
|
|
5240
|
-
|
|
5385
|
+
/** @description Error response */
|
|
5386
|
+
default: {
|
|
5241
5387
|
headers: {
|
|
5242
5388
|
[name: string]: unknown;
|
|
5243
5389
|
};
|
|
@@ -5245,6 +5391,27 @@ export interface operations {
|
|
|
5245
5391
|
"application/json": components["schemas"]["PayNowError"];
|
|
5246
5392
|
};
|
|
5247
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
|
+
};
|
|
5248
5415
|
/** @description Error response */
|
|
5249
5416
|
default: {
|
|
5250
5417
|
headers: {
|
|
@@ -5256,24 +5423,39 @@ export interface operations {
|
|
|
5256
5423
|
};
|
|
5257
5424
|
};
|
|
5258
5425
|
};
|
|
5259
|
-
|
|
5426
|
+
Customers_LookupCustomer: {
|
|
5260
5427
|
parameters: {
|
|
5261
|
-
query?:
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
/** @description
|
|
5265
|
-
|
|
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;
|
|
5266
5444
|
};
|
|
5445
|
+
header?: never;
|
|
5446
|
+
path?: never;
|
|
5267
5447
|
cookie?: never;
|
|
5268
5448
|
};
|
|
5269
5449
|
requestBody?: never;
|
|
5270
5450
|
responses: {
|
|
5271
|
-
/** @description
|
|
5272
|
-
|
|
5451
|
+
/** @description OK */
|
|
5452
|
+
200: {
|
|
5273
5453
|
headers: {
|
|
5274
5454
|
[name: string]: unknown;
|
|
5275
5455
|
};
|
|
5276
|
-
content
|
|
5456
|
+
content: {
|
|
5457
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5458
|
+
};
|
|
5277
5459
|
};
|
|
5278
5460
|
/** @description Error response */
|
|
5279
5461
|
default: {
|
|
@@ -5286,22 +5468,18 @@ export interface operations {
|
|
|
5286
5468
|
};
|
|
5287
5469
|
};
|
|
5288
5470
|
};
|
|
5289
|
-
|
|
5471
|
+
Customers_BulkCreateCustomers: {
|
|
5290
5472
|
parameters: {
|
|
5291
5473
|
query?: never;
|
|
5292
5474
|
header?: never;
|
|
5293
|
-
path
|
|
5294
|
-
/** @description The ID of the custom variable to update. */
|
|
5295
|
-
customVariableId: components["schemas"]["FlakeId"];
|
|
5296
|
-
};
|
|
5475
|
+
path?: never;
|
|
5297
5476
|
cookie?: never;
|
|
5298
5477
|
};
|
|
5299
|
-
/** @description The custom variable data to update with field mask. */
|
|
5300
5478
|
requestBody?: {
|
|
5301
5479
|
content: {
|
|
5302
|
-
"application/json": components["schemas"]["
|
|
5303
|
-
"text/json": components["schemas"]["
|
|
5304
|
-
"application/*+json": components["schemas"]["
|
|
5480
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5481
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5482
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5305
5483
|
};
|
|
5306
5484
|
};
|
|
5307
5485
|
responses: {
|
|
@@ -5311,7 +5489,7 @@ export interface operations {
|
|
|
5311
5489
|
[name: string]: unknown;
|
|
5312
5490
|
};
|
|
5313
5491
|
content: {
|
|
5314
|
-
"application/json": components["schemas"]["
|
|
5492
|
+
"application/json": components["schemas"]["CustomerDto"][];
|
|
5315
5493
|
};
|
|
5316
5494
|
};
|
|
5317
5495
|
/** @description Error response */
|
|
@@ -5325,7 +5503,7 @@ export interface operations {
|
|
|
5325
5503
|
};
|
|
5326
5504
|
};
|
|
5327
5505
|
};
|
|
5328
|
-
|
|
5506
|
+
DataMigrations_GetDataMigrations: {
|
|
5329
5507
|
parameters: {
|
|
5330
5508
|
query?: {
|
|
5331
5509
|
/** @description The maximum number of items to return in a single request. */
|
|
@@ -5346,7 +5524,6 @@ export interface operations {
|
|
|
5346
5524
|
* When true, items are returned in ascending order.
|
|
5347
5525
|
* When false, items are returned in descending order. */
|
|
5348
5526
|
asc?: boolean;
|
|
5349
|
-
search?: string;
|
|
5350
5527
|
};
|
|
5351
5528
|
header?: never;
|
|
5352
5529
|
path?: never;
|
|
@@ -5360,7 +5537,7 @@ export interface operations {
|
|
|
5360
5537
|
[name: string]: unknown;
|
|
5361
5538
|
};
|
|
5362
5539
|
content: {
|
|
5363
|
-
"application/json": components["schemas"]["
|
|
5540
|
+
"application/json": components["schemas"]["DataMigrationTaskDto"][];
|
|
5364
5541
|
};
|
|
5365
5542
|
};
|
|
5366
5543
|
/** @description Error response */
|
|
@@ -5374,7 +5551,7 @@ export interface operations {
|
|
|
5374
5551
|
};
|
|
5375
5552
|
};
|
|
5376
5553
|
};
|
|
5377
|
-
|
|
5554
|
+
DataMigrations_StartDataMigrationFromTebex: {
|
|
5378
5555
|
parameters: {
|
|
5379
5556
|
query?: never;
|
|
5380
5557
|
header?: never;
|
|
@@ -5383,9 +5560,9 @@ export interface operations {
|
|
|
5383
5560
|
};
|
|
5384
5561
|
requestBody?: {
|
|
5385
5562
|
content: {
|
|
5386
|
-
"application/json": components["schemas"]["
|
|
5387
|
-
"text/json": components["schemas"]["
|
|
5388
|
-
"application/*+json": components["schemas"]["
|
|
5563
|
+
"application/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5564
|
+
"text/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5565
|
+
"application/*+json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5389
5566
|
};
|
|
5390
5567
|
};
|
|
5391
5568
|
responses: {
|
|
@@ -5395,7 +5572,7 @@ export interface operations {
|
|
|
5395
5572
|
[name: string]: unknown;
|
|
5396
5573
|
};
|
|
5397
5574
|
content: {
|
|
5398
|
-
"application/json": components["schemas"]["
|
|
5575
|
+
"application/json": components["schemas"]["DataMigrationTaskDto"][];
|
|
5399
5576
|
};
|
|
5400
5577
|
};
|
|
5401
5578
|
/** @description Error response */
|
|
@@ -5409,13 +5586,13 @@ export interface operations {
|
|
|
5409
5586
|
};
|
|
5410
5587
|
};
|
|
5411
5588
|
};
|
|
5412
|
-
|
|
5589
|
+
Delivery_GetOrderDeliveryItems: {
|
|
5413
5590
|
parameters: {
|
|
5414
5591
|
query?: never;
|
|
5415
5592
|
header?: never;
|
|
5416
5593
|
path: {
|
|
5417
|
-
/** @description The ID of the
|
|
5418
|
-
|
|
5594
|
+
/** @description The ID of the order to retrieve delivery items from. */
|
|
5595
|
+
orderId: components["schemas"]["FlakeId"];
|
|
5419
5596
|
};
|
|
5420
5597
|
cookie?: never;
|
|
5421
5598
|
};
|
|
@@ -5427,7 +5604,77 @@ export interface operations {
|
|
|
5427
5604
|
[name: string]: unknown;
|
|
5428
5605
|
};
|
|
5429
5606
|
content: {
|
|
5430
|
-
"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"];
|
|
5431
5678
|
};
|
|
5432
5679
|
};
|
|
5433
5680
|
/** @description Error response */
|
|
@@ -5441,20 +5688,18 @@ export interface operations {
|
|
|
5441
5688
|
};
|
|
5442
5689
|
};
|
|
5443
5690
|
};
|
|
5444
|
-
|
|
5691
|
+
Delivery_UpdateDeliveryItemProductVersions: {
|
|
5445
5692
|
parameters: {
|
|
5446
5693
|
query?: never;
|
|
5447
5694
|
header?: never;
|
|
5448
|
-
path
|
|
5449
|
-
customerId: components["schemas"]["FlakeId"];
|
|
5450
|
-
};
|
|
5695
|
+
path?: never;
|
|
5451
5696
|
cookie?: never;
|
|
5452
5697
|
};
|
|
5453
5698
|
requestBody?: {
|
|
5454
5699
|
content: {
|
|
5455
|
-
"application/json": components["schemas"]["
|
|
5456
|
-
"text/json": components["schemas"]["
|
|
5457
|
-
"application/*+json": components["schemas"]["
|
|
5700
|
+
"application/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5701
|
+
"text/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5702
|
+
"application/*+json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5458
5703
|
};
|
|
5459
5704
|
};
|
|
5460
5705
|
responses: {
|
|
@@ -5464,7 +5709,7 @@ export interface operations {
|
|
|
5464
5709
|
[name: string]: unknown;
|
|
5465
5710
|
};
|
|
5466
5711
|
content: {
|
|
5467
|
-
"application/json": components["schemas"]["
|
|
5712
|
+
"application/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5468
5713
|
};
|
|
5469
5714
|
};
|
|
5470
5715
|
/** @description Error response */
|
|
@@ -5478,12 +5723,30 @@ export interface operations {
|
|
|
5478
5723
|
};
|
|
5479
5724
|
};
|
|
5480
5725
|
};
|
|
5481
|
-
|
|
5726
|
+
Delivery_GetDeliveryItems: {
|
|
5482
5727
|
parameters: {
|
|
5483
|
-
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
|
+
};
|
|
5484
5748
|
header?: never;
|
|
5485
5749
|
path: {
|
|
5486
|
-
/** @description The ID of the customer to generate the customer token for. */
|
|
5487
5750
|
customerId: components["schemas"]["FlakeId"];
|
|
5488
5751
|
};
|
|
5489
5752
|
cookie?: never;
|
|
@@ -5496,7 +5759,7 @@ export interface operations {
|
|
|
5496
5759
|
[name: string]: unknown;
|
|
5497
5760
|
};
|
|
5498
5761
|
content: {
|
|
5499
|
-
"application/json": components["schemas"]["
|
|
5762
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5500
5763
|
};
|
|
5501
5764
|
};
|
|
5502
5765
|
/** @description Error response */
|
|
@@ -5510,60 +5773,22 @@ export interface operations {
|
|
|
5510
5773
|
};
|
|
5511
5774
|
};
|
|
5512
5775
|
};
|
|
5513
|
-
|
|
5776
|
+
Delivery_AssignDeliveryItem: {
|
|
5514
5777
|
parameters: {
|
|
5515
5778
|
query?: never;
|
|
5516
5779
|
header?: never;
|
|
5517
5780
|
path: {
|
|
5518
|
-
/** @description The ID of the customer to invalidate the customer tokens for. */
|
|
5519
5781
|
customerId: components["schemas"]["FlakeId"];
|
|
5520
5782
|
};
|
|
5521
5783
|
cookie?: never;
|
|
5522
5784
|
};
|
|
5523
|
-
requestBody?:
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
[name: string]: unknown;
|
|
5529
|
-
};
|
|
5530
|
-
content?: never;
|
|
5531
|
-
};
|
|
5532
|
-
/** @description Error response */
|
|
5533
|
-
default: {
|
|
5534
|
-
headers: {
|
|
5535
|
-
[name: string]: unknown;
|
|
5536
|
-
};
|
|
5537
|
-
content: {
|
|
5538
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
5539
|
-
};
|
|
5540
|
-
};
|
|
5541
|
-
};
|
|
5542
|
-
};
|
|
5543
|
-
Customers_LookupCustomer: {
|
|
5544
|
-
parameters: {
|
|
5545
|
-
query?: {
|
|
5546
|
-
/** @description Looks up customer by PayNow Customer ID. */
|
|
5547
|
-
id?: string;
|
|
5548
|
-
/** @description Looks up customer by Steam ID 64. */
|
|
5549
|
-
steam_id?: components["schemas"]["SteamId"];
|
|
5550
|
-
/** @description Looks up customer by a Minecraft UUID. */
|
|
5551
|
-
minecraft_uuid?: string;
|
|
5552
|
-
/** @description Looks up customer by an Xbox XUID. */
|
|
5553
|
-
xbox_xuid?: string;
|
|
5554
|
-
/** @description Looks up customer by Minecraft Java name. */
|
|
5555
|
-
minecraft_java_name?: string;
|
|
5556
|
-
/** @description Looks up customer by Minecraft Bedrock name. */
|
|
5557
|
-
minecraft_bedrock_name?: string;
|
|
5558
|
-
/** @description Looks up customer by a PayNow Customer Name.
|
|
5559
|
-
* Name has to be explicitly set in the Customer entity - profile names won't be matched. */
|
|
5560
|
-
name?: string;
|
|
5785
|
+
requestBody?: {
|
|
5786
|
+
content: {
|
|
5787
|
+
"application/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5788
|
+
"text/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5789
|
+
"application/*+json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5561
5790
|
};
|
|
5562
|
-
header?: never;
|
|
5563
|
-
path?: never;
|
|
5564
|
-
cookie?: never;
|
|
5565
5791
|
};
|
|
5566
|
-
requestBody?: never;
|
|
5567
5792
|
responses: {
|
|
5568
5793
|
/** @description OK */
|
|
5569
5794
|
200: {
|
|
@@ -5571,7 +5796,7 @@ export interface operations {
|
|
|
5571
5796
|
[name: string]: unknown;
|
|
5572
5797
|
};
|
|
5573
5798
|
content: {
|
|
5574
|
-
"application/json": components["schemas"]["
|
|
5799
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5575
5800
|
};
|
|
5576
5801
|
};
|
|
5577
5802
|
/** @description Error response */
|
|
@@ -5585,29 +5810,24 @@ export interface operations {
|
|
|
5585
5810
|
};
|
|
5586
5811
|
};
|
|
5587
5812
|
};
|
|
5588
|
-
|
|
5813
|
+
Delivery_RevokeDeliveryItem: {
|
|
5589
5814
|
parameters: {
|
|
5590
5815
|
query?: never;
|
|
5591
5816
|
header?: never;
|
|
5592
|
-
path
|
|
5593
|
-
|
|
5594
|
-
|
|
5595
|
-
requestBody?: {
|
|
5596
|
-
content: {
|
|
5597
|
-
"application/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5598
|
-
"text/json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5599
|
-
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"][];
|
|
5817
|
+
path: {
|
|
5818
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5819
|
+
deliveryItemId: components["schemas"]["FlakeId"];
|
|
5600
5820
|
};
|
|
5821
|
+
cookie?: never;
|
|
5601
5822
|
};
|
|
5823
|
+
requestBody?: never;
|
|
5602
5824
|
responses: {
|
|
5603
|
-
/** @description
|
|
5604
|
-
|
|
5825
|
+
/** @description No Content */
|
|
5826
|
+
204: {
|
|
5605
5827
|
headers: {
|
|
5606
5828
|
[name: string]: unknown;
|
|
5607
5829
|
};
|
|
5608
|
-
content
|
|
5609
|
-
"application/json": components["schemas"]["CustomerDto"][];
|
|
5610
|
-
};
|
|
5830
|
+
content?: never;
|
|
5611
5831
|
};
|
|
5612
5832
|
/** @description Error response */
|
|
5613
5833
|
default: {
|
|
@@ -5620,7 +5840,7 @@ export interface operations {
|
|
|
5620
5840
|
};
|
|
5621
5841
|
};
|
|
5622
5842
|
};
|
|
5623
|
-
|
|
5843
|
+
Delivery_GetCommandAttempts: {
|
|
5624
5844
|
parameters: {
|
|
5625
5845
|
query?: {
|
|
5626
5846
|
/** @description The maximum number of items to return in a single request. */
|
|
@@ -5643,45 +5863,12 @@ export interface operations {
|
|
|
5643
5863
|
asc?: boolean;
|
|
5644
5864
|
};
|
|
5645
5865
|
header?: never;
|
|
5646
|
-
path
|
|
5647
|
-
|
|
5648
|
-
};
|
|
5649
|
-
requestBody?: never;
|
|
5650
|
-
responses: {
|
|
5651
|
-
/** @description OK */
|
|
5652
|
-
200: {
|
|
5653
|
-
headers: {
|
|
5654
|
-
[name: string]: unknown;
|
|
5655
|
-
};
|
|
5656
|
-
content: {
|
|
5657
|
-
"application/json": components["schemas"]["DataMigrationTaskDto"][];
|
|
5658
|
-
};
|
|
5659
|
-
};
|
|
5660
|
-
/** @description Error response */
|
|
5661
|
-
default: {
|
|
5662
|
-
headers: {
|
|
5663
|
-
[name: string]: unknown;
|
|
5664
|
-
};
|
|
5665
|
-
content: {
|
|
5666
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
5667
|
-
};
|
|
5866
|
+
path: {
|
|
5867
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5668
5868
|
};
|
|
5669
|
-
};
|
|
5670
|
-
};
|
|
5671
|
-
DataMigrations_StartDataMigrationFromTebex: {
|
|
5672
|
-
parameters: {
|
|
5673
|
-
query?: never;
|
|
5674
|
-
header?: never;
|
|
5675
|
-
path?: never;
|
|
5676
5869
|
cookie?: never;
|
|
5677
5870
|
};
|
|
5678
|
-
requestBody?:
|
|
5679
|
-
content: {
|
|
5680
|
-
"application/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5681
|
-
"text/json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5682
|
-
"application/*+json": components["schemas"]["StartDataMigrationFromTebexRequestDto"];
|
|
5683
|
-
};
|
|
5684
|
-
};
|
|
5871
|
+
requestBody?: never;
|
|
5685
5872
|
responses: {
|
|
5686
5873
|
/** @description OK */
|
|
5687
5874
|
200: {
|
|
@@ -5689,7 +5876,7 @@ export interface operations {
|
|
|
5689
5876
|
[name: string]: unknown;
|
|
5690
5877
|
};
|
|
5691
5878
|
content: {
|
|
5692
|
-
"application/json": components["schemas"]["
|
|
5879
|
+
"application/json": components["schemas"]["CommandAttemptDto"][];
|
|
5693
5880
|
};
|
|
5694
5881
|
};
|
|
5695
5882
|
/** @description Error response */
|
|
@@ -5703,12 +5890,12 @@ export interface operations {
|
|
|
5703
5890
|
};
|
|
5704
5891
|
};
|
|
5705
5892
|
};
|
|
5706
|
-
|
|
5893
|
+
Delivery_ResendDeliveryCommandsForGameServer: {
|
|
5707
5894
|
parameters: {
|
|
5708
5895
|
query?: never;
|
|
5709
5896
|
header?: never;
|
|
5710
5897
|
path: {
|
|
5711
|
-
|
|
5898
|
+
gameServerId: components["schemas"]["FlakeId"];
|
|
5712
5899
|
};
|
|
5713
5900
|
cookie?: never;
|
|
5714
5901
|
};
|
|
@@ -8395,83 +8582,6 @@ export interface operations {
|
|
|
8395
8582
|
};
|
|
8396
8583
|
};
|
|
8397
8584
|
};
|
|
8398
|
-
Trust_GetStoreOnboardingStatus: {
|
|
8399
|
-
parameters: {
|
|
8400
|
-
query?: never;
|
|
8401
|
-
header?: never;
|
|
8402
|
-
path?: never;
|
|
8403
|
-
cookie?: never;
|
|
8404
|
-
};
|
|
8405
|
-
requestBody?: never;
|
|
8406
|
-
responses: {
|
|
8407
|
-
/** @description OK */
|
|
8408
|
-
200: {
|
|
8409
|
-
headers: {
|
|
8410
|
-
[name: string]: unknown;
|
|
8411
|
-
};
|
|
8412
|
-
content: {
|
|
8413
|
-
"application/json": components["schemas"]["TrustStoreOnboardingDto"];
|
|
8414
|
-
};
|
|
8415
|
-
};
|
|
8416
|
-
/** @description Error response */
|
|
8417
|
-
default: {
|
|
8418
|
-
headers: {
|
|
8419
|
-
[name: string]: unknown;
|
|
8420
|
-
};
|
|
8421
|
-
content: {
|
|
8422
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
8423
|
-
};
|
|
8424
|
-
};
|
|
8425
|
-
};
|
|
8426
|
-
};
|
|
8427
|
-
Trust_GetStoreTrustRequirements: {
|
|
8428
|
-
parameters: {
|
|
8429
|
-
query?: {
|
|
8430
|
-
/** @description The maximum number of items to return in a single request. */
|
|
8431
|
-
limit?: number;
|
|
8432
|
-
/**
|
|
8433
|
-
* @description Returns items after the specified ID.
|
|
8434
|
-
* Used for forward pagination through results.
|
|
8435
|
-
* @example null
|
|
8436
|
-
*/
|
|
8437
|
-
after?: components["schemas"]["FlakeId"];
|
|
8438
|
-
/**
|
|
8439
|
-
* @description Returns items before the specified ID.
|
|
8440
|
-
* Used for backward pagination through results.
|
|
8441
|
-
* @example null
|
|
8442
|
-
*/
|
|
8443
|
-
before?: components["schemas"]["FlakeId"];
|
|
8444
|
-
/** @description Determines the sort order of returned items.
|
|
8445
|
-
* When true, items are returned in ascending order.
|
|
8446
|
-
* When false, items are returned in descending order. */
|
|
8447
|
-
asc?: boolean;
|
|
8448
|
-
};
|
|
8449
|
-
header?: never;
|
|
8450
|
-
path?: never;
|
|
8451
|
-
cookie?: never;
|
|
8452
|
-
};
|
|
8453
|
-
requestBody?: never;
|
|
8454
|
-
responses: {
|
|
8455
|
-
/** @description OK */
|
|
8456
|
-
200: {
|
|
8457
|
-
headers: {
|
|
8458
|
-
[name: string]: unknown;
|
|
8459
|
-
};
|
|
8460
|
-
content: {
|
|
8461
|
-
"application/json": components["schemas"]["TrustStoreRequirementDto"][];
|
|
8462
|
-
};
|
|
8463
|
-
};
|
|
8464
|
-
/** @description Error response */
|
|
8465
|
-
default: {
|
|
8466
|
-
headers: {
|
|
8467
|
-
[name: string]: unknown;
|
|
8468
|
-
};
|
|
8469
|
-
content: {
|
|
8470
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
8471
|
-
};
|
|
8472
|
-
};
|
|
8473
|
-
};
|
|
8474
|
-
};
|
|
8475
8585
|
Webhooks_GetSubscriptions: {
|
|
8476
8586
|
parameters: {
|
|
8477
8587
|
query?: never;
|
|
@@ -8715,34 +8825,6 @@ export declare const operationMappings: {
|
|
|
8715
8825
|
readonly method: "POST";
|
|
8716
8826
|
readonly path: "/v1/stores/{storeId}/checkouts";
|
|
8717
8827
|
};
|
|
8718
|
-
readonly CommandDelivery_GetOrderDeliveryItems: {
|
|
8719
|
-
readonly method: "GET";
|
|
8720
|
-
readonly path: "/v1/stores/{storeId}/orders/{orderId}/command-delivery";
|
|
8721
|
-
};
|
|
8722
|
-
readonly CommandDelivery_GetDeliveryItems: {
|
|
8723
|
-
readonly method: "GET";
|
|
8724
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/command-delivery";
|
|
8725
|
-
};
|
|
8726
|
-
readonly CommandDelivery_AssignDeliveryItem: {
|
|
8727
|
-
readonly method: "POST";
|
|
8728
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/command-delivery";
|
|
8729
|
-
};
|
|
8730
|
-
readonly CommandDelivery_RevokeDeliveryItem: {
|
|
8731
|
-
readonly method: "DELETE";
|
|
8732
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/command-delivery/{deliveryItemId}";
|
|
8733
|
-
};
|
|
8734
|
-
readonly CommandDelivery_AssignDeliveryItemsBulk: {
|
|
8735
|
-
readonly method: "POST";
|
|
8736
|
-
readonly path: "/v1/stores/{storeId}/command-delivery";
|
|
8737
|
-
};
|
|
8738
|
-
readonly CommandDelivery_UpdateInventoryItemProductVersion: {
|
|
8739
|
-
readonly method: "POST";
|
|
8740
|
-
readonly path: "/v1/stores/{storeId}/command-delivery/inventory-item/update-product-versions";
|
|
8741
|
-
};
|
|
8742
|
-
readonly CommandDelivery_UnqueueCommands: {
|
|
8743
|
-
readonly method: "POST";
|
|
8744
|
-
readonly path: "/v1/stores/{storeId}/command-delivery/unqueue";
|
|
8745
|
-
};
|
|
8746
8828
|
readonly Coupons_CreateCouponForStore: {
|
|
8747
8829
|
readonly method: "POST";
|
|
8748
8830
|
readonly path: "/v1/stores/{storeId}/coupons";
|
|
@@ -8823,9 +8905,41 @@ export declare const operationMappings: {
|
|
|
8823
8905
|
readonly method: "POST";
|
|
8824
8906
|
readonly path: "/v1/stores/{storeId}/data-migrations/tebex";
|
|
8825
8907
|
};
|
|
8826
|
-
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: {
|
|
8827
8917
|
readonly method: "POST";
|
|
8828
|
-
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";
|
|
8829
8943
|
};
|
|
8830
8944
|
readonly Discord_GetActions: {
|
|
8831
8945
|
readonly method: "GET";
|
|
@@ -9139,14 +9253,6 @@ export declare const operationMappings: {
|
|
|
9139
9253
|
readonly method: "GET";
|
|
9140
9254
|
readonly path: "/v1/stores/{storeId}/trials/{trialId}";
|
|
9141
9255
|
};
|
|
9142
|
-
readonly Trust_GetStoreOnboardingStatus: {
|
|
9143
|
-
readonly method: "GET";
|
|
9144
|
-
readonly path: "/v1/stores/{storeId}/trust/onboarding/status";
|
|
9145
|
-
};
|
|
9146
|
-
readonly Trust_GetStoreTrustRequirements: {
|
|
9147
|
-
readonly method: "GET";
|
|
9148
|
-
readonly path: "/v1/stores/{storeId}/trust/requirements";
|
|
9149
|
-
};
|
|
9150
9256
|
readonly Webhooks_GetSubscriptions: {
|
|
9151
9257
|
readonly method: "GET";
|
|
9152
9258
|
readonly path: "/v1/stores/{storeId}/webhooks";
|