@steamsets/client-ts 0.10.2 → 0.10.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/docs/sdks/account/README.md +8 -8
- package/docs/sdks/leaderboard/README.md +8 -8
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
|
@@ -1791,10 +1791,10 @@ async function run() {
|
|
|
1791
1791
|
end: 10,
|
|
1792
1792
|
leaderboard: "xp",
|
|
1793
1793
|
location: {
|
|
1794
|
-
city: "
|
|
1795
|
-
country: "
|
|
1796
|
-
region: "
|
|
1797
|
-
state: "
|
|
1794
|
+
city: "Bad Krozingen",
|
|
1795
|
+
country: "Germany",
|
|
1796
|
+
region: "Europe",
|
|
1797
|
+
state: "Baden-Wurttemberg",
|
|
1798
1798
|
},
|
|
1799
1799
|
start: 1,
|
|
1800
1800
|
});
|
|
@@ -1828,10 +1828,10 @@ async function run() {
|
|
|
1828
1828
|
end: 10,
|
|
1829
1829
|
leaderboard: "xp",
|
|
1830
1830
|
location: {
|
|
1831
|
-
city: "
|
|
1832
|
-
country: "
|
|
1833
|
-
region: "
|
|
1834
|
-
state: "
|
|
1831
|
+
city: "Bad Krozingen",
|
|
1832
|
+
country: "Germany",
|
|
1833
|
+
region: "Europe",
|
|
1834
|
+
state: "Baden-Wurttemberg",
|
|
1835
1835
|
},
|
|
1836
1836
|
start: 1,
|
|
1837
1837
|
});
|
|
@@ -28,10 +28,10 @@ async function run() {
|
|
|
28
28
|
end: 10,
|
|
29
29
|
leaderboard: "xp",
|
|
30
30
|
location: {
|
|
31
|
-
city: "
|
|
32
|
-
country: "
|
|
33
|
-
region: "
|
|
34
|
-
state: "
|
|
31
|
+
city: "Bad Krozingen",
|
|
32
|
+
country: "Germany",
|
|
33
|
+
region: "Europe",
|
|
34
|
+
state: "Baden-Wurttemberg",
|
|
35
35
|
},
|
|
36
36
|
start: 1,
|
|
37
37
|
});
|
|
@@ -65,10 +65,10 @@ async function run() {
|
|
|
65
65
|
end: 10,
|
|
66
66
|
leaderboard: "xp",
|
|
67
67
|
location: {
|
|
68
|
-
city: "
|
|
69
|
-
country: "
|
|
70
|
-
region: "
|
|
71
|
-
state: "
|
|
68
|
+
city: "Bad Krozingen",
|
|
69
|
+
country: "Germany",
|
|
70
|
+
region: "Europe",
|
|
71
|
+
state: "Baden-Wurttemberg",
|
|
72
72
|
},
|
|
73
73
|
start: 1,
|
|
74
74
|
});
|
package/lib/config.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
29
|
readonly openapiDocVersion: "1.0.0";
|
|
30
|
-
readonly sdkVersion: "0.10.
|
|
31
|
-
readonly genVersion: "2.
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.10.
|
|
30
|
+
readonly sdkVersion: "0.10.3";
|
|
31
|
+
readonly genVersion: "2.422.6";
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.10.3 2.422.6 1.0.0 @steamsets/client-ts";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -30,8 +30,8 @@ function serverURLFromOptions(options) {
|
|
|
30
30
|
exports.SDK_METADATA = {
|
|
31
31
|
language: "typescript",
|
|
32
32
|
openapiDocVersion: "1.0.0",
|
|
33
|
-
sdkVersion: "0.10.
|
|
34
|
-
genVersion: "2.
|
|
35
|
-
userAgent: "speakeasy-sdk/typescript 0.10.
|
|
33
|
+
sdkVersion: "0.10.3",
|
|
34
|
+
genVersion: "2.422.6",
|
|
35
|
+
userAgent: "speakeasy-sdk/typescript 0.10.3 2.422.6 1.0.0 @steamsets/client-ts",
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.js.map
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -55,8 +55,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
55
55
|
export const SDK_METADATA = {
|
|
56
56
|
language: "typescript",
|
|
57
57
|
openapiDocVersion: "1.0.0",
|
|
58
|
-
sdkVersion: "0.10.
|
|
59
|
-
genVersion: "2.
|
|
58
|
+
sdkVersion: "0.10.3",
|
|
59
|
+
genVersion: "2.422.6",
|
|
60
60
|
userAgent:
|
|
61
|
-
"speakeasy-sdk/typescript 0.10.
|
|
61
|
+
"speakeasy-sdk/typescript 0.10.3 2.422.6 1.0.0 @steamsets/client-ts",
|
|
62
62
|
} as const;
|