@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.
- package/README.md +12 -0
- package/docs/sdks/account/README.md +160 -2
- package/docs/sdks/data/README.md +160 -2
- package/docs/sdks/public/README.md +160 -2
- package/funcs/accountAccountV1GetApps.js +2 -2
- package/funcs/accountAccountV1GetApps.js.map +1 -1
- package/funcs/accountAccountV1GetBadges.js +2 -2
- package/funcs/accountAccountV1GetBadges.js.map +1 -1
- package/funcs/accountAccountV1GetFriends.d.ts +13 -0
- package/funcs/accountAccountV1GetFriends.d.ts.map +1 -0
- package/funcs/accountAccountV1GetFriends.js +105 -0
- package/funcs/accountAccountV1GetFriends.js.map +1 -0
- package/funcs/accountAccountV1GetLeaderboardHistory.d.ts +13 -0
- package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +1 -0
- package/funcs/accountAccountV1GetLeaderboardHistory.js +105 -0
- package/funcs/accountAccountV1GetLeaderboardHistory.js.map +1 -0
- package/funcs/dataAccountV1GetApps.js +2 -2
- package/funcs/dataAccountV1GetApps.js.map +1 -1
- package/funcs/dataAccountV1GetBadges.js +2 -2
- package/funcs/dataAccountV1GetBadges.js.map +1 -1
- package/funcs/dataAccountV1GetFriends.d.ts +13 -0
- package/funcs/dataAccountV1GetFriends.d.ts.map +1 -0
- package/funcs/dataAccountV1GetFriends.js +105 -0
- package/funcs/dataAccountV1GetFriends.js.map +1 -0
- package/funcs/dataAccountV1GetLeaderboardHistory.d.ts +13 -0
- package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +1 -0
- package/funcs/dataAccountV1GetLeaderboardHistory.js +105 -0
- package/funcs/dataAccountV1GetLeaderboardHistory.js.map +1 -0
- package/funcs/publicAccountV1GetApps.js +2 -2
- package/funcs/publicAccountV1GetApps.js.map +1 -1
- package/funcs/publicAccountV1GetBadges.js +2 -2
- package/funcs/publicAccountV1GetBadges.js.map +1 -1
- package/funcs/publicAccountV1GetFriends.d.ts +13 -0
- package/funcs/publicAccountV1GetFriends.d.ts.map +1 -0
- package/funcs/publicAccountV1GetFriends.js +105 -0
- package/funcs/publicAccountV1GetFriends.js.map +1 -0
- package/funcs/publicAccountV1GetLeaderboardHistory.d.ts +13 -0
- package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +1 -0
- package/funcs/publicAccountV1GetLeaderboardHistory.js +105 -0
- package/funcs/publicAccountV1GetLeaderboardHistory.js.map +1 -0
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/accountleaderboardhistory.d.ts +96 -0
- package/models/components/accountleaderboardhistory.d.ts.map +1 -0
- package/models/components/accountleaderboardhistory.js +91 -0
- package/models/components/accountleaderboardhistory.js.map +1 -0
- package/models/components/index.d.ts +5 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +5 -1
- package/models/components/index.js.map +1 -1
- package/models/components/v1accountapp.d.ts +53 -0
- package/models/components/v1accountapp.d.ts.map +1 -0
- package/models/components/{v1app.js → v1accountapp.js} +11 -11
- package/models/components/v1accountapp.js.map +1 -0
- package/models/components/v1accountfriend.d.ts +198 -0
- package/models/components/v1accountfriend.d.ts.map +1 -0
- package/models/components/v1accountfriend.js +133 -0
- package/models/components/v1accountfriend.js.map +1 -0
- package/models/components/v1accountfriendsresponsebody.d.ts +31 -0
- package/models/components/v1accountfriendsresponsebody.d.ts.map +1 -0
- package/models/components/v1accountfriendsresponsebody.js +66 -0
- package/models/components/v1accountfriendsresponsebody.js.map +1 -0
- package/models/components/v1accountleaderboardhistoryresponsebody.d.ts +31 -0
- package/models/components/v1accountleaderboardhistoryresponsebody.d.ts.map +1 -0
- package/models/components/v1accountleaderboardhistoryresponsebody.js +66 -0
- package/models/components/v1accountleaderboardhistoryresponsebody.js.map +1 -0
- package/models/components/v1accountsappsresponsebody.d.ts +3 -3
- package/models/components/v1accountsappsresponsebody.d.ts.map +1 -1
- package/models/components/v1accountsappsresponsebody.js +3 -3
- package/models/components/v1accountsappsresponsebody.js.map +1 -1
- package/models/operations/accountv1getfriends.d.ts +58 -0
- package/models/operations/accountv1getfriends.d.ts.map +1 -0
- package/models/operations/accountv1getfriends.js +107 -0
- package/models/operations/accountv1getfriends.js.map +1 -0
- package/models/operations/accountv1getleaderboardhistory.d.ts +58 -0
- package/models/operations/accountv1getleaderboardhistory.d.ts.map +1 -0
- package/models/operations/accountv1getleaderboardhistory.js +107 -0
- package/models/operations/accountv1getleaderboardhistory.js.map +1 -0
- package/models/operations/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/account.d.ts +8 -0
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js +14 -0
- package/sdk/account.js.map +1 -1
- package/sdk/data.d.ts +8 -0
- package/sdk/data.d.ts.map +1 -1
- package/sdk/data.js +14 -0
- package/sdk/data.js.map +1 -1
- package/sdk/public.d.ts +8 -0
- package/sdk/public.d.ts.map +1 -1
- package/sdk/public.js +14 -0
- package/sdk/public.js.map +1 -1
- package/src/funcs/accountAccountV1GetApps.ts +2 -2
- package/src/funcs/accountAccountV1GetBadges.ts +2 -2
- package/src/funcs/accountAccountV1GetFriends.ts +139 -0
- package/src/funcs/accountAccountV1GetLeaderboardHistory.ts +139 -0
- package/src/funcs/dataAccountV1GetApps.ts +2 -2
- package/src/funcs/dataAccountV1GetBadges.ts +2 -2
- package/src/funcs/dataAccountV1GetFriends.ts +139 -0
- package/src/funcs/dataAccountV1GetLeaderboardHistory.ts +139 -0
- package/src/funcs/publicAccountV1GetApps.ts +2 -2
- package/src/funcs/publicAccountV1GetBadges.ts +2 -2
- package/src/funcs/publicAccountV1GetFriends.ts +139 -0
- package/src/funcs/publicAccountV1GetLeaderboardHistory.ts +139 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/accountleaderboardhistory.ts +103 -0
- package/src/models/components/index.ts +5 -1
- package/src/models/components/{v1app.ts → v1accountapp.ts} +15 -11
- package/src/models/components/v1accountfriend.ts +307 -0
- package/src/models/components/v1accountfriendsresponsebody.ts +71 -0
- package/src/models/components/v1accountleaderboardhistoryresponsebody.ts +71 -0
- package/src/models/components/v1accountsappsresponsebody.ts +10 -5
- package/src/models/operations/accountv1getfriends.ts +134 -0
- package/src/models/operations/accountv1getleaderboardhistory.ts +138 -0
- package/src/models/operations/index.ts +2 -0
- package/src/sdk/account.ts +22 -0
- package/src/sdk/data.ts +22 -0
- package/src/sdk/public.ts +22 -0
- package/models/components/v1app.d.ts +0 -53
- package/models/components/v1app.d.ts.map +0 -1
- 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 {
|
|
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<
|
|
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<
|
|
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,
|
|
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
|
|
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(
|
|
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(
|
|
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,
|
|
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"}
|