@paynow-gg/typescript-sdk 1.0.12 → 1.0.14
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 +778 -672
- package/dist/generated/management.d.ts.map +1 -1
- package/dist/generated/management.js +43 -47
- 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
|
/**
|
|
@@ -1315,79 +1416,79 @@ export interface paths {
|
|
|
1315
1416
|
patch?: never;
|
|
1316
1417
|
trace?: never;
|
|
1317
1418
|
};
|
|
1318
|
-
"/v1/stores/{storeId}/
|
|
1419
|
+
"/v1/stores/{storeId}/trials": {
|
|
1319
1420
|
parameters: {
|
|
1320
1421
|
query?: never;
|
|
1321
1422
|
header?: never;
|
|
1322
1423
|
path?: never;
|
|
1323
1424
|
cookie?: never;
|
|
1324
1425
|
};
|
|
1325
|
-
/**
|
|
1326
|
-
|
|
1327
|
-
* @description Retrieves all trial eligibility overrides for the specified customer.
|
|
1328
|
-
*/
|
|
1329
|
-
get: operations["TrialEligibility_GetOverrides"];
|
|
1426
|
+
/** Get trials for a store */
|
|
1427
|
+
get: operations["Trials_GetTrials"];
|
|
1330
1428
|
put?: never;
|
|
1331
|
-
|
|
1332
|
-
* Create trial eligibility override
|
|
1333
|
-
* @description Creates a new trial eligibility override for the specified customer.
|
|
1334
|
-
*/
|
|
1335
|
-
post: operations["TrialEligibility_CreateOverride"];
|
|
1429
|
+
post?: never;
|
|
1336
1430
|
delete?: never;
|
|
1337
1431
|
options?: never;
|
|
1338
1432
|
head?: never;
|
|
1339
1433
|
patch?: never;
|
|
1340
1434
|
trace?: never;
|
|
1341
1435
|
};
|
|
1342
|
-
"/v1/stores/{storeId}/
|
|
1436
|
+
"/v1/stores/{storeId}/trials/{trialId}": {
|
|
1343
1437
|
parameters: {
|
|
1344
1438
|
query?: never;
|
|
1345
1439
|
header?: never;
|
|
1346
1440
|
path?: never;
|
|
1347
1441
|
cookie?: never;
|
|
1348
1442
|
};
|
|
1349
|
-
|
|
1443
|
+
/** Get a trial by ID for a store */
|
|
1444
|
+
get: operations["Trials_GetTrial"];
|
|
1350
1445
|
put?: never;
|
|
1351
1446
|
post?: never;
|
|
1352
|
-
|
|
1353
|
-
* Delete trial eligibility override
|
|
1354
|
-
* @description Deletes an existing trial eligibility override.
|
|
1355
|
-
*/
|
|
1356
|
-
delete: operations["TrialEligibility_DeleteOverride"];
|
|
1447
|
+
delete?: never;
|
|
1357
1448
|
options?: never;
|
|
1358
1449
|
head?: never;
|
|
1359
1450
|
patch?: never;
|
|
1360
1451
|
trace?: never;
|
|
1361
1452
|
};
|
|
1362
|
-
"/v1/stores/{storeId}/trials": {
|
|
1453
|
+
"/v1/stores/{storeId}/customers/{customerId}/trials/eligibility/overrides": {
|
|
1363
1454
|
parameters: {
|
|
1364
1455
|
query?: never;
|
|
1365
1456
|
header?: never;
|
|
1366
1457
|
path?: never;
|
|
1367
1458
|
cookie?: never;
|
|
1368
1459
|
};
|
|
1369
|
-
/**
|
|
1370
|
-
|
|
1460
|
+
/**
|
|
1461
|
+
* Get trial eligibility overrides for a specific customer
|
|
1462
|
+
* @description Retrieves all trial eligibility overrides for the specified customer.
|
|
1463
|
+
*/
|
|
1464
|
+
get: operations["Trials_GetOverrides"];
|
|
1371
1465
|
put?: never;
|
|
1372
|
-
|
|
1466
|
+
/**
|
|
1467
|
+
* Create trial eligibility override for a customer
|
|
1468
|
+
* @description Creates a new trial eligibility override for the specified customer.
|
|
1469
|
+
*/
|
|
1470
|
+
post: operations["Trials_CreateOverride"];
|
|
1373
1471
|
delete?: never;
|
|
1374
1472
|
options?: never;
|
|
1375
1473
|
head?: never;
|
|
1376
1474
|
patch?: never;
|
|
1377
1475
|
trace?: never;
|
|
1378
1476
|
};
|
|
1379
|
-
"/v1/stores/{storeId}/trials/{
|
|
1477
|
+
"/v1/stores/{storeId}/customers/{customerId}/trials/eligibility/overrides/{trialEligibilityOverrideId}": {
|
|
1380
1478
|
parameters: {
|
|
1381
1479
|
query?: never;
|
|
1382
1480
|
header?: never;
|
|
1383
1481
|
path?: never;
|
|
1384
1482
|
cookie?: never;
|
|
1385
1483
|
};
|
|
1386
|
-
|
|
1387
|
-
get: operations["Trials_GetTrial"];
|
|
1484
|
+
get?: never;
|
|
1388
1485
|
put?: never;
|
|
1389
1486
|
post?: never;
|
|
1390
|
-
|
|
1487
|
+
/**
|
|
1488
|
+
* Delete trial eligibility override for a customer
|
|
1489
|
+
* @description Deletes an existing trial eligibility override.
|
|
1490
|
+
*/
|
|
1491
|
+
delete: operations["Trials_DeleteOverride"];
|
|
1391
1492
|
options?: never;
|
|
1392
1493
|
head?: never;
|
|
1393
1494
|
patch?: never;
|
|
@@ -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,39 +4840,7 @@ export interface operations {
|
|
|
4703
4840
|
};
|
|
4704
4841
|
};
|
|
4705
4842
|
};
|
|
4706
|
-
|
|
4707
|
-
parameters: {
|
|
4708
|
-
query?: never;
|
|
4709
|
-
header?: never;
|
|
4710
|
-
path: {
|
|
4711
|
-
/** @description The ID of the order to retrieve delivery items from. */
|
|
4712
|
-
orderId: components["schemas"]["FlakeId"];
|
|
4713
|
-
};
|
|
4714
|
-
cookie?: never;
|
|
4715
|
-
};
|
|
4716
|
-
requestBody?: never;
|
|
4717
|
-
responses: {
|
|
4718
|
-
/** @description OK */
|
|
4719
|
-
200: {
|
|
4720
|
-
headers: {
|
|
4721
|
-
[name: string]: unknown;
|
|
4722
|
-
};
|
|
4723
|
-
content: {
|
|
4724
|
-
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
4725
|
-
};
|
|
4726
|
-
};
|
|
4727
|
-
/** @description Error response */
|
|
4728
|
-
default: {
|
|
4729
|
-
headers: {
|
|
4730
|
-
[name: string]: unknown;
|
|
4731
|
-
};
|
|
4732
|
-
content: {
|
|
4733
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
4734
|
-
};
|
|
4735
|
-
};
|
|
4736
|
-
};
|
|
4737
|
-
};
|
|
4738
|
-
CommandDelivery_GetDeliveryItems: {
|
|
4843
|
+
Coupons_GetCouponsForStore: {
|
|
4739
4844
|
parameters: {
|
|
4740
4845
|
query?: {
|
|
4741
4846
|
/** @description The maximum number of items to return in a single request. */
|
|
@@ -4756,11 +4861,13 @@ export interface operations {
|
|
|
4756
4861
|
* When true, items are returned in ascending order.
|
|
4757
4862
|
* When false, items are returned in descending order. */
|
|
4758
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"];
|
|
4759
4868
|
};
|
|
4760
4869
|
header?: never;
|
|
4761
|
-
path
|
|
4762
|
-
customerId: components["schemas"]["FlakeId"];
|
|
4763
|
-
};
|
|
4870
|
+
path?: never;
|
|
4764
4871
|
cookie?: never;
|
|
4765
4872
|
};
|
|
4766
4873
|
requestBody?: never;
|
|
@@ -4771,7 +4878,7 @@ export interface operations {
|
|
|
4771
4878
|
[name: string]: unknown;
|
|
4772
4879
|
};
|
|
4773
4880
|
content: {
|
|
4774
|
-
"application/json": components["schemas"]["
|
|
4881
|
+
"application/json": components["schemas"]["CouponDto"][];
|
|
4775
4882
|
};
|
|
4776
4883
|
};
|
|
4777
4884
|
/** @description Error response */
|
|
@@ -4785,20 +4892,18 @@ export interface operations {
|
|
|
4785
4892
|
};
|
|
4786
4893
|
};
|
|
4787
4894
|
};
|
|
4788
|
-
|
|
4895
|
+
Coupons_CreateCouponForStore: {
|
|
4789
4896
|
parameters: {
|
|
4790
4897
|
query?: never;
|
|
4791
4898
|
header?: never;
|
|
4792
|
-
path
|
|
4793
|
-
customerId: components["schemas"]["FlakeId"];
|
|
4794
|
-
};
|
|
4899
|
+
path?: never;
|
|
4795
4900
|
cookie?: never;
|
|
4796
4901
|
};
|
|
4797
4902
|
requestBody?: {
|
|
4798
4903
|
content: {
|
|
4799
|
-
"application/json": components["schemas"]["
|
|
4800
|
-
"text/json": components["schemas"]["
|
|
4801
|
-
"application/*+json": components["schemas"]["
|
|
4904
|
+
"application/json": components["schemas"]["CreateCouponDto"];
|
|
4905
|
+
"text/json": components["schemas"]["CreateCouponDto"];
|
|
4906
|
+
"application/*+json": components["schemas"]["CreateCouponDto"];
|
|
4802
4907
|
};
|
|
4803
4908
|
};
|
|
4804
4909
|
responses: {
|
|
@@ -4808,7 +4913,7 @@ export interface operations {
|
|
|
4808
4913
|
[name: string]: unknown;
|
|
4809
4914
|
};
|
|
4810
4915
|
content: {
|
|
4811
|
-
"application/json": components["schemas"]["
|
|
4916
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4812
4917
|
};
|
|
4813
4918
|
};
|
|
4814
4919
|
/** @description Error response */
|
|
@@ -4822,58 +4927,33 @@ export interface operations {
|
|
|
4822
4927
|
};
|
|
4823
4928
|
};
|
|
4824
4929
|
};
|
|
4825
|
-
|
|
4930
|
+
Coupons_GetCouponByIdForStore: {
|
|
4826
4931
|
parameters: {
|
|
4827
4932
|
query?: never;
|
|
4828
4933
|
header?: never;
|
|
4829
4934
|
path: {
|
|
4830
|
-
|
|
4831
|
-
deliveryItemId: components["schemas"]["FlakeId"];
|
|
4935
|
+
couponId: components["schemas"]["FlakeId"];
|
|
4832
4936
|
};
|
|
4833
4937
|
cookie?: never;
|
|
4834
4938
|
};
|
|
4835
4939
|
requestBody?: never;
|
|
4836
4940
|
responses: {
|
|
4837
|
-
/** @description
|
|
4838
|
-
|
|
4839
|
-
headers: {
|
|
4840
|
-
[name: string]: unknown;
|
|
4841
|
-
};
|
|
4842
|
-
content?: never;
|
|
4843
|
-
};
|
|
4844
|
-
/** @description Error response */
|
|
4845
|
-
default: {
|
|
4941
|
+
/** @description OK */
|
|
4942
|
+
200: {
|
|
4846
4943
|
headers: {
|
|
4847
4944
|
[name: string]: unknown;
|
|
4848
4945
|
};
|
|
4849
4946
|
content: {
|
|
4850
|
-
"application/json": components["schemas"]["
|
|
4947
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4851
4948
|
};
|
|
4852
4949
|
};
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
CommandDelivery_AssignDeliveryItemsBulk: {
|
|
4856
|
-
parameters: {
|
|
4857
|
-
query?: never;
|
|
4858
|
-
header?: never;
|
|
4859
|
-
path?: never;
|
|
4860
|
-
cookie?: never;
|
|
4861
|
-
};
|
|
4862
|
-
requestBody?: {
|
|
4863
|
-
content: {
|
|
4864
|
-
"application/json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
4865
|
-
"text/json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
4866
|
-
"application/*+json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
4867
|
-
};
|
|
4868
|
-
};
|
|
4869
|
-
responses: {
|
|
4870
|
-
/** @description OK */
|
|
4871
|
-
200: {
|
|
4950
|
+
/** @description Not Found */
|
|
4951
|
+
404: {
|
|
4872
4952
|
headers: {
|
|
4873
4953
|
[name: string]: unknown;
|
|
4874
4954
|
};
|
|
4875
4955
|
content: {
|
|
4876
|
-
"application/json": components["schemas"]["
|
|
4956
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
4877
4957
|
};
|
|
4878
4958
|
};
|
|
4879
4959
|
/** @description Error response */
|
|
@@ -4887,29 +4967,23 @@ export interface operations {
|
|
|
4887
4967
|
};
|
|
4888
4968
|
};
|
|
4889
4969
|
};
|
|
4890
|
-
|
|
4970
|
+
Coupons_DeleteCouponForStore: {
|
|
4891
4971
|
parameters: {
|
|
4892
4972
|
query?: never;
|
|
4893
4973
|
header?: never;
|
|
4894
|
-
path
|
|
4895
|
-
|
|
4896
|
-
};
|
|
4897
|
-
requestBody?: {
|
|
4898
|
-
content: {
|
|
4899
|
-
"application/json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4900
|
-
"text/json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4901
|
-
"application/*+json": components["schemas"]["UpdateInventoryItemProductVersionRequestDto"];
|
|
4974
|
+
path: {
|
|
4975
|
+
couponId: components["schemas"]["FlakeId"];
|
|
4902
4976
|
};
|
|
4977
|
+
cookie?: never;
|
|
4903
4978
|
};
|
|
4979
|
+
requestBody?: never;
|
|
4904
4980
|
responses: {
|
|
4905
|
-
/** @description
|
|
4906
|
-
|
|
4981
|
+
/** @description No Content */
|
|
4982
|
+
204: {
|
|
4907
4983
|
headers: {
|
|
4908
4984
|
[name: string]: unknown;
|
|
4909
4985
|
};
|
|
4910
|
-
content
|
|
4911
|
-
"application/json": components["schemas"]["UpdateInventoryItemProductVersionResponseDto"];
|
|
4912
|
-
};
|
|
4986
|
+
content?: never;
|
|
4913
4987
|
};
|
|
4914
4988
|
/** @description Error response */
|
|
4915
4989
|
default: {
|
|
@@ -4922,18 +4996,20 @@ export interface operations {
|
|
|
4922
4996
|
};
|
|
4923
4997
|
};
|
|
4924
4998
|
};
|
|
4925
|
-
|
|
4999
|
+
Coupons_UpdateCouponForStore: {
|
|
4926
5000
|
parameters: {
|
|
4927
5001
|
query?: never;
|
|
4928
5002
|
header?: never;
|
|
4929
|
-
path
|
|
5003
|
+
path: {
|
|
5004
|
+
couponId: components["schemas"]["FlakeId"];
|
|
5005
|
+
};
|
|
4930
5006
|
cookie?: never;
|
|
4931
5007
|
};
|
|
4932
5008
|
requestBody?: {
|
|
4933
5009
|
content: {
|
|
4934
|
-
"application/json": components["schemas"]["
|
|
4935
|
-
"text/json": components["schemas"]["
|
|
4936
|
-
"application/*+json": components["schemas"]["
|
|
5010
|
+
"application/json": components["schemas"]["UpdateCouponDto"];
|
|
5011
|
+
"text/json": components["schemas"]["UpdateCouponDto"];
|
|
5012
|
+
"application/*+json": components["schemas"]["UpdateCouponDto"];
|
|
4937
5013
|
};
|
|
4938
5014
|
};
|
|
4939
5015
|
responses: {
|
|
@@ -4943,7 +5019,7 @@ export interface operations {
|
|
|
4943
5019
|
[name: string]: unknown;
|
|
4944
5020
|
};
|
|
4945
5021
|
content: {
|
|
4946
|
-
"application/json": components["schemas"]["
|
|
5022
|
+
"application/json": components["schemas"]["CouponDto"];
|
|
4947
5023
|
};
|
|
4948
5024
|
};
|
|
4949
5025
|
/** @description Error response */
|
|
@@ -4957,32 +5033,9 @@ export interface operations {
|
|
|
4957
5033
|
};
|
|
4958
5034
|
};
|
|
4959
5035
|
};
|
|
4960
|
-
|
|
5036
|
+
CustomVariables_GetCustomVariablesForStore: {
|
|
4961
5037
|
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
|
-
};
|
|
5038
|
+
query?: never;
|
|
4986
5039
|
header?: never;
|
|
4987
5040
|
path?: never;
|
|
4988
5041
|
cookie?: never;
|
|
@@ -4995,7 +5048,7 @@ export interface operations {
|
|
|
4995
5048
|
[name: string]: unknown;
|
|
4996
5049
|
};
|
|
4997
5050
|
content: {
|
|
4998
|
-
"application/json": components["schemas"]["
|
|
5051
|
+
"application/json": components["schemas"]["CustomVariableDto"][];
|
|
4999
5052
|
};
|
|
5000
5053
|
};
|
|
5001
5054
|
/** @description Error response */
|
|
@@ -5009,18 +5062,19 @@ export interface operations {
|
|
|
5009
5062
|
};
|
|
5010
5063
|
};
|
|
5011
5064
|
};
|
|
5012
|
-
|
|
5065
|
+
CustomVariables_CreateCustomVariableForStore: {
|
|
5013
5066
|
parameters: {
|
|
5014
5067
|
query?: never;
|
|
5015
5068
|
header?: never;
|
|
5016
5069
|
path?: never;
|
|
5017
5070
|
cookie?: never;
|
|
5018
5071
|
};
|
|
5072
|
+
/** @description The custom variable data to create. */
|
|
5019
5073
|
requestBody?: {
|
|
5020
5074
|
content: {
|
|
5021
|
-
"application/json": components["schemas"]["
|
|
5022
|
-
"text/json": components["schemas"]["
|
|
5023
|
-
"application/*+json": components["schemas"]["
|
|
5075
|
+
"application/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5076
|
+
"text/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5077
|
+
"application/*+json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5024
5078
|
};
|
|
5025
5079
|
};
|
|
5026
5080
|
responses: {
|
|
@@ -5030,7 +5084,7 @@ export interface operations {
|
|
|
5030
5084
|
[name: string]: unknown;
|
|
5031
5085
|
};
|
|
5032
5086
|
content: {
|
|
5033
|
-
"application/json": components["schemas"]["
|
|
5087
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
5034
5088
|
};
|
|
5035
5089
|
};
|
|
5036
5090
|
/** @description Error response */
|
|
@@ -5044,12 +5098,13 @@ export interface operations {
|
|
|
5044
5098
|
};
|
|
5045
5099
|
};
|
|
5046
5100
|
};
|
|
5047
|
-
|
|
5101
|
+
CustomVariables_GetCustomVariableByIdForStore: {
|
|
5048
5102
|
parameters: {
|
|
5049
5103
|
query?: never;
|
|
5050
5104
|
header?: never;
|
|
5051
5105
|
path: {
|
|
5052
|
-
|
|
5106
|
+
/** @description The ID of the custom variable to retrieve. */
|
|
5107
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5053
5108
|
};
|
|
5054
5109
|
cookie?: never;
|
|
5055
5110
|
};
|
|
@@ -5061,7 +5116,7 @@ export interface operations {
|
|
|
5061
5116
|
[name: string]: unknown;
|
|
5062
5117
|
};
|
|
5063
5118
|
content: {
|
|
5064
|
-
"application/json": components["schemas"]["
|
|
5119
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
5065
5120
|
};
|
|
5066
5121
|
};
|
|
5067
5122
|
/** @description Not Found */
|
|
@@ -5084,12 +5139,13 @@ export interface operations {
|
|
|
5084
5139
|
};
|
|
5085
5140
|
};
|
|
5086
5141
|
};
|
|
5087
|
-
|
|
5142
|
+
CustomVariables_DeleteCustomVariableForStore: {
|
|
5088
5143
|
parameters: {
|
|
5089
5144
|
query?: never;
|
|
5090
5145
|
header?: never;
|
|
5091
5146
|
path: {
|
|
5092
|
-
|
|
5147
|
+
/** @description The ID of the custom variable to delete. */
|
|
5148
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5093
5149
|
};
|
|
5094
5150
|
cookie?: never;
|
|
5095
5151
|
};
|
|
@@ -5113,20 +5169,22 @@ export interface operations {
|
|
|
5113
5169
|
};
|
|
5114
5170
|
};
|
|
5115
5171
|
};
|
|
5116
|
-
|
|
5172
|
+
CustomVariables_UpdateCustomVariableForStore: {
|
|
5117
5173
|
parameters: {
|
|
5118
5174
|
query?: never;
|
|
5119
5175
|
header?: never;
|
|
5120
5176
|
path: {
|
|
5121
|
-
|
|
5177
|
+
/** @description The ID of the custom variable to update. */
|
|
5178
|
+
customVariableId: components["schemas"]["FlakeId"];
|
|
5122
5179
|
};
|
|
5123
5180
|
cookie?: never;
|
|
5124
5181
|
};
|
|
5182
|
+
/** @description The custom variable data to update with field mask. */
|
|
5125
5183
|
requestBody?: {
|
|
5126
5184
|
content: {
|
|
5127
|
-
"application/json": components["schemas"]["
|
|
5128
|
-
"text/json": components["schemas"]["
|
|
5129
|
-
"application/*+json": components["schemas"]["
|
|
5185
|
+
"application/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5186
|
+
"text/json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5187
|
+
"application/*+json": components["schemas"]["UpsertCustomVariableRequestDto"];
|
|
5130
5188
|
};
|
|
5131
5189
|
};
|
|
5132
5190
|
responses: {
|
|
@@ -5136,7 +5194,7 @@ export interface operations {
|
|
|
5136
5194
|
[name: string]: unknown;
|
|
5137
5195
|
};
|
|
5138
5196
|
content: {
|
|
5139
|
-
"application/json": components["schemas"]["
|
|
5197
|
+
"application/json": components["schemas"]["CustomVariableDto"];
|
|
5140
5198
|
};
|
|
5141
5199
|
};
|
|
5142
5200
|
/** @description Error response */
|
|
@@ -5150,9 +5208,29 @@ export interface operations {
|
|
|
5150
5208
|
};
|
|
5151
5209
|
};
|
|
5152
5210
|
};
|
|
5153
|
-
|
|
5211
|
+
Customers_GetCustomers: {
|
|
5154
5212
|
parameters: {
|
|
5155
|
-
query?:
|
|
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;
|
|
5233
|
+
};
|
|
5156
5234
|
header?: never;
|
|
5157
5235
|
path?: never;
|
|
5158
5236
|
cookie?: never;
|
|
@@ -5165,7 +5243,7 @@ export interface operations {
|
|
|
5165
5243
|
[name: string]: unknown;
|
|
5166
5244
|
};
|
|
5167
5245
|
content: {
|
|
5168
|
-
"application/json": components["schemas"]["
|
|
5246
|
+
"application/json": components["schemas"]["CustomerDto"][];
|
|
5169
5247
|
};
|
|
5170
5248
|
};
|
|
5171
5249
|
/** @description Error response */
|
|
@@ -5179,19 +5257,18 @@ export interface operations {
|
|
|
5179
5257
|
};
|
|
5180
5258
|
};
|
|
5181
5259
|
};
|
|
5182
|
-
|
|
5260
|
+
Customers_CreateCustomer: {
|
|
5183
5261
|
parameters: {
|
|
5184
5262
|
query?: never;
|
|
5185
5263
|
header?: never;
|
|
5186
5264
|
path?: never;
|
|
5187
5265
|
cookie?: never;
|
|
5188
5266
|
};
|
|
5189
|
-
/** @description The custom variable data to create. */
|
|
5190
5267
|
requestBody?: {
|
|
5191
5268
|
content: {
|
|
5192
|
-
"application/json": components["schemas"]["
|
|
5193
|
-
"text/json": components["schemas"]["
|
|
5194
|
-
"application/*+json": components["schemas"]["
|
|
5269
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5270
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5271
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5195
5272
|
};
|
|
5196
5273
|
};
|
|
5197
5274
|
responses: {
|
|
@@ -5201,7 +5278,7 @@ export interface operations {
|
|
|
5201
5278
|
[name: string]: unknown;
|
|
5202
5279
|
};
|
|
5203
5280
|
content: {
|
|
5204
|
-
"application/json": components["schemas"]["
|
|
5281
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5205
5282
|
};
|
|
5206
5283
|
};
|
|
5207
5284
|
/** @description Error response */
|
|
@@ -5215,13 +5292,13 @@ export interface operations {
|
|
|
5215
5292
|
};
|
|
5216
5293
|
};
|
|
5217
5294
|
};
|
|
5218
|
-
|
|
5295
|
+
Customers_GetCustomerById: {
|
|
5219
5296
|
parameters: {
|
|
5220
5297
|
query?: never;
|
|
5221
5298
|
header?: never;
|
|
5222
5299
|
path: {
|
|
5223
|
-
/** @description The ID of the
|
|
5224
|
-
|
|
5300
|
+
/** @description The ID of the customer. */
|
|
5301
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5225
5302
|
};
|
|
5226
5303
|
cookie?: never;
|
|
5227
5304
|
};
|
|
@@ -5233,11 +5310,48 @@ export interface operations {
|
|
|
5233
5310
|
[name: string]: unknown;
|
|
5234
5311
|
};
|
|
5235
5312
|
content: {
|
|
5236
|
-
"application/json": components["schemas"]["
|
|
5313
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5237
5314
|
};
|
|
5238
5315
|
};
|
|
5239
|
-
/** @description
|
|
5240
|
-
|
|
5316
|
+
/** @description Error response */
|
|
5317
|
+
default: {
|
|
5318
|
+
headers: {
|
|
5319
|
+
[name: string]: unknown;
|
|
5320
|
+
};
|
|
5321
|
+
content: {
|
|
5322
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
5323
|
+
};
|
|
5324
|
+
};
|
|
5325
|
+
};
|
|
5326
|
+
};
|
|
5327
|
+
Customers_UpdateCustomer: {
|
|
5328
|
+
parameters: {
|
|
5329
|
+
query?: never;
|
|
5330
|
+
header?: never;
|
|
5331
|
+
path: {
|
|
5332
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5333
|
+
};
|
|
5334
|
+
cookie?: never;
|
|
5335
|
+
};
|
|
5336
|
+
requestBody?: {
|
|
5337
|
+
content: {
|
|
5338
|
+
"application/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5339
|
+
"text/json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5340
|
+
"application/*+json": components["schemas"]["UpsertCustomerRequestDto"];
|
|
5341
|
+
};
|
|
5342
|
+
};
|
|
5343
|
+
responses: {
|
|
5344
|
+
/** @description OK */
|
|
5345
|
+
200: {
|
|
5346
|
+
headers: {
|
|
5347
|
+
[name: string]: unknown;
|
|
5348
|
+
};
|
|
5349
|
+
content: {
|
|
5350
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5351
|
+
};
|
|
5352
|
+
};
|
|
5353
|
+
/** @description Error response */
|
|
5354
|
+
default: {
|
|
5241
5355
|
headers: {
|
|
5242
5356
|
[name: string]: unknown;
|
|
5243
5357
|
};
|
|
@@ -5245,6 +5359,29 @@ export interface operations {
|
|
|
5245
5359
|
"application/json": components["schemas"]["PayNowError"];
|
|
5246
5360
|
};
|
|
5247
5361
|
};
|
|
5362
|
+
};
|
|
5363
|
+
};
|
|
5364
|
+
Customers_CreateCustomerToken: {
|
|
5365
|
+
parameters: {
|
|
5366
|
+
query?: never;
|
|
5367
|
+
header?: never;
|
|
5368
|
+
path: {
|
|
5369
|
+
/** @description The ID of the customer to generate the customer token for. */
|
|
5370
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5371
|
+
};
|
|
5372
|
+
cookie?: never;
|
|
5373
|
+
};
|
|
5374
|
+
requestBody?: never;
|
|
5375
|
+
responses: {
|
|
5376
|
+
/** @description OK */
|
|
5377
|
+
200: {
|
|
5378
|
+
headers: {
|
|
5379
|
+
[name: string]: unknown;
|
|
5380
|
+
};
|
|
5381
|
+
content: {
|
|
5382
|
+
"application/json": components["schemas"]["CustomerTokenResponseDto"];
|
|
5383
|
+
};
|
|
5384
|
+
};
|
|
5248
5385
|
/** @description Error response */
|
|
5249
5386
|
default: {
|
|
5250
5387
|
headers: {
|
|
@@ -5256,13 +5393,13 @@ export interface operations {
|
|
|
5256
5393
|
};
|
|
5257
5394
|
};
|
|
5258
5395
|
};
|
|
5259
|
-
|
|
5396
|
+
Customers_InvalidateCustomerTokens: {
|
|
5260
5397
|
parameters: {
|
|
5261
5398
|
query?: never;
|
|
5262
5399
|
header?: never;
|
|
5263
5400
|
path: {
|
|
5264
|
-
/** @description The ID of the
|
|
5265
|
-
|
|
5401
|
+
/** @description The ID of the customer to invalidate the customer tokens for. */
|
|
5402
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5266
5403
|
};
|
|
5267
5404
|
cookie?: never;
|
|
5268
5405
|
};
|
|
@@ -5286,22 +5423,63 @@ export interface operations {
|
|
|
5286
5423
|
};
|
|
5287
5424
|
};
|
|
5288
5425
|
};
|
|
5289
|
-
|
|
5426
|
+
Customers_LookupCustomer: {
|
|
5290
5427
|
parameters: {
|
|
5291
|
-
query?:
|
|
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;
|
|
5444
|
+
};
|
|
5292
5445
|
header?: never;
|
|
5293
|
-
path
|
|
5294
|
-
|
|
5295
|
-
|
|
5446
|
+
path?: never;
|
|
5447
|
+
cookie?: never;
|
|
5448
|
+
};
|
|
5449
|
+
requestBody?: never;
|
|
5450
|
+
responses: {
|
|
5451
|
+
/** @description OK */
|
|
5452
|
+
200: {
|
|
5453
|
+
headers: {
|
|
5454
|
+
[name: string]: unknown;
|
|
5455
|
+
};
|
|
5456
|
+
content: {
|
|
5457
|
+
"application/json": components["schemas"]["CustomerDto"];
|
|
5458
|
+
};
|
|
5459
|
+
};
|
|
5460
|
+
/** @description Error response */
|
|
5461
|
+
default: {
|
|
5462
|
+
headers: {
|
|
5463
|
+
[name: string]: unknown;
|
|
5464
|
+
};
|
|
5465
|
+
content: {
|
|
5466
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
5467
|
+
};
|
|
5296
5468
|
};
|
|
5469
|
+
};
|
|
5470
|
+
};
|
|
5471
|
+
Customers_BulkCreateCustomers: {
|
|
5472
|
+
parameters: {
|
|
5473
|
+
query?: never;
|
|
5474
|
+
header?: never;
|
|
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,7 @@ export interface operations {
|
|
|
5427
5604
|
[name: string]: unknown;
|
|
5428
5605
|
};
|
|
5429
5606
|
content: {
|
|
5430
|
-
"application/json": components["schemas"]["
|
|
5607
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5431
5608
|
};
|
|
5432
5609
|
};
|
|
5433
5610
|
/** @description Error response */
|
|
@@ -5441,20 +5618,18 @@ export interface operations {
|
|
|
5441
5618
|
};
|
|
5442
5619
|
};
|
|
5443
5620
|
};
|
|
5444
|
-
|
|
5621
|
+
Delivery_AssignDeliveryItemsBulk: {
|
|
5445
5622
|
parameters: {
|
|
5446
5623
|
query?: never;
|
|
5447
5624
|
header?: never;
|
|
5448
|
-
path
|
|
5449
|
-
customerId: components["schemas"]["FlakeId"];
|
|
5450
|
-
};
|
|
5625
|
+
path?: never;
|
|
5451
5626
|
cookie?: never;
|
|
5452
5627
|
};
|
|
5453
5628
|
requestBody?: {
|
|
5454
5629
|
content: {
|
|
5455
|
-
"application/json": components["schemas"]["
|
|
5456
|
-
"text/json": components["schemas"]["
|
|
5457
|
-
"application/*+json": components["schemas"]["
|
|
5630
|
+
"application/json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
5631
|
+
"text/json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
5632
|
+
"application/*+json": components["schemas"]["DeliveryItemAssignmentBulkDto"][];
|
|
5458
5633
|
};
|
|
5459
5634
|
};
|
|
5460
5635
|
responses: {
|
|
@@ -5464,7 +5639,7 @@ export interface operations {
|
|
|
5464
5639
|
[name: string]: unknown;
|
|
5465
5640
|
};
|
|
5466
5641
|
content: {
|
|
5467
|
-
"application/json": components["schemas"]["
|
|
5642
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5468
5643
|
};
|
|
5469
5644
|
};
|
|
5470
5645
|
/** @description Error response */
|
|
@@ -5478,17 +5653,20 @@ export interface operations {
|
|
|
5478
5653
|
};
|
|
5479
5654
|
};
|
|
5480
5655
|
};
|
|
5481
|
-
|
|
5656
|
+
Delivery_UnqueueDeliveryCommandAttemptByAttemptIDs: {
|
|
5482
5657
|
parameters: {
|
|
5483
5658
|
query?: never;
|
|
5484
5659
|
header?: never;
|
|
5485
|
-
path
|
|
5486
|
-
/** @description The ID of the customer to generate the customer token for. */
|
|
5487
|
-
customerId: components["schemas"]["FlakeId"];
|
|
5488
|
-
};
|
|
5660
|
+
path?: never;
|
|
5489
5661
|
cookie?: never;
|
|
5490
5662
|
};
|
|
5491
|
-
requestBody?:
|
|
5663
|
+
requestBody?: {
|
|
5664
|
+
content: {
|
|
5665
|
+
"application/json": components["schemas"]["UnqueueCommandsRequestDto"];
|
|
5666
|
+
"text/json": components["schemas"]["UnqueueCommandsRequestDto"];
|
|
5667
|
+
"application/*+json": components["schemas"]["UnqueueCommandsRequestDto"];
|
|
5668
|
+
};
|
|
5669
|
+
};
|
|
5492
5670
|
responses: {
|
|
5493
5671
|
/** @description OK */
|
|
5494
5672
|
200: {
|
|
@@ -5496,7 +5674,7 @@ export interface operations {
|
|
|
5496
5674
|
[name: string]: unknown;
|
|
5497
5675
|
};
|
|
5498
5676
|
content: {
|
|
5499
|
-
"application/json": components["schemas"]["
|
|
5677
|
+
"application/json": components["schemas"]["UnqueueCommandsResponseDto"];
|
|
5500
5678
|
};
|
|
5501
5679
|
};
|
|
5502
5680
|
/** @description Error response */
|
|
@@ -5510,24 +5688,79 @@ export interface operations {
|
|
|
5510
5688
|
};
|
|
5511
5689
|
};
|
|
5512
5690
|
};
|
|
5513
|
-
|
|
5691
|
+
Delivery_UpdateDeliveryItemProductVersions: {
|
|
5514
5692
|
parameters: {
|
|
5515
5693
|
query?: never;
|
|
5516
5694
|
header?: never;
|
|
5695
|
+
path?: never;
|
|
5696
|
+
cookie?: never;
|
|
5697
|
+
};
|
|
5698
|
+
requestBody?: {
|
|
5699
|
+
content: {
|
|
5700
|
+
"application/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5701
|
+
"text/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5702
|
+
"application/*+json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5703
|
+
};
|
|
5704
|
+
};
|
|
5705
|
+
responses: {
|
|
5706
|
+
/** @description OK */
|
|
5707
|
+
200: {
|
|
5708
|
+
headers: {
|
|
5709
|
+
[name: string]: unknown;
|
|
5710
|
+
};
|
|
5711
|
+
content: {
|
|
5712
|
+
"application/json": components["schemas"]["UpdateDeliveryItemProductVersionRequestDto"];
|
|
5713
|
+
};
|
|
5714
|
+
};
|
|
5715
|
+
/** @description Error response */
|
|
5716
|
+
default: {
|
|
5717
|
+
headers: {
|
|
5718
|
+
[name: string]: unknown;
|
|
5719
|
+
};
|
|
5720
|
+
content: {
|
|
5721
|
+
"application/json": components["schemas"]["PayNowError"];
|
|
5722
|
+
};
|
|
5723
|
+
};
|
|
5724
|
+
};
|
|
5725
|
+
};
|
|
5726
|
+
Delivery_GetDeliveryItems: {
|
|
5727
|
+
parameters: {
|
|
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
|
+
};
|
|
5748
|
+
header?: never;
|
|
5517
5749
|
path: {
|
|
5518
|
-
/** @description The ID of the customer to invalidate the customer tokens for. */
|
|
5519
5750
|
customerId: components["schemas"]["FlakeId"];
|
|
5520
5751
|
};
|
|
5521
5752
|
cookie?: never;
|
|
5522
5753
|
};
|
|
5523
5754
|
requestBody?: never;
|
|
5524
5755
|
responses: {
|
|
5525
|
-
/** @description
|
|
5526
|
-
|
|
5756
|
+
/** @description OK */
|
|
5757
|
+
200: {
|
|
5527
5758
|
headers: {
|
|
5528
5759
|
[name: string]: unknown;
|
|
5529
5760
|
};
|
|
5530
|
-
content
|
|
5761
|
+
content: {
|
|
5762
|
+
"application/json": components["schemas"]["DeliveryItemDto"][];
|
|
5763
|
+
};
|
|
5531
5764
|
};
|
|
5532
5765
|
/** @description Error response */
|
|
5533
5766
|
default: {
|
|
@@ -5540,30 +5773,22 @@ export interface operations {
|
|
|
5540
5773
|
};
|
|
5541
5774
|
};
|
|
5542
5775
|
};
|
|
5543
|
-
|
|
5776
|
+
Delivery_AssignDeliveryItem: {
|
|
5544
5777
|
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;
|
|
5561
|
-
};
|
|
5778
|
+
query?: never;
|
|
5562
5779
|
header?: never;
|
|
5563
|
-
path
|
|
5780
|
+
path: {
|
|
5781
|
+
customerId: components["schemas"]["FlakeId"];
|
|
5782
|
+
};
|
|
5564
5783
|
cookie?: never;
|
|
5565
5784
|
};
|
|
5566
|
-
requestBody?:
|
|
5785
|
+
requestBody?: {
|
|
5786
|
+
content: {
|
|
5787
|
+
"application/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5788
|
+
"text/json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5789
|
+
"application/*+json": components["schemas"]["DeliveryItemAssignmentDto"];
|
|
5790
|
+
};
|
|
5791
|
+
};
|
|
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
|
};
|
|
@@ -8185,9 +8372,19 @@ export interface operations {
|
|
|
8185
8372
|
};
|
|
8186
8373
|
};
|
|
8187
8374
|
};
|
|
8188
|
-
|
|
8375
|
+
Trials_GetTrials: {
|
|
8189
8376
|
parameters: {
|
|
8190
8377
|
query?: {
|
|
8378
|
+
/** @description Filters trials by their status. Multiple statuses can be specified. */
|
|
8379
|
+
status?: components["schemas"]["TrialStatusDto"][];
|
|
8380
|
+
/** @description Filters trials by the customer identifier. */
|
|
8381
|
+
customer_id?: components["schemas"]["FlakeId"];
|
|
8382
|
+
/** @description Filters trials by the associated subscription identifier. */
|
|
8383
|
+
subscription_id?: components["schemas"]["FlakeId"];
|
|
8384
|
+
/** @description Filters trials by the checkout session identifier that initiated them. */
|
|
8385
|
+
checkout_id?: components["schemas"]["FlakeId"];
|
|
8386
|
+
/** @description Filters to a specific trial by its identifier. */
|
|
8387
|
+
trial_id?: components["schemas"]["FlakeId"];
|
|
8191
8388
|
/** @description The maximum number of items to return in a single request. */
|
|
8192
8389
|
limit?: number;
|
|
8193
8390
|
/**
|
|
@@ -8208,10 +8405,7 @@ export interface operations {
|
|
|
8208
8405
|
asc?: boolean;
|
|
8209
8406
|
};
|
|
8210
8407
|
header?: never;
|
|
8211
|
-
path
|
|
8212
|
-
/** @description The ID of the customer to retrieve trial eligibility overrides for. */
|
|
8213
|
-
customerId: components["schemas"]["FlakeId"];
|
|
8214
|
-
};
|
|
8408
|
+
path?: never;
|
|
8215
8409
|
cookie?: never;
|
|
8216
8410
|
};
|
|
8217
8411
|
requestBody?: never;
|
|
@@ -8222,7 +8416,7 @@ export interface operations {
|
|
|
8222
8416
|
[name: string]: unknown;
|
|
8223
8417
|
};
|
|
8224
8418
|
content: {
|
|
8225
|
-
"application/json": components["schemas"]["
|
|
8419
|
+
"application/json": components["schemas"]["TrialDto"][];
|
|
8226
8420
|
};
|
|
8227
8421
|
};
|
|
8228
8422
|
/** @description Error response */
|
|
@@ -8236,24 +8430,16 @@ export interface operations {
|
|
|
8236
8430
|
};
|
|
8237
8431
|
};
|
|
8238
8432
|
};
|
|
8239
|
-
|
|
8433
|
+
Trials_GetTrial: {
|
|
8240
8434
|
parameters: {
|
|
8241
8435
|
query?: never;
|
|
8242
8436
|
header?: never;
|
|
8243
8437
|
path: {
|
|
8244
|
-
|
|
8245
|
-
customerId: components["schemas"]["FlakeId"];
|
|
8438
|
+
trialId: components["schemas"]["FlakeId"];
|
|
8246
8439
|
};
|
|
8247
8440
|
cookie?: never;
|
|
8248
8441
|
};
|
|
8249
|
-
|
|
8250
|
-
requestBody?: {
|
|
8251
|
-
content: {
|
|
8252
|
-
"application/json": components["schemas"]["CreateTrialEligibilityOverrideDto"];
|
|
8253
|
-
"text/json": components["schemas"]["CreateTrialEligibilityOverrideDto"];
|
|
8254
|
-
"application/*+json": components["schemas"]["CreateTrialEligibilityOverrideDto"];
|
|
8255
|
-
};
|
|
8256
|
-
};
|
|
8442
|
+
requestBody?: never;
|
|
8257
8443
|
responses: {
|
|
8258
8444
|
/** @description OK */
|
|
8259
8445
|
200: {
|
|
@@ -8261,39 +8447,8 @@ export interface operations {
|
|
|
8261
8447
|
[name: string]: unknown;
|
|
8262
8448
|
};
|
|
8263
8449
|
content: {
|
|
8264
|
-
"application/json": components["schemas"]["
|
|
8265
|
-
};
|
|
8266
|
-
};
|
|
8267
|
-
/** @description Error response */
|
|
8268
|
-
default: {
|
|
8269
|
-
headers: {
|
|
8270
|
-
[name: string]: unknown;
|
|
8271
|
-
};
|
|
8272
|
-
content: {
|
|
8273
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
8274
|
-
};
|
|
8275
|
-
};
|
|
8276
|
-
};
|
|
8277
|
-
};
|
|
8278
|
-
TrialEligibility_DeleteOverride: {
|
|
8279
|
-
parameters: {
|
|
8280
|
-
query?: never;
|
|
8281
|
-
header?: never;
|
|
8282
|
-
path: {
|
|
8283
|
-
/** @description The ID of the trial eligibility override to delete. */
|
|
8284
|
-
trialEligibilityOverrideId: components["schemas"]["FlakeId"];
|
|
8285
|
-
customerId: string;
|
|
8286
|
-
};
|
|
8287
|
-
cookie?: never;
|
|
8288
|
-
};
|
|
8289
|
-
requestBody?: never;
|
|
8290
|
-
responses: {
|
|
8291
|
-
/** @description No Content */
|
|
8292
|
-
204: {
|
|
8293
|
-
headers: {
|
|
8294
|
-
[name: string]: unknown;
|
|
8450
|
+
"application/json": components["schemas"]["TrialDto"];
|
|
8295
8451
|
};
|
|
8296
|
-
content?: never;
|
|
8297
8452
|
};
|
|
8298
8453
|
/** @description Error response */
|
|
8299
8454
|
default: {
|
|
@@ -8306,19 +8461,9 @@ export interface operations {
|
|
|
8306
8461
|
};
|
|
8307
8462
|
};
|
|
8308
8463
|
};
|
|
8309
|
-
|
|
8464
|
+
Trials_GetOverrides: {
|
|
8310
8465
|
parameters: {
|
|
8311
8466
|
query?: {
|
|
8312
|
-
/** @description Filters trials by their status. Multiple statuses can be specified. */
|
|
8313
|
-
status?: components["schemas"]["TrialStatusDto"][];
|
|
8314
|
-
/** @description Filters trials by the customer identifier. */
|
|
8315
|
-
customer_id?: components["schemas"]["FlakeId"];
|
|
8316
|
-
/** @description Filters trials by the associated subscription identifier. */
|
|
8317
|
-
subscription_id?: components["schemas"]["FlakeId"];
|
|
8318
|
-
/** @description Filters trials by the checkout session identifier that initiated them. */
|
|
8319
|
-
checkout_id?: components["schemas"]["FlakeId"];
|
|
8320
|
-
/** @description Filters to a specific trial by its identifier. */
|
|
8321
|
-
trial_id?: components["schemas"]["FlakeId"];
|
|
8322
8467
|
/** @description The maximum number of items to return in a single request. */
|
|
8323
8468
|
limit?: number;
|
|
8324
8469
|
/**
|
|
@@ -8339,7 +8484,10 @@ export interface operations {
|
|
|
8339
8484
|
asc?: boolean;
|
|
8340
8485
|
};
|
|
8341
8486
|
header?: never;
|
|
8342
|
-
path
|
|
8487
|
+
path: {
|
|
8488
|
+
/** @description The ID of the customer to retrieve trial eligibility overrides for. */
|
|
8489
|
+
customerId: components["schemas"]["FlakeId"];
|
|
8490
|
+
};
|
|
8343
8491
|
cookie?: never;
|
|
8344
8492
|
};
|
|
8345
8493
|
requestBody?: never;
|
|
@@ -8350,7 +8498,7 @@ export interface operations {
|
|
|
8350
8498
|
[name: string]: unknown;
|
|
8351
8499
|
};
|
|
8352
8500
|
content: {
|
|
8353
|
-
"application/json": components["schemas"]["
|
|
8501
|
+
"application/json": components["schemas"]["TrialEligibilityOverrideDto"][];
|
|
8354
8502
|
};
|
|
8355
8503
|
};
|
|
8356
8504
|
/** @description Error response */
|
|
@@ -8364,45 +8512,24 @@ export interface operations {
|
|
|
8364
8512
|
};
|
|
8365
8513
|
};
|
|
8366
8514
|
};
|
|
8367
|
-
|
|
8515
|
+
Trials_CreateOverride: {
|
|
8368
8516
|
parameters: {
|
|
8369
8517
|
query?: never;
|
|
8370
8518
|
header?: never;
|
|
8371
8519
|
path: {
|
|
8372
|
-
|
|
8520
|
+
/** @description The ID of the customer to create the trial eligibility override for. */
|
|
8521
|
+
customerId: components["schemas"]["FlakeId"];
|
|
8373
8522
|
};
|
|
8374
8523
|
cookie?: never;
|
|
8375
8524
|
};
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
};
|
|
8383
|
-
content: {
|
|
8384
|
-
"application/json": components["schemas"]["TrialDto"];
|
|
8385
|
-
};
|
|
8386
|
-
};
|
|
8387
|
-
/** @description Error response */
|
|
8388
|
-
default: {
|
|
8389
|
-
headers: {
|
|
8390
|
-
[name: string]: unknown;
|
|
8391
|
-
};
|
|
8392
|
-
content: {
|
|
8393
|
-
"application/json": components["schemas"]["PayNowError"];
|
|
8394
|
-
};
|
|
8525
|
+
/** @description The trial eligibility override data. */
|
|
8526
|
+
requestBody?: {
|
|
8527
|
+
content: {
|
|
8528
|
+
"application/json": components["schemas"]["CreateTrialEligibilityOverrideDto"];
|
|
8529
|
+
"text/json": components["schemas"]["CreateTrialEligibilityOverrideDto"];
|
|
8530
|
+
"application/*+json": components["schemas"]["CreateTrialEligibilityOverrideDto"];
|
|
8395
8531
|
};
|
|
8396
8532
|
};
|
|
8397
|
-
};
|
|
8398
|
-
Trust_GetStoreOnboardingStatus: {
|
|
8399
|
-
parameters: {
|
|
8400
|
-
query?: never;
|
|
8401
|
-
header?: never;
|
|
8402
|
-
path?: never;
|
|
8403
|
-
cookie?: never;
|
|
8404
|
-
};
|
|
8405
|
-
requestBody?: never;
|
|
8406
8533
|
responses: {
|
|
8407
8534
|
/** @description OK */
|
|
8408
8535
|
200: {
|
|
@@ -8410,7 +8537,7 @@ export interface operations {
|
|
|
8410
8537
|
[name: string]: unknown;
|
|
8411
8538
|
};
|
|
8412
8539
|
content: {
|
|
8413
|
-
"application/json": components["schemas"]["
|
|
8540
|
+
"application/json": components["schemas"]["TrialEligibilityOverrideDto"];
|
|
8414
8541
|
};
|
|
8415
8542
|
};
|
|
8416
8543
|
/** @description Error response */
|
|
@@ -8424,42 +8551,25 @@ export interface operations {
|
|
|
8424
8551
|
};
|
|
8425
8552
|
};
|
|
8426
8553
|
};
|
|
8427
|
-
|
|
8554
|
+
Trials_DeleteOverride: {
|
|
8428
8555
|
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
|
-
};
|
|
8556
|
+
query?: never;
|
|
8449
8557
|
header?: never;
|
|
8450
|
-
path
|
|
8558
|
+
path: {
|
|
8559
|
+
/** @description The ID of the trial eligibility override to delete. */
|
|
8560
|
+
trialEligibilityOverrideId: components["schemas"]["FlakeId"];
|
|
8561
|
+
customerId: string;
|
|
8562
|
+
};
|
|
8451
8563
|
cookie?: never;
|
|
8452
8564
|
};
|
|
8453
8565
|
requestBody?: never;
|
|
8454
8566
|
responses: {
|
|
8455
|
-
/** @description
|
|
8456
|
-
|
|
8567
|
+
/** @description No Content */
|
|
8568
|
+
204: {
|
|
8457
8569
|
headers: {
|
|
8458
8570
|
[name: string]: unknown;
|
|
8459
8571
|
};
|
|
8460
|
-
content
|
|
8461
|
-
"application/json": components["schemas"]["TrustStoreRequirementDto"][];
|
|
8462
|
-
};
|
|
8572
|
+
content?: never;
|
|
8463
8573
|
};
|
|
8464
8574
|
/** @description Error response */
|
|
8465
8575
|
default: {
|
|
@@ -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: {
|
|
8917
|
+
readonly method: "POST";
|
|
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: {
|
|
8827
8929
|
readonly method: "POST";
|
|
8828
|
-
readonly path: "/v1/stores/{storeId}/
|
|
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";
|
|
@@ -9119,18 +9233,6 @@ export declare const operationMappings: {
|
|
|
9119
9233
|
readonly method: "DELETE";
|
|
9120
9234
|
readonly path: "/v1/stores/{storeId}/tags/{tagId}/image";
|
|
9121
9235
|
};
|
|
9122
|
-
readonly TrialEligibility_GetOverrides: {
|
|
9123
|
-
readonly method: "GET";
|
|
9124
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/trial-eligibility/overrides";
|
|
9125
|
-
};
|
|
9126
|
-
readonly TrialEligibility_CreateOverride: {
|
|
9127
|
-
readonly method: "POST";
|
|
9128
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/trial-eligibility/overrides";
|
|
9129
|
-
};
|
|
9130
|
-
readonly TrialEligibility_DeleteOverride: {
|
|
9131
|
-
readonly method: "DELETE";
|
|
9132
|
-
readonly path: "/v1/stores/{storeId}/customers/{customerId}/trial-eligibility/overrides/{trialEligibilityOverrideId}";
|
|
9133
|
-
};
|
|
9134
9236
|
readonly Trials_GetTrials: {
|
|
9135
9237
|
readonly method: "GET";
|
|
9136
9238
|
readonly path: "/v1/stores/{storeId}/trials";
|
|
@@ -9139,13 +9241,17 @@ export declare const operationMappings: {
|
|
|
9139
9241
|
readonly method: "GET";
|
|
9140
9242
|
readonly path: "/v1/stores/{storeId}/trials/{trialId}";
|
|
9141
9243
|
};
|
|
9142
|
-
readonly
|
|
9244
|
+
readonly Trials_GetOverrides: {
|
|
9143
9245
|
readonly method: "GET";
|
|
9144
|
-
readonly path: "/v1/stores/{storeId}/
|
|
9246
|
+
readonly path: "/v1/stores/{storeId}/customers/{customerId}/trials/eligibility/overrides";
|
|
9145
9247
|
};
|
|
9146
|
-
readonly
|
|
9147
|
-
readonly method: "
|
|
9148
|
-
readonly path: "/v1/stores/{storeId}/
|
|
9248
|
+
readonly Trials_CreateOverride: {
|
|
9249
|
+
readonly method: "POST";
|
|
9250
|
+
readonly path: "/v1/stores/{storeId}/customers/{customerId}/trials/eligibility/overrides";
|
|
9251
|
+
};
|
|
9252
|
+
readonly Trials_DeleteOverride: {
|
|
9253
|
+
readonly method: "DELETE";
|
|
9254
|
+
readonly path: "/v1/stores/{storeId}/customers/{customerId}/trials/eligibility/overrides/{trialEligibilityOverrideId}";
|
|
9149
9255
|
};
|
|
9150
9256
|
readonly Webhooks_GetSubscriptions: {
|
|
9151
9257
|
readonly method: "GET";
|