@jacobhumston/roblox-openapi-ts 1.0.46 → 1.0.48
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 +18 -155
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -6787,13 +6787,6 @@ export interface paths {
|
|
|
6787
6787
|
};
|
|
6788
6788
|
content?: never;
|
|
6789
6789
|
};
|
|
6790
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
6791
|
-
401: {
|
|
6792
|
-
headers: {
|
|
6793
|
-
[name: string]: unknown;
|
|
6794
|
-
};
|
|
6795
|
-
content?: never;
|
|
6796
|
-
};
|
|
6797
6790
|
/** @description 0: An unknown error occurred. */
|
|
6798
6791
|
500: {
|
|
6799
6792
|
headers: {
|
|
@@ -12646,79 +12639,6 @@ export interface paths {
|
|
|
12646
12639
|
patch?: never;
|
|
12647
12640
|
trace?: never;
|
|
12648
12641
|
};
|
|
12649
|
-
"/v1/auto-localization-table/games/{gameId}/ingestion": {
|
|
12650
|
-
parameters: {
|
|
12651
|
-
query?: never;
|
|
12652
|
-
header?: never;
|
|
12653
|
-
path?: never;
|
|
12654
|
-
cookie?: never;
|
|
12655
|
-
};
|
|
12656
|
-
get?: never;
|
|
12657
|
-
put?: never;
|
|
12658
|
-
post?: never;
|
|
12659
|
-
delete?: never;
|
|
12660
|
-
options?: never;
|
|
12661
|
-
head?: never;
|
|
12662
|
-
/** Ingests entries for auto localization. Needs to be an authorized user. */
|
|
12663
|
-
patch: {
|
|
12664
|
-
parameters: {
|
|
12665
|
-
query?: never;
|
|
12666
|
-
header?: never;
|
|
12667
|
-
path: {
|
|
12668
|
-
/** @description The game id. */
|
|
12669
|
-
gameId: number;
|
|
12670
|
-
};
|
|
12671
|
-
cookie?: never;
|
|
12672
|
-
};
|
|
12673
|
-
requestBody: components["requestBodies"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
12674
|
-
responses: {
|
|
12675
|
-
/** @description OK */
|
|
12676
|
-
200: {
|
|
12677
|
-
headers: {
|
|
12678
|
-
[name: string]: unknown;
|
|
12679
|
-
};
|
|
12680
|
-
content: {
|
|
12681
|
-
"application/json": Record<string, never>;
|
|
12682
|
-
"text/json": Record<string, never>;
|
|
12683
|
-
};
|
|
12684
|
-
};
|
|
12685
|
-
/**
|
|
12686
|
-
* @description 10: Maximum entries exceeded. Please keep the number of entries per request below the maximum.
|
|
12687
|
-
* 13: Request body can't be null
|
|
12688
|
-
* 16: Entries can't be null or empty
|
|
12689
|
-
* 34: Actor provided is invalid
|
|
12690
|
-
*/
|
|
12691
|
-
400: {
|
|
12692
|
-
headers: {
|
|
12693
|
-
[name: string]: unknown;
|
|
12694
|
-
};
|
|
12695
|
-
content?: never;
|
|
12696
|
-
};
|
|
12697
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
12698
|
-
401: {
|
|
12699
|
-
headers: {
|
|
12700
|
-
[name: string]: unknown;
|
|
12701
|
-
};
|
|
12702
|
-
content?: never;
|
|
12703
|
-
};
|
|
12704
|
-
/** @description 0: Token Validation Failed */
|
|
12705
|
-
403: {
|
|
12706
|
-
headers: {
|
|
12707
|
-
[name: string]: unknown;
|
|
12708
|
-
};
|
|
12709
|
-
content?: never;
|
|
12710
|
-
};
|
|
12711
|
-
/** @description 17: Feature is disabled */
|
|
12712
|
-
503: {
|
|
12713
|
-
headers: {
|
|
12714
|
-
[name: string]: unknown;
|
|
12715
|
-
};
|
|
12716
|
-
content?: never;
|
|
12717
|
-
};
|
|
12718
|
-
};
|
|
12719
|
-
};
|
|
12720
|
-
trace?: never;
|
|
12721
|
-
};
|
|
12722
12642
|
"/v1/autolocalization/games/{gameId}/autolocalizationtable#localizationtables.roblox.com": {
|
|
12723
12643
|
parameters: {
|
|
12724
12644
|
query?: never;
|
|
@@ -17584,13 +17504,6 @@ export interface paths {
|
|
|
17584
17504
|
};
|
|
17585
17505
|
content?: never;
|
|
17586
17506
|
};
|
|
17587
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
17588
|
-
401: {
|
|
17589
|
-
headers: {
|
|
17590
|
-
[name: string]: unknown;
|
|
17591
|
-
};
|
|
17592
|
-
content?: never;
|
|
17593
|
-
};
|
|
17594
17507
|
/** @description 0: An unknown error occurred. */
|
|
17595
17508
|
500: {
|
|
17596
17509
|
headers: {
|
|
@@ -42898,7 +42811,7 @@ export interface paths {
|
|
|
42898
42811
|
parameters: {
|
|
42899
42812
|
query: {
|
|
42900
42813
|
/** @description The asset types to query. */
|
|
42901
|
-
assetTypes: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94)[];
|
|
42814
|
+
assetTypes: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95)[];
|
|
42902
42815
|
/** @description Filters moderated assets when enabled. */
|
|
42903
42816
|
filterDisapprovedAssets?: boolean;
|
|
42904
42817
|
/** @description Filters moderated assets and assets pending review when enabled. */
|
|
@@ -53071,6 +52984,7 @@ export interface components {
|
|
|
53071
52984
|
success?: boolean;
|
|
53072
52985
|
/** @description Captcha is set to true if captcha is required from user to perform action */
|
|
53073
52986
|
isCaptchaRequired?: boolean;
|
|
52987
|
+
notificationMuted?: boolean;
|
|
53074
52988
|
};
|
|
53075
52989
|
/** @description Response model for following or followers Count */
|
|
53076
52990
|
"Roblox.Friends.Api.FollowCountResponse": {
|
|
@@ -55649,10 +55563,10 @@ export interface components {
|
|
|
55649
55563
|
name?: string;
|
|
55650
55564
|
/**
|
|
55651
55565
|
* Format: int32
|
|
55652
|
-
* @description The asset type id of asset with id Roblox.Inventory.Api.V2.UserAssetItemModelV2.AssetId. ['Image' = 1, 'TShirt' = 2, 'Audio' = 3, 'Mesh' = 4, 'Lua' = 5, 'HTML' = 6, 'Text' = 7, 'Hat' = 8, 'Place' = 9, 'Model' = 10, 'Shirt' = 11, 'Pants' = 12, 'Decal' = 13, 'Avatar' = 16, 'Head' = 17, 'Face' = 18, 'Gear' = 19, 'Badge' = 21, 'GroupEmblem' = 22, 'Animation' = 24, 'Arms' = 25, 'Legs' = 26, 'Torso' = 27, 'RightArm' = 28, 'LeftArm' = 29, 'LeftLeg' = 30, 'RightLeg' = 31, 'Package' = 32, 'YouTubeVideo' = 33, 'GamePass' = 34, 'App' = 35, 'Code' = 37, 'Plugin' = 38, 'SolidModel' = 39, 'MeshPart' = 40, 'HairAccessory' = 41, 'FaceAccessory' = 42, 'NeckAccessory' = 43, 'ShoulderAccessory' = 44, 'FrontAccessory' = 45, 'BackAccessory' = 46, 'WaistAccessory' = 47, 'ClimbAnimation' = 48, 'DeathAnimation' = 49, 'FallAnimation' = 50, 'IdleAnimation' = 51, 'JumpAnimation' = 52, 'RunAnimation' = 53, 'SwimAnimation' = 54, 'WalkAnimation' = 55, 'PoseAnimation' = 56, 'LocalizationTableManifest' = 59, 'LocalizationTableTranslation' = 60, 'EmoteAnimation' = 61, 'Video' = 62, 'TexturePack' = 63, 'TShirtAccessory' = 64, 'ShirtAccessory' = 65, 'PantsAccessory' = 66, 'JacketAccessory' = 67, 'SweaterAccessory' = 68, 'ShortsAccessory' = 69, 'LeftShoeAccessory' = 70, 'RightShoeAccessory' = 71, 'DressSkirtAccessory' = 72, 'FontFamily' = 73, 'FontFace' = 74, 'MeshHiddenSurfaceRemoval' = 75, 'EyebrowAccessory' = 76, 'EyelashAccessory' = 77, 'MoodAnimation' = 78, 'DynamicHead' = 79, 'CodeSnippet' = 80, 'AdsVideo' = 81, 'OtaUpdate' = 82, 'Screenshot' = 83, 'RuntimePropertySet' = 84, 'StorePreviewVideo' = 85, 'GamePreviewVideo' = 86, 'CreatorExperienceConfig' = 87, 'FaceMakeup' = 88, 'LipMakeup' = 89, 'EyeMakeup' = 90, 'VoxelFragment' = 91, 'AvatarBackground' = 92, 'TextDocument' = 93, 'Post' = 94]
|
|
55566
|
+
* @description The asset type id of asset with id Roblox.Inventory.Api.V2.UserAssetItemModelV2.AssetId. ['Image' = 1, 'TShirt' = 2, 'Audio' = 3, 'Mesh' = 4, 'Lua' = 5, 'HTML' = 6, 'Text' = 7, 'Hat' = 8, 'Place' = 9, 'Model' = 10, 'Shirt' = 11, 'Pants' = 12, 'Decal' = 13, 'Avatar' = 16, 'Head' = 17, 'Face' = 18, 'Gear' = 19, 'Badge' = 21, 'GroupEmblem' = 22, 'Animation' = 24, 'Arms' = 25, 'Legs' = 26, 'Torso' = 27, 'RightArm' = 28, 'LeftArm' = 29, 'LeftLeg' = 30, 'RightLeg' = 31, 'Package' = 32, 'YouTubeVideo' = 33, 'GamePass' = 34, 'App' = 35, 'Code' = 37, 'Plugin' = 38, 'SolidModel' = 39, 'MeshPart' = 40, 'HairAccessory' = 41, 'FaceAccessory' = 42, 'NeckAccessory' = 43, 'ShoulderAccessory' = 44, 'FrontAccessory' = 45, 'BackAccessory' = 46, 'WaistAccessory' = 47, 'ClimbAnimation' = 48, 'DeathAnimation' = 49, 'FallAnimation' = 50, 'IdleAnimation' = 51, 'JumpAnimation' = 52, 'RunAnimation' = 53, 'SwimAnimation' = 54, 'WalkAnimation' = 55, 'PoseAnimation' = 56, 'LocalizationTableManifest' = 59, 'LocalizationTableTranslation' = 60, 'EmoteAnimation' = 61, 'Video' = 62, 'TexturePack' = 63, 'TShirtAccessory' = 64, 'ShirtAccessory' = 65, 'PantsAccessory' = 66, 'JacketAccessory' = 67, 'SweaterAccessory' = 68, 'ShortsAccessory' = 69, 'LeftShoeAccessory' = 70, 'RightShoeAccessory' = 71, 'DressSkirtAccessory' = 72, 'FontFamily' = 73, 'FontFace' = 74, 'MeshHiddenSurfaceRemoval' = 75, 'EyebrowAccessory' = 76, 'EyelashAccessory' = 77, 'MoodAnimation' = 78, 'DynamicHead' = 79, 'CodeSnippet' = 80, 'AdsVideo' = 81, 'OtaUpdate' = 82, 'Screenshot' = 83, 'RuntimePropertySet' = 84, 'StorePreviewVideo' = 85, 'GamePreviewVideo' = 86, 'CreatorExperienceConfig' = 87, 'FaceMakeup' = 88, 'LipMakeup' = 89, 'EyeMakeup' = 90, 'VoxelFragment' = 91, 'AvatarBackground' = 92, 'TextDocument' = 93, 'Post' = 94, 'AnimatedImage' = 95]
|
|
55653
55567
|
* @enum {integer}
|
|
55654
55568
|
*/
|
|
55655
|
-
assetType?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94;
|
|
55569
|
+
assetType?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95;
|
|
55656
55570
|
/**
|
|
55657
55571
|
* Format: date-time
|
|
55658
55572
|
* @description The created date time of the user asset.
|
|
@@ -55911,21 +55825,6 @@ export interface components {
|
|
|
55911
55825
|
/** @description Is Quota UI Enabled for Automatic Translations */
|
|
55912
55826
|
isAutomaticTranslationQuotaUIEnabled?: boolean;
|
|
55913
55827
|
};
|
|
55914
|
-
"Roblox.LocalizationTables.Api.AutoScrapeEntry": {
|
|
55915
|
-
context?: string;
|
|
55916
|
-
source?: string;
|
|
55917
|
-
screenshot?: string;
|
|
55918
|
-
meta?: components["schemas"]["Roblox.LocalizationTables.Api.AutoScrapeEntryMetadata"];
|
|
55919
|
-
};
|
|
55920
|
-
"Roblox.LocalizationTables.Api.AutoScrapeEntryMetadata": {
|
|
55921
|
-
text?: string;
|
|
55922
|
-
/** Format: int64 */
|
|
55923
|
-
userId?: number;
|
|
55924
|
-
osPlatform?: string;
|
|
55925
|
-
/** Format: uuid */
|
|
55926
|
-
sessionId?: string;
|
|
55927
|
-
matchedEntry?: components["schemas"]["Roblox.LocalizationTables.Api.MatchedEntry"];
|
|
55928
|
-
};
|
|
55929
55828
|
"Roblox.LocalizationTables.Api.CreateTableRequest": {
|
|
55930
55829
|
name?: string;
|
|
55931
55830
|
/** @enum {string} */
|
|
@@ -55950,7 +55849,7 @@ export interface components {
|
|
|
55950
55849
|
*/
|
|
55951
55850
|
count?: number;
|
|
55952
55851
|
/**
|
|
55953
|
-
* @description In which order the data is sorted.
|
|
55852
|
+
* @description In which order the data is sorted.
|
|
55954
55853
|
* @enum {string}
|
|
55955
55854
|
*/
|
|
55956
55855
|
sortOrder?: "Asc" | "Desc";
|
|
@@ -56060,6 +55959,8 @@ export interface components {
|
|
|
56060
55959
|
sourceLanguage?: string;
|
|
56061
55960
|
/** Format: int64 */
|
|
56062
55961
|
assetId?: number;
|
|
55962
|
+
shouldUseImageLocalizationTable?: boolean;
|
|
55963
|
+
isAutoLocalizationForImageEnabled?: boolean;
|
|
56063
55964
|
};
|
|
56064
55965
|
"Roblox.LocalizationTables.Api.GetLimitsResponse": {
|
|
56065
55966
|
entryOperationLimits?: components["schemas"]["Roblox.LocalizationTables.Api.EntryOperationLimits"];
|
|
@@ -56116,7 +56017,7 @@ export interface components {
|
|
|
56116
56017
|
id?: string;
|
|
56117
56018
|
name?: string;
|
|
56118
56019
|
/**
|
|
56119
|
-
* @description Enum for valid OwnerTypes.
|
|
56020
|
+
* @description Enum for valid OwnerTypes.
|
|
56120
56021
|
* @enum {string}
|
|
56121
56022
|
*/
|
|
56122
56023
|
ownerType?: "User" | "Group";
|
|
@@ -56125,29 +56026,6 @@ export interface components {
|
|
|
56125
56026
|
/** Format: int64 */
|
|
56126
56027
|
assetId?: number;
|
|
56127
56028
|
};
|
|
56128
|
-
/** @description An ingest content request to IngestAutoScrapedContentForGame. */
|
|
56129
|
-
"Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
|
|
56130
|
-
/** @description The entries of an ingest content request. */
|
|
56131
|
-
entries?: components["schemas"]["Roblox.LocalizationTables.Api.AutoScrapeEntry"][];
|
|
56132
|
-
metadata?: components["schemas"]["Roblox.LocalizationTables.Api.IngestContentMetadata"];
|
|
56133
|
-
};
|
|
56134
|
-
/** @description The metadata of an ingest content request. */
|
|
56135
|
-
"Roblox.LocalizationTables.Api.IngestContentMetadata": {
|
|
56136
|
-
placeInformation?: components["schemas"]["Roblox.LocalizationTables.Api.IngestContentMetadataPlaceInformation"];
|
|
56137
|
-
};
|
|
56138
|
-
/** @description The place information metadata of an ingest content request. */
|
|
56139
|
-
"Roblox.LocalizationTables.Api.IngestContentMetadataPlaceInformation": {
|
|
56140
|
-
/**
|
|
56141
|
-
* Format: int64
|
|
56142
|
-
* @description The place id of an ingest content request.
|
|
56143
|
-
*/
|
|
56144
|
-
placeId?: number;
|
|
56145
|
-
/**
|
|
56146
|
-
* Format: int32
|
|
56147
|
-
* @description The place version number of an ingest content request.
|
|
56148
|
-
*/
|
|
56149
|
-
placeVersionNumber?: number;
|
|
56150
|
-
};
|
|
56151
56029
|
"Roblox.LocalizationTables.Api.LocalizationTablesMetadataResponse": {
|
|
56152
56030
|
/** @description Is bulk upload feature enabled */
|
|
56153
56031
|
isBulkUploadFeatureEnabled?: boolean;
|
|
@@ -56162,11 +56040,6 @@ export interface components {
|
|
|
56162
56040
|
/** @description Is filter for automatic translations on UI is enabled */
|
|
56163
56041
|
isAutomaticTranslationFilterEnabled?: boolean;
|
|
56164
56042
|
};
|
|
56165
|
-
"Roblox.LocalizationTables.Api.MatchedEntry": {
|
|
56166
|
-
source?: string;
|
|
56167
|
-
/** Format: int32 */
|
|
56168
|
-
matchedParamIndex?: number;
|
|
56169
|
-
};
|
|
56170
56043
|
"Roblox.LocalizationTables.Api.ModifiedEntry": {
|
|
56171
56044
|
identifier?: components["schemas"]["Roblox.LocalizationTables.Api.EntryIdentifier"];
|
|
56172
56045
|
translations?: components["schemas"]["Roblox.LocalizationTables.Api.Translation"][];
|
|
@@ -56194,6 +56067,8 @@ export interface components {
|
|
|
56194
56067
|
isAutomaticEntriesSettingEnabled?: boolean;
|
|
56195
56068
|
isAutomaticEntriesDeletionsEnabled?: boolean;
|
|
56196
56069
|
shouldUseLocalizationTable?: boolean;
|
|
56070
|
+
shouldUseImageLocalizationTable?: boolean;
|
|
56071
|
+
isAutoLocalizationForImageEnabled?: boolean;
|
|
56197
56072
|
};
|
|
56198
56073
|
"Roblox.LocalizationTables.Api.SetAutolocalizationTableForGameRequest": {
|
|
56199
56074
|
/** Format: uuid */
|
|
@@ -60345,13 +60220,6 @@ export interface components {
|
|
|
60345
60220
|
"text/json": components["schemas"]["Roblox.Groups.Api.PayoutRequest"];
|
|
60346
60221
|
};
|
|
60347
60222
|
};
|
|
60348
|
-
/** @description The request body. */
|
|
60349
|
-
"Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
|
|
60350
|
-
content: {
|
|
60351
|
-
"application/json": components["schemas"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
60352
|
-
"text/json": components["schemas"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
60353
|
-
};
|
|
60354
|
-
};
|
|
60355
60223
|
"Roblox.PrivateMessages.Api.Models.BatchMessagesRequest": {
|
|
60356
60224
|
content: {
|
|
60357
60225
|
"application/json": components["schemas"]["Roblox.PrivateMessages.Api.Models.BatchMessagesRequest"];
|
|
@@ -66806,28 +66674,23 @@ export interface operations {
|
|
|
66806
66674
|
parameters: {
|
|
66807
66675
|
query?: {
|
|
66808
66676
|
/**
|
|
66809
|
-
* @description The maximum number of
|
|
66810
|
-
*
|
|
66811
|
-
* returned. The maximum value is 100 and higher values are set to 100.
|
|
66677
|
+
* @description The maximum number of log entries to return. Defaults to 25 and values above 100 are
|
|
66678
|
+
* capped at 100.
|
|
66812
66679
|
*/
|
|
66813
66680
|
MaxPageSize?: number;
|
|
66814
66681
|
/**
|
|
66815
|
-
* @description
|
|
66816
|
-
*
|
|
66817
|
-
* match the call that provided the page token.
|
|
66682
|
+
* @description An opaque token from a previous response. Preserve the other query parameters when
|
|
66683
|
+
* requesting the next page.
|
|
66818
66684
|
*/
|
|
66819
66685
|
PageToken?: string;
|
|
66820
66686
|
/**
|
|
66821
|
-
* @description
|
|
66822
|
-
*
|
|
66823
|
-
* Defaults to ascending, but descending ordering is also supported by
|
|
66824
|
-
* including the " desc" suffix. For example: "orderBy": "uptime desc".
|
|
66687
|
+
* @description Sorts by `message_timestamp` or `log_severity`. Append ` desc` for descending order.
|
|
66688
|
+
* Each endpoint defines its own default when this value is omitted.
|
|
66825
66689
|
*/
|
|
66826
66690
|
OrderBy?: string;
|
|
66827
66691
|
/**
|
|
66828
|
-
* @description
|
|
66829
|
-
*
|
|
66830
|
-
* - Supported operators &&, <, <=, >, >=, ==, and `in`
|
|
66692
|
+
* @description Filters log entries with CEL. Use `severity` with equality or `in`, `message_timestamp`
|
|
66693
|
+
* with comparisons, or `search` with equality or inequality for case-insensitive full-text matching.
|
|
66831
66694
|
*/
|
|
66832
66695
|
Filter?: string;
|
|
66833
66696
|
};
|