@jacobhumston/roblox-openapi-ts 1.0.39 → 1.0.41

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 (2) hide show
  1. package/dist/types.d.ts +391 -679
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -810,9 +810,9 @@ export interface paths {
810
810
  /** @description The dimension values request. */
811
811
  requestBody: {
812
812
  content: {
813
- "application/json": components["schemas"]["DimensionValuesRequest"];
814
- "text/json": components["schemas"]["DimensionValuesRequest"];
815
- "application/*+json": components["schemas"]["DimensionValuesRequest"];
813
+ "application/json": components["schemas"]["AnalyticsQueryPublicApi.DimensionValuesRequest"];
814
+ "text/json": components["schemas"]["AnalyticsQueryPublicApi.DimensionValuesRequest"];
815
+ "application/*+json": components["schemas"]["AnalyticsQueryPublicApi.DimensionValuesRequest"];
816
816
  };
817
817
  };
818
818
  responses: {
@@ -922,9 +922,9 @@ export interface paths {
922
922
  /** @description The query request. */
923
923
  requestBody: {
924
924
  content: {
925
- "application/json": components["schemas"]["QueryRequest"];
926
- "text/json": components["schemas"]["QueryRequest"];
927
- "application/*+json": components["schemas"]["QueryRequest"];
925
+ "application/json": components["schemas"]["AnalyticsQueryPublicApi.QueryRequest"];
926
+ "text/json": components["schemas"]["AnalyticsQueryPublicApi.QueryRequest"];
927
+ "application/*+json": components["schemas"]["AnalyticsQueryPublicApi.QueryRequest"];
928
928
  };
929
929
  };
930
930
  responses: {
@@ -4148,7 +4148,10 @@ export interface paths {
4148
4148
  delete?: never;
4149
4149
  options?: never;
4150
4150
  head?: never;
4151
- /** Updates badge configuration. */
4151
+ /**
4152
+ * Updates badge configuration.
4153
+ * @description Managers may change enabled state, name, and description when authorized for the badge.
4154
+ */
4152
4155
  patch: {
4153
4156
  parameters: {
4154
4157
  query?: never;
@@ -4228,7 +4231,10 @@ export interface paths {
4228
4231
  };
4229
4232
  get?: never;
4230
4233
  put?: never;
4231
- /** Creates a new badge. */
4234
+ /**
4235
+ * Creates a new badge.
4236
+ * @description Charges the selected payment source and creates the badge under the universe's root place.
4237
+ */
4232
4238
  post: {
4233
4239
  parameters: {
4234
4240
  query?: never;
@@ -4248,7 +4254,7 @@ export interface paths {
4248
4254
  description?: string;
4249
4255
  /**
4250
4256
  * Format: int32
4251
- * @description Whether or not to pay for the badge with user funds, or group funds. ['User' = 1, 'Group' = 2]
4257
+ * @description Whether or not to pay for the badge with user funds, or group funds.
4252
4258
  * @enum {integer}
4253
4259
  */
4254
4260
  paymentSourceType?: 1 | 2;
@@ -11552,7 +11558,6 @@ export interface paths {
11552
11558
  contentRepresentationPriorityList?: string;
11553
11559
  assetResolutionMode?: string;
11554
11560
  accessContext?: string;
11555
- usageContext?: number;
11556
11561
  };
11557
11562
  header: {
11558
11563
  "Accept-Encoding": string;
@@ -11561,6 +11566,7 @@ export interface paths {
11561
11566
  Accept: string;
11562
11567
  AssetFormat: string;
11563
11568
  "Roblox-AssetFormat": string;
11569
+ usageContext?: number;
11564
11570
  };
11565
11571
  path?: never;
11566
11572
  cookie?: never;
@@ -13643,7 +13649,10 @@ export interface paths {
13643
13649
  path?: never;
13644
13650
  cookie?: never;
13645
13651
  };
13646
- /** Gets metadata about the badges system. */
13652
+ /**
13653
+ * Gets metadata about the badges system.
13654
+ * @description Returns creation price and field length limits. Callers use this before creating or editing badges.
13655
+ */
13647
13656
  get: {
13648
13657
  parameters: {
13649
13658
  query?: never;
@@ -13680,7 +13689,10 @@ export interface paths {
13680
13689
  path?: never;
13681
13690
  cookie?: never;
13682
13691
  };
13683
- /** Gets badge information by the badge Id. */
13692
+ /**
13693
+ * Gets badge information by the badge Id.
13694
+ * @description Returns display fields, award statistics, and owning universe for a single badge.
13695
+ */
13684
13696
  get: {
13685
13697
  parameters: {
13686
13698
  query?: never;
@@ -13720,7 +13732,10 @@ export interface paths {
13720
13732
  delete?: never;
13721
13733
  options?: never;
13722
13734
  head?: never;
13723
- /** Updates badge configuration. */
13735
+ /**
13736
+ * Updates badge configuration.
13737
+ * @description Managers may change enabled state, name, and description when authorized for the badge.
13738
+ */
13724
13739
  patch: {
13725
13740
  parameters: {
13726
13741
  query?: never;
@@ -13885,7 +13900,7 @@ export interface paths {
13885
13900
  };
13886
13901
  trace?: never;
13887
13902
  };
13888
- "/v1/badges/{badgeId}/icon": {
13903
+ "/v1/badges/{badgeId}/icon#publish.roblox.com": {
13889
13904
  parameters: {
13890
13905
  query?: never;
13891
13906
  header?: never;
@@ -13905,14 +13920,7 @@ export interface paths {
13905
13920
  };
13906
13921
  cookie?: never;
13907
13922
  };
13908
- requestBody?: {
13909
- content: {
13910
- "multipart/form-data": {
13911
- /** Format: binary */
13912
- Files?: string;
13913
- };
13914
- };
13915
- };
13923
+ requestBody?: components["requestBodies"]["postV1Badges_badgeid_icon"];
13916
13924
  responses: {
13917
13925
  /** @description OK */
13918
13926
  200: {
@@ -13920,13 +13928,13 @@ export interface paths {
13920
13928
  [name: string]: unknown;
13921
13929
  };
13922
13930
  content: {
13923
- "application/json": components["schemas"]["Roblox.Badges.Api.IconUploadResponse"];
13924
- "text/json": components["schemas"]["Roblox.Badges.Api.IconUploadResponse"];
13931
+ "application/json": components["schemas"]["Roblox.Publish.Api.UploadResponse"];
13932
+ "text/json": components["schemas"]["Roblox.Publish.Api.UploadResponse"];
13925
13933
  };
13926
13934
  };
13927
13935
  /**
13928
- * @description 6: Text moderated.
13929
- * 22: Icon file is not present in the request.
13936
+ * @description 2: File not present in request.
13937
+ * 12: Name or description is moderated.
13930
13938
  */
13931
13939
  400: {
13932
13940
  headers: {
@@ -13943,7 +13951,7 @@ export interface paths {
13943
13951
  };
13944
13952
  /**
13945
13953
  * @description 0: Token Validation Failed
13946
- * 2: You do not have permission to manage this badge.
13954
+ * 5: You do not have permission to manage this item.
13947
13955
  */
13948
13956
  403: {
13949
13957
  headers: {
@@ -13951,14 +13959,14 @@ export interface paths {
13951
13959
  };
13952
13960
  content?: never;
13953
13961
  };
13954
- /** @description 1: Badge is invalid or does not exist. */
13962
+ /** @description 4: Target item is invalid or does not exist. */
13955
13963
  404: {
13956
13964
  headers: {
13957
13965
  [name: string]: unknown;
13958
13966
  };
13959
13967
  content?: never;
13960
13968
  };
13961
- /** @description 13: Too many requests, try again later. */
13969
+ /** @description 3: You're uploading too much, please wait and try again later. */
13962
13970
  429: {
13963
13971
  headers: {
13964
13972
  [name: string]: unknown;
@@ -13973,7 +13981,83 @@ export interface paths {
13973
13981
  patch?: never;
13974
13982
  trace?: never;
13975
13983
  };
13976
- "/v1/badges/{badgeId}/icon#publish.roblox.com": {
13984
+ "/v1/badges/{badgeId}/icons": {
13985
+ parameters: {
13986
+ query?: never;
13987
+ header?: never;
13988
+ path?: never;
13989
+ cookie?: never;
13990
+ };
13991
+ /** Get all icons for a badge */
13992
+ get: {
13993
+ parameters: {
13994
+ query?: {
13995
+ /** @description The width of the icon to request */
13996
+ width?: number;
13997
+ /** @description The height of the icon to request */
13998
+ height?: number;
13999
+ };
14000
+ header?: never;
14001
+ path: {
14002
+ /** @description The id of the badge */
14003
+ badgeId: number;
14004
+ };
14005
+ cookie?: never;
14006
+ };
14007
+ requestBody?: never;
14008
+ responses: {
14009
+ /** @description OK */
14010
+ 200: {
14011
+ headers: {
14012
+ [name: string]: unknown;
14013
+ };
14014
+ content: {
14015
+ "application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.GetBadgeIconResponse_"];
14016
+ "text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.GetBadgeIconResponse_"];
14017
+ };
14018
+ };
14019
+ /**
14020
+ * @description 52: Image dimensions are invalid
14021
+ * 62: Invalid game badge id
14022
+ */
14023
+ 400: {
14024
+ headers: {
14025
+ [name: string]: unknown;
14026
+ };
14027
+ content?: never;
14028
+ };
14029
+ /** @description 0: Authorization has been denied for this request. */
14030
+ 401: {
14031
+ headers: {
14032
+ [name: string]: unknown;
14033
+ };
14034
+ content?: never;
14035
+ };
14036
+ /** @description 0: An unknown error occurred. */
14037
+ 500: {
14038
+ headers: {
14039
+ [name: string]: unknown;
14040
+ };
14041
+ content?: never;
14042
+ };
14043
+ /** @description 17: Feature is disabled */
14044
+ 503: {
14045
+ headers: {
14046
+ [name: string]: unknown;
14047
+ };
14048
+ content?: never;
14049
+ };
14050
+ };
14051
+ };
14052
+ put?: never;
14053
+ post?: never;
14054
+ delete?: never;
14055
+ options?: never;
14056
+ head?: never;
14057
+ patch?: never;
14058
+ trace?: never;
14059
+ };
14060
+ "/v1/badges/{badgeId}/icons/language-codes/{languageCode}": {
13977
14061
  parameters: {
13978
14062
  query?: never;
13979
14063
  header?: never;
@@ -13982,18 +14066,20 @@ export interface paths {
13982
14066
  };
13983
14067
  get?: never;
13984
14068
  put?: never;
13985
- /** Overwrites a badge icon with a new one. */
14069
+ /** Update a badge's icon */
13986
14070
  post: {
13987
14071
  parameters: {
13988
14072
  query?: never;
13989
14073
  header?: never;
13990
14074
  path: {
13991
- /** @description The badge Id. */
14075
+ /** @description The id of the badge */
13992
14076
  badgeId: number;
14077
+ /** @description The language code of this icon to update */
14078
+ languageCode: string;
13993
14079
  };
13994
14080
  cookie?: never;
13995
14081
  };
13996
- requestBody?: components["requestBodies"]["postV1Badges_badgeid_icon"];
14082
+ requestBody?: components["requestBodies"]["postV1Badges_badgeid_iconsLanguageCodes_languagecode_"];
13997
14083
  responses: {
13998
14084
  /** @description OK */
13999
14085
  200: {
@@ -14001,13 +14087,17 @@ export interface paths {
14001
14087
  [name: string]: unknown;
14002
14088
  };
14003
14089
  content: {
14004
- "application/json": components["schemas"]["Roblox.Publish.Api.UploadResponse"];
14005
- "text/json": components["schemas"]["Roblox.Publish.Api.UploadResponse"];
14090
+ "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14091
+ "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14006
14092
  };
14007
14093
  };
14008
14094
  /**
14009
- * @description 2: File not present in request.
14010
- * 12: Name or description is moderated.
14095
+ * @description 22: Invalid language code
14096
+ * 26: You can't update translations for source language
14097
+ * 45: File uploaded does not match known image format
14098
+ * 46: File not present in request
14099
+ * 53: Language is not supported for the game.
14100
+ * 62: Invalid game badge id
14011
14101
  */
14012
14102
  400: {
14013
14103
  headers: {
@@ -14024,7 +14114,7 @@ export interface paths {
14024
14114
  };
14025
14115
  /**
14026
14116
  * @description 0: Token Validation Failed
14027
- * 5: You do not have permission to manage this item.
14117
+ * 18: You do not have permission to manage this game
14028
14118
  */
14029
14119
  403: {
14030
14120
  headers: {
@@ -14032,15 +14122,92 @@ export interface paths {
14032
14122
  };
14033
14123
  content?: never;
14034
14124
  };
14035
- /** @description 4: Target item is invalid or does not exist. */
14036
- 404: {
14125
+ /** @description 24: Too many attempts.Please try again later. */
14126
+ 429: {
14037
14127
  headers: {
14038
14128
  [name: string]: unknown;
14039
14129
  };
14040
14130
  content?: never;
14041
14131
  };
14042
- /** @description 3: You're uploading too much, please wait and try again later. */
14043
- 429: {
14132
+ /** @description 0: An unknown error occurred. */
14133
+ 500: {
14134
+ headers: {
14135
+ [name: string]: unknown;
14136
+ };
14137
+ content?: never;
14138
+ };
14139
+ /** @description 17: Feature is disabled */
14140
+ 503: {
14141
+ headers: {
14142
+ [name: string]: unknown;
14143
+ };
14144
+ content?: never;
14145
+ };
14146
+ };
14147
+ };
14148
+ /** Delete a localized icon from a badge */
14149
+ delete: {
14150
+ parameters: {
14151
+ query?: never;
14152
+ header?: never;
14153
+ path: {
14154
+ /** @description The id of the badge */
14155
+ badgeId: number;
14156
+ /** @description The language code of the localized icon to delete */
14157
+ languageCode: string;
14158
+ };
14159
+ cookie?: never;
14160
+ };
14161
+ requestBody?: never;
14162
+ responses: {
14163
+ /** @description OK */
14164
+ 200: {
14165
+ headers: {
14166
+ [name: string]: unknown;
14167
+ };
14168
+ content: {
14169
+ "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14170
+ "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14171
+ };
14172
+ };
14173
+ /**
14174
+ * @description 22: Invalid language code
14175
+ * 23: You can't delete translations for source language
14176
+ * 53: Language is not supported for the game.
14177
+ * 62: Invalid game badge id
14178
+ */
14179
+ 400: {
14180
+ headers: {
14181
+ [name: string]: unknown;
14182
+ };
14183
+ content?: never;
14184
+ };
14185
+ /** @description 0: Authorization has been denied for this request. */
14186
+ 401: {
14187
+ headers: {
14188
+ [name: string]: unknown;
14189
+ };
14190
+ content?: never;
14191
+ };
14192
+ /**
14193
+ * @description 0: Token Validation Failed
14194
+ * 18: You do not have permission to manage this game
14195
+ */
14196
+ 403: {
14197
+ headers: {
14198
+ [name: string]: unknown;
14199
+ };
14200
+ content?: never;
14201
+ };
14202
+ /** @description 0: An unknown error occurred. */
14203
+ 500: {
14204
+ headers: {
14205
+ [name: string]: unknown;
14206
+ };
14207
+ content?: never;
14208
+ };
14209
+ /** @description 17: Feature is disabled */
14210
+ 503: {
14044
14211
  headers: {
14045
14212
  [name: string]: unknown;
14046
14213
  };
@@ -14048,31 +14215,23 @@ export interface paths {
14048
14215
  };
14049
14216
  };
14050
14217
  };
14051
- delete?: never;
14052
14218
  options?: never;
14053
14219
  head?: never;
14054
14220
  patch?: never;
14055
14221
  trace?: never;
14056
14222
  };
14057
- "/v1/badges/{badgeId}/icons": {
14223
+ "/v1/badges/{badgeId}/name-description": {
14058
14224
  parameters: {
14059
14225
  query?: never;
14060
14226
  header?: never;
14061
14227
  path?: never;
14062
14228
  cookie?: never;
14063
14229
  };
14064
- /** Get all icons for a badge */
14065
14230
  get: {
14066
14231
  parameters: {
14067
- query?: {
14068
- /** @description The width of the icon to request */
14069
- width?: number;
14070
- /** @description The height of the icon to request */
14071
- height?: number;
14072
- };
14232
+ query?: never;
14073
14233
  header?: never;
14074
14234
  path: {
14075
- /** @description The id of the badge */
14076
14235
  badgeId: number;
14077
14236
  };
14078
14237
  cookie?: never;
@@ -14085,14 +14244,11 @@ export interface paths {
14085
14244
  [name: string]: unknown;
14086
14245
  };
14087
14246
  content: {
14088
- "application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.GetBadgeIconResponse_"];
14089
- "text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.GetBadgeIconResponse_"];
14247
+ "application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.NameDescription_"];
14248
+ "text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.NameDescription_"];
14090
14249
  };
14091
14250
  };
14092
- /**
14093
- * @description 52: Image dimensions are invalid
14094
- * 62: Invalid game badge id
14095
- */
14251
+ /** @description 62: Invalid game badge id */
14096
14252
  400: {
14097
14253
  headers: {
14098
14254
  [name: string]: unknown;
@@ -14106,13 +14262,6 @@ export interface paths {
14106
14262
  };
14107
14263
  content?: never;
14108
14264
  };
14109
- /** @description 0: An unknown error occurred. */
14110
- 500: {
14111
- headers: {
14112
- [name: string]: unknown;
14113
- };
14114
- content?: never;
14115
- };
14116
14265
  /** @description 17: Feature is disabled */
14117
14266
  503: {
14118
14267
  headers: {
@@ -14130,7 +14279,7 @@ export interface paths {
14130
14279
  patch?: never;
14131
14280
  trace?: never;
14132
14281
  };
14133
- "/v1/badges/{badgeId}/icons/language-codes/{languageCode}": {
14282
+ "/v1/badges/{badgeId}/name-description/language-codes/{languageCode}": {
14134
14283
  parameters: {
14135
14284
  query?: never;
14136
14285
  header?: never;
@@ -14139,20 +14288,21 @@ export interface paths {
14139
14288
  };
14140
14289
  get?: never;
14141
14290
  put?: never;
14142
- /** Update a badge's icon */
14143
- post: {
14291
+ post?: never;
14292
+ /** Delete localized name and description of a badge */
14293
+ delete: {
14144
14294
  parameters: {
14145
14295
  query?: never;
14146
14296
  header?: never;
14147
14297
  path: {
14148
- /** @description The id of the badge */
14298
+ /** @description The badge id */
14149
14299
  badgeId: number;
14150
- /** @description The language code of this icon to update */
14300
+ /** @description The language code of the name and description to delete */
14151
14301
  languageCode: string;
14152
14302
  };
14153
14303
  cookie?: never;
14154
14304
  };
14155
- requestBody?: components["requestBodies"]["postV1Badges_badgeid_iconsLanguageCodes_languagecode_"];
14305
+ requestBody?: never;
14156
14306
  responses: {
14157
14307
  /** @description OK */
14158
14308
  200: {
@@ -14166,230 +14316,7 @@ export interface paths {
14166
14316
  };
14167
14317
  /**
14168
14318
  * @description 22: Invalid language code
14169
- * 26: You can't update translations for source language
14170
- * 45: File uploaded does not match known image format
14171
- * 46: File not present in request
14172
- * 53: Language is not supported for the game.
14173
- * 62: Invalid game badge id
14174
- */
14175
- 400: {
14176
- headers: {
14177
- [name: string]: unknown;
14178
- };
14179
- content?: never;
14180
- };
14181
- /** @description 0: Authorization has been denied for this request. */
14182
- 401: {
14183
- headers: {
14184
- [name: string]: unknown;
14185
- };
14186
- content?: never;
14187
- };
14188
- /**
14189
- * @description 0: Token Validation Failed
14190
- * 18: You do not have permission to manage this game
14191
- */
14192
- 403: {
14193
- headers: {
14194
- [name: string]: unknown;
14195
- };
14196
- content?: never;
14197
- };
14198
- /** @description 24: Too many attempts.Please try again later. */
14199
- 429: {
14200
- headers: {
14201
- [name: string]: unknown;
14202
- };
14203
- content?: never;
14204
- };
14205
- /** @description 0: An unknown error occurred. */
14206
- 500: {
14207
- headers: {
14208
- [name: string]: unknown;
14209
- };
14210
- content?: never;
14211
- };
14212
- /** @description 17: Feature is disabled */
14213
- 503: {
14214
- headers: {
14215
- [name: string]: unknown;
14216
- };
14217
- content?: never;
14218
- };
14219
- };
14220
- };
14221
- /** Delete a localized icon from a badge */
14222
- delete: {
14223
- parameters: {
14224
- query?: never;
14225
- header?: never;
14226
- path: {
14227
- /** @description The id of the badge */
14228
- badgeId: number;
14229
- /** @description The language code of the localized icon to delete */
14230
- languageCode: string;
14231
- };
14232
- cookie?: never;
14233
- };
14234
- requestBody?: never;
14235
- responses: {
14236
- /** @description OK */
14237
- 200: {
14238
- headers: {
14239
- [name: string]: unknown;
14240
- };
14241
- content: {
14242
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14243
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14244
- };
14245
- };
14246
- /**
14247
- * @description 22: Invalid language code
14248
- * 23: You can't delete translations for source language
14249
- * 53: Language is not supported for the game.
14250
- * 62: Invalid game badge id
14251
- */
14252
- 400: {
14253
- headers: {
14254
- [name: string]: unknown;
14255
- };
14256
- content?: never;
14257
- };
14258
- /** @description 0: Authorization has been denied for this request. */
14259
- 401: {
14260
- headers: {
14261
- [name: string]: unknown;
14262
- };
14263
- content?: never;
14264
- };
14265
- /**
14266
- * @description 0: Token Validation Failed
14267
- * 18: You do not have permission to manage this game
14268
- */
14269
- 403: {
14270
- headers: {
14271
- [name: string]: unknown;
14272
- };
14273
- content?: never;
14274
- };
14275
- /** @description 0: An unknown error occurred. */
14276
- 500: {
14277
- headers: {
14278
- [name: string]: unknown;
14279
- };
14280
- content?: never;
14281
- };
14282
- /** @description 17: Feature is disabled */
14283
- 503: {
14284
- headers: {
14285
- [name: string]: unknown;
14286
- };
14287
- content?: never;
14288
- };
14289
- };
14290
- };
14291
- options?: never;
14292
- head?: never;
14293
- patch?: never;
14294
- trace?: never;
14295
- };
14296
- "/v1/badges/{badgeId}/name-description": {
14297
- parameters: {
14298
- query?: never;
14299
- header?: never;
14300
- path?: never;
14301
- cookie?: never;
14302
- };
14303
- get: {
14304
- parameters: {
14305
- query?: never;
14306
- header?: never;
14307
- path: {
14308
- badgeId: number;
14309
- };
14310
- cookie?: never;
14311
- };
14312
- requestBody?: never;
14313
- responses: {
14314
- /** @description OK */
14315
- 200: {
14316
- headers: {
14317
- [name: string]: unknown;
14318
- };
14319
- content: {
14320
- "application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.NameDescription_"];
14321
- "text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.GameInternationalization.Api.NameDescription_"];
14322
- };
14323
- };
14324
- /** @description 62: Invalid game badge id */
14325
- 400: {
14326
- headers: {
14327
- [name: string]: unknown;
14328
- };
14329
- content?: never;
14330
- };
14331
- /** @description 0: Authorization has been denied for this request. */
14332
- 401: {
14333
- headers: {
14334
- [name: string]: unknown;
14335
- };
14336
- content?: never;
14337
- };
14338
- /** @description 17: Feature is disabled */
14339
- 503: {
14340
- headers: {
14341
- [name: string]: unknown;
14342
- };
14343
- content?: never;
14344
- };
14345
- };
14346
- };
14347
- put?: never;
14348
- post?: never;
14349
- delete?: never;
14350
- options?: never;
14351
- head?: never;
14352
- patch?: never;
14353
- trace?: never;
14354
- };
14355
- "/v1/badges/{badgeId}/name-description/language-codes/{languageCode}": {
14356
- parameters: {
14357
- query?: never;
14358
- header?: never;
14359
- path?: never;
14360
- cookie?: never;
14361
- };
14362
- get?: never;
14363
- put?: never;
14364
- post?: never;
14365
- /** Delete localized name and description of a badge */
14366
- delete: {
14367
- parameters: {
14368
- query?: never;
14369
- header?: never;
14370
- path: {
14371
- /** @description The badge id */
14372
- badgeId: number;
14373
- /** @description The language code of the name and description to delete */
14374
- languageCode: string;
14375
- };
14376
- cookie?: never;
14377
- };
14378
- requestBody?: never;
14379
- responses: {
14380
- /** @description OK */
14381
- 200: {
14382
- headers: {
14383
- [name: string]: unknown;
14384
- };
14385
- content: {
14386
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14387
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
14388
- };
14389
- };
14390
- /**
14391
- * @description 22: Invalid language code
14392
- * 23: You can't delete translations for source language
14319
+ * 23: You can't delete translations for source language
14393
14320
  * 53: Language is not supported for the game.
14394
14321
  * 62: Invalid game badge id
14395
14322
  */
@@ -31615,7 +31542,10 @@ export interface paths {
31615
31542
  path?: never;
31616
31543
  cookie?: never;
31617
31544
  };
31618
- /** Gets badges by their awarding game. */
31545
+ /**
31546
+ * Gets badges by their awarding game.
31547
+ * @description Lists badges created under the universe's root place, with paging and optional sort.
31548
+ */
31619
31549
  get: {
31620
31550
  parameters: {
31621
31551
  query?: {
@@ -31664,7 +31594,10 @@ export interface paths {
31664
31594
  };
31665
31595
  };
31666
31596
  put?: never;
31667
- /** Creates a new badge. */
31597
+ /**
31598
+ * Creates a new badge.
31599
+ * @description Charges the selected payment source and creates the badge under the universe's root place.
31600
+ */
31668
31601
  post: {
31669
31602
  parameters: {
31670
31603
  query?: never;
@@ -31684,7 +31617,7 @@ export interface paths {
31684
31617
  description?: string;
31685
31618
  /**
31686
31619
  * Format: int32
31687
- * @description Whether or not to pay for the badge with user funds, or group funds. ['User' = 1, 'Group' = 2]
31620
+ * @description Whether or not to pay for the badge with user funds, or group funds.
31688
31621
  * @enum {integer}
31689
31622
  */
31690
31623
  paymentSourceType?: 1 | 2;
@@ -32228,7 +32161,10 @@ export interface paths {
32228
32161
  path?: never;
32229
32162
  cookie?: never;
32230
32163
  };
32231
- /** Gets the number of free badges left for the current UTC day by their awarding game. */
32164
+ /**
32165
+ * Gets the number of free badges left for the current UTC day by their awarding game.
32166
+ * @description Reflects daily free-creation allowance for the universe when the feature is enabled.
32167
+ */
32232
32168
  get: {
32233
32169
  parameters: {
32234
32170
  query?: never;
@@ -32815,7 +32751,10 @@ export interface paths {
32815
32751
  get?: never;
32816
32752
  put?: never;
32817
32753
  post?: never;
32818
- /** Removes a badge from the authenticated user. */
32754
+ /**
32755
+ * Removes a badge from the authenticated user.
32756
+ * @description Revokes the caller's own awarded badge instance when the badge exists on their account.
32757
+ */
32819
32758
  delete: {
32820
32759
  parameters: {
32821
32760
  query?: never;
@@ -34855,163 +34794,6 @@ export interface paths {
34855
34794
  patch?: never;
34856
34795
  trace?: never;
34857
34796
  };
34858
- "/v1/users/{userId}/badges": {
34859
- parameters: {
34860
- query?: never;
34861
- header?: never;
34862
- path?: never;
34863
- cookie?: never;
34864
- };
34865
- /** Gets a list of badges a user has been awarded. */
34866
- get: {
34867
- parameters: {
34868
- query?: {
34869
- /** @description The number of results per request. */
34870
- limit?: 10 | 25 | 50 | 100;
34871
- /** @description The paging cursor for the previous or next page. */
34872
- cursor?: string;
34873
- /** @description The order the results are sorted in. */
34874
- sortOrder?: "Asc" | "Desc";
34875
- };
34876
- header?: never;
34877
- path: {
34878
- /** @description The user Id. */
34879
- userId: number;
34880
- };
34881
- cookie?: never;
34882
- };
34883
- requestBody?: never;
34884
- responses: {
34885
- /** @description OK */
34886
- 200: {
34887
- headers: {
34888
- [name: string]: unknown;
34889
- };
34890
- content: {
34891
- "application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Badges.Api.GetBadgesByUserResponse_"];
34892
- "text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Badges.Api.GetBadgesByUserResponse_"];
34893
- };
34894
- };
34895
- /** @description 4: User is invalid or does not exist. */
34896
- 404: {
34897
- headers: {
34898
- [name: string]: unknown;
34899
- };
34900
- content?: never;
34901
- };
34902
- };
34903
- };
34904
- put?: never;
34905
- post?: never;
34906
- delete?: never;
34907
- options?: never;
34908
- head?: never;
34909
- patch?: never;
34910
- trace?: never;
34911
- };
34912
- "/v1/users/{userId}/badges/awarded-dates": {
34913
- parameters: {
34914
- query?: never;
34915
- header?: never;
34916
- path?: never;
34917
- cookie?: never;
34918
- };
34919
- /** Gets timestamps for when badges were awarded to a user. */
34920
- get: {
34921
- parameters: {
34922
- query: {
34923
- /** @description The CSV of badge Ids. */
34924
- badgeIds: number[];
34925
- };
34926
- header?: never;
34927
- path: {
34928
- /** @description The user Id. */
34929
- userId: number;
34930
- };
34931
- cookie?: never;
34932
- };
34933
- requestBody?: never;
34934
- responses: {
34935
- /** @description OK */
34936
- 200: {
34937
- headers: {
34938
- [name: string]: unknown;
34939
- };
34940
- content: {
34941
- "application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.Badges.Api.BadgeAwardResponse_"];
34942
- "text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.Badges.Api.BadgeAwardResponse_"];
34943
- };
34944
- };
34945
- /** @description 5: Too many badge Ids. */
34946
- 400: {
34947
- headers: {
34948
- [name: string]: unknown;
34949
- };
34950
- content?: never;
34951
- };
34952
- /** @description 4: User is invalid or does not exist. */
34953
- 404: {
34954
- headers: {
34955
- [name: string]: unknown;
34956
- };
34957
- content?: never;
34958
- };
34959
- };
34960
- };
34961
- put?: never;
34962
- post?: never;
34963
- delete?: never;
34964
- options?: never;
34965
- head?: never;
34966
- patch?: never;
34967
- trace?: never;
34968
- };
34969
- "/v1/users/{userId}/badges/{badgeId}/awarded-date": {
34970
- parameters: {
34971
- query?: never;
34972
- header?: never;
34973
- path?: never;
34974
- cookie?: never;
34975
- };
34976
- /** Gets timestamp for when a single badge was awarded to a user. */
34977
- get: {
34978
- parameters: {
34979
- query?: never;
34980
- header?: never;
34981
- path: {
34982
- /** @description User id. */
34983
- userId: number;
34984
- /** @description Badge id. */
34985
- badgeId: number;
34986
- };
34987
- cookie?: never;
34988
- };
34989
- requestBody?: never;
34990
- responses: {
34991
- /** @description OK */
34992
- 200: {
34993
- headers: {
34994
- [name: string]: unknown;
34995
- };
34996
- content?: never;
34997
- };
34998
- /** @description 4: User is invalid or does not exist. */
34999
- 404: {
35000
- headers: {
35001
- [name: string]: unknown;
35002
- };
35003
- content?: never;
35004
- };
35005
- };
35006
- };
35007
- put?: never;
35008
- post?: never;
35009
- delete?: never;
35010
- options?: never;
35011
- head?: never;
35012
- patch?: never;
35013
- trace?: never;
35014
- };
35015
34797
  "/v1/users/{userId}/bundles": {
35016
34798
  parameters: {
35017
34799
  query?: never;
@@ -43795,6 +43577,146 @@ export interface components {
43795
43577
  };
43796
43578
  /** @enum {string} */
43797
43579
  AgentType: "User" | "Group";
43580
+ /** @description A breakdown dimension value in a query result. */
43581
+ "AnalyticsQueryPublicApi.BreakdownValue": {
43582
+ /** @description The dimension name. */
43583
+ dimension: string;
43584
+ /** @description The dimension value. */
43585
+ value: string;
43586
+ /** @description A human-readable display value when the dimension is a unique ID. */
43587
+ displayValue?: string | null;
43588
+ };
43589
+ /** @description A single data point in a metric query result. */
43590
+ "AnalyticsQueryPublicApi.DataPoint": {
43591
+ /**
43592
+ * Format: date-time
43593
+ * @description The timestamp of the data point in UTC.
43594
+ */
43595
+ time: string;
43596
+ /**
43597
+ * Format: double
43598
+ * @description The numeric value of the data point.
43599
+ */
43600
+ value: number;
43601
+ /** @description String values associated with the data point, when applicable. */
43602
+ stringValues?: string[] | null;
43603
+ status?: components["schemas"]["AnalyticsQueryPublicApi.DataStatus"];
43604
+ };
43605
+ /**
43606
+ * @description The status of a data point in a query result.
43607
+ * @enum {string}
43608
+ */
43609
+ "AnalyticsQueryPublicApi.DataStatus": "Valid" | "Projected" | "NotStatisticallySignificant";
43610
+ /** @description The values for a single dimension returned by a dimension values query. */
43611
+ "AnalyticsQueryPublicApi.DimensionValues": {
43612
+ /** @description The dimension name. */
43613
+ dimension: string;
43614
+ /** @description The values for the dimension. */
43615
+ values?: components["schemas"]["DimensionValue"][];
43616
+ };
43617
+ /** @description A request to query dimension values. */
43618
+ "AnalyticsQueryPublicApi.DimensionValuesRequest": {
43619
+ /** @description The metric that provides context for resolving dimension namespaces. */
43620
+ metric: string;
43621
+ /** @description The dimensions to retrieve values for. Each entry is a single dimension name. */
43622
+ dimensions?: string[];
43623
+ /**
43624
+ * Format: date-time
43625
+ * @description The inclusive start of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
43626
+ */
43627
+ startTime: string;
43628
+ /**
43629
+ * Format: date-time
43630
+ * @description The exclusive end of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
43631
+ */
43632
+ endTime: string;
43633
+ /** @description Filters to apply to the query. */
43634
+ filter?: components["schemas"]["AnalyticsQueryPublicApi.QueryFilter"][];
43635
+ granularity?: components["schemas"]["AnalyticsQueryPublicApi.MetricGranularity"];
43636
+ /**
43637
+ * Format: int32
43638
+ * @description The maximum number of values to return per dimension.
43639
+ */
43640
+ limit?: number;
43641
+ };
43642
+ /** @description The response for a dimension values query. */
43643
+ "AnalyticsQueryPublicApi.DimensionValuesResponse": {
43644
+ /** @description The dimension values returned by the query. */
43645
+ values?: components["schemas"]["AnalyticsQueryPublicApi.DimensionValues"][];
43646
+ };
43647
+ /**
43648
+ * @description The operation to apply to a query filter.
43649
+ * @enum {string}
43650
+ */
43651
+ "AnalyticsQueryPublicApi.FilterOperation": "In" | "NotIn" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "Match";
43652
+ /**
43653
+ * @description The time granularity of metric data points in a query.
43654
+ * @enum {string}
43655
+ */
43656
+ "AnalyticsQueryPublicApi.MetricGranularity": "OneMinute" | "HalfHour" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth" | "None";
43657
+ /** @description A metric value for a single breakdown series. */
43658
+ "AnalyticsQueryPublicApi.MetricValue": {
43659
+ /** @description The breakdown values for this series. */
43660
+ breakdowns?: components["schemas"]["AnalyticsQueryPublicApi.BreakdownValue"][];
43661
+ /** @description The data points for this series. */
43662
+ dataPoints?: components["schemas"]["AnalyticsQueryPublicApi.DataPoint"][];
43663
+ };
43664
+ /** @description The metadata associated with a long-running operation. */
43665
+ "AnalyticsQueryPublicApi.OperationMetadata": {
43666
+ /**
43667
+ * Format: date-time
43668
+ * @description The time the operation was created.
43669
+ */
43670
+ createdTime?: string | null;
43671
+ };
43672
+ /** @description The error returned from a query request. */
43673
+ "AnalyticsQueryPublicApi.QueryError": {
43674
+ /**
43675
+ * Format: int32
43676
+ * @description The error code.
43677
+ */
43678
+ code?: number;
43679
+ /** @description The message associated with the query error. */
43680
+ message: string;
43681
+ };
43682
+ /** @description A filter applied to a query dimension. */
43683
+ "AnalyticsQueryPublicApi.QueryFilter": {
43684
+ /** @description The dimension name to filter on. */
43685
+ dimension: string;
43686
+ /** @description The values to filter by. */
43687
+ values?: string[];
43688
+ operation: components["schemas"]["AnalyticsQueryPublicApi.FilterOperation"];
43689
+ };
43690
+ /** @description A request to query time series metric data. */
43691
+ "AnalyticsQueryPublicApi.QueryRequest": {
43692
+ /** @description The metric to query. */
43693
+ metric: string;
43694
+ granularity: components["schemas"]["AnalyticsQueryPublicApi.MetricGranularity"];
43695
+ /**
43696
+ * Format: date-time
43697
+ * @description The inclusive start of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
43698
+ */
43699
+ startTime: string;
43700
+ /**
43701
+ * Format: date-time
43702
+ * @description The exclusive end of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
43703
+ */
43704
+ endTime: string;
43705
+ /** @description The dimensions to group results by. Each entry is a single dimension name. */
43706
+ breakdown?: string[];
43707
+ /** @description Filters to apply to the query. */
43708
+ filter?: components["schemas"]["AnalyticsQueryPublicApi.QueryFilter"][];
43709
+ /**
43710
+ * Format: int32
43711
+ * @description The maximum number of breakdown series to return.
43712
+ */
43713
+ limit?: number;
43714
+ };
43715
+ /** @description The response for a metric query. */
43716
+ "AnalyticsQueryPublicApi.QueryResponse": {
43717
+ /** @description The metric values returned by the query. */
43718
+ values?: components["schemas"]["AnalyticsQueryPublicApi.MetricValue"][];
43719
+ };
43798
43720
  ApiEmptyResponseModel: Record<string, never>;
43799
43721
  /** @description Represents an asset. */
43800
43722
  Asset: {
@@ -44126,15 +44048,6 @@ export interface components {
44126
44048
  /** @description The list of grants that had errors. */
44127
44049
  errors?: components["schemas"]["GrantPermissionError"][] | null;
44128
44050
  };
44129
- /** @description A breakdown dimension value in a query result. */
44130
- BreakdownValue: {
44131
- /** @description The dimension name. */
44132
- dimension: string;
44133
- /** @description The dimension value. */
44134
- value: string;
44135
- /** @description A human-readable display value when the dimension is a unique ID. */
44136
- displayValue?: string | null;
44137
- };
44138
44051
  /** @description Request model for bulk deleting saves */
44139
44052
  BulkDeleteSavesRequest: {
44140
44053
  /** @description A list of saves being deleted */
@@ -44724,27 +44637,6 @@ export interface components {
44724
44637
  * @enum {string}
44725
44638
  */
44726
44639
  CustomSignalType: "Invalid" | "PlayerCategorical" | "ServerCategorical" | "ServerNumerical" | "PlayerNumerical";
44727
- /** @description A single data point in a metric query result. */
44728
- DataPoint: {
44729
- /**
44730
- * Format: date-time
44731
- * @description The timestamp of the data point in UTC.
44732
- */
44733
- time: string;
44734
- /**
44735
- * Format: double
44736
- * @description The numeric value of the data point.
44737
- */
44738
- value: number;
44739
- /** @description String values associated with the data point, when applicable. */
44740
- stringValues?: string[] | null;
44741
- status?: components["schemas"]["DataStatus"];
44742
- };
44743
- /**
44744
- * @description The status of a data point in a query result.
44745
- * @enum {string}
44746
- */
44747
- DataStatus: "Valid" | "Projected" | "NotStatisticallySignificant";
44748
44640
  /** @description Represents a data store. */
44749
44641
  DataStore: {
44750
44642
  /**
@@ -45011,51 +44903,14 @@ export interface components {
45011
44903
  /** @description A human-readable display value when the dimension is a unique ID. */
45012
44904
  displayValue?: string | null;
45013
44905
  };
45014
- /** @description The values for a single dimension returned by a dimension values query. */
45015
- DimensionValues: {
45016
- /** @description The dimension name. */
45017
- dimension: string;
45018
- /** @description The values for the dimension. */
45019
- values?: components["schemas"]["DimensionValue"][];
45020
- };
45021
44906
  /** @description A completed long-running dimension values operation with results. */
45022
44907
  DimensionValuesOperationResult: {
45023
44908
  /** @description The server-assigned resource path. */
45024
44909
  path?: string | null;
45025
44910
  /** @description If false, the operation is still in progress. If true, the operation is completed. */
45026
44911
  done?: boolean;
45027
- response?: components["schemas"]["DimensionValuesResponse"];
45028
- metadata?: components["schemas"]["OperationMetadata"];
45029
- };
45030
- /** @description A request to query dimension values. */
45031
- DimensionValuesRequest: {
45032
- /** @description The metric that provides context for resolving dimension namespaces. */
45033
- metric: string;
45034
- /** @description The dimensions to retrieve values for. Each entry is a single dimension name. */
45035
- dimensions?: string[];
45036
- /**
45037
- * Format: date-time
45038
- * @description The inclusive start of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
45039
- */
45040
- startTime: string;
45041
- /**
45042
- * Format: date-time
45043
- * @description The exclusive end of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
45044
- */
45045
- endTime: string;
45046
- /** @description Filters to apply to the query. */
45047
- filter?: components["schemas"]["QueryFilter"][];
45048
- granularity?: components["schemas"]["MetricGranularity"];
45049
- /**
45050
- * Format: int32
45051
- * @description The maximum number of values to return per dimension.
45052
- */
45053
- limit?: number;
45054
- };
45055
- /** @description The response for a dimension values query. */
45056
- DimensionValuesResponse: {
45057
- /** @description The dimension values returned by the query. */
45058
- values?: components["schemas"]["DimensionValues"][];
44912
+ response?: components["schemas"]["AnalyticsQueryPublicApi.DimensionValuesResponse"];
44913
+ metadata?: components["schemas"]["AnalyticsQueryPublicApi.OperationMetadata"];
45059
44914
  };
45060
44915
  /** @description Discards read items from the front of the queue. */
45061
44916
  DiscardMemoryStoreQueueItemsRequest: {
@@ -45188,11 +45043,6 @@ export interface components {
45188
45043
  /** @description The list of available values for the filter. */
45189
45044
  values?: unknown[] | null;
45190
45045
  };
45191
- /**
45192
- * @description The operation to apply to a query filter.
45193
- * @enum {string}
45194
- */
45195
- FilterOperation: "In" | "NotIn" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "Match";
45196
45046
  /** @description Response model for filter options endpoint. */
45197
45047
  FilterOptionsResponse: {
45198
45048
  /** @description A dictionary of filter field names to their metadata and available values. */
@@ -47379,18 +47229,6 @@ export interface components {
47379
47229
  */
47380
47230
  readonly count?: number;
47381
47231
  };
47382
- /**
47383
- * @description The time granularity of metric data points in a query.
47384
- * @enum {string}
47385
- */
47386
- MetricGranularity: "OneMinute" | "HalfHour" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth" | "None";
47387
- /** @description A metric value for a single breakdown series. */
47388
- MetricValue: {
47389
- /** @description The breakdown values for this series. */
47390
- breakdowns?: components["schemas"]["BreakdownValue"][];
47391
- /** @description The data points for this series. */
47392
- dataPoints?: components["schemas"]["DataPoint"][];
47393
- };
47394
47232
  /** @description Mock server signal values. */
47395
47233
  MockServerSignalValues: {
47396
47234
  /**
@@ -47692,8 +47530,8 @@ export interface components {
47692
47530
  path?: string | null;
47693
47531
  /** @description If false, the operation is still in progress. If true, the operation is completed. */
47694
47532
  done?: boolean;
47695
- error?: components["schemas"]["QueryError"];
47696
- metadata?: components["schemas"]["OperationMetadata"];
47533
+ error?: components["schemas"]["AnalyticsQueryPublicApi.QueryError"];
47534
+ metadata?: components["schemas"]["AnalyticsQueryPublicApi.OperationMetadata"];
47697
47535
  };
47698
47536
  OperationErrorResponse: {
47699
47537
  /** Format: int32 */
@@ -47701,21 +47539,13 @@ export interface components {
47701
47539
  readonly error?: string | null;
47702
47540
  message?: string | null;
47703
47541
  };
47704
- /** @description The metadata associated with a long-running operation. */
47705
- OperationMetadata: {
47706
- /**
47707
- * Format: date-time
47708
- * @description The time the operation was created.
47709
- */
47710
- createdTime?: string | null;
47711
- };
47712
47542
  /** @description A long-running operation that is still in progress. */
47713
47543
  OperationPending: {
47714
47544
  /** @description The server-assigned resource path. */
47715
47545
  path?: string | null;
47716
47546
  /** @description If false, the operation is still in progress. If true, the operation is completed. */
47717
47547
  done?: boolean;
47718
- metadata?: components["schemas"]["OperationMetadata"];
47548
+ metadata?: components["schemas"]["AnalyticsQueryPublicApi.OperationMetadata"];
47719
47549
  };
47720
47550
  /** @description A key-value entry in an ordered data store. */
47721
47551
  OrderedDataStoreEntry: {
@@ -48246,16 +48076,6 @@ export interface components {
48246
48076
  /** @description The suggested spelling correction for the original search query. */
48247
48077
  suggestedQuery?: string | null;
48248
48078
  } | null;
48249
- /** @description The error returned from a query request. */
48250
- QueryError: {
48251
- /**
48252
- * Format: int32
48253
- * @description The error code.
48254
- */
48255
- code?: number;
48256
- /** @description The message associated with the query error. */
48257
- message: string;
48258
- };
48259
48079
  /** @description The facets of a query. */
48260
48080
  QueryFacets: {
48261
48081
  /** @description Facets that are already applied to the search. */
@@ -48263,52 +48083,14 @@ export interface components {
48263
48083
  /** @description The unused and still available facets. */
48264
48084
  availableFacets?: string[] | null;
48265
48085
  } | null;
48266
- /** @description A filter applied to a query dimension. */
48267
- QueryFilter: {
48268
- /** @description The dimension name to filter on. */
48269
- dimension: string;
48270
- /** @description The values to filter by. */
48271
- values?: string[];
48272
- operation: components["schemas"]["FilterOperation"];
48273
- };
48274
48086
  /** @description A completed long-running query operation with results. */
48275
48087
  QueryOperationResult: {
48276
48088
  /** @description The server-assigned resource path. */
48277
48089
  path?: string | null;
48278
48090
  /** @description If false, the operation is still in progress. If true, the operation is completed. */
48279
48091
  done?: boolean;
48280
- response?: components["schemas"]["QueryResponse"];
48281
- metadata?: components["schemas"]["OperationMetadata"];
48282
- };
48283
- /** @description A request to query time series metric data. */
48284
- QueryRequest: {
48285
- /** @description The metric to query. */
48286
- metric: string;
48287
- granularity: components["schemas"]["MetricGranularity"];
48288
- /**
48289
- * Format: date-time
48290
- * @description The inclusive start of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
48291
- */
48292
- startTime: string;
48293
- /**
48294
- * Format: date-time
48295
- * @description The exclusive end of the query time range. Any UTC offset is accepted; results are always bucketed in UTC.
48296
- */
48297
- endTime: string;
48298
- /** @description The dimensions to group results by. Each entry is a single dimension name. */
48299
- breakdown?: string[];
48300
- /** @description Filters to apply to the query. */
48301
- filter?: components["schemas"]["QueryFilter"][];
48302
- /**
48303
- * Format: int32
48304
- * @description The maximum number of breakdown series to return.
48305
- */
48306
- limit?: number;
48307
- };
48308
- /** @description The response for a metric query. */
48309
- QueryResponse: {
48310
- /** @description The metric values returned by the query. */
48311
- values?: components["schemas"]["MetricValue"][];
48092
+ response?: components["schemas"]["AnalyticsQueryPublicApi.QueryResponse"];
48093
+ metadata?: components["schemas"]["AnalyticsQueryPublicApi.OperationMetadata"];
48312
48094
  };
48313
48095
  /** @description Returns the specified number of items at the front of the queue. */
48314
48096
  ReadMemoryStoreQueueItemsResponse: {
@@ -51093,31 +50875,6 @@ export interface components {
51093
50875
  */
51094
50876
  platform?: "ChromeOnDesktop" | "AndroidNative" | "FirefoxOnDesktop" | "IOSNative" | "AndroidAmazon" | "IOSTencent" | "AndroidTencentService" | "IOSPushKit";
51095
50877
  };
51096
- /** @description The result of being awarded a badge. */
51097
- "Roblox.Badges.Api.BadgeAwardResponse": {
51098
- /**
51099
- * Format: int64
51100
- * @description The badge Id.
51101
- */
51102
- badgeId?: number;
51103
- /**
51104
- * Format: date-time
51105
- * @description When the badge was awarded.
51106
- */
51107
- awardedDate?: string;
51108
- };
51109
- /** @description Represents information about the badge creator. (Creator of the place that awarded the badge) */
51110
- "Roblox.Badges.Api.BadgeCreatorResponse": {
51111
- /**
51112
- * Format: int64
51113
- * @description The creator ID
51114
- */
51115
- id?: number;
51116
- /** @description The name of the creator */
51117
- name?: string;
51118
- /** @description The type of the creator */
51119
- type?: string;
51120
- };
51121
50878
  /** @description Metadata about badges. */
51122
50879
  "Roblox.Badges.Api.BadgeMetadataResponse": {
51123
50880
  /**
@@ -51182,35 +50939,6 @@ export interface components {
51182
50939
  statistics?: components["schemas"]["Roblox.Web.Responses.Badges.BadgeAwardStatisticsResponse"];
51183
50940
  awardingUniverse?: components["schemas"]["Roblox.Badges.Api.UniverseResponse"];
51184
50941
  };
51185
- /** @description Response for the GetBadgesByUser endpoint. */
51186
- "Roblox.Badges.Api.GetBadgesByUserResponse": {
51187
- creator?: components["schemas"]["Roblox.Badges.Api.BadgeCreatorResponse"];
51188
- /** Format: int64 */
51189
- id?: number;
51190
- name?: string;
51191
- description?: string;
51192
- displayName?: string;
51193
- displayDescription?: string;
51194
- enabled?: boolean;
51195
- /** Format: int64 */
51196
- iconImageId?: number;
51197
- /** Format: int64 */
51198
- displayIconImageId?: number;
51199
- awarder?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Badges.BadgeAwarderType_"];
51200
- statistics?: components["schemas"]["Roblox.Web.Responses.Badges.BadgeAwardStatisticsResponse"];
51201
- /** Format: date-time */
51202
- created?: string;
51203
- /** Format: date-time */
51204
- updated?: string;
51205
- };
51206
- /** @description Badge icon upload response. */
51207
- "Roblox.Badges.Api.IconUploadResponse": {
51208
- /**
51209
- * Format: int64
51210
- * @description The asset id of the uploaded icon.
51211
- */
51212
- targetId?: number;
51213
- };
51214
50942
  /** @description A response containing universe information. */
51215
50943
  "Roblox.Badges.Api.UniverseResponse": {
51216
50944
  /**
@@ -56642,9 +56370,6 @@ export interface components {
56642
56370
  "Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.Api.Develop.Models.UniverseTeamCreateSettingsModel_": {
56643
56371
  data?: components["schemas"]["Roblox.Api.Develop.Models.UniverseTeamCreateSettingsModel"][];
56644
56372
  };
56645
- "Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.Badges.Api.BadgeAwardResponse_": {
56646
- data?: components["schemas"]["Roblox.Badges.Api.BadgeAwardResponse"][];
56647
- };
56648
56373
  "Roblox.Web.WebAPI.Models.ApiArrayResponse_Roblox.Catalog.Api.BundleDetailsModel_": {
56649
56374
  data?: components["schemas"]["Roblox.Catalog.Api.BundleDetailsModel"][];
56650
56375
  };
@@ -56770,11 +56495,6 @@ export interface components {
56770
56495
  nextPageCursor?: string;
56771
56496
  data?: components["schemas"]["Roblox.Badges.Api.BadgeResponse"][];
56772
56497
  };
56773
- "Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Badges.Api.GetBadgesByUserResponse_": {
56774
- previousPageCursor?: string;
56775
- nextPageCursor?: string;
56776
- data?: components["schemas"]["Roblox.Badges.Api.GetBadgesByUserResponse"][];
56777
- };
56778
56498
  "Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Catalog.Api.BundleDetailsModel_": {
56779
56499
  previousPageCursor?: string;
56780
56500
  nextPageCursor?: string;
@@ -57245,7 +56965,7 @@ export interface components {
57245
56965
  * This is derived from the shutdown reason for shutdown rows; it is always "Active" for currently live servers.
57246
56966
  * @enum {string}
57247
56967
  */
57248
- ServerStatus: "active" | "shut_down" | "restarted" | "roblox_restarted" | "crashed" | "out_of_memory" | "moderated";
56968
+ ServerStatus: "active" | "shut_down" | "restarted" | "roblox_restarted" | "crashed" | "out_of_memory" | "moderated" | "pending" | "unspecified";
57249
56969
  /**
57250
56970
  * Format: int32
57251
56971
  * @description Defines the different types of servers
@@ -57993,6 +57713,9 @@ export interface components {
57993
57713
  */
57994
57714
  templateRootPlace: string;
57995
57715
  };
57716
+ UniverseEligibility: {
57717
+ eligible?: boolean;
57718
+ };
57996
57719
  /**
57997
57720
  * @description A social link that may be associated with the universe.
57998
57721
  *
@@ -58770,7 +58493,7 @@ export interface components {
58770
58493
  * @description The eligibility result for the requested experience. Present only when
58771
58494
  * universeId was supplied in the request.
58772
58495
  */
58773
- eligibility?: components["schemas"]["internal_public_v1.UniverseEligibility"];
58496
+ eligibility?: components["schemas"]["UniverseEligibility"];
58774
58497
  /** @description The campaign objectives you can create. Only `ENGAGEMENT` is supported in v1. */
58775
58498
  objectives?: "ENGAGEMENT"[];
58776
58499
  /**
@@ -58957,17 +58680,6 @@ export interface components {
58957
58680
  /** @description The selectable device types. Values can be `PHONE`, `TABLET`, `DESKTOP`, or `CONSOLE`. */
58958
58681
  devices?: ("PHONE" | "TABLET" | "DESKTOP" | "CONSOLE")[];
58959
58682
  };
58960
- "internal_public_v1.UniverseEligibility": {
58961
- /** @description Whether the experience can currently be advertised. */
58962
- eligible?: boolean;
58963
- /**
58964
- * @description The reasons the experience is not eligible. Omitted when eligible. Values can be
58965
- * `NO_PERMISSION` or `BLOCKED`.
58966
- */
58967
- reasons?: ("NO_PERMISSION" | "BLOCKED")[];
58968
- /** @description The identifier of the experience that was checked. */
58969
- universeId?: string;
58970
- };
58971
58683
  "internal_public_v1.UpdateBudget": {
58972
58684
  /**
58973
58685
  * @description The new budget amount in micro-USD, as a decimal string (for example,