@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,66 @@
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.V1AccountFriendsResponseBody$ = exports.V1AccountFriendsResponseBody$outboundSchema = exports.V1AccountFriendsResponseBody$inboundSchema = void 0;
30
+ const primitives_js_1 = require("../../lib/primitives.js");
31
+ const v1accountfriend_js_1 = require("./v1accountfriend.js");
32
+ const z = __importStar(require("zod"));
33
+ /** @internal */
34
+ exports.V1AccountFriendsResponseBody$inboundSchema = z
35
+ .object({
36
+ $schema: z.string().optional(),
37
+ friends: z.nullable(z.array(v1accountfriend_js_1.V1AccountFriend$inboundSchema)),
38
+ })
39
+ .transform((v) => {
40
+ return (0, primitives_js_1.remap)(v, {
41
+ $schema: "dollarSchema",
42
+ });
43
+ });
44
+ /** @internal */
45
+ exports.V1AccountFriendsResponseBody$outboundSchema = z
46
+ .object({
47
+ dollarSchema: z.string().optional(),
48
+ friends: z.nullable(z.array(v1accountfriend_js_1.V1AccountFriend$outboundSchema)),
49
+ })
50
+ .transform((v) => {
51
+ return (0, primitives_js_1.remap)(v, {
52
+ dollarSchema: "$schema",
53
+ });
54
+ });
55
+ /**
56
+ * @internal
57
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
+ */
59
+ var V1AccountFriendsResponseBody$;
60
+ (function (V1AccountFriendsResponseBody$) {
61
+ /** @deprecated use `V1AccountFriendsResponseBody$inboundSchema` instead. */
62
+ V1AccountFriendsResponseBody$.inboundSchema = exports.V1AccountFriendsResponseBody$inboundSchema;
63
+ /** @deprecated use `V1AccountFriendsResponseBody$outboundSchema` instead. */
64
+ V1AccountFriendsResponseBody$.outboundSchema = exports.V1AccountFriendsResponseBody$outboundSchema;
65
+ })(V1AccountFriendsResponseBody$ || (exports.V1AccountFriendsResponseBody$ = V1AccountFriendsResponseBody$ = {}));
66
+ //# sourceMappingURL=v1accountfriendsresponsebody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountfriendsresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1accountfriendsresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,6DAK8B;AAC9B,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC;KACA,MAAM,CAAC;IACJ,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,kDAA6B,CAAC,CAAC;CAC9D,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,OAAO,EAAE,cAAc;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC;KACA,MAAM,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,mDAA8B,CAAC,CAAC;CAC/D,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,YAAY,EAAE,SAAS;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,6BAA6B,CAO7C;AAPD,WAAiB,6BAA6B;IAC1C,4EAA4E;IAC/D,2CAAa,GAAG,kDAA0C,CAAC;IACxE,6EAA6E;IAChE,4CAAc,GAAG,mDAA2C,CAAC;AAG9E,CAAC,EAPgB,6BAA6B,6CAA7B,6BAA6B,QAO7C"}
@@ -0,0 +1,31 @@
1
+ import { AccountLeaderboardHistory, AccountLeaderboardHistory$Outbound } from "./accountleaderboardhistory.js";
2
+ import * as z from "zod";
3
+ export type V1AccountLeaderboardHistoryResponseBody = {
4
+ /**
5
+ * A URL to the JSON Schema for this object.
6
+ */
7
+ dollarSchema?: string | undefined;
8
+ histories: Array<AccountLeaderboardHistory> | null;
9
+ };
10
+ /** @internal */
11
+ export declare const V1AccountLeaderboardHistoryResponseBody$inboundSchema: z.ZodType<V1AccountLeaderboardHistoryResponseBody, z.ZodTypeDef, unknown>;
12
+ /** @internal */
13
+ export type V1AccountLeaderboardHistoryResponseBody$Outbound = {
14
+ $schema?: string | undefined;
15
+ histories: Array<AccountLeaderboardHistory$Outbound> | null;
16
+ };
17
+ /** @internal */
18
+ export declare const V1AccountLeaderboardHistoryResponseBody$outboundSchema: z.ZodType<V1AccountLeaderboardHistoryResponseBody$Outbound, z.ZodTypeDef, V1AccountLeaderboardHistoryResponseBody>;
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 V1AccountLeaderboardHistoryResponseBody$ {
24
+ /** @deprecated use `V1AccountLeaderboardHistoryResponseBody$inboundSchema` instead. */
25
+ const inboundSchema: z.ZodType<V1AccountLeaderboardHistoryResponseBody, z.ZodTypeDef, unknown>;
26
+ /** @deprecated use `V1AccountLeaderboardHistoryResponseBody$outboundSchema` instead. */
27
+ const outboundSchema: z.ZodType<V1AccountLeaderboardHistoryResponseBody$Outbound, z.ZodTypeDef, V1AccountLeaderboardHistoryResponseBody>;
28
+ /** @deprecated use `V1AccountLeaderboardHistoryResponseBody$Outbound` instead. */
29
+ type Outbound = V1AccountLeaderboardHistoryResponseBody$Outbound;
30
+ }
31
+ //# sourceMappingURL=v1accountleaderboardhistoryresponsebody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountleaderboardhistoryresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountleaderboardhistoryresponsebody.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,yBAAyB,EAEzB,kCAAkC,EAErC,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,uCAAuC,GAAG;IAClD;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,SAAS,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;CACtD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CACzE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,OAAO,CAUL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,gDAAgD,GAAG;IAC3D,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,EAAE,KAAK,CAAC,kCAAkC,CAAC,GAAG,IAAI,CAAC;CAC/D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC1E,gDAAgD,EAChD,CAAC,CAAC,UAAU,EACZ,uCAAuC,CAUrC,CAAC;AAEP;;;GAGG;AACH,yBAAiB,wCAAwC,CAAC;IACtD,uFAAuF;IAChF,MAAM,aAAa,2EAAwD,CAAC;IACnF,wFAAwF;IACjF,MAAM,cAAc,oHAAyD,CAAC;IACrF,kFAAkF;IAClF,KAAY,QAAQ,GAAG,gDAAgD,CAAC;CAC3E"}
@@ -0,0 +1,66 @@
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.V1AccountLeaderboardHistoryResponseBody$ = exports.V1AccountLeaderboardHistoryResponseBody$outboundSchema = exports.V1AccountLeaderboardHistoryResponseBody$inboundSchema = void 0;
30
+ const primitives_js_1 = require("../../lib/primitives.js");
31
+ const accountleaderboardhistory_js_1 = require("./accountleaderboardhistory.js");
32
+ const z = __importStar(require("zod"));
33
+ /** @internal */
34
+ exports.V1AccountLeaderboardHistoryResponseBody$inboundSchema = z
35
+ .object({
36
+ $schema: z.string().optional(),
37
+ histories: z.nullable(z.array(accountleaderboardhistory_js_1.AccountLeaderboardHistory$inboundSchema)),
38
+ })
39
+ .transform((v) => {
40
+ return (0, primitives_js_1.remap)(v, {
41
+ $schema: "dollarSchema",
42
+ });
43
+ });
44
+ /** @internal */
45
+ exports.V1AccountLeaderboardHistoryResponseBody$outboundSchema = z
46
+ .object({
47
+ dollarSchema: z.string().optional(),
48
+ histories: z.nullable(z.array(accountleaderboardhistory_js_1.AccountLeaderboardHistory$outboundSchema)),
49
+ })
50
+ .transform((v) => {
51
+ return (0, primitives_js_1.remap)(v, {
52
+ dollarSchema: "$schema",
53
+ });
54
+ });
55
+ /**
56
+ * @internal
57
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
+ */
59
+ var V1AccountLeaderboardHistoryResponseBody$;
60
+ (function (V1AccountLeaderboardHistoryResponseBody$) {
61
+ /** @deprecated use `V1AccountLeaderboardHistoryResponseBody$inboundSchema` instead. */
62
+ V1AccountLeaderboardHistoryResponseBody$.inboundSchema = exports.V1AccountLeaderboardHistoryResponseBody$inboundSchema;
63
+ /** @deprecated use `V1AccountLeaderboardHistoryResponseBody$outboundSchema` instead. */
64
+ V1AccountLeaderboardHistoryResponseBody$.outboundSchema = exports.V1AccountLeaderboardHistoryResponseBody$outboundSchema;
65
+ })(V1AccountLeaderboardHistoryResponseBody$ || (exports.V1AccountLeaderboardHistoryResponseBody$ = V1AccountLeaderboardHistoryResponseBody$ = {}));
66
+ //# sourceMappingURL=v1accountleaderboardhistoryresponsebody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1accountleaderboardhistoryresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1accountleaderboardhistoryresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,iFAKwC;AACxC,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,qDAAqD,GAI9D,CAAC;KACA,MAAM,CAAC;IACJ,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,sEAAuC,CAAC,CAAC;CAC1E,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,OAAO,EAAE,cAAc;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,sDAAsD,GAI/D,CAAC;KACA,MAAM,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,uEAAwC,CAAC,CAAC;CAC3E,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,YAAY,EAAE,SAAS;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,wCAAwC,CAOxD;AAPD,WAAiB,wCAAwC;IACrD,uFAAuF;IAC1E,sDAAa,GAAG,6DAAqD,CAAC;IACnF,wFAAwF;IAC3E,uDAAc,GAAG,8DAAsD,CAAC;AAGzF,CAAC,EAPgB,wCAAwC,wDAAxC,wCAAwC,QAOxD"}
@@ -1,18 +1,18 @@
1
- import { V1App, V1App$Outbound } from "./v1app.js";
1
+ import { V1AccountApp, V1AccountApp$Outbound } from "./v1accountapp.js";
2
2
  import * as z from "zod";
3
3
  export type V1AccountsAppsResponseBody = {
4
4
  /**
5
5
  * A URL to the JSON Schema for this object.
6
6
  */
7
7
  dollarSchema?: string | undefined;
8
- apps: Array<V1App> | null;
8
+ apps: Array<V1AccountApp> | null;
9
9
  };
10
10
  /** @internal */
11
11
  export declare const V1AccountsAppsResponseBody$inboundSchema: z.ZodType<V1AccountsAppsResponseBody, z.ZodTypeDef, unknown>;
12
12
  /** @internal */
13
13
  export type V1AccountsAppsResponseBody$Outbound = {
14
14
  $schema?: string | undefined;
15
- apps: Array<V1App$Outbound> | null;
15
+ apps: Array<V1AccountApp$Outbound> | null;
16
16
  };
17
17
  /** @internal */
18
18
  export declare const V1AccountsAppsResponseBody$outboundSchema: z.ZodType<V1AccountsAppsResponseBody$Outbound, z.ZodTypeDef, V1AccountsAppsResponseBody>;
@@ -1 +1 @@
1
- {"version":3,"file":"v1accountsappsresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountsappsresponsebody.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAuB,cAAc,EAAwB,MAAM,YAAY,CAAC;AAC9F,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,0BAA0B,GAAG;IACrC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC5D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAUL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAC9C,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC7D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAUxB,CAAC;AAEP;;;GAGG;AACH,yBAAiB,2BAA2B,CAAC;IACzC,0EAA0E;IACnE,MAAM,aAAa,8DAA2C,CAAC;IACtE,2EAA2E;IACpE,MAAM,cAAc,0FAA4C,CAAC;IACxE,qEAAqE;IACrE,KAAY,QAAQ,GAAG,mCAAmC,CAAC;CAC9D"}
1
+ {"version":3,"file":"v1accountsappsresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountsappsresponsebody.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,YAAY,EAEZ,qBAAqB,EAExB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,0BAA0B,GAAG;IACrC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC5D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAUL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAC9C,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC7D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAUxB,CAAC;AAEP;;;GAGG;AACH,yBAAiB,2BAA2B,CAAC;IACzC,0EAA0E;IACnE,MAAM,aAAa,8DAA2C,CAAC;IACtE,2EAA2E;IACpE,MAAM,cAAc,0FAA4C,CAAC;IACxE,qEAAqE;IACrE,KAAY,QAAQ,GAAG,mCAAmC,CAAC;CAC9D"}
@@ -28,13 +28,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.V1AccountsAppsResponseBody$ = exports.V1AccountsAppsResponseBody$outboundSchema = exports.V1AccountsAppsResponseBody$inboundSchema = void 0;
30
30
  const primitives_js_1 = require("../../lib/primitives.js");
31
- const v1app_js_1 = require("./v1app.js");
31
+ const v1accountapp_js_1 = require("./v1accountapp.js");
32
32
  const z = __importStar(require("zod"));
33
33
  /** @internal */
34
34
  exports.V1AccountsAppsResponseBody$inboundSchema = z
35
35
  .object({
36
36
  $schema: z.string().optional(),
37
- apps: z.nullable(z.array(v1app_js_1.V1App$inboundSchema)),
37
+ apps: z.nullable(z.array(v1accountapp_js_1.V1AccountApp$inboundSchema)),
38
38
  })
39
39
  .transform((v) => {
40
40
  return (0, primitives_js_1.remap)(v, {
@@ -45,7 +45,7 @@ exports.V1AccountsAppsResponseBody$inboundSchema = z
45
45
  exports.V1AccountsAppsResponseBody$outboundSchema = z
46
46
  .object({
47
47
  dollarSchema: z.string().optional(),
48
- apps: z.nullable(z.array(v1app_js_1.V1App$outboundSchema)),
48
+ apps: z.nullable(z.array(v1accountapp_js_1.V1AccountApp$outboundSchema)),
49
49
  })
50
50
  .transform((v) => {
51
51
  return (0, primitives_js_1.remap)(v, {
@@ -1 +1 @@
1
- {"version":3,"file":"v1accountsappsresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1accountsappsresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,yCAA8F;AAC9F,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC;KACA,MAAM,CAAC;IACJ,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,8BAAmB,CAAC,CAAC;CACjD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,OAAO,EAAE,cAAc;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC;KACA,MAAM,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,+BAAoB,CAAC,CAAC;CAClD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,YAAY,EAAE,SAAS;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IACxC,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG5E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C"}
1
+ {"version":3,"file":"v1accountsappsresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1accountsappsresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,uDAK2B;AAC3B,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC;KACA,MAAM,CAAC;IACJ,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,4CAA0B,CAAC,CAAC;CACxD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,OAAO,EAAE,cAAc;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC;KACA,MAAM,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,6CAA2B,CAAC,CAAC;CACzD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,YAAY,EAAE,SAAS;KAC1B,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IACxC,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG5E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C"}
@@ -0,0 +1,58 @@
1
+ import * as components from "../components/index.js";
2
+ import * as z from "zod";
3
+ export type AccountV1GetFriendsRequest = {
4
+ xForwardedFor?: string | undefined;
5
+ userAgent?: string | undefined;
6
+ accountSearch: components.AccountSearch;
7
+ };
8
+ export type AccountV1GetFriendsResponse = {
9
+ httpMeta: components.HTTPMetadata;
10
+ /**
11
+ * OK
12
+ */
13
+ v1AccountFriendsResponseBody?: components.V1AccountFriendsResponseBody | undefined;
14
+ };
15
+ /** @internal */
16
+ export declare const AccountV1GetFriendsRequest$inboundSchema: z.ZodType<AccountV1GetFriendsRequest, z.ZodTypeDef, unknown>;
17
+ /** @internal */
18
+ export type AccountV1GetFriendsRequest$Outbound = {
19
+ "X-Forwarded-For"?: string | undefined;
20
+ "User-Agent"?: string | undefined;
21
+ AccountSearch: components.AccountSearch$Outbound;
22
+ };
23
+ /** @internal */
24
+ export declare const AccountV1GetFriendsRequest$outboundSchema: z.ZodType<AccountV1GetFriendsRequest$Outbound, z.ZodTypeDef, AccountV1GetFriendsRequest>;
25
+ /**
26
+ * @internal
27
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
28
+ */
29
+ export declare namespace AccountV1GetFriendsRequest$ {
30
+ /** @deprecated use `AccountV1GetFriendsRequest$inboundSchema` instead. */
31
+ const inboundSchema: z.ZodType<AccountV1GetFriendsRequest, z.ZodTypeDef, unknown>;
32
+ /** @deprecated use `AccountV1GetFriendsRequest$outboundSchema` instead. */
33
+ const outboundSchema: z.ZodType<AccountV1GetFriendsRequest$Outbound, z.ZodTypeDef, AccountV1GetFriendsRequest>;
34
+ /** @deprecated use `AccountV1GetFriendsRequest$Outbound` instead. */
35
+ type Outbound = AccountV1GetFriendsRequest$Outbound;
36
+ }
37
+ /** @internal */
38
+ export declare const AccountV1GetFriendsResponse$inboundSchema: z.ZodType<AccountV1GetFriendsResponse, z.ZodTypeDef, unknown>;
39
+ /** @internal */
40
+ export type AccountV1GetFriendsResponse$Outbound = {
41
+ HttpMeta: components.HTTPMetadata$Outbound;
42
+ V1AccountFriendsResponseBody?: components.V1AccountFriendsResponseBody$Outbound | undefined;
43
+ };
44
+ /** @internal */
45
+ export declare const AccountV1GetFriendsResponse$outboundSchema: z.ZodType<AccountV1GetFriendsResponse$Outbound, z.ZodTypeDef, AccountV1GetFriendsResponse>;
46
+ /**
47
+ * @internal
48
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
49
+ */
50
+ export declare namespace AccountV1GetFriendsResponse$ {
51
+ /** @deprecated use `AccountV1GetFriendsResponse$inboundSchema` instead. */
52
+ const inboundSchema: z.ZodType<AccountV1GetFriendsResponse, z.ZodTypeDef, unknown>;
53
+ /** @deprecated use `AccountV1GetFriendsResponse$outboundSchema` instead. */
54
+ const outboundSchema: z.ZodType<AccountV1GetFriendsResponse$Outbound, z.ZodTypeDef, AccountV1GetFriendsResponse>;
55
+ /** @deprecated use `AccountV1GetFriendsResponse$Outbound` instead. */
56
+ type Outbound = AccountV1GetFriendsResponse$Outbound;
57
+ }
58
+ //# sourceMappingURL=accountv1getfriends.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1getfriends.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1getfriends.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,0BAA0B,GAAG;IACrC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACtC,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,4BAA4B,CAAC,EAAE,UAAU,CAAC,4BAA4B,GAAG,SAAS,CAAC;CACtF,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC5D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAaL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAC9C,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,aAAa,EAAE,UAAU,CAAC,sBAAsB,CAAC;CACpD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC7D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAaxB,CAAC;AAEP;;;GAGG;AACH,yBAAiB,2BAA2B,CAAC;IACzC,0EAA0E;IACnE,MAAM,aAAa,8DAA2C,CAAC;IACtE,2EAA2E;IACpE,MAAM,cAAc,0FAA4C,CAAC;IACxE,qEAAqE;IACrE,KAAY,QAAQ,GAAG,mCAAmC,CAAC;CAC9D;AAED,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC7D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAYL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG;IAC/C,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,4BAA4B,CAAC,EAAE,UAAU,CAAC,qCAAqC,GAAG,SAAS,CAAC;CAC/F,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAC9D,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAYzB,CAAC;AAEP;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC1C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC/D"}
@@ -0,0 +1,107 @@
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.AccountV1GetFriendsResponse$ = exports.AccountV1GetFriendsResponse$outboundSchema = exports.AccountV1GetFriendsResponse$inboundSchema = exports.AccountV1GetFriendsRequest$ = exports.AccountV1GetFriendsRequest$outboundSchema = exports.AccountV1GetFriendsRequest$inboundSchema = void 0;
30
+ const primitives_js_1 = require("../../lib/primitives.js");
31
+ const components = __importStar(require("../components/index.js"));
32
+ const z = __importStar(require("zod"));
33
+ /** @internal */
34
+ exports.AccountV1GetFriendsRequest$inboundSchema = z
35
+ .object({
36
+ "X-Forwarded-For": z.string().optional(),
37
+ "User-Agent": z.string().optional(),
38
+ AccountSearch: components.AccountSearch$inboundSchema,
39
+ })
40
+ .transform((v) => {
41
+ return (0, primitives_js_1.remap)(v, {
42
+ "X-Forwarded-For": "xForwardedFor",
43
+ "User-Agent": "userAgent",
44
+ AccountSearch: "accountSearch",
45
+ });
46
+ });
47
+ /** @internal */
48
+ exports.AccountV1GetFriendsRequest$outboundSchema = z
49
+ .object({
50
+ xForwardedFor: z.string().optional(),
51
+ userAgent: z.string().optional(),
52
+ accountSearch: components.AccountSearch$outboundSchema,
53
+ })
54
+ .transform((v) => {
55
+ return (0, primitives_js_1.remap)(v, {
56
+ xForwardedFor: "X-Forwarded-For",
57
+ userAgent: "User-Agent",
58
+ accountSearch: "AccountSearch",
59
+ });
60
+ });
61
+ /**
62
+ * @internal
63
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
64
+ */
65
+ var AccountV1GetFriendsRequest$;
66
+ (function (AccountV1GetFriendsRequest$) {
67
+ /** @deprecated use `AccountV1GetFriendsRequest$inboundSchema` instead. */
68
+ AccountV1GetFriendsRequest$.inboundSchema = exports.AccountV1GetFriendsRequest$inboundSchema;
69
+ /** @deprecated use `AccountV1GetFriendsRequest$outboundSchema` instead. */
70
+ AccountV1GetFriendsRequest$.outboundSchema = exports.AccountV1GetFriendsRequest$outboundSchema;
71
+ })(AccountV1GetFriendsRequest$ || (exports.AccountV1GetFriendsRequest$ = AccountV1GetFriendsRequest$ = {}));
72
+ /** @internal */
73
+ exports.AccountV1GetFriendsResponse$inboundSchema = z
74
+ .object({
75
+ HttpMeta: components.HTTPMetadata$inboundSchema,
76
+ V1AccountFriendsResponseBody: components.V1AccountFriendsResponseBody$inboundSchema.optional(),
77
+ })
78
+ .transform((v) => {
79
+ return (0, primitives_js_1.remap)(v, {
80
+ HttpMeta: "httpMeta",
81
+ V1AccountFriendsResponseBody: "v1AccountFriendsResponseBody",
82
+ });
83
+ });
84
+ /** @internal */
85
+ exports.AccountV1GetFriendsResponse$outboundSchema = z
86
+ .object({
87
+ httpMeta: components.HTTPMetadata$outboundSchema,
88
+ v1AccountFriendsResponseBody: components.V1AccountFriendsResponseBody$outboundSchema.optional(),
89
+ })
90
+ .transform((v) => {
91
+ return (0, primitives_js_1.remap)(v, {
92
+ httpMeta: "HttpMeta",
93
+ v1AccountFriendsResponseBody: "V1AccountFriendsResponseBody",
94
+ });
95
+ });
96
+ /**
97
+ * @internal
98
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
99
+ */
100
+ var AccountV1GetFriendsResponse$;
101
+ (function (AccountV1GetFriendsResponse$) {
102
+ /** @deprecated use `AccountV1GetFriendsResponse$inboundSchema` instead. */
103
+ AccountV1GetFriendsResponse$.inboundSchema = exports.AccountV1GetFriendsResponse$inboundSchema;
104
+ /** @deprecated use `AccountV1GetFriendsResponse$outboundSchema` instead. */
105
+ AccountV1GetFriendsResponse$.outboundSchema = exports.AccountV1GetFriendsResponse$outboundSchema;
106
+ })(AccountV1GetFriendsResponse$ || (exports.AccountV1GetFriendsResponse$ = AccountV1GetFriendsResponse$ = {}));
107
+ //# sourceMappingURL=accountv1getfriends.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1getfriends.js","sourceRoot":"","sources":["../../src/models/operations/accountv1getfriends.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,mEAAqD;AACrD,uCAAyB;AAgBzB,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC;KACA,MAAM,CAAC;IACJ,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,aAAa,EAAE,UAAU,CAAC,2BAA2B;CACxD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,iBAAiB,EAAE,eAAe;QAClC,YAAY,EAAE,WAAW;QACzB,aAAa,EAAE,eAAe;KACjC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AASP,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC;KACA,MAAM,CAAC;IACJ,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,aAAa,EAAE,UAAU,CAAC,4BAA4B;CACzD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,aAAa,EAAE,iBAAiB;QAChC,SAAS,EAAE,YAAY;QACvB,aAAa,EAAE,eAAe;KACjC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IACxC,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG5E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C;AAED,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,4BAA4B,EACxB,UAAU,CAAC,0CAA0C,CAAC,QAAQ,EAAE;CACvE,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,4BAA4B,EAAE,8BAA8B;KAC/D,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,4BAA4B,EACxB,UAAU,CAAC,2CAA2C,CAAC,QAAQ,EAAE;CACxE,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,4BAA4B,EAAE,8BAA8B;KAC/D,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IACzC,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG7E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
@@ -0,0 +1,58 @@
1
+ import * as components from "../components/index.js";
2
+ import * as z from "zod";
3
+ export type AccountV1GetLeaderboardHistoryRequest = {
4
+ xForwardedFor?: string | undefined;
5
+ userAgent?: string | undefined;
6
+ accountSearch: components.AccountSearch;
7
+ };
8
+ export type AccountV1GetLeaderboardHistoryResponse = {
9
+ httpMeta: components.HTTPMetadata;
10
+ /**
11
+ * OK
12
+ */
13
+ v1AccountLeaderboardHistoryResponseBody?: components.V1AccountLeaderboardHistoryResponseBody | undefined;
14
+ };
15
+ /** @internal */
16
+ export declare const AccountV1GetLeaderboardHistoryRequest$inboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryRequest, z.ZodTypeDef, unknown>;
17
+ /** @internal */
18
+ export type AccountV1GetLeaderboardHistoryRequest$Outbound = {
19
+ "X-Forwarded-For"?: string | undefined;
20
+ "User-Agent"?: string | undefined;
21
+ AccountSearch: components.AccountSearch$Outbound;
22
+ };
23
+ /** @internal */
24
+ export declare const AccountV1GetLeaderboardHistoryRequest$outboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryRequest$Outbound, z.ZodTypeDef, AccountV1GetLeaderboardHistoryRequest>;
25
+ /**
26
+ * @internal
27
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
28
+ */
29
+ export declare namespace AccountV1GetLeaderboardHistoryRequest$ {
30
+ /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$inboundSchema` instead. */
31
+ const inboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryRequest, z.ZodTypeDef, unknown>;
32
+ /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$outboundSchema` instead. */
33
+ const outboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryRequest$Outbound, z.ZodTypeDef, AccountV1GetLeaderboardHistoryRequest>;
34
+ /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$Outbound` instead. */
35
+ type Outbound = AccountV1GetLeaderboardHistoryRequest$Outbound;
36
+ }
37
+ /** @internal */
38
+ export declare const AccountV1GetLeaderboardHistoryResponse$inboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryResponse, z.ZodTypeDef, unknown>;
39
+ /** @internal */
40
+ export type AccountV1GetLeaderboardHistoryResponse$Outbound = {
41
+ HttpMeta: components.HTTPMetadata$Outbound;
42
+ V1AccountLeaderboardHistoryResponseBody?: components.V1AccountLeaderboardHistoryResponseBody$Outbound | undefined;
43
+ };
44
+ /** @internal */
45
+ export declare const AccountV1GetLeaderboardHistoryResponse$outboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryResponse$Outbound, z.ZodTypeDef, AccountV1GetLeaderboardHistoryResponse>;
46
+ /**
47
+ * @internal
48
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
49
+ */
50
+ export declare namespace AccountV1GetLeaderboardHistoryResponse$ {
51
+ /** @deprecated use `AccountV1GetLeaderboardHistoryResponse$inboundSchema` instead. */
52
+ const inboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryResponse, z.ZodTypeDef, unknown>;
53
+ /** @deprecated use `AccountV1GetLeaderboardHistoryResponse$outboundSchema` instead. */
54
+ const outboundSchema: z.ZodType<AccountV1GetLeaderboardHistoryResponse$Outbound, z.ZodTypeDef, AccountV1GetLeaderboardHistoryResponse>;
55
+ /** @deprecated use `AccountV1GetLeaderboardHistoryResponse$Outbound` instead. */
56
+ type Outbound = AccountV1GetLeaderboardHistoryResponse$Outbound;
57
+ }
58
+ //# sourceMappingURL=accountv1getleaderboardhistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1getleaderboardhistory.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1getleaderboardhistory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,qCAAqC,GAAG;IAChD,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACjD,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,uCAAuC,CAAC,EAClC,UAAU,CAAC,uCAAuC,GAClD,SAAS,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACvE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAaL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IACzD,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,aAAa,EAAE,UAAU,CAAC,sBAAsB,CAAC;CACpD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CACxE,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAanC,CAAC;AAEP;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACpD,qFAAqF;IAC9E,MAAM,aAAa,yEAAsD,CAAC;IACjF,sFAAsF;IAC/E,MAAM,cAAc,gHAAuD,CAAC;IACnF,gFAAgF;IAChF,KAAY,QAAQ,GAAG,8CAA8C,CAAC;CACzE;AAED,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CACxE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,OAAO,CAYL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,+CAA+C,GAAG;IAC1D,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,uCAAuC,CAAC,EAClC,UAAU,CAAC,gDAAgD,GAC3D,SAAS,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CACzE,+CAA+C,EAC/C,CAAC,CAAC,UAAU,EACZ,sCAAsC,CAYpC,CAAC;AAEP;;;GAGG;AACH,yBAAiB,uCAAuC,CAAC;IACrD,sFAAsF;IAC/E,MAAM,aAAa,0EAAuD,CAAC;IAClF,uFAAuF;IAChF,MAAM,cAAc,kHAAwD,CAAC;IACpF,iFAAiF;IACjF,KAAY,QAAQ,GAAG,+CAA+C,CAAC;CAC1E"}
@@ -0,0 +1,107 @@
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.AccountV1GetLeaderboardHistoryResponse$ = exports.AccountV1GetLeaderboardHistoryResponse$outboundSchema = exports.AccountV1GetLeaderboardHistoryResponse$inboundSchema = exports.AccountV1GetLeaderboardHistoryRequest$ = exports.AccountV1GetLeaderboardHistoryRequest$outboundSchema = exports.AccountV1GetLeaderboardHistoryRequest$inboundSchema = void 0;
30
+ const primitives_js_1 = require("../../lib/primitives.js");
31
+ const components = __importStar(require("../components/index.js"));
32
+ const z = __importStar(require("zod"));
33
+ /** @internal */
34
+ exports.AccountV1GetLeaderboardHistoryRequest$inboundSchema = z
35
+ .object({
36
+ "X-Forwarded-For": z.string().optional(),
37
+ "User-Agent": z.string().optional(),
38
+ AccountSearch: components.AccountSearch$inboundSchema,
39
+ })
40
+ .transform((v) => {
41
+ return (0, primitives_js_1.remap)(v, {
42
+ "X-Forwarded-For": "xForwardedFor",
43
+ "User-Agent": "userAgent",
44
+ AccountSearch: "accountSearch",
45
+ });
46
+ });
47
+ /** @internal */
48
+ exports.AccountV1GetLeaderboardHistoryRequest$outboundSchema = z
49
+ .object({
50
+ xForwardedFor: z.string().optional(),
51
+ userAgent: z.string().optional(),
52
+ accountSearch: components.AccountSearch$outboundSchema,
53
+ })
54
+ .transform((v) => {
55
+ return (0, primitives_js_1.remap)(v, {
56
+ xForwardedFor: "X-Forwarded-For",
57
+ userAgent: "User-Agent",
58
+ accountSearch: "AccountSearch",
59
+ });
60
+ });
61
+ /**
62
+ * @internal
63
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
64
+ */
65
+ var AccountV1GetLeaderboardHistoryRequest$;
66
+ (function (AccountV1GetLeaderboardHistoryRequest$) {
67
+ /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$inboundSchema` instead. */
68
+ AccountV1GetLeaderboardHistoryRequest$.inboundSchema = exports.AccountV1GetLeaderboardHistoryRequest$inboundSchema;
69
+ /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$outboundSchema` instead. */
70
+ AccountV1GetLeaderboardHistoryRequest$.outboundSchema = exports.AccountV1GetLeaderboardHistoryRequest$outboundSchema;
71
+ })(AccountV1GetLeaderboardHistoryRequest$ || (exports.AccountV1GetLeaderboardHistoryRequest$ = AccountV1GetLeaderboardHistoryRequest$ = {}));
72
+ /** @internal */
73
+ exports.AccountV1GetLeaderboardHistoryResponse$inboundSchema = z
74
+ .object({
75
+ HttpMeta: components.HTTPMetadata$inboundSchema,
76
+ V1AccountLeaderboardHistoryResponseBody: components.V1AccountLeaderboardHistoryResponseBody$inboundSchema.optional(),
77
+ })
78
+ .transform((v) => {
79
+ return (0, primitives_js_1.remap)(v, {
80
+ HttpMeta: "httpMeta",
81
+ V1AccountLeaderboardHistoryResponseBody: "v1AccountLeaderboardHistoryResponseBody",
82
+ });
83
+ });
84
+ /** @internal */
85
+ exports.AccountV1GetLeaderboardHistoryResponse$outboundSchema = z
86
+ .object({
87
+ httpMeta: components.HTTPMetadata$outboundSchema,
88
+ v1AccountLeaderboardHistoryResponseBody: components.V1AccountLeaderboardHistoryResponseBody$outboundSchema.optional(),
89
+ })
90
+ .transform((v) => {
91
+ return (0, primitives_js_1.remap)(v, {
92
+ httpMeta: "HttpMeta",
93
+ v1AccountLeaderboardHistoryResponseBody: "V1AccountLeaderboardHistoryResponseBody",
94
+ });
95
+ });
96
+ /**
97
+ * @internal
98
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
99
+ */
100
+ var AccountV1GetLeaderboardHistoryResponse$;
101
+ (function (AccountV1GetLeaderboardHistoryResponse$) {
102
+ /** @deprecated use `AccountV1GetLeaderboardHistoryResponse$inboundSchema` instead. */
103
+ AccountV1GetLeaderboardHistoryResponse$.inboundSchema = exports.AccountV1GetLeaderboardHistoryResponse$inboundSchema;
104
+ /** @deprecated use `AccountV1GetLeaderboardHistoryResponse$outboundSchema` instead. */
105
+ AccountV1GetLeaderboardHistoryResponse$.outboundSchema = exports.AccountV1GetLeaderboardHistoryResponse$outboundSchema;
106
+ })(AccountV1GetLeaderboardHistoryResponse$ || (exports.AccountV1GetLeaderboardHistoryResponse$ = AccountV1GetLeaderboardHistoryResponse$ = {}));
107
+ //# sourceMappingURL=accountv1getleaderboardhistory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1getleaderboardhistory.js","sourceRoot":"","sources":["../../src/models/operations/accountv1getleaderboardhistory.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,mEAAqD;AACrD,uCAAyB;AAkBzB,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC;KACA,MAAM,CAAC;IACJ,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,aAAa,EAAE,UAAU,CAAC,2BAA2B;CACxD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,iBAAiB,EAAE,eAAe;QAClC,YAAY,EAAE,WAAW;QACzB,aAAa,EAAE,eAAe;KACjC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AASP,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC;KACA,MAAM,CAAC;IACJ,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,aAAa,EAAE,UAAU,CAAC,4BAA4B;CACzD,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,aAAa,EAAE,iBAAiB;QAChC,SAAS,EAAE,YAAY;QACvB,aAAa,EAAE,eAAe;KACjC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,sCAAsC,CAOtD;AAPD,WAAiB,sCAAsC;IACnD,qFAAqF;IACxE,oDAAa,GAAG,2DAAmD,CAAC;IACjF,sFAAsF;IACzE,qDAAc,GAAG,4DAAoD,CAAC;AAGvF,CAAC,EAPgB,sCAAsC,sDAAtC,sCAAsC,QAOtD;AAED,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,uCAAuC,EACnC,UAAU,CAAC,qDAAqD,CAAC,QAAQ,EAAE;CAClF,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,uCAAuC,EAAE,yCAAyC;KACrF,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAUP,gBAAgB;AACH,QAAA,qDAAqD,GAI9D,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,uCAAuC,EACnC,UAAU,CAAC,sDAAsD,CAAC,QAAQ,EAAE;CACnF,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,uCAAuC,EAAE,yCAAyC;KACrF,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,uCAAuC,CAOvD;AAPD,WAAiB,uCAAuC;IACpD,sFAAsF;IACzE,qDAAa,GAAG,4DAAoD,CAAC;IAClF,uFAAuF;IAC1E,sDAAc,GAAG,6DAAqD,CAAC;AAGxF,CAAC,EAPgB,uCAAuC,uDAAvC,uCAAuC,QAOvD"}
@@ -4,7 +4,9 @@ export * from "./accountv1connectionupdateconnection.js";
4
4
  export * from "./accountv1connectionverifyconnection.js";
5
5
  export * from "./accountv1getapps.js";
6
6
  export * from "./accountv1getbadges.js";
7
+ export * from "./accountv1getfriends.js";
7
8
  export * from "./accountv1getinfo.js";
9
+ export * from "./accountv1getleaderboardhistory.js";
8
10
  export * from "./accountv1getstaff.js";
9
11
  export * from "./accountv1sessioncreate.js";
10
12
  export * from "./accountv1sessiondelete.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
@@ -23,7 +23,9 @@ __exportStar(require("./accountv1connectionupdateconnection.js"), exports);
23
23
  __exportStar(require("./accountv1connectionverifyconnection.js"), exports);
24
24
  __exportStar(require("./accountv1getapps.js"), exports);
25
25
  __exportStar(require("./accountv1getbadges.js"), exports);
26
+ __exportStar(require("./accountv1getfriends.js"), exports);
26
27
  __exportStar(require("./accountv1getinfo.js"), exports);
28
+ __exportStar(require("./accountv1getleaderboardhistory.js"), exports);
27
29
  __exportStar(require("./accountv1getstaff.js"), exports);
28
30
  __exportStar(require("./accountv1sessioncreate.js"), exports);
29
31
  __exportStar(require("./accountv1sessiondelete.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,kEAAgD;AAChD,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,wDAAsC;AACtC,0DAAwC;AACxC,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,8DAA4C;AAC5C,2DAAyC;AACzC,6DAA2C;AAC3C,qEAAmD;AACnD,uEAAqD;AACrD,4DAA0C;AAC1C,8EAA4D;AAC5D,+DAA6C;AAC7C,oEAAkD;AAClD,qEAAmD;AACnD,mEAAiD;AACjD,gDAA8B;AAC9B,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,kEAAgD;AAChD,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,wDAAsC;AACtC,0DAAwC;AACxC,2DAAyC;AACzC,wDAAsC;AACtC,sEAAoD;AACpD,yDAAuC;AACvC,8DAA4C;AAC5C,8DAA4C;AAC5C,2DAAyC;AACzC,6DAA2C;AAC3C,qEAAmD;AACnD,uEAAqD;AACrD,4DAA0C;AAC1C,8EAA4D;AAC5D,+DAA6C;AAC7C,oEAAkD;AAClD,qEAAmD;AACnD,mEAAiD;AACjD,gDAA8B;AAC9B,gDAA8B"}