@steamsets/client-ts 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/README.md +12 -0
  2. package/docs/sdks/account/README.md +160 -2
  3. package/docs/sdks/data/README.md +160 -2
  4. package/docs/sdks/public/README.md +160 -2
  5. package/funcs/accountAccountV1GetApps.js +2 -2
  6. package/funcs/accountAccountV1GetApps.js.map +1 -1
  7. package/funcs/accountAccountV1GetBadges.js +2 -2
  8. package/funcs/accountAccountV1GetBadges.js.map +1 -1
  9. package/funcs/accountAccountV1GetFriends.d.ts +13 -0
  10. package/funcs/accountAccountV1GetFriends.d.ts.map +1 -0
  11. package/funcs/accountAccountV1GetFriends.js +105 -0
  12. package/funcs/accountAccountV1GetFriends.js.map +1 -0
  13. package/funcs/accountAccountV1GetLeaderboardHistory.d.ts +13 -0
  14. package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +1 -0
  15. package/funcs/accountAccountV1GetLeaderboardHistory.js +105 -0
  16. package/funcs/accountAccountV1GetLeaderboardHistory.js.map +1 -0
  17. package/funcs/dataAccountV1GetApps.js +2 -2
  18. package/funcs/dataAccountV1GetApps.js.map +1 -1
  19. package/funcs/dataAccountV1GetBadges.js +2 -2
  20. package/funcs/dataAccountV1GetBadges.js.map +1 -1
  21. package/funcs/dataAccountV1GetFriends.d.ts +13 -0
  22. package/funcs/dataAccountV1GetFriends.d.ts.map +1 -0
  23. package/funcs/dataAccountV1GetFriends.js +105 -0
  24. package/funcs/dataAccountV1GetFriends.js.map +1 -0
  25. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts +13 -0
  26. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +1 -0
  27. package/funcs/dataAccountV1GetLeaderboardHistory.js +105 -0
  28. package/funcs/dataAccountV1GetLeaderboardHistory.js.map +1 -0
  29. package/funcs/publicAccountV1GetApps.js +2 -2
  30. package/funcs/publicAccountV1GetApps.js.map +1 -1
  31. package/funcs/publicAccountV1GetBadges.js +2 -2
  32. package/funcs/publicAccountV1GetBadges.js.map +1 -1
  33. package/funcs/publicAccountV1GetFriends.d.ts +13 -0
  34. package/funcs/publicAccountV1GetFriends.d.ts.map +1 -0
  35. package/funcs/publicAccountV1GetFriends.js +105 -0
  36. package/funcs/publicAccountV1GetFriends.js.map +1 -0
  37. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts +13 -0
  38. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +1 -0
  39. package/funcs/publicAccountV1GetLeaderboardHistory.js +105 -0
  40. package/funcs/publicAccountV1GetLeaderboardHistory.js.map +1 -0
  41. package/lib/config.d.ts +3 -3
  42. package/lib/config.js +3 -3
  43. package/models/components/accountleaderboardhistory.d.ts +96 -0
  44. package/models/components/accountleaderboardhistory.d.ts.map +1 -0
  45. package/models/components/accountleaderboardhistory.js +91 -0
  46. package/models/components/accountleaderboardhistory.js.map +1 -0
  47. package/models/components/index.d.ts +5 -1
  48. package/models/components/index.d.ts.map +1 -1
  49. package/models/components/index.js +5 -1
  50. package/models/components/index.js.map +1 -1
  51. package/models/components/v1accountapp.d.ts +53 -0
  52. package/models/components/v1accountapp.d.ts.map +1 -0
  53. package/models/components/{v1app.js → v1accountapp.js} +11 -11
  54. package/models/components/v1accountapp.js.map +1 -0
  55. package/models/components/v1accountfriend.d.ts +198 -0
  56. package/models/components/v1accountfriend.d.ts.map +1 -0
  57. package/models/components/v1accountfriend.js +133 -0
  58. package/models/components/v1accountfriend.js.map +1 -0
  59. package/models/components/v1accountfriendsresponsebody.d.ts +31 -0
  60. package/models/components/v1accountfriendsresponsebody.d.ts.map +1 -0
  61. package/models/components/v1accountfriendsresponsebody.js +66 -0
  62. package/models/components/v1accountfriendsresponsebody.js.map +1 -0
  63. package/models/components/v1accountleaderboardhistoryresponsebody.d.ts +31 -0
  64. package/models/components/v1accountleaderboardhistoryresponsebody.d.ts.map +1 -0
  65. package/models/components/v1accountleaderboardhistoryresponsebody.js +66 -0
  66. package/models/components/v1accountleaderboardhistoryresponsebody.js.map +1 -0
  67. package/models/components/v1accountsappsresponsebody.d.ts +3 -3
  68. package/models/components/v1accountsappsresponsebody.d.ts.map +1 -1
  69. package/models/components/v1accountsappsresponsebody.js +3 -3
  70. package/models/components/v1accountsappsresponsebody.js.map +1 -1
  71. package/models/operations/accountv1getfriends.d.ts +58 -0
  72. package/models/operations/accountv1getfriends.d.ts.map +1 -0
  73. package/models/operations/accountv1getfriends.js +107 -0
  74. package/models/operations/accountv1getfriends.js.map +1 -0
  75. package/models/operations/accountv1getleaderboardhistory.d.ts +58 -0
  76. package/models/operations/accountv1getleaderboardhistory.d.ts.map +1 -0
  77. package/models/operations/accountv1getleaderboardhistory.js +107 -0
  78. package/models/operations/accountv1getleaderboardhistory.js.map +1 -0
  79. package/models/operations/index.d.ts +2 -0
  80. package/models/operations/index.d.ts.map +1 -1
  81. package/models/operations/index.js +2 -0
  82. package/models/operations/index.js.map +1 -1
  83. package/package.json +1 -1
  84. package/sdk/account.d.ts +8 -0
  85. package/sdk/account.d.ts.map +1 -1
  86. package/sdk/account.js +14 -0
  87. package/sdk/account.js.map +1 -1
  88. package/sdk/data.d.ts +8 -0
  89. package/sdk/data.d.ts.map +1 -1
  90. package/sdk/data.js +14 -0
  91. package/sdk/data.js.map +1 -1
  92. package/sdk/public.d.ts +8 -0
  93. package/sdk/public.d.ts.map +1 -1
  94. package/sdk/public.js +14 -0
  95. package/sdk/public.js.map +1 -1
  96. package/src/funcs/accountAccountV1GetApps.ts +2 -2
  97. package/src/funcs/accountAccountV1GetBadges.ts +2 -2
  98. package/src/funcs/accountAccountV1GetFriends.ts +139 -0
  99. package/src/funcs/accountAccountV1GetLeaderboardHistory.ts +139 -0
  100. package/src/funcs/dataAccountV1GetApps.ts +2 -2
  101. package/src/funcs/dataAccountV1GetBadges.ts +2 -2
  102. package/src/funcs/dataAccountV1GetFriends.ts +139 -0
  103. package/src/funcs/dataAccountV1GetLeaderboardHistory.ts +139 -0
  104. package/src/funcs/publicAccountV1GetApps.ts +2 -2
  105. package/src/funcs/publicAccountV1GetBadges.ts +2 -2
  106. package/src/funcs/publicAccountV1GetFriends.ts +139 -0
  107. package/src/funcs/publicAccountV1GetLeaderboardHistory.ts +139 -0
  108. package/src/lib/config.ts +3 -3
  109. package/src/models/components/accountleaderboardhistory.ts +103 -0
  110. package/src/models/components/index.ts +5 -1
  111. package/src/models/components/{v1app.ts → v1accountapp.ts} +15 -11
  112. package/src/models/components/v1accountfriend.ts +307 -0
  113. package/src/models/components/v1accountfriendsresponsebody.ts +71 -0
  114. package/src/models/components/v1accountleaderboardhistoryresponsebody.ts +71 -0
  115. package/src/models/components/v1accountsappsresponsebody.ts +10 -5
  116. package/src/models/operations/accountv1getfriends.ts +134 -0
  117. package/src/models/operations/accountv1getleaderboardhistory.ts +138 -0
  118. package/src/models/operations/index.ts +2 -0
  119. package/src/sdk/account.ts +22 -0
  120. package/src/sdk/data.ts +22 -0
  121. package/src/sdk/public.ts +22 -0
  122. package/models/components/v1app.d.ts +0 -53
  123. package/models/components/v1app.d.ts.map +0 -1
  124. package/models/components/v1app.js.map +0 -1
@@ -0,0 +1,91 @@
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.AccountLeaderboardHistory$ = exports.AccountLeaderboardHistory$outboundSchema = exports.AccountLeaderboardHistory$inboundSchema = exports.AccountLeaderboardHistoryLeaderboard$ = exports.AccountLeaderboardHistoryLeaderboard$outboundSchema = exports.AccountLeaderboardHistoryLeaderboard$inboundSchema = exports.AccountLeaderboardHistoryLeaderboard = void 0;
30
+ const z = __importStar(require("zod"));
31
+ exports.AccountLeaderboardHistoryLeaderboard = {
32
+ Apps: "apps",
33
+ LimitedApps: "limited_apps",
34
+ AwardsGiven: "awards_given",
35
+ AwardsReceived: "awards_received",
36
+ Bans: "bans",
37
+ GameBans: "game_bans",
38
+ VacBans: "vac_bans",
39
+ FoilBadges: "foil_badges",
40
+ NormalBadges: "normal_badges",
41
+ Badges: "badges",
42
+ Playtime: "playtime",
43
+ PointsGiven: "points_given",
44
+ PointsReceived: "points_received",
45
+ SteamSets: "steam_sets",
46
+ Xp: "xp",
47
+ };
48
+ /** @internal */
49
+ exports.AccountLeaderboardHistoryLeaderboard$inboundSchema = z.nativeEnum(exports.AccountLeaderboardHistoryLeaderboard);
50
+ /** @internal */
51
+ exports.AccountLeaderboardHistoryLeaderboard$outboundSchema = exports.AccountLeaderboardHistoryLeaderboard$inboundSchema;
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ var AccountLeaderboardHistoryLeaderboard$;
57
+ (function (AccountLeaderboardHistoryLeaderboard$) {
58
+ /** @deprecated use `AccountLeaderboardHistoryLeaderboard$inboundSchema` instead. */
59
+ AccountLeaderboardHistoryLeaderboard$.inboundSchema = exports.AccountLeaderboardHistoryLeaderboard$inboundSchema;
60
+ /** @deprecated use `AccountLeaderboardHistoryLeaderboard$outboundSchema` instead. */
61
+ AccountLeaderboardHistoryLeaderboard$.outboundSchema = exports.AccountLeaderboardHistoryLeaderboard$outboundSchema;
62
+ })(AccountLeaderboardHistoryLeaderboard$ || (exports.AccountLeaderboardHistoryLeaderboard$ = AccountLeaderboardHistoryLeaderboard$ = {}));
63
+ /** @internal */
64
+ exports.AccountLeaderboardHistory$inboundSchema = z.object({
65
+ date: z
66
+ .string()
67
+ .datetime({ offset: true })
68
+ .transform((v) => new Date(v)),
69
+ leaderboard: exports.AccountLeaderboardHistoryLeaderboard$inboundSchema,
70
+ rank: z.number().int(),
71
+ score: z.number().int(),
72
+ });
73
+ /** @internal */
74
+ exports.AccountLeaderboardHistory$outboundSchema = z.object({
75
+ date: z.date().transform((v) => v.toISOString()),
76
+ leaderboard: exports.AccountLeaderboardHistoryLeaderboard$outboundSchema,
77
+ rank: z.number().int(),
78
+ score: z.number().int(),
79
+ });
80
+ /**
81
+ * @internal
82
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
83
+ */
84
+ var AccountLeaderboardHistory$;
85
+ (function (AccountLeaderboardHistory$) {
86
+ /** @deprecated use `AccountLeaderboardHistory$inboundSchema` instead. */
87
+ AccountLeaderboardHistory$.inboundSchema = exports.AccountLeaderboardHistory$inboundSchema;
88
+ /** @deprecated use `AccountLeaderboardHistory$outboundSchema` instead. */
89
+ AccountLeaderboardHistory$.outboundSchema = exports.AccountLeaderboardHistory$outboundSchema;
90
+ })(AccountLeaderboardHistory$ || (exports.AccountLeaderboardHistory$ = AccountLeaderboardHistory$ = {}));
91
+ //# sourceMappingURL=accountleaderboardhistory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountleaderboardhistory.js","sourceRoot":"","sources":["../../src/models/components/accountleaderboardhistory.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,uCAAyB;AAEZ,QAAA,oCAAoC,GAAG;IAChD,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,eAAe;IAC7B,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,cAAc;IAC3B,cAAc,EAAE,iBAAiB;IACjC,SAAS,EAAE,YAAY;IACvB,EAAE,EAAE,IAAI;CACF,CAAC;AAYX,gBAAgB;AACH,QAAA,kDAAkD,GAE3D,CAAC,CAAC,UAAU,CAAC,4CAAoC,CAAC,CAAC;AAEvD,gBAAgB;AACH,QAAA,mDAAmD,GAE5D,0DAAkD,CAAC;AAEvD;;;GAGG;AACH,IAAiB,qCAAqC,CAKrD;AALD,WAAiB,qCAAqC;IAClD,oFAAoF;IACvE,mDAAa,GAAG,0DAAkD,CAAC;IAChF,qFAAqF;IACxE,oDAAc,GAAG,2DAAmD,CAAC;AACtF,CAAC,EALgB,qCAAqC,qDAArC,qCAAqC,QAKrD;AAED,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACT,IAAI,EAAE,CAAC;SACF,MAAM,EAAE;SACR,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;SAC1B,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;IAClC,WAAW,EAAE,0DAAkD;IAC/D,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACtB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC1B,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACT,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAChD,WAAW,EAAE,2DAAmD;IAChE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACtB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAC1B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACvC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAG3E,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C"}
@@ -1,4 +1,5 @@
1
1
  export * from "./accountinfobody.js";
2
+ export * from "./accountleaderboardhistory.js";
2
3
  export * from "./accountsearch.js";
3
4
  export * from "./accountsearchidstruct.js";
4
5
  export * from "./accountsearchvanitystruct.js";
@@ -21,8 +22,11 @@ export * from "./role.js";
21
22
  export * from "./security.js";
22
23
  export * from "./session.js";
23
24
  export * from "./state.js";
25
+ export * from "./v1accountapp.js";
26
+ export * from "./v1accountfriend.js";
27
+ export * from "./v1accountfriendsresponsebody.js";
28
+ export * from "./v1accountleaderboardhistoryresponsebody.js";
24
29
  export * from "./v1accountsappsresponsebody.js";
25
- export * from "./v1app.js";
26
30
  export * from "./v1badge.js";
27
31
  export * from "./v1badgesresponsebody.js";
28
32
  export * from "./v1connectrequestbody.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,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,YAAY,CAAC;AAC3B,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,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,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,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,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,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,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,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,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,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,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,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,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
@@ -18,6 +18,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
20
  __exportStar(require("./accountinfobody.js"), exports);
21
+ __exportStar(require("./accountleaderboardhistory.js"), exports);
21
22
  __exportStar(require("./accountsearch.js"), exports);
22
23
  __exportStar(require("./accountsearchidstruct.js"), exports);
23
24
  __exportStar(require("./accountsearchvanitystruct.js"), exports);
@@ -40,8 +41,11 @@ __exportStar(require("./role.js"), exports);
40
41
  __exportStar(require("./security.js"), exports);
41
42
  __exportStar(require("./session.js"), exports);
42
43
  __exportStar(require("./state.js"), exports);
44
+ __exportStar(require("./v1accountapp.js"), exports);
45
+ __exportStar(require("./v1accountfriend.js"), exports);
46
+ __exportStar(require("./v1accountfriendsresponsebody.js"), exports);
47
+ __exportStar(require("./v1accountleaderboardhistoryresponsebody.js"), exports);
43
48
  __exportStar(require("./v1accountsappsresponsebody.js"), exports);
44
- __exportStar(require("./v1app.js"), exports);
45
49
  __exportStar(require("./v1badge.js"), exports);
46
50
  __exportStar(require("./v1badgesresponsebody.js"), exports);
47
51
  __exportStar(require("./v1connectrequestbody.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,uDAAqC;AACrC,qDAAmC;AACnC,6DAA2C;AAC3C,iEAA+C;AAC/C,2DAAyC;AACzC,4CAA0B;AAC1B,kDAAgC;AAChC,+CAA6B;AAC7B,yDAAuC;AACvC,mDAAiC;AACjC,oDAAkC;AAClC,6CAA2B;AAC3B,4CAA0B;AAC1B,0DAAwC;AACxC,4DAA0C;AAC1C,gDAA8B;AAC9B,wDAAsC;AACtC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,kEAAgD;AAChD,6CAA2B;AAC3B,+CAA6B;AAC7B,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,iEAA+C;AAC/C,sDAAoC;AACpC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
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,2DAAyC;AACzC,4CAA0B;AAC1B,kDAAgC;AAChC,+CAA6B;AAC7B,yDAAuC;AACvC,mDAAiC;AACjC,oDAAkC;AAClC,6CAA2B;AAC3B,4CAA0B;AAC1B,0DAAwC;AACxC,4DAA0C;AAC1C,gDAA8B;AAC9B,wDAAsC;AACtC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,oDAAkC;AAClC,uDAAqC;AACrC,oEAAkD;AAClD,+EAA6D;AAC7D,kEAAgD;AAChD,+CAA6B;AAC7B,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,iEAA+C;AAC/C,sDAAoC;AACpC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
@@ -0,0 +1,53 @@
1
+ import * as z from "zod";
2
+ export type V1AccountApp = {
3
+ /**
4
+ * The Steam App ID
5
+ */
6
+ id: number;
7
+ /**
8
+ * The App's image URL
9
+ */
10
+ image: string;
11
+ /**
12
+ * The App's name
13
+ */
14
+ name: string;
15
+ /**
16
+ * The Account's playtime in the App
17
+ */
18
+ playtime: number;
19
+ /**
20
+ * How much the app costs
21
+ */
22
+ price: number;
23
+ /**
24
+ * The App's short name
25
+ */
26
+ shortName: string;
27
+ };
28
+ /** @internal */
29
+ export declare const V1AccountApp$inboundSchema: z.ZodType<V1AccountApp, z.ZodTypeDef, unknown>;
30
+ /** @internal */
31
+ export type V1AccountApp$Outbound = {
32
+ id: number;
33
+ image: string;
34
+ name: string;
35
+ playtime: number;
36
+ price: number;
37
+ shortName: string;
38
+ };
39
+ /** @internal */
40
+ export declare const V1AccountApp$outboundSchema: z.ZodType<V1AccountApp$Outbound, z.ZodTypeDef, V1AccountApp>;
41
+ /**
42
+ * @internal
43
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
44
+ */
45
+ export declare namespace V1AccountApp$ {
46
+ /** @deprecated use `V1AccountApp$inboundSchema` instead. */
47
+ const inboundSchema: z.ZodType<V1AccountApp, z.ZodTypeDef, unknown>;
48
+ /** @deprecated use `V1AccountApp$outboundSchema` instead. */
49
+ const outboundSchema: z.ZodType<V1AccountApp$Outbound, z.ZodTypeDef, V1AccountApp>;
50
+ /** @deprecated use `V1AccountApp$Outbound` instead. */
51
+ type Outbound = V1AccountApp$Outbound;
52
+ }
53
+ //# sourceMappingURL=v1accountapp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountapp.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountapp.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAOpF,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAC/C,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,YAAY,CAQd,CAAC;AAEH;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC3B,4DAA4D;IACrD,MAAM,aAAa,gDAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc,8DAA8B,CAAC;IAC1D,uDAAuD;IACvD,KAAY,QAAQ,GAAG,qBAAqB,CAAC;CAChD"}
@@ -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.V1App$ = exports.V1App$outboundSchema = exports.V1App$inboundSchema = void 0;
29
+ exports.V1AccountApp$ = exports.V1AccountApp$outboundSchema = exports.V1AccountApp$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  /** @internal */
32
- exports.V1App$inboundSchema = z.object({
32
+ exports.V1AccountApp$inboundSchema = z.object({
33
33
  id: z.number().int(),
34
34
  image: z.string(),
35
35
  name: z.string(),
@@ -38,7 +38,7 @@ exports.V1App$inboundSchema = z.object({
38
38
  shortName: z.string(),
39
39
  });
40
40
  /** @internal */
41
- exports.V1App$outboundSchema = z.object({
41
+ exports.V1AccountApp$outboundSchema = z.object({
42
42
  id: z.number().int(),
43
43
  image: z.string(),
44
44
  name: z.string(),
@@ -50,11 +50,11 @@ exports.V1App$outboundSchema = z.object({
50
50
  * @internal
51
51
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
52
52
  */
53
- var V1App$;
54
- (function (V1App$) {
55
- /** @deprecated use `V1App$inboundSchema` instead. */
56
- V1App$.inboundSchema = exports.V1App$inboundSchema;
57
- /** @deprecated use `V1App$outboundSchema` instead. */
58
- V1App$.outboundSchema = exports.V1App$outboundSchema;
59
- })(V1App$ || (exports.V1App$ = V1App$ = {}));
60
- //# sourceMappingURL=v1app.js.map
53
+ var V1AccountApp$;
54
+ (function (V1AccountApp$) {
55
+ /** @deprecated use `V1AccountApp$inboundSchema` instead. */
56
+ V1AccountApp$.inboundSchema = exports.V1AccountApp$inboundSchema;
57
+ /** @deprecated use `V1AccountApp$outboundSchema` instead. */
58
+ V1AccountApp$.outboundSchema = exports.V1AccountApp$outboundSchema;
59
+ })(V1AccountApp$ || (exports.V1AccountApp$ = V1AccountApp$ = {}));
60
+ //# sourceMappingURL=v1accountapp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountapp.js","sourceRoot":"","sources":["../../src/models/components/v1accountapp.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AA6BzB,gBAAgB;AACH,QAAA,0BAA0B,GAAmD,CAAC,CAAC,MAAM,CAAC;IAC/F,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACpB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC1B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAYH,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACT,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACpB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC1B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,aAAa,CAO7B;AAPD,WAAiB,aAAa;IAC1B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAG9D,CAAC,EAPgB,aAAa,6BAAb,aAAa,QAO7B"}
@@ -0,0 +1,198 @@
1
+ import { LeaderboardBadgeInfo, LeaderboardBadgeInfo$Outbound } from "./leaderboardbadgeinfo.js";
2
+ import { Location, Location$Outbound } from "./location.js";
3
+ import { Role, Role$Outbound } from "./role.js";
4
+ import * as z from "zod";
5
+ export type V1AccountFriend = {
6
+ /**
7
+ * The cost of an app
8
+ */
9
+ appCost: number;
10
+ /**
11
+ * The playtime of the account, incase of an app leaderboard
12
+ */
13
+ appPlaytime?: number | null | undefined;
14
+ /**
15
+ * The number of apps the account has
16
+ */
17
+ apps: number;
18
+ /**
19
+ * The avatar hash of the account
20
+ */
21
+ avatar: string;
22
+ /**
23
+ * The average playtime of the account
24
+ */
25
+ averagePlaytime: number;
26
+ /**
27
+ * The number of awards the account has
28
+ */
29
+ awardsGiven: number;
30
+ /**
31
+ * The number of awards the account has
32
+ */
33
+ awardsReceived: number;
34
+ badgeInfo?: LeaderboardBadgeInfo | undefined;
35
+ /**
36
+ * The number of badges the account has
37
+ */
38
+ badges: number;
39
+ /**
40
+ * The number of bans
41
+ */
42
+ bans: number;
43
+ city?: Location | undefined;
44
+ country?: Location | undefined;
45
+ /**
46
+ * The time the account was created
47
+ */
48
+ createdAt: Date;
49
+ /**
50
+ * The economy ban of the account
51
+ */
52
+ economyBan: string;
53
+ /**
54
+ * The cost of a foil badge
55
+ */
56
+ foilBadgeCost: number;
57
+ /**
58
+ * The number of foil badges the account has
59
+ */
60
+ foilBadges: number;
61
+ /**
62
+ * The number of friends the account has
63
+ */
64
+ friends: number;
65
+ friendsSince: Date | null;
66
+ /**
67
+ * The number of game bans
68
+ */
69
+ gameBans: number;
70
+ /**
71
+ * Whether the account is hidden in the leaderboards
72
+ */
73
+ hidden: boolean;
74
+ /**
75
+ * The level of the account
76
+ */
77
+ level: number;
78
+ /**
79
+ * The number of limited apps the account has
80
+ */
81
+ limitedApps: number;
82
+ /**
83
+ * The name of the account
84
+ */
85
+ name: string;
86
+ /**
87
+ * The cost of a normal badge
88
+ */
89
+ normalBadgeCost: number;
90
+ /**
91
+ * The number of normal badges the account has
92
+ */
93
+ normalBadges: number;
94
+ /**
95
+ * The playtime of the account
96
+ */
97
+ playtime: number;
98
+ /**
99
+ * The number of points the account has
100
+ */
101
+ pointsGiven: number;
102
+ /**
103
+ * The number of points the account has
104
+ */
105
+ pointsReceived: number;
106
+ /**
107
+ * The privacy of the account
108
+ */
109
+ privacy: string;
110
+ region?: Location | undefined;
111
+ /**
112
+ * The roles of the account
113
+ */
114
+ roles: Array<Role> | null;
115
+ state?: Location | undefined;
116
+ /**
117
+ * The steam id
118
+ */
119
+ steamId: string;
120
+ /**
121
+ * The steam sets score
122
+ */
123
+ steamSetsScore: number;
124
+ /**
125
+ * The vanity of the account
126
+ */
127
+ steamSetsVanity: string;
128
+ /**
129
+ * The vanity of the account
130
+ */
131
+ steamVanity: string;
132
+ /**
133
+ * The number of vac bans
134
+ */
135
+ vacBans: number;
136
+ /**
137
+ * The number of xp the account has
138
+ */
139
+ xp: number;
140
+ };
141
+ /** @internal */
142
+ export declare const V1AccountFriend$inboundSchema: z.ZodType<V1AccountFriend, z.ZodTypeDef, unknown>;
143
+ /** @internal */
144
+ export type V1AccountFriend$Outbound = {
145
+ appCost: number;
146
+ appPlaytime?: number | null | undefined;
147
+ apps: number;
148
+ avatar: string;
149
+ averagePlaytime: number;
150
+ awardsGiven: number;
151
+ awardsReceived: number;
152
+ badgeInfo?: LeaderboardBadgeInfo$Outbound | undefined;
153
+ badges: number;
154
+ bans: number;
155
+ city?: Location$Outbound | undefined;
156
+ country?: Location$Outbound | undefined;
157
+ createdAt: string;
158
+ economyBan: string;
159
+ foilBadgeCost: number;
160
+ foilBadges: number;
161
+ friends: number;
162
+ friendsSince: string | null;
163
+ gameBans: number;
164
+ hidden: boolean;
165
+ level: number;
166
+ limitedApps: number;
167
+ name: string;
168
+ normalBadgeCost: number;
169
+ normalBadges: number;
170
+ playtime: number;
171
+ pointsGiven: number;
172
+ pointsReceived: number;
173
+ privacy: string;
174
+ region?: Location$Outbound | undefined;
175
+ roles: Array<Role$Outbound> | null;
176
+ state?: Location$Outbound | undefined;
177
+ steamId: string;
178
+ steamSetsScore: number;
179
+ steamSetsVanity: string;
180
+ steamVanity: string;
181
+ vacBans: number;
182
+ xp: number;
183
+ };
184
+ /** @internal */
185
+ export declare const V1AccountFriend$outboundSchema: z.ZodType<V1AccountFriend$Outbound, z.ZodTypeDef, V1AccountFriend>;
186
+ /**
187
+ * @internal
188
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
189
+ */
190
+ export declare namespace V1AccountFriend$ {
191
+ /** @deprecated use `V1AccountFriend$inboundSchema` instead. */
192
+ const inboundSchema: z.ZodType<V1AccountFriend, z.ZodTypeDef, unknown>;
193
+ /** @deprecated use `V1AccountFriend$outboundSchema` instead. */
194
+ const outboundSchema: z.ZodType<V1AccountFriend$Outbound, z.ZodTypeDef, V1AccountFriend>;
195
+ /** @deprecated use `V1AccountFriend$Outbound` instead. */
196
+ type Outbound = V1AccountFriend$Outbound;
197
+ }
198
+ //# sourceMappingURL=v1accountfriend.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountfriend.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountfriend.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,133 @@
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.V1AccountFriend$ = exports.V1AccountFriend$outboundSchema = exports.V1AccountFriend$inboundSchema = void 0;
30
+ const leaderboardbadgeinfo_js_1 = require("./leaderboardbadgeinfo.js");
31
+ const location_js_1 = require("./location.js");
32
+ const role_js_1 = require("./role.js");
33
+ const z = __importStar(require("zod"));
34
+ /** @internal */
35
+ exports.V1AccountFriend$inboundSchema = z.object({
36
+ appCost: z.number().int(),
37
+ appPlaytime: z.nullable(z.number().int()).optional(),
38
+ apps: z.number().int(),
39
+ avatar: z.string(),
40
+ averagePlaytime: z.number().int(),
41
+ awardsGiven: z.number().int(),
42
+ awardsReceived: z.number().int(),
43
+ badgeInfo: leaderboardbadgeinfo_js_1.LeaderboardBadgeInfo$inboundSchema.optional(),
44
+ badges: z.number().int(),
45
+ bans: z.number().int(),
46
+ city: location_js_1.Location$inboundSchema.optional(),
47
+ country: location_js_1.Location$inboundSchema.optional(),
48
+ createdAt: z
49
+ .string()
50
+ .datetime({ offset: true })
51
+ .transform((v) => new Date(v)),
52
+ economyBan: z.string(),
53
+ foilBadgeCost: z.number().int(),
54
+ foilBadges: z.number().int(),
55
+ friends: z.number().int(),
56
+ friendsSince: z.nullable(z
57
+ .string()
58
+ .datetime({ offset: true })
59
+ .transform((v) => new Date(v))),
60
+ gameBans: z.number().int(),
61
+ hidden: z.boolean(),
62
+ level: z.number().int(),
63
+ limitedApps: z.number().int(),
64
+ name: z.string(),
65
+ normalBadgeCost: z.number().int(),
66
+ normalBadges: z.number().int(),
67
+ playtime: z.number().int(),
68
+ pointsGiven: z.number().int(),
69
+ pointsReceived: z.number().int(),
70
+ privacy: z.string(),
71
+ region: location_js_1.Location$inboundSchema.optional(),
72
+ roles: z.nullable(z.array(role_js_1.Role$inboundSchema)),
73
+ state: location_js_1.Location$inboundSchema.optional(),
74
+ steamId: z.string(),
75
+ steamSetsScore: z.number().int(),
76
+ steamSetsVanity: z.string(),
77
+ steamVanity: z.string(),
78
+ vacBans: z.number().int(),
79
+ xp: z.number().int(),
80
+ });
81
+ /** @internal */
82
+ exports.V1AccountFriend$outboundSchema = z.object({
83
+ appCost: z.number().int(),
84
+ appPlaytime: z.nullable(z.number().int()).optional(),
85
+ apps: z.number().int(),
86
+ avatar: z.string(),
87
+ averagePlaytime: z.number().int(),
88
+ awardsGiven: z.number().int(),
89
+ awardsReceived: z.number().int(),
90
+ badgeInfo: leaderboardbadgeinfo_js_1.LeaderboardBadgeInfo$outboundSchema.optional(),
91
+ badges: z.number().int(),
92
+ bans: z.number().int(),
93
+ city: location_js_1.Location$outboundSchema.optional(),
94
+ country: location_js_1.Location$outboundSchema.optional(),
95
+ createdAt: z.date().transform((v) => v.toISOString()),
96
+ economyBan: z.string(),
97
+ foilBadgeCost: z.number().int(),
98
+ foilBadges: z.number().int(),
99
+ friends: z.number().int(),
100
+ friendsSince: z.nullable(z.date().transform((v) => v.toISOString())),
101
+ gameBans: z.number().int(),
102
+ hidden: z.boolean(),
103
+ level: z.number().int(),
104
+ limitedApps: z.number().int(),
105
+ name: z.string(),
106
+ normalBadgeCost: z.number().int(),
107
+ normalBadges: z.number().int(),
108
+ playtime: z.number().int(),
109
+ pointsGiven: z.number().int(),
110
+ pointsReceived: z.number().int(),
111
+ privacy: z.string(),
112
+ region: location_js_1.Location$outboundSchema.optional(),
113
+ roles: z.nullable(z.array(role_js_1.Role$outboundSchema)),
114
+ state: location_js_1.Location$outboundSchema.optional(),
115
+ steamId: z.string(),
116
+ steamSetsScore: z.number().int(),
117
+ steamSetsVanity: z.string(),
118
+ steamVanity: z.string(),
119
+ vacBans: z.number().int(),
120
+ xp: z.number().int(),
121
+ });
122
+ /**
123
+ * @internal
124
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
125
+ */
126
+ var V1AccountFriend$;
127
+ (function (V1AccountFriend$) {
128
+ /** @deprecated use `V1AccountFriend$inboundSchema` instead. */
129
+ V1AccountFriend$.inboundSchema = exports.V1AccountFriend$inboundSchema;
130
+ /** @deprecated use `V1AccountFriend$outboundSchema` instead. */
131
+ V1AccountFriend$.outboundSchema = exports.V1AccountFriend$outboundSchema;
132
+ })(V1AccountFriend$ || (exports.V1AccountFriend$ = V1AccountFriend$ = {}));
133
+ //# sourceMappingURL=v1accountfriend.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountfriend.js","sourceRoot":"","sources":["../../src/models/components/v1accountfriend.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ import { V1AccountFriend, V1AccountFriend$Outbound } from "./v1accountfriend.js";
2
+ import * as z from "zod";
3
+ export type V1AccountFriendsResponseBody = {
4
+ /**
5
+ * A URL to the JSON Schema for this object.
6
+ */
7
+ dollarSchema?: string | undefined;
8
+ friends: Array<V1AccountFriend> | null;
9
+ };
10
+ /** @internal */
11
+ export declare const V1AccountFriendsResponseBody$inboundSchema: z.ZodType<V1AccountFriendsResponseBody, z.ZodTypeDef, unknown>;
12
+ /** @internal */
13
+ export type V1AccountFriendsResponseBody$Outbound = {
14
+ $schema?: string | undefined;
15
+ friends: Array<V1AccountFriend$Outbound> | null;
16
+ };
17
+ /** @internal */
18
+ export declare const V1AccountFriendsResponseBody$outboundSchema: z.ZodType<V1AccountFriendsResponseBody$Outbound, z.ZodTypeDef, V1AccountFriendsResponseBody>;
19
+ /**
20
+ * @internal
21
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
22
+ */
23
+ export declare namespace V1AccountFriendsResponseBody$ {
24
+ /** @deprecated use `V1AccountFriendsResponseBody$inboundSchema` instead. */
25
+ const inboundSchema: z.ZodType<V1AccountFriendsResponseBody, z.ZodTypeDef, unknown>;
26
+ /** @deprecated use `V1AccountFriendsResponseBody$outboundSchema` instead. */
27
+ const outboundSchema: z.ZodType<V1AccountFriendsResponseBody$Outbound, z.ZodTypeDef, V1AccountFriendsResponseBody>;
28
+ /** @deprecated use `V1AccountFriendsResponseBody$Outbound` instead. */
29
+ type Outbound = V1AccountFriendsResponseBody$Outbound;
30
+ }
31
+ //# sourceMappingURL=v1accountfriendsresponsebody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountfriendsresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountfriendsresponsebody.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,eAAe,EAEf,wBAAwB,EAE3B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,4BAA4B,GAAG;IACvC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,OAAO,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAC9D,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,OAAO,CAUL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,qCAAqC,GAAG;IAChD,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;CACnD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CAC/D,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,4BAA4B,CAU1B,CAAC;AAEP;;;GAGG;AACH,yBAAiB,6BAA6B,CAAC;IAC3C,4EAA4E;IACrE,MAAM,aAAa,gEAA6C,CAAC;IACxE,6EAA6E;IACtE,MAAM,cAAc,8FAA8C,CAAC;IAC1E,uEAAuE;IACvE,KAAY,QAAQ,GAAG,qCAAqC,CAAC;CAChE"}