@steamsets/client-ts 0.11.11 → 0.11.12
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 +3 -3
- package/lib/config.js +3 -3
- package/models/components/index.d.ts +3 -3
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +3 -3
- package/models/components/index.js.map +1 -1
- package/models/components/resource.d.ts +0 -3
- package/models/components/resource.d.ts.map +1 -1
- package/models/components/resource.js +0 -1
- package/models/components/resource.js.map +1 -1
- package/models/components/{accountbadgemostxpdatapoint.d.ts → v1accountbadgemostxpdatapoint.d.ts} +12 -12
- package/models/components/v1accountbadgemostxpdatapoint.d.ts.map +1 -0
- package/models/components/{accountbadgemostxpdatapoint.js → v1accountbadgemostxpdatapoint.js} +11 -11
- package/models/components/v1accountbadgemostxpdatapoint.js.map +1 -0
- package/models/components/v1accountbadgescarcitydatapoint.d.ts +68 -0
- package/models/components/v1accountbadgescarcitydatapoint.d.ts.map +1 -0
- package/models/components/{accountbadgescarcitydatapoint.js → v1accountbadgescarcitydatapoint.js} +11 -11
- package/models/components/v1accountbadgescarcitydatapoint.js.map +1 -0
- package/models/components/v1accountdatapointsresponsebody.d.ts +9 -9
- package/models/components/v1accountdatapointsresponsebody.d.ts.map +1 -1
- package/models/components/v1accountdatapointsresponsebody.js +9 -9
- package/models/components/v1accountdatapointsresponsebody.js.map +1 -1
- package/models/components/v1accountplaytimedatapoint.d.ts +43 -0
- package/models/components/v1accountplaytimedatapoint.d.ts.map +1 -0
- package/models/components/{accountplaytimedatapoint.js → v1accountplaytimedatapoint.js} +11 -11
- package/models/components/v1accountplaytimedatapoint.js.map +1 -0
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/index.ts +3 -3
- package/src/models/components/resource.ts +0 -1
- package/src/models/components/{accountbadgemostxpdatapoint.ts → v1accountbadgemostxpdatapoint.ts} +14 -14
- package/src/models/components/{accountbadgescarcitydatapoint.ts → v1accountbadgescarcitydatapoint.ts} +14 -14
- package/src/models/components/v1accountdatapointsresponsebody.ts +27 -27
- package/src/models/components/{accountplaytimedatapoint.ts → v1accountplaytimedatapoint.ts} +14 -14
- package/models/components/accountbadgemostxpdatapoint.d.ts.map +0 -1
- package/models/components/accountbadgemostxpdatapoint.js.map +0 -1
- package/models/components/accountbadgescarcitydatapoint.d.ts +0 -68
- package/models/components/accountbadgescarcitydatapoint.d.ts.map +0 -1
- package/models/components/accountbadgescarcitydatapoint.js.map +0 -1
- package/models/components/accountplaytimedatapoint.d.ts +0 -43
- package/models/components/accountplaytimedatapoint.d.ts.map +0 -1
- package/models/components/accountplaytimedatapoint.js.map +0 -1
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.11.
|
|
31
|
-
readonly genVersion: "2.
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.11.
|
|
30
|
+
readonly sdkVersion: "0.11.12";
|
|
31
|
+
readonly genVersion: "2.438.3";
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.11.12 2.438.3 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.11.
|
|
34
|
-
genVersion: "2.
|
|
35
|
-
userAgent: "speakeasy-sdk/typescript 0.11.
|
|
33
|
+
sdkVersion: "0.11.12",
|
|
34
|
+
genVersion: "2.438.3",
|
|
35
|
+
userAgent: "speakeasy-sdk/typescript 0.11.12 2.438.3 1.0.0 @steamsets/client-ts",
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.js.map
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
export * from "./accountbadgemostxpdatapoint.js";
|
|
2
|
-
export * from "./accountbadgescarcitydatapoint.js";
|
|
3
1
|
export * from "./accountinfobody.js";
|
|
4
2
|
export * from "./accountleaderboardhistory.js";
|
|
5
|
-
export * from "./accountplaytimedatapoint.js";
|
|
6
3
|
export * from "./accountsearch.js";
|
|
7
4
|
export * from "./accountsearchidstruct.js";
|
|
8
5
|
export * from "./accountsearchvanitystruct.js";
|
|
@@ -33,6 +30,8 @@ export * from "./state.js";
|
|
|
33
30
|
export * from "./v1accountapp.js";
|
|
34
31
|
export * from "./v1accountappbadge.js";
|
|
35
32
|
export * from "./v1accountbadgecompletion.js";
|
|
33
|
+
export * from "./v1accountbadgemostxpdatapoint.js";
|
|
34
|
+
export * from "./v1accountbadgescarcitydatapoint.js";
|
|
36
35
|
export * from "./v1accountdatapointsresponsebody.js";
|
|
37
36
|
export * from "./v1accountdeveloperappdeleterequestbody.js";
|
|
38
37
|
export * from "./v1accountdeveloperappdeleteresponsebody.js";
|
|
@@ -48,6 +47,7 @@ export * from "./v1accountleaderboardpreviewrequestbody.js";
|
|
|
48
47
|
export * from "./v1accountleaderboardpreviewresponsebody.js";
|
|
49
48
|
export * from "./v1accountleaderboardrequestbody.js";
|
|
50
49
|
export * from "./v1accountleaderboardresponsebody.js";
|
|
50
|
+
export * from "./v1accountplaytimedatapoint.js";
|
|
51
51
|
export * from "./v1accountqueuerequestbody.js";
|
|
52
52
|
export * from "./v1accountsappsresponsebody.js";
|
|
53
53
|
export * from "./v1appbadge.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC"}
|
|
@@ -17,11 +17,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
__exportStar(require("./accountbadgemostxpdatapoint.js"), exports);
|
|
21
|
-
__exportStar(require("./accountbadgescarcitydatapoint.js"), exports);
|
|
22
20
|
__exportStar(require("./accountinfobody.js"), exports);
|
|
23
21
|
__exportStar(require("./accountleaderboardhistory.js"), exports);
|
|
24
|
-
__exportStar(require("./accountplaytimedatapoint.js"), exports);
|
|
25
22
|
__exportStar(require("./accountsearch.js"), exports);
|
|
26
23
|
__exportStar(require("./accountsearchidstruct.js"), exports);
|
|
27
24
|
__exportStar(require("./accountsearchvanitystruct.js"), exports);
|
|
@@ -52,6 +49,8 @@ __exportStar(require("./state.js"), exports);
|
|
|
52
49
|
__exportStar(require("./v1accountapp.js"), exports);
|
|
53
50
|
__exportStar(require("./v1accountappbadge.js"), exports);
|
|
54
51
|
__exportStar(require("./v1accountbadgecompletion.js"), exports);
|
|
52
|
+
__exportStar(require("./v1accountbadgemostxpdatapoint.js"), exports);
|
|
53
|
+
__exportStar(require("./v1accountbadgescarcitydatapoint.js"), exports);
|
|
55
54
|
__exportStar(require("./v1accountdatapointsresponsebody.js"), exports);
|
|
56
55
|
__exportStar(require("./v1accountdeveloperappdeleterequestbody.js"), exports);
|
|
57
56
|
__exportStar(require("./v1accountdeveloperappdeleteresponsebody.js"), exports);
|
|
@@ -67,6 +66,7 @@ __exportStar(require("./v1accountleaderboardpreviewrequestbody.js"), exports);
|
|
|
67
66
|
__exportStar(require("./v1accountleaderboardpreviewresponsebody.js"), exports);
|
|
68
67
|
__exportStar(require("./v1accountleaderboardrequestbody.js"), exports);
|
|
69
68
|
__exportStar(require("./v1accountleaderboardresponsebody.js"), exports);
|
|
69
|
+
__exportStar(require("./v1accountplaytimedatapoint.js"), exports);
|
|
70
70
|
__exportStar(require("./v1accountqueuerequestbody.js"), exports);
|
|
71
71
|
__exportStar(require("./v1accountsappsresponsebody.js"), exports);
|
|
72
72
|
__exportStar(require("./v1appbadge.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,uDAAqC;AACrC,iEAA+C;AAC/C,qDAAmC;AACnC,6DAA2C;AAC3C,iEAA+C;AAC/C,iDAA+B;AAC/B,2DAAyC;AACzC,4CAA0B;AAC1B,gDAA8B;AAC9B,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,yDAAuC;AACvC,mDAAiC;AACjC,oDAAkC;AAClC,gDAA8B;AAC9B,6CAA2B;AAC3B,0DAAwC;AACxC,mEAAiD;AACjD,gDAA8B;AAC9B,wDAAsC;AACtC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,oDAAkC;AAClC,6CAA2B;AAC3B,oDAAkC;AAClC,yDAAuC;AACvC,gEAA8C;AAC9C,qEAAmD;AACnD,uEAAqD;AACrD,uEAAqD;AACrD,8EAA4D;AAC5D,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uDAAqC;AACrC,oEAAkD;AAClD,mEAAiD;AACjD,qEAAmD;AACnD,uEAAqD;AACrD,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uEAAqD;AACrD,wEAAsD;AACtD,kEAAgD;AAChD,iEAA+C;AAC/C,kEAAgD;AAChD,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,wDAAsC;AACtC,yDAAuC;AACvC,4DAA0C;AAC1C,6DAA2C;AAC3C,8DAA4C;AAC5C,8DAA4C;AAC5C,+DAA6C;AAC7C,4DAA0C;AAC1C,6DAA2C;AAC3C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,uEAAqD;AACrD,wEAAsD;AACtD,wDAAsC;AACtC,yDAAuC;AACvC,4DAA0C;AAC1C,0DAAwC;AACxC,8DAA4C;AAC5C,sEAAoD;AACpD,6DAA2C;AAC3C,iEAA+C;AAC/C,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,uDAAqC;AACrC,iEAA+C;AAC/C,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,oDAAkC"}
|
|
@@ -17,7 +17,6 @@ export declare const ResourceResource: {
|
|
|
17
17
|
readonly SocialLinks: "social_links";
|
|
18
18
|
readonly Theme: "theme";
|
|
19
19
|
readonly VanityLength: "vanity_length";
|
|
20
|
-
readonly SocialLinkAmount: "social_link_amount";
|
|
21
20
|
readonly DeveloperApps: "developer_apps";
|
|
22
21
|
};
|
|
23
22
|
export type ResourceResource = ClosedEnum<typeof ResourceResource>;
|
|
@@ -55,7 +54,6 @@ export declare namespace ResourceResource$ {
|
|
|
55
54
|
readonly SocialLinks: "social_links";
|
|
56
55
|
readonly Theme: "theme";
|
|
57
56
|
readonly VanityLength: "vanity_length";
|
|
58
|
-
readonly SocialLinkAmount: "social_link_amount";
|
|
59
57
|
readonly DeveloperApps: "developer_apps";
|
|
60
58
|
}>;
|
|
61
59
|
/** @deprecated use `ResourceResource$outboundSchema` instead. */
|
|
@@ -76,7 +74,6 @@ export declare namespace ResourceResource$ {
|
|
|
76
74
|
readonly SocialLinks: "social_links";
|
|
77
75
|
readonly Theme: "theme";
|
|
78
76
|
readonly VanityLength: "vanity_length";
|
|
79
|
-
readonly SocialLinkAmount: "social_link_amount";
|
|
80
77
|
readonly DeveloperApps: "developer_apps";
|
|
81
78
|
}>;
|
|
82
79
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,EAAE,gBAAgB,CAAC;IAC3B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,gBAAgB,CACS,CAAC;AAEnC,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,gBAAgB,CACS,CAAC;AAEnC;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa;;;;;;;;;;;;;;;;;;MAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc;;;;;;;;;;;;;;;;;;MAAkC,CAAC;CAC/D;AAED,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,QAAQ,EACR,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,QAAQ,CAIR,CAAC;AAEH;;;GAGG;AACH,yBAAiB,SAAS,CAAC;IACzB,wDAAwD;IACjD,MAAM,aAAa,4CAAyB,CAAC;IACpD,yDAAyD;IAClD,MAAM,cAAc,sDAA0B,CAAC;IACtD,mDAAmD;IACnD,KAAY,QAAQ,GAAG,iBAAiB,CAAC;CAC1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.js","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,gBAAgB,GAAG;IAC9B,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,eAAe;IAC7B,oBAAoB,EAAE,yBAAyB;IAC/C,qBAAqB,EAAE,yBAAyB;IAChD,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,sBAAsB;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,eAAe;IAC7B,
|
|
1
|
+
{"version":3,"file":"resource.js","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,gBAAgB,GAAG;IAC9B,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,eAAe;IAC7B,oBAAoB,EAAE,yBAAyB;IAC/C,qBAAqB,EAAE,yBAAyB;IAChD,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,sBAAsB;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,eAAe;IAC7B,aAAa,EAAE,gBAAgB;CACvB,CAAC;AAWX,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,CAAC,CAAC,UAAU,CAAC,wBAAgB,CAAC,CAAC;AAEnC,gBAAgB;AACH,QAAA,+BAA+B,GAExC,sCAA8B,CAAC;AAEnC;;;GAGG;AACH,IAAiB,iBAAiB,CAKjC;AALD,WAAiB,iBAAiB;IAChC,gEAAgE;IACnD,+BAAa,GAAG,sCAA8B,CAAC;IAC5D,iEAAiE;IACpD,gCAAc,GAAG,uCAA+B,CAAC;AAChE,CAAC,EALgB,iBAAiB,iCAAjB,iBAAiB,QAKjC;AAED,gBAAgB;AACH,QAAA,sBAAsB,GAI/B,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,sCAA8B;IACxC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,uCAA+B;IACzC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACxB,wDAAwD;IAC3C,uBAAa,GAAG,8BAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,+BAAuB,CAAC;AAGxD,CAAC,EAPgB,SAAS,yBAAT,SAAS,QAOzB"}
|
package/models/components/{accountbadgemostxpdatapoint.d.ts → v1accountbadgemostxpdatapoint.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
export type
|
|
2
|
+
export type V1AccountBadgeMostXpDataPoint = {
|
|
3
3
|
/**
|
|
4
4
|
* The app id
|
|
5
5
|
*/
|
|
@@ -50,9 +50,9 @@ export type AccountBadgeMostXpDataPoint = {
|
|
|
50
50
|
name: string;
|
|
51
51
|
};
|
|
52
52
|
/** @internal */
|
|
53
|
-
export declare const
|
|
53
|
+
export declare const V1AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
|
|
54
54
|
/** @internal */
|
|
55
|
-
export type
|
|
55
|
+
export type V1AccountBadgeMostXpDataPoint$Outbound = {
|
|
56
56
|
appId: number;
|
|
57
57
|
badgeCompletedAt: string;
|
|
58
58
|
badgeId: string;
|
|
@@ -67,17 +67,17 @@ export type AccountBadgeMostXpDataPoint$Outbound = {
|
|
|
67
67
|
name: string;
|
|
68
68
|
};
|
|
69
69
|
/** @internal */
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const V1AccountBadgeMostXpDataPoint$outboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeMostXpDataPoint>;
|
|
71
71
|
/**
|
|
72
72
|
* @internal
|
|
73
73
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
74
|
*/
|
|
75
|
-
export declare namespace
|
|
76
|
-
/** @deprecated use `
|
|
77
|
-
const inboundSchema: z.ZodType<
|
|
78
|
-
/** @deprecated use `
|
|
79
|
-
const outboundSchema: z.ZodType<
|
|
80
|
-
/** @deprecated use `
|
|
81
|
-
type Outbound =
|
|
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
82
|
}
|
|
83
|
-
//# sourceMappingURL=
|
|
83
|
+
//# sourceMappingURL=v1accountbadgemostxpdatapoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/models/components/{accountbadgemostxpdatapoint.js → v1accountbadgemostxpdatapoint.js}
RENAMED
|
@@ -26,10 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.V1AccountBadgeMostXpDataPoint$ = exports.V1AccountBadgeMostXpDataPoint$outboundSchema = exports.V1AccountBadgeMostXpDataPoint$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
/** @internal */
|
|
32
|
-
exports.
|
|
32
|
+
exports.V1AccountBadgeMostXpDataPoint$inboundSchema = z.object({
|
|
33
33
|
appId: z.number().int(),
|
|
34
34
|
badgeCompletedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
35
35
|
badgeId: z.string(),
|
|
@@ -44,7 +44,7 @@ exports.AccountBadgeMostXpDataPoint$inboundSchema = z.object({
|
|
|
44
44
|
name: z.string(),
|
|
45
45
|
});
|
|
46
46
|
/** @internal */
|
|
47
|
-
exports.
|
|
47
|
+
exports.V1AccountBadgeMostXpDataPoint$outboundSchema = z.object({
|
|
48
48
|
appId: z.number().int(),
|
|
49
49
|
badgeCompletedAt: z.date().transform(v => v.toISOString()),
|
|
50
50
|
badgeId: z.string(),
|
|
@@ -62,11 +62,11 @@ exports.AccountBadgeMostXpDataPoint$outboundSchema = z.object({
|
|
|
62
62
|
* @internal
|
|
63
63
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
64
64
|
*/
|
|
65
|
-
var
|
|
66
|
-
(function (
|
|
67
|
-
/** @deprecated use `
|
|
68
|
-
|
|
69
|
-
/** @deprecated use `
|
|
70
|
-
|
|
71
|
-
})(
|
|
72
|
-
//# sourceMappingURL=
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
export type V1AccountBadgeScarcityDataPoint = {
|
|
3
|
+
/**
|
|
4
|
+
* The app id
|
|
5
|
+
*/
|
|
6
|
+
appId: number;
|
|
7
|
+
/**
|
|
8
|
+
* The badge id
|
|
9
|
+
*/
|
|
10
|
+
badgeId: string;
|
|
11
|
+
/**
|
|
12
|
+
* The badge image
|
|
13
|
+
*/
|
|
14
|
+
badgeImage: string;
|
|
15
|
+
/**
|
|
16
|
+
* Whether the badge is foil
|
|
17
|
+
*/
|
|
18
|
+
badgeIsFoil: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The badge level
|
|
21
|
+
*/
|
|
22
|
+
badgeLevel: number;
|
|
23
|
+
/**
|
|
24
|
+
* The badge name
|
|
25
|
+
*/
|
|
26
|
+
badgeName: string;
|
|
27
|
+
/**
|
|
28
|
+
* The badge scarcity
|
|
29
|
+
*/
|
|
30
|
+
badgeScarcity: number;
|
|
31
|
+
/**
|
|
32
|
+
* The image of the app
|
|
33
|
+
*/
|
|
34
|
+
image: string;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the app
|
|
37
|
+
*/
|
|
38
|
+
name: string;
|
|
39
|
+
};
|
|
40
|
+
/** @internal */
|
|
41
|
+
export declare const V1AccountBadgeScarcityDataPoint$inboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
42
|
+
/** @internal */
|
|
43
|
+
export type V1AccountBadgeScarcityDataPoint$Outbound = {
|
|
44
|
+
appId: number;
|
|
45
|
+
badgeId: string;
|
|
46
|
+
badgeImage: string;
|
|
47
|
+
badgeIsFoil: boolean;
|
|
48
|
+
badgeLevel: number;
|
|
49
|
+
badgeName: string;
|
|
50
|
+
badgeScarcity: number;
|
|
51
|
+
image: string;
|
|
52
|
+
name: string;
|
|
53
|
+
};
|
|
54
|
+
/** @internal */
|
|
55
|
+
export declare const V1AccountBadgeScarcityDataPoint$outboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeScarcityDataPoint>;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
+
*/
|
|
60
|
+
export declare namespace V1AccountBadgeScarcityDataPoint$ {
|
|
61
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
62
|
+
const inboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
63
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
64
|
+
const outboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeScarcityDataPoint>;
|
|
65
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$Outbound` instead. */
|
|
66
|
+
type Outbound = V1AccountBadgeScarcityDataPoint$Outbound;
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=v1accountbadgescarcitydatapoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,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,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,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,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,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,CAW/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"}
|
package/models/components/{accountbadgescarcitydatapoint.js → v1accountbadgescarcitydatapoint.js}
RENAMED
|
@@ -26,10 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.V1AccountBadgeScarcityDataPoint$ = exports.V1AccountBadgeScarcityDataPoint$outboundSchema = exports.V1AccountBadgeScarcityDataPoint$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
/** @internal */
|
|
32
|
-
exports.
|
|
32
|
+
exports.V1AccountBadgeScarcityDataPoint$inboundSchema = z.object({
|
|
33
33
|
appId: z.number().int(),
|
|
34
34
|
badgeId: z.string(),
|
|
35
35
|
badgeImage: z.string(),
|
|
@@ -41,7 +41,7 @@ exports.AccountBadgeScarcityDataPoint$inboundSchema = z.object({
|
|
|
41
41
|
name: z.string(),
|
|
42
42
|
});
|
|
43
43
|
/** @internal */
|
|
44
|
-
exports.
|
|
44
|
+
exports.V1AccountBadgeScarcityDataPoint$outboundSchema = z.object({
|
|
45
45
|
appId: z.number().int(),
|
|
46
46
|
badgeId: z.string(),
|
|
47
47
|
badgeImage: z.string(),
|
|
@@ -56,11 +56,11 @@ exports.AccountBadgeScarcityDataPoint$outboundSchema = z.object({
|
|
|
56
56
|
* @internal
|
|
57
57
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
58
58
|
*/
|
|
59
|
-
var
|
|
60
|
-
(function (
|
|
61
|
-
/** @deprecated use `
|
|
62
|
-
|
|
63
|
-
/** @deprecated use `
|
|
64
|
-
|
|
65
|
-
})(
|
|
66
|
-
//# sourceMappingURL=
|
|
59
|
+
var V1AccountBadgeScarcityDataPoint$;
|
|
60
|
+
(function (V1AccountBadgeScarcityDataPoint$) {
|
|
61
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
62
|
+
V1AccountBadgeScarcityDataPoint$.inboundSchema = exports.V1AccountBadgeScarcityDataPoint$inboundSchema;
|
|
63
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
64
|
+
V1AccountBadgeScarcityDataPoint$.outboundSchema = exports.V1AccountBadgeScarcityDataPoint$outboundSchema;
|
|
65
|
+
})(V1AccountBadgeScarcityDataPoint$ || (exports.V1AccountBadgeScarcityDataPoint$ = V1AccountBadgeScarcityDataPoint$ = {}));
|
|
66
|
+
//# sourceMappingURL=v1accountbadgescarcitydatapoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountbadgescarcitydatapoint.js","sourceRoot":"","sources":["../../src/models/components/v1accountbadgescarcitydatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAyCzB,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,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,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAeH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,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,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,15 +1,15 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { V1AccountBadgeMostXpDataPoint, V1AccountBadgeMostXpDataPoint$Outbound } from "./v1accountbadgemostxpdatapoint.js";
|
|
3
|
+
import { V1AccountBadgeScarcityDataPoint, V1AccountBadgeScarcityDataPoint$Outbound } from "./v1accountbadgescarcitydatapoint.js";
|
|
4
|
+
import { V1AccountPlaytimeDataPoint, V1AccountPlaytimeDataPoint$Outbound } from "./v1accountplaytimedatapoint.js";
|
|
5
5
|
export type V1AccountDataPointsResponseBody = {
|
|
6
6
|
/**
|
|
7
7
|
* A URL to the JSON Schema for this object.
|
|
8
8
|
*/
|
|
9
9
|
dollarSchema?: string | undefined;
|
|
10
|
-
mostXp: Array<
|
|
11
|
-
playtime: Array<
|
|
12
|
-
scarcity: Array<
|
|
10
|
+
mostXp: Array<V1AccountBadgeMostXpDataPoint> | null;
|
|
11
|
+
playtime: Array<V1AccountPlaytimeDataPoint> | null;
|
|
12
|
+
scarcity: Array<V1AccountBadgeScarcityDataPoint> | null;
|
|
13
13
|
xp: {
|
|
14
14
|
[k: string]: {
|
|
15
15
|
[k: string]: number;
|
|
@@ -21,9 +21,9 @@ export declare const V1AccountDataPointsResponseBody$inboundSchema: z.ZodType<V1
|
|
|
21
21
|
/** @internal */
|
|
22
22
|
export type V1AccountDataPointsResponseBody$Outbound = {
|
|
23
23
|
$schema?: string | undefined;
|
|
24
|
-
mostXp: Array<
|
|
25
|
-
playtime: Array<
|
|
26
|
-
scarcity: Array<
|
|
24
|
+
mostXp: Array<V1AccountBadgeMostXpDataPoint$Outbound> | null;
|
|
25
|
+
playtime: Array<V1AccountPlaytimeDataPoint$Outbound> | null;
|
|
26
|
+
scarcity: Array<V1AccountBadgeScarcityDataPoint$Outbound> | null;
|
|
27
27
|
xp: {
|
|
28
28
|
[k: string]: {
|
|
29
29
|
[k: string]: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1accountdatapointsresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountdatapointsresponsebody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"v1accountdatapointsresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountdatapointsresponsebody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EACL,6BAA6B,EAE7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,0BAA0B,EAE1B,mCAAmC,EAEpC,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,MAAM,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IACpD,QAAQ,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IACnD,QAAQ,EAAE,KAAK,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC;IACxD,EAAE,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG;YAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,MAAM,EAAE,KAAK,CAAC,sCAAsC,CAAC,GAAG,IAAI,CAAC;IAC7D,QAAQ,EAAE,KAAK,CAAC,mCAAmC,CAAC,GAAG,IAAI,CAAC;IAC5D,QAAQ,EAAE,KAAK,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC;IACjE,EAAE,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG;YAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAW/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"}
|
|
@@ -29,15 +29,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.V1AccountDataPointsResponseBody$ = exports.V1AccountDataPointsResponseBody$outboundSchema = exports.V1AccountDataPointsResponseBody$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
32
|
+
const v1accountbadgemostxpdatapoint_js_1 = require("./v1accountbadgemostxpdatapoint.js");
|
|
33
|
+
const v1accountbadgescarcitydatapoint_js_1 = require("./v1accountbadgescarcitydatapoint.js");
|
|
34
|
+
const v1accountplaytimedatapoint_js_1 = require("./v1accountplaytimedatapoint.js");
|
|
35
35
|
/** @internal */
|
|
36
36
|
exports.V1AccountDataPointsResponseBody$inboundSchema = z.object({
|
|
37
37
|
$schema: z.string().optional(),
|
|
38
|
-
mostXp: z.nullable(z.array(
|
|
39
|
-
playtime: z.nullable(z.array(
|
|
40
|
-
scarcity: z.nullable(z.array(
|
|
38
|
+
mostXp: z.nullable(z.array(v1accountbadgemostxpdatapoint_js_1.V1AccountBadgeMostXpDataPoint$inboundSchema)),
|
|
39
|
+
playtime: z.nullable(z.array(v1accountplaytimedatapoint_js_1.V1AccountPlaytimeDataPoint$inboundSchema)),
|
|
40
|
+
scarcity: z.nullable(z.array(v1accountbadgescarcitydatapoint_js_1.V1AccountBadgeScarcityDataPoint$inboundSchema)),
|
|
41
41
|
xp: z.record(z.record(z.number().int())),
|
|
42
42
|
}).transform((v) => {
|
|
43
43
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -47,9 +47,9 @@ exports.V1AccountDataPointsResponseBody$inboundSchema = z.object({
|
|
|
47
47
|
/** @internal */
|
|
48
48
|
exports.V1AccountDataPointsResponseBody$outboundSchema = z.object({
|
|
49
49
|
dollarSchema: z.string().optional(),
|
|
50
|
-
mostXp: z.nullable(z.array(
|
|
51
|
-
playtime: z.nullable(z.array(
|
|
52
|
-
scarcity: z.nullable(z.array(
|
|
50
|
+
mostXp: z.nullable(z.array(v1accountbadgemostxpdatapoint_js_1.V1AccountBadgeMostXpDataPoint$outboundSchema)),
|
|
51
|
+
playtime: z.nullable(z.array(v1accountplaytimedatapoint_js_1.V1AccountPlaytimeDataPoint$outboundSchema)),
|
|
52
|
+
scarcity: z.nullable(z.array(v1accountbadgescarcitydatapoint_js_1.V1AccountBadgeScarcityDataPoint$outboundSchema)),
|
|
53
53
|
xp: z.record(z.record(z.number().int())),
|
|
54
54
|
}).transform((v) => {
|
|
55
55
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1accountdatapointsresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1accountdatapointsresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAC1D,
|
|
1
|
+
{"version":3,"file":"v1accountdatapointsresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1accountdatapointsresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAC1D,yFAK4C;AAC5C,6FAK8C;AAC9C,mFAKyC;AAazC,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,8EAA2C,CAAC,CAAC;IACxE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,wEAAwC,CAAC,CAAC;IACvE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,kFAA6C,CAAC,CAAC;IAC5E,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;CACzC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,cAAc;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,+EAA4C,CAAC,CAAC;IACzE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,yEAAyC,CAAC,CAAC;IACxE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,mFAA8C,CAAC,CAAC;IAC7E,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;CACzC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,SAAS;KACxB,CAAC,CAAC;AACL,CAAC,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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
export type V1AccountPlaytimeDataPoint = {
|
|
3
|
+
/**
|
|
4
|
+
* The app id
|
|
5
|
+
*/
|
|
6
|
+
appId: number;
|
|
7
|
+
/**
|
|
8
|
+
* The image of the app
|
|
9
|
+
*/
|
|
10
|
+
image: string;
|
|
11
|
+
/**
|
|
12
|
+
* The name of the app
|
|
13
|
+
*/
|
|
14
|
+
name: string;
|
|
15
|
+
/**
|
|
16
|
+
* The playtime of the app
|
|
17
|
+
*/
|
|
18
|
+
playtime: number;
|
|
19
|
+
};
|
|
20
|
+
/** @internal */
|
|
21
|
+
export declare const V1AccountPlaytimeDataPoint$inboundSchema: z.ZodType<V1AccountPlaytimeDataPoint, z.ZodTypeDef, unknown>;
|
|
22
|
+
/** @internal */
|
|
23
|
+
export type V1AccountPlaytimeDataPoint$Outbound = {
|
|
24
|
+
appId: number;
|
|
25
|
+
image: string;
|
|
26
|
+
name: string;
|
|
27
|
+
playtime: number;
|
|
28
|
+
};
|
|
29
|
+
/** @internal */
|
|
30
|
+
export declare const V1AccountPlaytimeDataPoint$outboundSchema: z.ZodType<V1AccountPlaytimeDataPoint$Outbound, z.ZodTypeDef, V1AccountPlaytimeDataPoint>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
34
|
+
*/
|
|
35
|
+
export declare namespace V1AccountPlaytimeDataPoint$ {
|
|
36
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$inboundSchema` instead. */
|
|
37
|
+
const inboundSchema: z.ZodType<V1AccountPlaytimeDataPoint, z.ZodTypeDef, unknown>;
|
|
38
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$outboundSchema` instead. */
|
|
39
|
+
const outboundSchema: z.ZodType<V1AccountPlaytimeDataPoint$Outbound, z.ZodTypeDef, V1AccountPlaytimeDataPoint>;
|
|
40
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$Outbound` instead. */
|
|
41
|
+
type Outbound = V1AccountPlaytimeDataPoint$Outbound;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=v1accountplaytimedatapoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountplaytimedatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountplaytimedatapoint.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAM1B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,2BAA2B,CAAC;IAC3C,0EAA0E;IACnE,MAAM,aAAa,8DAA2C,CAAC;IACtE,2EAA2E;IACpE,MAAM,cAAc,0FAA4C,CAAC;IACxE,qEAAqE;IACrE,KAAY,QAAQ,GAAG,mCAAmC,CAAC;CAC5D"}
|
|
@@ -26,17 +26,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.V1AccountPlaytimeDataPoint$ = exports.V1AccountPlaytimeDataPoint$outboundSchema = exports.V1AccountPlaytimeDataPoint$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
/** @internal */
|
|
32
|
-
exports.
|
|
32
|
+
exports.V1AccountPlaytimeDataPoint$inboundSchema = z.object({
|
|
33
33
|
appId: z.number().int(),
|
|
34
34
|
image: z.string(),
|
|
35
35
|
name: z.string(),
|
|
36
36
|
playtime: z.number().int(),
|
|
37
37
|
});
|
|
38
38
|
/** @internal */
|
|
39
|
-
exports.
|
|
39
|
+
exports.V1AccountPlaytimeDataPoint$outboundSchema = z.object({
|
|
40
40
|
appId: z.number().int(),
|
|
41
41
|
image: z.string(),
|
|
42
42
|
name: z.string(),
|
|
@@ -46,11 +46,11 @@ exports.AccountPlaytimeDataPoint$outboundSchema = z.object({
|
|
|
46
46
|
* @internal
|
|
47
47
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
48
48
|
*/
|
|
49
|
-
var
|
|
50
|
-
(function (
|
|
51
|
-
/** @deprecated use `
|
|
52
|
-
|
|
53
|
-
/** @deprecated use `
|
|
54
|
-
|
|
55
|
-
})(
|
|
56
|
-
//# sourceMappingURL=
|
|
49
|
+
var V1AccountPlaytimeDataPoint$;
|
|
50
|
+
(function (V1AccountPlaytimeDataPoint$) {
|
|
51
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$inboundSchema` instead. */
|
|
52
|
+
V1AccountPlaytimeDataPoint$.inboundSchema = exports.V1AccountPlaytimeDataPoint$inboundSchema;
|
|
53
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$outboundSchema` instead. */
|
|
54
|
+
V1AccountPlaytimeDataPoint$.outboundSchema = exports.V1AccountPlaytimeDataPoint$outboundSchema;
|
|
55
|
+
})(V1AccountPlaytimeDataPoint$ || (exports.V1AccountPlaytimeDataPoint$ = V1AccountPlaytimeDataPoint$ = {}));
|
|
56
|
+
//# sourceMappingURL=v1accountplaytimedatapoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountplaytimedatapoint.js","sourceRoot":"","sources":["../../src/models/components/v1accountplaytimedatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAqBzB,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC3B,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC3B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IAC1C,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG1E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C"}
|
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.11.
|
|
59
|
-
genVersion: "2.
|
|
58
|
+
sdkVersion: "0.11.12",
|
|
59
|
+
genVersion: "2.438.3",
|
|
60
60
|
userAgent:
|
|
61
|
-
"speakeasy-sdk/typescript 0.11.
|
|
61
|
+
"speakeasy-sdk/typescript 0.11.12 2.438.3 1.0.0 @steamsets/client-ts",
|
|
62
62
|
} as const;
|
|
@@ -2,11 +2,8 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export * from "./accountbadgemostxpdatapoint.js";
|
|
6
|
-
export * from "./accountbadgescarcitydatapoint.js";
|
|
7
5
|
export * from "./accountinfobody.js";
|
|
8
6
|
export * from "./accountleaderboardhistory.js";
|
|
9
|
-
export * from "./accountplaytimedatapoint.js";
|
|
10
7
|
export * from "./accountsearch.js";
|
|
11
8
|
export * from "./accountsearchidstruct.js";
|
|
12
9
|
export * from "./accountsearchvanitystruct.js";
|
|
@@ -37,6 +34,8 @@ export * from "./state.js";
|
|
|
37
34
|
export * from "./v1accountapp.js";
|
|
38
35
|
export * from "./v1accountappbadge.js";
|
|
39
36
|
export * from "./v1accountbadgecompletion.js";
|
|
37
|
+
export * from "./v1accountbadgemostxpdatapoint.js";
|
|
38
|
+
export * from "./v1accountbadgescarcitydatapoint.js";
|
|
40
39
|
export * from "./v1accountdatapointsresponsebody.js";
|
|
41
40
|
export * from "./v1accountdeveloperappdeleterequestbody.js";
|
|
42
41
|
export * from "./v1accountdeveloperappdeleteresponsebody.js";
|
|
@@ -52,6 +51,7 @@ export * from "./v1accountleaderboardpreviewrequestbody.js";
|
|
|
52
51
|
export * from "./v1accountleaderboardpreviewresponsebody.js";
|
|
53
52
|
export * from "./v1accountleaderboardrequestbody.js";
|
|
54
53
|
export * from "./v1accountleaderboardresponsebody.js";
|
|
54
|
+
export * from "./v1accountplaytimedatapoint.js";
|
|
55
55
|
export * from "./v1accountqueuerequestbody.js";
|
|
56
56
|
export * from "./v1accountsappsresponsebody.js";
|
|
57
57
|
export * from "./v1appbadge.js";
|
|
@@ -22,7 +22,6 @@ export const ResourceResource = {
|
|
|
22
22
|
SocialLinks: "social_links",
|
|
23
23
|
Theme: "theme",
|
|
24
24
|
VanityLength: "vanity_length",
|
|
25
|
-
SocialLinkAmount: "social_link_amount",
|
|
26
25
|
DeveloperApps: "developer_apps",
|
|
27
26
|
} as const;
|
|
28
27
|
export type ResourceResource = ClosedEnum<typeof ResourceResource>;
|
package/src/models/components/{accountbadgemostxpdatapoint.ts → v1accountbadgemostxpdatapoint.ts}
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
|
|
7
|
-
export type
|
|
7
|
+
export type V1AccountBadgeMostXpDataPoint = {
|
|
8
8
|
/**
|
|
9
9
|
* The app id
|
|
10
10
|
*/
|
|
@@ -56,8 +56,8 @@ export type AccountBadgeMostXpDataPoint = {
|
|
|
56
56
|
};
|
|
57
57
|
|
|
58
58
|
/** @internal */
|
|
59
|
-
export const
|
|
60
|
-
|
|
59
|
+
export const V1AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<
|
|
60
|
+
V1AccountBadgeMostXpDataPoint,
|
|
61
61
|
z.ZodTypeDef,
|
|
62
62
|
unknown
|
|
63
63
|
> = z.object({
|
|
@@ -78,7 +78,7 @@ export const AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<
|
|
|
78
78
|
});
|
|
79
79
|
|
|
80
80
|
/** @internal */
|
|
81
|
-
export type
|
|
81
|
+
export type V1AccountBadgeMostXpDataPoint$Outbound = {
|
|
82
82
|
appId: number;
|
|
83
83
|
badgeCompletedAt: string;
|
|
84
84
|
badgeId: string;
|
|
@@ -94,10 +94,10 @@ export type AccountBadgeMostXpDataPoint$Outbound = {
|
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
/** @internal */
|
|
97
|
-
export const
|
|
98
|
-
|
|
97
|
+
export const V1AccountBadgeMostXpDataPoint$outboundSchema: z.ZodType<
|
|
98
|
+
V1AccountBadgeMostXpDataPoint$Outbound,
|
|
99
99
|
z.ZodTypeDef,
|
|
100
|
-
|
|
100
|
+
V1AccountBadgeMostXpDataPoint
|
|
101
101
|
> = z.object({
|
|
102
102
|
appId: z.number().int(),
|
|
103
103
|
badgeCompletedAt: z.date().transform(v => v.toISOString()),
|
|
@@ -117,11 +117,11 @@ export const AccountBadgeMostXpDataPoint$outboundSchema: z.ZodType<
|
|
|
117
117
|
* @internal
|
|
118
118
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
119
119
|
*/
|
|
120
|
-
export namespace
|
|
121
|
-
/** @deprecated use `
|
|
122
|
-
export const inboundSchema =
|
|
123
|
-
/** @deprecated use `
|
|
124
|
-
export const outboundSchema =
|
|
125
|
-
/** @deprecated use `
|
|
126
|
-
export type Outbound =
|
|
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
127
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
|
|
7
|
-
export type
|
|
7
|
+
export type V1AccountBadgeScarcityDataPoint = {
|
|
8
8
|
/**
|
|
9
9
|
* The app id
|
|
10
10
|
*/
|
|
@@ -44,8 +44,8 @@ export type AccountBadgeScarcityDataPoint = {
|
|
|
44
44
|
};
|
|
45
45
|
|
|
46
46
|
/** @internal */
|
|
47
|
-
export const
|
|
48
|
-
|
|
47
|
+
export const V1AccountBadgeScarcityDataPoint$inboundSchema: z.ZodType<
|
|
48
|
+
V1AccountBadgeScarcityDataPoint,
|
|
49
49
|
z.ZodTypeDef,
|
|
50
50
|
unknown
|
|
51
51
|
> = z.object({
|
|
@@ -61,7 +61,7 @@ export const AccountBadgeScarcityDataPoint$inboundSchema: z.ZodType<
|
|
|
61
61
|
});
|
|
62
62
|
|
|
63
63
|
/** @internal */
|
|
64
|
-
export type
|
|
64
|
+
export type V1AccountBadgeScarcityDataPoint$Outbound = {
|
|
65
65
|
appId: number;
|
|
66
66
|
badgeId: string;
|
|
67
67
|
badgeImage: string;
|
|
@@ -74,10 +74,10 @@ export type AccountBadgeScarcityDataPoint$Outbound = {
|
|
|
74
74
|
};
|
|
75
75
|
|
|
76
76
|
/** @internal */
|
|
77
|
-
export const
|
|
78
|
-
|
|
77
|
+
export const V1AccountBadgeScarcityDataPoint$outboundSchema: z.ZodType<
|
|
78
|
+
V1AccountBadgeScarcityDataPoint$Outbound,
|
|
79
79
|
z.ZodTypeDef,
|
|
80
|
-
|
|
80
|
+
V1AccountBadgeScarcityDataPoint
|
|
81
81
|
> = z.object({
|
|
82
82
|
appId: z.number().int(),
|
|
83
83
|
badgeId: z.string(),
|
|
@@ -94,11 +94,11 @@ export const AccountBadgeScarcityDataPoint$outboundSchema: z.ZodType<
|
|
|
94
94
|
* @internal
|
|
95
95
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
96
96
|
*/
|
|
97
|
-
export namespace
|
|
98
|
-
/** @deprecated use `
|
|
99
|
-
export const inboundSchema =
|
|
100
|
-
/** @deprecated use `
|
|
101
|
-
export const outboundSchema =
|
|
102
|
-
/** @deprecated use `
|
|
103
|
-
export type Outbound =
|
|
97
|
+
export namespace V1AccountBadgeScarcityDataPoint$ {
|
|
98
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
99
|
+
export const inboundSchema = V1AccountBadgeScarcityDataPoint$inboundSchema;
|
|
100
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
101
|
+
export const outboundSchema = V1AccountBadgeScarcityDataPoint$outboundSchema;
|
|
102
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$Outbound` instead. */
|
|
103
|
+
export type Outbound = V1AccountBadgeScarcityDataPoint$Outbound;
|
|
104
104
|
}
|
|
@@ -5,32 +5,32 @@
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
} from "./
|
|
8
|
+
V1AccountBadgeMostXpDataPoint,
|
|
9
|
+
V1AccountBadgeMostXpDataPoint$inboundSchema,
|
|
10
|
+
V1AccountBadgeMostXpDataPoint$Outbound,
|
|
11
|
+
V1AccountBadgeMostXpDataPoint$outboundSchema,
|
|
12
|
+
} from "./v1accountbadgemostxpdatapoint.js";
|
|
13
13
|
import {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
} from "./
|
|
14
|
+
V1AccountBadgeScarcityDataPoint,
|
|
15
|
+
V1AccountBadgeScarcityDataPoint$inboundSchema,
|
|
16
|
+
V1AccountBadgeScarcityDataPoint$Outbound,
|
|
17
|
+
V1AccountBadgeScarcityDataPoint$outboundSchema,
|
|
18
|
+
} from "./v1accountbadgescarcitydatapoint.js";
|
|
19
19
|
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
} from "./
|
|
20
|
+
V1AccountPlaytimeDataPoint,
|
|
21
|
+
V1AccountPlaytimeDataPoint$inboundSchema,
|
|
22
|
+
V1AccountPlaytimeDataPoint$Outbound,
|
|
23
|
+
V1AccountPlaytimeDataPoint$outboundSchema,
|
|
24
|
+
} from "./v1accountplaytimedatapoint.js";
|
|
25
25
|
|
|
26
26
|
export type V1AccountDataPointsResponseBody = {
|
|
27
27
|
/**
|
|
28
28
|
* A URL to the JSON Schema for this object.
|
|
29
29
|
*/
|
|
30
30
|
dollarSchema?: string | undefined;
|
|
31
|
-
mostXp: Array<
|
|
32
|
-
playtime: Array<
|
|
33
|
-
scarcity: Array<
|
|
31
|
+
mostXp: Array<V1AccountBadgeMostXpDataPoint> | null;
|
|
32
|
+
playtime: Array<V1AccountPlaytimeDataPoint> | null;
|
|
33
|
+
scarcity: Array<V1AccountBadgeScarcityDataPoint> | null;
|
|
34
34
|
xp: { [k: string]: { [k: string]: number } };
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -41,9 +41,9 @@ export const V1AccountDataPointsResponseBody$inboundSchema: z.ZodType<
|
|
|
41
41
|
unknown
|
|
42
42
|
> = z.object({
|
|
43
43
|
$schema: z.string().optional(),
|
|
44
|
-
mostXp: z.nullable(z.array(
|
|
45
|
-
playtime: z.nullable(z.array(
|
|
46
|
-
scarcity: z.nullable(z.array(
|
|
44
|
+
mostXp: z.nullable(z.array(V1AccountBadgeMostXpDataPoint$inboundSchema)),
|
|
45
|
+
playtime: z.nullable(z.array(V1AccountPlaytimeDataPoint$inboundSchema)),
|
|
46
|
+
scarcity: z.nullable(z.array(V1AccountBadgeScarcityDataPoint$inboundSchema)),
|
|
47
47
|
xp: z.record(z.record(z.number().int())),
|
|
48
48
|
}).transform((v) => {
|
|
49
49
|
return remap$(v, {
|
|
@@ -54,9 +54,9 @@ export const V1AccountDataPointsResponseBody$inboundSchema: z.ZodType<
|
|
|
54
54
|
/** @internal */
|
|
55
55
|
export type V1AccountDataPointsResponseBody$Outbound = {
|
|
56
56
|
$schema?: string | undefined;
|
|
57
|
-
mostXp: Array<
|
|
58
|
-
playtime: Array<
|
|
59
|
-
scarcity: Array<
|
|
57
|
+
mostXp: Array<V1AccountBadgeMostXpDataPoint$Outbound> | null;
|
|
58
|
+
playtime: Array<V1AccountPlaytimeDataPoint$Outbound> | null;
|
|
59
|
+
scarcity: Array<V1AccountBadgeScarcityDataPoint$Outbound> | null;
|
|
60
60
|
xp: { [k: string]: { [k: string]: number } };
|
|
61
61
|
};
|
|
62
62
|
|
|
@@ -67,9 +67,9 @@ export const V1AccountDataPointsResponseBody$outboundSchema: z.ZodType<
|
|
|
67
67
|
V1AccountDataPointsResponseBody
|
|
68
68
|
> = z.object({
|
|
69
69
|
dollarSchema: z.string().optional(),
|
|
70
|
-
mostXp: z.nullable(z.array(
|
|
71
|
-
playtime: z.nullable(z.array(
|
|
72
|
-
scarcity: z.nullable(z.array(
|
|
70
|
+
mostXp: z.nullable(z.array(V1AccountBadgeMostXpDataPoint$outboundSchema)),
|
|
71
|
+
playtime: z.nullable(z.array(V1AccountPlaytimeDataPoint$outboundSchema)),
|
|
72
|
+
scarcity: z.nullable(z.array(V1AccountBadgeScarcityDataPoint$outboundSchema)),
|
|
73
73
|
xp: z.record(z.record(z.number().int())),
|
|
74
74
|
}).transform((v) => {
|
|
75
75
|
return remap$(v, {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
|
|
7
|
-
export type
|
|
7
|
+
export type V1AccountPlaytimeDataPoint = {
|
|
8
8
|
/**
|
|
9
9
|
* The app id
|
|
10
10
|
*/
|
|
@@ -24,8 +24,8 @@ export type AccountPlaytimeDataPoint = {
|
|
|
24
24
|
};
|
|
25
25
|
|
|
26
26
|
/** @internal */
|
|
27
|
-
export const
|
|
28
|
-
|
|
27
|
+
export const V1AccountPlaytimeDataPoint$inboundSchema: z.ZodType<
|
|
28
|
+
V1AccountPlaytimeDataPoint,
|
|
29
29
|
z.ZodTypeDef,
|
|
30
30
|
unknown
|
|
31
31
|
> = z.object({
|
|
@@ -36,7 +36,7 @@ export const AccountPlaytimeDataPoint$inboundSchema: z.ZodType<
|
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
/** @internal */
|
|
39
|
-
export type
|
|
39
|
+
export type V1AccountPlaytimeDataPoint$Outbound = {
|
|
40
40
|
appId: number;
|
|
41
41
|
image: string;
|
|
42
42
|
name: string;
|
|
@@ -44,10 +44,10 @@ export type AccountPlaytimeDataPoint$Outbound = {
|
|
|
44
44
|
};
|
|
45
45
|
|
|
46
46
|
/** @internal */
|
|
47
|
-
export const
|
|
48
|
-
|
|
47
|
+
export const V1AccountPlaytimeDataPoint$outboundSchema: z.ZodType<
|
|
48
|
+
V1AccountPlaytimeDataPoint$Outbound,
|
|
49
49
|
z.ZodTypeDef,
|
|
50
|
-
|
|
50
|
+
V1AccountPlaytimeDataPoint
|
|
51
51
|
> = z.object({
|
|
52
52
|
appId: z.number().int(),
|
|
53
53
|
image: z.string(),
|
|
@@ -59,11 +59,11 @@ export const AccountPlaytimeDataPoint$outboundSchema: z.ZodType<
|
|
|
59
59
|
* @internal
|
|
60
60
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
61
61
|
*/
|
|
62
|
-
export namespace
|
|
63
|
-
/** @deprecated use `
|
|
64
|
-
export const inboundSchema =
|
|
65
|
-
/** @deprecated use `
|
|
66
|
-
export const outboundSchema =
|
|
67
|
-
/** @deprecated use `
|
|
68
|
-
export type Outbound =
|
|
62
|
+
export namespace V1AccountPlaytimeDataPoint$ {
|
|
63
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$inboundSchema` instead. */
|
|
64
|
+
export const inboundSchema = V1AccountPlaytimeDataPoint$inboundSchema;
|
|
65
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$outboundSchema` instead. */
|
|
66
|
+
export const outboundSchema = V1AccountPlaytimeDataPoint$outboundSchema;
|
|
67
|
+
/** @deprecated use `V1AccountPlaytimeDataPoint$Outbound` instead. */
|
|
68
|
+
export type Outbound = V1AccountPlaytimeDataPoint$Outbound;
|
|
69
69
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountbadgemostxpdatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/accountbadgemostxpdatapoint.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,2BAA2B,GAAG;IACxC;;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,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG;IACjD,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,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAc3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountbadgemostxpdatapoint.js","sourceRoot":"","sources":["../../src/models/components/accountbadgemostxpdatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAqDzB,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,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,0CAA0C,GAInD,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,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
export type AccountBadgeScarcityDataPoint = {
|
|
3
|
-
/**
|
|
4
|
-
* The app id
|
|
5
|
-
*/
|
|
6
|
-
appId: number;
|
|
7
|
-
/**
|
|
8
|
-
* The badge id
|
|
9
|
-
*/
|
|
10
|
-
badgeId: string;
|
|
11
|
-
/**
|
|
12
|
-
* The badge image
|
|
13
|
-
*/
|
|
14
|
-
badgeImage: string;
|
|
15
|
-
/**
|
|
16
|
-
* Whether the badge is foil
|
|
17
|
-
*/
|
|
18
|
-
badgeIsFoil: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* The badge level
|
|
21
|
-
*/
|
|
22
|
-
badgeLevel: number;
|
|
23
|
-
/**
|
|
24
|
-
* The badge name
|
|
25
|
-
*/
|
|
26
|
-
badgeName: string;
|
|
27
|
-
/**
|
|
28
|
-
* The badge scarcity
|
|
29
|
-
*/
|
|
30
|
-
badgeScarcity: number;
|
|
31
|
-
/**
|
|
32
|
-
* The image of the app
|
|
33
|
-
*/
|
|
34
|
-
image: string;
|
|
35
|
-
/**
|
|
36
|
-
* The name of the app
|
|
37
|
-
*/
|
|
38
|
-
name: string;
|
|
39
|
-
};
|
|
40
|
-
/** @internal */
|
|
41
|
-
export declare const AccountBadgeScarcityDataPoint$inboundSchema: z.ZodType<AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
42
|
-
/** @internal */
|
|
43
|
-
export type AccountBadgeScarcityDataPoint$Outbound = {
|
|
44
|
-
appId: number;
|
|
45
|
-
badgeId: string;
|
|
46
|
-
badgeImage: string;
|
|
47
|
-
badgeIsFoil: boolean;
|
|
48
|
-
badgeLevel: number;
|
|
49
|
-
badgeName: string;
|
|
50
|
-
badgeScarcity: number;
|
|
51
|
-
image: string;
|
|
52
|
-
name: string;
|
|
53
|
-
};
|
|
54
|
-
/** @internal */
|
|
55
|
-
export declare const AccountBadgeScarcityDataPoint$outboundSchema: z.ZodType<AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, AccountBadgeScarcityDataPoint>;
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
-
*/
|
|
60
|
-
export declare namespace AccountBadgeScarcityDataPoint$ {
|
|
61
|
-
/** @deprecated use `AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
62
|
-
const inboundSchema: z.ZodType<AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
63
|
-
/** @deprecated use `AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
64
|
-
const outboundSchema: z.ZodType<AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, AccountBadgeScarcityDataPoint>;
|
|
65
|
-
/** @deprecated use `AccountBadgeScarcityDataPoint$Outbound` instead. */
|
|
66
|
-
type Outbound = AccountBadgeScarcityDataPoint$Outbound;
|
|
67
|
-
}
|
|
68
|
-
//# sourceMappingURL=accountbadgescarcitydatapoint.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountbadgescarcitydatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/accountbadgescarcitydatapoint.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,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,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,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,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,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,CAW7B,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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountbadgescarcitydatapoint.js","sourceRoot":"","sources":["../../src/models/components/accountbadgescarcitydatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAyCzB,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,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,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAeH,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,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,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,43 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
export type AccountPlaytimeDataPoint = {
|
|
3
|
-
/**
|
|
4
|
-
* The app id
|
|
5
|
-
*/
|
|
6
|
-
appId: number;
|
|
7
|
-
/**
|
|
8
|
-
* The image of the app
|
|
9
|
-
*/
|
|
10
|
-
image: string;
|
|
11
|
-
/**
|
|
12
|
-
* The name of the app
|
|
13
|
-
*/
|
|
14
|
-
name: string;
|
|
15
|
-
/**
|
|
16
|
-
* The playtime of the app
|
|
17
|
-
*/
|
|
18
|
-
playtime: number;
|
|
19
|
-
};
|
|
20
|
-
/** @internal */
|
|
21
|
-
export declare const AccountPlaytimeDataPoint$inboundSchema: z.ZodType<AccountPlaytimeDataPoint, z.ZodTypeDef, unknown>;
|
|
22
|
-
/** @internal */
|
|
23
|
-
export type AccountPlaytimeDataPoint$Outbound = {
|
|
24
|
-
appId: number;
|
|
25
|
-
image: string;
|
|
26
|
-
name: string;
|
|
27
|
-
playtime: number;
|
|
28
|
-
};
|
|
29
|
-
/** @internal */
|
|
30
|
-
export declare const AccountPlaytimeDataPoint$outboundSchema: z.ZodType<AccountPlaytimeDataPoint$Outbound, z.ZodTypeDef, AccountPlaytimeDataPoint>;
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
34
|
-
*/
|
|
35
|
-
export declare namespace AccountPlaytimeDataPoint$ {
|
|
36
|
-
/** @deprecated use `AccountPlaytimeDataPoint$inboundSchema` instead. */
|
|
37
|
-
const inboundSchema: z.ZodType<AccountPlaytimeDataPoint, z.ZodTypeDef, unknown>;
|
|
38
|
-
/** @deprecated use `AccountPlaytimeDataPoint$outboundSchema` instead. */
|
|
39
|
-
const outboundSchema: z.ZodType<AccountPlaytimeDataPoint$Outbound, z.ZodTypeDef, AccountPlaytimeDataPoint>;
|
|
40
|
-
/** @deprecated use `AccountPlaytimeDataPoint$Outbound` instead. */
|
|
41
|
-
type Outbound = AccountPlaytimeDataPoint$Outbound;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=accountplaytimedatapoint.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountplaytimedatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/accountplaytimedatapoint.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAMxB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,yBAAyB,CAAC;IACzC,wEAAwE;IACjE,MAAM,aAAa,4DAAyC,CAAC;IACpE,yEAAyE;IAClE,MAAM,cAAc,sFAA0C,CAAC;IACtE,mEAAmE;IACnE,KAAY,QAAQ,GAAG,iCAAiC,CAAC;CAC1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountplaytimedatapoint.js","sourceRoot":"","sources":["../../src/models/components/accountplaytimedatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAqBzB,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC3B,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC3B,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"}
|