@pushwoosh/rpc-v2-http-api-data 0.1.831 → 0.1.832
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/account_groups.js +1 -0
- package/account_invites.js +1 -0
- package/account_overview.js +1 -0
- package/account_users.js +1 -0
- package/accounts.js +1 -0
- package/accounts_get_auth_info.js +1 -0
- package/api_tokens.js +1 -0
- package/applications.js +1 -0
- package/applications_alerts.js +1 -0
- package/applications_configurations.js +1 -0
- package/applications_email_froms.js +1 -0
- package/applications_groups.js +1 -0
- package/applications_info.js +1 -0
- package/applications_sounds.js +1 -0
- package/applications_statistics.js +1 -0
- package/campaigns.js +1 -0
- package/categories.js +1 -0
- package/cloud_pages.js +1 -0
- package/commonTypes.js +1 -0
- package/customer_journey.js +1 -0
- package/data.js +28 -1
- package/deeplinks.js +1 -0
- package/devices.js +1 -0
- package/email_categories.js +1 -0
- package/emails_configurations.js +1 -0
- package/events.js +1 -0
- package/export_messages.js +1 -0
- package/filters.js +1 -0
- package/frequency_capping.js +1 -0
- package/geozones.js +1 -0
- package/geozones_clusters.js +1 -0
- package/inapp_messages.js +1 -0
- package/index.js +1 -0
- package/integrations.js +1 -0
- package/internal_alerts.js +1 -0
- package/ios_categories.js +1 -0
- package/kakao_presets.js +1 -0
- package/line_presets.js +1 -0
- package/media_files.d.ts +9 -0
- package/media_files.js +1 -0
- package/messages.js +1 -0
- package/package.json +1 -1
- package/presets.js +1 -0
- package/pushwoosh_accounts_alerts_v1.js +1 -0
- package/pushwoosh_channels_messagingApi_v2.d.ts +3 -1
- package/pushwoosh_channels_messagingApi_v2.js +1 -0
- package/pushwoosh_export_messages_v2.js +1 -0
- package/pushwoosh_objects_filters_v1.js +1 -0
- package/pushwoosh_objects_restrictionValues_v1.js +1 -0
- package/pushwoosh_rpc_errors_v3.js +1 -0
- package/pushwoosh_rpc_segments_v3.js +1 -0
- package/referral_partners.js +1 -0
- package/restrictions.js +1 -0
- package/rich_medias.js +1 -0
- package/segment_statistics.js +1 -0
- package/send_rate.js +1 -0
- package/sms_presets.js +1 -0
- package/statistics_dashboards.js +1 -0
- package/statistics_dashboards_widgets.js +1 -0
- package/subscription_prompt.js +1 -0
- package/tags.js +1 -0
- package/test_devices.js +1 -0
- package/types.d.ts +1 -0
- package/users.js +1 -0
- package/vouchers.js +1 -0
- package/whatsapp.js +1 -0
- package/whatsapp_presets.js +1 -0
- package/google_api.d.ts +0 -40
- package/google_api.js +0 -2
- package/google_protobuf.d.ts +0 -259
- package/google_protobuf.js +0 -2
package/account_groups.js
CHANGED
package/account_invites.js
CHANGED
package/account_overview.js
CHANGED
package/account_users.js
CHANGED
package/accounts.js
CHANGED
package/api_tokens.js
CHANGED
package/applications.js
CHANGED
package/applications_alerts.js
CHANGED
package/applications_groups.js
CHANGED
package/applications_info.js
CHANGED
package/applications_sounds.js
CHANGED
package/campaigns.js
CHANGED
package/categories.js
CHANGED
package/cloud_pages.js
CHANGED
package/commonTypes.js
CHANGED
package/customer_journey.js
CHANGED
package/data.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
+
/* Autogenerated code */
|
|
2
3
|
export const data = {
|
|
3
4
|
"pushwoosh.rpc_v2.account_groups.AccountGroupsService": {
|
|
4
5
|
"type": "S",
|
|
@@ -4250,7 +4251,8 @@ export const data = {
|
|
|
4250
4251
|
"request": "pushwoosh.channels.messagingApi.v2.NotifyStreamRequest",
|
|
4251
4252
|
"response": "pushwoosh.channels.messagingApi.v2.NotifyStreamResponse",
|
|
4252
4253
|
"method": "post",
|
|
4253
|
-
"path": "/messaging/v2/notify_stream"
|
|
4254
|
+
"path": "/messaging/v2/notify_stream",
|
|
4255
|
+
"serverStreaming": true
|
|
4254
4256
|
}
|
|
4255
4257
|
}
|
|
4256
4258
|
},
|
|
@@ -11809,6 +11811,31 @@ export const data = {
|
|
|
11809
11811
|
}
|
|
11810
11812
|
}
|
|
11811
11813
|
},
|
|
11814
|
+
"pushwoosh.rpc_v2.media_files.UploadMediaFileRequest": {
|
|
11815
|
+
"type": "I",
|
|
11816
|
+
"fields": {
|
|
11817
|
+
"application": {
|
|
11818
|
+
"type": "string"
|
|
11819
|
+
},
|
|
11820
|
+
"filename": {
|
|
11821
|
+
"type": "string"
|
|
11822
|
+
},
|
|
11823
|
+
"data": {
|
|
11824
|
+
"type": "string"
|
|
11825
|
+
},
|
|
11826
|
+
"mimeType": {
|
|
11827
|
+
"type": "string"
|
|
11828
|
+
}
|
|
11829
|
+
}
|
|
11830
|
+
},
|
|
11831
|
+
"pushwoosh.rpc_v2.media_files.UploadMediaFileResponse": {
|
|
11832
|
+
"type": "I",
|
|
11833
|
+
"fields": {
|
|
11834
|
+
"file": {
|
|
11835
|
+
"type": "pushwoosh.rpc_v2.media_files.MediaFile"
|
|
11836
|
+
}
|
|
11837
|
+
}
|
|
11838
|
+
},
|
|
11812
11839
|
"pushwoosh.rpc_v2.media_files.ListMediaFilesRequest": {
|
|
11813
11840
|
"type": "I",
|
|
11814
11841
|
"fields": {
|
package/deeplinks.js
CHANGED
package/devices.js
CHANGED
package/email_categories.js
CHANGED
package/emails_configurations.js
CHANGED
package/events.js
CHANGED
package/export_messages.js
CHANGED
package/filters.js
CHANGED
package/frequency_capping.js
CHANGED
package/geozones.js
CHANGED
package/geozones_clusters.js
CHANGED
package/inapp_messages.js
CHANGED
package/index.js
CHANGED
package/integrations.js
CHANGED
package/internal_alerts.js
CHANGED
package/ios_categories.js
CHANGED
package/kakao_presets.js
CHANGED
package/line_presets.js
CHANGED
package/media_files.d.ts
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
export interface MediaFilesService {
|
|
2
2
|
List(request: ListMediaFilesRequest): Promise<ListMediaFilesResponse>;
|
|
3
3
|
}
|
|
4
|
+
export type UploadMediaFileRequest = {
|
|
5
|
+
application: string;
|
|
6
|
+
filename: string;
|
|
7
|
+
data: string;
|
|
8
|
+
mimeType: string;
|
|
9
|
+
};
|
|
10
|
+
export type UploadMediaFileResponse = {
|
|
11
|
+
file: MediaFile;
|
|
12
|
+
};
|
|
4
13
|
export type ListMediaFilesRequest = {
|
|
5
14
|
application?: string;
|
|
6
15
|
page?: number;
|
package/media_files.js
CHANGED
package/messages.js
CHANGED
package/package.json
CHANGED
package/presets.js
CHANGED
|
@@ -3,7 +3,9 @@ import { FilterExpression as pushwoosh_objects_filters_v1_FilterExpression } fro
|
|
|
3
3
|
export interface MessagingService {
|
|
4
4
|
Notify(request: NotifyRequest): Promise<NotifyResponse>;
|
|
5
5
|
NotifyBulk(request: NotifyBulkRequest): Promise<NotifyBulkResponse>;
|
|
6
|
-
NotifyStream(request: NotifyStreamRequest
|
|
6
|
+
NotifyStream(request: NotifyStreamRequest, options?: {
|
|
7
|
+
signal?: AbortSignal;
|
|
8
|
+
}): AsyncIterable<NotifyStreamResponse>;
|
|
7
9
|
}
|
|
8
10
|
export type NotifyRequest_kind_segment = {
|
|
9
11
|
type: 'segment';
|
package/referral_partners.js
CHANGED
package/restrictions.js
CHANGED
package/rich_medias.js
CHANGED
package/segment_statistics.js
CHANGED
package/send_rate.js
CHANGED
package/sms_presets.js
CHANGED
package/statistics_dashboards.js
CHANGED
package/subscription_prompt.js
CHANGED
package/tags.js
CHANGED
package/test_devices.js
CHANGED
package/types.d.ts
CHANGED
package/users.js
CHANGED
package/vouchers.js
CHANGED
package/whatsapp.js
CHANGED
package/whatsapp_presets.js
CHANGED
package/google_api.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export type Http = {
|
|
2
|
-
rules: HttpRule[];
|
|
3
|
-
fullyDecodeReservedExpansion: boolean;
|
|
4
|
-
};
|
|
5
|
-
export type HttpRule_pattern_get = {
|
|
6
|
-
type: 'get';
|
|
7
|
-
data: string;
|
|
8
|
-
};
|
|
9
|
-
export type HttpRule_pattern_put = {
|
|
10
|
-
type: 'put';
|
|
11
|
-
data: string;
|
|
12
|
-
};
|
|
13
|
-
export type HttpRule_pattern_post = {
|
|
14
|
-
type: 'post';
|
|
15
|
-
data: string;
|
|
16
|
-
};
|
|
17
|
-
export type HttpRule_pattern_delete = {
|
|
18
|
-
type: 'delete';
|
|
19
|
-
data: string;
|
|
20
|
-
};
|
|
21
|
-
export type HttpRule_pattern_patch = {
|
|
22
|
-
type: 'patch';
|
|
23
|
-
data: string;
|
|
24
|
-
};
|
|
25
|
-
export type HttpRule_pattern_custom = {
|
|
26
|
-
type: 'custom';
|
|
27
|
-
data: CustomHttpPattern;
|
|
28
|
-
};
|
|
29
|
-
export type HttpRule_pattern = HttpRule_pattern_get | HttpRule_pattern_put | HttpRule_pattern_post | HttpRule_pattern_delete | HttpRule_pattern_patch | HttpRule_pattern_custom;
|
|
30
|
-
export type HttpRule = {
|
|
31
|
-
selector: string;
|
|
32
|
-
body: string;
|
|
33
|
-
responseBody: string;
|
|
34
|
-
additionalBindings: HttpRule[];
|
|
35
|
-
pattern: HttpRule_pattern;
|
|
36
|
-
};
|
|
37
|
-
export type CustomHttpPattern = {
|
|
38
|
-
kind: string;
|
|
39
|
-
path: string;
|
|
40
|
-
};
|
package/google_api.js
DELETED
package/google_protobuf.d.ts
DELETED
|
@@ -1,259 +0,0 @@
|
|
|
1
|
-
export type Any = {
|
|
2
|
-
typeUrl: string;
|
|
3
|
-
value: string;
|
|
4
|
-
};
|
|
5
|
-
export type FileDescriptorSet = {
|
|
6
|
-
file: FileDescriptorProto[];
|
|
7
|
-
};
|
|
8
|
-
export type FileDescriptorProto = {
|
|
9
|
-
name: string;
|
|
10
|
-
package: string;
|
|
11
|
-
dependency: string[];
|
|
12
|
-
publicDependency: number[];
|
|
13
|
-
weakDependency: number[];
|
|
14
|
-
messageType: DescriptorProto[];
|
|
15
|
-
enumType: EnumDescriptorProto[];
|
|
16
|
-
service: ServiceDescriptorProto[];
|
|
17
|
-
extension: FieldDescriptorProto[];
|
|
18
|
-
options: FileOptions;
|
|
19
|
-
sourceCodeInfo: SourceCodeInfo;
|
|
20
|
-
syntax: string;
|
|
21
|
-
};
|
|
22
|
-
export type DescriptorProto_ExtensionRange = {
|
|
23
|
-
start: number;
|
|
24
|
-
end: number;
|
|
25
|
-
options: ExtensionRangeOptions;
|
|
26
|
-
};
|
|
27
|
-
export type DescriptorProto_ReservedRange = {
|
|
28
|
-
start: number;
|
|
29
|
-
end: number;
|
|
30
|
-
};
|
|
31
|
-
export type DescriptorProto = {
|
|
32
|
-
name: string;
|
|
33
|
-
field: FieldDescriptorProto[];
|
|
34
|
-
extension: FieldDescriptorProto[];
|
|
35
|
-
nestedType: DescriptorProto[];
|
|
36
|
-
enumType: EnumDescriptorProto[];
|
|
37
|
-
extensionRange: DescriptorProto_ExtensionRange[];
|
|
38
|
-
oneofDecl: OneofDescriptorProto[];
|
|
39
|
-
options: MessageOptions;
|
|
40
|
-
reservedRange: DescriptorProto_ReservedRange[];
|
|
41
|
-
reservedName: string[];
|
|
42
|
-
};
|
|
43
|
-
export type ExtensionRangeOptions = {
|
|
44
|
-
uninterpretedOption: UninterpretedOption[];
|
|
45
|
-
};
|
|
46
|
-
export type FieldDescriptorProto_Type = 'TYPE_DOUBLE' | 'TYPE_FLOAT' | 'TYPE_INT64' | 'TYPE_UINT64' | 'TYPE_INT32' | 'TYPE_FIXED64' | 'TYPE_FIXED32' | 'TYPE_BOOL' | 'TYPE_STRING' | 'TYPE_GROUP' | 'TYPE_MESSAGE' | 'TYPE_BYTES' | 'TYPE_UINT32' | 'TYPE_ENUM' | 'TYPE_SFIXED32' | 'TYPE_SFIXED64' | 'TYPE_SINT32' | 'TYPE_SINT64';
|
|
47
|
-
export type FieldDescriptorProto_Label = 'LABEL_OPTIONAL' | 'LABEL_REQUIRED' | 'LABEL_REPEATED';
|
|
48
|
-
export type FieldDescriptorProto = {
|
|
49
|
-
name: string;
|
|
50
|
-
number: number;
|
|
51
|
-
label: FieldDescriptorProto_Label;
|
|
52
|
-
type: FieldDescriptorProto_Type;
|
|
53
|
-
typeName: string;
|
|
54
|
-
extendee: string;
|
|
55
|
-
defaultValue: string;
|
|
56
|
-
oneofIndex: number;
|
|
57
|
-
jsonName: string;
|
|
58
|
-
options: FieldOptions;
|
|
59
|
-
};
|
|
60
|
-
export type OneofDescriptorProto = {
|
|
61
|
-
name: string;
|
|
62
|
-
options: OneofOptions;
|
|
63
|
-
};
|
|
64
|
-
export type EnumDescriptorProto_EnumReservedRange = {
|
|
65
|
-
start: number;
|
|
66
|
-
end: number;
|
|
67
|
-
};
|
|
68
|
-
export type EnumDescriptorProto = {
|
|
69
|
-
name: string;
|
|
70
|
-
value: EnumValueDescriptorProto[];
|
|
71
|
-
options: EnumOptions;
|
|
72
|
-
reservedRange: EnumDescriptorProto_EnumReservedRange[];
|
|
73
|
-
reservedName: string[];
|
|
74
|
-
};
|
|
75
|
-
export type EnumValueDescriptorProto = {
|
|
76
|
-
name: string;
|
|
77
|
-
number: number;
|
|
78
|
-
options: EnumValueOptions;
|
|
79
|
-
};
|
|
80
|
-
export type ServiceDescriptorProto = {
|
|
81
|
-
name: string;
|
|
82
|
-
method: MethodDescriptorProto[];
|
|
83
|
-
options: ServiceOptions;
|
|
84
|
-
};
|
|
85
|
-
export type MethodDescriptorProto = {
|
|
86
|
-
name: string;
|
|
87
|
-
inputType: string;
|
|
88
|
-
outputType: string;
|
|
89
|
-
options: MethodOptions;
|
|
90
|
-
clientStreaming: boolean;
|
|
91
|
-
serverStreaming: boolean;
|
|
92
|
-
};
|
|
93
|
-
export type FileOptions_OptimizeMode = 'SPEED' | 'CODE_SIZE' | 'LITE_RUNTIME';
|
|
94
|
-
export type FileOptions = {
|
|
95
|
-
javaPackage: string;
|
|
96
|
-
javaOuterClassname: string;
|
|
97
|
-
javaMultipleFiles: boolean;
|
|
98
|
-
javaGenerateEqualsAndHash: boolean;
|
|
99
|
-
javaStringCheckUtf8: boolean;
|
|
100
|
-
optimizeFor: FileOptions_OptimizeMode;
|
|
101
|
-
goPackage: string;
|
|
102
|
-
ccGenericServices: boolean;
|
|
103
|
-
javaGenericServices: boolean;
|
|
104
|
-
pyGenericServices: boolean;
|
|
105
|
-
phpGenericServices: boolean;
|
|
106
|
-
deprecated: boolean;
|
|
107
|
-
ccEnableArenas: boolean;
|
|
108
|
-
objcClassPrefix: string;
|
|
109
|
-
csharpNamespace: string;
|
|
110
|
-
swiftPrefix: string;
|
|
111
|
-
phpClassPrefix: string;
|
|
112
|
-
phpNamespace: string;
|
|
113
|
-
phpMetadataNamespace: string;
|
|
114
|
-
rubyPackage: string;
|
|
115
|
-
uninterpretedOption: UninterpretedOption[];
|
|
116
|
-
};
|
|
117
|
-
export type MessageOptions = {
|
|
118
|
-
messageSetWireFormat: boolean;
|
|
119
|
-
noStandardDescriptorAccessor: boolean;
|
|
120
|
-
deprecated: boolean;
|
|
121
|
-
mapEntry: boolean;
|
|
122
|
-
uninterpretedOption: UninterpretedOption[];
|
|
123
|
-
};
|
|
124
|
-
export type FieldOptions_CType = 'STRING' | 'CORD' | 'STRING_PIECE';
|
|
125
|
-
export type FieldOptions_JSType = 'JS_NORMAL' | 'JS_STRING' | 'JS_NUMBER';
|
|
126
|
-
export type FieldOptions = {
|
|
127
|
-
ctype: FieldOptions_CType;
|
|
128
|
-
packed: boolean;
|
|
129
|
-
jstype: FieldOptions_JSType;
|
|
130
|
-
lazy: boolean;
|
|
131
|
-
deprecated: boolean;
|
|
132
|
-
weak: boolean;
|
|
133
|
-
uninterpretedOption: UninterpretedOption[];
|
|
134
|
-
};
|
|
135
|
-
export type OneofOptions = {
|
|
136
|
-
uninterpretedOption: UninterpretedOption[];
|
|
137
|
-
};
|
|
138
|
-
export type EnumOptions = {
|
|
139
|
-
allowAlias: boolean;
|
|
140
|
-
deprecated: boolean;
|
|
141
|
-
uninterpretedOption: UninterpretedOption[];
|
|
142
|
-
};
|
|
143
|
-
export type EnumValueOptions = {
|
|
144
|
-
deprecated: boolean;
|
|
145
|
-
uninterpretedOption: UninterpretedOption[];
|
|
146
|
-
};
|
|
147
|
-
export type ServiceOptions = {
|
|
148
|
-
deprecated: boolean;
|
|
149
|
-
uninterpretedOption: UninterpretedOption[];
|
|
150
|
-
};
|
|
151
|
-
export type MethodOptions_IdempotencyLevel = 'IDEMPOTENCY_UNKNOWN' | 'NO_SIDE_EFFECTS' | 'IDEMPOTENT';
|
|
152
|
-
export type MethodOptions = {
|
|
153
|
-
deprecated: boolean;
|
|
154
|
-
idempotencyLevel: MethodOptions_IdempotencyLevel;
|
|
155
|
-
uninterpretedOption: UninterpretedOption[];
|
|
156
|
-
};
|
|
157
|
-
export type UninterpretedOption_NamePart = {
|
|
158
|
-
namePart: string;
|
|
159
|
-
isExtension: boolean;
|
|
160
|
-
};
|
|
161
|
-
export type UninterpretedOption = {
|
|
162
|
-
name: UninterpretedOption_NamePart[];
|
|
163
|
-
identifierValue: string;
|
|
164
|
-
positiveIntValue: number;
|
|
165
|
-
negativeIntValue: number;
|
|
166
|
-
doubleValue: number;
|
|
167
|
-
stringValue: string;
|
|
168
|
-
aggregateValue: string;
|
|
169
|
-
};
|
|
170
|
-
export type SourceCodeInfo_Location = {
|
|
171
|
-
path: number[];
|
|
172
|
-
span: number[];
|
|
173
|
-
leadingComments: string;
|
|
174
|
-
trailingComments: string;
|
|
175
|
-
leadingDetachedComments: string[];
|
|
176
|
-
};
|
|
177
|
-
export type SourceCodeInfo = {
|
|
178
|
-
location: SourceCodeInfo_Location[];
|
|
179
|
-
};
|
|
180
|
-
export type GeneratedCodeInfo_Annotation = {
|
|
181
|
-
path: number[];
|
|
182
|
-
sourceFile: string;
|
|
183
|
-
begin: number;
|
|
184
|
-
end: number;
|
|
185
|
-
};
|
|
186
|
-
export type GeneratedCodeInfo = {
|
|
187
|
-
annotation: GeneratedCodeInfo_Annotation[];
|
|
188
|
-
};
|
|
189
|
-
export type Duration = {
|
|
190
|
-
seconds: number;
|
|
191
|
-
nanos: number;
|
|
192
|
-
};
|
|
193
|
-
export type Empty = {};
|
|
194
|
-
export type Struct = {
|
|
195
|
-
fields: Record<string, Value>;
|
|
196
|
-
};
|
|
197
|
-
export type Value_kind_nullValue = {
|
|
198
|
-
type: 'nullValue';
|
|
199
|
-
data: NullValue;
|
|
200
|
-
};
|
|
201
|
-
export type Value_kind_numberValue = {
|
|
202
|
-
type: 'numberValue';
|
|
203
|
-
data: number;
|
|
204
|
-
};
|
|
205
|
-
export type Value_kind_stringValue = {
|
|
206
|
-
type: 'stringValue';
|
|
207
|
-
data: string;
|
|
208
|
-
};
|
|
209
|
-
export type Value_kind_boolValue = {
|
|
210
|
-
type: 'boolValue';
|
|
211
|
-
data: boolean;
|
|
212
|
-
};
|
|
213
|
-
export type Value_kind_structValue = {
|
|
214
|
-
type: 'structValue';
|
|
215
|
-
data: Struct;
|
|
216
|
-
};
|
|
217
|
-
export type Value_kind_listValue = {
|
|
218
|
-
type: 'listValue';
|
|
219
|
-
data: ListValue;
|
|
220
|
-
};
|
|
221
|
-
export type Value_kind = Value_kind_nullValue | Value_kind_numberValue | Value_kind_stringValue | Value_kind_boolValue | Value_kind_structValue | Value_kind_listValue;
|
|
222
|
-
export type Value = {
|
|
223
|
-
kind: Value_kind;
|
|
224
|
-
};
|
|
225
|
-
export type NullValue = 'NULL_VALUE';
|
|
226
|
-
export type ListValue = {
|
|
227
|
-
values: Value[];
|
|
228
|
-
};
|
|
229
|
-
export type Timestamp = {
|
|
230
|
-
seconds: number;
|
|
231
|
-
nanos: number;
|
|
232
|
-
};
|
|
233
|
-
export type DoubleValue = {
|
|
234
|
-
value: number;
|
|
235
|
-
};
|
|
236
|
-
export type FloatValue = {
|
|
237
|
-
value: number;
|
|
238
|
-
};
|
|
239
|
-
export type Int64Value = {
|
|
240
|
-
value: number;
|
|
241
|
-
};
|
|
242
|
-
export type UInt64Value = {
|
|
243
|
-
value: number;
|
|
244
|
-
};
|
|
245
|
-
export type Int32Value = {
|
|
246
|
-
value: number;
|
|
247
|
-
};
|
|
248
|
-
export type UInt32Value = {
|
|
249
|
-
value: number;
|
|
250
|
-
};
|
|
251
|
-
export type BoolValue = {
|
|
252
|
-
value: boolean;
|
|
253
|
-
};
|
|
254
|
-
export type StringValue = {
|
|
255
|
-
value: string;
|
|
256
|
-
};
|
|
257
|
-
export type BytesValue = {
|
|
258
|
-
value: string;
|
|
259
|
-
};
|
package/google_protobuf.js
DELETED