@steamsets/client-ts 0.3.1 → 0.4.0
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 +41 -0
- package/docs/sdks/account/README.md +133 -44
- package/docs/sdks/connection/README.md +7 -8
- package/docs/sdks/liveness/README.md +1 -2
- package/docs/sdks/session/README.md +14 -12
- package/docs/sdks/settings/README.md +102 -14
- package/docs/sdks/steamsets/README.md +1 -5
- package/funcs/accountAccountV1GetApps.d.ts +1 -1
- package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
- package/funcs/accountAccountV1GetApps.js +14 -3
- package/funcs/accountAccountV1GetApps.js.map +1 -1
- package/funcs/accountAccountV1GetBadges.d.ts +1 -1
- package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/accountAccountV1GetBadges.js +14 -3
- package/funcs/accountAccountV1GetBadges.js.map +1 -1
- package/funcs/accountAccountV1SessionLogin.d.ts +1 -1
- package/funcs/accountAccountV1SessionLogin.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionLogin.js +12 -5
- package/funcs/accountAccountV1SessionLogin.js.map +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.d.ts +13 -0
- package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -0
- package/funcs/accountAccountV1SettingsUploadImages.js +96 -0
- package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -0
- package/funcs/sessionAccountV1SessionLogin.d.ts +1 -1
- package/funcs/sessionAccountV1SessionLogin.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionLogin.js +12 -5
- package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts +13 -0
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -0
- package/funcs/settingsAccountV1SettingsUploadImages.js +96 -0
- package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -0
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/accountsearch.d.ts +29 -0
- package/models/components/accountsearch.d.ts.map +1 -0
- package/models/components/accountsearch.js +54 -0
- package/models/components/accountsearch.js.map +1 -0
- package/models/components/accountsearchidstruct.d.ts +33 -0
- package/models/components/accountsearchidstruct.d.ts.map +1 -0
- package/models/components/accountsearchidstruct.js +52 -0
- package/models/components/accountsearchidstruct.js.map +1 -0
- package/models/components/accountsearchvanitystruct.d.ts +65 -0
- package/models/components/accountsearchvanitystruct.d.ts.map +1 -0
- package/models/components/accountsearchvanitystruct.js +74 -0
- package/models/components/accountsearchvanitystruct.js.map +1 -0
- package/models/components/emailnotification.d.ts +8 -8
- package/models/components/emailnotification.d.ts.map +1 -1
- package/models/components/emailnotification.js +13 -13
- package/models/components/emailnotification.js.map +1 -1
- package/models/components/index.d.ts +5 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +5 -0
- package/models/components/index.js.map +1 -1
- package/models/components/security.d.ts +2 -2
- package/models/components/security.d.ts.map +1 -1
- package/models/components/security.js +2 -2
- package/models/components/security.js.map +1 -1
- package/models/components/v1uploadimagesrequestbody.d.ts +29 -0
- package/models/components/v1uploadimagesrequestbody.d.ts.map +1 -0
- package/models/components/v1uploadimagesrequestbody.js +51 -0
- package/models/components/v1uploadimagesrequestbody.js.map +1 -0
- package/models/components/v1uploaedimage.d.ts +74 -0
- package/models/components/v1uploaedimage.d.ts.map +1 -0
- package/models/components/v1uploaedimage.js +77 -0
- package/models/components/v1uploaedimage.js.map +1 -0
- package/models/operations/accountv1sessionlogin.d.ts +23 -0
- package/models/operations/accountv1sessionlogin.d.ts.map +1 -1
- package/models/operations/accountv1sessionlogin.js +20 -1
- package/models/operations/accountv1sessionlogin.js.map +1 -1
- package/package.json +1 -1
- package/sdk/account.d.ts +7 -3
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js +13 -6
- package/sdk/account.js.map +1 -1
- package/sdk/session.d.ts +1 -1
- package/sdk/session.d.ts.map +1 -1
- package/sdk/session.js +2 -2
- package/sdk/session.js.map +1 -1
- package/sdk/settings.d.ts +4 -0
- package/sdk/settings.d.ts.map +1 -1
- package/sdk/settings.js +7 -0
- package/sdk/settings.js.map +1 -1
- package/src/funcs/accountAccountV1GetApps.ts +20 -2
- package/src/funcs/accountAccountV1GetBadges.ts +20 -2
- package/src/funcs/accountAccountV1SessionLogin.ts +13 -5
- package/src/funcs/accountAccountV1SettingsUploadImages.ts +130 -0
- package/src/funcs/sessionAccountV1SessionLogin.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsUploadImages.ts +130 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/accountsearch.ts +58 -0
- package/src/models/components/accountsearchidstruct.ts +55 -0
- package/src/models/components/accountsearchvanitystruct.ts +85 -0
- package/src/models/components/emailnotification.ts +14 -12
- package/src/models/components/index.ts +5 -0
- package/src/models/components/security.ts +4 -4
- package/src/models/components/v1uploadimagesrequestbody.ts +54 -0
- package/src/models/components/v1uploaedimage.ts +87 -0
- package/src/models/operations/accountv1sessionlogin.ts +40 -0
- package/src/sdk/account.ts +20 -4
- package/src/sdk/session.ts +2 -1
- package/src/sdk/settings.ts +11 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
export type AccountSearchIDStruct = {
|
|
3
|
+
/**
|
|
4
|
+
* Account ID to search for
|
|
5
|
+
*/
|
|
6
|
+
accountId?: number | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* SteamID64 to search for
|
|
9
|
+
*/
|
|
10
|
+
steamId64?: string | undefined;
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const AccountSearchIDStruct$inboundSchema: z.ZodType<AccountSearchIDStruct, z.ZodTypeDef, unknown>;
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type AccountSearchIDStruct$Outbound = {
|
|
16
|
+
accountId?: number | undefined;
|
|
17
|
+
steamId64?: string | undefined;
|
|
18
|
+
};
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const AccountSearchIDStruct$outboundSchema: z.ZodType<AccountSearchIDStruct$Outbound, z.ZodTypeDef, AccountSearchIDStruct>;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
24
|
+
*/
|
|
25
|
+
export declare namespace AccountSearchIDStruct$ {
|
|
26
|
+
/** @deprecated use `AccountSearchIDStruct$inboundSchema` instead. */
|
|
27
|
+
const inboundSchema: z.ZodType<AccountSearchIDStruct, z.ZodTypeDef, unknown>;
|
|
28
|
+
/** @deprecated use `AccountSearchIDStruct$outboundSchema` instead. */
|
|
29
|
+
const outboundSchema: z.ZodType<AccountSearchIDStruct$Outbound, z.ZodTypeDef, AccountSearchIDStruct>;
|
|
30
|
+
/** @deprecated use `AccountSearchIDStruct$Outbound` instead. */
|
|
31
|
+
type Outbound = AccountSearchIDStruct$Outbound;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=accountsearchidstruct.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountsearchidstruct.d.ts","sourceRoot":"","sources":["../../src/models/components/accountsearchidstruct.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,qBAAqB,GAAG;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACvD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIT,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IACzC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CACxD,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAIvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACpC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACzD"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.AccountSearchIDStruct$ = exports.AccountSearchIDStruct$outboundSchema = exports.AccountSearchIDStruct$inboundSchema = void 0;
|
|
30
|
+
const z = __importStar(require("zod"));
|
|
31
|
+
/** @internal */
|
|
32
|
+
exports.AccountSearchIDStruct$inboundSchema = z.object({
|
|
33
|
+
accountId: z.number().int().optional(),
|
|
34
|
+
steamId64: z.string().optional(),
|
|
35
|
+
});
|
|
36
|
+
/** @internal */
|
|
37
|
+
exports.AccountSearchIDStruct$outboundSchema = z.object({
|
|
38
|
+
accountId: z.number().int().optional(),
|
|
39
|
+
steamId64: z.string().optional(),
|
|
40
|
+
});
|
|
41
|
+
/**
|
|
42
|
+
* @internal
|
|
43
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
44
|
+
*/
|
|
45
|
+
var AccountSearchIDStruct$;
|
|
46
|
+
(function (AccountSearchIDStruct$) {
|
|
47
|
+
/** @deprecated use `AccountSearchIDStruct$inboundSchema` instead. */
|
|
48
|
+
AccountSearchIDStruct$.inboundSchema = exports.AccountSearchIDStruct$inboundSchema;
|
|
49
|
+
/** @deprecated use `AccountSearchIDStruct$outboundSchema` instead. */
|
|
50
|
+
AccountSearchIDStruct$.outboundSchema = exports.AccountSearchIDStruct$outboundSchema;
|
|
51
|
+
})(AccountSearchIDStruct$ || (exports.AccountSearchIDStruct$ = AccountSearchIDStruct$ = {}));
|
|
52
|
+
//# sourceMappingURL=accountsearchidstruct.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountsearchidstruct.js","sourceRoot":"","sources":["../../src/models/components/accountsearchidstruct.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAazB,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACnC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AAGvE,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
/**
|
|
4
|
+
* Which type of vanity to search for
|
|
5
|
+
*/
|
|
6
|
+
export declare const Type: {
|
|
7
|
+
readonly Steam: "steam";
|
|
8
|
+
readonly Internal: "internal";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Which type of vanity to search for
|
|
12
|
+
*/
|
|
13
|
+
export type Type = ClosedEnum<typeof Type>;
|
|
14
|
+
export type AccountSearchVanityStruct = {
|
|
15
|
+
/**
|
|
16
|
+
* Which type of vanity to search for
|
|
17
|
+
*/
|
|
18
|
+
type?: Type | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* Vanity to search for
|
|
21
|
+
*/
|
|
22
|
+
value?: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
/** @internal */
|
|
25
|
+
export declare const Type$inboundSchema: z.ZodNativeEnum<typeof Type>;
|
|
26
|
+
/** @internal */
|
|
27
|
+
export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
|
|
28
|
+
/**
|
|
29
|
+
* @internal
|
|
30
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
31
|
+
*/
|
|
32
|
+
export declare namespace Type$ {
|
|
33
|
+
/** @deprecated use `Type$inboundSchema` instead. */
|
|
34
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
35
|
+
readonly Steam: "steam";
|
|
36
|
+
readonly Internal: "internal";
|
|
37
|
+
}>;
|
|
38
|
+
/** @deprecated use `Type$outboundSchema` instead. */
|
|
39
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
40
|
+
readonly Steam: "steam";
|
|
41
|
+
readonly Internal: "internal";
|
|
42
|
+
}>;
|
|
43
|
+
}
|
|
44
|
+
/** @internal */
|
|
45
|
+
export declare const AccountSearchVanityStruct$inboundSchema: z.ZodType<AccountSearchVanityStruct, z.ZodTypeDef, unknown>;
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type AccountSearchVanityStruct$Outbound = {
|
|
48
|
+
type?: string | undefined;
|
|
49
|
+
value?: string | undefined;
|
|
50
|
+
};
|
|
51
|
+
/** @internal */
|
|
52
|
+
export declare const AccountSearchVanityStruct$outboundSchema: z.ZodType<AccountSearchVanityStruct$Outbound, z.ZodTypeDef, AccountSearchVanityStruct>;
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
+
*/
|
|
57
|
+
export declare namespace AccountSearchVanityStruct$ {
|
|
58
|
+
/** @deprecated use `AccountSearchVanityStruct$inboundSchema` instead. */
|
|
59
|
+
const inboundSchema: z.ZodType<AccountSearchVanityStruct, z.ZodTypeDef, unknown>;
|
|
60
|
+
/** @deprecated use `AccountSearchVanityStruct$outboundSchema` instead. */
|
|
61
|
+
const outboundSchema: z.ZodType<AccountSearchVanityStruct$Outbound, z.ZodTypeDef, AccountSearchVanityStruct>;
|
|
62
|
+
/** @deprecated use `AccountSearchVanityStruct$Outbound` instead. */
|
|
63
|
+
type Outbound = AccountSearchVanityStruct$Outbound;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=accountsearchvanitystruct.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountsearchvanitystruct.d.ts","sourceRoot":"","sources":["../../src/models/components/accountsearchvanitystruct.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,IAAI;;;CAGP,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,MAAM,MAAM,yBAAyB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAAsB,CAAC;AAEnF,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAAsB,CAAC;AAEpF;;;GAGG;AACH,yBAAiB,KAAK,CAAC;IACnB,oDAAoD;IAC7C,MAAM,aAAa;;;MAAqB,CAAC;IAChD,qDAAqD;IAC9C,MAAM,cAAc;;;MAAsB,CAAC;CACrD;AAED,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC3D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIT,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC5D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAI3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IACxC,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC7D"}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.AccountSearchVanityStruct$ = exports.AccountSearchVanityStruct$outboundSchema = exports.AccountSearchVanityStruct$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.Type = void 0;
|
|
30
|
+
const z = __importStar(require("zod"));
|
|
31
|
+
/**
|
|
32
|
+
* Which type of vanity to search for
|
|
33
|
+
*/
|
|
34
|
+
exports.Type = {
|
|
35
|
+
Steam: "steam",
|
|
36
|
+
Internal: "internal",
|
|
37
|
+
};
|
|
38
|
+
/** @internal */
|
|
39
|
+
exports.Type$inboundSchema = z.nativeEnum(exports.Type);
|
|
40
|
+
/** @internal */
|
|
41
|
+
exports.Type$outboundSchema = exports.Type$inboundSchema;
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
45
|
+
*/
|
|
46
|
+
var Type$;
|
|
47
|
+
(function (Type$) {
|
|
48
|
+
/** @deprecated use `Type$inboundSchema` instead. */
|
|
49
|
+
Type$.inboundSchema = exports.Type$inboundSchema;
|
|
50
|
+
/** @deprecated use `Type$outboundSchema` instead. */
|
|
51
|
+
Type$.outboundSchema = exports.Type$outboundSchema;
|
|
52
|
+
})(Type$ || (exports.Type$ = Type$ = {}));
|
|
53
|
+
/** @internal */
|
|
54
|
+
exports.AccountSearchVanityStruct$inboundSchema = z.object({
|
|
55
|
+
type: exports.Type$inboundSchema.optional(),
|
|
56
|
+
value: z.string().optional(),
|
|
57
|
+
});
|
|
58
|
+
/** @internal */
|
|
59
|
+
exports.AccountSearchVanityStruct$outboundSchema = z.object({
|
|
60
|
+
type: exports.Type$outboundSchema.optional(),
|
|
61
|
+
value: z.string().optional(),
|
|
62
|
+
});
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
66
|
+
*/
|
|
67
|
+
var AccountSearchVanityStruct$;
|
|
68
|
+
(function (AccountSearchVanityStruct$) {
|
|
69
|
+
/** @deprecated use `AccountSearchVanityStruct$inboundSchema` instead. */
|
|
70
|
+
AccountSearchVanityStruct$.inboundSchema = exports.AccountSearchVanityStruct$inboundSchema;
|
|
71
|
+
/** @deprecated use `AccountSearchVanityStruct$outboundSchema` instead. */
|
|
72
|
+
AccountSearchVanityStruct$.outboundSchema = exports.AccountSearchVanityStruct$outboundSchema;
|
|
73
|
+
})(AccountSearchVanityStruct$ || (exports.AccountSearchVanityStruct$ = AccountSearchVanityStruct$ = {}));
|
|
74
|
+
//# sourceMappingURL=accountsearchvanitystruct.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountsearchvanitystruct.js","sourceRoot":"","sources":["../../src/models/components/accountsearchvanitystruct.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,uCAAyB;AAEzB;;GAEG;AACU,QAAA,IAAI,GAAG;IAChB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;CACd,CAAC;AAiBX,gBAAgB;AACH,QAAA,kBAAkB,GAAiC,CAAC,CAAC,UAAU,CAAC,YAAI,CAAC,CAAC;AAEnF,gBAAgB;AACH,QAAA,mBAAmB,GAAiC,0BAAkB,CAAC;AAEpF;;;GAGG;AACH,IAAiB,KAAK,CAKrB;AALD,WAAiB,KAAK;IAClB,oDAAoD;IACvC,mBAAa,GAAG,0BAAkB,CAAC;IAChD,qDAAqD;IACxC,oBAAc,GAAG,2BAAmB,CAAC;AACtD,CAAC,EALgB,KAAK,qBAAL,KAAK,QAKrB;AAED,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACT,IAAI,EAAE,0BAAkB,CAAC,QAAQ,EAAE;IACnC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACT,IAAI,EAAE,2BAAmB,CAAC,QAAQ,EAAE;IACpC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACvC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAG3E,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C"}
|
|
@@ -3,13 +3,13 @@ import * as z from "zod";
|
|
|
3
3
|
/**
|
|
4
4
|
* The type of email notifications
|
|
5
5
|
*/
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const EmailNotificationType: {
|
|
7
7
|
readonly Login: "login";
|
|
8
8
|
};
|
|
9
9
|
/**
|
|
10
10
|
* The type of email notifications
|
|
11
11
|
*/
|
|
12
|
-
export type
|
|
12
|
+
export type EmailNotificationType = ClosedEnum<typeof EmailNotificationType>;
|
|
13
13
|
export type EmailNotification = {
|
|
14
14
|
/**
|
|
15
15
|
* Whether the email notifications are enabled or not
|
|
@@ -18,22 +18,22 @@ export type EmailNotification = {
|
|
|
18
18
|
/**
|
|
19
19
|
* The type of email notifications
|
|
20
20
|
*/
|
|
21
|
-
type:
|
|
21
|
+
type: EmailNotificationType;
|
|
22
22
|
};
|
|
23
23
|
/** @internal */
|
|
24
|
-
export declare const
|
|
24
|
+
export declare const EmailNotificationType$inboundSchema: z.ZodNativeEnum<typeof EmailNotificationType>;
|
|
25
25
|
/** @internal */
|
|
26
|
-
export declare const
|
|
26
|
+
export declare const EmailNotificationType$outboundSchema: z.ZodNativeEnum<typeof EmailNotificationType>;
|
|
27
27
|
/**
|
|
28
28
|
* @internal
|
|
29
29
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
30
30
|
*/
|
|
31
|
-
export declare namespace
|
|
32
|
-
/** @deprecated use `
|
|
31
|
+
export declare namespace EmailNotificationType$ {
|
|
32
|
+
/** @deprecated use `EmailNotificationType$inboundSchema` instead. */
|
|
33
33
|
const inboundSchema: z.ZodNativeEnum<{
|
|
34
34
|
readonly Login: "login";
|
|
35
35
|
}>;
|
|
36
|
-
/** @deprecated use `
|
|
36
|
+
/** @deprecated use `EmailNotificationType$outboundSchema` instead. */
|
|
37
37
|
const outboundSchema: z.ZodNativeEnum<{
|
|
38
38
|
readonly Login: "login";
|
|
39
39
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailnotification.d.ts","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"emailnotification.d.ts","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,qBAAqB;;CAExB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,MAAM,MAAM,iBAAiB,GAAG;IAC5B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,qBAAqB,CAAC;CAC/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,qBAAqB,CACvD,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,qBAAqB,CACxD,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACpC,qEAAqE;IAC9D,MAAM,aAAa;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;MAAuC,CAAC;CACtE;AAED,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAI1F,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACpD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAInB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAChC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACrD"}
|
|
@@ -26,38 +26,38 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.EmailNotification$ = exports.EmailNotification$outboundSchema = exports.EmailNotification$inboundSchema = exports.
|
|
29
|
+
exports.EmailNotification$ = exports.EmailNotification$outboundSchema = exports.EmailNotification$inboundSchema = exports.EmailNotificationType$ = exports.EmailNotificationType$outboundSchema = exports.EmailNotificationType$inboundSchema = exports.EmailNotificationType = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
/**
|
|
32
32
|
* The type of email notifications
|
|
33
33
|
*/
|
|
34
|
-
exports.
|
|
34
|
+
exports.EmailNotificationType = {
|
|
35
35
|
Login: "login",
|
|
36
36
|
};
|
|
37
37
|
/** @internal */
|
|
38
|
-
exports.
|
|
38
|
+
exports.EmailNotificationType$inboundSchema = z.nativeEnum(exports.EmailNotificationType);
|
|
39
39
|
/** @internal */
|
|
40
|
-
exports.
|
|
40
|
+
exports.EmailNotificationType$outboundSchema = exports.EmailNotificationType$inboundSchema;
|
|
41
41
|
/**
|
|
42
42
|
* @internal
|
|
43
43
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
44
44
|
*/
|
|
45
|
-
var
|
|
46
|
-
(function (
|
|
47
|
-
/** @deprecated use `
|
|
48
|
-
|
|
49
|
-
/** @deprecated use `
|
|
50
|
-
|
|
51
|
-
})(
|
|
45
|
+
var EmailNotificationType$;
|
|
46
|
+
(function (EmailNotificationType$) {
|
|
47
|
+
/** @deprecated use `EmailNotificationType$inboundSchema` instead. */
|
|
48
|
+
EmailNotificationType$.inboundSchema = exports.EmailNotificationType$inboundSchema;
|
|
49
|
+
/** @deprecated use `EmailNotificationType$outboundSchema` instead. */
|
|
50
|
+
EmailNotificationType$.outboundSchema = exports.EmailNotificationType$outboundSchema;
|
|
51
|
+
})(EmailNotificationType$ || (exports.EmailNotificationType$ = EmailNotificationType$ = {}));
|
|
52
52
|
/** @internal */
|
|
53
53
|
exports.EmailNotification$inboundSchema = z.object({
|
|
54
54
|
enabled: z.boolean(),
|
|
55
|
-
type: exports.
|
|
55
|
+
type: exports.EmailNotificationType$inboundSchema,
|
|
56
56
|
});
|
|
57
57
|
/** @internal */
|
|
58
58
|
exports.EmailNotification$outboundSchema = z.object({
|
|
59
59
|
enabled: z.boolean(),
|
|
60
|
-
type: exports.
|
|
60
|
+
type: exports.EmailNotificationType$outboundSchema,
|
|
61
61
|
});
|
|
62
62
|
/**
|
|
63
63
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailnotification.js","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,uCAAyB;AAEzB;;GAEG;AACU,QAAA,
|
|
1
|
+
{"version":3,"file":"emailnotification.js","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,uCAAyB;AAEzB;;GAEG;AACU,QAAA,qBAAqB,GAAG;IACjC,KAAK,EAAE,OAAO;CACR,CAAC;AAiBX,gBAAgB;AACH,QAAA,mCAAmC,GAC5C,CAAC,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAC;AAExC,gBAAgB;AACH,QAAA,oCAAoC,GAC7C,2CAAmC,CAAC;AAExC;;;GAGG;AACH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACnC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AACvE,CAAC,EALgB,sBAAsB,sCAAtB,sBAAsB,QAKtC;AAED,gBAAgB;AACH,QAAA,+BAA+B,GACxC,CAAC,CAAC,MAAM,CAAC;IACL,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,2CAAmC;CAC5C,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACT,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,4CAAoC;CAC7C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kBAAkB,CAOlC;AAPD,WAAiB,kBAAkB;IAC/B,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AAGnE,CAAC,EAPgB,kBAAkB,kCAAlB,kBAAkB,QAOlC"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./accountsearch.js";
|
|
2
|
+
export * from "./accountsearchidstruct.js";
|
|
3
|
+
export * from "./accountsearchvanitystruct.js";
|
|
1
4
|
export * from "./connection.js";
|
|
2
5
|
export * from "./emailnotification.js";
|
|
3
6
|
export * from "./errordetail.js";
|
|
@@ -31,6 +34,8 @@ export * from "./v1updateimagerequestbody.js";
|
|
|
31
34
|
export * from "./v1updateimageresponsebody.js";
|
|
32
35
|
export * from "./v1updatesettingsrequestbody.js";
|
|
33
36
|
export * from "./v1updatesettingsresponsebody.js";
|
|
37
|
+
export * from "./v1uploadimagesrequestbody.js";
|
|
38
|
+
export * from "./v1uploaedimage.js";
|
|
34
39
|
export * from "./v1verifyconnectionrequestbody.js";
|
|
35
40
|
export * from "./v1verifyconnectionresponsebody.js";
|
|
36
41
|
export * from "./v1verifyemailrequestbody.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
|
|
@@ -17,6 +17,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
+
__exportStar(require("./accountsearch.js"), exports);
|
|
21
|
+
__exportStar(require("./accountsearchidstruct.js"), exports);
|
|
22
|
+
__exportStar(require("./accountsearchvanitystruct.js"), exports);
|
|
20
23
|
__exportStar(require("./connection.js"), exports);
|
|
21
24
|
__exportStar(require("./emailnotification.js"), exports);
|
|
22
25
|
__exportStar(require("./errordetail.js"), exports);
|
|
@@ -50,6 +53,8 @@ __exportStar(require("./v1updateimagerequestbody.js"), exports);
|
|
|
50
53
|
__exportStar(require("./v1updateimageresponsebody.js"), exports);
|
|
51
54
|
__exportStar(require("./v1updatesettingsrequestbody.js"), exports);
|
|
52
55
|
__exportStar(require("./v1updatesettingsresponsebody.js"), exports);
|
|
56
|
+
__exportStar(require("./v1uploadimagesrequestbody.js"), exports);
|
|
57
|
+
__exportStar(require("./v1uploaedimage.js"), exports);
|
|
53
58
|
__exportStar(require("./v1verifyconnectionrequestbody.js"), exports);
|
|
54
59
|
__exportStar(require("./v1verifyconnectionresponsebody.js"), exports);
|
|
55
60
|
__exportStar(require("./v1verifyemailrequestbody.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,kDAAgC;AAChC,yDAAuC;AACvC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,wDAAsC;AACtC,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,kEAAgD;AAChD,6CAA2B;AAC3B,+CAA6B;AAC7B,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,qDAAmC;AACnC,6DAA2C;AAC3C,iEAA+C;AAC/C,kDAAgC;AAChC,yDAAuC;AACvC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,wDAAsC;AACtC,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,kEAAgD;AAChD,6CAA2B;AAC3B,+CAA6B;AAC7B,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,iEAA+C;AAC/C,sDAAoC;AACpC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
export type Security = {
|
|
3
|
-
session
|
|
3
|
+
session?: string | undefined;
|
|
4
4
|
};
|
|
5
5
|
/** @internal */
|
|
6
6
|
export declare const Security$inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
|
|
7
7
|
/** @internal */
|
|
8
8
|
export type Security$Outbound = {
|
|
9
|
-
session
|
|
9
|
+
session?: string | undefined;
|
|
10
10
|
};
|
|
11
11
|
/** @internal */
|
|
12
12
|
export declare const Security$outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,QAAQ,GAAG;IACnB,OAAO,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,QAAQ,GAAG;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAE5E,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAC,UAAU,EAAE,QAAQ,CAGnF,CAAC;AAEP;;;GAGG;AACH,yBAAiB,SAAS,CAAC;IACvB,wDAAwD;IACjD,MAAM,aAAa,4CAAyB,CAAC;IACpD,yDAAyD;IAClD,MAAM,cAAc,sDAA0B,CAAC;IACtD,mDAAmD;IACnD,KAAY,QAAQ,GAAG,iBAAiB,CAAC;CAC5C"}
|
|
@@ -30,11 +30,11 @@ exports.Security$ = exports.Security$outboundSchema = exports.Security$inboundSc
|
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
/** @internal */
|
|
32
32
|
exports.Security$inboundSchema = z.object({
|
|
33
|
-
session: z.string(),
|
|
33
|
+
session: z.string().optional(),
|
|
34
34
|
});
|
|
35
35
|
/** @internal */
|
|
36
36
|
exports.Security$outboundSchema = z.object({
|
|
37
|
-
session: z.string(),
|
|
37
|
+
session: z.string().optional(),
|
|
38
38
|
});
|
|
39
39
|
/**
|
|
40
40
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security.js","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAMzB,gBAAgB;AACH,QAAA,sBAAsB,GAA+C,CAAC,CAAC,MAAM,CAAC;IACvF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;
|
|
1
|
+
{"version":3,"file":"security.js","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAMzB,gBAAgB;AACH,QAAA,sBAAsB,GAA+C,CAAC,CAAC,MAAM,CAAC;IACvF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,uBAAuB,GAChC,CAAC,CAAC,MAAM,CAAC;IACL,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACtB,wDAAwD;IAC3C,uBAAa,GAAG,8BAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,+BAAuB,CAAC;AAG1D,CAAC,EAPgB,SAAS,yBAAT,SAAS,QAOzB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { V1UploaedImage, V1UploaedImage$Outbound } from "./v1uploaedimage.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
export type V1UploadImagesRequestBody = {
|
|
4
|
+
/**
|
|
5
|
+
* The images to upload
|
|
6
|
+
*/
|
|
7
|
+
images: Array<V1UploaedImage> | null;
|
|
8
|
+
};
|
|
9
|
+
/** @internal */
|
|
10
|
+
export declare const V1UploadImagesRequestBody$inboundSchema: z.ZodType<V1UploadImagesRequestBody, z.ZodTypeDef, unknown>;
|
|
11
|
+
/** @internal */
|
|
12
|
+
export type V1UploadImagesRequestBody$Outbound = {
|
|
13
|
+
images: Array<V1UploaedImage$Outbound> | null;
|
|
14
|
+
};
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const V1UploadImagesRequestBody$outboundSchema: z.ZodType<V1UploadImagesRequestBody$Outbound, z.ZodTypeDef, V1UploadImagesRequestBody>;
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
20
|
+
*/
|
|
21
|
+
export declare namespace V1UploadImagesRequestBody$ {
|
|
22
|
+
/** @deprecated use `V1UploadImagesRequestBody$inboundSchema` instead. */
|
|
23
|
+
const inboundSchema: z.ZodType<V1UploadImagesRequestBody, z.ZodTypeDef, unknown>;
|
|
24
|
+
/** @deprecated use `V1UploadImagesRequestBody$outboundSchema` instead. */
|
|
25
|
+
const outboundSchema: z.ZodType<V1UploadImagesRequestBody$Outbound, z.ZodTypeDef, V1UploadImagesRequestBody>;
|
|
26
|
+
/** @deprecated use `V1UploadImagesRequestBody$Outbound` instead. */
|
|
27
|
+
type Outbound = V1UploadImagesRequestBody$Outbound;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=v1uploadimagesrequestbody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1uploadimagesrequestbody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1uploadimagesrequestbody.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,cAAc,EAEd,uBAAuB,EAE1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,yBAAyB,GAAG;IACpC;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CACxC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC3D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGT,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC7C,MAAM,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CACjD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC5D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAG3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IACxC,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC7D"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.V1UploadImagesRequestBody$ = exports.V1UploadImagesRequestBody$outboundSchema = exports.V1UploadImagesRequestBody$inboundSchema = void 0;
|
|
30
|
+
const v1uploaedimage_js_1 = require("./v1uploaedimage.js");
|
|
31
|
+
const z = __importStar(require("zod"));
|
|
32
|
+
/** @internal */
|
|
33
|
+
exports.V1UploadImagesRequestBody$inboundSchema = z.object({
|
|
34
|
+
images: z.nullable(z.array(v1uploaedimage_js_1.V1UploaedImage$inboundSchema)),
|
|
35
|
+
});
|
|
36
|
+
/** @internal */
|
|
37
|
+
exports.V1UploadImagesRequestBody$outboundSchema = z.object({
|
|
38
|
+
images: z.nullable(z.array(v1uploaedimage_js_1.V1UploaedImage$outboundSchema)),
|
|
39
|
+
});
|
|
40
|
+
/**
|
|
41
|
+
* @internal
|
|
42
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
43
|
+
*/
|
|
44
|
+
var V1UploadImagesRequestBody$;
|
|
45
|
+
(function (V1UploadImagesRequestBody$) {
|
|
46
|
+
/** @deprecated use `V1UploadImagesRequestBody$inboundSchema` instead. */
|
|
47
|
+
V1UploadImagesRequestBody$.inboundSchema = exports.V1UploadImagesRequestBody$inboundSchema;
|
|
48
|
+
/** @deprecated use `V1UploadImagesRequestBody$outboundSchema` instead. */
|
|
49
|
+
V1UploadImagesRequestBody$.outboundSchema = exports.V1UploadImagesRequestBody$outboundSchema;
|
|
50
|
+
})(V1UploadImagesRequestBody$ || (exports.V1UploadImagesRequestBody$ = V1UploadImagesRequestBody$ = {}));
|
|
51
|
+
//# sourceMappingURL=v1uploadimagesrequestbody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1uploadimagesrequestbody.js","sourceRoot":"","sources":["../../src/models/components/v1uploadimagesrequestbody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAK6B;AAC7B,uCAAyB;AASzB,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACT,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,gDAA4B,CAAC,CAAC;CAC5D,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACT,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iDAA6B,CAAC,CAAC;CAC7D,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACvC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAG3E,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
/**
|
|
4
|
+
* The Image Type
|
|
5
|
+
*/
|
|
6
|
+
export declare const V1UploaedImageType: {
|
|
7
|
+
readonly Avatar: "avatar";
|
|
8
|
+
readonly Background: "background";
|
|
9
|
+
readonly MiniBackground: "mini_background";
|
|
10
|
+
readonly AnimatedAvatar: "animated_avatar";
|
|
11
|
+
readonly AvatarFrame: "avatar_frame";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* The Image Type
|
|
15
|
+
*/
|
|
16
|
+
export type V1UploaedImageType = ClosedEnum<typeof V1UploaedImageType>;
|
|
17
|
+
export type V1UploaedImage = {
|
|
18
|
+
/**
|
|
19
|
+
* The image data aka base64 encoded image
|
|
20
|
+
*/
|
|
21
|
+
data: string;
|
|
22
|
+
/**
|
|
23
|
+
* The Image Type
|
|
24
|
+
*/
|
|
25
|
+
type: V1UploaedImageType;
|
|
26
|
+
};
|
|
27
|
+
/** @internal */
|
|
28
|
+
export declare const V1UploaedImageType$inboundSchema: z.ZodNativeEnum<typeof V1UploaedImageType>;
|
|
29
|
+
/** @internal */
|
|
30
|
+
export declare const V1UploaedImageType$outboundSchema: z.ZodNativeEnum<typeof V1UploaedImageType>;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
34
|
+
*/
|
|
35
|
+
export declare namespace V1UploaedImageType$ {
|
|
36
|
+
/** @deprecated use `V1UploaedImageType$inboundSchema` instead. */
|
|
37
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
38
|
+
readonly Avatar: "avatar";
|
|
39
|
+
readonly Background: "background";
|
|
40
|
+
readonly MiniBackground: "mini_background";
|
|
41
|
+
readonly AnimatedAvatar: "animated_avatar";
|
|
42
|
+
readonly AvatarFrame: "avatar_frame";
|
|
43
|
+
}>;
|
|
44
|
+
/** @deprecated use `V1UploaedImageType$outboundSchema` instead. */
|
|
45
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
46
|
+
readonly Avatar: "avatar";
|
|
47
|
+
readonly Background: "background";
|
|
48
|
+
readonly MiniBackground: "mini_background";
|
|
49
|
+
readonly AnimatedAvatar: "animated_avatar";
|
|
50
|
+
readonly AvatarFrame: "avatar_frame";
|
|
51
|
+
}>;
|
|
52
|
+
}
|
|
53
|
+
/** @internal */
|
|
54
|
+
export declare const V1UploaedImage$inboundSchema: z.ZodType<V1UploaedImage, z.ZodTypeDef, unknown>;
|
|
55
|
+
/** @internal */
|
|
56
|
+
export type V1UploaedImage$Outbound = {
|
|
57
|
+
data: string;
|
|
58
|
+
type: string;
|
|
59
|
+
};
|
|
60
|
+
/** @internal */
|
|
61
|
+
export declare const V1UploaedImage$outboundSchema: z.ZodType<V1UploaedImage$Outbound, z.ZodTypeDef, V1UploaedImage>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
65
|
+
*/
|
|
66
|
+
export declare namespace V1UploaedImage$ {
|
|
67
|
+
/** @deprecated use `V1UploaedImage$inboundSchema` instead. */
|
|
68
|
+
const inboundSchema: z.ZodType<V1UploaedImage, z.ZodTypeDef, unknown>;
|
|
69
|
+
/** @deprecated use `V1UploaedImage$outboundSchema` instead. */
|
|
70
|
+
const outboundSchema: z.ZodType<V1UploaedImage$Outbound, z.ZodTypeDef, V1UploaedImage>;
|
|
71
|
+
/** @deprecated use `V1UploaedImage$Outbound` instead. */
|
|
72
|
+
type Outbound = V1UploaedImage$Outbound;
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=v1uploaedimage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1uploaedimage.d.ts","sourceRoot":"","sources":["../../src/models/components/v1uploaedimage.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;CAMrB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;CAC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,kBAAkB,CACpD,CAAC;AAErC,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,kBAAkB,CACrD,CAAC;AAErC;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACjC,kEAAkE;IAC3D,MAAM,aAAa;;;;;;MAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc;;;;;;MAAoC,CAAC;CACnE;AAED,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAIpF,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,uBAAuB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACjD,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,cAAc,CAIhB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC7B,8DAA8D;IACvD,MAAM,aAAa,kDAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc,kEAAgC,CAAC;IAC5D,yDAAyD;IACzD,KAAY,QAAQ,GAAG,uBAAuB,CAAC;CAClD"}
|