@jacobhumston/roblox-openapi-ts 1.0.42 → 1.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +58 -53
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -840,7 +840,7 @@ export interface paths {
|
|
|
840
840
|
[name: string]: unknown;
|
|
841
841
|
};
|
|
842
842
|
content: {
|
|
843
|
-
"application/json": components["schemas"]["OperationError"];
|
|
843
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
844
844
|
};
|
|
845
845
|
};
|
|
846
846
|
/** @description Forbidden */
|
|
@@ -849,7 +849,7 @@ export interface paths {
|
|
|
849
849
|
[name: string]: unknown;
|
|
850
850
|
};
|
|
851
851
|
content: {
|
|
852
|
-
"application/json": components["schemas"]["OperationError"];
|
|
852
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
853
853
|
};
|
|
854
854
|
};
|
|
855
855
|
/** @description Too Many Requests */
|
|
@@ -858,7 +858,7 @@ export interface paths {
|
|
|
858
858
|
[name: string]: unknown;
|
|
859
859
|
};
|
|
860
860
|
content: {
|
|
861
|
-
"application/json": components["schemas"]["OperationError"];
|
|
861
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
862
862
|
};
|
|
863
863
|
};
|
|
864
864
|
/** @description Internal Server Error */
|
|
@@ -867,7 +867,7 @@ export interface paths {
|
|
|
867
867
|
[name: string]: unknown;
|
|
868
868
|
};
|
|
869
869
|
content: {
|
|
870
|
-
"application/json": components["schemas"]["OperationError"];
|
|
870
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
871
871
|
};
|
|
872
872
|
};
|
|
873
873
|
/** @description Service Unavailable */
|
|
@@ -876,7 +876,7 @@ export interface paths {
|
|
|
876
876
|
[name: string]: unknown;
|
|
877
877
|
};
|
|
878
878
|
content: {
|
|
879
|
-
"application/json": components["schemas"]["OperationError"];
|
|
879
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
880
880
|
};
|
|
881
881
|
};
|
|
882
882
|
/** @description Gateway Timeout */
|
|
@@ -885,7 +885,7 @@ export interface paths {
|
|
|
885
885
|
[name: string]: unknown;
|
|
886
886
|
};
|
|
887
887
|
content: {
|
|
888
|
-
"application/json": components["schemas"]["OperationError"];
|
|
888
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
889
889
|
};
|
|
890
890
|
};
|
|
891
891
|
};
|
|
@@ -952,7 +952,7 @@ export interface paths {
|
|
|
952
952
|
[name: string]: unknown;
|
|
953
953
|
};
|
|
954
954
|
content: {
|
|
955
|
-
"application/json": components["schemas"]["OperationError"];
|
|
955
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
956
956
|
};
|
|
957
957
|
};
|
|
958
958
|
/** @description Forbidden */
|
|
@@ -961,7 +961,7 @@ export interface paths {
|
|
|
961
961
|
[name: string]: unknown;
|
|
962
962
|
};
|
|
963
963
|
content: {
|
|
964
|
-
"application/json": components["schemas"]["OperationError"];
|
|
964
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
965
965
|
};
|
|
966
966
|
};
|
|
967
967
|
/** @description Too Many Requests */
|
|
@@ -970,7 +970,7 @@ export interface paths {
|
|
|
970
970
|
[name: string]: unknown;
|
|
971
971
|
};
|
|
972
972
|
content: {
|
|
973
|
-
"application/json": components["schemas"]["OperationError"];
|
|
973
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
974
974
|
};
|
|
975
975
|
};
|
|
976
976
|
/** @description Internal Server Error */
|
|
@@ -979,7 +979,7 @@ export interface paths {
|
|
|
979
979
|
[name: string]: unknown;
|
|
980
980
|
};
|
|
981
981
|
content: {
|
|
982
|
-
"application/json": components["schemas"]["OperationError"];
|
|
982
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
983
983
|
};
|
|
984
984
|
};
|
|
985
985
|
/** @description Service Unavailable */
|
|
@@ -988,7 +988,7 @@ export interface paths {
|
|
|
988
988
|
[name: string]: unknown;
|
|
989
989
|
};
|
|
990
990
|
content: {
|
|
991
|
-
"application/json": components["schemas"]["OperationError"];
|
|
991
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
992
992
|
};
|
|
993
993
|
};
|
|
994
994
|
/** @description Gateway Timeout */
|
|
@@ -997,7 +997,7 @@ export interface paths {
|
|
|
997
997
|
[name: string]: unknown;
|
|
998
998
|
};
|
|
999
999
|
content: {
|
|
1000
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1000
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1001
1001
|
};
|
|
1002
1002
|
};
|
|
1003
1003
|
};
|
|
@@ -1057,7 +1057,7 @@ export interface paths {
|
|
|
1057
1057
|
[name: string]: unknown;
|
|
1058
1058
|
};
|
|
1059
1059
|
content: {
|
|
1060
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1060
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1061
1061
|
};
|
|
1062
1062
|
};
|
|
1063
1063
|
/** @description Not Found */
|
|
@@ -1066,7 +1066,7 @@ export interface paths {
|
|
|
1066
1066
|
[name: string]: unknown;
|
|
1067
1067
|
};
|
|
1068
1068
|
content: {
|
|
1069
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1069
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1070
1070
|
};
|
|
1071
1071
|
};
|
|
1072
1072
|
/** @description Too Many Requests */
|
|
@@ -1075,7 +1075,7 @@ export interface paths {
|
|
|
1075
1075
|
[name: string]: unknown;
|
|
1076
1076
|
};
|
|
1077
1077
|
content: {
|
|
1078
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1078
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1079
1079
|
};
|
|
1080
1080
|
};
|
|
1081
1081
|
/** @description Internal Server Error */
|
|
@@ -1084,7 +1084,7 @@ export interface paths {
|
|
|
1084
1084
|
[name: string]: unknown;
|
|
1085
1085
|
};
|
|
1086
1086
|
content: {
|
|
1087
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1087
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1088
1088
|
};
|
|
1089
1089
|
};
|
|
1090
1090
|
/** @description Service Unavailable */
|
|
@@ -1093,7 +1093,7 @@ export interface paths {
|
|
|
1093
1093
|
[name: string]: unknown;
|
|
1094
1094
|
};
|
|
1095
1095
|
content: {
|
|
1096
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1096
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
/** @description Gateway Timeout */
|
|
@@ -1102,7 +1102,7 @@ export interface paths {
|
|
|
1102
1102
|
[name: string]: unknown;
|
|
1103
1103
|
};
|
|
1104
1104
|
content: {
|
|
1105
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1105
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1106
1106
|
};
|
|
1107
1107
|
};
|
|
1108
1108
|
};
|
|
@@ -1164,7 +1164,7 @@ export interface paths {
|
|
|
1164
1164
|
[name: string]: unknown;
|
|
1165
1165
|
};
|
|
1166
1166
|
content: {
|
|
1167
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1167
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1168
1168
|
};
|
|
1169
1169
|
};
|
|
1170
1170
|
/** @description Not Found */
|
|
@@ -1173,7 +1173,7 @@ export interface paths {
|
|
|
1173
1173
|
[name: string]: unknown;
|
|
1174
1174
|
};
|
|
1175
1175
|
content: {
|
|
1176
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1176
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1177
1177
|
};
|
|
1178
1178
|
};
|
|
1179
1179
|
/** @description Too Many Requests */
|
|
@@ -1182,7 +1182,7 @@ export interface paths {
|
|
|
1182
1182
|
[name: string]: unknown;
|
|
1183
1183
|
};
|
|
1184
1184
|
content: {
|
|
1185
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1185
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1186
1186
|
};
|
|
1187
1187
|
};
|
|
1188
1188
|
/** @description Internal Server Error */
|
|
@@ -1191,7 +1191,7 @@ export interface paths {
|
|
|
1191
1191
|
[name: string]: unknown;
|
|
1192
1192
|
};
|
|
1193
1193
|
content: {
|
|
1194
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1194
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1195
1195
|
};
|
|
1196
1196
|
};
|
|
1197
1197
|
/** @description Service Unavailable */
|
|
@@ -1200,7 +1200,7 @@ export interface paths {
|
|
|
1200
1200
|
[name: string]: unknown;
|
|
1201
1201
|
};
|
|
1202
1202
|
content: {
|
|
1203
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1203
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1204
1204
|
};
|
|
1205
1205
|
};
|
|
1206
1206
|
/** @description Gateway Timeout */
|
|
@@ -1209,7 +1209,7 @@ export interface paths {
|
|
|
1209
1209
|
[name: string]: unknown;
|
|
1210
1210
|
};
|
|
1211
1211
|
content: {
|
|
1212
|
-
"application/json": components["schemas"]["OperationError"];
|
|
1212
|
+
"application/json": components["schemas"]["AnalyticsQueryPublicApi.OperationError"];
|
|
1213
1213
|
};
|
|
1214
1214
|
};
|
|
1215
1215
|
};
|
|
@@ -43663,6 +43663,15 @@ export interface components {
|
|
|
43663
43663
|
/** @description The data points for this series. */
|
|
43664
43664
|
dataPoints?: components["schemas"]["AnalyticsQueryPublicApi.DataPoint"][];
|
|
43665
43665
|
};
|
|
43666
|
+
/** @description A completed long-running operation that failed with an error. */
|
|
43667
|
+
"AnalyticsQueryPublicApi.OperationError": {
|
|
43668
|
+
/** @description The server-assigned resource path. */
|
|
43669
|
+
path?: string | null;
|
|
43670
|
+
/** @description If false, the operation is still in progress. If true, the operation is completed. */
|
|
43671
|
+
done?: boolean;
|
|
43672
|
+
error?: components["schemas"]["AnalyticsQueryPublicApi.QueryError"];
|
|
43673
|
+
metadata?: components["schemas"]["AnalyticsQueryPublicApi.OperationMetadata"];
|
|
43674
|
+
};
|
|
43666
43675
|
/** @description The metadata associated with a long-running operation. */
|
|
43667
43676
|
"AnalyticsQueryPublicApi.OperationMetadata": {
|
|
43668
43677
|
/**
|
|
@@ -47526,15 +47535,6 @@ export interface components {
|
|
|
47526
47535
|
*/
|
|
47527
47536
|
response?: components["schemas"]["GoogleProtobufAny"];
|
|
47528
47537
|
};
|
|
47529
|
-
/** @description A completed long-running operation that failed with an error. */
|
|
47530
|
-
OperationError: {
|
|
47531
|
-
/** @description The server-assigned resource path. */
|
|
47532
|
-
path?: string | null;
|
|
47533
|
-
/** @description If false, the operation is still in progress. If true, the operation is completed. */
|
|
47534
|
-
done?: boolean;
|
|
47535
|
-
error?: components["schemas"]["AnalyticsQueryPublicApi.QueryError"];
|
|
47536
|
-
metadata?: components["schemas"]["AnalyticsQueryPublicApi.OperationMetadata"];
|
|
47537
|
-
};
|
|
47538
47538
|
OperationErrorResponse: {
|
|
47539
47539
|
/** Format: int32 */
|
|
47540
47540
|
readonly code?: number;
|
|
@@ -48124,9 +48124,11 @@ export interface components {
|
|
|
48124
48124
|
* ExperienceUserConfig
|
|
48125
48125
|
*
|
|
48126
48126
|
* JourneysConfig
|
|
48127
|
+
*
|
|
48128
|
+
* AntiCheatConfig
|
|
48127
48129
|
* @enum {string}
|
|
48128
48130
|
*/
|
|
48129
|
-
Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig" | "ExperienceUserConfig" | "JourneysConfig";
|
|
48131
|
+
Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig" | "ExperienceUserConfig" | "JourneysConfig" | "AntiCheatConfig";
|
|
48130
48132
|
/**
|
|
48131
48133
|
* @description The current state of a place restart.
|
|
48132
48134
|
* @enum {string}
|
|
@@ -53055,30 +53057,15 @@ export interface components {
|
|
|
53055
53057
|
/** @description Zendesk (or similar forum provider) article ID for the client to build a redirect URL. */
|
|
53056
53058
|
articleId?: string;
|
|
53057
53059
|
};
|
|
53058
|
-
/**
|
|
53059
|
-
* @description Upsell UX treatment metadata appended to a playability response when an experience is
|
|
53060
|
-
* currently playable but will be restricted under upcoming Roblox-Core content rules.
|
|
53061
|
-
* Mirrors the existing Roblox.Games.Api.Models.Response.PlayableUxTreatment contract intentionally so client
|
|
53062
|
-
* rendering can be unified.
|
|
53063
|
-
*/
|
|
53060
|
+
/** @description Upsell UX treatment metadata appended to a playability response. */
|
|
53064
53061
|
"Roblox.Games.Api.Models.Response.UpsellUxTreatment": {
|
|
53065
|
-
/**
|
|
53066
|
-
* @description Identifier of the client component to render (currently "ageCheckUpsell").
|
|
53067
|
-
* Absent when the upsell should not surface.
|
|
53068
|
-
*/
|
|
53062
|
+
/** @description Identifier of the client component to render. */
|
|
53069
53063
|
treatment?: string;
|
|
53070
53064
|
data?: components["schemas"]["Roblox.Games.Api.Models.Response.UpsellUxTreatmentData"];
|
|
53071
53065
|
};
|
|
53072
|
-
/**
|
|
53073
|
-
* @description Localized strings for an Roblox.Games.Api.Models.Response.UpsellUxTreatment. Currently only carries
|
|
53074
|
-
* Roblox.Games.Api.Models.Response.UpsellUxTreatmentData.BodyText; structured to allow additional fields without breaking the
|
|
53075
|
-
* JSON contract.
|
|
53076
|
-
*/
|
|
53066
|
+
/** @description Localized strings for an Roblox.Games.Api.Models.Response.UpsellUxTreatment. */
|
|
53077
53067
|
"Roblox.Games.Api.Models.Response.UpsellUxTreatmentData": {
|
|
53078
|
-
/**
|
|
53079
|
-
* @description Localized body text for the upsell banner (e.g. "You'll soon need an age check to
|
|
53080
|
-
* join this game.").
|
|
53081
|
-
*/
|
|
53068
|
+
/** @description Localized body text for the upsell. */
|
|
53082
53069
|
bodyText?: string;
|
|
53083
53070
|
};
|
|
53084
53071
|
/** @description ApiPageResponse for blocked keywords */
|
|
@@ -62371,6 +62358,8 @@ export interface operations {
|
|
|
62371
62358
|
* ExperienceUserConfig
|
|
62372
62359
|
*
|
|
62373
62360
|
* JourneysConfig
|
|
62361
|
+
*
|
|
62362
|
+
* AntiCheatConfig
|
|
62374
62363
|
*/
|
|
62375
62364
|
repository: components["schemas"]["Repository"];
|
|
62376
62365
|
};
|
|
@@ -62436,6 +62425,8 @@ export interface operations {
|
|
|
62436
62425
|
* ExperienceUserConfig
|
|
62437
62426
|
*
|
|
62438
62427
|
* JourneysConfig
|
|
62428
|
+
*
|
|
62429
|
+
* AntiCheatConfig
|
|
62439
62430
|
*/
|
|
62440
62431
|
repository: components["schemas"]["Repository"];
|
|
62441
62432
|
};
|
|
@@ -62501,6 +62492,8 @@ export interface operations {
|
|
|
62501
62492
|
* ExperienceUserConfig
|
|
62502
62493
|
*
|
|
62503
62494
|
* JourneysConfig
|
|
62495
|
+
*
|
|
62496
|
+
* AntiCheatConfig
|
|
62504
62497
|
*/
|
|
62505
62498
|
repository: components["schemas"]["Repository"];
|
|
62506
62499
|
};
|
|
@@ -62573,6 +62566,8 @@ export interface operations {
|
|
|
62573
62566
|
* ExperienceUserConfig
|
|
62574
62567
|
*
|
|
62575
62568
|
* JourneysConfig
|
|
62569
|
+
*
|
|
62570
|
+
* AntiCheatConfig
|
|
62576
62571
|
*/
|
|
62577
62572
|
repository: components["schemas"]["Repository"];
|
|
62578
62573
|
};
|
|
@@ -62645,6 +62640,8 @@ export interface operations {
|
|
|
62645
62640
|
* ExperienceUserConfig
|
|
62646
62641
|
*
|
|
62647
62642
|
* JourneysConfig
|
|
62643
|
+
*
|
|
62644
|
+
* AntiCheatConfig
|
|
62648
62645
|
*/
|
|
62649
62646
|
repository: components["schemas"]["Repository"];
|
|
62650
62647
|
};
|
|
@@ -62717,6 +62714,8 @@ export interface operations {
|
|
|
62717
62714
|
* ExperienceUserConfig
|
|
62718
62715
|
*
|
|
62719
62716
|
* JourneysConfig
|
|
62717
|
+
*
|
|
62718
|
+
* AntiCheatConfig
|
|
62720
62719
|
*/
|
|
62721
62720
|
repository: components["schemas"]["Repository"];
|
|
62722
62721
|
};
|
|
@@ -62782,6 +62781,8 @@ export interface operations {
|
|
|
62782
62781
|
* ExperienceUserConfig
|
|
62783
62782
|
*
|
|
62784
62783
|
* JourneysConfig
|
|
62784
|
+
*
|
|
62785
|
+
* AntiCheatConfig
|
|
62785
62786
|
*/
|
|
62786
62787
|
repository: components["schemas"]["Repository"];
|
|
62787
62788
|
};
|
|
@@ -62869,6 +62870,8 @@ export interface operations {
|
|
|
62869
62870
|
* ExperienceUserConfig
|
|
62870
62871
|
*
|
|
62871
62872
|
* JourneysConfig
|
|
62873
|
+
*
|
|
62874
|
+
* AntiCheatConfig
|
|
62872
62875
|
*/
|
|
62873
62876
|
repository: components["schemas"]["Repository"];
|
|
62874
62877
|
};
|
|
@@ -62934,6 +62937,8 @@ export interface operations {
|
|
|
62934
62937
|
* ExperienceUserConfig
|
|
62935
62938
|
*
|
|
62936
62939
|
* JourneysConfig
|
|
62940
|
+
*
|
|
62941
|
+
* AntiCheatConfig
|
|
62937
62942
|
*/
|
|
62938
62943
|
repository: components["schemas"]["Repository"];
|
|
62939
62944
|
revisionId: string;
|