@steamsets/client-ts 0.11.10 → 0.11.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/README.md +70 -71
  2. package/lib/config.d.ts +3 -3
  3. package/lib/config.js +3 -3
  4. package/models/components/index.d.ts +3 -3
  5. package/models/components/index.d.ts.map +1 -1
  6. package/models/components/index.js +3 -3
  7. package/models/components/index.js.map +1 -1
  8. package/models/components/resource.d.ts +0 -3
  9. package/models/components/resource.d.ts.map +1 -1
  10. package/models/components/resource.js +0 -1
  11. package/models/components/resource.js.map +1 -1
  12. package/models/components/{accountbadgemostxpdatapoint.d.ts → v1accountbadgemostxpdatapoint.d.ts} +12 -12
  13. package/models/components/v1accountbadgemostxpdatapoint.d.ts.map +1 -0
  14. package/models/components/{accountbadgemostxpdatapoint.js → v1accountbadgemostxpdatapoint.js} +11 -11
  15. package/models/components/v1accountbadgemostxpdatapoint.js.map +1 -0
  16. package/models/components/v1accountbadgescarcitydatapoint.d.ts +68 -0
  17. package/models/components/v1accountbadgescarcitydatapoint.d.ts.map +1 -0
  18. package/models/components/{accountbadgescarcitydatapoint.js → v1accountbadgescarcitydatapoint.js} +11 -11
  19. package/models/components/v1accountbadgescarcitydatapoint.js.map +1 -0
  20. package/models/components/v1accountdatapointsresponsebody.d.ts +9 -9
  21. package/models/components/v1accountdatapointsresponsebody.d.ts.map +1 -1
  22. package/models/components/v1accountdatapointsresponsebody.js +9 -9
  23. package/models/components/v1accountdatapointsresponsebody.js.map +1 -1
  24. package/models/components/v1accountleaderboardaccount.d.ts +5 -0
  25. package/models/components/v1accountleaderboardaccount.d.ts.map +1 -1
  26. package/models/components/v1accountleaderboardaccount.js +2 -0
  27. package/models/components/v1accountleaderboardaccount.js.map +1 -1
  28. package/models/components/v1accountplaytimedatapoint.d.ts +43 -0
  29. package/models/components/v1accountplaytimedatapoint.d.ts.map +1 -0
  30. package/models/components/{accountplaytimedatapoint.js → v1accountplaytimedatapoint.js} +11 -11
  31. package/models/components/v1accountplaytimedatapoint.js.map +1 -0
  32. package/package.json +1 -1
  33. package/src/lib/config.ts +3 -3
  34. package/src/models/components/index.ts +3 -3
  35. package/src/models/components/resource.ts +0 -1
  36. package/src/models/components/{accountbadgemostxpdatapoint.ts → v1accountbadgemostxpdatapoint.ts} +14 -14
  37. package/src/models/components/{accountbadgescarcitydatapoint.ts → v1accountbadgescarcitydatapoint.ts} +14 -14
  38. package/src/models/components/v1accountdatapointsresponsebody.ts +27 -27
  39. package/src/models/components/v1accountleaderboardaccount.ts +7 -0
  40. package/src/models/components/{accountplaytimedatapoint.ts → v1accountplaytimedatapoint.ts} +14 -14
  41. package/models/components/accountbadgemostxpdatapoint.d.ts.map +0 -1
  42. package/models/components/accountbadgemostxpdatapoint.js.map +0 -1
  43. package/models/components/accountbadgescarcitydatapoint.d.ts +0 -68
  44. package/models/components/accountbadgescarcitydatapoint.d.ts.map +0 -1
  45. package/models/components/accountbadgescarcitydatapoint.js.map +0 -1
  46. package/models/components/accountplaytimedatapoint.d.ts +0 -43
  47. package/models/components/accountplaytimedatapoint.d.ts.map +0 -1
  48. package/models/components/accountplaytimedatapoint.js.map +0 -1
package/README.md CHANGED
@@ -530,77 +530,76 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
530
530
 
531
531
  <summary>Available standalone functions</summary>
532
532
 
533
- - [accountAccountV1ConnectionConnect](docs/sdks/account/README.md#accountv1connectionconnect)
534
- - [accountAccountV1ConnectionDeleteConnection](docs/sdks/account/README.md#accountv1connectiondeleteconnection)
535
- - [accountAccountV1ConnectionUpdateConnection](docs/sdks/account/README.md#accountv1connectionupdateconnection)
536
- - [accountAccountV1ConnectionVerifyConnection](docs/sdks/account/README.md#accountv1connectionverifyconnection)
537
- - [accountAccountV1GetApps](docs/sdks/account/README.md#accountv1getapps)
538
- - [accountAccountV1GetBadges](docs/sdks/account/README.md#accountv1getbadges)
539
- - [accountAccountV1GetDataPoints](docs/sdks/account/README.md#accountv1getdatapoints)
540
- - [accountAccountV1GetFriends](docs/sdks/account/README.md#accountv1getfriends)
541
- - [accountAccountV1GetInfo](docs/sdks/account/README.md#accountv1getinfo)
542
- - [accountAccountV1GetLeaderboardHistory](docs/sdks/account/README.md#accountv1getleaderboardhistory)
543
- - [accountAccountV1GetStaff](docs/sdks/account/README.md#accountv1getstaff)
544
- - [accountAccountV1LeaderboardPreview](docs/sdks/account/README.md#accountv1leaderboardpreview)
545
- - [accountAccountV1Queue](docs/sdks/account/README.md#accountv1queue)
546
- - [accountAccountV1SessionCreate](docs/sdks/account/README.md#accountv1sessioncreate)
547
- - [accountAccountV1SessionDelete](docs/sdks/account/README.md#accountv1sessiondelete)
548
- - [accountAccountV1SessionGet](docs/sdks/account/README.md#accountv1sessionget)
549
- - [accountAccountV1SessionLogin](docs/sdks/account/README.md#accountv1sessionlogin)
550
- - [accountAccountV1SettingsDeleteImages](docs/sdks/account/README.md#accountv1settingsdeleteimages)
551
- - [accountAccountV1SettingsGet](docs/sdks/account/README.md#accountv1settingsget)
552
- - [accountAccountV1SettingsSendEmailVerification](docs/sdks/account/README.md#accountv1settingssendemailverification)
553
- - [accountAccountV1SettingsUpdateImage](docs/sdks/account/README.md#accountv1settingsupdateimage)
554
- - [accountAccountV1SettingsUpdate](docs/sdks/account/README.md#accountv1settingsupdate)
555
- - [accountAccountV1SettingsUploadImages](docs/sdks/account/README.md#accountv1settingsuploadimages)
556
- - [accountAccountV1SettingsVerfyEmail](docs/sdks/account/README.md#accountv1settingsverfyemail)
557
- - [accountLeaderboardV1GetAccount](docs/sdks/account/README.md#leaderboardv1getaccount)
558
- - [accountLeaderboardV1GetBadges](docs/sdks/account/README.md#leaderboardv1getbadges)
559
- - [appAppV1Get](docs/sdks/app/README.md#appv1get)
560
- - [appAppV1Queue](docs/sdks/app/README.md#appv1queue)
561
- - [badgeBadgeV1Tag](docs/sdks/badge/README.md#badgev1tag)
562
- - [badgeBadgeV1Tags](docs/sdks/badge/README.md#badgev1tags)
563
- - [connectionAccountV1ConnectionConnect](docs/sdks/connection/README.md#accountv1connectionconnect)
564
- - [connectionAccountV1ConnectionDeleteConnection](docs/sdks/connection/README.md#accountv1connectiondeleteconnection)
565
- - [connectionAccountV1ConnectionUpdateConnection](docs/sdks/connection/README.md#accountv1connectionupdateconnection)
566
- - [connectionAccountV1ConnectionVerifyConnection](docs/sdks/connection/README.md#accountv1connectionverifyconnection)
567
- - [dataAccountV1GetApps](docs/sdks/data/README.md#accountv1getapps)
568
- - [dataAccountV1GetBadges](docs/sdks/data/README.md#accountv1getbadges)
569
- - [dataAccountV1GetDataPoints](docs/sdks/data/README.md#accountv1getdatapoints)
570
- - [dataAccountV1GetFriends](docs/sdks/data/README.md#accountv1getfriends)
571
- - [dataAccountV1GetInfo](docs/sdks/data/README.md#accountv1getinfo)
572
- - [dataAccountV1GetLeaderboardHistory](docs/sdks/data/README.md#accountv1getleaderboardhistory)
573
- - [dataAccountV1GetStaff](docs/sdks/data/README.md#accountv1getstaff)
574
- - [dataAccountV1Queue](docs/sdks/data/README.md#accountv1queue)
575
- - [dataAppV1Queue](docs/sdks/data/README.md#appv1queue)
576
- - [developerAccountV1SettingsDeveloperAppCreate](docs/sdks/developer/README.md#accountv1settingsdeveloperappcreate)
577
- - [developerAccountV1SettingsDeveloperAppDelete](docs/sdks/developer/README.md#accountv1settingsdeveloperappdelete)
578
- - [developerAccountV1SettingsDeveloperAppUpdate](docs/sdks/developer/README.md#accountv1settingsdeveloperappupdate)
579
- - [leaderboardAccountV1LeaderboardPreview](docs/sdks/leaderboard/README.md#accountv1leaderboardpreview)
580
- - [leaderboardLeaderboardV1GetAccount](docs/sdks/leaderboard/README.md#leaderboardv1getaccount)
581
- - [leaderboardLeaderboardV1GetBadges](docs/sdks/leaderboard/README.md#leaderboardv1getbadges)
582
- - [livenessLiveness](docs/sdks/liveness/README.md#liveness)
583
- - [locationLocation](docs/sdks/location/README.md#location)
584
- - [publicAccountV1GetApps](docs/sdks/public/README.md#accountv1getapps)
585
- - [publicAccountV1GetBadges](docs/sdks/public/README.md#accountv1getbadges)
586
- - [publicAccountV1GetDataPoints](docs/sdks/public/README.md#accountv1getdatapoints)
587
- - [publicAccountV1GetFriends](docs/sdks/public/README.md#accountv1getfriends)
588
- - [publicAccountV1GetInfo](docs/sdks/public/README.md#accountv1getinfo)
589
- - [publicAccountV1GetLeaderboardHistory](docs/sdks/public/README.md#accountv1getleaderboardhistory)
590
- - [publicAccountV1Queue](docs/sdks/public/README.md#accountv1queue)
591
- - [publicAppV1Queue](docs/sdks/public/README.md#appv1queue)
592
- - [sessionAccountV1SessionCreate](docs/sdks/session/README.md#accountv1sessioncreate)
593
- - [sessionAccountV1SessionDelete](docs/sdks/session/README.md#accountv1sessiondelete)
594
- - [sessionAccountV1SessionGet](docs/sdks/session/README.md#accountv1sessionget)
595
- - [sessionAccountV1SessionLogin](docs/sdks/session/README.md#accountv1sessionlogin)
596
- - [settingsAccountV1SettingsDeleteImages](docs/sdks/settings/README.md#accountv1settingsdeleteimages)
597
- - [settingsAccountV1SettingsGet](docs/sdks/settings/README.md#accountv1settingsget)
598
- - [settingsAccountV1SettingsSendEmailVerification](docs/sdks/settings/README.md#accountv1settingssendemailverification)
599
- - [settingsAccountV1SettingsUpdateImage](docs/sdks/settings/README.md#accountv1settingsupdateimage)
600
- - [settingsAccountV1SettingsUpdate](docs/sdks/settings/README.md#accountv1settingsupdate)
601
- - [settingsAccountV1SettingsUploadImages](docs/sdks/settings/README.md#accountv1settingsuploadimages)
602
- - [settingsAccountV1SettingsVerfyEmail](docs/sdks/settings/README.md#accountv1settingsverfyemail)
603
-
533
+ - [`accountAccountV1ConnectionConnect`](docs/sdks/account/README.md#accountv1connectionconnect) - Connect a new Social Provider
534
+ - [`accountAccountV1ConnectionDeleteConnection`](docs/sdks/account/README.md#accountv1connectiondeleteconnection) - Remove a connection
535
+ - [`accountAccountV1ConnectionUpdateConnection`](docs/sdks/account/README.md#accountv1connectionupdateconnection) - Make a connection visible/invisible
536
+ - [`accountAccountV1ConnectionVerifyConnection`](docs/sdks/account/README.md#accountv1connectionverifyconnection) - Verify a domain connection only atm
537
+ - [`accountAccountV1GetApps`](docs/sdks/account/README.md#accountv1getapps) - Get Account Apps
538
+ - [`accountAccountV1GetBadges`](docs/sdks/account/README.md#accountv1getbadges) - Get Account Badges
539
+ - [`accountAccountV1GetDataPoints`](docs/sdks/account/README.md#accountv1getdatapoints) - Get Account DataPoints
540
+ - [`accountAccountV1GetFriends`](docs/sdks/account/README.md#accountv1getfriends) - Get Account Friends
541
+ - [`accountAccountV1GetInfo`](docs/sdks/account/README.md#accountv1getinfo) - Get Account Info
542
+ - [`accountAccountV1GetLeaderboardHistory`](docs/sdks/account/README.md#accountv1getleaderboardhistory) - Get Account Leaderboard History
543
+ - [`accountAccountV1GetStaff`](docs/sdks/account/README.md#accountv1getstaff) - Get Staff Members and their info
544
+ - [`accountAccountV1LeaderboardPreview`](docs/sdks/account/README.md#accountv1leaderboardpreview) - Preview what a given score would result in
545
+ - [`accountAccountV1Queue`](docs/sdks/account/README.md#accountv1queue) - Queue an account for processing
546
+ - [`accountAccountV1SessionCreate`](docs/sdks/account/README.md#accountv1sessioncreate) - Create a new session for non logged in users
547
+ - [`accountAccountV1SessionDelete`](docs/sdks/account/README.md#accountv1sessiondelete) - Deletes a session, can also be used to logout
548
+ - [`accountAccountV1SessionGet`](docs/sdks/account/README.md#accountv1sessionget) - Gets all session data
549
+ - [`accountAccountV1SessionLogin`](docs/sdks/account/README.md#accountv1sessionlogin) - Logs a user in and creates a new session
550
+ - [`accountAccountV1SettingsDeleteImages`](docs/sdks/account/README.md#accountv1settingsdeleteimages) - Delete mulitple imagest
551
+ - [`accountAccountV1SettingsGet`](docs/sdks/account/README.md#accountv1settingsget) - Gets all settings for the account
552
+ - [`accountAccountV1SettingsSendEmailVerification`](docs/sdks/account/README.md#accountv1settingssendemailverification) - Resend the verification code for an email
553
+ - [`accountAccountV1SettingsUpdate`](docs/sdks/account/README.md#accountv1settingsupdate) - Update settings for the logged in account
554
+ - [`accountAccountV1SettingsUpdateImage`](docs/sdks/account/README.md#accountv1settingsupdateimage) - Update one of the uploaded images
555
+ - [`accountAccountV1SettingsUploadImages`](docs/sdks/account/README.md#accountv1settingsuploadimages) - Multi Upload Endpoint for images
556
+ - [`accountAccountV1SettingsVerfyEmail`](docs/sdks/account/README.md#accountv1settingsverfyemail) - Verify the email by passing in the code the user should've gotten
557
+ - [`accountLeaderboardV1GetAccount`](docs/sdks/account/README.md#leaderboardv1getaccount) - Get a leaderboard for accounts
558
+ - [`accountLeaderboardV1GetBadges`](docs/sdks/account/README.md#leaderboardv1getbadges) - Get all available badges for leaderboards
559
+ - [`appAppV1Get`](docs/sdks/app/README.md#appv1get) - Get details about an app
560
+ - [`appAppV1Queue`](docs/sdks/app/README.md#appv1queue) - Queue a app for processing
561
+ - [`badgeBadgeV1Tag`](docs/sdks/badge/README.md#badgev1tag) - Tag a badge
562
+ - [`badgeBadgeV1Tags`](docs/sdks/badge/README.md#badgev1tags) - Get all available badge tags
563
+ - [`connectionAccountV1ConnectionConnect`](docs/sdks/connection/README.md#accountv1connectionconnect) - Connect a new Social Provider
564
+ - [`connectionAccountV1ConnectionDeleteConnection`](docs/sdks/connection/README.md#accountv1connectiondeleteconnection) - Remove a connection
565
+ - [`connectionAccountV1ConnectionUpdateConnection`](docs/sdks/connection/README.md#accountv1connectionupdateconnection) - Make a connection visible/invisible
566
+ - [`connectionAccountV1ConnectionVerifyConnection`](docs/sdks/connection/README.md#accountv1connectionverifyconnection) - Verify a domain connection only atm
567
+ - [`dataAccountV1GetApps`](docs/sdks/data/README.md#accountv1getapps) - Get Account Apps
568
+ - [`dataAccountV1GetBadges`](docs/sdks/data/README.md#accountv1getbadges) - Get Account Badges
569
+ - [`dataAccountV1GetDataPoints`](docs/sdks/data/README.md#accountv1getdatapoints) - Get Account DataPoints
570
+ - [`dataAccountV1GetFriends`](docs/sdks/data/README.md#accountv1getfriends) - Get Account Friends
571
+ - [`dataAccountV1GetInfo`](docs/sdks/data/README.md#accountv1getinfo) - Get Account Info
572
+ - [`dataAccountV1GetLeaderboardHistory`](docs/sdks/data/README.md#accountv1getleaderboardhistory) - Get Account Leaderboard History
573
+ - [`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
+ - [`developerAccountV1SettingsDeveloperAppCreate`](docs/sdks/developer/README.md#accountv1settingsdeveloperappcreate) - Add a new Developer App to the account
577
+ - [`developerAccountV1SettingsDeveloperAppDelete`](docs/sdks/developer/README.md#accountv1settingsdeveloperappdelete) - Delete a developer app from the account
578
+ - [`developerAccountV1SettingsDeveloperAppUpdate`](docs/sdks/developer/README.md#accountv1settingsdeveloperappupdate) - Update the developer app/re-generate the api key
579
+ - [`leaderboardAccountV1LeaderboardPreview`](docs/sdks/leaderboard/README.md#accountv1leaderboardpreview) - Preview what a given score would result in
580
+ - [`leaderboardLeaderboardV1GetAccount`](docs/sdks/leaderboard/README.md#leaderboardv1getaccount) - Get a leaderboard for accounts
581
+ - [`leaderboardLeaderboardV1GetBadges`](docs/sdks/leaderboard/README.md#leaderboardv1getbadges) - Get all available badges for leaderboards
582
+ - [`livenessLiveness`](docs/sdks/liveness/README.md#liveness) - Liveness check
583
+ - [`locationLocation`](docs/sdks/location/README.md#location) - Location List
584
+ - [`publicAccountV1GetApps`](docs/sdks/public/README.md#accountv1getapps) - Get Account Apps
585
+ - [`publicAccountV1GetBadges`](docs/sdks/public/README.md#accountv1getbadges) - Get Account Badges
586
+ - [`publicAccountV1GetDataPoints`](docs/sdks/public/README.md#accountv1getdatapoints) - Get Account DataPoints
587
+ - [`publicAccountV1GetFriends`](docs/sdks/public/README.md#accountv1getfriends) - Get Account Friends
588
+ - [`publicAccountV1GetInfo`](docs/sdks/public/README.md#accountv1getinfo) - Get Account Info
589
+ - [`publicAccountV1GetLeaderboardHistory`](docs/sdks/public/README.md#accountv1getleaderboardhistory) - Get Account Leaderboard History
590
+ - [`publicAccountV1Queue`](docs/sdks/public/README.md#accountv1queue) - Queue an account for processing
591
+ - [`publicAppV1Queue`](docs/sdks/public/README.md#appv1queue) - Queue a app for processing
592
+ - [`sessionAccountV1SessionCreate`](docs/sdks/session/README.md#accountv1sessioncreate) - Create a new session for non logged in users
593
+ - [`sessionAccountV1SessionDelete`](docs/sdks/session/README.md#accountv1sessiondelete) - Deletes a session, can also be used to logout
594
+ - [`sessionAccountV1SessionGet`](docs/sdks/session/README.md#accountv1sessionget) - Gets all session data
595
+ - [`sessionAccountV1SessionLogin`](docs/sdks/session/README.md#accountv1sessionlogin) - Logs a user in and creates a new session
596
+ - [`settingsAccountV1SettingsDeleteImages`](docs/sdks/settings/README.md#accountv1settingsdeleteimages) - Delete mulitple imagest
597
+ - [`settingsAccountV1SettingsGet`](docs/sdks/settings/README.md#accountv1settingsget) - Gets all settings for the account
598
+ - [`settingsAccountV1SettingsSendEmailVerification`](docs/sdks/settings/README.md#accountv1settingssendemailverification) - Resend the verification code for an email
599
+ - [`settingsAccountV1SettingsUpdate`](docs/sdks/settings/README.md#accountv1settingsupdate) - Update settings for the logged in account
600
+ - [`settingsAccountV1SettingsUpdateImage`](docs/sdks/settings/README.md#accountv1settingsupdateimage) - Update one of the uploaded images
601
+ - [`settingsAccountV1SettingsUploadImages`](docs/sdks/settings/README.md#accountv1settingsuploadimages) - Multi Upload Endpoint for images
602
+ - [`settingsAccountV1SettingsVerfyEmail`](docs/sdks/settings/README.md#accountv1settingsverfyemail) - Verify the email by passing in the code the user should've gotten
604
603
 
605
604
  </details>
606
605
  <!-- End Standalone functions [standalone-funcs] -->
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.10";
31
- readonly genVersion: "2.429.0";
32
- readonly userAgent: "speakeasy-sdk/typescript 0.11.10 2.429.0 1.0.0 @steamsets/client-ts";
30
+ readonly sdkVersion: "0.11.12";
31
+ readonly genVersion: "2.438.3";
32
+ readonly userAgent: "speakeasy-sdk/typescript 0.11.12 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.10",
34
- genVersion: "2.429.0",
35
- userAgent: "speakeasy-sdk/typescript 0.11.10 2.429.0 1.0.0 @steamsets/client-ts",
33
+ sdkVersion: "0.11.12",
34
+ genVersion: "2.438.3",
35
+ userAgent: "speakeasy-sdk/typescript 0.11.12 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":"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"}
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,mEAAiD;AACjD,qEAAmD;AACnD,uDAAqC;AACrC,iEAA+C;AAC/C,gEAA8C;AAC9C,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,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,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"}
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;;;;;;;;;;;;;;;;;;;CAmBnB,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
+ {"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"}
@@ -45,7 +45,6 @@ exports.ResourceResource = {
45
45
  SocialLinks: "social_links",
46
46
  Theme: "theme",
47
47
  VanityLength: "vanity_length",
48
- SocialLinkAmount: "social_link_amount",
49
48
  DeveloperApps: "developer_apps",
50
49
  };
51
50
  /** @internal */
@@ -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,gBAAgB,EAAE,oBAAoB;IACtC,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"}
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"}
@@ -1,5 +1,5 @@
1
1
  import * as z from "zod";
2
- export type AccountBadgeMostXpDataPoint = {
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 AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
53
+ export declare const V1AccountBadgeMostXpDataPoint$inboundSchema: z.ZodType<V1AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
54
54
  /** @internal */
55
- export type AccountBadgeMostXpDataPoint$Outbound = {
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 AccountBadgeMostXpDataPoint$outboundSchema: z.ZodType<AccountBadgeMostXpDataPoint$Outbound, z.ZodTypeDef, AccountBadgeMostXpDataPoint>;
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 AccountBadgeMostXpDataPoint$ {
76
- /** @deprecated use `AccountBadgeMostXpDataPoint$inboundSchema` instead. */
77
- const inboundSchema: z.ZodType<AccountBadgeMostXpDataPoint, z.ZodTypeDef, unknown>;
78
- /** @deprecated use `AccountBadgeMostXpDataPoint$outboundSchema` instead. */
79
- const outboundSchema: z.ZodType<AccountBadgeMostXpDataPoint$Outbound, z.ZodTypeDef, AccountBadgeMostXpDataPoint>;
80
- /** @deprecated use `AccountBadgeMostXpDataPoint$Outbound` instead. */
81
- type Outbound = AccountBadgeMostXpDataPoint$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=accountbadgemostxpdatapoint.d.ts.map
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"}
@@ -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.AccountBadgeMostXpDataPoint$ = exports.AccountBadgeMostXpDataPoint$outboundSchema = exports.AccountBadgeMostXpDataPoint$inboundSchema = void 0;
29
+ exports.V1AccountBadgeMostXpDataPoint$ = exports.V1AccountBadgeMostXpDataPoint$outboundSchema = exports.V1AccountBadgeMostXpDataPoint$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  /** @internal */
32
- exports.AccountBadgeMostXpDataPoint$inboundSchema = z.object({
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.AccountBadgeMostXpDataPoint$outboundSchema = z.object({
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 AccountBadgeMostXpDataPoint$;
66
- (function (AccountBadgeMostXpDataPoint$) {
67
- /** @deprecated use `AccountBadgeMostXpDataPoint$inboundSchema` instead. */
68
- AccountBadgeMostXpDataPoint$.inboundSchema = exports.AccountBadgeMostXpDataPoint$inboundSchema;
69
- /** @deprecated use `AccountBadgeMostXpDataPoint$outboundSchema` instead. */
70
- AccountBadgeMostXpDataPoint$.outboundSchema = exports.AccountBadgeMostXpDataPoint$outboundSchema;
71
- })(AccountBadgeMostXpDataPoint$ || (exports.AccountBadgeMostXpDataPoint$ = AccountBadgeMostXpDataPoint$ = {}));
72
- //# sourceMappingURL=accountbadgemostxpdatapoint.js.map
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"}
@@ -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.AccountBadgeScarcityDataPoint$ = exports.AccountBadgeScarcityDataPoint$outboundSchema = exports.AccountBadgeScarcityDataPoint$inboundSchema = void 0;
29
+ exports.V1AccountBadgeScarcityDataPoint$ = exports.V1AccountBadgeScarcityDataPoint$outboundSchema = exports.V1AccountBadgeScarcityDataPoint$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  /** @internal */
32
- exports.AccountBadgeScarcityDataPoint$inboundSchema = z.object({
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.AccountBadgeScarcityDataPoint$outboundSchema = z.object({
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 AccountBadgeScarcityDataPoint$;
60
- (function (AccountBadgeScarcityDataPoint$) {
61
- /** @deprecated use `AccountBadgeScarcityDataPoint$inboundSchema` instead. */
62
- AccountBadgeScarcityDataPoint$.inboundSchema = exports.AccountBadgeScarcityDataPoint$inboundSchema;
63
- /** @deprecated use `AccountBadgeScarcityDataPoint$outboundSchema` instead. */
64
- AccountBadgeScarcityDataPoint$.outboundSchema = exports.AccountBadgeScarcityDataPoint$outboundSchema;
65
- })(AccountBadgeScarcityDataPoint$ || (exports.AccountBadgeScarcityDataPoint$ = AccountBadgeScarcityDataPoint$ = {}));
66
- //# sourceMappingURL=accountbadgescarcitydatapoint.js.map
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"}
@@ -1,15 +1,15 @@
1
1
  import * as z from "zod";
2
- import { AccountBadgeMostXpDataPoint, AccountBadgeMostXpDataPoint$Outbound } from "./accountbadgemostxpdatapoint.js";
3
- import { AccountBadgeScarcityDataPoint, AccountBadgeScarcityDataPoint$Outbound } from "./accountbadgescarcitydatapoint.js";
4
- import { AccountPlaytimeDataPoint, AccountPlaytimeDataPoint$Outbound } from "./accountplaytimedatapoint.js";
2
+ import { V1AccountBadgeMostXpDataPoint, V1AccountBadgeMostXpDataPoint$Outbound } from "./v1accountbadgemostxpdatapoint.js";
3
+ import { V1AccountBadgeScarcityDataPoint, V1AccountBadgeScarcityDataPoint$Outbound } from "./v1accountbadgescarcitydatapoint.js";
4
+ import { V1AccountPlaytimeDataPoint, V1AccountPlaytimeDataPoint$Outbound } from "./v1accountplaytimedatapoint.js";
5
5
  export type V1AccountDataPointsResponseBody = {
6
6
  /**
7
7
  * A URL to the JSON Schema for this object.
8
8
  */
9
9
  dollarSchema?: string | undefined;
10
- mostXp: Array<AccountBadgeMostXpDataPoint> | null;
11
- playtime: Array<AccountPlaytimeDataPoint> | null;
12
- scarcity: Array<AccountBadgeScarcityDataPoint> | null;
10
+ mostXp: Array<V1AccountBadgeMostXpDataPoint> | null;
11
+ playtime: Array<V1AccountPlaytimeDataPoint> | null;
12
+ scarcity: Array<V1AccountBadgeScarcityDataPoint> | null;
13
13
  xp: {
14
14
  [k: string]: {
15
15
  [k: string]: number;
@@ -21,9 +21,9 @@ export declare const V1AccountDataPointsResponseBody$inboundSchema: z.ZodType<V1
21
21
  /** @internal */
22
22
  export type V1AccountDataPointsResponseBody$Outbound = {
23
23
  $schema?: string | undefined;
24
- mostXp: Array<AccountBadgeMostXpDataPoint$Outbound> | null;
25
- playtime: Array<AccountPlaytimeDataPoint$Outbound> | null;
26
- scarcity: Array<AccountBadgeScarcityDataPoint$Outbound> | null;
24
+ mostXp: Array<V1AccountBadgeMostXpDataPoint$Outbound> | null;
25
+ playtime: Array<V1AccountPlaytimeDataPoint$Outbound> | null;
26
+ scarcity: Array<V1AccountBadgeScarcityDataPoint$Outbound> | null;
27
27
  xp: {
28
28
  [k: string]: {
29
29
  [k: string]: number;
@@ -1 +1 @@
1
- {"version":3,"file":"v1accountdatapointsresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountdatapointsresponsebody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EACL,2BAA2B,EAE3B,oCAAoC,EAErC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,6BAA6B,EAE7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,wBAAwB,EAExB,iCAAiC,EAElC,MAAM,+BAA+B,CAAC;AAEvC,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,MAAM,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;IAClD,QAAQ,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACjD,QAAQ,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IACtD,EAAE,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG;YAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC9C,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,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,MAAM,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC3D,QAAQ,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IAC1D,QAAQ,EAAE,KAAK,CAAC,sCAAsC,CAAC,GAAG,IAAI,CAAC;IAC/D,EAAE,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG;YAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC9C,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"}
1
+ {"version":3,"file":"v1accountdatapointsresponsebody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1accountdatapointsresponsebody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EACL,6BAA6B,EAE7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,0BAA0B,EAE1B,mCAAmC,EAEpC,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,MAAM,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IACpD,QAAQ,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IACnD,QAAQ,EAAE,KAAK,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC;IACxD,EAAE,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG;YAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC9C,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,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,MAAM,EAAE,KAAK,CAAC,sCAAsC,CAAC,GAAG,IAAI,CAAC;IAC7D,QAAQ,EAAE,KAAK,CAAC,mCAAmC,CAAC,GAAG,IAAI,CAAC;IAC5D,QAAQ,EAAE,KAAK,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC;IACjE,EAAE,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG;YAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC9C,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"}