@accelbyte/sdk-ams 0.0.0-dev-20240906023252 → 0.0.0-dev-20240911051006
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/{FleetClaimResponse-CS_GmAA_.d.cts → FleetClaimResponse-D9jxThLx.d.cts} +5 -0
- package/dist/{FleetClaimResponse-CS_GmAA_.d.ts → FleetClaimResponse-D9jxThLx.d.ts} +5 -0
- package/dist/all-query-imports.cjs +410 -216
- package/dist/all-query-imports.d.cts +18 -18
- package/dist/all-query-imports.d.ts +18 -18
- package/dist/all-query-imports.js +33 -33
- package/dist/{chunk-5DT3PMPA.js → chunk-LBIKEJ3H.js} +362 -168
- package/dist/index.cjs +362 -168
- package/dist/index.d.cts +127 -1
- package/dist/index.d.ts +127 -1
- package/dist/index.js +1 -1
- package/package.json +5 -4
|
@@ -1740,12 +1740,14 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1740
1740
|
reason: z.ZodString;
|
|
1741
1741
|
region: z.ZodString;
|
|
1742
1742
|
serverId: z.ZodString;
|
|
1743
|
+
sessionId: z.ZodString;
|
|
1743
1744
|
status: z.ZodString;
|
|
1744
1745
|
}, "strip", z.ZodTypeAny, {
|
|
1745
1746
|
status: string;
|
|
1746
1747
|
region: string;
|
|
1747
1748
|
ipAddress: string;
|
|
1748
1749
|
serverId: string;
|
|
1750
|
+
sessionId: string;
|
|
1749
1751
|
exitCode: number;
|
|
1750
1752
|
reason: string;
|
|
1751
1753
|
createdAt?: any;
|
|
@@ -1754,6 +1756,7 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1754
1756
|
region: string;
|
|
1755
1757
|
ipAddress: string;
|
|
1756
1758
|
serverId: string;
|
|
1759
|
+
sessionId: string;
|
|
1757
1760
|
exitCode: number;
|
|
1758
1761
|
reason: string;
|
|
1759
1762
|
createdAt?: any;
|
|
@@ -1802,6 +1805,7 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1802
1805
|
region: string;
|
|
1803
1806
|
ipAddress: string;
|
|
1804
1807
|
serverId: string;
|
|
1808
|
+
sessionId: string;
|
|
1805
1809
|
exitCode: number;
|
|
1806
1810
|
reason: string;
|
|
1807
1811
|
createdAt?: any;
|
|
@@ -1822,6 +1826,7 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1822
1826
|
region: string;
|
|
1823
1827
|
ipAddress: string;
|
|
1824
1828
|
serverId: string;
|
|
1829
|
+
sessionId: string;
|
|
1825
1830
|
exitCode: number;
|
|
1826
1831
|
reason: string;
|
|
1827
1832
|
createdAt?: any;
|
|
@@ -1740,12 +1740,14 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1740
1740
|
reason: z.ZodString;
|
|
1741
1741
|
region: z.ZodString;
|
|
1742
1742
|
serverId: z.ZodString;
|
|
1743
|
+
sessionId: z.ZodString;
|
|
1743
1744
|
status: z.ZodString;
|
|
1744
1745
|
}, "strip", z.ZodTypeAny, {
|
|
1745
1746
|
status: string;
|
|
1746
1747
|
region: string;
|
|
1747
1748
|
ipAddress: string;
|
|
1748
1749
|
serverId: string;
|
|
1750
|
+
sessionId: string;
|
|
1749
1751
|
exitCode: number;
|
|
1750
1752
|
reason: string;
|
|
1751
1753
|
createdAt?: any;
|
|
@@ -1754,6 +1756,7 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1754
1756
|
region: string;
|
|
1755
1757
|
ipAddress: string;
|
|
1756
1758
|
serverId: string;
|
|
1759
|
+
sessionId: string;
|
|
1757
1760
|
exitCode: number;
|
|
1758
1761
|
reason: string;
|
|
1759
1762
|
createdAt?: any;
|
|
@@ -1802,6 +1805,7 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1802
1805
|
region: string;
|
|
1803
1806
|
ipAddress: string;
|
|
1804
1807
|
serverId: string;
|
|
1808
|
+
sessionId: string;
|
|
1805
1809
|
exitCode: number;
|
|
1806
1810
|
reason: string;
|
|
1807
1811
|
createdAt?: any;
|
|
@@ -1822,6 +1826,7 @@ declare const DsHistoryList: z.ZodObject<{
|
|
|
1822
1826
|
region: string;
|
|
1823
1827
|
ipAddress: string;
|
|
1824
1828
|
serverId: string;
|
|
1829
|
+
sessionId: string;
|
|
1825
1830
|
exitCode: number;
|
|
1826
1831
|
reason: string;
|
|
1827
1832
|
createdAt?: any;
|