@jacobhumston/roblox-openapi-ts 1.0.41 → 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 +67 -56
- 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
|
};
|
|
@@ -1409,7 +1409,7 @@ export interface paths {
|
|
|
1409
1409
|
};
|
|
1410
1410
|
};
|
|
1411
1411
|
responses: {
|
|
1412
|
-
/** @description
|
|
1412
|
+
/** @description Success */
|
|
1413
1413
|
200: {
|
|
1414
1414
|
headers: {
|
|
1415
1415
|
[name: string]: unknown;
|
|
@@ -1436,7 +1436,7 @@ export interface paths {
|
|
|
1436
1436
|
"application/json": components["schemas"]["AssetPermissions.ErrorResponse"];
|
|
1437
1437
|
};
|
|
1438
1438
|
};
|
|
1439
|
-
/** @description
|
|
1439
|
+
/** @description Server Error */
|
|
1440
1440
|
500: {
|
|
1441
1441
|
headers: {
|
|
1442
1442
|
[name: string]: unknown;
|
|
@@ -27202,6 +27202,8 @@ export interface paths {
|
|
|
27202
27202
|
/** @description Optional session identifier. */
|
|
27203
27203
|
sessionId?: string;
|
|
27204
27204
|
friendRequestSort?: 0 | 1 | 2;
|
|
27205
|
+
/** @description Whether to uprank unseen friend requests and return isUnseen per friend request. */
|
|
27206
|
+
uprankUnseen?: boolean;
|
|
27205
27207
|
};
|
|
27206
27208
|
header?: never;
|
|
27207
27209
|
path?: never;
|
|
@@ -43661,6 +43663,15 @@ export interface components {
|
|
|
43661
43663
|
/** @description The data points for this series. */
|
|
43662
43664
|
dataPoints?: components["schemas"]["AnalyticsQueryPublicApi.DataPoint"][];
|
|
43663
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
|
+
};
|
|
43664
43675
|
/** @description The metadata associated with a long-running operation. */
|
|
43665
43676
|
"AnalyticsQueryPublicApi.OperationMetadata": {
|
|
43666
43677
|
/**
|
|
@@ -43803,7 +43814,7 @@ export interface components {
|
|
|
43803
43814
|
* @description Enums for customized error code in error responses.
|
|
43804
43815
|
* @enum {string}
|
|
43805
43816
|
*/
|
|
43806
|
-
"AssetPermissions.ErrorCode": "UnknownError" | "InvalidRequest" | "AssetNotFound" | "CannotManageAsset" | "PublicAssetCannotBeGrantedTo" | "CannotManageSubject" | "SubjectNotFound" | "AssetTypeNotEnabled" | "PermissionLimitReached" | "DependenciesLimitReached";
|
|
43817
|
+
"AssetPermissions.ErrorCode": "UnknownError" | "InvalidRequest" | "AssetNotFound" | "CannotManageAsset" | "PublicAssetCannotBeGrantedTo" | "CannotManageSubject" | "SubjectNotFound" | "AssetTypeNotEnabled" | "PermissionLimitReached" | "DependenciesLimitReached" | "NotRequestable" | "RequesterNotConnected" | "AlreadyPending" | "AlreadyHasAccess" | "RequestNotFound" | "InvalidRequestStatus" | "RateLimited" | "CallerNotOwner" | "BatchSizeLimitExceeded";
|
|
43807
43818
|
/** @description The error object for responses. */
|
|
43808
43819
|
"AssetPermissions.ErrorResponse": {
|
|
43809
43820
|
error?: components["schemas"]["AssetPermissions.Error"];
|
|
@@ -47524,15 +47535,6 @@ export interface components {
|
|
|
47524
47535
|
*/
|
|
47525
47536
|
response?: components["schemas"]["GoogleProtobufAny"];
|
|
47526
47537
|
};
|
|
47527
|
-
/** @description A completed long-running operation that failed with an error. */
|
|
47528
|
-
OperationError: {
|
|
47529
|
-
/** @description The server-assigned resource path. */
|
|
47530
|
-
path?: string | null;
|
|
47531
|
-
/** @description If false, the operation is still in progress. If true, the operation is completed. */
|
|
47532
|
-
done?: boolean;
|
|
47533
|
-
error?: components["schemas"]["AnalyticsQueryPublicApi.QueryError"];
|
|
47534
|
-
metadata?: components["schemas"]["AnalyticsQueryPublicApi.OperationMetadata"];
|
|
47535
|
-
};
|
|
47536
47538
|
OperationErrorResponse: {
|
|
47537
47539
|
/** Format: int32 */
|
|
47538
47540
|
readonly code?: number;
|
|
@@ -48122,9 +48124,11 @@ export interface components {
|
|
|
48122
48124
|
* ExperienceUserConfig
|
|
48123
48125
|
*
|
|
48124
48126
|
* JourneysConfig
|
|
48127
|
+
*
|
|
48128
|
+
* AntiCheatConfig
|
|
48125
48129
|
* @enum {string}
|
|
48126
48130
|
*/
|
|
48127
|
-
Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig" | "ExperienceUserConfig" | "JourneysConfig";
|
|
48131
|
+
Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig" | "ExperienceUserConfig" | "JourneysConfig" | "AntiCheatConfig";
|
|
48128
48132
|
/**
|
|
48129
48133
|
* @description The current state of a place restart.
|
|
48130
48134
|
* @enum {string}
|
|
@@ -51845,6 +51849,8 @@ export interface components {
|
|
|
51845
51849
|
mutualFriendsList?: string[];
|
|
51846
51850
|
/** @description The user's verified badge status. */
|
|
51847
51851
|
hasVerifiedBadge?: boolean;
|
|
51852
|
+
/** @description The user's verified badge status. */
|
|
51853
|
+
isUnseen?: boolean;
|
|
51848
51854
|
/** @description The user description. */
|
|
51849
51855
|
description?: string;
|
|
51850
51856
|
/**
|
|
@@ -53051,30 +53057,15 @@ export interface components {
|
|
|
53051
53057
|
/** @description Zendesk (or similar forum provider) article ID for the client to build a redirect URL. */
|
|
53052
53058
|
articleId?: string;
|
|
53053
53059
|
};
|
|
53054
|
-
/**
|
|
53055
|
-
* @description Upsell UX treatment metadata appended to a playability response when an experience is
|
|
53056
|
-
* currently playable but will be restricted under upcoming Roblox-Core content rules.
|
|
53057
|
-
* Mirrors the existing Roblox.Games.Api.Models.Response.PlayableUxTreatment contract intentionally so client
|
|
53058
|
-
* rendering can be unified.
|
|
53059
|
-
*/
|
|
53060
|
+
/** @description Upsell UX treatment metadata appended to a playability response. */
|
|
53060
53061
|
"Roblox.Games.Api.Models.Response.UpsellUxTreatment": {
|
|
53061
|
-
/**
|
|
53062
|
-
* @description Identifier of the client component to render (currently "ageCheckUpsell").
|
|
53063
|
-
* Absent when the upsell should not surface.
|
|
53064
|
-
*/
|
|
53062
|
+
/** @description Identifier of the client component to render. */
|
|
53065
53063
|
treatment?: string;
|
|
53066
53064
|
data?: components["schemas"]["Roblox.Games.Api.Models.Response.UpsellUxTreatmentData"];
|
|
53067
53065
|
};
|
|
53068
|
-
/**
|
|
53069
|
-
* @description Localized strings for an Roblox.Games.Api.Models.Response.UpsellUxTreatment. Currently only carries
|
|
53070
|
-
* Roblox.Games.Api.Models.Response.UpsellUxTreatmentData.BodyText; structured to allow additional fields without breaking the
|
|
53071
|
-
* JSON contract.
|
|
53072
|
-
*/
|
|
53066
|
+
/** @description Localized strings for an Roblox.Games.Api.Models.Response.UpsellUxTreatment. */
|
|
53073
53067
|
"Roblox.Games.Api.Models.Response.UpsellUxTreatmentData": {
|
|
53074
|
-
/**
|
|
53075
|
-
* @description Localized body text for the upsell banner (e.g. "You'll soon need an age check to
|
|
53076
|
-
* join this game.").
|
|
53077
|
-
*/
|
|
53068
|
+
/** @description Localized body text for the upsell. */
|
|
53078
53069
|
bodyText?: string;
|
|
53079
53070
|
};
|
|
53080
53071
|
/** @description ApiPageResponse for blocked keywords */
|
|
@@ -62367,6 +62358,8 @@ export interface operations {
|
|
|
62367
62358
|
* ExperienceUserConfig
|
|
62368
62359
|
*
|
|
62369
62360
|
* JourneysConfig
|
|
62361
|
+
*
|
|
62362
|
+
* AntiCheatConfig
|
|
62370
62363
|
*/
|
|
62371
62364
|
repository: components["schemas"]["Repository"];
|
|
62372
62365
|
};
|
|
@@ -62432,6 +62425,8 @@ export interface operations {
|
|
|
62432
62425
|
* ExperienceUserConfig
|
|
62433
62426
|
*
|
|
62434
62427
|
* JourneysConfig
|
|
62428
|
+
*
|
|
62429
|
+
* AntiCheatConfig
|
|
62435
62430
|
*/
|
|
62436
62431
|
repository: components["schemas"]["Repository"];
|
|
62437
62432
|
};
|
|
@@ -62497,6 +62492,8 @@ export interface operations {
|
|
|
62497
62492
|
* ExperienceUserConfig
|
|
62498
62493
|
*
|
|
62499
62494
|
* JourneysConfig
|
|
62495
|
+
*
|
|
62496
|
+
* AntiCheatConfig
|
|
62500
62497
|
*/
|
|
62501
62498
|
repository: components["schemas"]["Repository"];
|
|
62502
62499
|
};
|
|
@@ -62569,6 +62566,8 @@ export interface operations {
|
|
|
62569
62566
|
* ExperienceUserConfig
|
|
62570
62567
|
*
|
|
62571
62568
|
* JourneysConfig
|
|
62569
|
+
*
|
|
62570
|
+
* AntiCheatConfig
|
|
62572
62571
|
*/
|
|
62573
62572
|
repository: components["schemas"]["Repository"];
|
|
62574
62573
|
};
|
|
@@ -62641,6 +62640,8 @@ export interface operations {
|
|
|
62641
62640
|
* ExperienceUserConfig
|
|
62642
62641
|
*
|
|
62643
62642
|
* JourneysConfig
|
|
62643
|
+
*
|
|
62644
|
+
* AntiCheatConfig
|
|
62644
62645
|
*/
|
|
62645
62646
|
repository: components["schemas"]["Repository"];
|
|
62646
62647
|
};
|
|
@@ -62713,6 +62714,8 @@ export interface operations {
|
|
|
62713
62714
|
* ExperienceUserConfig
|
|
62714
62715
|
*
|
|
62715
62716
|
* JourneysConfig
|
|
62717
|
+
*
|
|
62718
|
+
* AntiCheatConfig
|
|
62716
62719
|
*/
|
|
62717
62720
|
repository: components["schemas"]["Repository"];
|
|
62718
62721
|
};
|
|
@@ -62778,6 +62781,8 @@ export interface operations {
|
|
|
62778
62781
|
* ExperienceUserConfig
|
|
62779
62782
|
*
|
|
62780
62783
|
* JourneysConfig
|
|
62784
|
+
*
|
|
62785
|
+
* AntiCheatConfig
|
|
62781
62786
|
*/
|
|
62782
62787
|
repository: components["schemas"]["Repository"];
|
|
62783
62788
|
};
|
|
@@ -62865,6 +62870,8 @@ export interface operations {
|
|
|
62865
62870
|
* ExperienceUserConfig
|
|
62866
62871
|
*
|
|
62867
62872
|
* JourneysConfig
|
|
62873
|
+
*
|
|
62874
|
+
* AntiCheatConfig
|
|
62868
62875
|
*/
|
|
62869
62876
|
repository: components["schemas"]["Repository"];
|
|
62870
62877
|
};
|
|
@@ -62930,6 +62937,8 @@ export interface operations {
|
|
|
62930
62937
|
* ExperienceUserConfig
|
|
62931
62938
|
*
|
|
62932
62939
|
* JourneysConfig
|
|
62940
|
+
*
|
|
62941
|
+
* AntiCheatConfig
|
|
62933
62942
|
*/
|
|
62934
62943
|
repository: components["schemas"]["Repository"];
|
|
62935
62944
|
revisionId: string;
|
|
@@ -64626,6 +64635,8 @@ export interface operations {
|
|
|
64626
64635
|
* @description The maximum number of game servers to return. The service might return
|
|
64627
64636
|
* fewer than this value. If unspecified, at most 25 game servers are
|
|
64628
64637
|
* returned. The maximum value is 100 and higher values are set to 100.
|
|
64638
|
+
* Zero returns no game servers and only the total count, for callers that
|
|
64639
|
+
* need the count without paging through rows.
|
|
64629
64640
|
*/
|
|
64630
64641
|
MaxPageSize?: number;
|
|
64631
64642
|
/**
|