mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 22:07:15 +00:00
chore: buf format
This commit is contained in:
parent
c356bc03e5
commit
8d6ad68d47
@ -79,14 +79,13 @@ message Shortcut {
|
|||||||
|
|
||||||
message OpenGraphMetadata {
|
message OpenGraphMetadata {
|
||||||
string title = 1;
|
string title = 1;
|
||||||
|
|
||||||
string description = 2;
|
string description = 2;
|
||||||
|
|
||||||
string image = 3;
|
string image = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
message ListShortcutsRequest {}
|
message ListShortcutsRequest {}
|
||||||
|
|
||||||
message ListShortcutsResponse {
|
message ListShortcutsResponse {
|
||||||
@ -120,13 +119,14 @@ message GetShortcutAnalyticsRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message GetShortcutAnalyticsResponse {
|
message GetShortcutAnalyticsResponse {
|
||||||
message AnalyticsItem {
|
|
||||||
string name = 1;
|
|
||||||
int32 count = 2;
|
|
||||||
}
|
|
||||||
repeated AnalyticsItem references = 1;
|
repeated AnalyticsItem references = 1;
|
||||||
|
|
||||||
repeated AnalyticsItem devices = 2;
|
repeated AnalyticsItem devices = 2;
|
||||||
|
|
||||||
repeated AnalyticsItem browsers = 3;
|
repeated AnalyticsItem browsers = 3;
|
||||||
|
|
||||||
|
message AnalyticsItem {
|
||||||
|
string name = 1;
|
||||||
|
int32 count = 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -774,7 +774,9 @@ definitions:
|
|||||||
expiresAt:
|
expiresAt:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
description: "expires_at is the expiration time of the access token.\r\nIf expires_at is not set, the access token will never expire."
|
description: |-
|
||||||
|
expires_at is the expiration time of the access token.
|
||||||
|
If expires_at is not set, the access token will never expire.
|
||||||
apiv1Collection:
|
apiv1Collection:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@ -1205,7 +1207,9 @@ definitions:
|
|||||||
description: The custom style.
|
description: The custom style.
|
||||||
owner:
|
owner:
|
||||||
type: string
|
type: string
|
||||||
title: "The owner name.\r\nFormat: \"users/{id}\""
|
title: |-
|
||||||
|
The owner name.
|
||||||
|
Format: "users/{id}"
|
||||||
branding:
|
branding:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
|
Loading…
x
Reference in New Issue
Block a user