@steamsets/client-ts 0.11.21 → 0.11.22
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/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/accountbadgeinfo.d.ts +38 -0
- package/models/components/accountbadgeinfo.d.ts.map +1 -0
- package/models/components/{leaderboardaccountbadgeinfo.js → accountbadgeinfo.js} +11 -11
- package/models/components/accountbadgeinfo.js.map +1 -0
- package/models/components/index.d.ts +1 -5
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -5
- package/models/components/index.js.map +1 -1
- package/models/components/v1accountdatapointsresponsebody.d.ts +5 -6
- package/models/components/v1accountdatapointsresponsebody.d.ts.map +1 -1
- package/models/components/v1accountdatapointsresponsebody.js +5 -6
- package/models/components/v1accountdatapointsresponsebody.js.map +1 -1
- package/models/components/v1accountleaderboardaccount.d.ts +3 -3
- package/models/components/v1accountleaderboardaccount.d.ts.map +1 -1
- package/models/components/v1accountleaderboardaccount.js +3 -3
- package/models/components/v1accountleaderboardaccount.js.map +1 -1
- package/models/components/v1appbadge.d.ts +25 -7
- package/models/components/v1appbadge.d.ts.map +1 -1
- package/models/components/v1appbadge.js +19 -7
- package/models/components/v1appbadge.js.map +1 -1
- package/models/components/v1badgesresponsebody.d.ts +3 -3
- package/models/components/v1badgesresponsebody.d.ts.map +1 -1
- package/models/components/v1badgesresponsebody.js +3 -3
- package/models/components/v1badgesresponsebody.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/{leaderboardaccountbadgeinfo.ts → accountbadgeinfo.ts} +14 -14
- package/src/models/components/index.ts +1 -5
- package/src/models/components/v1accountdatapointsresponsebody.ts +14 -20
- package/src/models/components/v1accountleaderboardaccount.ts +9 -9
- package/src/models/components/v1appbadge.ts +47 -17
- package/src/models/components/v1badgesresponsebody.ts +9 -9
- package/models/components/leaderboardaccountbadgeinfo.d.ts +0 -38
- package/models/components/leaderboardaccountbadgeinfo.d.ts.map +0 -1
- package/models/components/leaderboardaccountbadgeinfo.js.map +0 -1
- package/models/components/v1accountappbadge.d.ts +0 -55
- package/models/components/v1accountappbadge.d.ts.map +0 -1
- package/models/components/v1accountappbadge.js +0 -80
- package/models/components/v1accountappbadge.js.map +0 -1
- package/models/components/v1accountbadgecompletion.d.ts +0 -29
- package/models/components/v1accountbadgecompletion.d.ts.map +0 -1
- package/models/components/v1accountbadgecompletion.js +0 -54
- package/models/components/v1accountbadgecompletion.js.map +0 -1
- package/models/components/v1accountbadgemostxpdatapoint.d.ts +0 -83
- package/models/components/v1accountbadgemostxpdatapoint.d.ts.map +0 -1
- package/models/components/v1accountbadgemostxpdatapoint.js +0 -72
- package/models/components/v1accountbadgemostxpdatapoint.js.map +0 -1
- package/models/components/v1accountbadgescarcitydatapoint.d.ts +0 -83
- package/models/components/v1accountbadgescarcitydatapoint.d.ts.map +0 -1
- package/models/components/v1accountbadgescarcitydatapoint.js +0 -72
- package/models/components/v1accountbadgescarcitydatapoint.js.map +0 -1
- package/src/models/components/v1accountappbadge.ts +0 -107
- package/src/models/components/v1accountbadgecompletion.ts +0 -55
- package/src/models/components/v1accountbadgemostxpdatapoint.ts +0 -127
- package/src/models/components/v1accountbadgescarcitydatapoint.ts +0 -127
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.V1AccountBadgeCompletion$ = exports.V1AccountBadgeCompletion$outboundSchema = exports.V1AccountBadgeCompletion$inboundSchema = void 0;
|
|
30
|
-
const z = __importStar(require("zod"));
|
|
31
|
-
/** @internal */
|
|
32
|
-
exports.V1AccountBadgeCompletion$inboundSchema = z.object({
|
|
33
|
-
completedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
34
|
-
level: z.number().int(),
|
|
35
|
-
xp: z.number().int(),
|
|
36
|
-
});
|
|
37
|
-
/** @internal */
|
|
38
|
-
exports.V1AccountBadgeCompletion$outboundSchema = z.object({
|
|
39
|
-
completedAt: z.date().transform(v => v.toISOString()),
|
|
40
|
-
level: z.number().int(),
|
|
41
|
-
xp: z.number().int(),
|
|
42
|
-
});
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
46
|
-
*/
|
|
47
|
-
var V1AccountBadgeCompletion$;
|
|
48
|
-
(function (V1AccountBadgeCompletion$) {
|
|
49
|
-
/** @deprecated use `V1AccountBadgeCompletion$inboundSchema` instead. */
|
|
50
|
-
V1AccountBadgeCompletion$.inboundSchema = exports.V1AccountBadgeCompletion$inboundSchema;
|
|
51
|
-
/** @deprecated use `V1AccountBadgeCompletion$outboundSchema` instead. */
|
|
52
|
-
V1AccountBadgeCompletion$.outboundSchema = exports.V1AccountBadgeCompletion$outboundSchema;
|
|
53
|
-
})(V1AccountBadgeCompletion$ || (exports.V1AccountBadgeCompletion$ = V1AccountBadgeCompletion$ = {}));
|
|
54
|
-
//# sourceMappingURL=v1accountbadgecompletion.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1accountbadgecompletion.js","sourceRoot":"","sources":["../../src/models/components/v1accountbadgecompletion.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAQzB,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAC/D,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ;IACD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACrB,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IACrD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACrB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACxC,wEAAwE;IAC3D,uCAAa,GAAG,8CAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,+CAAuC,CAAC;AAGxE,CAAC,EAPgB,yBAAyB,yCAAzB,yBAAyB,QAOzC"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
export type V1AccountBadgeMostXpDataPoint = {
|
|
3
|
-
/**
|
|
4
|
-
* The app id
|
|
5
|
-
*/
|
|
6
|
-
appId: number;
|
|
7
|
-
/**
|
|
8
|
-
* The badge completed at
|
|
9
|
-
*/
|
|
10
|
-
badgeCompletedAt: Date;
|
|
11
|
-
/**
|
|
12
|
-
* The badge id
|
|
13
|
-
*/
|
|
14
|
-
badgeId: string;
|
|
15
|
-
/**
|
|
16
|
-
* The badge image
|
|
17
|
-
*/
|
|
18
|
-
badgeImage: string;
|
|
19
|
-
/**
|
|
20
|
-
* Whether the badge is foil
|
|
21
|
-
*/
|
|
22
|
-
badgeIsFoil: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* The badge level
|
|
25
|
-
*/
|
|
26
|
-
badgeLevel: number;
|
|
27
|
-
/**
|
|
28
|
-
* The badge name
|
|
29
|
-
*/
|
|
30
|
-
badgeName: string;
|
|
31
|
-
/**
|
|
32
|
-
* The badge scarcity
|
|
33
|
-
*/
|
|
34
|
-
badgeScarcity: number;
|
|
35
|
-
/**
|
|
36
|
-
* The badge steam id
|
|
37
|
-
*/
|
|
38
|
-
badgeSteamID: number;
|
|
39
|
-
/**
|
|
40
|
-
* The badge xp
|
|
41
|
-
*/
|
|
42
|
-
badgeXP: number;
|
|
43
|
-
/**
|
|
44
|
-
* The image of the app
|
|
45
|
-
*/
|
|
46
|
-
image: string;
|
|
47
|
-
/**
|
|
48
|
-
* The name of the app
|
|
49
|
-
*/
|
|
50
|
-
name: string;
|
|
51
|
-
};
|
|
52
|
-
/** @internal */
|
|
53
|
-
export declare const V1AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
|
|
54
|
-
/** @internal */
|
|
55
|
-
export type V1AccountBadgeMostXpDataPoint$Outbound = {
|
|
56
|
-
appId: number;
|
|
57
|
-
badgeCompletedAt: string;
|
|
58
|
-
badgeId: string;
|
|
59
|
-
badgeImage: string;
|
|
60
|
-
badgeIsFoil: boolean;
|
|
61
|
-
badgeLevel: number;
|
|
62
|
-
badgeName: string;
|
|
63
|
-
badgeScarcity: number;
|
|
64
|
-
badgeSteamID: number;
|
|
65
|
-
badgeXP: number;
|
|
66
|
-
image: string;
|
|
67
|
-
name: string;
|
|
68
|
-
};
|
|
69
|
-
/** @internal */
|
|
70
|
-
export declare const V1AccountBadgeMostXpDataPoint$outboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeMostXpDataPoint>;
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
|
-
*/
|
|
75
|
-
export declare namespace V1AccountBadgeMostXpDataPoint$ {
|
|
76
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$inboundSchema` instead. */
|
|
77
|
-
const inboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
|
|
78
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$outboundSchema` instead. */
|
|
79
|
-
const outboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeMostXpDataPoint>;
|
|
80
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$Outbound` instead. */
|
|
81
|
-
type Outbound = V1AccountBadgeMostXpDataPoint$Outbound;
|
|
82
|
-
}
|
|
83
|
-
//# sourceMappingURL=v1accountbadgemostxpdatapoint.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1accountbadgemostxpdatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountbadgemostxpdatapoint.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,gBAAgB,EAAE,IAAI,CAAC;IACvB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAc7B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa,iEAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc,gGAA+C,CAAC;IAC3E,wEAAwE;IACxE,KAAY,QAAQ,GAAG,sCAAsC,CAAC;CAC/D"}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.V1AccountBadgeMostXpDataPoint$ = exports.V1AccountBadgeMostXpDataPoint$outboundSchema = exports.V1AccountBadgeMostXpDataPoint$inboundSchema = void 0;
|
|
30
|
-
const z = __importStar(require("zod"));
|
|
31
|
-
/** @internal */
|
|
32
|
-
exports.V1AccountBadgeMostXpDataPoint$inboundSchema = z.object({
|
|
33
|
-
appId: z.number().int(),
|
|
34
|
-
badgeCompletedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
35
|
-
badgeId: z.string(),
|
|
36
|
-
badgeImage: z.string(),
|
|
37
|
-
badgeIsFoil: z.boolean(),
|
|
38
|
-
badgeLevel: z.number().int(),
|
|
39
|
-
badgeName: z.string(),
|
|
40
|
-
badgeScarcity: z.number().int(),
|
|
41
|
-
badgeSteamID: z.number().int(),
|
|
42
|
-
badgeXP: z.number().int(),
|
|
43
|
-
image: z.string(),
|
|
44
|
-
name: z.string(),
|
|
45
|
-
});
|
|
46
|
-
/** @internal */
|
|
47
|
-
exports.V1AccountBadgeMostXpDataPoint$outboundSchema = z.object({
|
|
48
|
-
appId: z.number().int(),
|
|
49
|
-
badgeCompletedAt: z.date().transform(v => v.toISOString()),
|
|
50
|
-
badgeId: z.string(),
|
|
51
|
-
badgeImage: z.string(),
|
|
52
|
-
badgeIsFoil: z.boolean(),
|
|
53
|
-
badgeLevel: z.number().int(),
|
|
54
|
-
badgeName: z.string(),
|
|
55
|
-
badgeScarcity: z.number().int(),
|
|
56
|
-
badgeSteamID: z.number().int(),
|
|
57
|
-
badgeXP: z.number().int(),
|
|
58
|
-
image: z.string(),
|
|
59
|
-
name: z.string(),
|
|
60
|
-
});
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
64
|
-
*/
|
|
65
|
-
var V1AccountBadgeMostXpDataPoint$;
|
|
66
|
-
(function (V1AccountBadgeMostXpDataPoint$) {
|
|
67
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$inboundSchema` instead. */
|
|
68
|
-
V1AccountBadgeMostXpDataPoint$.inboundSchema = exports.V1AccountBadgeMostXpDataPoint$inboundSchema;
|
|
69
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$outboundSchema` instead. */
|
|
70
|
-
V1AccountBadgeMostXpDataPoint$.outboundSchema = exports.V1AccountBadgeMostXpDataPoint$outboundSchema;
|
|
71
|
-
})(V1AccountBadgeMostXpDataPoint$ || (exports.V1AccountBadgeMostXpDataPoint$ = V1AccountBadgeMostXpDataPoint$ = {}));
|
|
72
|
-
//# sourceMappingURL=v1accountbadgemostxpdatapoint.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1accountbadgemostxpdatapoint.js","sourceRoot":"","sources":["../../src/models/components/v1accountbadgemostxpdatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAqDzB,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CACpE,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ;IACD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAkBH,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,gBAAgB,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAC1D,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,6EAA6E;IAChE,4CAAa,GAAG,mDAA2C,CAAC;IACzE,8EAA8E;IACjE,6CAAc,GAAG,oDAA4C,CAAC;AAG7E,CAAC,EAPgB,8BAA8B,8CAA9B,8BAA8B,QAO9C"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
export type V1AccountBadgeScarcityDataPoint = {
|
|
3
|
-
/**
|
|
4
|
-
* The app id
|
|
5
|
-
*/
|
|
6
|
-
appId: number;
|
|
7
|
-
/**
|
|
8
|
-
* The badge completed at
|
|
9
|
-
*/
|
|
10
|
-
badgeCompletedAt: Date;
|
|
11
|
-
/**
|
|
12
|
-
* The badge id
|
|
13
|
-
*/
|
|
14
|
-
badgeId: string;
|
|
15
|
-
/**
|
|
16
|
-
* The badge image
|
|
17
|
-
*/
|
|
18
|
-
badgeImage: string;
|
|
19
|
-
/**
|
|
20
|
-
* Whether the badge is foil
|
|
21
|
-
*/
|
|
22
|
-
badgeIsFoil: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* The badge level
|
|
25
|
-
*/
|
|
26
|
-
badgeLevel: number;
|
|
27
|
-
/**
|
|
28
|
-
* The badge name
|
|
29
|
-
*/
|
|
30
|
-
badgeName: string;
|
|
31
|
-
/**
|
|
32
|
-
* The badge scarcity
|
|
33
|
-
*/
|
|
34
|
-
badgeScarcity: number;
|
|
35
|
-
/**
|
|
36
|
-
* The badge steam id
|
|
37
|
-
*/
|
|
38
|
-
badgeSteamId: number;
|
|
39
|
-
/**
|
|
40
|
-
* The badge xp
|
|
41
|
-
*/
|
|
42
|
-
badgeXP: number;
|
|
43
|
-
/**
|
|
44
|
-
* The image of the app
|
|
45
|
-
*/
|
|
46
|
-
image: string;
|
|
47
|
-
/**
|
|
48
|
-
* The name of the app
|
|
49
|
-
*/
|
|
50
|
-
name: string;
|
|
51
|
-
};
|
|
52
|
-
/** @internal */
|
|
53
|
-
export declare const V1AccountBadgeScarcityDataPoint$inboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
54
|
-
/** @internal */
|
|
55
|
-
export type V1AccountBadgeScarcityDataPoint$Outbound = {
|
|
56
|
-
appId: number;
|
|
57
|
-
badgeCompletedAt: string;
|
|
58
|
-
badgeId: string;
|
|
59
|
-
badgeImage: string;
|
|
60
|
-
badgeIsFoil: boolean;
|
|
61
|
-
badgeLevel: number;
|
|
62
|
-
badgeName: string;
|
|
63
|
-
badgeScarcity: number;
|
|
64
|
-
badgeSteamId: number;
|
|
65
|
-
badgeXP: number;
|
|
66
|
-
image: string;
|
|
67
|
-
name: string;
|
|
68
|
-
};
|
|
69
|
-
/** @internal */
|
|
70
|
-
export declare const V1AccountBadgeScarcityDataPoint$outboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeScarcityDataPoint>;
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
|
-
*/
|
|
75
|
-
export declare namespace V1AccountBadgeScarcityDataPoint$ {
|
|
76
|
-
/** @deprecated use `V1AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
77
|
-
const inboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
78
|
-
/** @deprecated use `V1AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
79
|
-
const outboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeScarcityDataPoint>;
|
|
80
|
-
/** @deprecated use `V1AccountBadgeScarcityDataPoint$Outbound` instead. */
|
|
81
|
-
type Outbound = V1AccountBadgeScarcityDataPoint$Outbound;
|
|
82
|
-
}
|
|
83
|
-
//# sourceMappingURL=v1accountbadgescarcitydatapoint.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1accountbadgescarcitydatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountbadgescarcitydatapoint.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,gBAAgB,EAAE,IAAI,CAAC;IACvB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAc/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE"}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.V1AccountBadgeScarcityDataPoint$ = exports.V1AccountBadgeScarcityDataPoint$outboundSchema = exports.V1AccountBadgeScarcityDataPoint$inboundSchema = void 0;
|
|
30
|
-
const z = __importStar(require("zod"));
|
|
31
|
-
/** @internal */
|
|
32
|
-
exports.V1AccountBadgeScarcityDataPoint$inboundSchema = z.object({
|
|
33
|
-
appId: z.number().int(),
|
|
34
|
-
badgeCompletedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
35
|
-
badgeId: z.string(),
|
|
36
|
-
badgeImage: z.string(),
|
|
37
|
-
badgeIsFoil: z.boolean(),
|
|
38
|
-
badgeLevel: z.number().int(),
|
|
39
|
-
badgeName: z.string(),
|
|
40
|
-
badgeScarcity: z.number().int(),
|
|
41
|
-
badgeSteamId: z.number().int(),
|
|
42
|
-
badgeXP: z.number().int(),
|
|
43
|
-
image: z.string(),
|
|
44
|
-
name: z.string(),
|
|
45
|
-
});
|
|
46
|
-
/** @internal */
|
|
47
|
-
exports.V1AccountBadgeScarcityDataPoint$outboundSchema = z.object({
|
|
48
|
-
appId: z.number().int(),
|
|
49
|
-
badgeCompletedAt: z.date().transform(v => v.toISOString()),
|
|
50
|
-
badgeId: z.string(),
|
|
51
|
-
badgeImage: z.string(),
|
|
52
|
-
badgeIsFoil: z.boolean(),
|
|
53
|
-
badgeLevel: z.number().int(),
|
|
54
|
-
badgeName: z.string(),
|
|
55
|
-
badgeScarcity: z.number().int(),
|
|
56
|
-
badgeSteamId: z.number().int(),
|
|
57
|
-
badgeXP: z.number().int(),
|
|
58
|
-
image: z.string(),
|
|
59
|
-
name: z.string(),
|
|
60
|
-
});
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
64
|
-
*/
|
|
65
|
-
var V1AccountBadgeScarcityDataPoint$;
|
|
66
|
-
(function (V1AccountBadgeScarcityDataPoint$) {
|
|
67
|
-
/** @deprecated use `V1AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
68
|
-
V1AccountBadgeScarcityDataPoint$.inboundSchema = exports.V1AccountBadgeScarcityDataPoint$inboundSchema;
|
|
69
|
-
/** @deprecated use `V1AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
70
|
-
V1AccountBadgeScarcityDataPoint$.outboundSchema = exports.V1AccountBadgeScarcityDataPoint$outboundSchema;
|
|
71
|
-
})(V1AccountBadgeScarcityDataPoint$ || (exports.V1AccountBadgeScarcityDataPoint$ = V1AccountBadgeScarcityDataPoint$ = {}));
|
|
72
|
-
//# sourceMappingURL=v1accountbadgescarcitydatapoint.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1accountbadgescarcitydatapoint.js","sourceRoot":"","sources":["../../src/models/components/v1accountbadgescarcitydatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAqDzB,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CACpE,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ;IACD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAkBH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,gBAAgB,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAC1D,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAC/C,+EAA+E;IAClE,8CAAa,GAAG,qDAA6C,CAAC;IAC3E,gFAAgF;IACnE,+CAAc,GAAG,sDAA8C,CAAC;AAG/E,CAAC,EAPgB,gCAAgC,gDAAhC,gCAAgC,QAOhD"}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
|
|
7
|
-
export type V1AccountAppBadge = {
|
|
8
|
-
appId: number;
|
|
9
|
-
appImage: string;
|
|
10
|
-
appName: string;
|
|
11
|
-
appShortName: string;
|
|
12
|
-
badgeImage: string;
|
|
13
|
-
completedAt: Date;
|
|
14
|
-
isEvent: boolean;
|
|
15
|
-
isFoil: boolean;
|
|
16
|
-
isSale: boolean;
|
|
17
|
-
level: number;
|
|
18
|
-
name: string;
|
|
19
|
-
price: number;
|
|
20
|
-
publicId: string;
|
|
21
|
-
scarcity: number;
|
|
22
|
-
steamId: number;
|
|
23
|
-
xp: number;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
/** @internal */
|
|
27
|
-
export const V1AccountAppBadge$inboundSchema: z.ZodType<
|
|
28
|
-
V1AccountAppBadge,
|
|
29
|
-
z.ZodTypeDef,
|
|
30
|
-
unknown
|
|
31
|
-
> = z.object({
|
|
32
|
-
appId: z.number().int(),
|
|
33
|
-
appImage: z.string(),
|
|
34
|
-
appName: z.string(),
|
|
35
|
-
appShortName: z.string(),
|
|
36
|
-
badgeImage: z.string(),
|
|
37
|
-
completedAt: z.string().datetime({ offset: true }).transform(v =>
|
|
38
|
-
new Date(v)
|
|
39
|
-
),
|
|
40
|
-
isEvent: z.boolean(),
|
|
41
|
-
isFoil: z.boolean(),
|
|
42
|
-
isSale: z.boolean(),
|
|
43
|
-
level: z.number().int(),
|
|
44
|
-
name: z.string(),
|
|
45
|
-
price: z.number().int(),
|
|
46
|
-
publicId: z.string(),
|
|
47
|
-
scarcity: z.number().int(),
|
|
48
|
-
steamId: z.number().int(),
|
|
49
|
-
xp: z.number().int(),
|
|
50
|
-
});
|
|
51
|
-
|
|
52
|
-
/** @internal */
|
|
53
|
-
export type V1AccountAppBadge$Outbound = {
|
|
54
|
-
appId: number;
|
|
55
|
-
appImage: string;
|
|
56
|
-
appName: string;
|
|
57
|
-
appShortName: string;
|
|
58
|
-
badgeImage: string;
|
|
59
|
-
completedAt: string;
|
|
60
|
-
isEvent: boolean;
|
|
61
|
-
isFoil: boolean;
|
|
62
|
-
isSale: boolean;
|
|
63
|
-
level: number;
|
|
64
|
-
name: string;
|
|
65
|
-
price: number;
|
|
66
|
-
publicId: string;
|
|
67
|
-
scarcity: number;
|
|
68
|
-
steamId: number;
|
|
69
|
-
xp: number;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
/** @internal */
|
|
73
|
-
export const V1AccountAppBadge$outboundSchema: z.ZodType<
|
|
74
|
-
V1AccountAppBadge$Outbound,
|
|
75
|
-
z.ZodTypeDef,
|
|
76
|
-
V1AccountAppBadge
|
|
77
|
-
> = z.object({
|
|
78
|
-
appId: z.number().int(),
|
|
79
|
-
appImage: z.string(),
|
|
80
|
-
appName: z.string(),
|
|
81
|
-
appShortName: z.string(),
|
|
82
|
-
badgeImage: z.string(),
|
|
83
|
-
completedAt: z.date().transform(v => v.toISOString()),
|
|
84
|
-
isEvent: z.boolean(),
|
|
85
|
-
isFoil: z.boolean(),
|
|
86
|
-
isSale: z.boolean(),
|
|
87
|
-
level: z.number().int(),
|
|
88
|
-
name: z.string(),
|
|
89
|
-
price: z.number().int(),
|
|
90
|
-
publicId: z.string(),
|
|
91
|
-
scarcity: z.number().int(),
|
|
92
|
-
steamId: z.number().int(),
|
|
93
|
-
xp: z.number().int(),
|
|
94
|
-
});
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
99
|
-
*/
|
|
100
|
-
export namespace V1AccountAppBadge$ {
|
|
101
|
-
/** @deprecated use `V1AccountAppBadge$inboundSchema` instead. */
|
|
102
|
-
export const inboundSchema = V1AccountAppBadge$inboundSchema;
|
|
103
|
-
/** @deprecated use `V1AccountAppBadge$outboundSchema` instead. */
|
|
104
|
-
export const outboundSchema = V1AccountAppBadge$outboundSchema;
|
|
105
|
-
/** @deprecated use `V1AccountAppBadge$Outbound` instead. */
|
|
106
|
-
export type Outbound = V1AccountAppBadge$Outbound;
|
|
107
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
|
|
7
|
-
export type V1AccountBadgeCompletion = {
|
|
8
|
-
completedAt: Date;
|
|
9
|
-
level: number;
|
|
10
|
-
xp: number;
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
/** @internal */
|
|
14
|
-
export const V1AccountBadgeCompletion$inboundSchema: z.ZodType<
|
|
15
|
-
V1AccountBadgeCompletion,
|
|
16
|
-
z.ZodTypeDef,
|
|
17
|
-
unknown
|
|
18
|
-
> = z.object({
|
|
19
|
-
completedAt: z.string().datetime({ offset: true }).transform(v =>
|
|
20
|
-
new Date(v)
|
|
21
|
-
),
|
|
22
|
-
level: z.number().int(),
|
|
23
|
-
xp: z.number().int(),
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
/** @internal */
|
|
27
|
-
export type V1AccountBadgeCompletion$Outbound = {
|
|
28
|
-
completedAt: string;
|
|
29
|
-
level: number;
|
|
30
|
-
xp: number;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
/** @internal */
|
|
34
|
-
export const V1AccountBadgeCompletion$outboundSchema: z.ZodType<
|
|
35
|
-
V1AccountBadgeCompletion$Outbound,
|
|
36
|
-
z.ZodTypeDef,
|
|
37
|
-
V1AccountBadgeCompletion
|
|
38
|
-
> = z.object({
|
|
39
|
-
completedAt: z.date().transform(v => v.toISOString()),
|
|
40
|
-
level: z.number().int(),
|
|
41
|
-
xp: z.number().int(),
|
|
42
|
-
});
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
47
|
-
*/
|
|
48
|
-
export namespace V1AccountBadgeCompletion$ {
|
|
49
|
-
/** @deprecated use `V1AccountBadgeCompletion$inboundSchema` instead. */
|
|
50
|
-
export const inboundSchema = V1AccountBadgeCompletion$inboundSchema;
|
|
51
|
-
/** @deprecated use `V1AccountBadgeCompletion$outboundSchema` instead. */
|
|
52
|
-
export const outboundSchema = V1AccountBadgeCompletion$outboundSchema;
|
|
53
|
-
/** @deprecated use `V1AccountBadgeCompletion$Outbound` instead. */
|
|
54
|
-
export type Outbound = V1AccountBadgeCompletion$Outbound;
|
|
55
|
-
}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
|
|
7
|
-
export type V1AccountBadgeMostXpDataPoint = {
|
|
8
|
-
/**
|
|
9
|
-
* The app id
|
|
10
|
-
*/
|
|
11
|
-
appId: number;
|
|
12
|
-
/**
|
|
13
|
-
* The badge completed at
|
|
14
|
-
*/
|
|
15
|
-
badgeCompletedAt: Date;
|
|
16
|
-
/**
|
|
17
|
-
* The badge id
|
|
18
|
-
*/
|
|
19
|
-
badgeId: string;
|
|
20
|
-
/**
|
|
21
|
-
* The badge image
|
|
22
|
-
*/
|
|
23
|
-
badgeImage: string;
|
|
24
|
-
/**
|
|
25
|
-
* Whether the badge is foil
|
|
26
|
-
*/
|
|
27
|
-
badgeIsFoil: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* The badge level
|
|
30
|
-
*/
|
|
31
|
-
badgeLevel: number;
|
|
32
|
-
/**
|
|
33
|
-
* The badge name
|
|
34
|
-
*/
|
|
35
|
-
badgeName: string;
|
|
36
|
-
/**
|
|
37
|
-
* The badge scarcity
|
|
38
|
-
*/
|
|
39
|
-
badgeScarcity: number;
|
|
40
|
-
/**
|
|
41
|
-
* The badge steam id
|
|
42
|
-
*/
|
|
43
|
-
badgeSteamID: number;
|
|
44
|
-
/**
|
|
45
|
-
* The badge xp
|
|
46
|
-
*/
|
|
47
|
-
badgeXP: number;
|
|
48
|
-
/**
|
|
49
|
-
* The image of the app
|
|
50
|
-
*/
|
|
51
|
-
image: string;
|
|
52
|
-
/**
|
|
53
|
-
* The name of the app
|
|
54
|
-
*/
|
|
55
|
-
name: string;
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
/** @internal */
|
|
59
|
-
export const V1AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<
|
|
60
|
-
V1AccountBadgeMostXpDataPoint,
|
|
61
|
-
z.ZodTypeDef,
|
|
62
|
-
unknown
|
|
63
|
-
> = z.object({
|
|
64
|
-
appId: z.number().int(),
|
|
65
|
-
badgeCompletedAt: z.string().datetime({ offset: true }).transform(v =>
|
|
66
|
-
new Date(v)
|
|
67
|
-
),
|
|
68
|
-
badgeId: z.string(),
|
|
69
|
-
badgeImage: z.string(),
|
|
70
|
-
badgeIsFoil: z.boolean(),
|
|
71
|
-
badgeLevel: z.number().int(),
|
|
72
|
-
badgeName: z.string(),
|
|
73
|
-
badgeScarcity: z.number().int(),
|
|
74
|
-
badgeSteamID: z.number().int(),
|
|
75
|
-
badgeXP: z.number().int(),
|
|
76
|
-
image: z.string(),
|
|
77
|
-
name: z.string(),
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
/** @internal */
|
|
81
|
-
export type V1AccountBadgeMostXpDataPoint$Outbound = {
|
|
82
|
-
appId: number;
|
|
83
|
-
badgeCompletedAt: string;
|
|
84
|
-
badgeId: string;
|
|
85
|
-
badgeImage: string;
|
|
86
|
-
badgeIsFoil: boolean;
|
|
87
|
-
badgeLevel: number;
|
|
88
|
-
badgeName: string;
|
|
89
|
-
badgeScarcity: number;
|
|
90
|
-
badgeSteamID: number;
|
|
91
|
-
badgeXP: number;
|
|
92
|
-
image: string;
|
|
93
|
-
name: string;
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
/** @internal */
|
|
97
|
-
export const V1AccountBadgeMostXpDataPoint$outboundSchema: z.ZodType<
|
|
98
|
-
V1AccountBadgeMostXpDataPoint$Outbound,
|
|
99
|
-
z.ZodTypeDef,
|
|
100
|
-
V1AccountBadgeMostXpDataPoint
|
|
101
|
-
> = z.object({
|
|
102
|
-
appId: z.number().int(),
|
|
103
|
-
badgeCompletedAt: z.date().transform(v => v.toISOString()),
|
|
104
|
-
badgeId: z.string(),
|
|
105
|
-
badgeImage: z.string(),
|
|
106
|
-
badgeIsFoil: z.boolean(),
|
|
107
|
-
badgeLevel: z.number().int(),
|
|
108
|
-
badgeName: z.string(),
|
|
109
|
-
badgeScarcity: z.number().int(),
|
|
110
|
-
badgeSteamID: z.number().int(),
|
|
111
|
-
badgeXP: z.number().int(),
|
|
112
|
-
image: z.string(),
|
|
113
|
-
name: z.string(),
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
119
|
-
*/
|
|
120
|
-
export namespace V1AccountBadgeMostXpDataPoint$ {
|
|
121
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$inboundSchema` instead. */
|
|
122
|
-
export const inboundSchema = V1AccountBadgeMostXpDataPoint$inboundSchema;
|
|
123
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$outboundSchema` instead. */
|
|
124
|
-
export const outboundSchema = V1AccountBadgeMostXpDataPoint$outboundSchema;
|
|
125
|
-
/** @deprecated use `V1AccountBadgeMostXpDataPoint$Outbound` instead. */
|
|
126
|
-
export type Outbound = V1AccountBadgeMostXpDataPoint$Outbound;
|
|
127
|
-
}
|