@steamsets/client-ts 0.11.11 → 0.11.13
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 +0 -4
- package/docs/sdks/account/README.md +2 -0
- package/docs/sdks/data/README.md +0 -158
- package/docs/sdks/public/README.md +2 -0
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/index.d.ts +3 -3
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +3 -3
- package/models/components/index.js.map +1 -1
- package/models/components/resource.d.ts +0 -3
- package/models/components/resource.d.ts.map +1 -1
- package/models/components/resource.js +0 -1
- package/models/components/resource.js.map +1 -1
- package/models/components/{accountbadgemostxpdatapoint.d.ts → v1accountbadgemostxpdatapoint.d.ts} +12 -12
- package/models/components/v1accountbadgemostxpdatapoint.d.ts.map +1 -0
- package/models/components/{accountbadgemostxpdatapoint.js → v1accountbadgemostxpdatapoint.js} +11 -11
- package/models/components/v1accountbadgemostxpdatapoint.js.map +1 -0
- package/models/components/v1accountbadgescarcitydatapoint.d.ts +68 -0
- package/models/components/v1accountbadgescarcitydatapoint.d.ts.map +1 -0
- package/models/components/{accountbadgescarcitydatapoint.js → v1accountbadgescarcitydatapoint.js} +11 -11
- package/models/components/v1accountbadgescarcitydatapoint.js.map +1 -0
- package/models/components/v1accountdatapointsresponsebody.d.ts +9 -9
- package/models/components/v1accountdatapointsresponsebody.d.ts.map +1 -1
- package/models/components/v1accountdatapointsresponsebody.js +9 -9
- package/models/components/v1accountdatapointsresponsebody.js.map +1 -1
- package/models/components/v1accountplaytimedatapoint.d.ts +43 -0
- package/models/components/v1accountplaytimedatapoint.d.ts.map +1 -0
- package/models/components/{accountplaytimedatapoint.js → v1accountplaytimedatapoint.js} +11 -11
- package/models/components/v1accountplaytimedatapoint.js.map +1 -0
- package/models/components/v1accountqueuerequestbody.d.ts +5 -0
- package/models/components/v1accountqueuerequestbody.d.ts.map +1 -1
- package/models/components/v1accountqueuerequestbody.js +2 -0
- package/models/components/v1accountqueuerequestbody.js.map +1 -1
- package/package.json +1 -1
- package/sdk/data.d.ts +0 -8
- package/sdk/data.d.ts.map +1 -1
- package/sdk/data.js +0 -14
- package/sdk/data.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/index.ts +3 -3
- package/src/models/components/resource.ts +0 -1
- package/src/models/components/{accountbadgemostxpdatapoint.ts → v1accountbadgemostxpdatapoint.ts} +14 -14
- package/src/models/components/{accountbadgescarcitydatapoint.ts → v1accountbadgescarcitydatapoint.ts} +14 -14
- package/src/models/components/v1accountdatapointsresponsebody.ts +27 -27
- package/src/models/components/{accountplaytimedatapoint.ts → v1accountplaytimedatapoint.ts} +14 -14
- package/src/models/components/v1accountqueuerequestbody.ts +7 -0
- package/src/sdk/data.ts +0 -30
- package/funcs/dataAccountV1Queue.d.ts +0 -14
- package/funcs/dataAccountV1Queue.d.ts.map +0 -1
- package/funcs/dataAccountV1Queue.js +0 -96
- package/funcs/dataAccountV1Queue.js.map +0 -1
- package/funcs/dataAppV1Queue.d.ts +0 -14
- package/funcs/dataAppV1Queue.d.ts.map +0 -1
- package/funcs/dataAppV1Queue.js +0 -96
- package/funcs/dataAppV1Queue.js.map +0 -1
- package/models/components/accountbadgemostxpdatapoint.d.ts.map +0 -1
- package/models/components/accountbadgemostxpdatapoint.js.map +0 -1
- package/models/components/accountbadgescarcitydatapoint.d.ts +0 -68
- package/models/components/accountbadgescarcitydatapoint.d.ts.map +0 -1
- package/models/components/accountbadgescarcitydatapoint.js.map +0 -1
- package/models/components/accountplaytimedatapoint.d.ts +0 -43
- package/models/components/accountplaytimedatapoint.d.ts.map +0 -1
- package/models/components/accountplaytimedatapoint.js.map +0 -1
- package/src/funcs/dataAccountV1Queue.ts +0 -125
- package/src/funcs/dataAppV1Queue.ts +0 -125
package/README.md
CHANGED
|
@@ -128,8 +128,6 @@ run();
|
|
|
128
128
|
* [accountV1GetInfo](docs/sdks/data/README.md#accountv1getinfo) - Get Account Info
|
|
129
129
|
* [accountV1GetLeaderboardHistory](docs/sdks/data/README.md#accountv1getleaderboardhistory) - Get Account Leaderboard History
|
|
130
130
|
* [accountV1GetStaff](docs/sdks/data/README.md#accountv1getstaff) - Get Staff Members and their info
|
|
131
|
-
* [accountV1Queue](docs/sdks/data/README.md#accountv1queue) - Queue an account for processing
|
|
132
|
-
* [appV1Queue](docs/sdks/data/README.md#appv1queue) - Queue a app for processing
|
|
133
131
|
|
|
134
132
|
### [developer](docs/sdks/developer/README.md)
|
|
135
133
|
|
|
@@ -571,8 +569,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
571
569
|
- [`dataAccountV1GetInfo`](docs/sdks/data/README.md#accountv1getinfo) - Get Account Info
|
|
572
570
|
- [`dataAccountV1GetLeaderboardHistory`](docs/sdks/data/README.md#accountv1getleaderboardhistory) - Get Account Leaderboard History
|
|
573
571
|
- [`dataAccountV1GetStaff`](docs/sdks/data/README.md#accountv1getstaff) - Get Staff Members and their info
|
|
574
|
-
- [`dataAccountV1Queue`](docs/sdks/data/README.md#accountv1queue) - Queue an account for processing
|
|
575
|
-
- [`dataAppV1Queue`](docs/sdks/data/README.md#appv1queue) - Queue a app for processing
|
|
576
572
|
- [`developerAccountV1SettingsDeveloperAppCreate`](docs/sdks/developer/README.md#accountv1settingsdeveloperappcreate) - Add a new Developer App to the account
|
|
577
573
|
- [`developerAccountV1SettingsDeveloperAppDelete`](docs/sdks/developer/README.md#accountv1settingsdeveloperappdelete) - Delete a developer app from the account
|
|
578
574
|
- [`developerAccountV1SettingsDeveloperAppUpdate`](docs/sdks/developer/README.md#accountv1settingsdeveloperappupdate) - Update the developer app/re-generate the api key
|
|
@@ -1270,6 +1270,7 @@ async function run() {
|
|
|
1270
1270
|
const result = await steamSets.account.accountV1Queue({
|
|
1271
1271
|
force: true,
|
|
1272
1272
|
id: {},
|
|
1273
|
+
steamId: "76561198842603734",
|
|
1273
1274
|
});
|
|
1274
1275
|
|
|
1275
1276
|
// Handle the result
|
|
@@ -1297,6 +1298,7 @@ async function run() {
|
|
|
1297
1298
|
const res = await accountAccountV1Queue(steamSets, {
|
|
1298
1299
|
force: true,
|
|
1299
1300
|
id: {},
|
|
1301
|
+
steamId: "76561198842603734",
|
|
1300
1302
|
});
|
|
1301
1303
|
|
|
1302
1304
|
if (!res.ok) {
|
package/docs/sdks/data/README.md
CHANGED
|
@@ -14,8 +14,6 @@ This is actual data seen by others then yourself
|
|
|
14
14
|
* [accountV1GetInfo](#accountv1getinfo) - Get Account Info
|
|
15
15
|
* [accountV1GetLeaderboardHistory](#accountv1getleaderboardhistory) - Get Account Leaderboard History
|
|
16
16
|
* [accountV1GetStaff](#accountv1getstaff) - Get Staff Members and their info
|
|
17
|
-
* [accountV1Queue](#accountv1queue) - Queue an account for processing
|
|
18
|
-
* [appV1Queue](#appv1queue) - Queue a app for processing
|
|
19
17
|
|
|
20
18
|
## accountV1GetApps
|
|
21
19
|
|
|
@@ -525,160 +523,4 @@ run();
|
|
|
525
523
|
| Error Type | Status Code | Content Type |
|
|
526
524
|
| ------------------------ | ------------------------ | ------------------------ |
|
|
527
525
|
| errors.ErrorModel | 404, 429, 500 | application/problem+json |
|
|
528
|
-
| errors.SDKError | 4XX, 5XX | \*/\* |
|
|
529
|
-
|
|
530
|
-
## accountV1Queue
|
|
531
|
-
|
|
532
|
-
Queue an account for processing
|
|
533
|
-
|
|
534
|
-
### Example Usage
|
|
535
|
-
|
|
536
|
-
```typescript
|
|
537
|
-
import { SteamSets } from "@steamsets/client-ts";
|
|
538
|
-
|
|
539
|
-
const steamSets = new SteamSets({
|
|
540
|
-
token: "<YOUR_BEARER_TOKEN_HERE>",
|
|
541
|
-
});
|
|
542
|
-
|
|
543
|
-
async function run() {
|
|
544
|
-
const result = await steamSets.data.accountV1Queue({
|
|
545
|
-
force: true,
|
|
546
|
-
id: {},
|
|
547
|
-
});
|
|
548
|
-
|
|
549
|
-
// Handle the result
|
|
550
|
-
console.log(result);
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
run();
|
|
554
|
-
```
|
|
555
|
-
|
|
556
|
-
### Standalone function
|
|
557
|
-
|
|
558
|
-
The standalone function version of this method:
|
|
559
|
-
|
|
560
|
-
```typescript
|
|
561
|
-
import { SteamSetsCore } from "@steamsets/client-ts/core.js";
|
|
562
|
-
import { dataAccountV1Queue } from "@steamsets/client-ts/funcs/dataAccountV1Queue.js";
|
|
563
|
-
|
|
564
|
-
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
565
|
-
// You can create one instance of it to use across an application.
|
|
566
|
-
const steamSets = new SteamSetsCore({
|
|
567
|
-
token: "<YOUR_BEARER_TOKEN_HERE>",
|
|
568
|
-
});
|
|
569
|
-
|
|
570
|
-
async function run() {
|
|
571
|
-
const res = await dataAccountV1Queue(steamSets, {
|
|
572
|
-
force: true,
|
|
573
|
-
id: {},
|
|
574
|
-
});
|
|
575
|
-
|
|
576
|
-
if (!res.ok) {
|
|
577
|
-
throw res.error;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
const { value: result } = res;
|
|
581
|
-
|
|
582
|
-
// Handle the result
|
|
583
|
-
console.log(result);
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
run();
|
|
587
|
-
```
|
|
588
|
-
|
|
589
|
-
### Parameters
|
|
590
|
-
|
|
591
|
-
| Parameter | Type | Required | Description |
|
|
592
|
-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
593
|
-
| `request` | [components.V1AccountQueueRequestBody](../../models/components/v1accountqueuerequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
594
|
-
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
595
|
-
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
596
|
-
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
597
|
-
|
|
598
|
-
### Response
|
|
599
|
-
|
|
600
|
-
**Promise\<[operations.AccountV1QueueResponse](../../models/operations/accountv1queueresponse.md)\>**
|
|
601
|
-
|
|
602
|
-
### Errors
|
|
603
|
-
|
|
604
|
-
| Error Type | Status Code | Content Type |
|
|
605
|
-
| ------------------------ | ------------------------ | ------------------------ |
|
|
606
|
-
| errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
|
|
607
|
-
| errors.SDKError | 4XX, 5XX | \*/\* |
|
|
608
|
-
|
|
609
|
-
## appV1Queue
|
|
610
|
-
|
|
611
|
-
Queue a app for processing
|
|
612
|
-
|
|
613
|
-
### Example Usage
|
|
614
|
-
|
|
615
|
-
```typescript
|
|
616
|
-
import { SteamSets } from "@steamsets/client-ts";
|
|
617
|
-
|
|
618
|
-
const steamSets = new SteamSets({
|
|
619
|
-
token: "<YOUR_BEARER_TOKEN_HERE>",
|
|
620
|
-
});
|
|
621
|
-
|
|
622
|
-
async function run() {
|
|
623
|
-
const result = await steamSets.data.appV1Queue({
|
|
624
|
-
id: 730,
|
|
625
|
-
});
|
|
626
|
-
|
|
627
|
-
// Handle the result
|
|
628
|
-
console.log(result);
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
run();
|
|
632
|
-
```
|
|
633
|
-
|
|
634
|
-
### Standalone function
|
|
635
|
-
|
|
636
|
-
The standalone function version of this method:
|
|
637
|
-
|
|
638
|
-
```typescript
|
|
639
|
-
import { SteamSetsCore } from "@steamsets/client-ts/core.js";
|
|
640
|
-
import { dataAppV1Queue } from "@steamsets/client-ts/funcs/dataAppV1Queue.js";
|
|
641
|
-
|
|
642
|
-
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
643
|
-
// You can create one instance of it to use across an application.
|
|
644
|
-
const steamSets = new SteamSetsCore({
|
|
645
|
-
token: "<YOUR_BEARER_TOKEN_HERE>",
|
|
646
|
-
});
|
|
647
|
-
|
|
648
|
-
async function run() {
|
|
649
|
-
const res = await dataAppV1Queue(steamSets, {
|
|
650
|
-
id: 730,
|
|
651
|
-
});
|
|
652
|
-
|
|
653
|
-
if (!res.ok) {
|
|
654
|
-
throw res.error;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
const { value: result } = res;
|
|
658
|
-
|
|
659
|
-
// Handle the result
|
|
660
|
-
console.log(result);
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
run();
|
|
664
|
-
```
|
|
665
|
-
|
|
666
|
-
### Parameters
|
|
667
|
-
|
|
668
|
-
| Parameter | Type | Required | Description |
|
|
669
|
-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
670
|
-
| `request` | [components.AppSearch](../../models/components/appsearch.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
671
|
-
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
672
|
-
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
673
|
-
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
674
|
-
|
|
675
|
-
### Response
|
|
676
|
-
|
|
677
|
-
**Promise\<[operations.AppV1QueueResponse](../../models/operations/appv1queueresponse.md)\>**
|
|
678
|
-
|
|
679
|
-
### Errors
|
|
680
|
-
|
|
681
|
-
| Error Type | Status Code | Content Type |
|
|
682
|
-
| ------------------------ | ------------------------ | ------------------------ |
|
|
683
|
-
| errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
|
|
684
526
|
| errors.SDKError | 4XX, 5XX | \*/\* |
|
|
@@ -471,6 +471,7 @@ async function run() {
|
|
|
471
471
|
const result = await steamSets.public.accountV1Queue({
|
|
472
472
|
force: true,
|
|
473
473
|
id: {},
|
|
474
|
+
steamId: "76561198842603734",
|
|
474
475
|
});
|
|
475
476
|
|
|
476
477
|
// Handle the result
|
|
@@ -498,6 +499,7 @@ async function run() {
|
|
|
498
499
|
const res = await publicAccountV1Queue(steamSets, {
|
|
499
500
|
force: true,
|
|
500
501
|
id: {},
|
|
502
|
+
steamId: "76561198842603734",
|
|
501
503
|
});
|
|
502
504
|
|
|
503
505
|
if (!res.ok) {
|
package/lib/config.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
29
|
readonly openapiDocVersion: "1.0.0";
|
|
30
|
-
readonly sdkVersion: "0.11.
|
|
31
|
-
readonly genVersion: "2.
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.11.
|
|
30
|
+
readonly sdkVersion: "0.11.13";
|
|
31
|
+
readonly genVersion: "2.438.3";
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.11.13 2.438.3 1.0.0 @steamsets/client-ts";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -30,8 +30,8 @@ function serverURLFromOptions(options) {
|
|
|
30
30
|
exports.SDK_METADATA = {
|
|
31
31
|
language: "typescript",
|
|
32
32
|
openapiDocVersion: "1.0.0",
|
|
33
|
-
sdkVersion: "0.11.
|
|
34
|
-
genVersion: "2.
|
|
35
|
-
userAgent: "speakeasy-sdk/typescript 0.11.
|
|
33
|
+
sdkVersion: "0.11.13",
|
|
34
|
+
genVersion: "2.438.3",
|
|
35
|
+
userAgent: "speakeasy-sdk/typescript 0.11.13 2.438.3 1.0.0 @steamsets/client-ts",
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.js.map
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
export * from "./accountbadgemostxpdatapoint.js";
|
|
2
|
-
export * from "./accountbadgescarcitydatapoint.js";
|
|
3
1
|
export * from "./accountinfobody.js";
|
|
4
2
|
export * from "./accountleaderboardhistory.js";
|
|
5
|
-
export * from "./accountplaytimedatapoint.js";
|
|
6
3
|
export * from "./accountsearch.js";
|
|
7
4
|
export * from "./accountsearchidstruct.js";
|
|
8
5
|
export * from "./accountsearchvanitystruct.js";
|
|
@@ -33,6 +30,8 @@ export * from "./state.js";
|
|
|
33
30
|
export * from "./v1accountapp.js";
|
|
34
31
|
export * from "./v1accountappbadge.js";
|
|
35
32
|
export * from "./v1accountbadgecompletion.js";
|
|
33
|
+
export * from "./v1accountbadgemostxpdatapoint.js";
|
|
34
|
+
export * from "./v1accountbadgescarcitydatapoint.js";
|
|
36
35
|
export * from "./v1accountdatapointsresponsebody.js";
|
|
37
36
|
export * from "./v1accountdeveloperappdeleterequestbody.js";
|
|
38
37
|
export * from "./v1accountdeveloperappdeleteresponsebody.js";
|
|
@@ -48,6 +47,7 @@ export * from "./v1accountleaderboardpreviewrequestbody.js";
|
|
|
48
47
|
export * from "./v1accountleaderboardpreviewresponsebody.js";
|
|
49
48
|
export * from "./v1accountleaderboardrequestbody.js";
|
|
50
49
|
export * from "./v1accountleaderboardresponsebody.js";
|
|
50
|
+
export * from "./v1accountplaytimedatapoint.js";
|
|
51
51
|
export * from "./v1accountqueuerequestbody.js";
|
|
52
52
|
export * from "./v1accountsappsresponsebody.js";
|
|
53
53
|
export * from "./v1appbadge.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,11 +17,8 @@ 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("./accountbadgemostxpdatapoint.js"), exports);
|
|
21
|
-
__exportStar(require("./accountbadgescarcitydatapoint.js"), exports);
|
|
22
20
|
__exportStar(require("./accountinfobody.js"), exports);
|
|
23
21
|
__exportStar(require("./accountleaderboardhistory.js"), exports);
|
|
24
|
-
__exportStar(require("./accountplaytimedatapoint.js"), exports);
|
|
25
22
|
__exportStar(require("./accountsearch.js"), exports);
|
|
26
23
|
__exportStar(require("./accountsearchidstruct.js"), exports);
|
|
27
24
|
__exportStar(require("./accountsearchvanitystruct.js"), exports);
|
|
@@ -52,6 +49,8 @@ __exportStar(require("./state.js"), exports);
|
|
|
52
49
|
__exportStar(require("./v1accountapp.js"), exports);
|
|
53
50
|
__exportStar(require("./v1accountappbadge.js"), exports);
|
|
54
51
|
__exportStar(require("./v1accountbadgecompletion.js"), exports);
|
|
52
|
+
__exportStar(require("./v1accountbadgemostxpdatapoint.js"), exports);
|
|
53
|
+
__exportStar(require("./v1accountbadgescarcitydatapoint.js"), exports);
|
|
55
54
|
__exportStar(require("./v1accountdatapointsresponsebody.js"), exports);
|
|
56
55
|
__exportStar(require("./v1accountdeveloperappdeleterequestbody.js"), exports);
|
|
57
56
|
__exportStar(require("./v1accountdeveloperappdeleteresponsebody.js"), exports);
|
|
@@ -67,6 +66,7 @@ __exportStar(require("./v1accountleaderboardpreviewrequestbody.js"), exports);
|
|
|
67
66
|
__exportStar(require("./v1accountleaderboardpreviewresponsebody.js"), exports);
|
|
68
67
|
__exportStar(require("./v1accountleaderboardrequestbody.js"), exports);
|
|
69
68
|
__exportStar(require("./v1accountleaderboardresponsebody.js"), exports);
|
|
69
|
+
__exportStar(require("./v1accountplaytimedatapoint.js"), exports);
|
|
70
70
|
__exportStar(require("./v1accountqueuerequestbody.js"), exports);
|
|
71
71
|
__exportStar(require("./v1accountsappsresponsebody.js"), exports);
|
|
72
72
|
__exportStar(require("./v1appbadge.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,uDAAqC;AACrC,iEAA+C;AAC/C,qDAAmC;AACnC,6DAA2C;AAC3C,iEAA+C;AAC/C,iDAA+B;AAC/B,2DAAyC;AACzC,4CAA0B;AAC1B,gDAA8B;AAC9B,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,yDAAuC;AACvC,mDAAiC;AACjC,oDAAkC;AAClC,gDAA8B;AAC9B,6CAA2B;AAC3B,0DAAwC;AACxC,mEAAiD;AACjD,gDAA8B;AAC9B,wDAAsC;AACtC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,oDAAkC;AAClC,6CAA2B;AAC3B,oDAAkC;AAClC,yDAAuC;AACvC,gEAA8C;AAC9C,qEAAmD;AACnD,uEAAqD;AACrD,uEAAqD;AACrD,8EAA4D;AAC5D,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uDAAqC;AACrC,oEAAkD;AAClD,mEAAiD;AACjD,qEAAmD;AACnD,uEAAqD;AACrD,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uEAAqD;AACrD,wEAAsD;AACtD,kEAAgD;AAChD,iEAA+C;AAC/C,kEAAgD;AAChD,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,wDAAsC;AACtC,yDAAuC;AACvC,4DAA0C;AAC1C,6DAA2C;AAC3C,8DAA4C;AAC5C,8DAA4C;AAC5C,+DAA6C;AAC7C,4DAA0C;AAC1C,6DAA2C;AAC3C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,uEAAqD;AACrD,wEAAsD;AACtD,wDAAsC;AACtC,yDAAuC;AACvC,4DAA0C;AAC1C,0DAAwC;AACxC,8DAA4C;AAC5C,sEAAoD;AACpD,6DAA2C;AAC3C,iEAA+C;AAC/C,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,uDAAqC;AACrC,iEAA+C;AAC/C,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,oDAAkC"}
|
|
@@ -17,7 +17,6 @@ export declare const ResourceResource: {
|
|
|
17
17
|
readonly SocialLinks: "social_links";
|
|
18
18
|
readonly Theme: "theme";
|
|
19
19
|
readonly VanityLength: "vanity_length";
|
|
20
|
-
readonly SocialLinkAmount: "social_link_amount";
|
|
21
20
|
readonly DeveloperApps: "developer_apps";
|
|
22
21
|
};
|
|
23
22
|
export type ResourceResource = ClosedEnum<typeof ResourceResource>;
|
|
@@ -55,7 +54,6 @@ export declare namespace ResourceResource$ {
|
|
|
55
54
|
readonly SocialLinks: "social_links";
|
|
56
55
|
readonly Theme: "theme";
|
|
57
56
|
readonly VanityLength: "vanity_length";
|
|
58
|
-
readonly SocialLinkAmount: "social_link_amount";
|
|
59
57
|
readonly DeveloperApps: "developer_apps";
|
|
60
58
|
}>;
|
|
61
59
|
/** @deprecated use `ResourceResource$outboundSchema` instead. */
|
|
@@ -76,7 +74,6 @@ export declare namespace ResourceResource$ {
|
|
|
76
74
|
readonly SocialLinks: "social_links";
|
|
77
75
|
readonly Theme: "theme";
|
|
78
76
|
readonly VanityLength: "vanity_length";
|
|
79
|
-
readonly SocialLinkAmount: "social_link_amount";
|
|
80
77
|
readonly DeveloperApps: "developer_apps";
|
|
81
78
|
}>;
|
|
82
79
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,EAAE,gBAAgB,CAAC;IAC3B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,gBAAgB,CACS,CAAC;AAEnC,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,gBAAgB,CACS,CAAC;AAEnC;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa;;;;;;;;;;;;;;;;;;MAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc;;;;;;;;;;;;;;;;;;MAAkC,CAAC;CAC/D;AAED,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,QAAQ,EACR,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,QAAQ,CAIR,CAAC;AAEH;;;GAGG;AACH,yBAAiB,SAAS,CAAC;IACzB,wDAAwD;IACjD,MAAM,aAAa,4CAAyB,CAAC;IACpD,yDAAyD;IAClD,MAAM,cAAc,sDAA0B,CAAC;IACtD,mDAAmD;IACnD,KAAY,QAAQ,GAAG,iBAAiB,CAAC;CAC1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.js","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,gBAAgB,GAAG;IAC9B,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,eAAe;IAC7B,oBAAoB,EAAE,yBAAyB;IAC/C,qBAAqB,EAAE,yBAAyB;IAChD,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,sBAAsB;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,eAAe;IAC7B,
|
|
1
|
+
{"version":3,"file":"resource.js","sourceRoot":"","sources":["../../src/models/components/resource.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,gBAAgB,GAAG;IAC9B,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,eAAe;IAC7B,oBAAoB,EAAE,yBAAyB;IAC/C,qBAAqB,EAAE,yBAAyB;IAChD,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,sBAAsB;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,eAAe;IAC7B,aAAa,EAAE,gBAAgB;CACvB,CAAC;AAWX,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,CAAC,CAAC,UAAU,CAAC,wBAAgB,CAAC,CAAC;AAEnC,gBAAgB;AACH,QAAA,+BAA+B,GAExC,sCAA8B,CAAC;AAEnC;;;GAGG;AACH,IAAiB,iBAAiB,CAKjC;AALD,WAAiB,iBAAiB;IAChC,gEAAgE;IACnD,+BAAa,GAAG,sCAA8B,CAAC;IAC5D,iEAAiE;IACpD,gCAAc,GAAG,uCAA+B,CAAC;AAChE,CAAC,EALgB,iBAAiB,iCAAjB,iBAAiB,QAKjC;AAED,gBAAgB;AACH,QAAA,sBAAsB,GAI/B,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,sCAA8B;IACxC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,uCAA+B;IACzC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACxB,wDAAwD;IAC3C,uBAAa,GAAG,8BAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,+BAAuB,CAAC;AAGxD,CAAC,EAPgB,SAAS,yBAAT,SAAS,QAOzB"}
|
package/models/components/{accountbadgemostxpdatapoint.d.ts → v1accountbadgemostxpdatapoint.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
export type
|
|
2
|
+
export type V1AccountBadgeMostXpDataPoint = {
|
|
3
3
|
/**
|
|
4
4
|
* The app id
|
|
5
5
|
*/
|
|
@@ -50,9 +50,9 @@ export type AccountBadgeMostXpDataPoint = {
|
|
|
50
50
|
name: string;
|
|
51
51
|
};
|
|
52
52
|
/** @internal */
|
|
53
|
-
export declare const
|
|
53
|
+
export declare const V1AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
|
|
54
54
|
/** @internal */
|
|
55
|
-
export type
|
|
55
|
+
export type V1AccountBadgeMostXpDataPoint$Outbound = {
|
|
56
56
|
appId: number;
|
|
57
57
|
badgeCompletedAt: string;
|
|
58
58
|
badgeId: string;
|
|
@@ -67,17 +67,17 @@ export type AccountBadgeMostXpDataPoint$Outbound = {
|
|
|
67
67
|
name: string;
|
|
68
68
|
};
|
|
69
69
|
/** @internal */
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const V1AccountBadgeMostXpDataPoint$outboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeMostXpDataPoint>;
|
|
71
71
|
/**
|
|
72
72
|
* @internal
|
|
73
73
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
74
|
*/
|
|
75
|
-
export declare namespace
|
|
76
|
-
/** @deprecated use `
|
|
77
|
-
const inboundSchema: z.ZodType<
|
|
78
|
-
/** @deprecated use `
|
|
79
|
-
const outboundSchema: z.ZodType<
|
|
80
|
-
/** @deprecated use `
|
|
81
|
-
type Outbound =
|
|
75
|
+
export declare namespace V1AccountBadgeMostXpDataPoint$ {
|
|
76
|
+
/** @deprecated use `V1AccountBadgeMostXpDataPoint$inboundSchema` instead. */
|
|
77
|
+
const inboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
|
|
78
|
+
/** @deprecated use `V1AccountBadgeMostXpDataPoint$outboundSchema` instead. */
|
|
79
|
+
const outboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeMostXpDataPoint>;
|
|
80
|
+
/** @deprecated use `V1AccountBadgeMostXpDataPoint$Outbound` instead. */
|
|
81
|
+
type Outbound = V1AccountBadgeMostXpDataPoint$Outbound;
|
|
82
82
|
}
|
|
83
|
-
//# sourceMappingURL=
|
|
83
|
+
//# sourceMappingURL=v1accountbadgemostxpdatapoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountbadgemostxpdatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountbadgemostxpdatapoint.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,gBAAgB,EAAE,IAAI,CAAC;IACvB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAc7B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa,iEAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc,gGAA+C,CAAC;IAC3E,wEAAwE;IACxE,KAAY,QAAQ,GAAG,sCAAsC,CAAC;CAC/D"}
|
package/models/components/{accountbadgemostxpdatapoint.js → v1accountbadgemostxpdatapoint.js}
RENAMED
|
@@ -26,10 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.V1AccountBadgeMostXpDataPoint$ = exports.V1AccountBadgeMostXpDataPoint$outboundSchema = exports.V1AccountBadgeMostXpDataPoint$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
/** @internal */
|
|
32
|
-
exports.
|
|
32
|
+
exports.V1AccountBadgeMostXpDataPoint$inboundSchema = z.object({
|
|
33
33
|
appId: z.number().int(),
|
|
34
34
|
badgeCompletedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
35
35
|
badgeId: z.string(),
|
|
@@ -44,7 +44,7 @@ exports.AccountBadgeMostXpDataPoint$inboundSchema = z.object({
|
|
|
44
44
|
name: z.string(),
|
|
45
45
|
});
|
|
46
46
|
/** @internal */
|
|
47
|
-
exports.
|
|
47
|
+
exports.V1AccountBadgeMostXpDataPoint$outboundSchema = z.object({
|
|
48
48
|
appId: z.number().int(),
|
|
49
49
|
badgeCompletedAt: z.date().transform(v => v.toISOString()),
|
|
50
50
|
badgeId: z.string(),
|
|
@@ -62,11 +62,11 @@ exports.AccountBadgeMostXpDataPoint$outboundSchema = z.object({
|
|
|
62
62
|
* @internal
|
|
63
63
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
64
64
|
*/
|
|
65
|
-
var
|
|
66
|
-
(function (
|
|
67
|
-
/** @deprecated use `
|
|
68
|
-
|
|
69
|
-
/** @deprecated use `
|
|
70
|
-
|
|
71
|
-
})(
|
|
72
|
-
//# sourceMappingURL=
|
|
65
|
+
var V1AccountBadgeMostXpDataPoint$;
|
|
66
|
+
(function (V1AccountBadgeMostXpDataPoint$) {
|
|
67
|
+
/** @deprecated use `V1AccountBadgeMostXpDataPoint$inboundSchema` instead. */
|
|
68
|
+
V1AccountBadgeMostXpDataPoint$.inboundSchema = exports.V1AccountBadgeMostXpDataPoint$inboundSchema;
|
|
69
|
+
/** @deprecated use `V1AccountBadgeMostXpDataPoint$outboundSchema` instead. */
|
|
70
|
+
V1AccountBadgeMostXpDataPoint$.outboundSchema = exports.V1AccountBadgeMostXpDataPoint$outboundSchema;
|
|
71
|
+
})(V1AccountBadgeMostXpDataPoint$ || (exports.V1AccountBadgeMostXpDataPoint$ = V1AccountBadgeMostXpDataPoint$ = {}));
|
|
72
|
+
//# sourceMappingURL=v1accountbadgemostxpdatapoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountbadgemostxpdatapoint.js","sourceRoot":"","sources":["../../src/models/components/v1accountbadgemostxpdatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAqDzB,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CACpE,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ;IACD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAkBH,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,gBAAgB,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAC1D,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,6EAA6E;IAChE,4CAAa,GAAG,mDAA2C,CAAC;IACzE,8EAA8E;IACjE,6CAAc,GAAG,oDAA4C,CAAC;AAG7E,CAAC,EAPgB,8BAA8B,8CAA9B,8BAA8B,QAO9C"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
export type V1AccountBadgeScarcityDataPoint = {
|
|
3
|
+
/**
|
|
4
|
+
* The app id
|
|
5
|
+
*/
|
|
6
|
+
appId: number;
|
|
7
|
+
/**
|
|
8
|
+
* The badge id
|
|
9
|
+
*/
|
|
10
|
+
badgeId: string;
|
|
11
|
+
/**
|
|
12
|
+
* The badge image
|
|
13
|
+
*/
|
|
14
|
+
badgeImage: string;
|
|
15
|
+
/**
|
|
16
|
+
* Whether the badge is foil
|
|
17
|
+
*/
|
|
18
|
+
badgeIsFoil: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The badge level
|
|
21
|
+
*/
|
|
22
|
+
badgeLevel: number;
|
|
23
|
+
/**
|
|
24
|
+
* The badge name
|
|
25
|
+
*/
|
|
26
|
+
badgeName: string;
|
|
27
|
+
/**
|
|
28
|
+
* The badge scarcity
|
|
29
|
+
*/
|
|
30
|
+
badgeScarcity: number;
|
|
31
|
+
/**
|
|
32
|
+
* The image of the app
|
|
33
|
+
*/
|
|
34
|
+
image: string;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the app
|
|
37
|
+
*/
|
|
38
|
+
name: string;
|
|
39
|
+
};
|
|
40
|
+
/** @internal */
|
|
41
|
+
export declare const V1AccountBadgeScarcityDataPoint$inboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
42
|
+
/** @internal */
|
|
43
|
+
export type V1AccountBadgeScarcityDataPoint$Outbound = {
|
|
44
|
+
appId: number;
|
|
45
|
+
badgeId: string;
|
|
46
|
+
badgeImage: string;
|
|
47
|
+
badgeIsFoil: boolean;
|
|
48
|
+
badgeLevel: number;
|
|
49
|
+
badgeName: string;
|
|
50
|
+
badgeScarcity: number;
|
|
51
|
+
image: string;
|
|
52
|
+
name: string;
|
|
53
|
+
};
|
|
54
|
+
/** @internal */
|
|
55
|
+
export declare const V1AccountBadgeScarcityDataPoint$outboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeScarcityDataPoint>;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
+
*/
|
|
60
|
+
export declare namespace V1AccountBadgeScarcityDataPoint$ {
|
|
61
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
62
|
+
const inboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint, z.ZodTypeDef, unknown>;
|
|
63
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
64
|
+
const outboundSchema: z.ZodType<V1AccountBadgeScarcityDataPoint$Outbound, z.ZodTypeDef, V1AccountBadgeScarcityDataPoint>;
|
|
65
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$Outbound` instead. */
|
|
66
|
+
type Outbound = V1AccountBadgeScarcityDataPoint$Outbound;
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=v1accountbadgescarcitydatapoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountbadgescarcitydatapoint.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountbadgescarcitydatapoint.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAW/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE"}
|
package/models/components/{accountbadgescarcitydatapoint.js → v1accountbadgescarcitydatapoint.js}
RENAMED
|
@@ -26,10 +26,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.V1AccountBadgeScarcityDataPoint$ = exports.V1AccountBadgeScarcityDataPoint$outboundSchema = exports.V1AccountBadgeScarcityDataPoint$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
/** @internal */
|
|
32
|
-
exports.
|
|
32
|
+
exports.V1AccountBadgeScarcityDataPoint$inboundSchema = z.object({
|
|
33
33
|
appId: z.number().int(),
|
|
34
34
|
badgeId: z.string(),
|
|
35
35
|
badgeImage: z.string(),
|
|
@@ -41,7 +41,7 @@ exports.AccountBadgeScarcityDataPoint$inboundSchema = z.object({
|
|
|
41
41
|
name: z.string(),
|
|
42
42
|
});
|
|
43
43
|
/** @internal */
|
|
44
|
-
exports.
|
|
44
|
+
exports.V1AccountBadgeScarcityDataPoint$outboundSchema = z.object({
|
|
45
45
|
appId: z.number().int(),
|
|
46
46
|
badgeId: z.string(),
|
|
47
47
|
badgeImage: z.string(),
|
|
@@ -56,11 +56,11 @@ exports.AccountBadgeScarcityDataPoint$outboundSchema = z.object({
|
|
|
56
56
|
* @internal
|
|
57
57
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
58
58
|
*/
|
|
59
|
-
var
|
|
60
|
-
(function (
|
|
61
|
-
/** @deprecated use `
|
|
62
|
-
|
|
63
|
-
/** @deprecated use `
|
|
64
|
-
|
|
65
|
-
})(
|
|
66
|
-
//# sourceMappingURL=
|
|
59
|
+
var V1AccountBadgeScarcityDataPoint$;
|
|
60
|
+
(function (V1AccountBadgeScarcityDataPoint$) {
|
|
61
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$inboundSchema` instead. */
|
|
62
|
+
V1AccountBadgeScarcityDataPoint$.inboundSchema = exports.V1AccountBadgeScarcityDataPoint$inboundSchema;
|
|
63
|
+
/** @deprecated use `V1AccountBadgeScarcityDataPoint$outboundSchema` instead. */
|
|
64
|
+
V1AccountBadgeScarcityDataPoint$.outboundSchema = exports.V1AccountBadgeScarcityDataPoint$outboundSchema;
|
|
65
|
+
})(V1AccountBadgeScarcityDataPoint$ || (exports.V1AccountBadgeScarcityDataPoint$ = V1AccountBadgeScarcityDataPoint$ = {}));
|
|
66
|
+
//# sourceMappingURL=v1accountbadgescarcitydatapoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1accountbadgescarcitydatapoint.js","sourceRoot":"","sources":["../../src/models/components/v1accountbadgescarcitydatapoint.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAyCzB,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAeH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAC/C,+EAA+E;IAClE,8CAAa,GAAG,qDAA6C,CAAC;IAC3E,gFAAgF;IACnE,+CAAc,GAAG,sDAA8C,CAAC;AAG/E,CAAC,EAPgB,gCAAgC,gDAAhC,gCAAgC,QAOhD"}
|