@accelbyte/sdk 1.1.2 → 1.1.3
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/cjs/node/index.cjs +12 -0
- package/dist/cjs/node/index.cjs.map +1 -1
- package/dist/es/browser/index.browser.js +12 -1
- package/dist/es/browser/index.browser.js.map +1 -1
- package/dist/es/node/index.node.js +12 -1
- package/dist/es/node/index.node.js.map +1 -1
- package/dist/index.d.ts +914 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -72566,6 +72566,919 @@ declare const LauncherConfigData: z.ZodObject<{
|
|
|
72566
72566
|
interface LauncherConfigData extends z.infer<typeof LauncherConfigData> {
|
|
72567
72567
|
}
|
|
72568
72568
|
|
|
72569
|
+
declare const PaymentConfigData: z.ZodObject<{
|
|
72570
|
+
pageConfig: z.ZodObject<z.extendShape<{
|
|
72571
|
+
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
72572
|
+
format: z.ZodString;
|
|
72573
|
+
name: z.ZodString;
|
|
72574
|
+
updatedAt: z.ZodString;
|
|
72575
|
+
version: z.ZodNumber;
|
|
72576
|
+
}, {
|
|
72577
|
+
data: z.ZodObject<{
|
|
72578
|
+
templatePreview: z.ZodOptional<z.ZodString>;
|
|
72579
|
+
isLocalStyleEnabled: z.ZodBoolean;
|
|
72580
|
+
global: z.ZodObject<{
|
|
72581
|
+
colors: z.ZodObject<{
|
|
72582
|
+
primary: z.ZodObject<{
|
|
72583
|
+
hex: z.ZodString;
|
|
72584
|
+
rgb: z.ZodObject<{
|
|
72585
|
+
r: z.ZodNumber;
|
|
72586
|
+
g: z.ZodNumber;
|
|
72587
|
+
b: z.ZodNumber;
|
|
72588
|
+
a: z.ZodNumber;
|
|
72589
|
+
}, "strip", z.ZodTypeAny, {
|
|
72590
|
+
r: number;
|
|
72591
|
+
g: number;
|
|
72592
|
+
b: number;
|
|
72593
|
+
a: number;
|
|
72594
|
+
}, {
|
|
72595
|
+
r: number;
|
|
72596
|
+
g: number;
|
|
72597
|
+
b: number;
|
|
72598
|
+
a: number;
|
|
72599
|
+
}>;
|
|
72600
|
+
}, "strip", z.ZodTypeAny, {
|
|
72601
|
+
hex: string;
|
|
72602
|
+
rgb: {
|
|
72603
|
+
r: number;
|
|
72604
|
+
g: number;
|
|
72605
|
+
b: number;
|
|
72606
|
+
a: number;
|
|
72607
|
+
};
|
|
72608
|
+
}, {
|
|
72609
|
+
hex: string;
|
|
72610
|
+
rgb: {
|
|
72611
|
+
r: number;
|
|
72612
|
+
g: number;
|
|
72613
|
+
b: number;
|
|
72614
|
+
a: number;
|
|
72615
|
+
};
|
|
72616
|
+
}>;
|
|
72617
|
+
secondary: z.ZodObject<{
|
|
72618
|
+
hex: z.ZodString;
|
|
72619
|
+
rgb: z.ZodObject<{
|
|
72620
|
+
r: z.ZodNumber;
|
|
72621
|
+
g: z.ZodNumber;
|
|
72622
|
+
b: z.ZodNumber;
|
|
72623
|
+
a: z.ZodNumber;
|
|
72624
|
+
}, "strip", z.ZodTypeAny, {
|
|
72625
|
+
r: number;
|
|
72626
|
+
g: number;
|
|
72627
|
+
b: number;
|
|
72628
|
+
a: number;
|
|
72629
|
+
}, {
|
|
72630
|
+
r: number;
|
|
72631
|
+
g: number;
|
|
72632
|
+
b: number;
|
|
72633
|
+
a: number;
|
|
72634
|
+
}>;
|
|
72635
|
+
}, "strip", z.ZodTypeAny, {
|
|
72636
|
+
hex: string;
|
|
72637
|
+
rgb: {
|
|
72638
|
+
r: number;
|
|
72639
|
+
g: number;
|
|
72640
|
+
b: number;
|
|
72641
|
+
a: number;
|
|
72642
|
+
};
|
|
72643
|
+
}, {
|
|
72644
|
+
hex: string;
|
|
72645
|
+
rgb: {
|
|
72646
|
+
r: number;
|
|
72647
|
+
g: number;
|
|
72648
|
+
b: number;
|
|
72649
|
+
a: number;
|
|
72650
|
+
};
|
|
72651
|
+
}>;
|
|
72652
|
+
text: z.ZodObject<{
|
|
72653
|
+
hex: z.ZodString;
|
|
72654
|
+
rgb: z.ZodObject<{
|
|
72655
|
+
r: z.ZodNumber;
|
|
72656
|
+
g: z.ZodNumber;
|
|
72657
|
+
b: z.ZodNumber;
|
|
72658
|
+
a: z.ZodNumber;
|
|
72659
|
+
}, "strip", z.ZodTypeAny, {
|
|
72660
|
+
r: number;
|
|
72661
|
+
g: number;
|
|
72662
|
+
b: number;
|
|
72663
|
+
a: number;
|
|
72664
|
+
}, {
|
|
72665
|
+
r: number;
|
|
72666
|
+
g: number;
|
|
72667
|
+
b: number;
|
|
72668
|
+
a: number;
|
|
72669
|
+
}>;
|
|
72670
|
+
}, "strip", z.ZodTypeAny, {
|
|
72671
|
+
hex: string;
|
|
72672
|
+
rgb: {
|
|
72673
|
+
r: number;
|
|
72674
|
+
g: number;
|
|
72675
|
+
b: number;
|
|
72676
|
+
a: number;
|
|
72677
|
+
};
|
|
72678
|
+
}, {
|
|
72679
|
+
hex: string;
|
|
72680
|
+
rgb: {
|
|
72681
|
+
r: number;
|
|
72682
|
+
g: number;
|
|
72683
|
+
b: number;
|
|
72684
|
+
a: number;
|
|
72685
|
+
};
|
|
72686
|
+
}>;
|
|
72687
|
+
overlay: z.ZodObject<{
|
|
72688
|
+
hex: z.ZodString;
|
|
72689
|
+
rgb: z.ZodObject<{
|
|
72690
|
+
r: z.ZodNumber;
|
|
72691
|
+
g: z.ZodNumber;
|
|
72692
|
+
b: z.ZodNumber;
|
|
72693
|
+
a: z.ZodNumber;
|
|
72694
|
+
}, "strip", z.ZodTypeAny, {
|
|
72695
|
+
r: number;
|
|
72696
|
+
g: number;
|
|
72697
|
+
b: number;
|
|
72698
|
+
a: number;
|
|
72699
|
+
}, {
|
|
72700
|
+
r: number;
|
|
72701
|
+
g: number;
|
|
72702
|
+
b: number;
|
|
72703
|
+
a: number;
|
|
72704
|
+
}>;
|
|
72705
|
+
}, "strip", z.ZodTypeAny, {
|
|
72706
|
+
hex: string;
|
|
72707
|
+
rgb: {
|
|
72708
|
+
r: number;
|
|
72709
|
+
g: number;
|
|
72710
|
+
b: number;
|
|
72711
|
+
a: number;
|
|
72712
|
+
};
|
|
72713
|
+
}, {
|
|
72714
|
+
hex: string;
|
|
72715
|
+
rgb: {
|
|
72716
|
+
r: number;
|
|
72717
|
+
g: number;
|
|
72718
|
+
b: number;
|
|
72719
|
+
a: number;
|
|
72720
|
+
};
|
|
72721
|
+
}>;
|
|
72722
|
+
background: z.ZodObject<{
|
|
72723
|
+
hex: z.ZodString;
|
|
72724
|
+
rgb: z.ZodObject<{
|
|
72725
|
+
r: z.ZodNumber;
|
|
72726
|
+
g: z.ZodNumber;
|
|
72727
|
+
b: z.ZodNumber;
|
|
72728
|
+
a: z.ZodNumber;
|
|
72729
|
+
}, "strip", z.ZodTypeAny, {
|
|
72730
|
+
r: number;
|
|
72731
|
+
g: number;
|
|
72732
|
+
b: number;
|
|
72733
|
+
a: number;
|
|
72734
|
+
}, {
|
|
72735
|
+
r: number;
|
|
72736
|
+
g: number;
|
|
72737
|
+
b: number;
|
|
72738
|
+
a: number;
|
|
72739
|
+
}>;
|
|
72740
|
+
}, "strip", z.ZodTypeAny, {
|
|
72741
|
+
hex: string;
|
|
72742
|
+
rgb: {
|
|
72743
|
+
r: number;
|
|
72744
|
+
g: number;
|
|
72745
|
+
b: number;
|
|
72746
|
+
a: number;
|
|
72747
|
+
};
|
|
72748
|
+
}, {
|
|
72749
|
+
hex: string;
|
|
72750
|
+
rgb: {
|
|
72751
|
+
r: number;
|
|
72752
|
+
g: number;
|
|
72753
|
+
b: number;
|
|
72754
|
+
a: number;
|
|
72755
|
+
};
|
|
72756
|
+
}>;
|
|
72757
|
+
card: z.ZodObject<{
|
|
72758
|
+
hex: z.ZodString;
|
|
72759
|
+
rgb: z.ZodObject<{
|
|
72760
|
+
r: z.ZodNumber;
|
|
72761
|
+
g: z.ZodNumber;
|
|
72762
|
+
b: z.ZodNumber;
|
|
72763
|
+
a: z.ZodNumber;
|
|
72764
|
+
}, "strip", z.ZodTypeAny, {
|
|
72765
|
+
r: number;
|
|
72766
|
+
g: number;
|
|
72767
|
+
b: number;
|
|
72768
|
+
a: number;
|
|
72769
|
+
}, {
|
|
72770
|
+
r: number;
|
|
72771
|
+
g: number;
|
|
72772
|
+
b: number;
|
|
72773
|
+
a: number;
|
|
72774
|
+
}>;
|
|
72775
|
+
}, "strip", z.ZodTypeAny, {
|
|
72776
|
+
hex: string;
|
|
72777
|
+
rgb: {
|
|
72778
|
+
r: number;
|
|
72779
|
+
g: number;
|
|
72780
|
+
b: number;
|
|
72781
|
+
a: number;
|
|
72782
|
+
};
|
|
72783
|
+
}, {
|
|
72784
|
+
hex: string;
|
|
72785
|
+
rgb: {
|
|
72786
|
+
r: number;
|
|
72787
|
+
g: number;
|
|
72788
|
+
b: number;
|
|
72789
|
+
a: number;
|
|
72790
|
+
};
|
|
72791
|
+
}>;
|
|
72792
|
+
}, "strip", z.ZodTypeAny, {
|
|
72793
|
+
text: {
|
|
72794
|
+
hex: string;
|
|
72795
|
+
rgb: {
|
|
72796
|
+
r: number;
|
|
72797
|
+
g: number;
|
|
72798
|
+
b: number;
|
|
72799
|
+
a: number;
|
|
72800
|
+
};
|
|
72801
|
+
};
|
|
72802
|
+
card: {
|
|
72803
|
+
hex: string;
|
|
72804
|
+
rgb: {
|
|
72805
|
+
r: number;
|
|
72806
|
+
g: number;
|
|
72807
|
+
b: number;
|
|
72808
|
+
a: number;
|
|
72809
|
+
};
|
|
72810
|
+
};
|
|
72811
|
+
background: {
|
|
72812
|
+
hex: string;
|
|
72813
|
+
rgb: {
|
|
72814
|
+
r: number;
|
|
72815
|
+
g: number;
|
|
72816
|
+
b: number;
|
|
72817
|
+
a: number;
|
|
72818
|
+
};
|
|
72819
|
+
};
|
|
72820
|
+
overlay: {
|
|
72821
|
+
hex: string;
|
|
72822
|
+
rgb: {
|
|
72823
|
+
r: number;
|
|
72824
|
+
g: number;
|
|
72825
|
+
b: number;
|
|
72826
|
+
a: number;
|
|
72827
|
+
};
|
|
72828
|
+
};
|
|
72829
|
+
primary: {
|
|
72830
|
+
hex: string;
|
|
72831
|
+
rgb: {
|
|
72832
|
+
r: number;
|
|
72833
|
+
g: number;
|
|
72834
|
+
b: number;
|
|
72835
|
+
a: number;
|
|
72836
|
+
};
|
|
72837
|
+
};
|
|
72838
|
+
secondary: {
|
|
72839
|
+
hex: string;
|
|
72840
|
+
rgb: {
|
|
72841
|
+
r: number;
|
|
72842
|
+
g: number;
|
|
72843
|
+
b: number;
|
|
72844
|
+
a: number;
|
|
72845
|
+
};
|
|
72846
|
+
};
|
|
72847
|
+
}, {
|
|
72848
|
+
text: {
|
|
72849
|
+
hex: string;
|
|
72850
|
+
rgb: {
|
|
72851
|
+
r: number;
|
|
72852
|
+
g: number;
|
|
72853
|
+
b: number;
|
|
72854
|
+
a: number;
|
|
72855
|
+
};
|
|
72856
|
+
};
|
|
72857
|
+
card: {
|
|
72858
|
+
hex: string;
|
|
72859
|
+
rgb: {
|
|
72860
|
+
r: number;
|
|
72861
|
+
g: number;
|
|
72862
|
+
b: number;
|
|
72863
|
+
a: number;
|
|
72864
|
+
};
|
|
72865
|
+
};
|
|
72866
|
+
background: {
|
|
72867
|
+
hex: string;
|
|
72868
|
+
rgb: {
|
|
72869
|
+
r: number;
|
|
72870
|
+
g: number;
|
|
72871
|
+
b: number;
|
|
72872
|
+
a: number;
|
|
72873
|
+
};
|
|
72874
|
+
};
|
|
72875
|
+
overlay: {
|
|
72876
|
+
hex: string;
|
|
72877
|
+
rgb: {
|
|
72878
|
+
r: number;
|
|
72879
|
+
g: number;
|
|
72880
|
+
b: number;
|
|
72881
|
+
a: number;
|
|
72882
|
+
};
|
|
72883
|
+
};
|
|
72884
|
+
primary: {
|
|
72885
|
+
hex: string;
|
|
72886
|
+
rgb: {
|
|
72887
|
+
r: number;
|
|
72888
|
+
g: number;
|
|
72889
|
+
b: number;
|
|
72890
|
+
a: number;
|
|
72891
|
+
};
|
|
72892
|
+
};
|
|
72893
|
+
secondary: {
|
|
72894
|
+
hex: string;
|
|
72895
|
+
rgb: {
|
|
72896
|
+
r: number;
|
|
72897
|
+
g: number;
|
|
72898
|
+
b: number;
|
|
72899
|
+
a: number;
|
|
72900
|
+
};
|
|
72901
|
+
};
|
|
72902
|
+
}>;
|
|
72903
|
+
fonts: z.ZodObject<{
|
|
72904
|
+
body: z.ZodString;
|
|
72905
|
+
customBodyFontUrl: z.ZodString;
|
|
72906
|
+
title: z.ZodString;
|
|
72907
|
+
customTitleFontUrl: z.ZodString;
|
|
72908
|
+
}, "strip", z.ZodTypeAny, {
|
|
72909
|
+
title: string;
|
|
72910
|
+
body: string;
|
|
72911
|
+
customBodyFontUrl: string;
|
|
72912
|
+
customTitleFontUrl: string;
|
|
72913
|
+
}, {
|
|
72914
|
+
title: string;
|
|
72915
|
+
body: string;
|
|
72916
|
+
customBodyFontUrl: string;
|
|
72917
|
+
customTitleFontUrl: string;
|
|
72918
|
+
}>;
|
|
72919
|
+
}, "strip", z.ZodTypeAny, {
|
|
72920
|
+
colors: {
|
|
72921
|
+
text: {
|
|
72922
|
+
hex: string;
|
|
72923
|
+
rgb: {
|
|
72924
|
+
r: number;
|
|
72925
|
+
g: number;
|
|
72926
|
+
b: number;
|
|
72927
|
+
a: number;
|
|
72928
|
+
};
|
|
72929
|
+
};
|
|
72930
|
+
card: {
|
|
72931
|
+
hex: string;
|
|
72932
|
+
rgb: {
|
|
72933
|
+
r: number;
|
|
72934
|
+
g: number;
|
|
72935
|
+
b: number;
|
|
72936
|
+
a: number;
|
|
72937
|
+
};
|
|
72938
|
+
};
|
|
72939
|
+
background: {
|
|
72940
|
+
hex: string;
|
|
72941
|
+
rgb: {
|
|
72942
|
+
r: number;
|
|
72943
|
+
g: number;
|
|
72944
|
+
b: number;
|
|
72945
|
+
a: number;
|
|
72946
|
+
};
|
|
72947
|
+
};
|
|
72948
|
+
overlay: {
|
|
72949
|
+
hex: string;
|
|
72950
|
+
rgb: {
|
|
72951
|
+
r: number;
|
|
72952
|
+
g: number;
|
|
72953
|
+
b: number;
|
|
72954
|
+
a: number;
|
|
72955
|
+
};
|
|
72956
|
+
};
|
|
72957
|
+
primary: {
|
|
72958
|
+
hex: string;
|
|
72959
|
+
rgb: {
|
|
72960
|
+
r: number;
|
|
72961
|
+
g: number;
|
|
72962
|
+
b: number;
|
|
72963
|
+
a: number;
|
|
72964
|
+
};
|
|
72965
|
+
};
|
|
72966
|
+
secondary: {
|
|
72967
|
+
hex: string;
|
|
72968
|
+
rgb: {
|
|
72969
|
+
r: number;
|
|
72970
|
+
g: number;
|
|
72971
|
+
b: number;
|
|
72972
|
+
a: number;
|
|
72973
|
+
};
|
|
72974
|
+
};
|
|
72975
|
+
};
|
|
72976
|
+
fonts: {
|
|
72977
|
+
title: string;
|
|
72978
|
+
body: string;
|
|
72979
|
+
customBodyFontUrl: string;
|
|
72980
|
+
customTitleFontUrl: string;
|
|
72981
|
+
};
|
|
72982
|
+
}, {
|
|
72983
|
+
colors: {
|
|
72984
|
+
text: {
|
|
72985
|
+
hex: string;
|
|
72986
|
+
rgb: {
|
|
72987
|
+
r: number;
|
|
72988
|
+
g: number;
|
|
72989
|
+
b: number;
|
|
72990
|
+
a: number;
|
|
72991
|
+
};
|
|
72992
|
+
};
|
|
72993
|
+
card: {
|
|
72994
|
+
hex: string;
|
|
72995
|
+
rgb: {
|
|
72996
|
+
r: number;
|
|
72997
|
+
g: number;
|
|
72998
|
+
b: number;
|
|
72999
|
+
a: number;
|
|
73000
|
+
};
|
|
73001
|
+
};
|
|
73002
|
+
background: {
|
|
73003
|
+
hex: string;
|
|
73004
|
+
rgb: {
|
|
73005
|
+
r: number;
|
|
73006
|
+
g: number;
|
|
73007
|
+
b: number;
|
|
73008
|
+
a: number;
|
|
73009
|
+
};
|
|
73010
|
+
};
|
|
73011
|
+
overlay: {
|
|
73012
|
+
hex: string;
|
|
73013
|
+
rgb: {
|
|
73014
|
+
r: number;
|
|
73015
|
+
g: number;
|
|
73016
|
+
b: number;
|
|
73017
|
+
a: number;
|
|
73018
|
+
};
|
|
73019
|
+
};
|
|
73020
|
+
primary: {
|
|
73021
|
+
hex: string;
|
|
73022
|
+
rgb: {
|
|
73023
|
+
r: number;
|
|
73024
|
+
g: number;
|
|
73025
|
+
b: number;
|
|
73026
|
+
a: number;
|
|
73027
|
+
};
|
|
73028
|
+
};
|
|
73029
|
+
secondary: {
|
|
73030
|
+
hex: string;
|
|
73031
|
+
rgb: {
|
|
73032
|
+
r: number;
|
|
73033
|
+
g: number;
|
|
73034
|
+
b: number;
|
|
73035
|
+
a: number;
|
|
73036
|
+
};
|
|
73037
|
+
};
|
|
73038
|
+
};
|
|
73039
|
+
fonts: {
|
|
73040
|
+
title: string;
|
|
73041
|
+
body: string;
|
|
73042
|
+
customBodyFontUrl: string;
|
|
73043
|
+
customTitleFontUrl: string;
|
|
73044
|
+
};
|
|
73045
|
+
}>;
|
|
73046
|
+
}, "strip", z.ZodTypeAny, {
|
|
73047
|
+
templatePreview?: string | undefined;
|
|
73048
|
+
isLocalStyleEnabled: boolean;
|
|
73049
|
+
global: {
|
|
73050
|
+
colors: {
|
|
73051
|
+
text: {
|
|
73052
|
+
hex: string;
|
|
73053
|
+
rgb: {
|
|
73054
|
+
r: number;
|
|
73055
|
+
g: number;
|
|
73056
|
+
b: number;
|
|
73057
|
+
a: number;
|
|
73058
|
+
};
|
|
73059
|
+
};
|
|
73060
|
+
card: {
|
|
73061
|
+
hex: string;
|
|
73062
|
+
rgb: {
|
|
73063
|
+
r: number;
|
|
73064
|
+
g: number;
|
|
73065
|
+
b: number;
|
|
73066
|
+
a: number;
|
|
73067
|
+
};
|
|
73068
|
+
};
|
|
73069
|
+
background: {
|
|
73070
|
+
hex: string;
|
|
73071
|
+
rgb: {
|
|
73072
|
+
r: number;
|
|
73073
|
+
g: number;
|
|
73074
|
+
b: number;
|
|
73075
|
+
a: number;
|
|
73076
|
+
};
|
|
73077
|
+
};
|
|
73078
|
+
overlay: {
|
|
73079
|
+
hex: string;
|
|
73080
|
+
rgb: {
|
|
73081
|
+
r: number;
|
|
73082
|
+
g: number;
|
|
73083
|
+
b: number;
|
|
73084
|
+
a: number;
|
|
73085
|
+
};
|
|
73086
|
+
};
|
|
73087
|
+
primary: {
|
|
73088
|
+
hex: string;
|
|
73089
|
+
rgb: {
|
|
73090
|
+
r: number;
|
|
73091
|
+
g: number;
|
|
73092
|
+
b: number;
|
|
73093
|
+
a: number;
|
|
73094
|
+
};
|
|
73095
|
+
};
|
|
73096
|
+
secondary: {
|
|
73097
|
+
hex: string;
|
|
73098
|
+
rgb: {
|
|
73099
|
+
r: number;
|
|
73100
|
+
g: number;
|
|
73101
|
+
b: number;
|
|
73102
|
+
a: number;
|
|
73103
|
+
};
|
|
73104
|
+
};
|
|
73105
|
+
};
|
|
73106
|
+
fonts: {
|
|
73107
|
+
title: string;
|
|
73108
|
+
body: string;
|
|
73109
|
+
customBodyFontUrl: string;
|
|
73110
|
+
customTitleFontUrl: string;
|
|
73111
|
+
};
|
|
73112
|
+
};
|
|
73113
|
+
}, {
|
|
73114
|
+
templatePreview?: string | undefined;
|
|
73115
|
+
isLocalStyleEnabled: boolean;
|
|
73116
|
+
global: {
|
|
73117
|
+
colors: {
|
|
73118
|
+
text: {
|
|
73119
|
+
hex: string;
|
|
73120
|
+
rgb: {
|
|
73121
|
+
r: number;
|
|
73122
|
+
g: number;
|
|
73123
|
+
b: number;
|
|
73124
|
+
a: number;
|
|
73125
|
+
};
|
|
73126
|
+
};
|
|
73127
|
+
card: {
|
|
73128
|
+
hex: string;
|
|
73129
|
+
rgb: {
|
|
73130
|
+
r: number;
|
|
73131
|
+
g: number;
|
|
73132
|
+
b: number;
|
|
73133
|
+
a: number;
|
|
73134
|
+
};
|
|
73135
|
+
};
|
|
73136
|
+
background: {
|
|
73137
|
+
hex: string;
|
|
73138
|
+
rgb: {
|
|
73139
|
+
r: number;
|
|
73140
|
+
g: number;
|
|
73141
|
+
b: number;
|
|
73142
|
+
a: number;
|
|
73143
|
+
};
|
|
73144
|
+
};
|
|
73145
|
+
overlay: {
|
|
73146
|
+
hex: string;
|
|
73147
|
+
rgb: {
|
|
73148
|
+
r: number;
|
|
73149
|
+
g: number;
|
|
73150
|
+
b: number;
|
|
73151
|
+
a: number;
|
|
73152
|
+
};
|
|
73153
|
+
};
|
|
73154
|
+
primary: {
|
|
73155
|
+
hex: string;
|
|
73156
|
+
rgb: {
|
|
73157
|
+
r: number;
|
|
73158
|
+
g: number;
|
|
73159
|
+
b: number;
|
|
73160
|
+
a: number;
|
|
73161
|
+
};
|
|
73162
|
+
};
|
|
73163
|
+
secondary: {
|
|
73164
|
+
hex: string;
|
|
73165
|
+
rgb: {
|
|
73166
|
+
r: number;
|
|
73167
|
+
g: number;
|
|
73168
|
+
b: number;
|
|
73169
|
+
a: number;
|
|
73170
|
+
};
|
|
73171
|
+
};
|
|
73172
|
+
};
|
|
73173
|
+
fonts: {
|
|
73174
|
+
title: string;
|
|
73175
|
+
body: string;
|
|
73176
|
+
customBodyFontUrl: string;
|
|
73177
|
+
customTitleFontUrl: string;
|
|
73178
|
+
};
|
|
73179
|
+
};
|
|
73180
|
+
}>;
|
|
73181
|
+
}>, "strip", z.ZodTypeAny, {
|
|
73182
|
+
data: {
|
|
73183
|
+
templatePreview?: string | undefined;
|
|
73184
|
+
isLocalStyleEnabled: boolean;
|
|
73185
|
+
global: {
|
|
73186
|
+
colors: {
|
|
73187
|
+
text: {
|
|
73188
|
+
hex: string;
|
|
73189
|
+
rgb: {
|
|
73190
|
+
r: number;
|
|
73191
|
+
g: number;
|
|
73192
|
+
b: number;
|
|
73193
|
+
a: number;
|
|
73194
|
+
};
|
|
73195
|
+
};
|
|
73196
|
+
card: {
|
|
73197
|
+
hex: string;
|
|
73198
|
+
rgb: {
|
|
73199
|
+
r: number;
|
|
73200
|
+
g: number;
|
|
73201
|
+
b: number;
|
|
73202
|
+
a: number;
|
|
73203
|
+
};
|
|
73204
|
+
};
|
|
73205
|
+
background: {
|
|
73206
|
+
hex: string;
|
|
73207
|
+
rgb: {
|
|
73208
|
+
r: number;
|
|
73209
|
+
g: number;
|
|
73210
|
+
b: number;
|
|
73211
|
+
a: number;
|
|
73212
|
+
};
|
|
73213
|
+
};
|
|
73214
|
+
overlay: {
|
|
73215
|
+
hex: string;
|
|
73216
|
+
rgb: {
|
|
73217
|
+
r: number;
|
|
73218
|
+
g: number;
|
|
73219
|
+
b: number;
|
|
73220
|
+
a: number;
|
|
73221
|
+
};
|
|
73222
|
+
};
|
|
73223
|
+
primary: {
|
|
73224
|
+
hex: string;
|
|
73225
|
+
rgb: {
|
|
73226
|
+
r: number;
|
|
73227
|
+
g: number;
|
|
73228
|
+
b: number;
|
|
73229
|
+
a: number;
|
|
73230
|
+
};
|
|
73231
|
+
};
|
|
73232
|
+
secondary: {
|
|
73233
|
+
hex: string;
|
|
73234
|
+
rgb: {
|
|
73235
|
+
r: number;
|
|
73236
|
+
g: number;
|
|
73237
|
+
b: number;
|
|
73238
|
+
a: number;
|
|
73239
|
+
};
|
|
73240
|
+
};
|
|
73241
|
+
};
|
|
73242
|
+
fonts: {
|
|
73243
|
+
title: string;
|
|
73244
|
+
body: string;
|
|
73245
|
+
customBodyFontUrl: string;
|
|
73246
|
+
customTitleFontUrl: string;
|
|
73247
|
+
};
|
|
73248
|
+
};
|
|
73249
|
+
};
|
|
73250
|
+
name: string;
|
|
73251
|
+
updatedAt: string;
|
|
73252
|
+
version: number;
|
|
73253
|
+
format: string;
|
|
73254
|
+
}, {
|
|
73255
|
+
data: {
|
|
73256
|
+
templatePreview?: string | undefined;
|
|
73257
|
+
isLocalStyleEnabled: boolean;
|
|
73258
|
+
global: {
|
|
73259
|
+
colors: {
|
|
73260
|
+
text: {
|
|
73261
|
+
hex: string;
|
|
73262
|
+
rgb: {
|
|
73263
|
+
r: number;
|
|
73264
|
+
g: number;
|
|
73265
|
+
b: number;
|
|
73266
|
+
a: number;
|
|
73267
|
+
};
|
|
73268
|
+
};
|
|
73269
|
+
card: {
|
|
73270
|
+
hex: string;
|
|
73271
|
+
rgb: {
|
|
73272
|
+
r: number;
|
|
73273
|
+
g: number;
|
|
73274
|
+
b: number;
|
|
73275
|
+
a: number;
|
|
73276
|
+
};
|
|
73277
|
+
};
|
|
73278
|
+
background: {
|
|
73279
|
+
hex: string;
|
|
73280
|
+
rgb: {
|
|
73281
|
+
r: number;
|
|
73282
|
+
g: number;
|
|
73283
|
+
b: number;
|
|
73284
|
+
a: number;
|
|
73285
|
+
};
|
|
73286
|
+
};
|
|
73287
|
+
overlay: {
|
|
73288
|
+
hex: string;
|
|
73289
|
+
rgb: {
|
|
73290
|
+
r: number;
|
|
73291
|
+
g: number;
|
|
73292
|
+
b: number;
|
|
73293
|
+
a: number;
|
|
73294
|
+
};
|
|
73295
|
+
};
|
|
73296
|
+
primary: {
|
|
73297
|
+
hex: string;
|
|
73298
|
+
rgb: {
|
|
73299
|
+
r: number;
|
|
73300
|
+
g: number;
|
|
73301
|
+
b: number;
|
|
73302
|
+
a: number;
|
|
73303
|
+
};
|
|
73304
|
+
};
|
|
73305
|
+
secondary: {
|
|
73306
|
+
hex: string;
|
|
73307
|
+
rgb: {
|
|
73308
|
+
r: number;
|
|
73309
|
+
g: number;
|
|
73310
|
+
b: number;
|
|
73311
|
+
a: number;
|
|
73312
|
+
};
|
|
73313
|
+
};
|
|
73314
|
+
};
|
|
73315
|
+
fonts: {
|
|
73316
|
+
title: string;
|
|
73317
|
+
body: string;
|
|
73318
|
+
customBodyFontUrl: string;
|
|
73319
|
+
customTitleFontUrl: string;
|
|
73320
|
+
};
|
|
73321
|
+
};
|
|
73322
|
+
};
|
|
73323
|
+
name: string;
|
|
73324
|
+
updatedAt: string;
|
|
73325
|
+
version: number;
|
|
73326
|
+
format: string;
|
|
73327
|
+
}>;
|
|
73328
|
+
}, "strip", z.ZodTypeAny, {
|
|
73329
|
+
pageConfig: {
|
|
73330
|
+
data: {
|
|
73331
|
+
templatePreview?: string | undefined;
|
|
73332
|
+
isLocalStyleEnabled: boolean;
|
|
73333
|
+
global: {
|
|
73334
|
+
colors: {
|
|
73335
|
+
text: {
|
|
73336
|
+
hex: string;
|
|
73337
|
+
rgb: {
|
|
73338
|
+
r: number;
|
|
73339
|
+
g: number;
|
|
73340
|
+
b: number;
|
|
73341
|
+
a: number;
|
|
73342
|
+
};
|
|
73343
|
+
};
|
|
73344
|
+
card: {
|
|
73345
|
+
hex: string;
|
|
73346
|
+
rgb: {
|
|
73347
|
+
r: number;
|
|
73348
|
+
g: number;
|
|
73349
|
+
b: number;
|
|
73350
|
+
a: number;
|
|
73351
|
+
};
|
|
73352
|
+
};
|
|
73353
|
+
background: {
|
|
73354
|
+
hex: string;
|
|
73355
|
+
rgb: {
|
|
73356
|
+
r: number;
|
|
73357
|
+
g: number;
|
|
73358
|
+
b: number;
|
|
73359
|
+
a: number;
|
|
73360
|
+
};
|
|
73361
|
+
};
|
|
73362
|
+
overlay: {
|
|
73363
|
+
hex: string;
|
|
73364
|
+
rgb: {
|
|
73365
|
+
r: number;
|
|
73366
|
+
g: number;
|
|
73367
|
+
b: number;
|
|
73368
|
+
a: number;
|
|
73369
|
+
};
|
|
73370
|
+
};
|
|
73371
|
+
primary: {
|
|
73372
|
+
hex: string;
|
|
73373
|
+
rgb: {
|
|
73374
|
+
r: number;
|
|
73375
|
+
g: number;
|
|
73376
|
+
b: number;
|
|
73377
|
+
a: number;
|
|
73378
|
+
};
|
|
73379
|
+
};
|
|
73380
|
+
secondary: {
|
|
73381
|
+
hex: string;
|
|
73382
|
+
rgb: {
|
|
73383
|
+
r: number;
|
|
73384
|
+
g: number;
|
|
73385
|
+
b: number;
|
|
73386
|
+
a: number;
|
|
73387
|
+
};
|
|
73388
|
+
};
|
|
73389
|
+
};
|
|
73390
|
+
fonts: {
|
|
73391
|
+
title: string;
|
|
73392
|
+
body: string;
|
|
73393
|
+
customBodyFontUrl: string;
|
|
73394
|
+
customTitleFontUrl: string;
|
|
73395
|
+
};
|
|
73396
|
+
};
|
|
73397
|
+
};
|
|
73398
|
+
name: string;
|
|
73399
|
+
updatedAt: string;
|
|
73400
|
+
version: number;
|
|
73401
|
+
format: string;
|
|
73402
|
+
};
|
|
73403
|
+
}, {
|
|
73404
|
+
pageConfig: {
|
|
73405
|
+
data: {
|
|
73406
|
+
templatePreview?: string | undefined;
|
|
73407
|
+
isLocalStyleEnabled: boolean;
|
|
73408
|
+
global: {
|
|
73409
|
+
colors: {
|
|
73410
|
+
text: {
|
|
73411
|
+
hex: string;
|
|
73412
|
+
rgb: {
|
|
73413
|
+
r: number;
|
|
73414
|
+
g: number;
|
|
73415
|
+
b: number;
|
|
73416
|
+
a: number;
|
|
73417
|
+
};
|
|
73418
|
+
};
|
|
73419
|
+
card: {
|
|
73420
|
+
hex: string;
|
|
73421
|
+
rgb: {
|
|
73422
|
+
r: number;
|
|
73423
|
+
g: number;
|
|
73424
|
+
b: number;
|
|
73425
|
+
a: number;
|
|
73426
|
+
};
|
|
73427
|
+
};
|
|
73428
|
+
background: {
|
|
73429
|
+
hex: string;
|
|
73430
|
+
rgb: {
|
|
73431
|
+
r: number;
|
|
73432
|
+
g: number;
|
|
73433
|
+
b: number;
|
|
73434
|
+
a: number;
|
|
73435
|
+
};
|
|
73436
|
+
};
|
|
73437
|
+
overlay: {
|
|
73438
|
+
hex: string;
|
|
73439
|
+
rgb: {
|
|
73440
|
+
r: number;
|
|
73441
|
+
g: number;
|
|
73442
|
+
b: number;
|
|
73443
|
+
a: number;
|
|
73444
|
+
};
|
|
73445
|
+
};
|
|
73446
|
+
primary: {
|
|
73447
|
+
hex: string;
|
|
73448
|
+
rgb: {
|
|
73449
|
+
r: number;
|
|
73450
|
+
g: number;
|
|
73451
|
+
b: number;
|
|
73452
|
+
a: number;
|
|
73453
|
+
};
|
|
73454
|
+
};
|
|
73455
|
+
secondary: {
|
|
73456
|
+
hex: string;
|
|
73457
|
+
rgb: {
|
|
73458
|
+
r: number;
|
|
73459
|
+
g: number;
|
|
73460
|
+
b: number;
|
|
73461
|
+
a: number;
|
|
73462
|
+
};
|
|
73463
|
+
};
|
|
73464
|
+
};
|
|
73465
|
+
fonts: {
|
|
73466
|
+
title: string;
|
|
73467
|
+
body: string;
|
|
73468
|
+
customBodyFontUrl: string;
|
|
73469
|
+
customTitleFontUrl: string;
|
|
73470
|
+
};
|
|
73471
|
+
};
|
|
73472
|
+
};
|
|
73473
|
+
name: string;
|
|
73474
|
+
updatedAt: string;
|
|
73475
|
+
version: number;
|
|
73476
|
+
format: string;
|
|
73477
|
+
};
|
|
73478
|
+
}>;
|
|
73479
|
+
interface PaymentConfigData extends z.infer<typeof PaymentConfigData> {
|
|
73480
|
+
}
|
|
73481
|
+
|
|
72569
73482
|
declare const ReadyPlayerMe: z.ZodObject<{
|
|
72570
73483
|
renders: z.ZodArray<z.ZodString, "many">;
|
|
72571
73484
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -72727,4 +73640,4 @@ declare class SdkDevice {
|
|
|
72727
73640
|
static getDeviceId: () => string;
|
|
72728
73641
|
}
|
|
72729
73642
|
|
|
72730
|
-
export { ADtoForUnbanUserApiCall, ADtoForUpdateEqu8ConfigApiCall, ADtoObjectForEqu8UserBanStatus, ADtoObjectForEqu8UserStatus, ARCH, Accelbyte, AccelbyteSDK, AcceptAgreementRequest, AcceptAgreementResponse, AcceptedPoliciesRequest, AccountProgressionInfo, Achievement, AchievementInfo, Action, AddCountryGroupRequest, AddCountryGroupResponse, AddUserRoleV4Request, AdditionalData, AdminOrderCreate, AdyenConfig, AgeRestrictionRequest, AgeRestrictionRequestV3, AgeRestrictionResponse, AgeRestrictionResponseV3, AgentType, Agreement$, AliPayConfig, AppEntitlementInfo, AppEntitlementPagingSlicedResult, AppInfo, AppLocalization, AppUpdate, AppleIapConfigInfo, AppleIapConfigRequest, AppleIapReceipt, AssignUserV4Request, AssignedUserV4Response, AuthenticatorKeyResponseV4, AuthenticatorSecretKey, AvailableComparison, AvailablePlatform, AvailablePredicate, AvatarSyncRequestV4, BUILDINFO_PLATFORM_ID, BackgroundConfig, BackgroundOverlay, BackgroundOverlayType, BackupCodesResponseV4, Ban, BanCreateRequest, BanReason, BanReasonV3, BanReasons, BanReasonsV3, BanType, BanUpdateRequest, BanV3, BannedBy, BannedByV3, Bans, BansV3, BasicBuildManifest, BasicBuildManifestArray, BasicCategoryInfo, BasicItem, BillingAccount, BillingHistoryChargeStatus, BillingHistoryInfo, BillingHistoryPagingSlicedResult, BinaryUpload, BlockData, BlockDownloadUrls, BlockDownloadUrlsRequest, BlockManifest, BoxItem, BrowserHelper, BuildAvailability, BuildAvailabilityArray, BuildDeletionData, BuildIdManifest, BuildIdVersion, BuildInfoPii, BuildManifest, BulkBanCreateRequestV3, BulkCreditRequest, BulkCreditResult, BulkDebitRequest, BulkDebitResult, BulkEntitlementGrantRequest, BulkEntitlementGrantResult, BulkEntitlementRevokeResult, BulkOperationResult, BulkRegionDataChangeRequest, BulkUnbanCreateRequestV3, BundledItemInfo, Caching$, CalculateDiffCacheRequest, CampaignCreate, CampaignDynamicInfo, CampaignInfo, CampaignPagingSlicedResult, CampaignUpdate, CancelRequest, CatalogChangeInfo, CatalogChangePagingSlicedResult, CatalogChangeStatistics, Category$, CategoryCreate, CategoryInfo, CategoryInfoArray, CategoryUpdate, CheckValidUserIdRequestV4, CheckoutConfig, CleanerConfigObject, ClientCreateRequest, ClientCreationResponse, ClientCreationV3Request, ClientPayload, ClientPermission, ClientPermissionV3, ClientPermissions, ClientPermissionsV3, ClientRequestParameter, ClientResponse, ClientUpdateRequest, ClientUpdateSecretRequest, ClientUpdateV3Request, ClientV3Response, ClientsV3Response, CodeCreate, CodeCreateResult, CodeGenUtil, CodeInfo, CodeInfoPagingSlicedResult, ColorConfig, ColorConfigs, CommitDiffCacheRequest, CommitMultipartUploadRequest, CompanyLogo, CompanyLogoConfig, CompatibilityObject, ConditionGroup, ConditionGroupValidateResult, ConditionMatchResult, Config, ConfigCreate, ConfigInfo, ConfigUpdate, Configs, ConfigurationInfo, ConfigurationUpdate, ConflictedUserPlatformAccounts, ConsumableEntitlementRevocationConfig, ConsumeItem, Country, CountryAgeRestriction, CountryAgeRestrictionRequest, CountryAgeRestrictionV3Request, CountryGroupObject, CountryLocationResponse, CountryObject, CountryObjectArray, CountryV3Response, CreateBasePolicyRequest, CreateBasePolicyRequestV2, CreateBasePolicyResponse, CreateDependencyLinkRequest, CreateDiffCacheRequest, CreateJusticeUserResponse, CreateLocalizedPolicyVersionRequest, CreateLocalizedPolicyVersionResponse, CreatePolicyVersionRequest, CreatePolicyVersionResponse, CreateTestUserRequestV4, CreateTestUserResponseV4, CreateTestUsersRequestV4, CreateTestUsersResponseV4, CreateUserRequestV4, CreateUserResponseV4, CreditRequest, CreditResult, CreditRevocation, CreditSummary, Currency$, CurrencyConfig, CurrencyCreate, CurrencyInfo, CurrencyInfoArray, CurrencySummary, CurrencyUpdate, CurrencyWallet, Customization, DISCOVERY_TEMPLATE_NAME, DataDeletion$, DataRetrieval$, DataRetrievalResponse, DebitByCurrencyCodeRequest, DebitRequest, DebitResult, DecodeError, DefaultLaunchProfile, DeleteRewardConditionRequest, DeletionData, DeletionStatus, DependencyObject, Description, DesktopChecker, DetailedWalletTransactionInfo, DetailedWalletTransactionPagingSlicedResult, DeviceBanRequestV4, DeviceBanResponseV4, DeviceBanUpdateRequestV4, DeviceBannedResponseV4, DeviceBansResponseV4, DeviceIdDecryptResponseV4, DeviceResponseV4, DeviceTypeResponseV4, DeviceTypesResponseV4, DeviceUserResponseV4, DeviceUsersResponseV4, DevicesResponseV4, DiffCacheObject, DiffPatchRequest, DiffStatusReport, DifferentialBuildManifest, DifferentialFileManifest, DifferentialUploadSummary, DisableUserRequest, DiscoveryConfigData, DisplayedPolicy, DistinctLinkedPlatformV3, DistinctPlatformResponseV3, Dlc$, DlcItem, DlcItemConfigInfo, DlcItemConfigUpdate, DlcRecord, Downloader$, DownloaderApi, Drm$, DurableEntitlementRevocationConfig, ERROR_CODE_LINK_DELETION_ACCOUNT, ERROR_CODE_TOKEN_EXPIRED, ERROR_LINK_ANOTHER_3RD_PARTY_ACCOUNT, ERROR_USER_BANNED, Eligibilities$, EligibleUser, EmailUpdateRequestV4, EnabledFactorsResponseV4, EncryptedIdentity, Entitlement$, EntitlementDecrement, EntitlementDecrementResult, EntitlementGrant, EntitlementGrantResult, EntitlementHistoryInfo, EntitlementInfo, EntitlementLootBoxReward, EntitlementOwnership, EntitlementOwnershipArray, EntitlementPagingSlicedResult, EntitlementRevocation, EntitlementRevocationConfig, EntitlementRevokeResult, EntitlementSoldRequest, EntitlementSoldResult, EntitlementSummary, EntitlementUpdate, EpicGamesDlcSyncRequest, EpicGamesIapConfigInfo, EpicGamesIapConfigRequest, EpicGamesReconcileRequest, EpicGamesReconcileResult, EpicGamesReconcileResultArray, Equ8Config, Error$1 as Error, ErrorEntity, ErrorResponse, ErrorResponseWithConflictedUserPlatformAccounts, Event, EventId, EventLevel, EventPayload, EventRegistry, EventResponse, EventResponseV2, EventType, EventV2, EventV2$, ExportStoreRequest, ExtendedConfig, ExtensionFulfillmentSummary, ExternalPaymentOrderCreate, FailedBanUnbanUserV3, FieldValidationError, FileDiffingStatus, FileManifest, FileUpload$, FileUploadUrlInfo, FilterJson, FixedPeriodRotationConfig, FontConfigs, ForgotPasswordRequestV3, FulfillCodeRequest, Fulfillment$, FulfillmentError, FulfillmentHistoryInfo, FulfillmentHistoryPagingSlicedResult, FulfillmentItem, FulfillmentRequest, FulfillmentResult, FulfillmentScriptContext, FulfillmentScriptCreate, FulfillmentScriptEvalTestRequest, FulfillmentScriptEvalTestResult, FulfillmentScriptInfo, FulfillmentScriptUpdate, FullAppInfo, FullCategoryInfo, FullItemInfo, FullItemPagingSlicedResult, FullSectionInfo, FullViewInfo, GameList, GameListKeys, GameTokenCodeResponse, GenericQueryPayload, GetAdminUsersResponse, GetLinkHeadlessAccountConflictResponse, GetPublisherUserResponse, GetPublisherUserV3Response, GetUserBanV3Response, GetUserJusticePlatformAccountResponse, GetUserMapping, GetUserMappingV3, GetUserMappingV3Array, GetUsersResponseWithPaginationV3, GlobalStyleConfig, GoogleIapConfigInfo, GoogleIapConfigRequest, GoogleIapReceipt, GoogleReceiptResolveResult, GrantSubscriptionDaysRequest, HierarchicalCategoryInfo, HierarchicalCategoryInfoArray, IDataStatus, IResponse, IResponseError, IResponseWithSync, IUserPlatform, IamHelper, Iap$, IapConsumeHistoryInfo, IapConsumeHistoryPagingSlicedResult, IapItemConfigInfo, IapItemConfigUpdate, IapItemEntry, IapItemFlatEntry, IapItemMappingInfo, IapOrderInfo, IapOrderPagingSlicedResult, Image, ImportErrorDetails, ImportStoreError, ImportStoreItemInfo, ImportStoreResult, InGameItemSync, InputValidationData, InputValidationDataPublic, InputValidationDescription, InputValidationHelper, InputValidationUpdatePayload, InputValidations$, InputValidationsApi, InputValidationsPublicResponse, InputValidationsResponse, InviteUserRequestV3, InviteUserRequestV4, InviteUserResponseV3, InvoiceCurrencySummary, InvoiceSummary, Item$, ItemAcquireRequest, ItemAcquireResult, ItemCreate, ItemDynamicDataInfo, ItemId, ItemInfo, ItemInfoArray, ItemNaming, ItemPagingSlicedResult, ItemPurchaseConditionValidateRequest, ItemPurchaseConditionValidateResult, ItemPurchaseConditionValidateResultArray, ItemReturnRequest, ItemRevocation, ItemSnapshot, ItemTypeConfigCreate, ItemTypeConfigInfo, ItemTypeConfigUpdate, ItemUpdate, JwkKey, JwkSet, JwtBanV3, KeyGroupCreate, KeyGroupDynamicInfo, KeyGroupInfo, KeyGroupPagingSlicedResult, KeyGroupUpdate, KeyInfo, KeyPagingSliceResult, LauncherConfigData, LauncherPageConfig, LegalHelper, LegalPolicyType, LegalReadinessStatusResponse, LinkHeadlessAccountRequest, LinkPlatformAccountRequest, LinkPlatformAccountWithProgressionRequest, LinkRequest, LinkingHistoryResponseWithPaginationV3, ListAssignedUsersV4Response, ListBulkUserBanResponseV3, ListBulkUserResponse, ListDeletionDataResponse, ListEmailAddressRequest, ListPersonalDataResponse, ListRoleV4Response, ListUserInformationResult, ListUserResponseV3, ListUserRolesV4Response, ListUsersWithPlatformAccountsResponse, ListValidUserIdResponseV4, ListViewInfo, Localization, LocalizedPolicyVersionObject, LocalizedPolicyVersions$, LocalizedPolicyVersionsWithNamespace$, LoginErrorCancelled, LoginErrorExpired, LoginErrorParam, LoginErrorUnknown, LoginErrorUnmatchedState, LoginHistoriesResponse, LogoVariantConfig, LootBoxConfig, LootBoxReward, MFAData, MFADataResponse, MFA_DATA_STORAGE_KEY, MachineIdentity, Misc$, MiscApi, MockIapReceipt, ModelCountry, MultipartUploadSummary, MultipartUploadUrl, MultipartUploadedPart, MultipleAgentType, MultipleEventId, MultipleEventLevel, MultipleEventType, MultipleUx, Namespace$, NamespaceCreate, NamespaceInfo, NamespaceInfoArray, NamespacePublisherInfo, NamespaceRole, NamespaceRoleRequest, NamespaceStatusUpdate, NamespaceUpdate, NetflixCertificates, Network, NotificationProcessResult, OAuth20$, OAuth20Extension$, ObsoleteFileManifest, OneTimeLinkingCodeResponse, OneTimeLinkingCodeValidationResponse, OptionBoxConfig, Order, Order$, OrderCreate, OrderCreationOptions, OrderGrantInfo, OrderHistoryInfo, OrderHistoryInfoArray, OrderInfo, OrderPagingResult, OrderPagingSlicedResult, OrderRefundCreate, OrderStatistics, OrderStatus, OrderSummary, OrderSyncResult, OrderUpdate, Overrides, Ownership, OwnershipToken, PLATFORM, PageConfig, PagedRetrieveUserAcceptedAgreementResponse, Pagination, PaginationV3, Paging, PayPalConfig, PaymentAccount, PaymentAccount$, PaymentAccountArray, PaymentApi, PaymentCallbackConfigInfo, PaymentCallbackConfigUpdate, PaymentMerchantConfigInfo, PaymentMethod, PaymentMethodArray, PaymentNotificationInfo, PaymentNotificationPagingSlicedResult, PaymentOrder, PaymentOrderChargeRequest, PaymentOrderChargeStatus, PaymentOrderCreate, PaymentOrderCreateResult, PaymentOrderDetails, PaymentOrderInfo, PaymentOrderNotifySimulation, PaymentOrderPagingSlicedResult, PaymentOrderPaidResult, PaymentOrderRefund, PaymentOrderRefundResult, PaymentOrderSyncResult, PaymentProcessResult, PaymentProviderConfigEdit, PaymentProviderConfigInfo, PaymentProviderConfigPagingSlicedResult, PaymentRequest, PaymentStation$, PaymentTaxConfigEdit, PaymentTaxConfigInfo, PaymentToken, PaymentUrl, PaymentUrlCreate, Permission, PermissionDeleteRequest, PermissionV3, Permissions, PermissionsV3, PersonalData, PingResultResponse, PlatformAccount, PlatformDlcConfigInfo, PlatformDlcConfigUpdate, PlatformDlcEntry, PlatformDomainDeleteRequest, PlatformDomainResponse, PlatformDomainUpdateRequest, PlatformMatchMap, PlatformReward, PlatformRewardCurrency, PlatformRewardItem, PlatformSubscribeRequest, PlatformUserIdRequest, PlatformUserInformation, PlatformUserInformationV3, PlatformWallet, PlatformWalletConfigInfo, PlatformWalletConfigUpdate, PlayStationDlcSyncMultiServiceLabelsRequest, PlayStationDlcSyncRequest, PlayStationIapConfigInfo, PlayStationMultiServiceLabelsReconcileRequest, PlayStationReconcileRequest, PlayStationReconcileResult, PlayStationReconcileResultArray, PlayerPortalConfigData, PlayerPortalFeatureFlagsConfig, PlayerPortalFooterConfig, PlayerPortalFooterConfigLink, PlayerPortalFooterIDs, PlayerPortalFooterIDsUnion, PlayerPortalHomePageKeys, PlayerPortalHomepageConfig, PlayerPortalHomepageKeys, PlaystationIapConfigRequest, Policies$, PoliciesApi, PolicyObject, PolicyVersionObject, PolicyVersionWithLocalizedVersionObject, PopulatedItemInfo, PreCheckUploadRequest, Predicate, PredicateValidateResult, PublicInviteUserRequestV4, PublicKeyPresignedUrl, PublicThirdPartyPlatformInfo, PublicThirdPartyPlatformInfoArray, PublicUserInformationResponseV3, PublicUserInformationV3, PublicUserResponse, PublicUserResponseV3, PublicUsersResponse, PurchaseCondition, PurchaseConditionUpdate, PurchasedItemCount, ReadyPlayerMe, Recurring, RecurringChargeResult, RedeemHistoryInfo, RedeemHistoryPagingSlicedResult, RedeemRequest, RedeemResult, RedeemableItem, RegionDataChange, RegionDataItem, RegisteredDomain, ReleaseNoteDto, ReleaseNoteLocalizationDto, ReleaseNoteManifest, RemoveUserRoleV4Request, Request2FAEmailCode, RequestDeleteResponse, RequestHistory, Requirement, ResetPasswordRequest, ResetPasswordRequestV3, RestErrorResponse, RetrieveAcceptedAgreementResponse, RetrieveAcceptedAgreementResponseArray, RetrieveBaseGameResponse, RetrieveBaseGameResponseArray, RetrieveBasePolicyResponse, RetrieveCountryGroupResponse, RetrieveDependencyCompatibilityResponse, RetrieveDependencyLinkResponse, RetrieveDiffCacheResponse, RetrieveLatestDlcResponse, RetrieveLatestDlcResponseArray, RetrieveLocalizedPolicyVersionPublicResponse, RetrieveLocalizedPolicyVersionResponse, RetrievePolicyPublicResponse, RetrievePolicyPublicResponseArray, RetrievePolicyResponse, RetrievePolicyTypeResponse, RetrievePolicyVersionResponse, RetrieveTimeResponse, RetrieveUserAcceptedAgreementResponse, RetrieveUserEligibilitiesIndirectResponse, RetrieveUserEligibilitiesResponse, RetrieveUserEligibilitiesResponseArray, RetrieveUserInfoCacheStatusResponse, RevocationConfigInfo, RevocationConfigUpdate, RevocationError, RevocationHistoryInfo, RevocationHistoryPagingSlicedResult, RevocationList, RevocationRequest, RevocationResult, RevokeCurrency, RevokeEntitlement, RevokeEntry, RevokeItem, RevokeItemSummary, RevokeResult, RevokeUseCountRequest, RevokeUserV4Request, Reward$, RewardCondition, RewardCreate, RewardInfo, RewardItem, RewardPagingSlicedResult, RewardUpdate, RewardsRequest, Role, RoleAdminStatusResponse, RoleAdminStatusResponseV3, RoleCreateRequest, RoleCreateV3Request, RoleManager, RoleManagerV3, RoleManagersRequest, RoleManagersRequestV3, RoleManagersResponse, RoleManagersResponsesV3, RoleMember, RoleMemberV3, RoleMembersRequest, RoleMembersRequestV3, RoleMembersResponse, RoleMembersResponseV3, RoleNamesResponseV3, RoleResponse, RoleResponseV3, RoleResponseWithManagers, RoleResponseWithManagersAndPaginationV3, RoleResponseWithManagersV3, RoleUpdateRequest, RoleUpdateRequestV3, RoleV3, RoleV4Request, RoleV4Response, Roles$, SDKEvents, SDKOptions, SDKRequestConfig, SaleConfig, SdkCache, SdkDevice, SearchUsersByPlatformIdResponse, SearchUsersResponse, SearchUsersResponseWithPaginationV3, Section$, SectionCreate, SectionInfo, SectionInfoArray, SectionItem, SectionPagingSlicedResult, SectionUpdate, SendRegisterVerificationCodeRequest, SendVerificationCodeRequest, SendVerificationCodeRequestV3, SendVerificationLinkRequest, ServicePluginConfigInfo, ServicePluginConfigUpdate, ServiceVersion, SimpleLatestBaseGame, SimpleUserPlatformInfoV3, Slide, SocialLinkConfig, Sso$, SsoPlatformCredentialRequest, SsoPlatformCredentialResponse, SsoSaml20$, StackableEntitlementInfo, StartMultipartUploadRequest, StaticConfigs$, SteamAchievementUpdateRequest, SteamDlcSyncRequest, SteamIapConfig, SteamIapConfigInfo, SteamIapConfigRequest, SteamSyncRequest, Store$, StoreBackupInfo, StoreCreate, StoreInfo, StoreInfoArray, StoreUpdate, StreamerInfo, StripeConfig, Subscribable, SubscribeRequest, Subscription$, SubscriptionActivityInfo, SubscriptionActivityPagingSlicedResult, SubscriptionChargeStatus, SubscriptionInfo, SubscriptionPagingSlicedResult, SubscriptionStatus, SubscriptionSummary, TGameListKeys, TWOFA_PAGE, TaxResult, Template, TemplateCompact, TemplateConfig, TemplateInfoConfig, Templates$, TestResult, ThirdPartyCredential$, ThirdPartyLoginPlatformCredentialRequest, ThirdPartyLoginPlatformCredentialResponse, TicketAcquireRequest, TicketAcquireResult, TicketBoothId, TicketDynamicInfo, TicketSaleDecrementRequest, TicketSaleIncrementRequest, TicketSaleIncrementResult, TimeLimitedBalance, TimedOwnership, TokenIntrospectResponse, TokenResponse, TokenResponseV3, TokenThirdPartyLinkStatusResponse, TokenThirdPartyResponse, TokenWithDeviceCookieResponseV3, TradeNotification, Transaction, TransactionAmountDetails, TwitchDropConfigData, TwitchIapConfigInfo, TwitchIapConfigRequest, TwitchSyncRequest, TwitchSyncResult, TwitchSyncResultArray, UnlinkUserPlatformRequest, UpdateBasePolicyRequest, UpdateBasePolicyRequestV2, UpdateBasePolicyResponse, UpdateBuildMetadataRequest, UpdateCountryGroupRequest, UpdateLocalizedPolicyVersionRequest, UpdateLocalizedPolicyVersionResponse, UpdatePermissionScheduleRequest, UpdatePolicyRequest, UpdatePolicyVersionRequest, UpdatePolicyVersionResponse, UpdateUserDeletionStatusRequest, UpdateUserStatusRequest, UpgradeHeadlessAccountRequest, UpgradeHeadlessAccountRequestV4, UpgradeHeadlessAccountV3Request, UpgradeHeadlessAccountWithVerificationCodeRequest, UpgradeHeadlessAccountWithVerificationCodeRequestV3, UpgradeHeadlessAccountWithVerificationCodeRequestV4, UploadBuildManifest, UploadLocalizedPolicyVersionAttachmentResponse, UploadModeCheck, UploadPolicyVersionAttachmentRequest, UploadSummary, UrlHelper, UserAction$, UserActiveBanResponse, UserActiveBanResponseV3, UserActiveBanResponseV4, UserAgreementPolicyVersion, UserAgreementsResponse, UserApi, UserAuthorizationApi, UserBan, UserBanRequest, UserBanResponse, UserBanResponseV3, UserBaseInfo, UserCreateFromInvitationRequestV3, UserCreateFromInvitationRequestV4, UserCreateRequest, UserCreateRequestV3, UserCreateResponse, UserCreateResponseV3, UserDataUrl, UserDeletionStatusResponse, UserDlc, UserDlcRecord, UserIDsRequest, UserInfoResponse, UserInformation, UserInformationV3, UserInvitationV3, UserLastActivity, UserLinkedPlatform, UserLinkedPlatformV3, UserLinkedPlatformsResponseV3, UserLoginHistoryResponse, UserPasswordUpdateRequest, UserPasswordUpdateV3Request, UserPermissionsResponseV3, UserPermissionsResponseV4, UserPersonalData, UserPersonalDataResponse, UserPlatformInfo, UserPlatforms, UserProfile$, UserProfileAdmin, UserProfileApi, UserProfileBulkRequest, UserProfileCreate, UserProfileInfo, UserProfilePrivateCreate, UserProfilePrivateInfo, UserProfilePublicInfo, UserProfilePublicInfoArray, UserProfileStatusUpdate, UserProfileUpdate, UserReportRequest, UserResponse, UserResponseV3, UserResponseV4, UserRevocationListRecord, UserRolesV4Response, UserSearchByPlatformIdResult, UserSearchResult, UserUnbanCreateRequestV3, UserUpdateRequest, UserUpdateRequestV3, UserVerificationRequest, UserVerificationRequestV3, UserWithLinkedPlatformAccounts, UserWithPlatformAccounts, UserZipCode, UserZipCodeUpdate, Users$, UsersAgreementsRequest, UsersV4$, Utility$, Ux, V3ClientUpdateSecretRequest, VALIDATION_ERROR_CODE, ValidUserIdResponseV4, Validate, ValidateableInputField, Validation, ValidationConfig, ValidationDescription, ValidationDetail, ValidationDetailPublic, ValidationErrorEntity, VerificationCodeResponse, Verify2FAParam, VerifyRegistrationCode, VersionChain, VersionNode, View$, ViewCreate, ViewInfo, ViewInfoArray, ViewUpdate, Wallet$, WalletInfo, WalletPagingSlicedResult, WalletRevocationConfig, WalletTransactionInfo, WalletTransactionPagingSlicedResult, WebLinkingResponse, WxPayConfigInfo, WxPayConfigRequest, XblAchievementUpdateRequest, XblDlcSyncRequest, XblIapConfigInfo, XblIapConfigRequest, XblReconcileRequest, XblReconcileResult, XblReconcileResultArray, XblUserAchievements, XsollaConfig, XsollaPaywallConfig, XsollaPaywallConfigRequest, ZsyncDiffRequest, ZsyncFileManifest, injectRequestInterceptors, injectResponseInterceptors };
|
|
73643
|
+
export { ADtoForUnbanUserApiCall, ADtoForUpdateEqu8ConfigApiCall, ADtoObjectForEqu8UserBanStatus, ADtoObjectForEqu8UserStatus, ARCH, Accelbyte, AccelbyteSDK, AcceptAgreementRequest, AcceptAgreementResponse, AcceptedPoliciesRequest, AccountProgressionInfo, Achievement, AchievementInfo, Action, AddCountryGroupRequest, AddCountryGroupResponse, AddUserRoleV4Request, AdditionalData, AdminOrderCreate, AdyenConfig, AgeRestrictionRequest, AgeRestrictionRequestV3, AgeRestrictionResponse, AgeRestrictionResponseV3, AgentType, Agreement$, AliPayConfig, AppEntitlementInfo, AppEntitlementPagingSlicedResult, AppInfo, AppLocalization, AppUpdate, AppleIapConfigInfo, AppleIapConfigRequest, AppleIapReceipt, AssignUserV4Request, AssignedUserV4Response, AuthenticatorKeyResponseV4, AuthenticatorSecretKey, AvailableComparison, AvailablePlatform, AvailablePredicate, AvatarSyncRequestV4, BUILDINFO_PLATFORM_ID, BackgroundConfig, BackgroundOverlay, BackgroundOverlayType, BackupCodesResponseV4, Ban, BanCreateRequest, BanReason, BanReasonV3, BanReasons, BanReasonsV3, BanType, BanUpdateRequest, BanV3, BannedBy, BannedByV3, Bans, BansV3, BasicBuildManifest, BasicBuildManifestArray, BasicCategoryInfo, BasicItem, BillingAccount, BillingHistoryChargeStatus, BillingHistoryInfo, BillingHistoryPagingSlicedResult, BinaryUpload, BlockData, BlockDownloadUrls, BlockDownloadUrlsRequest, BlockManifest, BoxItem, BrowserHelper, BuildAvailability, BuildAvailabilityArray, BuildDeletionData, BuildIdManifest, BuildIdVersion, BuildInfoPii, BuildManifest, BulkBanCreateRequestV3, BulkCreditRequest, BulkCreditResult, BulkDebitRequest, BulkDebitResult, BulkEntitlementGrantRequest, BulkEntitlementGrantResult, BulkEntitlementRevokeResult, BulkOperationResult, BulkRegionDataChangeRequest, BulkUnbanCreateRequestV3, BundledItemInfo, Caching$, CalculateDiffCacheRequest, CampaignCreate, CampaignDynamicInfo, CampaignInfo, CampaignPagingSlicedResult, CampaignUpdate, CancelRequest, CatalogChangeInfo, CatalogChangePagingSlicedResult, CatalogChangeStatistics, Category$, CategoryCreate, CategoryInfo, CategoryInfoArray, CategoryUpdate, CheckValidUserIdRequestV4, CheckoutConfig, CleanerConfigObject, ClientCreateRequest, ClientCreationResponse, ClientCreationV3Request, ClientPayload, ClientPermission, ClientPermissionV3, ClientPermissions, ClientPermissionsV3, ClientRequestParameter, ClientResponse, ClientUpdateRequest, ClientUpdateSecretRequest, ClientUpdateV3Request, ClientV3Response, ClientsV3Response, CodeCreate, CodeCreateResult, CodeGenUtil, CodeInfo, CodeInfoPagingSlicedResult, ColorConfig, ColorConfigs, CommitDiffCacheRequest, CommitMultipartUploadRequest, CompanyLogo, CompanyLogoConfig, CompatibilityObject, ConditionGroup, ConditionGroupValidateResult, ConditionMatchResult, Config, ConfigCreate, ConfigInfo, ConfigUpdate, Configs, ConfigurationInfo, ConfigurationUpdate, ConflictedUserPlatformAccounts, ConsumableEntitlementRevocationConfig, ConsumeItem, Country, CountryAgeRestriction, CountryAgeRestrictionRequest, CountryAgeRestrictionV3Request, CountryGroupObject, CountryLocationResponse, CountryObject, CountryObjectArray, CountryV3Response, CreateBasePolicyRequest, CreateBasePolicyRequestV2, CreateBasePolicyResponse, CreateDependencyLinkRequest, CreateDiffCacheRequest, CreateJusticeUserResponse, CreateLocalizedPolicyVersionRequest, CreateLocalizedPolicyVersionResponse, CreatePolicyVersionRequest, CreatePolicyVersionResponse, CreateTestUserRequestV4, CreateTestUserResponseV4, CreateTestUsersRequestV4, CreateTestUsersResponseV4, CreateUserRequestV4, CreateUserResponseV4, CreditRequest, CreditResult, CreditRevocation, CreditSummary, Currency$, CurrencyConfig, CurrencyCreate, CurrencyInfo, CurrencyInfoArray, CurrencySummary, CurrencyUpdate, CurrencyWallet, Customization, DISCOVERY_TEMPLATE_NAME, DataDeletion$, DataRetrieval$, DataRetrievalResponse, DebitByCurrencyCodeRequest, DebitRequest, DebitResult, DecodeError, DefaultLaunchProfile, DeleteRewardConditionRequest, DeletionData, DeletionStatus, DependencyObject, Description, DesktopChecker, DetailedWalletTransactionInfo, DetailedWalletTransactionPagingSlicedResult, DeviceBanRequestV4, DeviceBanResponseV4, DeviceBanUpdateRequestV4, DeviceBannedResponseV4, DeviceBansResponseV4, DeviceIdDecryptResponseV4, DeviceResponseV4, DeviceTypeResponseV4, DeviceTypesResponseV4, DeviceUserResponseV4, DeviceUsersResponseV4, DevicesResponseV4, DiffCacheObject, DiffPatchRequest, DiffStatusReport, DifferentialBuildManifest, DifferentialFileManifest, DifferentialUploadSummary, DisableUserRequest, DiscoveryConfigData, DisplayedPolicy, DistinctLinkedPlatformV3, DistinctPlatformResponseV3, Dlc$, DlcItem, DlcItemConfigInfo, DlcItemConfigUpdate, DlcRecord, Downloader$, DownloaderApi, Drm$, DurableEntitlementRevocationConfig, ERROR_CODE_LINK_DELETION_ACCOUNT, ERROR_CODE_TOKEN_EXPIRED, ERROR_LINK_ANOTHER_3RD_PARTY_ACCOUNT, ERROR_USER_BANNED, Eligibilities$, EligibleUser, EmailUpdateRequestV4, EnabledFactorsResponseV4, EncryptedIdentity, Entitlement$, EntitlementDecrement, EntitlementDecrementResult, EntitlementGrant, EntitlementGrantResult, EntitlementHistoryInfo, EntitlementInfo, EntitlementLootBoxReward, EntitlementOwnership, EntitlementOwnershipArray, EntitlementPagingSlicedResult, EntitlementRevocation, EntitlementRevocationConfig, EntitlementRevokeResult, EntitlementSoldRequest, EntitlementSoldResult, EntitlementSummary, EntitlementUpdate, EpicGamesDlcSyncRequest, EpicGamesIapConfigInfo, EpicGamesIapConfigRequest, EpicGamesReconcileRequest, EpicGamesReconcileResult, EpicGamesReconcileResultArray, Equ8Config, Error$1 as Error, ErrorEntity, ErrorResponse, ErrorResponseWithConflictedUserPlatformAccounts, Event, EventId, EventLevel, EventPayload, EventRegistry, EventResponse, EventResponseV2, EventType, EventV2, EventV2$, ExportStoreRequest, ExtendedConfig, ExtensionFulfillmentSummary, ExternalPaymentOrderCreate, FailedBanUnbanUserV3, FieldValidationError, FileDiffingStatus, FileManifest, FileUpload$, FileUploadUrlInfo, FilterJson, FixedPeriodRotationConfig, FontConfigs, ForgotPasswordRequestV3, FulfillCodeRequest, Fulfillment$, FulfillmentError, FulfillmentHistoryInfo, FulfillmentHistoryPagingSlicedResult, FulfillmentItem, FulfillmentRequest, FulfillmentResult, FulfillmentScriptContext, FulfillmentScriptCreate, FulfillmentScriptEvalTestRequest, FulfillmentScriptEvalTestResult, FulfillmentScriptInfo, FulfillmentScriptUpdate, FullAppInfo, FullCategoryInfo, FullItemInfo, FullItemPagingSlicedResult, FullSectionInfo, FullViewInfo, GameList, GameListKeys, GameTokenCodeResponse, GenericQueryPayload, GetAdminUsersResponse, GetLinkHeadlessAccountConflictResponse, GetPublisherUserResponse, GetPublisherUserV3Response, GetUserBanV3Response, GetUserJusticePlatformAccountResponse, GetUserMapping, GetUserMappingV3, GetUserMappingV3Array, GetUsersResponseWithPaginationV3, GlobalStyleConfig, GoogleIapConfigInfo, GoogleIapConfigRequest, GoogleIapReceipt, GoogleReceiptResolveResult, GrantSubscriptionDaysRequest, HierarchicalCategoryInfo, HierarchicalCategoryInfoArray, IDataStatus, IResponse, IResponseError, IResponseWithSync, IUserPlatform, IamHelper, Iap$, IapConsumeHistoryInfo, IapConsumeHistoryPagingSlicedResult, IapItemConfigInfo, IapItemConfigUpdate, IapItemEntry, IapItemFlatEntry, IapItemMappingInfo, IapOrderInfo, IapOrderPagingSlicedResult, Image, ImportErrorDetails, ImportStoreError, ImportStoreItemInfo, ImportStoreResult, InGameItemSync, InputValidationData, InputValidationDataPublic, InputValidationDescription, InputValidationHelper, InputValidationUpdatePayload, InputValidations$, InputValidationsApi, InputValidationsPublicResponse, InputValidationsResponse, InviteUserRequestV3, InviteUserRequestV4, InviteUserResponseV3, InvoiceCurrencySummary, InvoiceSummary, Item$, ItemAcquireRequest, ItemAcquireResult, ItemCreate, ItemDynamicDataInfo, ItemId, ItemInfo, ItemInfoArray, ItemNaming, ItemPagingSlicedResult, ItemPurchaseConditionValidateRequest, ItemPurchaseConditionValidateResult, ItemPurchaseConditionValidateResultArray, ItemReturnRequest, ItemRevocation, ItemSnapshot, ItemTypeConfigCreate, ItemTypeConfigInfo, ItemTypeConfigUpdate, ItemUpdate, JwkKey, JwkSet, JwtBanV3, KeyGroupCreate, KeyGroupDynamicInfo, KeyGroupInfo, KeyGroupPagingSlicedResult, KeyGroupUpdate, KeyInfo, KeyPagingSliceResult, LauncherConfigData, LauncherPageConfig, LegalHelper, LegalPolicyType, LegalReadinessStatusResponse, LinkHeadlessAccountRequest, LinkPlatformAccountRequest, LinkPlatformAccountWithProgressionRequest, LinkRequest, LinkingHistoryResponseWithPaginationV3, ListAssignedUsersV4Response, ListBulkUserBanResponseV3, ListBulkUserResponse, ListDeletionDataResponse, ListEmailAddressRequest, ListPersonalDataResponse, ListRoleV4Response, ListUserInformationResult, ListUserResponseV3, ListUserRolesV4Response, ListUsersWithPlatformAccountsResponse, ListValidUserIdResponseV4, ListViewInfo, Localization, LocalizedPolicyVersionObject, LocalizedPolicyVersions$, LocalizedPolicyVersionsWithNamespace$, LoginErrorCancelled, LoginErrorExpired, LoginErrorParam, LoginErrorUnknown, LoginErrorUnmatchedState, LoginHistoriesResponse, LogoVariantConfig, LootBoxConfig, LootBoxReward, MFAData, MFADataResponse, MFA_DATA_STORAGE_KEY, MachineIdentity, Misc$, MiscApi, MockIapReceipt, ModelCountry, MultipartUploadSummary, MultipartUploadUrl, MultipartUploadedPart, MultipleAgentType, MultipleEventId, MultipleEventLevel, MultipleEventType, MultipleUx, Namespace$, NamespaceCreate, NamespaceInfo, NamespaceInfoArray, NamespacePublisherInfo, NamespaceRole, NamespaceRoleRequest, NamespaceStatusUpdate, NamespaceUpdate, NetflixCertificates, Network, NotificationProcessResult, OAuth20$, OAuth20Extension$, ObsoleteFileManifest, OneTimeLinkingCodeResponse, OneTimeLinkingCodeValidationResponse, OptionBoxConfig, Order, Order$, OrderCreate, OrderCreationOptions, OrderGrantInfo, OrderHistoryInfo, OrderHistoryInfoArray, OrderInfo, OrderPagingResult, OrderPagingSlicedResult, OrderRefundCreate, OrderStatistics, OrderStatus, OrderSummary, OrderSyncResult, OrderUpdate, Overrides, Ownership, OwnershipToken, PLATFORM, PageConfig, PagedRetrieveUserAcceptedAgreementResponse, Pagination, PaginationV3, Paging, PayPalConfig, PaymentAccount, PaymentAccount$, PaymentAccountArray, PaymentApi, PaymentCallbackConfigInfo, PaymentCallbackConfigUpdate, PaymentConfigData, PaymentMerchantConfigInfo, PaymentMethod, PaymentMethodArray, PaymentNotificationInfo, PaymentNotificationPagingSlicedResult, PaymentOrder, PaymentOrderChargeRequest, PaymentOrderChargeStatus, PaymentOrderCreate, PaymentOrderCreateResult, PaymentOrderDetails, PaymentOrderInfo, PaymentOrderNotifySimulation, PaymentOrderPagingSlicedResult, PaymentOrderPaidResult, PaymentOrderRefund, PaymentOrderRefundResult, PaymentOrderSyncResult, PaymentProcessResult, PaymentProviderConfigEdit, PaymentProviderConfigInfo, PaymentProviderConfigPagingSlicedResult, PaymentRequest, PaymentStation$, PaymentTaxConfigEdit, PaymentTaxConfigInfo, PaymentToken, PaymentUrl, PaymentUrlCreate, Permission, PermissionDeleteRequest, PermissionV3, Permissions, PermissionsV3, PersonalData, PingResultResponse, PlatformAccount, PlatformDlcConfigInfo, PlatformDlcConfigUpdate, PlatformDlcEntry, PlatformDomainDeleteRequest, PlatformDomainResponse, PlatformDomainUpdateRequest, PlatformMatchMap, PlatformReward, PlatformRewardCurrency, PlatformRewardItem, PlatformSubscribeRequest, PlatformUserIdRequest, PlatformUserInformation, PlatformUserInformationV3, PlatformWallet, PlatformWalletConfigInfo, PlatformWalletConfigUpdate, PlayStationDlcSyncMultiServiceLabelsRequest, PlayStationDlcSyncRequest, PlayStationIapConfigInfo, PlayStationMultiServiceLabelsReconcileRequest, PlayStationReconcileRequest, PlayStationReconcileResult, PlayStationReconcileResultArray, PlayerPortalConfigData, PlayerPortalFeatureFlagsConfig, PlayerPortalFooterConfig, PlayerPortalFooterConfigLink, PlayerPortalFooterIDs, PlayerPortalFooterIDsUnion, PlayerPortalHomePageKeys, PlayerPortalHomepageConfig, PlayerPortalHomepageKeys, PlaystationIapConfigRequest, Policies$, PoliciesApi, PolicyObject, PolicyVersionObject, PolicyVersionWithLocalizedVersionObject, PopulatedItemInfo, PreCheckUploadRequest, Predicate, PredicateValidateResult, PublicInviteUserRequestV4, PublicKeyPresignedUrl, PublicThirdPartyPlatformInfo, PublicThirdPartyPlatformInfoArray, PublicUserInformationResponseV3, PublicUserInformationV3, PublicUserResponse, PublicUserResponseV3, PublicUsersResponse, PurchaseCondition, PurchaseConditionUpdate, PurchasedItemCount, ReadyPlayerMe, Recurring, RecurringChargeResult, RedeemHistoryInfo, RedeemHistoryPagingSlicedResult, RedeemRequest, RedeemResult, RedeemableItem, RegionDataChange, RegionDataItem, RegisteredDomain, ReleaseNoteDto, ReleaseNoteLocalizationDto, ReleaseNoteManifest, RemoveUserRoleV4Request, Request2FAEmailCode, RequestDeleteResponse, RequestHistory, Requirement, ResetPasswordRequest, ResetPasswordRequestV3, RestErrorResponse, RetrieveAcceptedAgreementResponse, RetrieveAcceptedAgreementResponseArray, RetrieveBaseGameResponse, RetrieveBaseGameResponseArray, RetrieveBasePolicyResponse, RetrieveCountryGroupResponse, RetrieveDependencyCompatibilityResponse, RetrieveDependencyLinkResponse, RetrieveDiffCacheResponse, RetrieveLatestDlcResponse, RetrieveLatestDlcResponseArray, RetrieveLocalizedPolicyVersionPublicResponse, RetrieveLocalizedPolicyVersionResponse, RetrievePolicyPublicResponse, RetrievePolicyPublicResponseArray, RetrievePolicyResponse, RetrievePolicyTypeResponse, RetrievePolicyVersionResponse, RetrieveTimeResponse, RetrieveUserAcceptedAgreementResponse, RetrieveUserEligibilitiesIndirectResponse, RetrieveUserEligibilitiesResponse, RetrieveUserEligibilitiesResponseArray, RetrieveUserInfoCacheStatusResponse, RevocationConfigInfo, RevocationConfigUpdate, RevocationError, RevocationHistoryInfo, RevocationHistoryPagingSlicedResult, RevocationList, RevocationRequest, RevocationResult, RevokeCurrency, RevokeEntitlement, RevokeEntry, RevokeItem, RevokeItemSummary, RevokeResult, RevokeUseCountRequest, RevokeUserV4Request, Reward$, RewardCondition, RewardCreate, RewardInfo, RewardItem, RewardPagingSlicedResult, RewardUpdate, RewardsRequest, Role, RoleAdminStatusResponse, RoleAdminStatusResponseV3, RoleCreateRequest, RoleCreateV3Request, RoleManager, RoleManagerV3, RoleManagersRequest, RoleManagersRequestV3, RoleManagersResponse, RoleManagersResponsesV3, RoleMember, RoleMemberV3, RoleMembersRequest, RoleMembersRequestV3, RoleMembersResponse, RoleMembersResponseV3, RoleNamesResponseV3, RoleResponse, RoleResponseV3, RoleResponseWithManagers, RoleResponseWithManagersAndPaginationV3, RoleResponseWithManagersV3, RoleUpdateRequest, RoleUpdateRequestV3, RoleV3, RoleV4Request, RoleV4Response, Roles$, SDKEvents, SDKOptions, SDKRequestConfig, SaleConfig, SdkCache, SdkDevice, SearchUsersByPlatformIdResponse, SearchUsersResponse, SearchUsersResponseWithPaginationV3, Section$, SectionCreate, SectionInfo, SectionInfoArray, SectionItem, SectionPagingSlicedResult, SectionUpdate, SendRegisterVerificationCodeRequest, SendVerificationCodeRequest, SendVerificationCodeRequestV3, SendVerificationLinkRequest, ServicePluginConfigInfo, ServicePluginConfigUpdate, ServiceVersion, SimpleLatestBaseGame, SimpleUserPlatformInfoV3, Slide, SocialLinkConfig, Sso$, SsoPlatformCredentialRequest, SsoPlatformCredentialResponse, SsoSaml20$, StackableEntitlementInfo, StartMultipartUploadRequest, StaticConfigs$, SteamAchievementUpdateRequest, SteamDlcSyncRequest, SteamIapConfig, SteamIapConfigInfo, SteamIapConfigRequest, SteamSyncRequest, Store$, StoreBackupInfo, StoreCreate, StoreInfo, StoreInfoArray, StoreUpdate, StreamerInfo, StripeConfig, Subscribable, SubscribeRequest, Subscription$, SubscriptionActivityInfo, SubscriptionActivityPagingSlicedResult, SubscriptionChargeStatus, SubscriptionInfo, SubscriptionPagingSlicedResult, SubscriptionStatus, SubscriptionSummary, TGameListKeys, TWOFA_PAGE, TaxResult, Template, TemplateCompact, TemplateConfig, TemplateInfoConfig, Templates$, TestResult, ThirdPartyCredential$, ThirdPartyLoginPlatformCredentialRequest, ThirdPartyLoginPlatformCredentialResponse, TicketAcquireRequest, TicketAcquireResult, TicketBoothId, TicketDynamicInfo, TicketSaleDecrementRequest, TicketSaleIncrementRequest, TicketSaleIncrementResult, TimeLimitedBalance, TimedOwnership, TokenIntrospectResponse, TokenResponse, TokenResponseV3, TokenThirdPartyLinkStatusResponse, TokenThirdPartyResponse, TokenWithDeviceCookieResponseV3, TradeNotification, Transaction, TransactionAmountDetails, TwitchDropConfigData, TwitchIapConfigInfo, TwitchIapConfigRequest, TwitchSyncRequest, TwitchSyncResult, TwitchSyncResultArray, UnlinkUserPlatformRequest, UpdateBasePolicyRequest, UpdateBasePolicyRequestV2, UpdateBasePolicyResponse, UpdateBuildMetadataRequest, UpdateCountryGroupRequest, UpdateLocalizedPolicyVersionRequest, UpdateLocalizedPolicyVersionResponse, UpdatePermissionScheduleRequest, UpdatePolicyRequest, UpdatePolicyVersionRequest, UpdatePolicyVersionResponse, UpdateUserDeletionStatusRequest, UpdateUserStatusRequest, UpgradeHeadlessAccountRequest, UpgradeHeadlessAccountRequestV4, UpgradeHeadlessAccountV3Request, UpgradeHeadlessAccountWithVerificationCodeRequest, UpgradeHeadlessAccountWithVerificationCodeRequestV3, UpgradeHeadlessAccountWithVerificationCodeRequestV4, UploadBuildManifest, UploadLocalizedPolicyVersionAttachmentResponse, UploadModeCheck, UploadPolicyVersionAttachmentRequest, UploadSummary, UrlHelper, UserAction$, UserActiveBanResponse, UserActiveBanResponseV3, UserActiveBanResponseV4, UserAgreementPolicyVersion, UserAgreementsResponse, UserApi, UserAuthorizationApi, UserBan, UserBanRequest, UserBanResponse, UserBanResponseV3, UserBaseInfo, UserCreateFromInvitationRequestV3, UserCreateFromInvitationRequestV4, UserCreateRequest, UserCreateRequestV3, UserCreateResponse, UserCreateResponseV3, UserDataUrl, UserDeletionStatusResponse, UserDlc, UserDlcRecord, UserIDsRequest, UserInfoResponse, UserInformation, UserInformationV3, UserInvitationV3, UserLastActivity, UserLinkedPlatform, UserLinkedPlatformV3, UserLinkedPlatformsResponseV3, UserLoginHistoryResponse, UserPasswordUpdateRequest, UserPasswordUpdateV3Request, UserPermissionsResponseV3, UserPermissionsResponseV4, UserPersonalData, UserPersonalDataResponse, UserPlatformInfo, UserPlatforms, UserProfile$, UserProfileAdmin, UserProfileApi, UserProfileBulkRequest, UserProfileCreate, UserProfileInfo, UserProfilePrivateCreate, UserProfilePrivateInfo, UserProfilePublicInfo, UserProfilePublicInfoArray, UserProfileStatusUpdate, UserProfileUpdate, UserReportRequest, UserResponse, UserResponseV3, UserResponseV4, UserRevocationListRecord, UserRolesV4Response, UserSearchByPlatformIdResult, UserSearchResult, UserUnbanCreateRequestV3, UserUpdateRequest, UserUpdateRequestV3, UserVerificationRequest, UserVerificationRequestV3, UserWithLinkedPlatformAccounts, UserWithPlatformAccounts, UserZipCode, UserZipCodeUpdate, Users$, UsersAgreementsRequest, UsersV4$, Utility$, Ux, V3ClientUpdateSecretRequest, VALIDATION_ERROR_CODE, ValidUserIdResponseV4, Validate, ValidateableInputField, Validation, ValidationConfig, ValidationDescription, ValidationDetail, ValidationDetailPublic, ValidationErrorEntity, VerificationCodeResponse, Verify2FAParam, VerifyRegistrationCode, VersionChain, VersionNode, View$, ViewCreate, ViewInfo, ViewInfoArray, ViewUpdate, Wallet$, WalletInfo, WalletPagingSlicedResult, WalletRevocationConfig, WalletTransactionInfo, WalletTransactionPagingSlicedResult, WebLinkingResponse, WxPayConfigInfo, WxPayConfigRequest, XblAchievementUpdateRequest, XblDlcSyncRequest, XblIapConfigInfo, XblIapConfigRequest, XblReconcileRequest, XblReconcileResult, XblReconcileResultArray, XblUserAchievements, XsollaConfig, XsollaPaywallConfig, XsollaPaywallConfigRequest, ZsyncDiffRequest, ZsyncFileManifest, injectRequestInterceptors, injectResponseInterceptors };
|