@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.
@@ -1791,10 +1791,10 @@ async function run() {
1791
1791
  end: 10,
1792
1792
  leaderboard: "xp",
1793
1793
  location: {
1794
- city: "berlin",
1795
- country: "germany",
1796
- region: "europe",
1797
- state: "berlin",
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: "berlin",
1832
- country: "germany",
1833
- region: "europe",
1834
- state: "berlin",
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: "berlin",
32
- country: "germany",
33
- region: "europe",
34
- state: "berlin",
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: "berlin",
69
- country: "germany",
70
- region: "europe",
71
- state: "berlin",
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.2";
31
- readonly genVersion: "2.421.3";
32
- readonly userAgent: "speakeasy-sdk/typescript 0.10.2 2.421.3 1.0.0 @steamsets/client-ts";
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.2",
34
- genVersion: "2.421.3",
35
- userAgent: "speakeasy-sdk/typescript 0.10.2 2.421.3 1.0.0 @steamsets/client-ts",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steamsets/client-ts",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "author": "Speakeasy",
5
5
  "main": "./index.js",
6
6
  "sideEffects": false,
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.2",
59
- genVersion: "2.421.3",
58
+ sdkVersion: "0.10.3",
59
+ genVersion: "2.422.6",
60
60
  userAgent:
61
- "speakeasy-sdk/typescript 0.10.2 2.421.3 1.0.0 @steamsets/client-ts",
61
+ "speakeasy-sdk/typescript 0.10.3 2.422.6 1.0.0 @steamsets/client-ts",
62
62
  } as const;