@steamsets/client-ts 0.19.3 → 0.19.4

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 (137) hide show
  1. package/README.md +19 -6
  2. package/docs/sdks/account/README.md +32 -8
  3. package/docs/sdks/admin/README.md +73 -0
  4. package/docs/sdks/badge/README.md +77 -0
  5. package/docs/sdks/event/README.md +80 -0
  6. package/docs/sdks/internal/README.md +182 -8
  7. package/docs/sdks/leaderboard/README.md +32 -8
  8. package/funcs/accountLeaderboardV1GetLeaderboardAccountMeta.d.ts +12 -0
  9. package/funcs/accountLeaderboardV1GetLeaderboardAccountMeta.d.ts.map +1 -0
  10. package/funcs/{internalLeaderboardV1GetAccountMeta.js → accountLeaderboardV1GetLeaderboardAccountMeta.js} +5 -7
  11. package/funcs/accountLeaderboardV1GetLeaderboardAccountMeta.js.map +1 -0
  12. package/funcs/{accountLeaderboardV1GetAccountMeta.d.ts → adminAdminV1RemoveVanity.d.ts} +2 -2
  13. package/funcs/adminAdminV1RemoveVanity.d.ts.map +1 -0
  14. package/funcs/adminAdminV1RemoveVanity.js +118 -0
  15. package/funcs/adminAdminV1RemoveVanity.js.map +1 -0
  16. package/funcs/{internalLeaderboardV1GetAccountMeta.d.ts → badgeBadgeV1SearchSuggest.d.ts} +2 -2
  17. package/funcs/badgeBadgeV1SearchSuggest.d.ts.map +1 -0
  18. package/funcs/badgeBadgeV1SearchSuggest.js +118 -0
  19. package/funcs/badgeBadgeV1SearchSuggest.js.map +1 -0
  20. package/funcs/{leaderboardLeaderboardV1GetAccountMeta.d.ts → eventAdminV1RemoveVanity.d.ts} +2 -2
  21. package/funcs/eventAdminV1RemoveVanity.d.ts.map +1 -0
  22. package/funcs/eventAdminV1RemoveVanity.js +118 -0
  23. package/funcs/eventAdminV1RemoveVanity.js.map +1 -0
  24. package/funcs/internalAdminV1RemoveVanity.d.ts +12 -0
  25. package/funcs/internalAdminV1RemoveVanity.d.ts.map +1 -0
  26. package/funcs/internalAdminV1RemoveVanity.js +118 -0
  27. package/funcs/internalAdminV1RemoveVanity.js.map +1 -0
  28. package/funcs/internalBadgeV1SearchSuggest.d.ts +12 -0
  29. package/funcs/internalBadgeV1SearchSuggest.d.ts.map +1 -0
  30. package/funcs/internalBadgeV1SearchSuggest.js +118 -0
  31. package/funcs/internalBadgeV1SearchSuggest.js.map +1 -0
  32. package/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.d.ts +12 -0
  33. package/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.d.ts.map +1 -0
  34. package/funcs/{leaderboardLeaderboardV1GetAccountMeta.js → internalLeaderboardV1GetLeaderboardAccountMeta.js} +5 -7
  35. package/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.js.map +1 -0
  36. package/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.d.ts +12 -0
  37. package/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.d.ts.map +1 -0
  38. package/funcs/{accountLeaderboardV1GetAccountMeta.js → leaderboardLeaderboardV1GetLeaderboardAccountMeta.js} +5 -7
  39. package/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.js.map +1 -0
  40. package/jsr.json +1 -1
  41. package/lib/config.d.ts +2 -2
  42. package/lib/config.js +2 -2
  43. package/models/components/index.d.ts +3 -0
  44. package/models/components/index.d.ts.map +1 -1
  45. package/models/components/index.js +3 -0
  46. package/models/components/index.js.map +1 -1
  47. package/models/components/v1adminremovevanityresponsebody.d.ts +32 -0
  48. package/models/components/v1adminremovevanityresponsebody.d.ts.map +1 -0
  49. package/models/components/v1adminremovevanityresponsebody.js +68 -0
  50. package/models/components/v1adminremovevanityresponsebody.js.map +1 -0
  51. package/models/components/v1badgesearchsuggestbody.d.ts +37 -0
  52. package/models/components/v1badgesearchsuggestbody.d.ts.map +1 -0
  53. package/models/components/v1badgesearchsuggestbody.js +70 -0
  54. package/models/components/v1badgesearchsuggestbody.js.map +1 -0
  55. package/models/components/v1badgesearchsuggesttrequestbody.d.ts +32 -0
  56. package/models/components/v1badgesearchsuggesttrequestbody.d.ts.map +1 -0
  57. package/models/components/v1badgesearchsuggesttrequestbody.js +59 -0
  58. package/models/components/v1badgesearchsuggesttrequestbody.js.map +1 -0
  59. package/models/operations/adminv1removevanity.d.ts +35 -0
  60. package/models/operations/adminv1removevanity.d.ts.map +1 -0
  61. package/models/operations/adminv1removevanity.js +75 -0
  62. package/models/operations/adminv1removevanity.js.map +1 -0
  63. package/models/operations/badgev1searchsuggest.d.ts +35 -0
  64. package/models/operations/badgev1searchsuggest.d.ts.map +1 -0
  65. package/models/operations/badgev1searchsuggest.js +75 -0
  66. package/models/operations/badgev1searchsuggest.js.map +1 -0
  67. package/models/operations/index.d.ts +3 -1
  68. package/models/operations/index.d.ts.map +1 -1
  69. package/models/operations/index.js +3 -1
  70. package/models/operations/index.js.map +1 -1
  71. package/models/operations/leaderboardv1getleaderboardaccountmeta.d.ts +35 -0
  72. package/models/operations/leaderboardv1getleaderboardaccountmeta.d.ts.map +1 -0
  73. package/models/operations/{leaderboardv1getaccountmeta.js → leaderboardv1getleaderboardaccountmeta.js} +17 -17
  74. package/models/operations/leaderboardv1getleaderboardaccountmeta.js.map +1 -0
  75. package/package.json +1 -1
  76. package/sdk/account.d.ts +1 -1
  77. package/sdk/account.d.ts.map +1 -1
  78. package/sdk/account.js +3 -3
  79. package/sdk/account.js.map +1 -1
  80. package/sdk/admin.d.ts +1 -0
  81. package/sdk/admin.d.ts.map +1 -1
  82. package/sdk/admin.js +4 -0
  83. package/sdk/admin.js.map +1 -1
  84. package/sdk/badge.d.ts +1 -0
  85. package/sdk/badge.d.ts.map +1 -1
  86. package/sdk/badge.js +4 -0
  87. package/sdk/badge.js.map +1 -1
  88. package/sdk/event.d.ts +7 -0
  89. package/sdk/event.d.ts.map +1 -0
  90. package/sdk/event.js +16 -0
  91. package/sdk/event.js.map +1 -0
  92. package/sdk/internal.d.ts +3 -1
  93. package/sdk/internal.d.ts.map +1 -1
  94. package/sdk/internal.js +11 -3
  95. package/sdk/internal.js.map +1 -1
  96. package/sdk/leaderboard.d.ts +1 -1
  97. package/sdk/leaderboard.d.ts.map +1 -1
  98. package/sdk/leaderboard.js +3 -3
  99. package/sdk/leaderboard.js.map +1 -1
  100. package/sdk/sdk.d.ts +3 -0
  101. package/sdk/sdk.d.ts.map +1 -1
  102. package/sdk/sdk.js +4 -0
  103. package/sdk/sdk.js.map +1 -1
  104. package/src/funcs/{internalLeaderboardV1GetAccountMeta.ts → accountLeaderboardV1GetLeaderboardAccountMeta.ts} +10 -8
  105. package/src/funcs/adminAdminV1RemoveVanity.ts +179 -0
  106. package/src/funcs/badgeBadgeV1SearchSuggest.ts +180 -0
  107. package/src/funcs/eventAdminV1RemoveVanity.ts +179 -0
  108. package/src/funcs/internalAdminV1RemoveVanity.ts +179 -0
  109. package/src/funcs/internalBadgeV1SearchSuggest.ts +180 -0
  110. package/src/funcs/{leaderboardLeaderboardV1GetAccountMeta.ts → internalLeaderboardV1GetLeaderboardAccountMeta.ts} +10 -8
  111. package/src/funcs/{accountLeaderboardV1GetAccountMeta.ts → leaderboardLeaderboardV1GetLeaderboardAccountMeta.ts} +10 -8
  112. package/src/lib/config.ts +2 -2
  113. package/src/models/components/index.ts +3 -0
  114. package/src/models/components/v1adminremovevanityresponsebody.ts +80 -0
  115. package/src/models/components/v1badgesearchsuggestbody.ts +85 -0
  116. package/src/models/components/v1badgesearchsuggesttrequestbody.ts +71 -0
  117. package/src/models/operations/adminv1removevanity.ts +93 -0
  118. package/src/models/operations/badgev1searchsuggest.ts +91 -0
  119. package/src/models/operations/index.ts +3 -1
  120. package/src/models/operations/leaderboardv1getleaderboardaccountmeta.ts +107 -0
  121. package/src/sdk/account.ts +4 -4
  122. package/src/sdk/admin.ts +12 -0
  123. package/src/sdk/badge.ts +12 -0
  124. package/src/sdk/event.ts +22 -0
  125. package/src/sdk/internal.ts +28 -4
  126. package/src/sdk/leaderboard.ts +4 -4
  127. package/src/sdk/sdk.ts +6 -0
  128. package/funcs/accountLeaderboardV1GetAccountMeta.d.ts.map +0 -1
  129. package/funcs/accountLeaderboardV1GetAccountMeta.js.map +0 -1
  130. package/funcs/internalLeaderboardV1GetAccountMeta.d.ts.map +0 -1
  131. package/funcs/internalLeaderboardV1GetAccountMeta.js.map +0 -1
  132. package/funcs/leaderboardLeaderboardV1GetAccountMeta.d.ts.map +0 -1
  133. package/funcs/leaderboardLeaderboardV1GetAccountMeta.js.map +0 -1
  134. package/models/operations/leaderboardv1getaccountmeta.d.ts +0 -35
  135. package/models/operations/leaderboardv1getaccountmeta.d.ts.map +0 -1
  136. package/models/operations/leaderboardv1getaccountmeta.js.map +0 -1
  137. package/src/models/operations/leaderboardv1getaccountmeta.ts +0 -98
package/README.md CHANGED
@@ -89,7 +89,7 @@ run();
89
89
  * [getStaff](docs/sdks/account/README.md#getstaff)
90
90
  * [uploadImages](docs/sdks/account/README.md#uploadimages)
91
91
  * [getAccount](docs/sdks/account/README.md#getaccount)
92
- * [leaderboardV1GetAccountMeta](docs/sdks/account/README.md#leaderboardv1getaccountmeta)
92
+ * [leaderboardV1GetLeaderboardAccountMeta](docs/sdks/account/README.md#leaderboardv1getleaderboardaccountmeta)
93
93
 
94
94
  ### [accounts](docs/sdks/accounts/README.md)
95
95
 
@@ -98,6 +98,7 @@ run();
98
98
  ### [admin](docs/sdks/admin/README.md)
99
99
 
100
100
  * [getAccount](docs/sdks/admin/README.md#getaccount)
101
+ * [adminV1RemoveVanity](docs/sdks/admin/README.md#adminv1removevanity)
101
102
  * [updateResources](docs/sdks/admin/README.md#updateresources)
102
103
  * [updateRoles](docs/sdks/admin/README.md#updateroles)
103
104
 
@@ -108,6 +109,7 @@ run();
108
109
  ### [badge](docs/sdks/badge/README.md)
109
110
 
110
111
  * [getTags](docs/sdks/badge/README.md#gettags)
112
+ * [badgeV1SearchSuggest](docs/sdks/badge/README.md#badgev1searchsuggest)
111
113
  * [badgeV1TagsSuggest](docs/sdks/badge/README.md#badgev1tagssuggest)
112
114
 
113
115
  ### [badges](docs/sdks/badges/README.md)
@@ -145,6 +147,10 @@ run();
145
147
  * [deleteDeveloperApp](docs/sdks/developer/README.md#deletedeveloperapp)
146
148
  * [updateApp](docs/sdks/developer/README.md#updateapp)
147
149
 
150
+ ### [event](docs/sdks/event/README.md)
151
+
152
+ * [adminV1RemoveVanity](docs/sdks/event/README.md#adminv1removevanity)
153
+
148
154
  ### [events](docs/sdks/events/README.md)
149
155
 
150
156
  * [get](docs/sdks/events/README.md#get)
@@ -178,15 +184,17 @@ run();
178
184
  * [getStaff](docs/sdks/internal/README.md#getstaff)
179
185
  * [uploadImages](docs/sdks/internal/README.md#uploadimages)
180
186
  * [getAccount](docs/sdks/internal/README.md#getaccount)
187
+ * [adminV1RemoveVanity](docs/sdks/internal/README.md#adminv1removevanity)
181
188
  * [getTags](docs/sdks/internal/README.md#gettags)
189
+ * [badgeV1SearchSuggest](docs/sdks/internal/README.md#badgev1searchsuggest)
182
190
  * [badgeV1TagsSuggest](docs/sdks/internal/README.md#badgev1tagssuggest)
183
- * [leaderboardV1GetAccountMeta](docs/sdks/internal/README.md#leaderboardv1getaccountmeta)
191
+ * [leaderboardV1GetLeaderboardAccountMeta](docs/sdks/internal/README.md#leaderboardv1getleaderboardaccountmeta)
184
192
  * [check](docs/sdks/internal/README.md#check) - Liveness check
185
193
 
186
194
  ### [leaderboard](docs/sdks/leaderboard/README.md)
187
195
 
188
196
  * [getAccount](docs/sdks/leaderboard/README.md#getaccount)
189
- * [leaderboardV1GetAccountMeta](docs/sdks/leaderboard/README.md#leaderboardv1getaccountmeta)
197
+ * [leaderboardV1GetLeaderboardAccountMeta](docs/sdks/leaderboard/README.md#leaderboardv1getleaderboardaccountmeta)
190
198
  * [getBadges](docs/sdks/leaderboard/README.md#getbadges)
191
199
  * [getGroup](docs/sdks/leaderboard/README.md#getgroup)
192
200
 
@@ -592,14 +600,16 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
592
600
  - [`accountGetInfo`](docs/sdks/account/README.md#getinfo)
593
601
  - [`accountGetLeaderboardHistory`](docs/sdks/account/README.md#getleaderboardhistory)
594
602
  - [`accountGetStaff`](docs/sdks/account/README.md#getstaff)
595
- - [`accountLeaderboardV1GetAccountMeta`](docs/sdks/account/README.md#leaderboardv1getaccountmeta)
603
+ - [`accountLeaderboardV1GetLeaderboardAccountMeta`](docs/sdks/account/README.md#leaderboardv1getleaderboardaccountmeta)
596
604
  - [`accountsQueue`](docs/sdks/accounts/README.md#queue)
597
605
  - [`accountUpdateApp`](docs/sdks/account/README.md#updateapp)
598
606
  - [`accountUploadImages`](docs/sdks/account/README.md#uploadimages)
607
+ - [`adminAdminV1RemoveVanity`](docs/sdks/admin/README.md#adminv1removevanity)
599
608
  - [`adminGetAccount`](docs/sdks/admin/README.md#getaccount)
600
609
  - [`adminUpdateResources`](docs/sdks/admin/README.md#updateresources)
601
610
  - [`adminUpdateRoles`](docs/sdks/admin/README.md#updateroles)
602
611
  - [`appAppV1ListBadges`](docs/sdks/app/README.md#appv1listbadges)
612
+ - [`badgeBadgeV1SearchSuggest`](docs/sdks/badge/README.md#badgev1searchsuggest)
603
613
  - [`badgeBadgeV1TagsSuggest`](docs/sdks/badge/README.md#badgev1tagssuggest)
604
614
  - [`badgeGetTags`](docs/sdks/badge/README.md#gettags)
605
615
  - [`badgesBookmark`](docs/sdks/badges/README.md#bookmark)
@@ -622,6 +632,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
622
632
  - [`developerCreateDeveloperApp`](docs/sdks/developer/README.md#createdeveloperapp)
623
633
  - [`developerDeleteDeveloperApp`](docs/sdks/developer/README.md#deletedeveloperapp)
624
634
  - [`developerUpdateApp`](docs/sdks/developer/README.md#updateapp)
635
+ - [`eventAdminV1RemoveVanity`](docs/sdks/event/README.md#adminv1removevanity)
625
636
  - [`eventsGet`](docs/sdks/events/README.md#get)
626
637
  - [`eventsUpdate`](docs/sdks/events/README.md#update)
627
638
  - [`externalAppV1ListBadges`](docs/sdks/external/README.md#appv1listbadges)
@@ -637,6 +648,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
637
648
  - [`imagesUpdate`](docs/sdks/images/README.md#update)
638
649
  - [`imagesUploadImages`](docs/sdks/images/README.md#uploadimages)
639
650
  - [`internalAccountV1GetMeta`](docs/sdks/internal/README.md#accountv1getmeta)
651
+ - [`internalAdminV1RemoveVanity`](docs/sdks/internal/README.md#adminv1removevanity)
652
+ - [`internalBadgeV1SearchSuggest`](docs/sdks/internal/README.md#badgev1searchsuggest)
640
653
  - [`internalBadgeV1TagsSuggest`](docs/sdks/internal/README.md#badgev1tagssuggest)
641
654
  - [`internalCheck`](docs/sdks/internal/README.md#check) - Liveness check
642
655
  - [`internalCreateDeveloperApp`](docs/sdks/internal/README.md#createdeveloperapp)
@@ -645,13 +658,13 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
645
658
  - [`internalGetAccount`](docs/sdks/internal/README.md#getaccount)
646
659
  - [`internalGetStaff`](docs/sdks/internal/README.md#getstaff)
647
660
  - [`internalGetTags`](docs/sdks/internal/README.md#gettags)
648
- - [`internalLeaderboardV1GetAccountMeta`](docs/sdks/internal/README.md#leaderboardv1getaccountmeta)
661
+ - [`internalLeaderboardV1GetLeaderboardAccountMeta`](docs/sdks/internal/README.md#leaderboardv1getleaderboardaccountmeta)
649
662
  - [`internalUpdateApp`](docs/sdks/internal/README.md#updateapp)
650
663
  - [`internalUploadImages`](docs/sdks/internal/README.md#uploadimages)
651
664
  - [`leaderboardGetAccount`](docs/sdks/leaderboard/README.md#getaccount)
652
665
  - [`leaderboardGetBadges`](docs/sdks/leaderboard/README.md#getbadges)
653
666
  - [`leaderboardGetGroup`](docs/sdks/leaderboard/README.md#getgroup)
654
- - [`leaderboardLeaderboardV1GetAccountMeta`](docs/sdks/leaderboard/README.md#leaderboardv1getaccountmeta)
667
+ - [`leaderboardLeaderboardV1GetLeaderboardAccountMeta`](docs/sdks/leaderboard/README.md#leaderboardv1getleaderboardaccountmeta)
655
668
  - [`livenessCheck`](docs/sdks/liveness/README.md#check) - Liveness check
656
669
  - [`locationsGet`](docs/sdks/locations/README.md#get)
657
670
  - [`sessionCreate`](docs/sdks/session/README.md#create)
@@ -21,7 +21,7 @@ All Requests related to account(s) are grouped here.
21
21
  * [getStaff](#getstaff)
22
22
  * [uploadImages](#uploadimages)
23
23
  * [getAccount](#getaccount)
24
- * [leaderboardV1GetAccountMeta](#leaderboardv1getaccountmeta)
24
+ * [leaderboardV1GetLeaderboardAccountMeta](#leaderboardv1getleaderboardaccountmeta)
25
25
 
26
26
  ## createDeveloperApp
27
27
 
@@ -1072,7 +1072,7 @@ run();
1072
1072
  | errors.ErrorModel | 500 | application/problem+json |
1073
1073
  | errors.SDKError | 4XX, 5XX | \*/\* |
1074
1074
 
1075
- ## leaderboardV1GetAccountMeta
1075
+ ## leaderboardV1GetLeaderboardAccountMeta
1076
1076
 
1077
1077
  ### Example Usage
1078
1078
 
@@ -1084,12 +1084,12 @@ const steamSets = new SteamSets({
1084
1084
  });
1085
1085
 
1086
1086
  async function run() {
1087
- const result = await steamSets.account.leaderboardV1GetAccountMeta({
1087
+ const result = await steamSets.account.leaderboardV1GetLeaderboardAccountMeta({
1088
1088
  app: {
1089
1089
  appId: 730,
1090
1090
  },
1091
1091
  badge: {
1092
- id: 335243,
1092
+ id: 75458,
1093
1093
  isFoil: true,
1094
1094
  },
1095
1095
  leaderboard: "xp",
@@ -1100,6 +1100,18 @@ async function run() {
1100
1100
  region: "Europe",
1101
1101
  state: "Baden-Wurttemberg",
1102
1102
  },
1103
+ {
1104
+ city: "Bad Krozingen",
1105
+ country: "Germany",
1106
+ region: "Europe",
1107
+ state: "Baden-Wurttemberg",
1108
+ },
1109
+ {
1110
+ city: "Bad Krozingen",
1111
+ country: "Germany",
1112
+ region: "Europe",
1113
+ state: "Baden-Wurttemberg",
1114
+ },
1103
1115
  ],
1104
1116
  });
1105
1117
 
@@ -1116,7 +1128,7 @@ The standalone function version of this method:
1116
1128
 
1117
1129
  ```typescript
1118
1130
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
1119
- import { accountLeaderboardV1GetAccountMeta } from "@steamsets/client-ts/funcs/accountLeaderboardV1GetAccountMeta.js";
1131
+ import { accountLeaderboardV1GetLeaderboardAccountMeta } from "@steamsets/client-ts/funcs/accountLeaderboardV1GetLeaderboardAccountMeta.js";
1120
1132
 
1121
1133
  // Use `SteamSetsCore` for best tree-shaking performance.
1122
1134
  // You can create one instance of it to use across an application.
@@ -1125,12 +1137,12 @@ const steamSets = new SteamSetsCore({
1125
1137
  });
1126
1138
 
1127
1139
  async function run() {
1128
- const res = await accountLeaderboardV1GetAccountMeta(steamSets, {
1140
+ const res = await accountLeaderboardV1GetLeaderboardAccountMeta(steamSets, {
1129
1141
  app: {
1130
1142
  appId: 730,
1131
1143
  },
1132
1144
  badge: {
1133
- id: 335243,
1145
+ id: 75458,
1134
1146
  isFoil: true,
1135
1147
  },
1136
1148
  leaderboard: "xp",
@@ -1141,6 +1153,18 @@ async function run() {
1141
1153
  region: "Europe",
1142
1154
  state: "Baden-Wurttemberg",
1143
1155
  },
1156
+ {
1157
+ city: "Bad Krozingen",
1158
+ country: "Germany",
1159
+ region: "Europe",
1160
+ state: "Baden-Wurttemberg",
1161
+ },
1162
+ {
1163
+ city: "Bad Krozingen",
1164
+ country: "Germany",
1165
+ region: "Europe",
1166
+ state: "Baden-Wurttemberg",
1167
+ },
1144
1168
  ],
1145
1169
  });
1146
1170
 
@@ -1168,7 +1192,7 @@ run();
1168
1192
 
1169
1193
  ### Response
1170
1194
 
1171
- **Promise\<[operations.LeaderboardV1GetAccountMetaResponse](../../models/operations/leaderboardv1getaccountmetaresponse.md)\>**
1195
+ **Promise\<[operations.LeaderboardV1GetLeaderboardAccountMetaResponse](../../models/operations/leaderboardv1getleaderboardaccountmetaresponse.md)\>**
1172
1196
 
1173
1197
  ### Errors
1174
1198
 
@@ -8,6 +8,7 @@ Admin related operations, stay away from these.
8
8
  ### Available Operations
9
9
 
10
10
  * [getAccount](#getaccount)
11
+ * [adminV1RemoveVanity](#adminv1removevanity)
11
12
  * [updateResources](#updateresources)
12
13
  * [updateRoles](#updateroles)
13
14
 
@@ -83,6 +84,78 @@ run();
83
84
  | errors.ErrorModel | 500 | application/problem+json |
84
85
  | errors.SDKError | 4XX, 5XX | \*/\* |
85
86
 
87
+ ## adminV1RemoveVanity
88
+
89
+ ### Example Usage
90
+
91
+ ```typescript
92
+ import { SteamSets } from "@steamsets/client-ts";
93
+
94
+ const steamSets = new SteamSets({
95
+ token: "<YOUR_BEARER_TOKEN_HERE>",
96
+ });
97
+
98
+ async function run() {
99
+ const result = await steamSets.admin.adminV1RemoveVanity({});
100
+
101
+ // Handle the result
102
+ console.log(result);
103
+ }
104
+
105
+ run();
106
+ ```
107
+
108
+ ### Standalone function
109
+
110
+ The standalone function version of this method:
111
+
112
+ ```typescript
113
+ import { SteamSetsCore } from "@steamsets/client-ts/core.js";
114
+ import { adminAdminV1RemoveVanity } from "@steamsets/client-ts/funcs/adminAdminV1RemoveVanity.js";
115
+
116
+ // Use `SteamSetsCore` for best tree-shaking performance.
117
+ // You can create one instance of it to use across an application.
118
+ const steamSets = new SteamSetsCore({
119
+ token: "<YOUR_BEARER_TOKEN_HERE>",
120
+ });
121
+
122
+ async function run() {
123
+ const res = await adminAdminV1RemoveVanity(steamSets, {});
124
+
125
+ if (!res.ok) {
126
+ throw res.error;
127
+ }
128
+
129
+ const { value: result } = res;
130
+
131
+ // Handle the result
132
+ console.log(result);
133
+ }
134
+
135
+ run();
136
+ ```
137
+
138
+ ### Parameters
139
+
140
+ | Parameter | Type | Required | Description |
141
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
142
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
143
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
144
+ | `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. |
145
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
146
+
147
+ ### Response
148
+
149
+ **Promise\<[operations.AdminV1RemoveVanityResponse](../../models/operations/adminv1removevanityresponse.md)\>**
150
+
151
+ ### Errors
152
+
153
+ | Error Type | Status Code | Content Type |
154
+ | ------------------------ | ------------------------ | ------------------------ |
155
+ | errors.ErrorModel | 403, 404, 422, 429 | application/problem+json |
156
+ | errors.ErrorModel | 500 | application/problem+json |
157
+ | errors.SDKError | 4XX, 5XX | \*/\* |
158
+
86
159
  ## updateResources
87
160
 
88
161
  ### Example Usage
@@ -8,6 +8,7 @@ Any request that is related to steam badges, mostly badge search/tagging related
8
8
  ### Available Operations
9
9
 
10
10
  * [getTags](#gettags)
11
+ * [badgeV1SearchSuggest](#badgev1searchsuggest)
11
12
  * [badgeV1TagsSuggest](#badgev1tagssuggest)
12
13
 
13
14
  ## getTags
@@ -81,6 +82,82 @@ run();
81
82
  | errors.ErrorModel | 500 | application/problem+json |
82
83
  | errors.SDKError | 4XX, 5XX | \*/\* |
83
84
 
85
+ ## badgeV1SearchSuggest
86
+
87
+ ### Example Usage
88
+
89
+ ```typescript
90
+ import { SteamSets } from "@steamsets/client-ts";
91
+
92
+ const steamSets = new SteamSets({
93
+ token: "<YOUR_BEARER_TOKEN_HERE>",
94
+ });
95
+
96
+ async function run() {
97
+ const result = await steamSets.badge.badgeV1SearchSuggest({
98
+ query: "<value>",
99
+ });
100
+
101
+ // Handle the result
102
+ console.log(result);
103
+ }
104
+
105
+ run();
106
+ ```
107
+
108
+ ### Standalone function
109
+
110
+ The standalone function version of this method:
111
+
112
+ ```typescript
113
+ import { SteamSetsCore } from "@steamsets/client-ts/core.js";
114
+ import { badgeBadgeV1SearchSuggest } from "@steamsets/client-ts/funcs/badgeBadgeV1SearchSuggest.js";
115
+
116
+ // Use `SteamSetsCore` for best tree-shaking performance.
117
+ // You can create one instance of it to use across an application.
118
+ const steamSets = new SteamSetsCore({
119
+ token: "<YOUR_BEARER_TOKEN_HERE>",
120
+ });
121
+
122
+ async function run() {
123
+ const res = await badgeBadgeV1SearchSuggest(steamSets, {
124
+ query: "<value>",
125
+ });
126
+
127
+ if (!res.ok) {
128
+ throw res.error;
129
+ }
130
+
131
+ const { value: result } = res;
132
+
133
+ // Handle the result
134
+ console.log(result);
135
+ }
136
+
137
+ run();
138
+ ```
139
+
140
+ ### Parameters
141
+
142
+ | Parameter | Type | Required | Description |
143
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
144
+ | `request` | [components.V1BadgeSearchSuggesttRequestBody](../../models/components/v1badgesearchsuggesttrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
145
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
146
+ | `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. |
147
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
148
+
149
+ ### Response
150
+
151
+ **Promise\<[operations.BadgeV1SearchSuggestResponse](../../models/operations/badgev1searchsuggestresponse.md)\>**
152
+
153
+ ### Errors
154
+
155
+ | Error Type | Status Code | Content Type |
156
+ | ------------------------ | ------------------------ | ------------------------ |
157
+ | errors.ErrorModel | 403, 404, 422 | application/problem+json |
158
+ | errors.ErrorModel | 500 | application/problem+json |
159
+ | errors.SDKError | 4XX, 5XX | \*/\* |
160
+
84
161
  ## badgeV1TagsSuggest
85
162
 
86
163
  ### Example Usage
@@ -0,0 +1,80 @@
1
+ # Event
2
+ (*event*)
3
+
4
+ ## Overview
5
+
6
+ ### Available Operations
7
+
8
+ * [adminV1RemoveVanity](#adminv1removevanity)
9
+
10
+ ## adminV1RemoveVanity
11
+
12
+ ### Example Usage
13
+
14
+ ```typescript
15
+ import { SteamSets } from "@steamsets/client-ts";
16
+
17
+ const steamSets = new SteamSets({
18
+ token: "<YOUR_BEARER_TOKEN_HERE>",
19
+ });
20
+
21
+ async function run() {
22
+ const result = await steamSets.event.adminV1RemoveVanity({});
23
+
24
+ // Handle the result
25
+ console.log(result);
26
+ }
27
+
28
+ run();
29
+ ```
30
+
31
+ ### Standalone function
32
+
33
+ The standalone function version of this method:
34
+
35
+ ```typescript
36
+ import { SteamSetsCore } from "@steamsets/client-ts/core.js";
37
+ import { eventAdminV1RemoveVanity } from "@steamsets/client-ts/funcs/eventAdminV1RemoveVanity.js";
38
+
39
+ // Use `SteamSetsCore` for best tree-shaking performance.
40
+ // You can create one instance of it to use across an application.
41
+ const steamSets = new SteamSetsCore({
42
+ token: "<YOUR_BEARER_TOKEN_HERE>",
43
+ });
44
+
45
+ async function run() {
46
+ const res = await eventAdminV1RemoveVanity(steamSets, {});
47
+
48
+ if (!res.ok) {
49
+ throw res.error;
50
+ }
51
+
52
+ const { value: result } = res;
53
+
54
+ // Handle the result
55
+ console.log(result);
56
+ }
57
+
58
+ run();
59
+ ```
60
+
61
+ ### Parameters
62
+
63
+ | Parameter | Type | Required | Description |
64
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
65
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
66
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
67
+ | `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. |
68
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
69
+
70
+ ### Response
71
+
72
+ **Promise\<[operations.AdminV1RemoveVanityResponse](../../models/operations/adminv1removevanityresponse.md)\>**
73
+
74
+ ### Errors
75
+
76
+ | Error Type | Status Code | Content Type |
77
+ | ------------------------ | ------------------------ | ------------------------ |
78
+ | errors.ErrorModel | 403, 404, 422, 429 | application/problem+json |
79
+ | errors.ErrorModel | 500 | application/problem+json |
80
+ | errors.SDKError | 4XX, 5XX | \*/\* |