@maxim_mazurok/gapi.client.cloudsupport-v2 0.0.20240327 → 0.0.20240403
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/index.d.ts +6 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://cloudsupport.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240403
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -100,15 +100,15 @@ declare namespace gapi.client {
|
|
|
100
100
|
}
|
|
101
101
|
interface CloseCaseRequest {}
|
|
102
102
|
interface Comment {
|
|
103
|
-
/** The full comment body. Maximum of 12800 characters.
|
|
103
|
+
/** The full comment body. Maximum of 12800 characters. */
|
|
104
104
|
body?: string;
|
|
105
|
-
/** Output only. The time when
|
|
105
|
+
/** Output only. The time when the comment was created. */
|
|
106
106
|
createTime?: string;
|
|
107
|
-
/** Output only. The user or Google Support agent created
|
|
107
|
+
/** Output only. The user or Google Support agent who created the comment. */
|
|
108
108
|
creator?: Actor;
|
|
109
|
-
/** Output only. The resource name
|
|
109
|
+
/** Output only. Identifier. The resource name of the comment. */
|
|
110
110
|
name?: string;
|
|
111
|
-
/** Output only. DEPRECATED.
|
|
111
|
+
/** Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons. */
|
|
112
112
|
plainTextBody?: string;
|
|
113
113
|
}
|
|
114
114
|
interface CompositeMedia {
|