Passed
Branch master (1d2737)
by Tomáš
02:15
created

Service::getForCarriers()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 39
Code Lines 37

Duplication

Lines 0
Ratio 0 %

Importance

Changes 3
Bugs 0 Features 0
Metric Value
cc 1
eloc 37
c 3
b 0
f 0
nc 1
nop 0
dl 0
loc 39
rs 9.328
1
<?php
2
3
declare(strict_types=1);
4
5
namespace Inspirum\Balikobot\Definitions;
6
7
final class Service extends BaseEnum
8
{
9
    /**
10
     * Balík do ruky
11
     */
12
    public const CP_DR = 'DR';
13
14
    /**
15
     * Doporučená zásilka Ekonomická
16
     */
17
    public const CP_RR = 'RR';
18
19
    /**
20
     * Balík Na poštu
21
     */
22
    public const CP_NP = 'NP';
23
24
    /**
25
     * Balík Na poštu
26
     */
27
    public const CP_NV = 'NV';
28
29
    /**
30
     * Balík do ruky pro vybrané podavatele
31
     */
32
    public const CP_DV = 'DV';
33
34
    /**
35
     * Cenné psaní
36
     */
37
    public const CP_VL = 'VL';
38
39
    /**
40
     * Doporučená zásilka Ekonomická - standard
41
     */
42
    public const CP_SR = 'SR';
43
44
    /**
45
     * Doporučená zásilka Prioritní
46
     */
47
    public const CP_RRP = 'RRP';
48
49
    /**
50
     * Doporučená zásilka Prioritní - standard
51
     */
52
    public const CP_SRP = 'SRP';
53
54
    /**
55
     * Doporučený balíček
56
     */
57
    public const CP_BA = 'BA';
58
59
    /**
60
     * Cenný balík
61
     */
62
    public const CP_BB = 'BB';
63
64
    /**
65
     * Balík nadrozměr
66
     */
67
    public const CP_BN = 'BN';
68
69
    /**
70
     * Balík do balíkovny
71
     */
72
    public const CP_NB = 'NB';
73
74
    /**
75
     * DE balík Do ruky s garantovaným časem dodání
76
     */
77
    public const CP_DT = 'DT';
78
79
    /**
80
     * Balík Do ruky s garantovaným časem dodání v neděli nebo svátek
81
     */
82
    public const CP_DS = 'DS';
83
84
    /**
85
     * EMS expresní přeprava po ČR
86
     */
87
    public const CP_EE = 'EE';
88
89
    /**
90
     * Balík Expres
91
     */
92
    public const CP_BE = 'BE';
93
94
    /**
95
     * RR Doporučená zásilka do zahraničí Prioritní
96
     */
97
    public const CP_RZP = 'RZP';
98
99
    /**
100
     * VL Cenné psaní do zahraničí Prioritní
101
     */
102
    public const CP_VZP = 'VZP';
103
104
    /**
105
     * EMS Expresní přeprava do zahraničí
106
     */
107
    public const CP_EM = 'EM';
108
109
    /**
110
     * CS Standardní balík do zahraničí Prioritní
111
     */
112
    public const CP_CSP = 'CSP';
113
114
    /**
115
     * CS Standardní balík do zahraničí Ekonomický
116
     */
117
    public const CP_CSE = 'CSE';
118
119
    /**
120
     * CV Cenný balík do zahraničí Prioritní
121
     */
122
    public const CP_CVP = 'CVP';
123
124
    /**
125
     * CV Cenný balík do zahraničí Ekonomický
126
     */
127
    public const CP_CVE = 'CVE';
128
129
    /**
130
     * Obchodní balík do zahraničí
131
     */
132
    public const CP_CE = 'CE';
133
134
    /**
135
     * Obyčejná listovní zásilka mezinárodní
136
     */
137
    public const CP_OLZ = 'OLZ';
138
139
    /**
140
     * PPL Parcel Business CZ
141
     */
142
    public const PPL_PARCEL_BUSSINESS_CZ = '1';
143
144
    /**
145
     * PPL Parcel Connect (exportní balík)
146
     */
147
    public const PPL_CONNECT = '2';
148
149
    /**
150
     * PPL Parcel CZ Dopolední balík
151
     */
152
    public const PPL_AFTERNOON = '3';
153
154
    /**
155
     * PPL Parcel CZ Private (soukromý balík)
156
     */
157
    public const PPL_PRIVATE = '4';
158
159
    /**
160
     * PPL Parcel CZ Business (firemní balík)
161
     */
162
    public const PPL_BUSINESS = '8';
163
164
    /**
165
     * PPL Parcel CZ Private - Večerní doručení
166
     */
167
    public const PPL_PRIVATE_EVENING = '9';
168
169
    /**
170
     * PPL Parcel Business Europe
171
     */
172
    public const PPL_BUSINESS_EU = '10';
173
174
    /**
175
     * PPl Parcel Import
176
     */
177
    public const PPL_PARCEL_IMPORT = '11';
178
179
    /**
180
     * PPL Firemní paleta
181
     */
182
    public const PPL_BUSINESS_PALETTE = '15';
183
184
    /**
185
     * PPL Soukromá paleta
186
     */
187
    public const PPL_PRIVATE_PALETTE = '19';
188
189
    /**
190
     * PPL Parcel Return CZ
191
     */
192
    public const PPL_PARCEL_RETURN_CZ = '45';
193
194
    /**
195
     * PPL Smart CZ
196
     */
197
    public const PPL_PRIVATE_SMART_CZ = '46';
198
199
    /**
200
     * PPL Smart Europe
201
     */
202
    public const PPL_PRIVATE_SMART_EU = '48';
203
204
    /**
205
     * PPL Parcel Return Connect
206
     */
207
    public const PPL_RETURN_CONNECT = '50';
208
209
    /**
210
     * DPD Classic
211
     */
212
    public const DPD_CLASSIC = '1';
213
214
    /**
215
     * DPD Private
216
     */
217
    public const DPD_PRIVATE = '2';
218
219
    /**
220
     * DPD Pickup
221
     */
222
    public const DPD_PICKUP = '3';
223
224
    /**
225
     * DPD Expresní doručení do 10:00
226
     */
227
    public const DPD_EXPRESS_10 = '4';
228
229
    /**
230
     * DPD Expresní doručení do 12:00
231
     */
232
    public const DPD_EXPRESS_12 = '5';
233
234
    /**
235
     * DPD Expresní doručení do 18:00
236
     */
237
    public const DPD_EXPRESS_18 = '6';
238
239
    /**
240
     * DPD Private večerní doručení
241
     */
242
    public const DPD_PRIVATE_EVENING = '7';
243
244
    /**
245
     * DPD Private sobotní doručení
246
     */
247
    public const DPD_PRIVATE_SATURDAY = '8';
248
249
    /**
250
     * Vnitrostátní paletová zásilka B2B
251
     */
252
    public const GEIS_CARGO_BUSINESS_NATIONAL = '4';
253
254
    /**
255
     * Mezinárodní paletová zásilka B2B
256
     */
257
    public const GEIS_CARGO_BUSINESS_INTERNATIONAL = '5';
258
259
    /**
260
     * Vnitrostátní paletová zásilka B2C
261
     */
262
    public const GEIS_CARGO_PRIVATE_NATIONAL = '10';
263
264
    /**
265
     * Mezinárodní paletová zásilka B2C
266
     */
267
    public const GEIS_CARGO_PRIVATE_INTERNATIONAL = '11';
268
269
    /**
270
     * Home Delivery Standard
271
     */
272
    public const GEIS_PARCEL_HD_STANDARD = '12';
273
274
    /**
275
     * Home Delivery Premium
276
     */
277
    public const GEIS_PARCEL_HD_PREMIUM = '13';
278
279
    /**
280
     * VIP výnos (B2B)
281
     */
282
    public const GEIS_B2B = '14';
283
284
    /**
285
     * Business Parcel (doručení do ruky)
286
     */
287
    public const GLS_BUSINESS = '1';
288
289
    /**
290
     * ShopDelivery Service (doručení na výdejní místo)
291
     */
292
    public const GLS_SHOP = '2';
293
294
    /**
295
     * Express Parcel (expresní zásilka)
296
     */
297
    public const GLS_EXPRESS = '3';
298
299
    /**
300
     * Guaranteed 24 Service Business Parcel
301
     */
302
    public const GLS_GUARANTEED24 = '4';
303
304
    /**
305
     * "Guaranteed 24 Service Express Parcel
306
     */
307
    public const GLS_GUARANTEED24_EXPRESS = '5';
308
309
    /**
310
     * Guaranteed 24 Service ShopDelivery
311
     */
312
    public const GLS_GUARANTEED24_SHOP = '6';
313
314
    /**
315
     * Small Colli 24-CZ
316
     */
317
    public const INTIME_SMALL_CZ = '1';
318
319
    /**
320
     * Medium Colli 24-CZ
321
     */
322
    public const INTIME_MEDIUM_CZ = '2';
323
324
    /**
325
     * Large Colli 24-CZ
326
     */
327
    public const INTIME_LARGE_CZ = '3';
328
329
    /**
330
     * Poštomat CZ
331
     */
332
    public const INTIME_POSTOMAT_CZ = '4';
333
334
    /**
335
     * Poštomat SK
336
     */
337
    public const INTIME_POSTOMAT_SK = '5';
338
339
    /**
340
     * Large Colli 48-SK
341
     */
342
    public const INTIME_LARGE_SK = '6';
343
344
    /**
345
     * Extra Large Colli 24-CZ
346
     */
347
    public const INTIME_EXTRA_CZ = '7';
348
349
    /**
350
     * Parcel EU
351
     */
352
    public const INTIME_PARCEL_EU = '8';
353
354
    /**
355
     * Parcel EU+
356
     */
357
    public const INTIME_PARCEL_EU_PLUS = '9';
358
359
    /**
360
     * BOXCZ - Výdejní box CZ
361
     */
362
    public const INTIME_BOX_CZ = '10';
363
364
    /**
365
     * BOXSK - Výdejní box SK
366
     */
367
    public const INTIME_BOX_SK = '11';
368
369
    /**
370
     * Extra Large Colli 48-SK - hmotnost do 100 kg
371
     */
372
    public const INTIME_EXTRA_SK_100 = '12';
373
374
    /**
375
     * 2 Extra Large Colli 48-SK - hmotnost do 800 kg
376
     */
377
    public const INTIME_EXTRA_SK_800 = '13';
378
379
    /**
380
     * 2 Extra Large Colli 24-CZ - hmotnost do 800 kg
381
     */
382
    public const INTIME_EXTRA_CZ_800 = '14';
383
384
    /**
385
     * 24 hodin (Standard)
386
     */
387
    public const TOPTRANS_STANDARD = '1';
388
389
    /**
390
     * Toptime
391
     */
392
    public const TOPTRANS_TOPTIME = '2';
393
394
    /**
395
     * Privat
396
     */
397
    public const TOPTRANS_PRIVATE = '3';
398
399
    /**
400
     * Weekend
401
     */
402
    public const TOPTRANS_WEEKEND = '4';
403
404
    /**
405
     * Osobní odběr
406
     */
407
    public const TOPTRANS_PERSONAL = '5';
408
409
    /**
410
     * Po avizaci
411
     */
412
    public const TOPTRANS_NOTICE = '6';
413
414
    /**
415
     * Balík na adresu – zmluvní zákazníci
416
     */
417
    public const SP_BZA = 'BZA';
418
419
    /**
420
     * Balík na poštu – zmluvní zákazníci
421
     */
422
    public const SP_BZP = 'BZP';
423
424
    /**
425
     * Balík do BalíkoBOXu
426
     */
427
    public const SP_BZB = 'BZB';
428
429
    /**
430
     * Expres kuriér na adresu
431
     */
432
    public const SP_EXA = 'EXA';
433
434
    /**
435
     * Expres kuriér na poštu
436
     */
437
    public const SP_EXP = 'EXP';
438
439
    /**
440
     * Expres kuriér do BalíkoBOXu
441
     */
442
    public const SP_EXB = 'EXB';
443
444
    /**
445
     * Balík na adresu
446
     */
447
    public const SP_BNA = 'BNA';
448
449
    /**
450
     * Balík na poštu
451
     */
452
    public const SP_BNP = 'BNP';
453
454
    /**
455
     * Balík do BalíkoBOXu
456
     */
457
    public const SP_BNB = 'BNB';
458
459
    /**
460
     * Doporučený list
461
     */
462
    public const SP_RRA = 'RRA';
463
464
    /**
465
     * Expres (vnitrostátní zásilky)
466
     */
467
    public const SPS_EXPRESS = '1';
468
469
    /**
470
     * Expres do 12:00 (vnitrostátní zásilky)
471
     */
472
    public const SPS_EXPRESS_12 = '2';
473
474
    /**
475
     * Expres do 09:00 (vnitrostátní zásilky)
476
     */
477
    public const SPS_EXPRESS_9 = '3';
478
479
    /**
480
     * Export (mezinárodní zásilky)
481
     */
482
    public const SPS_INTERNATIONAL = '4';
483
484
    /**
485
     * Uloženka
486
     */
487
    public const ULOZENKA_ULOZENKA = '1';
488
489
    /**
490
     * Slovenská pošta
491
     */
492
    public const ULOZENKA_SP = '2';
493
494
    /**
495
     * DPD Classic na Slovensko
496
     */
497
    public const ULOZENKA_DPD_CLASSIC_SK = '3';
498
499
    /**
500
     * DPD Private pro ČR a SK
501
     */
502
    public const ULOZENKA_DPD_PRIVATE = '4';
503
504
    /**
505
     * DPD ParcelShop
506
     */
507
    public const ULOZENKA_DPD_PARCEL = '5';
508
509
    /**
510
     * Balík do ruky – Česká pošta,
511
     */
512
    public const ULOZENKA_CP_DR = '6';
513
514
    /**
515
     * Balík na poštu – Česká pošta
516
     */
517
    public const ULOZENKA_CP_NP = '7';
518
519
    /**
520
     * Partner
521
     */
522
    public const ULOZENKA_PARTNER = '11';
523
524
    /**
525
     * Doručení na adresu D+1
526
     */
527
    public const ULOZENKA_D1 = '17';
528
529
    /**
530
     * Expres Kurýr SK
531
     */
532
    public const ULOZENKA_EXPRESS_COURRIER = '19';
533
534
    /**
535
     * Expres na poštu SK
536
     */
537
    public const ULOZENKA_EXPRESS_SK = '20';
538
539
    /**
540
     * BalíkoBOX SK
541
     */
542
    public const ULOZENKA_BALIKOBOX_SK = '21';
543
544
    /**
545
     * Depo SK
546
     */
547
    public const ULOZENKA_DEPO_SK = '22';
548
549
    /**
550
     * Mall Delivery
551
     */
552
    public const ULOZENKA_MALL_DELIVERY = '100';
553
554
    /**
555
     * Výdejní místa Česká republika
556
     */
557
    public const ZASILKOVNA_VMCZ = 'VMCZ';
558
559
    /**
560
     * Výdejní místa Slovenská republika
561
     */
562
    public const ZASILKOVNA_VMSK = 'VMSK';
563
564
    /**
565
     * Výdejní místa Maďarsko
566
     */
567
    public const ZASILKOVNA_VMHU = 'VMHU';
568
569
    /**
570
     * Výdejní místa Polsko
571
     */
572
    public const ZASILKOVNA_VMPL = 'VMPL';
573
574
    /**
575
     * Výdejní místa Rumunsko
576
     */
577
    public const ZASILKOVNA_VMRO = 'VMRO';
578
579
    /**
580
     * AT Rakouská pošta HD
581
     */
582
    public const ZASILKOVNA_AT_POST_HD = '80';
583
584
    /**
585
     * AT DPD HD
586
     */
587
    public const ZASILKOVNA_AT_DPD_HD = '6830';
588
589
    /**
590
     * BE Belgická pošta PP
591
     */
592
    public const ZASILKOVNA_BE_POST_PP = '7910';
593
594
    /**
595
     * BE Belgická pošta HD
596
     */
597
    public const ZASILKOVNA_BE_POST_HD = '7909';
598
599
    /**
600
     * BE Nizozemská pošta HD
601
     */
602
    public const ZASILKOVNA_BE_NL_POST_HD = '4832';
603
604
    /**
605
     * BG Econt HD
606
     */
607
    public const ZASILKOVNA_BG_ECONT_HD = '19469';
608
609
    /**
610
     * BG Econt PP
611
     */
612
    public const ZASILKOVNA_BG_ECONT_PP = '19471';
613
614
    /**
615
     * BG Speedy PP
616
     */
617
    public const ZASILKOVNA_BG_SPEEDY_PP = '4017';
618
619
    /**
620
     * BG Speedy HD
621
     */
622
    public const ZASILKOVNA_BG_SPEEDY_HD = '4015';
623
624
    /**
625
     * BG Econt Box
626
     */
627
    public const ZASILKOVNA_BG_ECONT_BOX = '19470';
628
629
    /**
630
     * BG Sameday HD
631
     */
632
    public const ZASILKOVNA_BG_SAMEDAY_HD = '26066';
633
634
    /**
635
     * BG Sameday Box
636
     */
637
    public const ZASILKOVNA_BG_SAMEDAY_BOX = '26067';
638
639
    /**
640
     * GB FedEx HD Connect Plus
641
     */
642
    public const ZASILKOVNA_GB_FEDEX_HD_CONNECT_PLUS = '24808';
643
644
    /**
645
     * GB FedEx HD Priority
646
     */
647
    public const ZASILKOVNA_GB_FEDEX_HD_PRIORITY = '24809';
648
649
    /**
650
     * CZ Česká pošta HD
651
     */
652
    public const ZASILKOVNA_CZ_POST_HD = '13';
653
654
    /**
655
     * CZ - Nejvýhodnější doručení na adresu
656
     */
657
    public const ZASILKOVNA_CZ_COURIER_HD = '106';
658
659
    /**
660
     * Expresní doručení Praha
661
     */
662
    public const ZASILKOVNA_CZ_EXPRESS_PRAHA_HD = '18928';
663
664
    /**
665
     * Expresní doručení Brno
666
     */
667
    public const ZASILKOVNA_CZ_EXPRESS_BRNO_HD = '136';
668
669
    /**
670
     * Expresní doručení Ostrava
671
     */
672
    public const ZASILKOVNA_CZ_EXPRESS_OSTRAVA_HD = '134';
673
674
    /**
675
     * CZ Doručování do kufru
676
     */
677
    public const ZASILKOVNA_CZ_CAR_TRUNK = '25061';
678
679
    /**
680
     * "CZ Zásilkovna večerní doručení Brno HD
681
     */
682
    public const ZASILKOVNA_CZ_EVENING_BRNO_HD = '26637';
683
684
    /**
685
     * DE Německá pošta DHL HD
686
     */
687
    public const ZASILKOVNA_DE_POST_HD = '111';
688
689
    /**
690
     * Německo Hermes PP
691
     */
692
    public const ZASILKOVNA_DE_HERMES_PP = '6828';
693
694
    /**
695
     * DE Hermes Home
696
     */
697
    public const ZASILKOVNA_DE_HERMES_HD = '6373';
698
699
    /**
700
     * DE Home Delivery HD
701
     */
702
    public const ZASILKOVNA_DE_HOME_DELIVERY_HD = '13613';
703
704
    /**
705
     * DK Post Nord Home
706
     */
707
    public const ZASILKOVNA_DK_POST_NORD_HD = '4993';
708
709
    /**
710
     * DK Post Nord PP
711
     */
712
    public const ZASILKOVNA_DK_POST_NORD_PP = '4994';
713
714
    /**
715
     * DK DAO HD
716
     */
717
    public const ZASILKOVNA_DK_DAO_HD = '9725';
718
719
    /**
720
     * DK DAO PP
721
     */
722
    public const ZASILKOVNA_DK_DAO_PP = '9726';
723
724
    /**
725
     * EE Omniva Home
726
     */
727
    public const ZASILKOVNA_EE_OMNIVA_HD = '5060';
728
729
    /**
730
     * EE Omniva pickup
731
     */
732
    public const ZASILKOVNA_EE_OMNIVA_PP = '5061';
733
734
    /**
735
     * EE Omniva Box
736
     */
737
    public const ZASILKOVNA_EE_OMNIVA_BOX = '5062';
738
739
    /**
740
     * EE Venipak HD
741
     */
742
    public const ZASILKOVNA_EE_VENIPAK_HD = '25980';
743
744
    /**
745
     * EE Venipak PP
746
     */
747
    public const ZASILKOVNA_EE_VENIPAK_PP = '25985';
748
749
    /**
750
     * EE Venipak Box
751
     */
752
    public const ZASILKOVNA_EE_VENIPAK_BOX = '25989';
753
754
    /**
755
     * ES Correos HD
756
     */
757
    public const ZASILKOVNA_ES_CORREOS_HD = '4638';
758
759
    /**
760
     * ES MRW Home
761
     */
762
    public const ZASILKOVNA_ES_MRW_HD = '4653';
763
764
    /**
765
     * ES Envialia HD
766
     */
767
    public const ZASILKOVNA_ES_ENVIALIA_HD = '13851';
768
769
    /**
770
     * ES MRW Pickup Point
771
     */
772
    public const ZASILKOVNA_ES_MRW_PP = '4654';
773
774
    /**
775
     * FI Post Nord Home
776
     */
777
    public const ZASILKOVNA_FI_POST_NORD_HP = '4830';
778
779
    /**
780
     * FI Post Nord Pickup Point
781
     */
782
    public const ZASILKOVNA_FI_POST_NORD_PP = '4828';
783
784
    /**
785
     * FI Matkahuolto HD
786
     */
787
    public const ZASILKOVNA_FI_MATKAHUOLTO_HD = '26985';
788
789
    /**
790
     * FI Matkahuolto PP
791
     */
792
    public const ZASILKOVNA_FI_MATKAHUOLTO_PP = '26986';
793
794
    /**
795
     * FI Matkahuolto BOX
796
     */
797
    public const ZASILKOVNA_FI_MATKAHUOLTO_BOX = '26987';
798
799
    /**
800
     * FR Colis Privé HD
801
     */
802
    public const ZASILKOVNA_FR_COLIS_PRIVE_HD = '4033';
803
804
    /**
805
     * FR Mondial PP
806
     */
807
    public const ZASILKOVNA_FR_MONDIAL_PP = '4876';
808
809
    /**
810
     * Francie Colissimo PP
811
     */
812
    public const ZASILKOVNA_FR_COLISSIMO_PP = '4307';
813
814
    /**
815
     * Francie Colissimo Home
816
     */
817
    public const ZASILKOVNA_FR_COLISSIMO_HD = '4309';
818
819
    /**
820
     * FR Mondial Relay PP
821
     */
822
    public const ZASILKOVNA_FR_MONDIAL_RELAY_PP = '12889';
823
824
    /**
825
     * Fr Colis Privé Direct HD
826
     */
827
    public const ZASILKOVNA_FR_COLIS_PRIVE_DIRECT_HD = '16080';
828
829
    /**
830
     * Spojené království Hermes
831
     */
832
    public const ZASILKOVNA_GB_HERMES_HD = '3885';
833
834
    /**
835
     * Spojené království Royal Mail 24
836
     */
837
    public const ZASILKOVNA_GB_ROYAL_MAIL_24_HD = '4856';
838
839
    /**
840
     * Spojené království Royal Mail 48
841
     */
842
    public const ZASILKOVNA_GB_ROYAL_MAIL_48_HD = '4857';
843
844
    /**
845
     * GR Taxydromiki
846
     */
847
    public const ZASILKOVNA_GR_TAXYDROMIKI = '8847';
848
849
    /**
850
     * GR ACS HD
851
     */
852
    public const ZASILKOVNA_GR_ACS_HD = '17465';
853
854
    /**
855
     * GR ACS PP
856
     */
857
    public const ZASILKOVNA_GR_ACS_PP = '17467';
858
859
    /**
860
     * Recko Speedy Home
861
     */
862
    public const ZASILKOVNA_GR_SPEEDY_HD = '4738';
863
864
    /**
865
     * GR Speedex HD
866
     */
867
    public const ZASILKOVNA_GR_SPEEDEX_HD = '12235';
868
869
    /**
870
     * GR BoxNow Box
871
     */
872
    public const ZASILKOVNA_GR_BOXNOW_BOX = '20409';
873
874
    /**
875
     * GR Elta Courier HD
876
     */
877
    public const ZASILKOVNA_GR_ELTA_COURIER_HD = '27954';
878
879
    /**
880
     * GR Elta Courier PP
881
     */
882
    public const ZASILKOVNA_GR_ELTA_COURIER_PP = '27955';
883
884
    /**
885
     * HR Overseas Express HD
886
     */
887
    public const ZASILKOVNA_HR_OVERSEAS_HD = '10618';
888
889
    /**
890
     * HR Overseas PP
891
     */
892
    public const ZASILKOVNA_HR_OVERSEAS_PP = '10619';
893
894
    /**
895
     * Chorvatsko DPD Home
896
     */
897
    public const ZASILKOVNA_HR_DPD_HD = '4646';
898
899
    /**
900
     * Chorvatská Pošta - Výdejní místo
901
     */
902
    public const ZASILKOVNA_HR_POST_PP = '4635';
903
904
    /**
905
     * Chorvatská Pošta - doručení na adresu
906
     */
907
    public const ZASILKOVNA_HR_POST_HD = '4634';
908
909
    /**
910
     * Maďarsko Express One (Transoflex)
911
     */
912
    public const ZASILKOVNA_HU_EXPRESS_ONE_HD = '3828';
913
914
    /**
915
     * Maďarsko DPD
916
     */
917
    public const ZASILKOVNA_HU_DPD_HD = '805';
918
919
    /**
920
     * HU - best delivery solution
921
     */
922
    public const ZASILKOVNA_HU_COURIER_HD = '4159';
923
924
    /**
925
     * Maďarská pošta
926
     */
927
    public const ZASILKOVNA_HU_POST_HD = '763';
928
929
    /**
930
     * Maďarská pošta PP
931
     */
932
    public const ZASILKOVNA_HU_POST_PP = '4539';
933
934
    /**
935
     * Maďarská pošta Box
936
     */
937
    public const ZASILKOVNA_HU_POST_BOX = '29760';
938
939
    /**
940
     * HU Fáma Futár HD
941
     */
942
    public const ZASILKOVNA_HU_FAMA_FUTAR_HD = '10061';
943
944
    /*
945
     * HU FoxPost BOX
946
     */
947
    public const ZASILKOVNA_HU_FOXPOST_BOX = '32970';
948
949
    /**
950
     * Švýcarsko-Lichtenštejnská Pošta - prioritní
951
     */
952
    public const ZASILKOVNA_CH_POST_PRIORITY_HD = '3870';
953
954
    /**
955
     * Švýcarsko-Lichtejnštejnská Pošta
956
     */
957
    public const ZASILKOVNA_CH_POST_HD = '3294';
958
959
    /**
960
     * Irsko Hermes
961
     */
962
    public const ZASILKOVNA_IE_HERMES_HD = '4524';
963
964
    /**
965
     * IE Anpost HD
966
     */
967
    public const ZASILKOVNA_IE_ANPOST_HD = '9990';
968
969
    /**
970
     * IE FedEx HD Connect Plus
971
     */
972
    public const ZASILKOVNA_IE_FEDEX_HD_CONNECT_PLUS = '24810';
973
974
    /**
975
     * IE FedEx HD Priority
976
     */
977
    public const ZASILKOVNA_IE_FEDEX_HD_PRIORITY = '24811';
978
979
    /**
980
     * IT Bartolini Home
981
     */
982
    public const ZASILKOVNA_IT_BARTOLINI_HD = '9103';
983
984
    /**
985
     * IT Bartolini PP
986
     */
987
    public const ZASILKOVNA_IT_BARTOLINI_PP = '9104';
988
989
    /**
990
     * IT Italská pošta PP
991
     */
992
    public const ZASILKOVNA_IT_POST_PP = '29660';
993
994
    /**
995
     * IT Bartolini Box
996
     */
997
    public const ZASILKOVNA_IT_BARTOLINI_BOX = '29678';
998
999
    /**
1000
     * Itálie GLS
1001
     */
1002
    public const ZASILKOVNA_IT_GLS_HD = '2726';
1003
1004
    /**
1005
     * IT HR Parcel HD
1006
     */
1007
    public const ZASILKOVNA_IT_HR_PARCEL_HD = '12154';
1008
1009
    /**
1010
     * IT Italská pošta HD
1011
     */
1012
    public const ZASILKOVNA_IT_POST_HD = '29192';
1013
1014
    /**
1015
     * LT Omniva Box
1016
     */
1017
    public const ZASILKOVNA_LT_OMNIVA_BOX = '5066';
1018
1019
    /**
1020
     * LT Omniva Home
1021
     */
1022
    public const ZASILKOVNA_LT_OMNIVA_HD = '5065';
1023
1024
    /**
1025
     * LU Lucemburská pošta HD
1026
     */
1027
    public const ZASILKOVNA_LU_POST_HD = '8125';
1028
1029
    /**
1030
     * LU DPD
1031
     */
1032
    public const ZASILKOVNA_LU_DPD_HD = '4834';
1033
1034
    /**
1035
     * LV Omniva Box
1036
     */
1037
    public const ZASILKOVNA_LV_OMNIVA_BOX = '5064';
1038
1039
    /**
1040
     * LV Omniva Home
1041
     */
1042
    public const ZASILKOVNA_LV_OMNIVA_HD = '5063';
1043
1044
    /**
1045
     * LV Venipak HD
1046
     */
1047
    public const ZASILKOVNA_LV_VENIPAK_HD = '25981';
1048
1049
    /**
1050
     * LV Venipak PP
1051
     */
1052
    public const ZASILKOVNA_LV_VENIPAK_PP = '25987';
1053
1054
    /**
1055
     * LV Venipak Box
1056
     */
1057
    public const ZASILKOVNA_LV_VENIPAK_BOX = '25990';
1058
1059
    /**
1060
     * NL DHL HD
1061
     */
1062
    public const ZASILKOVNA_NL_DHL_HD = '8000';
1063
1064
    /**
1065
     * NL Post
1066
     */
1067
    public const ZASILKOVNA_NL_POST_HD = '4329';
1068
1069
    /**
1070
     * NL DHL PP
1071
     */
1072
    public const ZASILKOVNA_NL_DHL_PP = '8001';
1073
1074
    /**
1075
     * Polská pošta 24h
1076
     */
1077
    public const ZASILKOVNA_PL_POST_24_HD = '1438';
1078
1079
    /**
1080
     * Polská pošta
1081
     */
1082
    public const ZASILKOVNA_PL_POST_48_HD = '272';
1083
1084
    /**
1085
     * Polsko DPD
1086
     */
1087
    public const ZASILKOVNA_PL_DPD_HD = '1406';
1088
1089
    /**
1090
     * PL - best delivery solution
1091
     */
1092
    public const ZASILKOVNA_PL_COURIER_HD = '4162';
1093
1094
    /**
1095
     * PL Polská pošta PP
1096
     */
1097
    public const ZASILKOVNA_PL_POST_PP = '14052';
1098
1099
    /**
1100
     * Polsko Paczkomaty
1101
     */
1102
    public const ZASILKOVNA_PL_INPOST_PACZKOMATY_BOX = '3060';
1103
1104
    /**
1105
     * Polsko InPost
1106
     */
1107
    public const ZASILKOVNA_PL_INPOST_HD = '3603';
1108
1109
    /**
1110
     * PT MRW Home
1111
     */
1112
    public const ZASILKOVNA_PT_MRW_HD = '4655';
1113
1114
    /**
1115
     * PT MRW PP
1116
     */
1117
    public const ZASILKOVNA_PT_MRW_PP = '4656';
1118
1119
    /**
1120
     * RO - best delivery solution
1121
     */
1122
    public const ZASILKOVNA_RO_COURIER_HD = '4161';
1123
1124
    /**
1125
     * Rumunsko Cargus
1126
     */
1127
    public const ZASILKOVNA_RO_URGENT_CARGUS_HD = '590';
1128
1129
    /**
1130
     * Rumunsko Sameday box
1131
     */
1132
    public const ZASILKOVNA_RO_SAMEDAY_BOX = '7455';
1133
1134
    /**
1135
     * Rumunsko DPD
1136
     */
1137
    public const ZASILKOVNA_RO_DPD_HD = '836';
1138
1139
    /**
1140
     * Rumunsko Sameday HD
1141
     */
1142
    public const ZASILKOVNA_RO_SAMEDAY_HD = '7397';
1143
1144
    /**
1145
     * Rumunsko FAN
1146
     */
1147
    public const ZASILKOVNA_RO_FAN_COURIER_HD = '762';
1148
1149
    /**
1150
     * Ruská pošta
1151
     */
1152
    public const ZASILKOVNA_RU_POST_PP = '4559';
1153
1154
    /**
1155
     * RU Post Registered Packet
1156
     */
1157
    public const ZASILKOVNA_RU_POST_RECOMMENDED_PP = '5102';
1158
1159
    /**
1160
     * RU Post EMS
1161
     */
1162
    public const ZASILKOVNA_RU_EMS_HD = '5101';
1163
1164
    /**
1165
     * SE Post Nord pp
1166
     */
1167
    public const ZASILKOVNA_SE_POST_NORD_PP = '4826';
1168
1169
    /**
1170
     * SE Post Nord Home
1171
     */
1172
    public const ZASILKOVNA_SE_POST_NORD_HD = '4827';
1173
1174
    /**
1175
     * SI DPD Home
1176
     */
1177
    public const ZASILKOVNA_SI_DPD_HD = '4949';
1178
1179
    /**
1180
     * SI DPD Pickup
1181
     */
1182
    public const ZASILKOVNA_SI_DPD_PP = '4950';
1183
1184
    /**
1185
     * SI Post HD
1186
     */
1187
    public const ZASILKOVNA_SI_POST_HD = '19515';
1188
1189
    /**
1190
     * SI Post PP
1191
     */
1192
    public const ZASILKOVNA_SI_POST_PP = '19516';
1193
1194
    /**
1195
     * SI Post Box
1196
     */
1197
    public const ZASILKOVNA_SI_POST_BOX = '19517';
1198
1199
    /**
1200
     * SI Express One HD
1201
     */
1202
    public const ZASILKOVNA_SI_EXPRESS_ONE_HD = '25004';
1203
1204
    /**
1205
     * SI Express One PP
1206
     */
1207
    public const ZASILKOVNA_SI_EXPRESS_ONE_PP = '25005';
1208
1209
    /**
1210
     * Expresné doručenie Bratislava
1211
     */
1212
    public const ZASILKOVNA_SK_EXPRESS_BRATISLAVA_HD = '132';
1213
1214
    /**
1215
     * SK - Best delivery solution
1216
     */
1217
    public const ZASILKOVNA_SK_COURIER_HD = '131';
1218
1219
    /**
1220
     * Slovenská pošta
1221
     */
1222
    public const ZASILKOVNA_SK_POST_HD = '16';
1223
1224
    /**
1225
     * Ukrajina Nova Poshta
1226
     */
1227
    public const ZASILKOVNA_UA_NOVA_POSHTA_PP = '3616';
1228
1229
    /**
1230
     * Ukrajina Rosan
1231
     */
1232
    public const ZASILKOVNA_UA_ROSAN_HD = '1160';
1233
1234
    /**
1235
     * US FedEx HD Economy
1236
     */
1237
    public const ZASILKOVNA_US_FEDEX_ECONOMY_HD = '19326';
1238
1239
    /**
1240
     * US FedEx HD Priority
1241
     */
1242
    public const ZASILKOVNA_US_FEDEX_PRIORITY_HD = '19325';
1243
1244
    /**
1245
     * TR FedEx HD Economy
1246
     */
1247
    public const ZASILKOVNA_TR_FEDEX_ECONOMY_HD = '19327';
1248
1249
    /**
1250
     * TR FedEx HD Priority
1251
     */
1252
    public const ZASILKOVNA_TR_FEDEX_PRIORITY_HD = '19328';
1253
1254
    /**
1255
     * IL FedEx HD Priority
1256
     */
1257
    public const ZASILKOVNA_IL_FEDEX_PRIORITY_HD = '19329';
1258
1259
    /**
1260
     * IL FedEx HD Economy
1261
     */
1262
    public const ZASILKOVNA_IL_FEDEX_ECONOMY_HD = '19330';
1263
1264
    /**
1265
     * EE Lithuanian Post HD
1266
     */
1267
    public const ZASILKOVNA_EE_LT_POST_HD = '18805';
1268
1269
    /**
1270
     * LV Lithuanian Post HD
1271
     */
1272
    public const ZASILKOVNA_LV_LT_POST_HD = '18807';
1273
1274
    /**
1275
     * LT Lithuanian Post HD
1276
     */
1277
    public const ZASILKOVNA_LT_POST_HD = '18808';
1278
1279
    /**
1280
     * LT Lithuanian Post Box
1281
     */
1282
    public const ZASILKOVNA_LT_POST_BOX = '18809';
1283
1284
    /**
1285
     * LT Venipak HD
1286
     */
1287
    public const ZASILKOVNA_LT_VENIPAK_HD = '25982';
1288
1289
    /**
1290
     * LT Venipak PP
1291
     */
1292
    public const ZASILKOVNA_LT_VENIPAK_PP = '25988';
1293
1294
    /**
1295
     * LT Venipak Box
1296
     */
1297
    public const ZASILKOVNA_LT_VENIPAK_BOX = '25992';
1298
1299
    /**
1300
     * DHL
1301
     */
1302
    public const PBH_DHL = '1';
1303
1304
    /**
1305
     * GLS
1306
     */
1307
    public const PBH_GLS = '2';
1308
1309
    /**
1310
     * SPS
1311
     */
1312
    public const PBH_SPS = '3';
1313
1314
    /**
1315
     * Slovenská pošta
1316
     */
1317
    public const PBH_SP = '4';
1318
1319
    /**
1320
     * Transoflex
1321
     */
1322
    public const PBH_TRANSOFLEX = '5';
1323
1324
    /**
1325
     * Maďarská pošta
1326
     */
1327
    public const PBH_MP = '6';
1328
1329
    /**
1330
     * Cargus
1331
     */
1332
    public const PBH_CARGUS = '7';
1333
1334
    /**
1335
     * Rakouská pošta
1336
     */
1337
    public const PBH_RP = '8';
1338
1339
    /**
1340
     * Česká pošta – Balík do ruky
1341
     */
1342
    public const PBH_CP_DR = '9';
1343
1344
    /**
1345
     * Česká pošta – Balík na poštu
1346
     */
1347
    public const PBH_CP_NP = '10';
1348
1349
    /**
1350
     * PPL
1351
     */
1352
    public const PBH_PPL = '11';
1353
1354
    /**
1355
     * DPD
1356
     */
1357
    public const PBH_DPD = '12';
1358
1359
    /**
1360
     * Polská pošta
1361
     */
1362
    public const PBH_PP = '13';
1363
1364
    /**
1365
     * Polský Inpost Kurier
1366
     */
1367
    public const PBH_INPOST_KURIER = '14';
1368
1369
    /**
1370
     * FAN Courier
1371
     */
1372
    public const PBH_FAN_KURIER = '15';
1373
1374
    /**
1375
     * Hermes
1376
     */
1377
    public const PBH_HERMES = '16';
1378
1379
    /**
1380
     * Speedy
1381
     */
1382
    public const PBH_SPEEDY = '17';
1383
1384
    /**
1385
     * Colissimo
1386
     */
1387
    public const PBH_COLISSIMO = '18';
1388
1389
    /**
1390
     * Meest
1391
     */
1392
    public const PBH_MEEST = '19';
1393
1394
    /**
1395
     * Nova Poshta
1396
     */
1397
    public const PBH_NOBA_POSHTA = '20';
1398
1399
    /**
1400
     * Econt
1401
     */
1402
    public const PBH_ECONT = '21';
1403
1404
    /**
1405
     * ACS
1406
     */
1407
    public const PBH_ACS = '22';
1408
1409
    /**
1410
     * Correos
1411
     */
1412
    public const PBH_CORREOS = '23';
1413
1414
    /**
1415
     * 123 Kuriér
1416
     */
1417
    public const PBH_123_KURIER = '24';
1418
1419
    /**
1420
     * RoyalMail 24h
1421
     */
1422
    public const PBH_ROYAL_MAIL_24 = '25';
1423
1424
    /**
1425
     * RoyalMail 48h
1426
     */
1427
    public const PBH_ROYAL_MAIL_48 = '26';
1428
1429
    /**
1430
     * Express one
1431
     */
1432
    public const PBH_EXPRESS_ONE = '27';
1433
1434
    /**
1435
     * Express UPS
1436
     */
1437
    public const PBH_UPS = '28';
1438
1439
    /**
1440
     * Warenpost
1441
     */
1442
    public const PBH_WARENPOST = '29';
1443
1444
    /**
1445
     * Chorvatská pošta
1446
     */
1447
    public const PBH_HR_POST = '30';
1448
1449
    /**
1450
     * BOX NOW
1451
     */
1452
    public const PBH_BOX_NOW = '31';
1453
1454
    /**
1455
     * Slovinská pošta
1456
     */
1457
    public const PBH_SI = '32';
1458
1459
    /**
1460
     * Itella
1461
     */
1462
    public const PBH_ITELLA = '33';
1463
1464
    /**
1465
     * Worlwide zásilky
1466
     */
1467
    public const DHL_WORLDWIDE = '1';
1468
1469
    /**
1470
     * Express Worldwide dokumenty
1471
     */
1472
    public const DHL_EXPRESS_DOCUMENTS = '2';
1473
1474
    /**
1475
     * Express Worldwide 9:00
1476
     */
1477
    public const DHL_EXPRESS_WORLDWIDE_9 = '3';
1478
1479
    /**
1480
     * Express Worldwide 12:00
1481
     */
1482
    public const DHL_EXPRESS_WORLDWIDE_12 = '4';
1483
1484
    /**
1485
     * Economy Select
1486
     */
1487
    public const DHL_ECONOMY = '5';
1488
1489
    /**
1490
     * Domestic Express 12:00
1491
     */
1492
    public const DHL_DOMESTIC_12 = '6';
1493
1494
    /**
1495
     * Domestic Express
1496
     */
1497
    public const DHL_DOMESTIC_EXPRESS = '7';
1498
1499
    /**
1500
     * Medical Express
1501
     */
1502
    public const DHL_MEDICAL_EXPRESS = '8';
1503
1504
    /**
1505
     * Express
1506
     */
1507
    public const UPS_EXPRESS = '1';
1508
1509
    /**
1510
     * Express Saver
1511
     */
1512
    public const UPS_EXPRESS_SAVER = '2';
1513
1514
    /**
1515
     * Standard
1516
     */
1517
    public const UPS_STANDARD = '3';
1518
1519
    /**
1520
     * Expedited
1521
     */
1522
    public const UPS_EXPEDITED = '4';
1523
1524
    /**
1525
     * Express
1526
     */
1527
    public const TNT_EXPRESS = '1';
1528
1529
    /**
1530
     * Express 9:00
1531
     */
1532
    public const TNT_EXPRESS_9 = '2';
1533
1534
    /**
1535
     * Express 12:00
1536
     */
1537
    public const TNT_EXPRESS_12 = '3';
1538
1539
    /**
1540
     * Economy Express
1541
     */
1542
    public const TNT_ECONOMY_EXPRESS = '4';
1543
1544
    /**
1545
     * Night Express 8:00
1546
     */
1547
    public const TNT_NIGHT_EXPRESS_8 = '5';
1548
1549
    /**
1550
     * Economy Express 12:00
1551
     */
1552
    public const TNT_ECONOMY_EXPRESS_12 = '6';
1553
1554
    /**
1555
     * Express 10:00
1556
     */
1557
    public const TNT_EXPRESS_10 = '7';
1558
1559
    /**
1560
     * Express (Documents)
1561
     */
1562
    public const TNT_EXPRESS_DOCUMENTS = '8';
1563
1564
    /**
1565
     * Express 9:00 (Documents)
1566
     */
1567
    public const TNT_EXPRESS_DOCUMENTS_9 = '9';
1568
1569
    /**
1570
     * Express 10:00 (Documents)
1571
     */
1572
    public const TNT_EXPRESS_DOCUMENTS_10 = '10';
1573
1574
    /**
1575
     * Express 12:00 (Documents)
1576
     */
1577
    public const TNT_EXPRESS_DOCUMENTS_12 = '11';
1578
1579
    /**
1580
     * Night Express 12:00
1581
     */
1582
    public const TNT_NIGHT_EXPRESS_12 = '12';
1583
1584
    /**
1585
     * Night Express 06:00
1586
     */
1587
    public const TNT_NIGHT_EXPRESS_6 = '13';
1588
1589
    /**
1590
     * Night Express 07:00
1591
     */
1592
    public const TNT_NIGHT_EXPRESS_7 = '14';
1593
1594
    /**
1595
     * Night Express 14:00
1596
     */
1597
    public const TNT_NIGHT_EXPRESS_14 = '15';
1598
1599
    /**
1600
     * Special economy express
1601
     */
1602
    public const TNT_SPECIAL_ECONOMY_EXPRESS = '16';
1603
1604
    /**
1605
     * Direct Infeed
1606
     */
1607
    public const TNT_DIRECT_INFEED = '17';
1608
1609
    /**
1610
     * Priority Goods 9:00
1611
     */
1612
    public const GW_PRIORITY_9 = 'P9';
1613
1614
    /**
1615
     * Priority Goods 12:00
1616
     */
1617
    public const GW_PRIORITY_12 = 'P12';
1618
1619
    /**
1620
     * Priority Goods 16:00
1621
     */
1622
    public const GW_PRIORITY_16 = 'P16';
1623
1624
    /**
1625
     * Direct Goods
1626
     */
1627
    public const GW_DIRECT_GOODS = 'WDG';
1628
1629
    /**
1630
     * Pick Up
1631
     */
1632
    public const GW_PICKUP = 'BES';
1633
1634
    /**
1635
     * Pickup by Consignee
1636
     */
1637
    public const GW_PICKUP_BY_CONSIGNEE = 'SA';
1638
1639
    /**
1640
     * Domestic PRON
1641
     */
1642
    public const GW_DOMESTIC = 'W24';
1643
1644
    /**
1645
     * HDS - Home Delivery Services
1646
     */
1647
    public const GW_HOME_DELIVERY = 'HDS';
1648
1649
    /**
1650
     * Export PROI
1651
     */
1652
    public const GW_EXPORT = 'EUR';
1653
1654
    /**
1655
     * Domestic PRON
1656
     */
1657
    public const GW_W24 = 'W24';
1658
1659
    /**
1660
     * Domestic 8:00 - 12:00
1661
     */
1662
    public const GW_D8 = 'D8';
1663
1664
    /**
1665
     * Domestic 12:00 - 14:00
1666
     */
1667
    public const GW_D12 = 'D12';
1668
1669
    /**
1670
     * Domestic 14:00 - 18:00
1671
     */
1672
    public const GW_D14 = 'D14';
1673
1674
    /**
1675
     * Export PROI
1676
     */
1677
    public const GW_EUR = 'EUR';
1678
1679
    /**
1680
     * Standard
1681
     */
1682
    public const MESSENGER_STANDARD = '100';
1683
1684
    /**
1685
     * Extreme
1686
     */
1687
    public const MESSENGER_EXTREME = '102';
1688
1689
    /**
1690
     * Express
1691
     */
1692
    public const MESSENGER_EXPRESS = '103';
1693
1694
    /**
1695
     * Same day
1696
     */
1697
    public const MESSENGER_SAME_DAY = '104';
1698
1699
    /**
1700
     * Overnight Economy
1701
     */
1702
    public const MESSENGER_OVERNIGHT_ECONOMY = '106';
1703
1704
    /**
1705
     * Overnight Express
1706
     */
1707
    public const MESSENGER_OVERNIGHT_EXPRESS = '107';
1708
1709
    /**
1710
     * Direct
1711
     */
1712
    public const MESSENGER_DIRECT = '108';
1713
1714
    /**
1715
     * Economy (Brno)
1716
     */
1717
    public const MESSENGER_ECONOMY_BRNO = '114';
1718
1719
    /**
1720
     * Praha – 9-13h
1721
     */
1722
    public const MESSENGER_PRAGUE_09_13 = '205';
1723
1724
    /**
1725
     * Praha – 13-17h
1726
     */
1727
    public const MESSENGER_PRAGUE_13_17 = '206';
1728
1729
    /**
1730
     * Praha – 17-21h
1731
     */
1732
    public const MESSENGER_PRAGUE_17_21 = '207';
1733
1734
    /**
1735
     * DHL Paket
1736
     */
1737
    public const DHLDE_PAKET = '1';
1738
1739
    /**
1740
     * DHL Paket Taggleich
1741
     */
1742
    public const DHLDE_PAKET_TAGGLEICH = '2';
1743
1744
    /**
1745
     * DHL Paket International
1746
     */
1747
    public const DHLDE_PAKET_INTERNATIONAL = '3';
1748
1749
    /**
1750
     * DHL Europaket
1751
     */
1752
    public const DHLDE_EUROPAKET = '4';
1753
1754
    /**
1755
     * DHL Paket Connect
1756
     */
1757
    public const DHLDE_PAKET_CONNECT = '5';
1758
1759
    /**
1760
     * DHL Warenpost Domestic
1761
     */
1762
    public const DHLDE_WARENPOST_DOMESTIC = '6';
1763
1764
    /**
1765
     * DHL Warenpost International
1766
     */
1767
    public const DHLDE_WARENPOST_INTERNATIONAL = '7';
1768
1769
    /**
1770
     * FedEx International Priority
1771
     */
1772
    public const FEDEX_INTERNATIONAL = '1';
1773
1774
    /**
1775
     * FedEx International Economy
1776
     */
1777
    public const FEDEX_ECONOMY = '2';
1778
1779
    /**
1780
     * FedEx International First
1781
     */
1782
    public const FEDEX_INTERNATIONAL_FIRST = '3';
1783
1784
    /**
1785
     * FedEx International Priority Express
1786
     */
1787
    public const FEDEX_INTERNATIONAL_PRIORITY_EXPRESS = '4';
1788
1789
    /**
1790
     * FedEx International Priority
1791
     */
1792
    public const FEDEX_INTERNATIONAL_PRIORITY = '5';
1793
1794
    /**
1795
     * FedEx FedEx Regional Economy
1796
     */
1797
    public const FEDEX_REGIONAL_ECONOMY = '6';
1798
1799
    /**
1800
     * FedEx International Priority Freight
1801
     */
1802
    public const FEDEX_INTERNATIONAL_PRIORITY_FREIGHT = '7';
1803
1804
    /**
1805
     * FedEx International Economy Freight
1806
     */
1807
    public const FEDEX_INTERNATIONAL_ECONOMY_FREIGHT = '8';
1808
1809
    /**
1810
     * FedEx Fedex Regional Economy Freight
1811
     */
1812
    public const FEDEX_REGIONAL_ECONOMY_FREIGHT = '9';
1813
1814
    /**
1815
     * FedEx International Connect Plus
1816
     */
1817
    public const FEDEX_INTERNATIONAL_CONNECT_PLUS = '10';
1818
1819
    /**
1820
     * FedEx Priority Overnight
1821
     */
1822
    public const FEDEX_PRIORITY_OVERNIGHT = '11';
1823
1824
    /**
1825
     * FedEx First
1826
     */
1827
    public const FEDEX_FIRST = '65';
1828
1829
    /**
1830
     * FedEx Priority Express
1831
     */
1832
    public const FEDEX_PRIORITY_EXPRESS = '66';
1833
1834
    /**
1835
     * FedEx Priority
1836
     */
1837
    public const FEDEX_PRIORITY = '67';
1838
1839
    /**
1840
     * FedEx Priority Express Freight
1841
     */
1842
    public const FEDEX_REGIONAL_EXPRESS_FREIGHT = '68';
1843
1844
    /**
1845
     * FedEx Priority Freight
1846
     */
1847
    public const FEDEX_REGIONAL_REIGHT = '69';
1848
1849
    /**
1850
     * Fofr
1851
     */
1852
    public const FOFR_FOFR = 'F';
1853
1854
    /**
1855
     * Fofr Economy
1856
     */
1857
    public const FOFR_ECONOMY = 'C';
1858
1859
    /**
1860
     * Fofr Balíková přeprava
1861
     */
1862
    public const FOFR_PARCEL = 'B';
1863
1864
    /**
1865
     * Fofr Paletová přeprava
1866
     */
1867
    public const FOFR_PALETTE = 'P';
1868
1869
    /**
1870
     * Fofr Nadrozměrná zásilka
1871
     */
1872
    public const FOFR_OVERSIZED = 'N';
1873
1874
    /**
1875
     * Fofr Slovensko
1876
     */
1877
    public const FOFR_SK = 'S';
1878
1879
    /**
1880
     * Fofr Zahraničí
1881
     */
1882
    public const FOFR_ABROAD = 'Z';
1883
1884
    /**
1885
     * Dachser Targospeed
1886
     */
1887
    public const DACHSER_SPEED = 'Z';
1888
1889
    /**
1890
     * Dachser Targospeed 10
1891
     */
1892
    public const DACHSER_SPEED_10 = 'S';
1893
1894
    /**
1895
     * Dachser Targospeed 12
1896
     */
1897
    public const DACHSER_SPEED_12 = 'E';
1898
1899
    /**
1900
     * Dachser Targospeed plux
1901
     */
1902
    public const DACHSER_SPEED_PLUS = 'X';
1903
1904
    /**
1905
     * Dachser Targofix
1906
     */
1907
    public const DACHSER_FIX = 'V';
1908
1909
    /**
1910
     * Dachser Targofix 10
1911
     */
1912
    public const DACHSER_FIX_10 = 'R';
1913
1914
    /**
1915
     * Dachser Targofix 12
1916
     */
1917
    public const DACHSER_FIX_12 = 'W';
1918
1919
    /**
1920
     * Dachser Targoflex
1921
     */
1922
    public const DACHSER_FLEX = 'Y';
1923
1924
    /**
1925
     * Dachser Targo on-site
1926
     */
1927
    public const DACHSER_ONSITE = 'A';
1928
1929
    /**
1930
     * Dachser classicline
1931
     */
1932
    public const DACHSER_CLASSIC = 'N';
1933
1934
    /**
1935
     * Dachser Targo on-site FIX
1936
     */
1937
    public const DACHSER_ONSITE_FIX = 'U';
1938
1939
    /**
1940
     * DHL Parcel Connect
1941
     */
1942
    public const DHLPARCEL_CONNECT = '1';
1943
1944
    /**
1945
     * Raben Cargo Classic
1946
     */
1947
    public const RABEN_CLASSIC = 'PROD01';
1948
1949
    /**
1950
     * Raben Cargo Classic - Time slot
1951
     */
1952
    public const RABEN_CLASSIC_TIME = 'PROD01-RTS';
1953
1954
    /**
1955
     * Raben Cargo Premium
1956
     */
1957
    public const RABEN_PREMIUM = 'PROD02';
1958
1959
    /**
1960
     * Raben Cargo Premium - Time slot
1961
     */
1962
    public const RABEN_PREMIUM_TIME = 'PROD02-RTS';
1963
1964
    /**
1965
     * Raben Cargo Premium - Delivery till 12:00 p
1966
     */
1967
    public const RABEN_PREMIUM_12 = 'PROD02-ND12';
1968
1969
    /**
1970
     * Raben Cargo Premium - Fixed date
1971
     */
1972
    public const RABEN_PREMIUM_FIX = 'PROD02-FIX';
1973
1974
    /**
1975
     * Spring Tracked
1976
     */
1977
    public const SPRING_TRACKED = 'TRCK';
1978
1979
    /**
1980
     * Spring Signatured
1981
     */
1982
    public const SPRING_SIGNATURED = 'SIGN';
1983
1984
    /**
1985
     * Spring Untracked
1986
     */
1987
    public const SPRING_UNTRACKED = 'UNTR';
1988
1989
    /**
1990
     * DSV Road
1991
     */
1992
    public const DSV_ROAD = 'road';
1993
1994
    /**
1995
     * DSV B2C
1996
     */
1997
    public const DSV_B2C = 'b2c';
1998
1999
    /**
2000
     * DHLFREIGHTEC EuroConnect Domestic B2B
2001
     */
2002
    public const DHLFREIGHTEC_ECD_B2B = 'ECD_B2B';
2003
2004
    /**
2005
     * DHLFREIGHTEC EuroConnect Domestic B2C
2006
     */
2007
    public const DHLFREIGHTEC_ECD_B2C = 'ECD_B2C';
2008
2009
    /**
2010
     * DHLFREIGHTEC EuroConnect International
2011
     */
2012
    public const DHLFREIGHTEC_ECI = 'ECI';
2013
2014
    /**
2015
     * DHLFREIGHTEC EuroRapid International
2016
     */
2017
    public const DHLFREIGHTEC_ERI = 'ERI';
2018
2019
    /**
2020
     * KURIER Garantované doručení
2021
     */
2022
    public const KURIER_GARANTED = 'gdd';
2023
2024
    /**
2025
     * KURIER Garantované doručení na výdejní místo
2026
     */
2027
    public const KURIER_GARANTED_BRANCH = 'gdd_branch';
2028
2029
    /**
2030
     * KURIER Doručení do 12h
2031
     */
2032
    public const KURIER_12 = 'd12';
2033
2034
    /**
2035
     * KURIER Standard
2036
     */
2037
    public const KURIER_STANDARD = 'std';
2038
2039
    /**
2040
     * KURIER Standard na výdejní místo
2041
     */
2042
    public const KURIER_STANDARD_BRANCH = 'std_branch';
2043
2044
    /**
2045
     * DB Schenker System FIX
2046
     */
2047
    public const DBSCHENKER_SYSTEM_FIX = '35';
2048
2049
    /**
2050
     * DB Schenker System FIX TBA
2051
     */
2052
    public const DBSCHENKER_SYSTEM_FIX_TBA = '39';
2053
2054
    /**
2055
     * DB Schenker System
2056
     */
2057
    public const DBSCHENKER_SYSTEM = '43';
2058
2059
    /**
2060
     * DB Schenker System Premium
2061
     */
2062
    public const DBSCHENKER_SYSTEM_PREMIUM = '44';
2063
2064
    /**
2065
     * DB Schenker System Premium 10
2066
     */
2067
    public const DBSCHENKER_SYSTEM_PREMIUM_10 = '55';
2068
2069
    /**
2070
     * DB Schenker System Premium 13
2071
     */
2072
    public const DBSCHENKER_SYSTEM_PREMIUM_13 = '56';
2073
2074
    /**
2075
     * DB Schenker System FIX 10
2076
     */
2077
    public const DBSCHENKER_SYSTEM_FIX_10 = '57';
2078
2079
    /**
2080
     * DB Schenker System FIX 13
2081
     */
2082
    public const DBSCHENKER_SYSTEM_FIX_13 = '58';
2083
2084
    /**
2085
     * DB Schenker Full Load
2086
     */
2087
    public const DBSCHENKER_FULL_LOAD = '71';
2088
2089
    /**
2090
     * DB Schenker Part Load
2091
     */
2092
    public const DBSCHENKER_PART_LOAD = '72';
2093
2094
    /**
2095
     * DB Schenker Parcel
2096
     */
2097
    public const DBSCHENKER_LPA = 'LPA';
2098
2099
    /**
2100
     * Airway Express
2101
     */
2102
    public const AIRWAY_EXPRESS = '1';
2103
2104
    /**
2105
     * Airway Normal
2106
     */
2107
    public const AIRWAY_NORMAL = '2';
2108
2109
    /**
2110
     * Airway Economy
2111
     */
2112
    public const AIRWAY_ECONOMY = '3';
2113
2114
    /**
2115
     * Airway Same Day
2116
     */
2117
    public const AIRWAY_SAME_DAY = '4';
2118
2119
    /**
2120
     * Airway Prague 9-13
2121
     */
2122
    public const AIRWAY_PRAGUE_13 = '5';
2123
2124
    /**
2125
     * Airway Prague 13-17
2126
     */
2127
    public const AIRWAY_PRAGUE_17 = '6';
2128
2129
    /**
2130
     * Airway Prague 17-21
2131
     */
2132
    public const AIRWAY_PRAGUE_21 = '7';
2133
2134
    /**
2135
     * Airway Další den
2136
     */
2137
    public const AIRWAY_NEXT_DAY = '8';
2138
2139
    /**
2140
     * Airway Další pracovní den
2141
     */
2142
    public const AIRWAY_NEXT_WEEKDAY = '9';
2143
2144
    /**
2145
     * JAPO Standard
2146
     */
2147
    public const JAPO_STANDARD = 'STANDARD';
2148
2149
    /**
2150
     * Liftago Express
2151
     */
2152
    public const LIFTAGO_EXPRESS = 'express';
2153
2154
    /**
2155
     * Liftago Standard
2156
     */
2157
    public const LIFTAGO_STANDARD = 'standard';
2158
2159
    /**
2160
     * Liftago Standard 6-8h
2161
     */
2162
    public const LIFTAGO_STANDARD_8 = 'standard-6-8';
2163
2164
    /**
2165
     * Liftago Standard 8-10h
2166
     */
2167
    public const LIFTAGO_STANDARD_10 = 'standard-8-10';
2168
2169
    /**
2170
     * Liftago Standard 10-12h
2171
     */
2172
    public const LIFTAGO_STANDARD_12 = 'standard-10-12';
2173
2174
    /**
2175
     * Liftago Standard 12-14h
2176
     */
2177
    public const LIFTAGO_STANDARD_14 = 'standard-12-14';
2178
2179
    /**
2180
     * Liftago Standard 14-16h
2181
     */
2182
    public const LIFTAGO_STANDARD_16 = 'standard-14-16';
2183
2184
    /**
2185
     * Liftago Standard 16-18h
2186
     */
2187
    public const LIFTAGO_STANDARD_18 = 'standard-16-18';
2188
2189
    /**
2190
     * Liftago Standard 18-20h
2191
     */
2192
    public const LIFTAGO_STANDARD_20 = 'standard-18-20';
2193
2194
    /**
2195
     * Liftago Standard 20-22h
2196
     */
2197
    public const LIFTAGO_STANDARD_22 = 'standard-20-22';
2198
2199
    /**
2200
     * Liftago SLot 10-12h
2201
     */
2202
    public const LIFTAGO_SLOT_12 = 'SLOT10-12';
2203
2204
    /**
2205
     * Liftago SLot 12-15h
2206
     */
2207
    public const LIFTAGO_SLOT_15 = 'SLOT12-15';
2208
2209
    /**
2210
     * Liftago SLot 18-21h
2211
     */
2212
    public const LIFTAGO_SLOT_21 = 'SLOT18-21';
2213
2214
    /**
2215
     * MPL Business parcel (Domestic)
2216
     */
2217
    public const MAGYARPOSTA_MPL_BUSINESS = 'A_175_UZL';
2218
2219
    /**
2220
     * MPL Postal Parcel (Domestic)
2221
     */
2222
    public const MAGYARPOSTA_MPL_POST = 'A_177_MPC';
2223
2224
    /**
2225
     * International priority postal parcel
2226
     */
2227
    public const MAGYARPOSTA_INTERNATIONAL_PRIORITY = 'A_122_ECS';
2228
2229
    /**
2230
     * International postal parcel
2231
     */
2232
    public const MAGYARPOSTA_INTERNATIONAL = 'A_121_CSG';
2233
2234
    /**
2235
     * Europe+ parcel
2236
     */
2237
    public const MAGYARPOSTA_EUROPE_PLUS = 'A_123_EUP';
2238
2239
    /**
2240
     * MPL Europe Standard
2241
     */
2242
    public const MAGYARPOSTA_EUROPE_STANDARD = 'A_125_HAR';
2243
2244
    /**
2245
     * 3H
2246
     */
2247
    public const SAMEDAY_3H = '2';
2248
2249
    /**
2250
     * 3H
2251
     */
2252
    public const SAMEDAY_6H = '3';
2253
2254
    /**
2255
     * 6H
2256
     */
2257
    public const SAMEDAY_EXCLUSIVE = '4';
2258
2259
    /**
2260
     * 24H
2261
     */
2262
    public const SAMEDAY_24H = '7';
2263
2264
    /**
2265
     * Return Standard
2266
     */
2267
    public const SAMEDAY_STANDARD_RETURN = '10';
2268
2269
    /**
2270
     * Locker Next Day
2271
     */
2272
    public const SAMEDAY_LOCKER_NEXT_DAY = '15';
2273
2274
    /**
2275
     * Locker Return
2276
     */
2277
    public const SAMEDAY_LOCKER_RETURN = '24';
2278
2279
    /**
2280
     * Crossborder HD 24H
2281
     */
2282
    public const SAMEDAY_CROSSBORDER_24H_HD = '28';
2283
2284
    /**
2285
     * Crossborder Locker Delivery
2286
     */
2287
    public const SAMEDAY_CROSSBORDER_LOCKER_HD = '30';
2288
2289
    /**
2290
     * SDS Standard
2291
     *
2292
     * @deprecated
2293
     */
2294
    public const SDS_STANDART = self::SDS_STANDARD;
2295
2296
    /**
2297
     * SDS Standard
2298
     */
2299
    public const SDS_STANDARD = 'Standard';
2300
2301
    /**
2302
     * Standard
2303
     */
2304
    public const QDL_STANDARD = '1';
2305
2306
    /**
2307
     * Garantované doručení do 24h
2308
     */
2309
    public const QDL_GARANTED_24H = '2';
2310
2311
    /**
2312
     * Doručení do 12h
2313
     */
2314
    public const QDL_12H = '3';
2315
2316
    /**
2317
     * @return list<string>|null
0 ignored issues
show
Bug introduced by
The type Inspirum\Balikobot\Definitions\list was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
2318
     */
2319
    public static function getForCarrier(string $carrier): ?array
2320
    {
2321
        return self::getForCarriers()[$carrier] ?? null;
0 ignored issues
show
Bug Best Practice introduced by
The expression return self::getForCarriers()[$carrier] ?? null also could return the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2322
    }
2323
2324
    /**
2325
     * @return array<string,list<string>>
0 ignored issues
show
Documentation Bug introduced by
The doc comment array<string,list<string>> at position 4 could not be parsed: Expected '>' at position 4, but found 'list'.
Loading history...
2326
     */
2327
    private static function getForCarriers(): array
2328
    {
2329
        return [
2330
            Carrier::CP => self::cp(),
2331
            Carrier::DPD => self::dpd(),
2332
            Carrier::DHL => self::dhl(),
2333
            Carrier::GEIS => self::geis(),
2334
            Carrier::GLS => self::gls(),
2335
            Carrier::INTIME => self::intime(),
2336
            Carrier::PBH => self::pbh(),
2337
            Carrier::PPL => self::ppl(),
2338
            Carrier::SP => self::sp(),
2339
            Carrier::SPS => self::sps(),
2340
            Carrier::TOPTRANS => self::topTrans(),
2341
            Carrier::ULOZENKA => self::ulozenka(),
2342
            Carrier::UPS => self::ups(),
2343
            Carrier::ZASILKOVNA => self::zasilkovna(),
2344
            Carrier::TNT => self::tnt(),
2345
            Carrier::GW => self::gw(),
2346
            Carrier::GWCZ => self::gwcz(),
2347
            Carrier::MESSENGER => self::messenger(),
2348
            Carrier::DHLDE => self::dhlde(),
2349
            Carrier::FEDEX => self::fedex(),
2350
            Carrier::FOFR => self::fofr(),
2351
            Carrier::DACHSER => self::dachser(),
2352
            Carrier::DHLPARCEL => self::dhlparcel(),
2353
            Carrier::RABEN => self::raben(),
2354
            Carrier::SPRING => self::spring(),
2355
            Carrier::DSV => self::dsv(),
2356
            Carrier::DHLFREIGHTEC => self::dhlfreightec(),
2357
            Carrier::KURIER => self::kurier(),
2358
            Carrier::DBSCHENKER => self::dbschenker(),
2359
            Carrier::AIRWAY => self::airway(),
2360
            Carrier::JAPO => self::japo(),
2361
            Carrier::LIFTAGO => self::liftago(),
2362
            Carrier::MAGYARPOSTA => self::magyarposta(),
2363
            Carrier::SAMEDAY => self::sameday(),
2364
            Carrier::SDS => self::sds(),
2365
            Carrier::QDL => self::qdl(),
2366
        ];
2367
    }
2368
2369
    /** @return list<string> */
2370
    private static function cp(): array
2371
    {
2372
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::CP_DR...f::CP_CE, self::CP_OLZ) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2373
            self::CP_DR,
2374
            self::CP_RR,
2375
            self::CP_SR,
2376
            self::CP_RRP,
2377
            self::CP_SRP,
2378
            self::CP_NP,
2379
            // self::CP_NV,
2380
            self::CP_VL,
2381
            self::CP_DV,
2382
            self::CP_BA,
2383
            self::CP_BB,
2384
            self::CP_BN,
2385
            self::CP_NB,
2386
            self::CP_DT,
2387
            // self::CP_DS,
2388
            self::CP_EE,
2389
            // self::CP_BE,
2390
            self::CP_RZP,
2391
            self::CP_VZP,
2392
            self::CP_EM,
2393
            self::CP_CSP,
2394
            self::CP_CSE,
2395
            self::CP_CVP,
2396
            self::CP_CVE,
2397
            self::CP_CE,
2398
            self::CP_OLZ,
2399
        ];
2400
    }
2401
2402
    /** @return list<string> */
2403
    private static function dpd(): array
2404
    {
2405
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DPD_C...::DPD_PRIVATE_SATURDAY) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2406
            self::DPD_CLASSIC,
2407
            self::DPD_PRIVATE,
2408
            self::DPD_PICKUP,
2409
            self::DPD_EXPRESS_10,
2410
            self::DPD_EXPRESS_12,
2411
            self::DPD_EXPRESS_18,
2412
            // self::DPD_PRIVATE_EVENING,
2413
            self::DPD_PRIVATE_SATURDAY,
2414
        ];
2415
    }
2416
2417
    /** @return list<string> */
2418
    private static function dhl(): array
2419
    {
2420
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DHL_W...f::DHL_MEDICAL_EXPRESS) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2421
            self::DHL_WORLDWIDE,
2422
            self::DHL_EXPRESS_DOCUMENTS,
2423
            self::DHL_EXPRESS_WORLDWIDE_9,
2424
            self::DHL_EXPRESS_WORLDWIDE_12,
2425
            self::DHL_ECONOMY,
2426
            self::DHL_DOMESTIC_12,
2427
            self::DHL_DOMESTIC_EXPRESS,
2428
            self::DHL_MEDICAL_EXPRESS,
2429
        ];
2430
    }
2431
2432
    /** @return list<string> */
2433
    private static function geis(): array
2434
    {
2435
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::GEIS_...REMIUM, self::GEIS_B2B) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2436
            self::GEIS_CARGO_BUSINESS_NATIONAL,
2437
            self::GEIS_CARGO_BUSINESS_INTERNATIONAL,
2438
            // self::GEIS_CARGO_PRIVATE_NATIONAL,
2439
            // self::GEIS_CARGO_PRIVATE_INTERNATIONAL,
2440
            self::GEIS_PARCEL_HD_STANDARD,
2441
            self::GEIS_PARCEL_HD_PREMIUM,
2442
            self::GEIS_B2B,
2443
        ];
2444
    }
2445
2446
    /** @return list<string> */
2447
    private static function gls(): array
2448
    {
2449
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::GLS_B...:GLS_GUARANTEED24_SHOP) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2450
            self::GLS_BUSINESS,
2451
            self::GLS_SHOP,
2452
            self::GLS_EXPRESS,
2453
            self::GLS_GUARANTEED24,
2454
            self::GLS_GUARANTEED24_EXPRESS,
2455
            self::GLS_GUARANTEED24_SHOP,
2456
        ];
2457
    }
2458
2459
    /** @return list<string> */
2460
    private static function intime(): array
2461
    {
2462
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::INTIM...f::INTIME_EXTRA_CZ_800) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2463
            self::INTIME_SMALL_CZ,
2464
            self::INTIME_MEDIUM_CZ,
2465
            self::INTIME_LARGE_CZ,
2466
            self::INTIME_POSTOMAT_CZ,
2467
            // self::INTIME_POSTOMAT_SK,
2468
            self::INTIME_LARGE_SK,
2469
            self::INTIME_EXTRA_CZ,
2470
            self::INTIME_PARCEL_EU,
2471
            self::INTIME_PARCEL_EU_PLUS,
2472
            self::INTIME_BOX_CZ,
2473
            // self::INTIME_BOX_SK,
2474
            self::INTIME_EXTRA_SK_100,
2475
            self::INTIME_EXTRA_SK_800,
2476
            self::INTIME_EXTRA_CZ_800,
2477
        ];
2478
    }
2479
2480
    /** @return list<string> */
2481
    private static function pbh(): array
2482
    {
2483
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::PBH_D...H_SI, self::PBH_ITELLA) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2484
            self::PBH_DHL,
2485
            self::PBH_GLS,
2486
            self::PBH_SPS,
2487
            self::PBH_SP,
2488
            self::PBH_TRANSOFLEX,
2489
            self::PBH_MP,
2490
            self::PBH_CARGUS,
2491
            self::PBH_RP,
2492
            self::PBH_CP_DR,
2493
            self::PBH_CP_NP,
2494
            self::PBH_PPL,
2495
            self::PBH_DPD,
2496
            self::PBH_PP,
2497
            self::PBH_INPOST_KURIER,
2498
            self::PBH_FAN_KURIER,
2499
            // self::PBH_HERMES,
2500
            self::PBH_SPEEDY,
2501
            self::PBH_COLISSIMO,
2502
            // self::PBH_MEEST,
2503
            // self::PBH_NOBA_POSHTA,
2504
            self::PBH_ECONT,
2505
            self::PBH_ACS,
2506
            self::PBH_CORREOS,
2507
            // self::PBH_123_KURIER,
2508
            // self::PBH_ROYAL_MAIL_24,
2509
            // self::PBH_ROYAL_MAIL_48,
2510
            self::PBH_EXPRESS_ONE,
2511
            self::PBH_UPS,
2512
            self::PBH_WARENPOST,
2513
            self::PBH_HR_POST,
2514
            self::PBH_BOX_NOW,
2515
            self::PBH_SI,
2516
            self::PBH_ITELLA,
2517
        ];
2518
    }
2519
2520
    /** @return list<string> */
2521
    private static function ppl(): array
2522
    {
2523
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::PPL_C...lf::PPL_RETURN_CONNECT) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2524
            self::PPL_CONNECT,
2525
            self::PPL_AFTERNOON,
2526
            self::PPL_PRIVATE,
2527
            self::PPL_BUSINESS,
2528
            // self::PPL_PRIVATE_EVENING,
2529
            self::PPL_BUSINESS_EU,
2530
            self::PPL_BUSINESS_PALETTE,
2531
            self::PPL_PRIVATE_PALETTE,
2532
            self::PPL_PARCEL_RETURN_CZ,
2533
            self::PPL_PRIVATE_SMART_CZ,
2534
            self::PPL_PRIVATE_SMART_EU,
2535
            self::PPL_RETURN_CONNECT,
2536
        ];
2537
    }
2538
2539
    /** @return list<string> */
2540
    private static function sp(): array
2541
    {
2542
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::SP_BZ...::SP_BNB, self::SP_RRA) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2543
            self::SP_BZA,
2544
            self::SP_BZP,
2545
            self::SP_BZB,
2546
            self::SP_EXA,
2547
            self::SP_EXP,
2548
            self::SP_EXB,
2549
            self::SP_BNA,
2550
            self::SP_BNP,
2551
            self::SP_BNB,
2552
            self::SP_RRA,
2553
        ];
2554
    }
2555
2556
    /** @return list<string> */
2557
    private static function sps(): array
2558
    {
2559
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::SPS_E...elf::SPS_INTERNATIONAL) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2560
            self::SPS_EXPRESS,
2561
            self::SPS_EXPRESS_12,
2562
            self::SPS_EXPRESS_9,
2563
            self::SPS_INTERNATIONAL,
2564
        ];
2565
    }
2566
2567
    /** @return list<string> */
2568
    private static function topTrans(): array
2569
    {
2570
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::TOPTR... self::TOPTRANS_NOTICE) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2571
            self::TOPTRANS_STANDARD,
2572
            self::TOPTRANS_TOPTIME,
2573
            self::TOPTRANS_PRIVATE,
2574
            self::TOPTRANS_WEEKEND,
2575
            self::TOPTRANS_PERSONAL,
2576
            self::TOPTRANS_NOTICE,
2577
        ];
2578
    }
2579
2580
    /** @return list<string> */
2581
    private static function ulozenka(): array
2582
    {
2583
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::ULOZE...ULOZENKA_MALL_DELIVERY) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2584
            // self::ULOZENKA_ULOZENKA,
2585
            self::ULOZENKA_SP,
2586
            self::ULOZENKA_DPD_CLASSIC_SK,
2587
            self::ULOZENKA_DPD_PRIVATE,
2588
            self::ULOZENKA_DPD_PARCEL,
2589
            self::ULOZENKA_CP_DR,
2590
            self::ULOZENKA_CP_NP,
2591
            self::ULOZENKA_PARTNER,
2592
            self::ULOZENKA_D1,
2593
            self::ULOZENKA_EXPRESS_COURRIER,
2594
            self::ULOZENKA_EXPRESS_SK,
2595
            self::ULOZENKA_BALIKOBOX_SK,
2596
            self::ULOZENKA_DEPO_SK,
2597
            self::ULOZENKA_MALL_DELIVERY,
2598
        ];
2599
    }
2600
2601
    /** @return list<string> */
2602
    private static function ups(): array
2603
    {
2604
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::UPS_E...D, self::UPS_EXPEDITED) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2605
            self::UPS_EXPRESS,
2606
            self::UPS_EXPRESS_SAVER,
2607
            self::UPS_STANDARD,
2608
            self::UPS_EXPEDITED,
2609
        ];
2610
    }
2611
2612
    /** @return list<string> */
2613
    private static function zasilkovna(): array
2614
    {
2615
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::ZASIL...A_TR_FEDEX_PRIORITY_HD) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2616
            self::ZASILKOVNA_VMCZ,
2617
            self::ZASILKOVNA_VMSK,
2618
            self::ZASILKOVNA_VMHU,
2619
            self::ZASILKOVNA_VMPL,
2620
            self::ZASILKOVNA_VMRO,
2621
            self::ZASILKOVNA_AT_DPD_HD,
2622
            self::ZASILKOVNA_AT_POST_HD,
2623
            self::ZASILKOVNA_BE_POST_PP,
2624
            self::ZASILKOVNA_BE_POST_HD,
2625
            self::ZASILKOVNA_BE_NL_POST_HD,
2626
            self::ZASILKOVNA_BG_ECONT_HD,
2627
            self::ZASILKOVNA_BG_ECONT_PP,
2628
            self::ZASILKOVNA_BG_SPEEDY_PP,
2629
            self::ZASILKOVNA_BG_SPEEDY_HD,
2630
            self::ZASILKOVNA_BG_ECONT_BOX,
2631
            self::ZASILKOVNA_BG_SAMEDAY_HD,
2632
            self::ZASILKOVNA_BG_SAMEDAY_BOX,
2633
            self::ZASILKOVNA_GB_FEDEX_HD_CONNECT_PLUS,
2634
            self::ZASILKOVNA_GB_FEDEX_HD_PRIORITY,
2635
            // self::ZASILKOVNA_CZ_POST_HD,
2636
            self::ZASILKOVNA_CZ_EXPRESS_PRAHA_HD,
2637
            // self::ZASILKOVNA_CZ_EXPRESS_BRNO_HD,
2638
            self::ZASILKOVNA_CZ_EXPRESS_OSTRAVA_HD,
2639
            self::ZASILKOVNA_CZ_COURIER_HD,
2640
            self::ZASILKOVNA_CZ_CAR_TRUNK,
2641
            self::ZASILKOVNA_CZ_EVENING_BRNO_HD,
2642
            // self::ZASILKOVNA_DE_POST_HD,
2643
            self::ZASILKOVNA_DE_HERMES_PP,
2644
            self::ZASILKOVNA_DE_HERMES_HD,
2645
            self::ZASILKOVNA_DE_HOME_DELIVERY_HD,
2646
            self::ZASILKOVNA_DK_POST_NORD_HD,
2647
            self::ZASILKOVNA_DK_POST_NORD_PP,
2648
            // self::ZASILKOVNA_DK_DAO_HD,
2649
            // self::ZASILKOVNA_DK_DAO_PP,
2650
            self::ZASILKOVNA_EE_OMNIVA_HD,
2651
            self::ZASILKOVNA_EE_OMNIVA_PP,
2652
            self::ZASILKOVNA_EE_OMNIVA_BOX,
2653
            self::ZASILKOVNA_EE_LT_POST_HD,
2654
            self::ZASILKOVNA_EE_VENIPAK_HD,
2655
            self::ZASILKOVNA_EE_VENIPAK_PP,
2656
            self::ZASILKOVNA_EE_VENIPAK_BOX,
2657
            self::ZASILKOVNA_ES_CORREOS_HD,
2658
            self::ZASILKOVNA_ES_MRW_HD,
2659
            self::ZASILKOVNA_ES_MRW_PP,
2660
            // self::ZASILKOVNA_ES_ENVIALIA_HD,
2661
            self::ZASILKOVNA_FI_POST_NORD_HP,
2662
            self::ZASILKOVNA_FI_POST_NORD_PP,
2663
            self::ZASILKOVNA_FI_MATKAHUOLTO_HD,
2664
            self::ZASILKOVNA_FI_MATKAHUOLTO_PP,
2665
            self::ZASILKOVNA_FI_MATKAHUOLTO_BOX,
2666
            // self::ZASILKOVNA_FR_COLIS_PRIVE_HD,
2667
            // self::ZASILKOVNA_FR_MONDIAL_PP,
2668
            self::ZASILKOVNA_FR_COLISSIMO_PP,
2669
            self::ZASILKOVNA_FR_COLISSIMO_HD,
2670
            self::ZASILKOVNA_FR_MONDIAL_RELAY_PP,
2671
            self::ZASILKOVNA_FR_COLIS_PRIVE_DIRECT_HD,
2672
            // self::ZASILKOVNA_GB_HERMES_HD,
2673
            self::ZASILKOVNA_GB_ROYAL_MAIL_24_HD,
2674
            self::ZASILKOVNA_GB_ROYAL_MAIL_48_HD,
2675
            self::ZASILKOVNA_GR_TAXYDROMIKI,
2676
            self::ZASILKOVNA_GR_ACS_HD,
2677
            self::ZASILKOVNA_GR_ACS_PP,
2678
            // self::ZASILKOVNA_GR_SPEEDY_HD,
2679
            self::ZASILKOVNA_GR_SPEEDEX_HD,
2680
            self::ZASILKOVNA_GR_BOXNOW_BOX,
2681
            self::ZASILKOVNA_GR_ELTA_COURIER_HD,
2682
            self::ZASILKOVNA_GR_ELTA_COURIER_PP,
2683
            self::ZASILKOVNA_HR_OVERSEAS_HD,
2684
            self::ZASILKOVNA_HR_OVERSEAS_PP,
2685
            // self::ZASILKOVNA_HR_DPD_HD,
2686
            self::ZASILKOVNA_HR_POST_PP,
2687
            self::ZASILKOVNA_HR_POST_HD,
2688
            self::ZASILKOVNA_HU_EXPRESS_ONE_HD,
2689
            // self::ZASILKOVNA_HU_DPD_HD,
2690
            self::ZASILKOVNA_HU_COURIER_HD,
2691
            self::ZASILKOVNA_HU_POST_HD,
2692
            self::ZASILKOVNA_HU_POST_PP,
2693
            self::ZASILKOVNA_HU_POST_BOX,
2694
            self::ZASILKOVNA_HU_FOXPOST_BOX,
2695
            // self::ZASILKOVNA_HU_FAMA_FUTAR_HD,
2696
            self::ZASILKOVNA_CH_POST_PRIORITY_HD,
2697
            self::ZASILKOVNA_CH_POST_HD,
2698
            // self::ZASILKOVNA_IE_HERMES_HD,
2699
            self::ZASILKOVNA_IE_ANPOST_HD,
2700
            self::ZASILKOVNA_IE_FEDEX_HD_CONNECT_PLUS,
2701
            self::ZASILKOVNA_IE_FEDEX_HD_PRIORITY,
2702
            // self::ZASILKOVNA_IL_FEDEX_PRIORITY_HD,
2703
            // self::ZASILKOVNA_IL_FEDEX_ECONOMY_HD,
2704
            self::ZASILKOVNA_IT_BARTOLINI_HD,
2705
            self::ZASILKOVNA_IT_BARTOLINI_PP,
2706
            self::ZASILKOVNA_IT_POST_PP,
2707
            self::ZASILKOVNA_IT_BARTOLINI_BOX,
2708
            // self::ZASILKOVNA_IT_GLS_HD,
2709
            self::ZASILKOVNA_IT_HR_PARCEL_HD,
2710
            self::ZASILKOVNA_IT_POST_HD,
2711
            self::ZASILKOVNA_LT_OMNIVA_BOX,
2712
            self::ZASILKOVNA_LT_OMNIVA_HD,
2713
            self::ZASILKOVNA_LU_POST_HD,
2714
            self::ZASILKOVNA_LU_DPD_HD,
2715
            self::ZASILKOVNA_LV_OMNIVA_BOX,
2716
            self::ZASILKOVNA_LV_OMNIVA_HD,
2717
            self::ZASILKOVNA_LV_LT_POST_HD,
2718
            self::ZASILKOVNA_LV_VENIPAK_HD,
2719
            self::ZASILKOVNA_LV_VENIPAK_PP,
2720
            self::ZASILKOVNA_LV_VENIPAK_BOX,
2721
            self::ZASILKOVNA_LT_POST_HD,
2722
            self::ZASILKOVNA_LT_POST_BOX,
2723
            self::ZASILKOVNA_LT_VENIPAK_HD,
2724
            self::ZASILKOVNA_LT_VENIPAK_PP,
2725
            self::ZASILKOVNA_LT_VENIPAK_BOX,
2726
            self::ZASILKOVNA_NL_DHL_HD,
2727
            self::ZASILKOVNA_NL_POST_HD,
2728
            self::ZASILKOVNA_NL_DHL_PP,
2729
            // self::ZASILKOVNA_PL_POST_24_HD,
2730
            // self::ZASILKOVNA_PL_POST_48_HD,
2731
            // self::ZASILKOVNA_PL_DPD_HD,
2732
            self::ZASILKOVNA_PL_COURIER_HD,
2733
            self::ZASILKOVNA_PL_INPOST_PACZKOMATY_BOX,
2734
            self::ZASILKOVNA_PL_POST_PP,
2735
            // self::ZASILKOVNA_PL_INPOST_HD,
2736
            self::ZASILKOVNA_PT_MRW_HD,
2737
            self::ZASILKOVNA_PT_MRW_PP,
2738
            self::ZASILKOVNA_RO_COURIER_HD,
2739
            self::ZASILKOVNA_RO_URGENT_CARGUS_HD,
2740
            self::ZASILKOVNA_RO_SAMEDAY_BOX,
2741
            // self::ZASILKOVNA_RO_DPD_HD,
2742
            self::ZASILKOVNA_RO_SAMEDAY_HD,
2743
            self::ZASILKOVNA_RO_FAN_COURIER_HD,
2744
            // self::ZASILKOVNA_RU_POST_PP,
2745
            // self::ZASILKOVNA_RU_POST_RECOMMENDED_PP,
2746
            // self::ZASILKOVNA_RU_EMS_HD,
2747
            self::ZASILKOVNA_SE_POST_NORD_PP,
2748
            self::ZASILKOVNA_SE_POST_NORD_HD,
2749
            // self::ZASILKOVNA_SI_DPD_HD,
2750
            // self::ZASILKOVNA_SI_DPD_PP,
2751
            self::ZASILKOVNA_SI_POST_HD,
2752
            self::ZASILKOVNA_SI_POST_PP,
2753
            self::ZASILKOVNA_SI_POST_BOX,
2754
            self::ZASILKOVNA_SI_EXPRESS_ONE_HD,
2755
            self::ZASILKOVNA_SI_EXPRESS_ONE_PP,
2756
            self::ZASILKOVNA_SK_EXPRESS_BRATISLAVA_HD,
2757
            self::ZASILKOVNA_SK_COURIER_HD,
2758
            // self::ZASILKOVNA_SK_POST_HD,
2759
            self::ZASILKOVNA_UA_NOVA_POSHTA_PP,
2760
            self::ZASILKOVNA_UA_ROSAN_HD,
2761
            self::ZASILKOVNA_US_FEDEX_ECONOMY_HD,
2762
            self::ZASILKOVNA_US_FEDEX_PRIORITY_HD,
2763
            self::ZASILKOVNA_TR_FEDEX_ECONOMY_HD,
2764
            self::ZASILKOVNA_TR_FEDEX_PRIORITY_HD,
2765
        ];
2766
    }
2767
2768
    /** @return list<string> */
2769
    private static function tnt(): array
2770
    {
2771
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::TNT_E...elf::TNT_DIRECT_INFEED) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2772
            self::TNT_EXPRESS,
2773
            self::TNT_EXPRESS_9,
2774
            self::TNT_EXPRESS_12,
2775
            self::TNT_ECONOMY_EXPRESS,
2776
            // self::TNT_NIGHT_EXPRESS_8,
2777
            self::TNT_ECONOMY_EXPRESS_12,
2778
            self::TNT_EXPRESS_10,
2779
            self::TNT_EXPRESS_DOCUMENTS,
2780
            self::TNT_EXPRESS_DOCUMENTS_9,
2781
            self::TNT_EXPRESS_DOCUMENTS_10,
2782
            self::TNT_EXPRESS_DOCUMENTS_12,
2783
            // self::TNT_NIGHT_EXPRESS_12,
2784
            // self::TNT_NIGHT_EXPRESS_6,
2785
            // self::TNT_NIGHT_EXPRESS_7,
2786
            // self::TNT_NIGHT_EXPRESS_14,
2787
            self::TNT_SPECIAL_ECONOMY_EXPRESS,
2788
            self::TNT_DIRECT_INFEED,
2789
        ];
2790
    }
2791
2792
    /** @return list<string> */
2793
    private static function gw(): array
2794
    {
2795
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::GW_DO...GW_PICKUP_BY_CONSIGNEE) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2796
            self::GW_DOMESTIC,
2797
            self::GW_HOME_DELIVERY,
2798
            self::GW_PRIORITY_9,
2799
            self::GW_PRIORITY_12,
2800
            self::GW_PRIORITY_16,
2801
            self::GW_DIRECT_GOODS,
2802
            self::GW_EXPORT,
2803
            self::GW_PICKUP,
2804
            self::GW_PICKUP_BY_CONSIGNEE,
2805
        ];
2806
    }
2807
2808
    /** @return list<string> */
2809
    private static function gwcz(): array
2810
    {
2811
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::GW_W2...::GW_D14, self::GW_EUR) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2812
            self::GW_W24,
2813
            self::GW_D8,
2814
            self::GW_D12,
2815
            self::GW_D14,
2816
            self::GW_EUR,
2817
        ];
2818
    }
2819
2820
    /** @return list<string> */
2821
    private static function messenger(): array
2822
    {
2823
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::MESSE...MESSENGER_PRAGUE_17_21) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2824
            self::MESSENGER_STANDARD,
2825
            self::MESSENGER_EXTREME,
2826
            self::MESSENGER_EXPRESS,
2827
            self::MESSENGER_SAME_DAY,
2828
            self::MESSENGER_OVERNIGHT_ECONOMY,
2829
            self::MESSENGER_OVERNIGHT_EXPRESS,
2830
            self::MESSENGER_DIRECT,
2831
            self::MESSENGER_ECONOMY_BRNO,
2832
            self::MESSENGER_PRAGUE_09_13,
2833
            self::MESSENGER_PRAGUE_13_17,
2834
            self::MESSENGER_PRAGUE_17_21,
2835
        ];
2836
    }
2837
2838
    /** @return list<string> */
2839
    private static function dhlde(): array
2840
    {
2841
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DHLDE...ARENPOST_INTERNATIONAL) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2842
            self::DHLDE_PAKET,
2843
            self::DHLDE_PAKET_TAGGLEICH,
2844
            self::DHLDE_PAKET_INTERNATIONAL,
2845
            self::DHLDE_EUROPAKET,
2846
            self::DHLDE_PAKET_CONNECT,
2847
            self::DHLDE_WARENPOST_DOMESTIC,
2848
            self::DHLDE_WARENPOST_INTERNATIONAL,
2849
        ];
2850
    }
2851
2852
    /** @return list<string> */
2853
    private static function fedex(): array
2854
    {
2855
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::FEDEX...:FEDEX_REGIONAL_REIGHT) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2856
            self::FEDEX_INTERNATIONAL,
2857
            self::FEDEX_ECONOMY,
2858
            self::FEDEX_INTERNATIONAL_FIRST,
2859
            self::FEDEX_INTERNATIONAL_PRIORITY_EXPRESS,
2860
            self::FEDEX_INTERNATIONAL_PRIORITY,
2861
            self::FEDEX_REGIONAL_ECONOMY,
2862
            self::FEDEX_INTERNATIONAL_PRIORITY_FREIGHT,
2863
            self::FEDEX_INTERNATIONAL_ECONOMY_FREIGHT,
2864
            self::FEDEX_REGIONAL_ECONOMY_FREIGHT,
2865
            self::FEDEX_INTERNATIONAL_CONNECT_PLUS,
2866
            // self::FEDEX_PRIORITY_OVERNIGHT,
2867
            self::FEDEX_FIRST,
2868
            self::FEDEX_PRIORITY_EXPRESS,
2869
            self::FEDEX_PRIORITY,
2870
            self::FEDEX_REGIONAL_EXPRESS_FREIGHT,
2871
            self::FEDEX_REGIONAL_REIGHT,
2872
        ];
2873
    }
2874
2875
    /** @return list<string> */
2876
    private static function fofr(): array
2877
    {
2878
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::FOFR_..._SK, self::FOFR_ABROAD) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2879
            self::FOFR_FOFR,
2880
            self::FOFR_ECONOMY,
2881
            self::FOFR_PARCEL,
2882
            self::FOFR_PALETTE,
2883
            self::FOFR_OVERSIZED,
2884
            self::FOFR_SK,
2885
            self::FOFR_ABROAD,
2886
        ];
2887
    }
2888
2889
    /** @return list<string> */
2890
    private static function dachser(): array
2891
    {
2892
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DACHS...lf::DACHSER_ONSITE_FIX) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2893
            self::DACHSER_SPEED,
2894
            self::DACHSER_SPEED_10,
2895
            self::DACHSER_SPEED_12,
2896
            self::DACHSER_SPEED_PLUS,
2897
            self::DACHSER_FIX,
2898
            self::DACHSER_FIX_10,
2899
            self::DACHSER_FIX_12,
2900
            self::DACHSER_FLEX,
2901
            self::DACHSER_ONSITE,
2902
            self::DACHSER_CLASSIC,
2903
            self::DACHSER_ONSITE_FIX,
2904
        ];
2905
    }
2906
2907
    /** @return list<string> */
2908
    private static function dhlparcel(): array
2909
    {
2910
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DHLPARCEL_CONNECT) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2911
            self::DHLPARCEL_CONNECT,
2912
        ];
2913
    }
2914
2915
    /** @return list<string> */
2916
    private static function raben(): array
2917
    {
2918
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::RABEN...elf::RABEN_PREMIUM_FIX) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2919
            self::RABEN_CLASSIC,
2920
            self::RABEN_CLASSIC_TIME,
2921
            self::RABEN_PREMIUM,
2922
            self::RABEN_PREMIUM_TIME,
2923
            self::RABEN_PREMIUM_12,
2924
            self::RABEN_PREMIUM_FIX,
2925
        ];
2926
    }
2927
2928
    /** @return list<string> */
2929
    private static function spring(): array
2930
    {
2931
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::SPRIN...self::SPRING_UNTRACKED) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2932
            self::SPRING_TRACKED,
2933
            self::SPRING_SIGNATURED,
2934
            self::SPRING_UNTRACKED,
2935
        ];
2936
    }
2937
2938
    /** @return list<string> */
2939
    private static function dsv(): array
2940
    {
2941
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DSV_ROAD, self::DSV_B2C) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2942
            self::DSV_ROAD,
2943
            self::DSV_B2C,
2944
        ];
2945
    }
2946
2947
    /** @return list<string> */
2948
    private static function dhlfreightec(): array
2949
    {
2950
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DHLFR...self::DHLFREIGHTEC_ERI) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2951
            self::DHLFREIGHTEC_ECD_B2B,
2952
            self::DHLFREIGHTEC_ECD_B2C,
2953
            self::DHLFREIGHTEC_ECI,
2954
            self::DHLFREIGHTEC_ERI,
2955
        ];
2956
    }
2957
2958
    /** @return list<string> */
2959
    private static function kurier(): array
2960
    {
2961
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::KURIE...KURIER_STANDARD_BRANCH) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2962
            self::KURIER_GARANTED,
2963
            self::KURIER_GARANTED_BRANCH,
2964
            // self::KURIER_12,
2965
            self::KURIER_STANDARD,
2966
            self::KURIER_STANDARD_BRANCH,
2967
        ];
2968
    }
2969
2970
    /** @return list<string> */
2971
    private static function dbschenker(): array
2972
    {
2973
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::DBSCH..., self::DBSCHENKER_LPA) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2974
            self::DBSCHENKER_SYSTEM_FIX,
2975
            self::DBSCHENKER_SYSTEM_FIX_TBA,
2976
            self::DBSCHENKER_SYSTEM,
2977
            self::DBSCHENKER_SYSTEM_PREMIUM,
2978
            self::DBSCHENKER_SYSTEM_PREMIUM_10,
2979
            self::DBSCHENKER_SYSTEM_PREMIUM_13,
2980
            self::DBSCHENKER_SYSTEM_FIX_10,
2981
            self::DBSCHENKER_SYSTEM_FIX_13,
2982
            self::DBSCHENKER_FULL_LOAD,
2983
            self::DBSCHENKER_PART_LOAD,
2984
            self::DBSCHENKER_LPA,
2985
        ];
2986
    }
2987
2988
    /** @return list<string> */
2989
    private static function airway(): array
2990
    {
2991
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::AIRWA...f::AIRWAY_NEXT_WEEKDAY) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
2992
            self::AIRWAY_EXPRESS,
2993
            self::AIRWAY_NORMAL,
2994
            self::AIRWAY_ECONOMY,
2995
            self::AIRWAY_SAME_DAY,
2996
            self::AIRWAY_PRAGUE_13,
2997
            self::AIRWAY_PRAGUE_17,
2998
            self::AIRWAY_PRAGUE_21,
2999
            self::AIRWAY_NEXT_DAY,
3000
            self::AIRWAY_NEXT_WEEKDAY,
3001
        ];
3002
    }
3003
3004
    /** @return list<string> */
3005
    private static function japo(): array
3006
    {
3007
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::JAPO_STANDARD) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
3008
            self::JAPO_STANDARD,
3009
        ];
3010
    }
3011
3012
    /** @return list<string> */
3013
    private static function liftago(): array
3014
    {
3015
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::LIFTA... self::LIFTAGO_SLOT_21) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
3016
            self::LIFTAGO_EXPRESS,
3017
            self::LIFTAGO_STANDARD,
3018
            // self::LIFTAGO_STANDARD_8,
3019
            // self::LIFTAGO_STANDARD_10,
3020
            // self::LIFTAGO_STANDARD_12,
3021
            // self::LIFTAGO_STANDARD_14,
3022
            // self::LIFTAGO_STANDARD_16,
3023
            // self::LIFTAGO_STANDARD_18,
3024
            // self::LIFTAGO_STANDARD_20,
3025
            // self::LIFTAGO_STANDARD_22,
3026
            self::LIFTAGO_SLOT_12,
3027
            self::LIFTAGO_SLOT_15,
3028
            self::LIFTAGO_SLOT_21,
3029
        ];
3030
    }
3031
3032
    /** @return list<string> */
3033
    private static function magyarposta(): array
3034
    {
3035
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::MAGYA...RPOSTA_EUROPE_STANDARD) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
3036
            self::MAGYARPOSTA_MPL_BUSINESS,
3037
            self::MAGYARPOSTA_MPL_POST,
3038
            self::MAGYARPOSTA_INTERNATIONAL_PRIORITY,
3039
            self::MAGYARPOSTA_INTERNATIONAL,
3040
            self::MAGYARPOSTA_EUROPE_PLUS,
3041
            self::MAGYARPOSTA_EUROPE_STANDARD,
3042
        ];
3043
    }
3044
3045
    /** @return list<string> */
3046
    private static function sameday(): array
3047
    {
3048
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::SAMED..._CROSSBORDER_LOCKER_HD) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
3049
            self::SAMEDAY_3H,
3050
            self::SAMEDAY_6H,
3051
            self::SAMEDAY_EXCLUSIVE,
3052
            self::SAMEDAY_24H,
3053
            self::SAMEDAY_STANDARD_RETURN,
3054
            self::SAMEDAY_LOCKER_NEXT_DAY,
3055
            self::SAMEDAY_LOCKER_RETURN,
3056
            self::SAMEDAY_CROSSBORDER_24H_HD,
3057
            self::SAMEDAY_CROSSBORDER_LOCKER_HD,
3058
        ];
3059
    }
3060
3061
    /** @return list<string> */
3062
    private static function sds(): array
3063
    {
3064
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::SDS_STANDARD) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
3065
            self::SDS_STANDARD,
3066
        ];
3067
    }
3068
3069
    /** @return list<string> */
3070
    private static function qdl(): array
3071
    {
3072
        return [
0 ignored issues
show
Bug Best Practice introduced by
The expression return array(self::QDL_S...TED_24H, self::QDL_12H) returns the type array<integer,string> which is incompatible with the documented return type Inspirum\Balikobot\Definitions\list.
Loading history...
3073
            self::QDL_STANDARD,
3074
            self::QDL_GARANTED_24H,
3075
            self::QDL_12H,
3076
        ];
3077
    }
3078
}
3079