@steamsets/client-ts 0.30.1 → 0.31.1
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 +16 -5
- package/examples/package-lock.json +1 -1
- package/funcs/accountAccountListInventorySets.d.ts +18 -0
- package/funcs/accountAccountListInventorySets.d.ts.map +1 -0
- package/funcs/{badgesListPrices.js → accountAccountListInventorySets.js} +18 -24
- package/funcs/accountAccountListInventorySets.js.map +1 -0
- package/funcs/accountAccountRefreshInventory.d.ts +18 -0
- package/funcs/accountAccountRefreshInventory.d.ts.map +1 -0
- package/funcs/accountAccountRefreshInventory.js +125 -0
- package/funcs/accountAccountRefreshInventory.js.map +1 -0
- package/funcs/adminGetAccount.d.ts +16 -0
- package/funcs/adminGetAccount.d.ts.map +1 -0
- package/funcs/adminGetAccount.js +133 -0
- package/funcs/adminGetAccount.js.map +1 -0
- package/funcs/adminRemoveVanity.d.ts +16 -0
- package/funcs/adminRemoveVanity.d.ts.map +1 -0
- package/funcs/adminRemoveVanity.js +133 -0
- package/funcs/adminRemoveVanity.js.map +1 -0
- package/funcs/adminUpdateResources.d.ts +16 -0
- package/funcs/adminUpdateResources.d.ts.map +1 -0
- package/funcs/adminUpdateResources.js +131 -0
- package/funcs/adminUpdateResources.js.map +1 -0
- package/funcs/adminUpdateRoles.d.ts +16 -0
- package/funcs/adminUpdateRoles.d.ts.map +1 -0
- package/funcs/adminUpdateRoles.js +131 -0
- package/funcs/adminUpdateRoles.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/card.d.ts +17 -0
- package/models/components/card.d.ts.map +1 -0
- package/models/components/{v1badgelevel.js → card.js} +8 -8
- package/models/components/card.js.map +1 -0
- package/models/components/historyvalue.d.ts +17 -0
- package/models/components/historyvalue.d.ts.map +1 -0
- package/models/components/{v1badgesetcount.js → historyvalue.js} +8 -8
- package/models/components/historyvalue.js.map +1 -0
- package/models/components/index.d.ts +12 -9
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +12 -9
- package/models/components/index.js.map +1 -1
- package/models/components/inventoryset.d.ts +30 -0
- package/models/components/inventoryset.d.ts.map +1 -0
- package/models/components/{v1badgeapp.js → inventoryset.js} +12 -12
- package/models/components/inventoryset.js.map +1 -0
- package/models/components/resource.d.ts +11 -0
- package/models/components/resource.d.ts.map +1 -1
- package/models/components/resource.js +13 -1
- package/models/components/resource.js.map +1 -1
- package/models/components/v1accountlistinventorysetsresponsebody.d.ts +26 -0
- package/models/components/v1accountlistinventorysetsresponsebody.d.ts.map +1 -0
- package/models/components/{v1badgelistbadgepricesresponsebody.js → v1accountlistinventorysetsresponsebody.js} +10 -13
- package/models/components/v1accountlistinventorysetsresponsebody.js.map +1 -0
- package/models/components/v1accountlocationupdate.d.ts +19 -0
- package/models/components/v1accountlocationupdate.d.ts.map +1 -0
- package/models/components/v1accountlocationupdate.js +56 -0
- package/models/components/v1accountlocationupdate.js.map +1 -0
- package/models/components/v1accountnameupdate.d.ts +15 -0
- package/models/components/v1accountnameupdate.d.ts.map +1 -0
- package/models/components/{v1badgetypecount.js → v1accountnameupdate.js} +9 -9
- package/models/components/v1accountnameupdate.js.map +1 -0
- package/models/components/v1accountrefreshinventoryresponsebody.d.ts +17 -0
- package/models/components/v1accountrefreshinventoryresponsebody.d.ts.map +1 -0
- package/models/components/{errormodel.js → v1accountrefreshinventoryresponsebody.js} +7 -13
- package/models/components/v1accountrefreshinventoryresponsebody.js.map +1 -0
- package/models/components/v1accountvanityupdate.d.ts +15 -0
- package/models/components/v1accountvanityupdate.d.ts.map +1 -0
- package/models/components/v1accountvanityupdate.js +52 -0
- package/models/components/v1accountvanityupdate.js.map +1 -0
- package/models/components/v1admingetaccountresponsebody.d.ts +104 -0
- package/models/components/v1admingetaccountresponsebody.d.ts.map +1 -0
- package/models/components/v1admingetaccountresponsebody.js +90 -0
- package/models/components/v1admingetaccountresponsebody.js.map +1 -0
- package/models/components/v1adminremovevanityresponsebody.d.ts +13 -0
- package/models/components/v1adminremovevanityresponsebody.d.ts.map +1 -0
- package/models/components/v1adminremovevanityresponsebody.js +55 -0
- package/models/components/v1adminremovevanityresponsebody.js.map +1 -0
- package/models/components/v1adminupdateresourcesrequestbody.d.ts +22 -0
- package/models/components/v1adminupdateresourcesrequestbody.d.ts.map +1 -0
- package/models/components/v1adminupdateresourcesrequestbody.js +54 -0
- package/models/components/v1adminupdateresourcesrequestbody.js.map +1 -0
- package/models/components/v1adminupdaterolesrequestbody.d.ts +45 -0
- package/models/components/v1adminupdaterolesrequestbody.d.ts.map +1 -0
- package/models/components/v1adminupdaterolesrequestbody.js +78 -0
- package/models/components/v1adminupdaterolesrequestbody.js.map +1 -0
- package/models/operations/accountlistinventorysets.d.ts +15 -0
- package/models/operations/accountlistinventorysets.d.ts.map +1 -0
- package/models/operations/accountlistinventorysets.js +59 -0
- package/models/operations/accountlistinventorysets.js.map +1 -0
- package/models/operations/accountrefreshinventory.d.ts +15 -0
- package/models/operations/accountrefreshinventory.d.ts.map +1 -0
- package/models/operations/accountrefreshinventory.js +59 -0
- package/models/operations/accountrefreshinventory.js.map +1 -0
- package/models/operations/admingetaccount.d.ts +15 -0
- package/models/operations/admingetaccount.d.ts.map +1 -0
- package/models/{components/v1badgesetcounts.js → operations/admingetaccount.js} +16 -10
- package/models/operations/admingetaccount.js.map +1 -0
- package/models/operations/adminremovevanity.d.ts +15 -0
- package/models/operations/adminremovevanity.d.ts.map +1 -0
- package/models/operations/adminremovevanity.js +59 -0
- package/models/operations/adminremovevanity.js.map +1 -0
- package/models/operations/adminupdateresources.d.ts +11 -0
- package/models/operations/adminupdateresources.d.ts.map +1 -0
- package/models/operations/{badgelistbadgeprices.js → adminupdateresources.js} +6 -11
- package/models/operations/adminupdateresources.js.map +1 -0
- package/models/operations/adminupdateroles.d.ts +11 -0
- package/models/operations/adminupdateroles.d.ts.map +1 -0
- package/models/operations/adminupdateroles.js +56 -0
- package/models/operations/adminupdateroles.js.map +1 -0
- package/models/operations/index.d.ts +6 -1
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +6 -1
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/account.d.ts +14 -0
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js +20 -0
- package/sdk/account.js.map +1 -1
- package/sdk/admin.d.ts +22 -0
- package/sdk/admin.d.ts.map +1 -0
- package/sdk/admin.js +40 -0
- package/sdk/admin.js.map +1 -0
- package/sdk/badges.d.ts +0 -11
- package/sdk/badges.d.ts.map +1 -1
- package/sdk/badges.js +1 -13
- package/sdk/badges.js.map +1 -1
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/{badgesListPrices.ts → accountAccountListInventorySets.ts} +24 -29
- package/src/funcs/accountAccountRefreshInventory.ts +169 -0
- package/src/funcs/adminGetAccount.ts +185 -0
- package/src/funcs/adminRemoveVanity.ts +185 -0
- package/src/funcs/adminUpdateResources.ts +184 -0
- package/src/funcs/adminUpdateRoles.ts +184 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/card.ts +36 -0
- package/src/models/components/historyvalue.ts +39 -0
- package/src/models/components/index.ts +12 -9
- package/src/models/components/inventoryset.ts +55 -0
- package/src/models/components/resource.ts +23 -0
- package/src/models/components/v1accountlistinventorysetsresponsebody.ts +56 -0
- package/src/models/components/v1accountlocationupdate.ts +45 -0
- package/src/models/components/v1accountnameupdate.ts +37 -0
- package/src/models/components/v1accountrefreshinventoryresponsebody.ts +45 -0
- package/src/models/components/v1accountvanityupdate.ts +37 -0
- package/src/models/components/v1admingetaccountresponsebody.ts +163 -0
- package/src/models/components/v1adminremovevanityresponsebody.ts +39 -0
- package/src/models/components/v1adminupdateresourcesrequestbody.ts +57 -0
- package/src/models/components/v1adminupdaterolesrequestbody.ts +80 -0
- package/src/models/operations/accountlistinventorysets.ts +47 -0
- package/src/models/operations/accountrefreshinventory.ts +47 -0
- package/src/models/operations/admingetaccount.ts +46 -0
- package/src/models/operations/adminremovevanity.ts +46 -0
- package/src/models/operations/adminupdateresources.ts +37 -0
- package/src/models/operations/adminupdateroles.ts +37 -0
- package/src/models/operations/index.ts +6 -1
- package/src/sdk/account.ts +32 -0
- package/src/sdk/admin.ts +70 -0
- package/src/sdk/badges.ts +0 -23
- package/src/sdk/sdk.ts +6 -0
- package/funcs/badgesListPrices.d.ts +0 -24
- package/funcs/badgesListPrices.d.ts.map +0 -1
- package/funcs/badgesListPrices.js.map +0 -1
- package/models/components/errormodel.d.ts +0 -38
- package/models/components/errormodel.d.ts.map +0 -1
- package/models/components/errormodel.js.map +0 -1
- package/models/components/v1badgeapp.d.ts +0 -15
- package/models/components/v1badgeapp.d.ts.map +0 -1
- package/models/components/v1badgeapp.js.map +0 -1
- package/models/components/v1badgelevel.d.ts +0 -12
- package/models/components/v1badgelevel.d.ts.map +0 -1
- package/models/components/v1badgelevel.js.map +0 -1
- package/models/components/v1badgelistbadgepricesrequestbody.d.ts +0 -8
- package/models/components/v1badgelistbadgepricesrequestbody.d.ts.map +0 -1
- package/models/components/v1badgelistbadgepricesrequestbody.js +0 -47
- package/models/components/v1badgelistbadgepricesrequestbody.js.map +0 -1
- package/models/components/v1badgelistbadgepricesresponsebody.d.ts +0 -31
- package/models/components/v1badgelistbadgepricesresponsebody.d.ts.map +0 -1
- package/models/components/v1badgelistbadgepricesresponsebody.js.map +0 -1
- package/models/components/v1badgeset.d.ts +0 -27
- package/models/components/v1badgeset.d.ts.map +0 -1
- package/models/components/v1badgeset.js +0 -65
- package/models/components/v1badgeset.js.map +0 -1
- package/models/components/v1badgesetcount.d.ts +0 -11
- package/models/components/v1badgesetcount.d.ts.map +0 -1
- package/models/components/v1badgesetcount.js.map +0 -1
- package/models/components/v1badgesetcounts.d.ts +0 -13
- package/models/components/v1badgesetcounts.d.ts.map +0 -1
- package/models/components/v1badgesetcounts.js.map +0 -1
- package/models/components/v1badgetypecount.d.ts +0 -12
- package/models/components/v1badgetypecount.d.ts.map +0 -1
- package/models/components/v1badgetypecount.js.map +0 -1
- package/models/operations/badgelistbadgeprices.d.ts +0 -19
- package/models/operations/badgelistbadgeprices.d.ts.map +0 -1
- package/models/operations/badgelistbadgeprices.js.map +0 -1
- package/src/models/components/errormodel.ts +0 -70
- package/src/models/components/v1badgeapp.ts +0 -41
- package/src/models/components/v1badgelevel.ts +0 -35
- package/src/models/components/v1badgelistbadgepricesrequestbody.ts +0 -27
- package/src/models/components/v1badgelistbadgepricesresponsebody.ts +0 -63
- package/src/models/components/v1badgeset.ts +0 -62
- package/src/models/components/v1badgesetcount.ts +0 -33
- package/src/models/components/v1badgesetcounts.ts +0 -39
- package/src/models/components/v1badgetypecount.ts +0 -35
- package/src/models/operations/badgelistbadgeprices.ts +0 -52
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { HistoryValue } from "./historyvalue.js";
|
|
5
|
+
export type V1AccountVanityUpdate = {
|
|
6
|
+
/**
|
|
7
|
+
* The time the vanity was updated
|
|
8
|
+
*/
|
|
9
|
+
updatedAt: Date;
|
|
10
|
+
vanity: HistoryValue;
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const V1AccountVanityUpdate$inboundSchema: z.ZodType<V1AccountVanityUpdate, z.ZodTypeDef, unknown>;
|
|
14
|
+
export declare function v1AccountVanityUpdateFromJSON(jsonString: string): SafeParseResult<V1AccountVanityUpdate, SDKValidationError>;
|
|
15
|
+
//# sourceMappingURL=v1accountvanityupdate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountvanityupdate.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountvanityupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,YAAY,EAA8B,MAAM,mBAAmB,CAAC;AAE7E,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB,MAAM,EAAE,YAAY,CAAC;CACtB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
|
|
@@ -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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.V1AccountVanityUpdate$inboundSchema = void 0;
|
|
40
|
+
exports.v1AccountVanityUpdateFromJSON = v1AccountVanityUpdateFromJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
43
|
+
const historyvalue_js_1 = require("./historyvalue.js");
|
|
44
|
+
/** @internal */
|
|
45
|
+
exports.V1AccountVanityUpdate$inboundSchema = z.object({
|
|
46
|
+
updatedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
47
|
+
vanity: historyvalue_js_1.HistoryValue$inboundSchema,
|
|
48
|
+
});
|
|
49
|
+
function v1AccountVanityUpdateFromJSON(jsonString) {
|
|
50
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V1AccountVanityUpdate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V1AccountVanityUpdate' from JSON`);
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=v1accountvanityupdate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountvanityupdate.js","sourceRoot":"","sources":["../../src/models/components/v1accountvanityupdate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0BH,sEAQC;AAhCD,0CAA4B;AAC5B,qDAAiD;AAGjD,uDAA6E;AAU7E,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;IAC5E,MAAM,EAAE,4CAA0B;CACnC,CAAC,CAAC;AAEH,SAAgB,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
import { Connection } from "./connection.js";
|
|
6
|
+
import { DeveloperApp } from "./developerapp.js";
|
|
7
|
+
import { Resource } from "./resource.js";
|
|
8
|
+
import { Role } from "./role.js";
|
|
9
|
+
import { Session } from "./session.js";
|
|
10
|
+
import { V1AccountLocationUpdate } from "./v1accountlocationupdate.js";
|
|
11
|
+
import { V1AccountNameUpdate } from "./v1accountnameupdate.js";
|
|
12
|
+
import { V1AccountVanityUpdate } from "./v1accountvanityupdate.js";
|
|
13
|
+
/**
|
|
14
|
+
* The privacy of the account
|
|
15
|
+
*/
|
|
16
|
+
export declare const V1AdminGetAccountResponseBodyPrivacy: {
|
|
17
|
+
readonly Private: "private";
|
|
18
|
+
readonly Public: "public";
|
|
19
|
+
readonly FriendsOnly: "friends_only";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* The privacy of the account
|
|
23
|
+
*/
|
|
24
|
+
export type V1AdminGetAccountResponseBodyPrivacy = ClosedEnum<typeof V1AdminGetAccountResponseBodyPrivacy>;
|
|
25
|
+
export type V1AdminGetAccountResponseBody = {
|
|
26
|
+
/**
|
|
27
|
+
* A URL to the JSON Schema for this object.
|
|
28
|
+
*/
|
|
29
|
+
dollarSchema?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* The avatar of the account
|
|
32
|
+
*/
|
|
33
|
+
avatar: string;
|
|
34
|
+
/**
|
|
35
|
+
* The city of the account
|
|
36
|
+
*/
|
|
37
|
+
city: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* The connections the account has
|
|
40
|
+
*/
|
|
41
|
+
connections: Array<Connection> | null;
|
|
42
|
+
/**
|
|
43
|
+
* The country code of the account
|
|
44
|
+
*/
|
|
45
|
+
country: string | null;
|
|
46
|
+
/**
|
|
47
|
+
* The developer apps the account has
|
|
48
|
+
*/
|
|
49
|
+
developerApps: Array<DeveloperApp> | null;
|
|
50
|
+
/**
|
|
51
|
+
* The email of the account
|
|
52
|
+
*/
|
|
53
|
+
email: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* The location updates the account has
|
|
56
|
+
*/
|
|
57
|
+
locationUpdates: Array<V1AccountLocationUpdate> | null;
|
|
58
|
+
/**
|
|
59
|
+
* The name of the account
|
|
60
|
+
*/
|
|
61
|
+
name: string;
|
|
62
|
+
/**
|
|
63
|
+
* The name updates the account has
|
|
64
|
+
*/
|
|
65
|
+
nameUpdates: Array<V1AccountNameUpdate> | null;
|
|
66
|
+
/**
|
|
67
|
+
* The privacy of the account
|
|
68
|
+
*/
|
|
69
|
+
privacy: V1AdminGetAccountResponseBodyPrivacy;
|
|
70
|
+
/**
|
|
71
|
+
* The region of the account
|
|
72
|
+
*/
|
|
73
|
+
region: string | null;
|
|
74
|
+
/**
|
|
75
|
+
* The resources the account has (permissions)
|
|
76
|
+
*/
|
|
77
|
+
resources: Array<Resource> | null;
|
|
78
|
+
/**
|
|
79
|
+
* The roles the account has
|
|
80
|
+
*/
|
|
81
|
+
roles: Array<Role> | null;
|
|
82
|
+
/**
|
|
83
|
+
* The sessions the account has
|
|
84
|
+
*/
|
|
85
|
+
sessions: Array<Session> | null;
|
|
86
|
+
/**
|
|
87
|
+
* The state of the account
|
|
88
|
+
*/
|
|
89
|
+
state: string | null;
|
|
90
|
+
/**
|
|
91
|
+
* The vanity of the account
|
|
92
|
+
*/
|
|
93
|
+
vanity: string | null;
|
|
94
|
+
/**
|
|
95
|
+
* The vanity updates the account has
|
|
96
|
+
*/
|
|
97
|
+
vanityUpdates: Array<V1AccountVanityUpdate> | null;
|
|
98
|
+
};
|
|
99
|
+
/** @internal */
|
|
100
|
+
export declare const V1AdminGetAccountResponseBodyPrivacy$inboundSchema: z.ZodNativeEnum<typeof V1AdminGetAccountResponseBodyPrivacy>;
|
|
101
|
+
/** @internal */
|
|
102
|
+
export declare const V1AdminGetAccountResponseBody$inboundSchema: z.ZodType<V1AdminGetAccountResponseBody, z.ZodTypeDef, unknown>;
|
|
103
|
+
export declare function v1AdminGetAccountResponseBodyFromJSON(jsonString: string): SafeParseResult<V1AdminGetAccountResponseBody, SDKValidationError>;
|
|
104
|
+
//# sourceMappingURL=v1admingetaccountresponsebody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1admingetaccountresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1admingetaccountresponsebody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,UAAU,EAA4B,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAE,YAAY,EAA8B,MAAM,mBAAmB,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAA0B,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,IAAI,EAAsB,MAAM,WAAW,CAAC;AACrD,OAAO,EAAE,OAAO,EAAyB,MAAM,cAAc,CAAC;AAC9D,OAAO,EACL,uBAAuB,EAExB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,qBAAqB,EAEtB,MAAM,4BAA4B,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAC3D,OAAO,oCAAoC,CAC5C,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;IAC1C;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,eAAe,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;IACvD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAC/C;;OAEG;IACH,OAAO,EAAE,oCAAoC,CAAC;IAC9C;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;IAClC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;CACpD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAC7D,CAAC,CAAC,aAAa,CAAC,OAAO,oCAAoC,CAE1D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAwBP,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}
|
|
@@ -0,0 +1,90 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.V1AdminGetAccountResponseBody$inboundSchema = exports.V1AdminGetAccountResponseBodyPrivacy$inboundSchema = exports.V1AdminGetAccountResponseBodyPrivacy = void 0;
|
|
40
|
+
exports.v1AdminGetAccountResponseBodyFromJSON = v1AdminGetAccountResponseBodyFromJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const connection_js_1 = require("./connection.js");
|
|
45
|
+
const developerapp_js_1 = require("./developerapp.js");
|
|
46
|
+
const resource_js_1 = require("./resource.js");
|
|
47
|
+
const role_js_1 = require("./role.js");
|
|
48
|
+
const session_js_1 = require("./session.js");
|
|
49
|
+
const v1accountlocationupdate_js_1 = require("./v1accountlocationupdate.js");
|
|
50
|
+
const v1accountnameupdate_js_1 = require("./v1accountnameupdate.js");
|
|
51
|
+
const v1accountvanityupdate_js_1 = require("./v1accountvanityupdate.js");
|
|
52
|
+
/**
|
|
53
|
+
* The privacy of the account
|
|
54
|
+
*/
|
|
55
|
+
exports.V1AdminGetAccountResponseBodyPrivacy = {
|
|
56
|
+
Private: "private",
|
|
57
|
+
Public: "public",
|
|
58
|
+
FriendsOnly: "friends_only",
|
|
59
|
+
};
|
|
60
|
+
/** @internal */
|
|
61
|
+
exports.V1AdminGetAccountResponseBodyPrivacy$inboundSchema = z.nativeEnum(exports.V1AdminGetAccountResponseBodyPrivacy);
|
|
62
|
+
/** @internal */
|
|
63
|
+
exports.V1AdminGetAccountResponseBody$inboundSchema = z.object({
|
|
64
|
+
$schema: z.string().optional(),
|
|
65
|
+
avatar: z.string(),
|
|
66
|
+
city: z.nullable(z.string()),
|
|
67
|
+
connections: z.nullable(z.array(connection_js_1.Connection$inboundSchema)),
|
|
68
|
+
country: z.nullable(z.string()),
|
|
69
|
+
developerApps: z.nullable(z.array(developerapp_js_1.DeveloperApp$inboundSchema)),
|
|
70
|
+
email: z.nullable(z.string()),
|
|
71
|
+
locationUpdates: z.nullable(z.array(v1accountlocationupdate_js_1.V1AccountLocationUpdate$inboundSchema)),
|
|
72
|
+
name: z.string(),
|
|
73
|
+
nameUpdates: z.nullable(z.array(v1accountnameupdate_js_1.V1AccountNameUpdate$inboundSchema)),
|
|
74
|
+
privacy: exports.V1AdminGetAccountResponseBodyPrivacy$inboundSchema,
|
|
75
|
+
region: z.nullable(z.string()),
|
|
76
|
+
resources: z.nullable(z.array(resource_js_1.Resource$inboundSchema)),
|
|
77
|
+
roles: z.nullable(z.array(role_js_1.Role$inboundSchema)),
|
|
78
|
+
sessions: z.nullable(z.array(session_js_1.Session$inboundSchema)),
|
|
79
|
+
state: z.nullable(z.string()),
|
|
80
|
+
vanity: z.nullable(z.string()),
|
|
81
|
+
vanityUpdates: z.nullable(z.array(v1accountvanityupdate_js_1.V1AccountVanityUpdate$inboundSchema)),
|
|
82
|
+
}).transform((v) => {
|
|
83
|
+
return (0, primitives_js_1.remap)(v, {
|
|
84
|
+
"$schema": "dollarSchema",
|
|
85
|
+
});
|
|
86
|
+
});
|
|
87
|
+
function v1AdminGetAccountResponseBodyFromJSON(jsonString) {
|
|
88
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V1AdminGetAccountResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V1AdminGetAccountResponseBody' from JSON`);
|
|
89
|
+
}
|
|
90
|
+
//# sourceMappingURL=v1admingetaccountresponsebody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1admingetaccountresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1admingetaccountresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwJH,sFAQC;AA9JD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAIjD,mDAAuE;AACvE,uDAA6E;AAC7E,+CAAiE;AACjE,uCAAqD;AACrD,6CAA8D;AAC9D,6EAGsC;AACtC,qEAGkC;AAClC,yEAGoC;AAEpC;;GAEG;AACU,QAAA,oCAAoC,GAAG;IAClD,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,cAAc;CACnB,CAAC;AAmFX,gBAAgB;AACH,QAAA,kDAAkD,GACE,CAAC,CAAC,UAAU,CACzE,4CAAoC,CACrC,CAAC;AAEJ,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,wCAAwB,CAAC,CAAC;IAC1D,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC/B,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,4CAA0B,CAAC,CAAC;IAC9D,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC7B,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,kEAAqC,CAAC,CAAC;IAC3E,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,0DAAiC,CAAC,CAAC;IACnE,OAAO,EAAE,0DAAkD;IAC3D,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,oCAAsB,CAAC,CAAC;IACtD,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,4BAAkB,CAAC,CAAC;IAC9C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,kCAAqB,CAAC,CAAC;IACpD,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC7B,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,8DAAmC,CAAC,CAAC;CACxE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,cAAc;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,qCAAqC,CACnD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mDAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
export type V1AdminRemoveVanityResponseBody = {
|
|
5
|
+
/**
|
|
6
|
+
* A URL to the JSON Schema for this object.
|
|
7
|
+
*/
|
|
8
|
+
dollarSchema?: string | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const V1AdminRemoveVanityResponseBody$inboundSchema: z.ZodType<V1AdminRemoveVanityResponseBody, z.ZodTypeDef, unknown>;
|
|
12
|
+
export declare function v1AdminRemoveVanityResponseBodyFromJSON(jsonString: string): SafeParseResult<V1AdminRemoveVanityResponseBody, SDKValidationError>;
|
|
13
|
+
//# sourceMappingURL=v1adminremovevanityresponsebody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1adminremovevanityresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1adminremovevanityresponsebody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.V1AdminRemoveVanityResponseBody$inboundSchema = void 0;
|
|
40
|
+
exports.v1AdminRemoveVanityResponseBodyFromJSON = v1AdminRemoveVanityResponseBodyFromJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
/** @internal */
|
|
45
|
+
exports.V1AdminRemoveVanityResponseBody$inboundSchema = z.object({
|
|
46
|
+
$schema: z.string().optional(),
|
|
47
|
+
}).transform((v) => {
|
|
48
|
+
return (0, primitives_js_1.remap)(v, {
|
|
49
|
+
"$schema": "dollarSchema",
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
function v1AdminRemoveVanityResponseBodyFromJSON(jsonString) {
|
|
53
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V1AdminRemoveVanityResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V1AdminRemoveVanityResponseBody' from JSON`);
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=v1adminremovevanityresponsebody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1adminremovevanityresponsebody.js","sourceRoot":"","sources":["../../src/models/components/v1adminremovevanityresponsebody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BH,0FAQC;AAlCD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAWjD,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,cAAc;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,uCAAuC,CACrD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qDAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAC9D,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { IDSearch, IDSearch$Outbound } from "./idsearch.js";
|
|
3
|
+
import { Resource, Resource$Outbound } from "./resource.js";
|
|
4
|
+
import { VanitySearch, VanitySearch$Outbound } from "./vanitysearch.js";
|
|
5
|
+
export type V1AdminUpdateResourcesRequestBody = {
|
|
6
|
+
id?: IDSearch | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* The resources to add for this account
|
|
9
|
+
*/
|
|
10
|
+
resources: Array<Resource> | null;
|
|
11
|
+
vanity?: VanitySearch | undefined;
|
|
12
|
+
};
|
|
13
|
+
/** @internal */
|
|
14
|
+
export type V1AdminUpdateResourcesRequestBody$Outbound = {
|
|
15
|
+
id?: IDSearch$Outbound | undefined;
|
|
16
|
+
resources: Array<Resource$Outbound> | null;
|
|
17
|
+
vanity?: VanitySearch$Outbound | undefined;
|
|
18
|
+
};
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const V1AdminUpdateResourcesRequestBody$outboundSchema: z.ZodType<V1AdminUpdateResourcesRequestBody$Outbound, z.ZodTypeDef, V1AdminUpdateResourcesRequestBody>;
|
|
21
|
+
export declare function v1AdminUpdateResourcesRequestBodyToJSON(v1AdminUpdateResourcesRequestBody: V1AdminUpdateResourcesRequestBody): string;
|
|
22
|
+
//# sourceMappingURL=v1adminupdateresourcesrequestbody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1adminupdateresourcesrequestbody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1adminupdateresourcesrequestbody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EACL,QAAQ,EACR,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,QAAQ,EACR,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,YAAY,EACZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,iCAAiC,GAAG;IAC9C,EAAE,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;IAClC,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,EAAE,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAKjC,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.V1AdminUpdateResourcesRequestBody$outboundSchema = void 0;
|
|
40
|
+
exports.v1AdminUpdateResourcesRequestBodyToJSON = v1AdminUpdateResourcesRequestBodyToJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const idsearch_js_1 = require("./idsearch.js");
|
|
43
|
+
const resource_js_1 = require("./resource.js");
|
|
44
|
+
const vanitysearch_js_1 = require("./vanitysearch.js");
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.V1AdminUpdateResourcesRequestBody$outboundSchema = z.object({
|
|
47
|
+
id: idsearch_js_1.IDSearch$outboundSchema.optional(),
|
|
48
|
+
resources: z.nullable(z.array(resource_js_1.Resource$outboundSchema)),
|
|
49
|
+
vanity: vanitysearch_js_1.VanitySearch$outboundSchema.optional(),
|
|
50
|
+
});
|
|
51
|
+
function v1AdminUpdateResourcesRequestBodyToJSON(v1AdminUpdateResourcesRequestBody) {
|
|
52
|
+
return JSON.stringify(exports.V1AdminUpdateResourcesRequestBody$outboundSchema.parse(v1AdminUpdateResourcesRequestBody));
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=v1adminupdateresourcesrequestbody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1adminupdateresourcesrequestbody.js","sourceRoot":"","sources":["../../src/models/components/v1adminupdateresourcesrequestbody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8CH,0FAQC;AApDD,0CAA4B;AAC5B,+CAIuB;AACvB,+CAIuB;AACvB,uDAI2B;AAkB3B,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,qCAAuB,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,qCAAuB,CAAC,CAAC;IACvD,MAAM,EAAE,6CAA2B,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC;AAEH,SAAgB,uCAAuC,CACrD,iCAAoE;IAEpE,OAAO,IAAI,CAAC,SAAS,CACnB,wDAAgD,CAAC,KAAK,CACpD,iCAAiC,CAClC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { IDSearch, IDSearch$Outbound } from "./idsearch.js";
|
|
4
|
+
import { VanitySearch, VanitySearch$Outbound } from "./vanitysearch.js";
|
|
5
|
+
export declare const Roles: {
|
|
6
|
+
readonly User: "user";
|
|
7
|
+
readonly Donator: "donator";
|
|
8
|
+
readonly Staff: "staff";
|
|
9
|
+
readonly Developer: "developer";
|
|
10
|
+
readonly Partner: "partner";
|
|
11
|
+
readonly Owner: "owner";
|
|
12
|
+
readonly Amethyst: "amethyst";
|
|
13
|
+
readonly Amber: "amber";
|
|
14
|
+
readonly Emerald: "emerald";
|
|
15
|
+
readonly Sapphire: "sapphire";
|
|
16
|
+
readonly Ruby: "ruby";
|
|
17
|
+
readonly Diamond: "diamond";
|
|
18
|
+
readonly Contributor: "contributor";
|
|
19
|
+
readonly EarlySupporter: "early_supporter";
|
|
20
|
+
readonly Beta: "beta";
|
|
21
|
+
readonly Translator: "translator";
|
|
22
|
+
readonly Top100: "top_100";
|
|
23
|
+
readonly BadgeScout: "badge_scout";
|
|
24
|
+
readonly NitroBooster: "nitro_booster";
|
|
25
|
+
readonly Astral: "astral";
|
|
26
|
+
readonly Nebula: "nebula";
|
|
27
|
+
};
|
|
28
|
+
export type Roles = ClosedEnum<typeof Roles>;
|
|
29
|
+
export type V1AdminUpdateRolesRequestBody = {
|
|
30
|
+
id?: IDSearch | undefined;
|
|
31
|
+
roles: Array<Roles> | null;
|
|
32
|
+
vanity?: VanitySearch | undefined;
|
|
33
|
+
};
|
|
34
|
+
/** @internal */
|
|
35
|
+
export declare const Roles$outboundSchema: z.ZodNativeEnum<typeof Roles>;
|
|
36
|
+
/** @internal */
|
|
37
|
+
export type V1AdminUpdateRolesRequestBody$Outbound = {
|
|
38
|
+
id?: IDSearch$Outbound | undefined;
|
|
39
|
+
roles: Array<string> | null;
|
|
40
|
+
vanity?: VanitySearch$Outbound | undefined;
|
|
41
|
+
};
|
|
42
|
+
/** @internal */
|
|
43
|
+
export declare const V1AdminUpdateRolesRequestBody$outboundSchema: z.ZodType<V1AdminUpdateRolesRequestBody$Outbound, z.ZodTypeDef, V1AdminUpdateRolesRequestBody>;
|
|
44
|
+
export declare function v1AdminUpdateRolesRequestBodyToJSON(v1AdminUpdateRolesRequestBody: V1AdminUpdateRolesRequestBody): string;
|
|
45
|
+
//# sourceMappingURL=v1adminupdaterolesrequestbody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1adminupdaterolesrequestbody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1adminupdaterolesrequestbody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,QAAQ,EACR,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,YAAY,EACZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;CAsBR,CAAC;AACX,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,CAAC;AAE7C,MAAM,MAAM,6BAA6B,GAAG;IAC1C,EAAE,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,KAAK,CAE9D,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,EAAE,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACnC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAK7B,CAAC;AAEH,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR"}
|
|
@@ -0,0 +1,78 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.V1AdminUpdateRolesRequestBody$outboundSchema = exports.Roles$outboundSchema = exports.Roles = void 0;
|
|
40
|
+
exports.v1AdminUpdateRolesRequestBodyToJSON = v1AdminUpdateRolesRequestBodyToJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const idsearch_js_1 = require("./idsearch.js");
|
|
43
|
+
const vanitysearch_js_1 = require("./vanitysearch.js");
|
|
44
|
+
exports.Roles = {
|
|
45
|
+
User: "user",
|
|
46
|
+
Donator: "donator",
|
|
47
|
+
Staff: "staff",
|
|
48
|
+
Developer: "developer",
|
|
49
|
+
Partner: "partner",
|
|
50
|
+
Owner: "owner",
|
|
51
|
+
Amethyst: "amethyst",
|
|
52
|
+
Amber: "amber",
|
|
53
|
+
Emerald: "emerald",
|
|
54
|
+
Sapphire: "sapphire",
|
|
55
|
+
Ruby: "ruby",
|
|
56
|
+
Diamond: "diamond",
|
|
57
|
+
Contributor: "contributor",
|
|
58
|
+
EarlySupporter: "early_supporter",
|
|
59
|
+
Beta: "beta",
|
|
60
|
+
Translator: "translator",
|
|
61
|
+
Top100: "top_100",
|
|
62
|
+
BadgeScout: "badge_scout",
|
|
63
|
+
NitroBooster: "nitro_booster",
|
|
64
|
+
Astral: "astral",
|
|
65
|
+
Nebula: "nebula",
|
|
66
|
+
};
|
|
67
|
+
/** @internal */
|
|
68
|
+
exports.Roles$outboundSchema = z.nativeEnum(exports.Roles);
|
|
69
|
+
/** @internal */
|
|
70
|
+
exports.V1AdminUpdateRolesRequestBody$outboundSchema = z.object({
|
|
71
|
+
id: idsearch_js_1.IDSearch$outboundSchema.optional(),
|
|
72
|
+
roles: z.nullable(z.array(exports.Roles$outboundSchema)),
|
|
73
|
+
vanity: vanitysearch_js_1.VanitySearch$outboundSchema.optional(),
|
|
74
|
+
});
|
|
75
|
+
function v1AdminUpdateRolesRequestBodyToJSON(v1AdminUpdateRolesRequestBody) {
|
|
76
|
+
return JSON.stringify(exports.V1AdminUpdateRolesRequestBody$outboundSchema.parse(v1AdminUpdateRolesRequestBody));
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=v1adminupdaterolesrequestbody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1adminupdaterolesrequestbody.js","sourceRoot":"","sources":["../../src/models/components/v1adminupdaterolesrequestbody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqEH,kFAQC;AA3ED,0CAA4B;AAE5B,+CAIuB;AACvB,uDAI2B;AAEd,QAAA,KAAK,GAAG;IACnB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,MAAM,EAAE,SAAS;IACjB,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,eAAe;IAC7B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACR,CAAC;AASX,gBAAgB;AACH,QAAA,oBAAoB,GAAkC,CAAC,CAAC,UAAU,CAC7E,aAAK,CACN,CAAC;AASF,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,qCAAuB,CAAC,QAAQ,EAAE;IACtC,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,4BAAoB,CAAC,CAAC;IAChD,MAAM,EAAE,6CAA2B,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC;AAEH,SAAgB,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,oDAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import * as components from "../components/index.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
export type AccountListInventorySetsResponse = {
|
|
6
|
+
httpMeta: components.HTTPMetadata;
|
|
7
|
+
/**
|
|
8
|
+
* OK
|
|
9
|
+
*/
|
|
10
|
+
v1AccountListInventorySetsResponseBody?: components.V1AccountListInventorySetsResponseBody | undefined;
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const AccountListInventorySetsResponse$inboundSchema: z.ZodType<AccountListInventorySetsResponse, z.ZodTypeDef, unknown>;
|
|
14
|
+
export declare function accountListInventorySetsResponseFromJSON(jsonString: string): SafeParseResult<AccountListInventorySetsResponse, SDKValidationError>;
|
|
15
|
+
//# sourceMappingURL=accountlistinventorysets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountlistinventorysets.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountlistinventorysets.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,gCAAgC,GAAG;IAC7C,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,sCAAsC,CAAC,EACnC,UAAU,CAAC,sCAAsC,GACjD,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,wBAAgB,wCAAwC,CACtD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gCAAgC,EAAE,kBAAkB,CAAC,CAMvE"}
|