@wppconnect/wa-proto 1.1.32 → 1.1.49
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/CHANGELOG.md +68 -0
- package/WAProto.proto +126 -18
- package/dist/index.d.ts +1501 -305
- package/dist/index.js +4053 -647
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1011,6 +1011,333 @@ export namespace waproto {
|
|
|
1011
1011
|
}
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
|
+
/** Properties of a AIRichResponseContentItemsMetadata. */
|
|
1015
|
+
interface IAIRichResponseContentItemsMetadata {
|
|
1016
|
+
|
|
1017
|
+
/** AIRichResponseContentItemsMetadata itemsMetadata */
|
|
1018
|
+
itemsMetadata?: (waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseContentItemMetadata[]|null);
|
|
1019
|
+
|
|
1020
|
+
/** AIRichResponseContentItemsMetadata contentType */
|
|
1021
|
+
contentType?: (waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.ContentType|null);
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
/** Represents a AIRichResponseContentItemsMetadata. */
|
|
1025
|
+
class AIRichResponseContentItemsMetadata implements IAIRichResponseContentItemsMetadata {
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* Constructs a new AIRichResponseContentItemsMetadata.
|
|
1029
|
+
* @param [properties] Properties to set
|
|
1030
|
+
*/
|
|
1031
|
+
constructor(properties?: waproto.AIRichResponseMessage.IAIRichResponseContentItemsMetadata);
|
|
1032
|
+
|
|
1033
|
+
/** AIRichResponseContentItemsMetadata itemsMetadata. */
|
|
1034
|
+
public itemsMetadata: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseContentItemMetadata[];
|
|
1035
|
+
|
|
1036
|
+
/** AIRichResponseContentItemsMetadata contentType. */
|
|
1037
|
+
public contentType?: (waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.ContentType|null);
|
|
1038
|
+
|
|
1039
|
+
/**
|
|
1040
|
+
* Creates a new AIRichResponseContentItemsMetadata instance using the specified properties.
|
|
1041
|
+
* @param [properties] Properties to set
|
|
1042
|
+
* @returns AIRichResponseContentItemsMetadata instance
|
|
1043
|
+
*/
|
|
1044
|
+
public static create(properties?: waproto.AIRichResponseMessage.IAIRichResponseContentItemsMetadata): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata;
|
|
1045
|
+
|
|
1046
|
+
/**
|
|
1047
|
+
* Encodes the specified AIRichResponseContentItemsMetadata message. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.verify|verify} messages.
|
|
1048
|
+
* @param message AIRichResponseContentItemsMetadata message or plain object to encode
|
|
1049
|
+
* @param [writer] Writer to encode to
|
|
1050
|
+
* @returns Writer
|
|
1051
|
+
*/
|
|
1052
|
+
public static encode(message: waproto.AIRichResponseMessage.IAIRichResponseContentItemsMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Encodes the specified AIRichResponseContentItemsMetadata message, length delimited. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.verify|verify} messages.
|
|
1056
|
+
* @param message AIRichResponseContentItemsMetadata message or plain object to encode
|
|
1057
|
+
* @param [writer] Writer to encode to
|
|
1058
|
+
* @returns Writer
|
|
1059
|
+
*/
|
|
1060
|
+
public static encodeDelimited(message: waproto.AIRichResponseMessage.IAIRichResponseContentItemsMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1061
|
+
|
|
1062
|
+
/**
|
|
1063
|
+
* Decodes a AIRichResponseContentItemsMetadata message from the specified reader or buffer.
|
|
1064
|
+
* @param reader Reader or buffer to decode from
|
|
1065
|
+
* @param [length] Message length if known beforehand
|
|
1066
|
+
* @returns AIRichResponseContentItemsMetadata
|
|
1067
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
1068
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
1069
|
+
*/
|
|
1070
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata;
|
|
1071
|
+
|
|
1072
|
+
/**
|
|
1073
|
+
* Decodes a AIRichResponseContentItemsMetadata message from the specified reader or buffer, length delimited.
|
|
1074
|
+
* @param reader Reader or buffer to decode from
|
|
1075
|
+
* @returns AIRichResponseContentItemsMetadata
|
|
1076
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
1077
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
1078
|
+
*/
|
|
1079
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata;
|
|
1080
|
+
|
|
1081
|
+
/**
|
|
1082
|
+
* Verifies a AIRichResponseContentItemsMetadata message.
|
|
1083
|
+
* @param message Plain object to verify
|
|
1084
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
1085
|
+
*/
|
|
1086
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
1087
|
+
|
|
1088
|
+
/**
|
|
1089
|
+
* Creates a AIRichResponseContentItemsMetadata message from a plain object. Also converts values to their respective internal types.
|
|
1090
|
+
* @param object Plain object
|
|
1091
|
+
* @returns AIRichResponseContentItemsMetadata
|
|
1092
|
+
*/
|
|
1093
|
+
public static fromObject(object: { [k: string]: any }): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata;
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* Creates a plain object from a AIRichResponseContentItemsMetadata message. Also converts values to other types if specified.
|
|
1097
|
+
* @param message AIRichResponseContentItemsMetadata
|
|
1098
|
+
* @param [options] Conversion options
|
|
1099
|
+
* @returns Plain object
|
|
1100
|
+
*/
|
|
1101
|
+
public static toObject(message: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* Converts this AIRichResponseContentItemsMetadata to JSON.
|
|
1105
|
+
* @returns JSON object
|
|
1106
|
+
*/
|
|
1107
|
+
public toJSON(): { [k: string]: any };
|
|
1108
|
+
|
|
1109
|
+
/**
|
|
1110
|
+
* Gets the default type url for AIRichResponseContentItemsMetadata
|
|
1111
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1112
|
+
* @returns The default type url
|
|
1113
|
+
*/
|
|
1114
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
namespace AIRichResponseContentItemsMetadata {
|
|
1118
|
+
|
|
1119
|
+
/** Properties of a AIRichResponseContentItemMetadata. */
|
|
1120
|
+
interface IAIRichResponseContentItemMetadata {
|
|
1121
|
+
|
|
1122
|
+
/** AIRichResponseContentItemMetadata reelItem */
|
|
1123
|
+
reelItem?: (waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseReelItem|null);
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
/** Represents a AIRichResponseContentItemMetadata. */
|
|
1127
|
+
class AIRichResponseContentItemMetadata implements IAIRichResponseContentItemMetadata {
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* Constructs a new AIRichResponseContentItemMetadata.
|
|
1131
|
+
* @param [properties] Properties to set
|
|
1132
|
+
*/
|
|
1133
|
+
constructor(properties?: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseContentItemMetadata);
|
|
1134
|
+
|
|
1135
|
+
/** AIRichResponseContentItemMetadata reelItem. */
|
|
1136
|
+
public reelItem?: (waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseReelItem|null);
|
|
1137
|
+
|
|
1138
|
+
/** AIRichResponseContentItemMetadata aIRichResponseContentItem. */
|
|
1139
|
+
public aIRichResponseContentItem?: "reelItem";
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* Creates a new AIRichResponseContentItemMetadata instance using the specified properties.
|
|
1143
|
+
* @param [properties] Properties to set
|
|
1144
|
+
* @returns AIRichResponseContentItemMetadata instance
|
|
1145
|
+
*/
|
|
1146
|
+
public static create(properties?: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseContentItemMetadata): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseContentItemMetadata;
|
|
1147
|
+
|
|
1148
|
+
/**
|
|
1149
|
+
* Encodes the specified AIRichResponseContentItemMetadata message. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseContentItemMetadata.verify|verify} messages.
|
|
1150
|
+
* @param message AIRichResponseContentItemMetadata message or plain object to encode
|
|
1151
|
+
* @param [writer] Writer to encode to
|
|
1152
|
+
* @returns Writer
|
|
1153
|
+
*/
|
|
1154
|
+
public static encode(message: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseContentItemMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* Encodes the specified AIRichResponseContentItemMetadata message, length delimited. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseContentItemMetadata.verify|verify} messages.
|
|
1158
|
+
* @param message AIRichResponseContentItemMetadata message or plain object to encode
|
|
1159
|
+
* @param [writer] Writer to encode to
|
|
1160
|
+
* @returns Writer
|
|
1161
|
+
*/
|
|
1162
|
+
public static encodeDelimited(message: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseContentItemMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* Decodes a AIRichResponseContentItemMetadata message from the specified reader or buffer.
|
|
1166
|
+
* @param reader Reader or buffer to decode from
|
|
1167
|
+
* @param [length] Message length if known beforehand
|
|
1168
|
+
* @returns AIRichResponseContentItemMetadata
|
|
1169
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
1170
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
1171
|
+
*/
|
|
1172
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseContentItemMetadata;
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* Decodes a AIRichResponseContentItemMetadata message from the specified reader or buffer, length delimited.
|
|
1176
|
+
* @param reader Reader or buffer to decode from
|
|
1177
|
+
* @returns AIRichResponseContentItemMetadata
|
|
1178
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
1179
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
1180
|
+
*/
|
|
1181
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseContentItemMetadata;
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Verifies a AIRichResponseContentItemMetadata message.
|
|
1185
|
+
* @param message Plain object to verify
|
|
1186
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
1187
|
+
*/
|
|
1188
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* Creates a AIRichResponseContentItemMetadata message from a plain object. Also converts values to their respective internal types.
|
|
1192
|
+
* @param object Plain object
|
|
1193
|
+
* @returns AIRichResponseContentItemMetadata
|
|
1194
|
+
*/
|
|
1195
|
+
public static fromObject(object: { [k: string]: any }): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseContentItemMetadata;
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* Creates a plain object from a AIRichResponseContentItemMetadata message. Also converts values to other types if specified.
|
|
1199
|
+
* @param message AIRichResponseContentItemMetadata
|
|
1200
|
+
* @param [options] Conversion options
|
|
1201
|
+
* @returns Plain object
|
|
1202
|
+
*/
|
|
1203
|
+
public static toObject(message: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseContentItemMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
1204
|
+
|
|
1205
|
+
/**
|
|
1206
|
+
* Converts this AIRichResponseContentItemMetadata to JSON.
|
|
1207
|
+
* @returns JSON object
|
|
1208
|
+
*/
|
|
1209
|
+
public toJSON(): { [k: string]: any };
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* Gets the default type url for AIRichResponseContentItemMetadata
|
|
1213
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1214
|
+
* @returns The default type url
|
|
1215
|
+
*/
|
|
1216
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
/** Properties of a AIRichResponseReelItem. */
|
|
1220
|
+
interface IAIRichResponseReelItem {
|
|
1221
|
+
|
|
1222
|
+
/** AIRichResponseReelItem title */
|
|
1223
|
+
title?: (string|null);
|
|
1224
|
+
|
|
1225
|
+
/** AIRichResponseReelItem profileIconUrl */
|
|
1226
|
+
profileIconUrl?: (string|null);
|
|
1227
|
+
|
|
1228
|
+
/** AIRichResponseReelItem thumbnailUrl */
|
|
1229
|
+
thumbnailUrl?: (string|null);
|
|
1230
|
+
|
|
1231
|
+
/** AIRichResponseReelItem videoUrl */
|
|
1232
|
+
videoUrl?: (string|null);
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
/** Represents a AIRichResponseReelItem. */
|
|
1236
|
+
class AIRichResponseReelItem implements IAIRichResponseReelItem {
|
|
1237
|
+
|
|
1238
|
+
/**
|
|
1239
|
+
* Constructs a new AIRichResponseReelItem.
|
|
1240
|
+
* @param [properties] Properties to set
|
|
1241
|
+
*/
|
|
1242
|
+
constructor(properties?: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseReelItem);
|
|
1243
|
+
|
|
1244
|
+
/** AIRichResponseReelItem title. */
|
|
1245
|
+
public title?: (string|null);
|
|
1246
|
+
|
|
1247
|
+
/** AIRichResponseReelItem profileIconUrl. */
|
|
1248
|
+
public profileIconUrl?: (string|null);
|
|
1249
|
+
|
|
1250
|
+
/** AIRichResponseReelItem thumbnailUrl. */
|
|
1251
|
+
public thumbnailUrl?: (string|null);
|
|
1252
|
+
|
|
1253
|
+
/** AIRichResponseReelItem videoUrl. */
|
|
1254
|
+
public videoUrl?: (string|null);
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* Creates a new AIRichResponseReelItem instance using the specified properties.
|
|
1258
|
+
* @param [properties] Properties to set
|
|
1259
|
+
* @returns AIRichResponseReelItem instance
|
|
1260
|
+
*/
|
|
1261
|
+
public static create(properties?: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseReelItem): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem;
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* Encodes the specified AIRichResponseReelItem message. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem.verify|verify} messages.
|
|
1265
|
+
* @param message AIRichResponseReelItem message or plain object to encode
|
|
1266
|
+
* @param [writer] Writer to encode to
|
|
1267
|
+
* @returns Writer
|
|
1268
|
+
*/
|
|
1269
|
+
public static encode(message: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseReelItem, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1270
|
+
|
|
1271
|
+
/**
|
|
1272
|
+
* Encodes the specified AIRichResponseReelItem message, length delimited. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem.verify|verify} messages.
|
|
1273
|
+
* @param message AIRichResponseReelItem message or plain object to encode
|
|
1274
|
+
* @param [writer] Writer to encode to
|
|
1275
|
+
* @returns Writer
|
|
1276
|
+
*/
|
|
1277
|
+
public static encodeDelimited(message: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.IAIRichResponseReelItem, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* Decodes a AIRichResponseReelItem message from the specified reader or buffer.
|
|
1281
|
+
* @param reader Reader or buffer to decode from
|
|
1282
|
+
* @param [length] Message length if known beforehand
|
|
1283
|
+
* @returns AIRichResponseReelItem
|
|
1284
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
1285
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
1286
|
+
*/
|
|
1287
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem;
|
|
1288
|
+
|
|
1289
|
+
/**
|
|
1290
|
+
* Decodes a AIRichResponseReelItem message from the specified reader or buffer, length delimited.
|
|
1291
|
+
* @param reader Reader or buffer to decode from
|
|
1292
|
+
* @returns AIRichResponseReelItem
|
|
1293
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
1294
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
1295
|
+
*/
|
|
1296
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem;
|
|
1297
|
+
|
|
1298
|
+
/**
|
|
1299
|
+
* Verifies a AIRichResponseReelItem message.
|
|
1300
|
+
* @param message Plain object to verify
|
|
1301
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
1302
|
+
*/
|
|
1303
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* Creates a AIRichResponseReelItem message from a plain object. Also converts values to their respective internal types.
|
|
1307
|
+
* @param object Plain object
|
|
1308
|
+
* @returns AIRichResponseReelItem
|
|
1309
|
+
*/
|
|
1310
|
+
public static fromObject(object: { [k: string]: any }): waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem;
|
|
1311
|
+
|
|
1312
|
+
/**
|
|
1313
|
+
* Creates a plain object from a AIRichResponseReelItem message. Also converts values to other types if specified.
|
|
1314
|
+
* @param message AIRichResponseReelItem
|
|
1315
|
+
* @param [options] Conversion options
|
|
1316
|
+
* @returns Plain object
|
|
1317
|
+
*/
|
|
1318
|
+
public static toObject(message: waproto.AIRichResponseMessage.AIRichResponseContentItemsMetadata.AIRichResponseReelItem, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
1319
|
+
|
|
1320
|
+
/**
|
|
1321
|
+
* Converts this AIRichResponseReelItem to JSON.
|
|
1322
|
+
* @returns JSON object
|
|
1323
|
+
*/
|
|
1324
|
+
public toJSON(): { [k: string]: any };
|
|
1325
|
+
|
|
1326
|
+
/**
|
|
1327
|
+
* Gets the default type url for AIRichResponseReelItem
|
|
1328
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1329
|
+
* @returns The default type url
|
|
1330
|
+
*/
|
|
1331
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
/** ContentType enum. */
|
|
1335
|
+
enum ContentType {
|
|
1336
|
+
DEFAULT = 0,
|
|
1337
|
+
CAROUSEL = 1
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1014
1341
|
/** Properties of a AIRichResponseDynamicMetadata. */
|
|
1015
1342
|
interface IAIRichResponseDynamicMetadata {
|
|
1016
1343
|
|
|
@@ -1706,17 +2033,17 @@ export namespace waproto {
|
|
|
1706
2033
|
/** AIRichResponseMapMetadata centerLatitude */
|
|
1707
2034
|
centerLatitude?: (number|null);
|
|
1708
2035
|
|
|
1709
|
-
/** AIRichResponseMapMetadata
|
|
1710
|
-
|
|
2036
|
+
/** AIRichResponseMapMetadata centerLongitude */
|
|
2037
|
+
centerLongitude?: (number|null);
|
|
1711
2038
|
|
|
1712
2039
|
/** AIRichResponseMapMetadata latitudeDelta */
|
|
1713
2040
|
latitudeDelta?: (number|null);
|
|
1714
2041
|
|
|
1715
|
-
/** AIRichResponseMapMetadata
|
|
1716
|
-
|
|
2042
|
+
/** AIRichResponseMapMetadata longitudeDelta */
|
|
2043
|
+
longitudeDelta?: (number|null);
|
|
1717
2044
|
|
|
1718
|
-
/** AIRichResponseMapMetadata
|
|
1719
|
-
|
|
2045
|
+
/** AIRichResponseMapMetadata annotations */
|
|
2046
|
+
annotations?: (waproto.AIRichResponseMessage.AIRichResponseMapMetadata.IAIRichResponseMapAnnotation[]|null);
|
|
1720
2047
|
|
|
1721
2048
|
/** AIRichResponseMapMetadata showInfoList */
|
|
1722
2049
|
showInfoList?: (boolean|null);
|
|
@@ -1734,17 +2061,17 @@ export namespace waproto {
|
|
|
1734
2061
|
/** AIRichResponseMapMetadata centerLatitude. */
|
|
1735
2062
|
public centerLatitude?: (number|null);
|
|
1736
2063
|
|
|
1737
|
-
/** AIRichResponseMapMetadata
|
|
1738
|
-
public
|
|
2064
|
+
/** AIRichResponseMapMetadata centerLongitude. */
|
|
2065
|
+
public centerLongitude?: (number|null);
|
|
1739
2066
|
|
|
1740
2067
|
/** AIRichResponseMapMetadata latitudeDelta. */
|
|
1741
2068
|
public latitudeDelta?: (number|null);
|
|
1742
2069
|
|
|
1743
|
-
/** AIRichResponseMapMetadata
|
|
1744
|
-
public
|
|
2070
|
+
/** AIRichResponseMapMetadata longitudeDelta. */
|
|
2071
|
+
public longitudeDelta?: (number|null);
|
|
1745
2072
|
|
|
1746
|
-
/** AIRichResponseMapMetadata
|
|
1747
|
-
public
|
|
2073
|
+
/** AIRichResponseMapMetadata annotations. */
|
|
2074
|
+
public annotations: waproto.AIRichResponseMessage.AIRichResponseMapMetadata.IAIRichResponseMapAnnotation[];
|
|
1748
2075
|
|
|
1749
2076
|
/** AIRichResponseMapMetadata showInfoList. */
|
|
1750
2077
|
public showInfoList?: (boolean|null);
|
|
@@ -1838,8 +2165,8 @@ export namespace waproto {
|
|
|
1838
2165
|
/** AIRichResponseMapAnnotation latitude */
|
|
1839
2166
|
latitude?: (number|null);
|
|
1840
2167
|
|
|
1841
|
-
/** AIRichResponseMapAnnotation
|
|
1842
|
-
|
|
2168
|
+
/** AIRichResponseMapAnnotation longitude */
|
|
2169
|
+
longitude?: (number|null);
|
|
1843
2170
|
|
|
1844
2171
|
/** AIRichResponseMapAnnotation title */
|
|
1845
2172
|
title?: (string|null);
|
|
@@ -1863,8 +2190,8 @@ export namespace waproto {
|
|
|
1863
2190
|
/** AIRichResponseMapAnnotation latitude. */
|
|
1864
2191
|
public latitude?: (number|null);
|
|
1865
2192
|
|
|
1866
|
-
/** AIRichResponseMapAnnotation
|
|
1867
|
-
public
|
|
2193
|
+
/** AIRichResponseMapAnnotation longitude. */
|
|
2194
|
+
public longitude?: (number|null);
|
|
1868
2195
|
|
|
1869
2196
|
/** AIRichResponseMapAnnotation title. */
|
|
1870
2197
|
public title?: (string|null);
|
|
@@ -1937,234 +2264,13 @@ export namespace waproto {
|
|
|
1937
2264
|
public static toObject(message: waproto.AIRichResponseMessage.AIRichResponseMapMetadata.AIRichResponseMapAnnotation, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
1938
2265
|
|
|
1939
2266
|
/**
|
|
1940
|
-
* Converts this AIRichResponseMapAnnotation to JSON.
|
|
1941
|
-
* @returns JSON object
|
|
1942
|
-
*/
|
|
1943
|
-
public toJSON(): { [k: string]: any };
|
|
1944
|
-
|
|
1945
|
-
/**
|
|
1946
|
-
* Gets the default type url for AIRichResponseMapAnnotation
|
|
1947
|
-
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
1948
|
-
* @returns The default type url
|
|
1949
|
-
*/
|
|
1950
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
/** AIRichResponseMessageType enum. */
|
|
1955
|
-
enum AIRichResponseMessageType {
|
|
1956
|
-
AI_RICH_RESPONSE_TYPE_UNKNOWN = 0,
|
|
1957
|
-
AI_RICH_RESPONSE_TYPE_STANDARD = 1
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
/** Properties of a AIRichResponseReelsMetadata. */
|
|
1961
|
-
interface IAIRichResponseReelsMetadata {
|
|
1962
|
-
|
|
1963
|
-
/** AIRichResponseReelsMetadata reelsMetadata */
|
|
1964
|
-
reelsMetadata?: (waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.IAIRichResponseReelMetadata[]|null);
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
/** Represents a AIRichResponseReelsMetadata. */
|
|
1968
|
-
class AIRichResponseReelsMetadata implements IAIRichResponseReelsMetadata {
|
|
1969
|
-
|
|
1970
|
-
/**
|
|
1971
|
-
* Constructs a new AIRichResponseReelsMetadata.
|
|
1972
|
-
* @param [properties] Properties to set
|
|
1973
|
-
*/
|
|
1974
|
-
constructor(properties?: waproto.AIRichResponseMessage.IAIRichResponseReelsMetadata);
|
|
1975
|
-
|
|
1976
|
-
/** AIRichResponseReelsMetadata reelsMetadata. */
|
|
1977
|
-
public reelsMetadata: waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.IAIRichResponseReelMetadata[];
|
|
1978
|
-
|
|
1979
|
-
/**
|
|
1980
|
-
* Creates a new AIRichResponseReelsMetadata instance using the specified properties.
|
|
1981
|
-
* @param [properties] Properties to set
|
|
1982
|
-
* @returns AIRichResponseReelsMetadata instance
|
|
1983
|
-
*/
|
|
1984
|
-
public static create(properties?: waproto.AIRichResponseMessage.IAIRichResponseReelsMetadata): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata;
|
|
1985
|
-
|
|
1986
|
-
/**
|
|
1987
|
-
* Encodes the specified AIRichResponseReelsMetadata message. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.verify|verify} messages.
|
|
1988
|
-
* @param message AIRichResponseReelsMetadata message or plain object to encode
|
|
1989
|
-
* @param [writer] Writer to encode to
|
|
1990
|
-
* @returns Writer
|
|
1991
|
-
*/
|
|
1992
|
-
public static encode(message: waproto.AIRichResponseMessage.IAIRichResponseReelsMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1993
|
-
|
|
1994
|
-
/**
|
|
1995
|
-
* Encodes the specified AIRichResponseReelsMetadata message, length delimited. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.verify|verify} messages.
|
|
1996
|
-
* @param message AIRichResponseReelsMetadata message or plain object to encode
|
|
1997
|
-
* @param [writer] Writer to encode to
|
|
1998
|
-
* @returns Writer
|
|
1999
|
-
*/
|
|
2000
|
-
public static encodeDelimited(message: waproto.AIRichResponseMessage.IAIRichResponseReelsMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
2001
|
-
|
|
2002
|
-
/**
|
|
2003
|
-
* Decodes a AIRichResponseReelsMetadata message from the specified reader or buffer.
|
|
2004
|
-
* @param reader Reader or buffer to decode from
|
|
2005
|
-
* @param [length] Message length if known beforehand
|
|
2006
|
-
* @returns AIRichResponseReelsMetadata
|
|
2007
|
-
* @throws {Error} If the payload is not a reader or valid buffer
|
|
2008
|
-
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
2009
|
-
*/
|
|
2010
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata;
|
|
2011
|
-
|
|
2012
|
-
/**
|
|
2013
|
-
* Decodes a AIRichResponseReelsMetadata message from the specified reader or buffer, length delimited.
|
|
2014
|
-
* @param reader Reader or buffer to decode from
|
|
2015
|
-
* @returns AIRichResponseReelsMetadata
|
|
2016
|
-
* @throws {Error} If the payload is not a reader or valid buffer
|
|
2017
|
-
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
2018
|
-
*/
|
|
2019
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata;
|
|
2020
|
-
|
|
2021
|
-
/**
|
|
2022
|
-
* Verifies a AIRichResponseReelsMetadata message.
|
|
2023
|
-
* @param message Plain object to verify
|
|
2024
|
-
* @returns `null` if valid, otherwise the reason why it is not
|
|
2025
|
-
*/
|
|
2026
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
2027
|
-
|
|
2028
|
-
/**
|
|
2029
|
-
* Creates a AIRichResponseReelsMetadata message from a plain object. Also converts values to their respective internal types.
|
|
2030
|
-
* @param object Plain object
|
|
2031
|
-
* @returns AIRichResponseReelsMetadata
|
|
2032
|
-
*/
|
|
2033
|
-
public static fromObject(object: { [k: string]: any }): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata;
|
|
2034
|
-
|
|
2035
|
-
/**
|
|
2036
|
-
* Creates a plain object from a AIRichResponseReelsMetadata message. Also converts values to other types if specified.
|
|
2037
|
-
* @param message AIRichResponseReelsMetadata
|
|
2038
|
-
* @param [options] Conversion options
|
|
2039
|
-
* @returns Plain object
|
|
2040
|
-
*/
|
|
2041
|
-
public static toObject(message: waproto.AIRichResponseMessage.AIRichResponseReelsMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
2042
|
-
|
|
2043
|
-
/**
|
|
2044
|
-
* Converts this AIRichResponseReelsMetadata to JSON.
|
|
2045
|
-
* @returns JSON object
|
|
2046
|
-
*/
|
|
2047
|
-
public toJSON(): { [k: string]: any };
|
|
2048
|
-
|
|
2049
|
-
/**
|
|
2050
|
-
* Gets the default type url for AIRichResponseReelsMetadata
|
|
2051
|
-
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2052
|
-
* @returns The default type url
|
|
2053
|
-
*/
|
|
2054
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
namespace AIRichResponseReelsMetadata {
|
|
2058
|
-
|
|
2059
|
-
/** Properties of a AIRichResponseReelMetadata. */
|
|
2060
|
-
interface IAIRichResponseReelMetadata {
|
|
2061
|
-
|
|
2062
|
-
/** AIRichResponseReelMetadata title */
|
|
2063
|
-
title?: (string|null);
|
|
2064
|
-
|
|
2065
|
-
/** AIRichResponseReelMetadata profileIconUrl */
|
|
2066
|
-
profileIconUrl?: (string|null);
|
|
2067
|
-
|
|
2068
|
-
/** AIRichResponseReelMetadata previewUrl */
|
|
2069
|
-
previewUrl?: (string|null);
|
|
2070
|
-
|
|
2071
|
-
/** AIRichResponseReelMetadata videoUrl */
|
|
2072
|
-
videoUrl?: (string|null);
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
/** Represents a AIRichResponseReelMetadata. */
|
|
2076
|
-
class AIRichResponseReelMetadata implements IAIRichResponseReelMetadata {
|
|
2077
|
-
|
|
2078
|
-
/**
|
|
2079
|
-
* Constructs a new AIRichResponseReelMetadata.
|
|
2080
|
-
* @param [properties] Properties to set
|
|
2081
|
-
*/
|
|
2082
|
-
constructor(properties?: waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.IAIRichResponseReelMetadata);
|
|
2083
|
-
|
|
2084
|
-
/** AIRichResponseReelMetadata title. */
|
|
2085
|
-
public title?: (string|null);
|
|
2086
|
-
|
|
2087
|
-
/** AIRichResponseReelMetadata profileIconUrl. */
|
|
2088
|
-
public profileIconUrl?: (string|null);
|
|
2089
|
-
|
|
2090
|
-
/** AIRichResponseReelMetadata previewUrl. */
|
|
2091
|
-
public previewUrl?: (string|null);
|
|
2092
|
-
|
|
2093
|
-
/** AIRichResponseReelMetadata videoUrl. */
|
|
2094
|
-
public videoUrl?: (string|null);
|
|
2095
|
-
|
|
2096
|
-
/**
|
|
2097
|
-
* Creates a new AIRichResponseReelMetadata instance using the specified properties.
|
|
2098
|
-
* @param [properties] Properties to set
|
|
2099
|
-
* @returns AIRichResponseReelMetadata instance
|
|
2100
|
-
*/
|
|
2101
|
-
public static create(properties?: waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.IAIRichResponseReelMetadata): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.AIRichResponseReelMetadata;
|
|
2102
|
-
|
|
2103
|
-
/**
|
|
2104
|
-
* Encodes the specified AIRichResponseReelMetadata message. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.AIRichResponseReelMetadata.verify|verify} messages.
|
|
2105
|
-
* @param message AIRichResponseReelMetadata message or plain object to encode
|
|
2106
|
-
* @param [writer] Writer to encode to
|
|
2107
|
-
* @returns Writer
|
|
2108
|
-
*/
|
|
2109
|
-
public static encode(message: waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.IAIRichResponseReelMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
2110
|
-
|
|
2111
|
-
/**
|
|
2112
|
-
* Encodes the specified AIRichResponseReelMetadata message, length delimited. Does not implicitly {@link waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.AIRichResponseReelMetadata.verify|verify} messages.
|
|
2113
|
-
* @param message AIRichResponseReelMetadata message or plain object to encode
|
|
2114
|
-
* @param [writer] Writer to encode to
|
|
2115
|
-
* @returns Writer
|
|
2116
|
-
*/
|
|
2117
|
-
public static encodeDelimited(message: waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.IAIRichResponseReelMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
2118
|
-
|
|
2119
|
-
/**
|
|
2120
|
-
* Decodes a AIRichResponseReelMetadata message from the specified reader or buffer.
|
|
2121
|
-
* @param reader Reader or buffer to decode from
|
|
2122
|
-
* @param [length] Message length if known beforehand
|
|
2123
|
-
* @returns AIRichResponseReelMetadata
|
|
2124
|
-
* @throws {Error} If the payload is not a reader or valid buffer
|
|
2125
|
-
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
2126
|
-
*/
|
|
2127
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.AIRichResponseReelMetadata;
|
|
2128
|
-
|
|
2129
|
-
/**
|
|
2130
|
-
* Decodes a AIRichResponseReelMetadata message from the specified reader or buffer, length delimited.
|
|
2131
|
-
* @param reader Reader or buffer to decode from
|
|
2132
|
-
* @returns AIRichResponseReelMetadata
|
|
2133
|
-
* @throws {Error} If the payload is not a reader or valid buffer
|
|
2134
|
-
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
2135
|
-
*/
|
|
2136
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.AIRichResponseReelMetadata;
|
|
2137
|
-
|
|
2138
|
-
/**
|
|
2139
|
-
* Verifies a AIRichResponseReelMetadata message.
|
|
2140
|
-
* @param message Plain object to verify
|
|
2141
|
-
* @returns `null` if valid, otherwise the reason why it is not
|
|
2142
|
-
*/
|
|
2143
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
2144
|
-
|
|
2145
|
-
/**
|
|
2146
|
-
* Creates a AIRichResponseReelMetadata message from a plain object. Also converts values to their respective internal types.
|
|
2147
|
-
* @param object Plain object
|
|
2148
|
-
* @returns AIRichResponseReelMetadata
|
|
2149
|
-
*/
|
|
2150
|
-
public static fromObject(object: { [k: string]: any }): waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.AIRichResponseReelMetadata;
|
|
2151
|
-
|
|
2152
|
-
/**
|
|
2153
|
-
* Creates a plain object from a AIRichResponseReelMetadata message. Also converts values to other types if specified.
|
|
2154
|
-
* @param message AIRichResponseReelMetadata
|
|
2155
|
-
* @param [options] Conversion options
|
|
2156
|
-
* @returns Plain object
|
|
2157
|
-
*/
|
|
2158
|
-
public static toObject(message: waproto.AIRichResponseMessage.AIRichResponseReelsMetadata.AIRichResponseReelMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
2159
|
-
|
|
2160
|
-
/**
|
|
2161
|
-
* Converts this AIRichResponseReelMetadata to JSON.
|
|
2267
|
+
* Converts this AIRichResponseMapAnnotation to JSON.
|
|
2162
2268
|
* @returns JSON object
|
|
2163
2269
|
*/
|
|
2164
2270
|
public toJSON(): { [k: string]: any };
|
|
2165
2271
|
|
|
2166
2272
|
/**
|
|
2167
|
-
* Gets the default type url for
|
|
2273
|
+
* Gets the default type url for AIRichResponseMapAnnotation
|
|
2168
2274
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2169
2275
|
* @returns The default type url
|
|
2170
2276
|
*/
|
|
@@ -2172,6 +2278,12 @@ export namespace waproto {
|
|
|
2172
2278
|
}
|
|
2173
2279
|
}
|
|
2174
2280
|
|
|
2281
|
+
/** AIRichResponseMessageType enum. */
|
|
2282
|
+
enum AIRichResponseMessageType {
|
|
2283
|
+
AI_RICH_RESPONSE_TYPE_UNKNOWN = 0,
|
|
2284
|
+
AI_RICH_RESPONSE_TYPE_STANDARD = 1
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2175
2287
|
/** Properties of a AIRichResponseSubMessage. */
|
|
2176
2288
|
interface IAIRichResponseSubMessage {
|
|
2177
2289
|
|
|
@@ -2202,8 +2314,8 @@ export namespace waproto {
|
|
|
2202
2314
|
/** AIRichResponseSubMessage mapMetadata */
|
|
2203
2315
|
mapMetadata?: (waproto.AIRichResponseMessage.IAIRichResponseMapMetadata|null);
|
|
2204
2316
|
|
|
2205
|
-
/** AIRichResponseSubMessage
|
|
2206
|
-
|
|
2317
|
+
/** AIRichResponseSubMessage contentItemsMetadata */
|
|
2318
|
+
contentItemsMetadata?: (waproto.AIRichResponseMessage.IAIRichResponseContentItemsMetadata|null);
|
|
2207
2319
|
}
|
|
2208
2320
|
|
|
2209
2321
|
/** Represents a AIRichResponseSubMessage. */
|
|
@@ -2242,8 +2354,8 @@ export namespace waproto {
|
|
|
2242
2354
|
/** AIRichResponseSubMessage mapMetadata. */
|
|
2243
2355
|
public mapMetadata?: (waproto.AIRichResponseMessage.IAIRichResponseMapMetadata|null);
|
|
2244
2356
|
|
|
2245
|
-
/** AIRichResponseSubMessage
|
|
2246
|
-
public
|
|
2357
|
+
/** AIRichResponseSubMessage contentItemsMetadata. */
|
|
2358
|
+
public contentItemsMetadata?: (waproto.AIRichResponseMessage.IAIRichResponseContentItemsMetadata|null);
|
|
2247
2359
|
|
|
2248
2360
|
/**
|
|
2249
2361
|
* Creates a new AIRichResponseSubMessage instance using the specified properties.
|
|
@@ -2334,7 +2446,7 @@ export namespace waproto {
|
|
|
2334
2446
|
AI_RICH_RESPONSE_DYNAMIC = 6,
|
|
2335
2447
|
AI_RICH_RESPONSE_MAP = 7,
|
|
2336
2448
|
AI_RICH_RESPONSE_LATEX = 8,
|
|
2337
|
-
|
|
2449
|
+
AI_RICH_RESPONSE_CONTENT_ITEMS = 9
|
|
2338
2450
|
}
|
|
2339
2451
|
|
|
2340
2452
|
/** Properties of a AIRichResponseTableMetadata. */
|
|
@@ -2541,6 +2653,121 @@ export namespace waproto {
|
|
|
2541
2653
|
}
|
|
2542
2654
|
}
|
|
2543
2655
|
|
|
2656
|
+
/** Properties of an Account. */
|
|
2657
|
+
interface IAccount {
|
|
2658
|
+
|
|
2659
|
+
/** Account lid */
|
|
2660
|
+
lid?: (string|null);
|
|
2661
|
+
|
|
2662
|
+
/** Account username */
|
|
2663
|
+
username?: (string|null);
|
|
2664
|
+
|
|
2665
|
+
/** Account countryCode */
|
|
2666
|
+
countryCode?: (string|null);
|
|
2667
|
+
|
|
2668
|
+
/** Account isUsernameDeleted */
|
|
2669
|
+
isUsernameDeleted?: (boolean|null);
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
/** Represents an Account. */
|
|
2673
|
+
class Account implements IAccount {
|
|
2674
|
+
|
|
2675
|
+
/**
|
|
2676
|
+
* Constructs a new Account.
|
|
2677
|
+
* @param [properties] Properties to set
|
|
2678
|
+
*/
|
|
2679
|
+
constructor(properties?: waproto.IAccount);
|
|
2680
|
+
|
|
2681
|
+
/** Account lid. */
|
|
2682
|
+
public lid?: (string|null);
|
|
2683
|
+
|
|
2684
|
+
/** Account username. */
|
|
2685
|
+
public username?: (string|null);
|
|
2686
|
+
|
|
2687
|
+
/** Account countryCode. */
|
|
2688
|
+
public countryCode?: (string|null);
|
|
2689
|
+
|
|
2690
|
+
/** Account isUsernameDeleted. */
|
|
2691
|
+
public isUsernameDeleted?: (boolean|null);
|
|
2692
|
+
|
|
2693
|
+
/**
|
|
2694
|
+
* Creates a new Account instance using the specified properties.
|
|
2695
|
+
* @param [properties] Properties to set
|
|
2696
|
+
* @returns Account instance
|
|
2697
|
+
*/
|
|
2698
|
+
public static create(properties?: waproto.IAccount): waproto.Account;
|
|
2699
|
+
|
|
2700
|
+
/**
|
|
2701
|
+
* Encodes the specified Account message. Does not implicitly {@link waproto.Account.verify|verify} messages.
|
|
2702
|
+
* @param message Account message or plain object to encode
|
|
2703
|
+
* @param [writer] Writer to encode to
|
|
2704
|
+
* @returns Writer
|
|
2705
|
+
*/
|
|
2706
|
+
public static encode(message: waproto.IAccount, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
2707
|
+
|
|
2708
|
+
/**
|
|
2709
|
+
* Encodes the specified Account message, length delimited. Does not implicitly {@link waproto.Account.verify|verify} messages.
|
|
2710
|
+
* @param message Account message or plain object to encode
|
|
2711
|
+
* @param [writer] Writer to encode to
|
|
2712
|
+
* @returns Writer
|
|
2713
|
+
*/
|
|
2714
|
+
public static encodeDelimited(message: waproto.IAccount, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
2715
|
+
|
|
2716
|
+
/**
|
|
2717
|
+
* Decodes an Account message from the specified reader or buffer.
|
|
2718
|
+
* @param reader Reader or buffer to decode from
|
|
2719
|
+
* @param [length] Message length if known beforehand
|
|
2720
|
+
* @returns Account
|
|
2721
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
2722
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
2723
|
+
*/
|
|
2724
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.Account;
|
|
2725
|
+
|
|
2726
|
+
/**
|
|
2727
|
+
* Decodes an Account message from the specified reader or buffer, length delimited.
|
|
2728
|
+
* @param reader Reader or buffer to decode from
|
|
2729
|
+
* @returns Account
|
|
2730
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
2731
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
2732
|
+
*/
|
|
2733
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.Account;
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* Verifies an Account message.
|
|
2737
|
+
* @param message Plain object to verify
|
|
2738
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
2739
|
+
*/
|
|
2740
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
2741
|
+
|
|
2742
|
+
/**
|
|
2743
|
+
* Creates an Account message from a plain object. Also converts values to their respective internal types.
|
|
2744
|
+
* @param object Plain object
|
|
2745
|
+
* @returns Account
|
|
2746
|
+
*/
|
|
2747
|
+
public static fromObject(object: { [k: string]: any }): waproto.Account;
|
|
2748
|
+
|
|
2749
|
+
/**
|
|
2750
|
+
* Creates a plain object from an Account message. Also converts values to other types if specified.
|
|
2751
|
+
* @param message Account
|
|
2752
|
+
* @param [options] Conversion options
|
|
2753
|
+
* @returns Plain object
|
|
2754
|
+
*/
|
|
2755
|
+
public static toObject(message: waproto.Account, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
2756
|
+
|
|
2757
|
+
/**
|
|
2758
|
+
* Converts this Account to JSON.
|
|
2759
|
+
* @returns JSON object
|
|
2760
|
+
*/
|
|
2761
|
+
public toJSON(): { [k: string]: any };
|
|
2762
|
+
|
|
2763
|
+
/**
|
|
2764
|
+
* Gets the default type url for Account
|
|
2765
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
2766
|
+
* @returns The default type url
|
|
2767
|
+
*/
|
|
2768
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2544
2771
|
/** Properties of an ActionLink. */
|
|
2545
2772
|
interface IActionLink {
|
|
2546
2773
|
|
|
@@ -3510,7 +3737,9 @@ export namespace waproto {
|
|
|
3510
3737
|
RICH_RESPONSE_LATEX = 24,
|
|
3511
3738
|
RICH_RESPONSE_MAPS = 25,
|
|
3512
3739
|
RICH_RESPONSE_INLINE_REELS = 26,
|
|
3513
|
-
AGENTIC_PLANNING = 27
|
|
3740
|
+
AGENTIC_PLANNING = 27,
|
|
3741
|
+
ACCOUNT_LINKING = 28,
|
|
3742
|
+
STREAMING_DISAGGREGATION = 29
|
|
3514
3743
|
}
|
|
3515
3744
|
}
|
|
3516
3745
|
|
|
@@ -4339,6 +4568,9 @@ export namespace waproto {
|
|
|
4339
4568
|
|
|
4340
4569
|
/** BotMetadata botLinkedAccountsMetadata */
|
|
4341
4570
|
botLinkedAccountsMetadata?: (waproto.IBotLinkedAccountsMetadata|null);
|
|
4571
|
+
|
|
4572
|
+
/** BotMetadata richResponseSourcesMetadata */
|
|
4573
|
+
richResponseSourcesMetadata?: (waproto.IBotSourcesMetadata|null);
|
|
4342
4574
|
}
|
|
4343
4575
|
|
|
4344
4576
|
/** Represents a BotMetadata. */
|
|
@@ -4404,6 +4636,9 @@ export namespace waproto {
|
|
|
4404
4636
|
/** BotMetadata botLinkedAccountsMetadata. */
|
|
4405
4637
|
public botLinkedAccountsMetadata?: (waproto.IBotLinkedAccountsMetadata|null);
|
|
4406
4638
|
|
|
4639
|
+
/** BotMetadata richResponseSourcesMetadata. */
|
|
4640
|
+
public richResponseSourcesMetadata?: (waproto.IBotSourcesMetadata|null);
|
|
4641
|
+
|
|
4407
4642
|
/**
|
|
4408
4643
|
* Creates a new BotMetadata instance using the specified properties.
|
|
4409
4644
|
* @param [properties] Properties to set
|
|
@@ -4500,7 +4735,11 @@ export namespace waproto {
|
|
|
4500
4735
|
PROFILE_MESSAGE_BUTTON = 14,
|
|
4501
4736
|
FORWARD = 15,
|
|
4502
4737
|
APP_SHORTCUT = 16,
|
|
4503
|
-
FF_FAMILY = 17
|
|
4738
|
+
FF_FAMILY = 17,
|
|
4739
|
+
AI_TAB = 18,
|
|
4740
|
+
AI_HOME = 19,
|
|
4741
|
+
AI_DEEPLINK_IMMERSIVE = 20,
|
|
4742
|
+
AI_DEEPLINK = 21
|
|
4504
4743
|
}
|
|
4505
4744
|
|
|
4506
4745
|
/** Properties of a BotMetricsMetadata. */
|
|
@@ -4511,6 +4750,9 @@ export namespace waproto {
|
|
|
4511
4750
|
|
|
4512
4751
|
/** BotMetricsMetadata destinationEntryPoint */
|
|
4513
4752
|
destinationEntryPoint?: (waproto.BotMetricsEntryPoint|null);
|
|
4753
|
+
|
|
4754
|
+
/** BotMetricsMetadata threadOrigin */
|
|
4755
|
+
threadOrigin?: (waproto.BotMetricsThreadEntryPoint|null);
|
|
4514
4756
|
}
|
|
4515
4757
|
|
|
4516
4758
|
/** Represents a BotMetricsMetadata. */
|
|
@@ -4528,6 +4770,9 @@ export namespace waproto {
|
|
|
4528
4770
|
/** BotMetricsMetadata destinationEntryPoint. */
|
|
4529
4771
|
public destinationEntryPoint?: (waproto.BotMetricsEntryPoint|null);
|
|
4530
4772
|
|
|
4773
|
+
/** BotMetricsMetadata threadOrigin. */
|
|
4774
|
+
public threadOrigin?: (waproto.BotMetricsThreadEntryPoint|null);
|
|
4775
|
+
|
|
4531
4776
|
/**
|
|
4532
4777
|
* Creates a new BotMetricsMetadata instance using the specified properties.
|
|
4533
4778
|
* @param [properties] Properties to set
|
|
@@ -4606,6 +4851,14 @@ export namespace waproto {
|
|
|
4606
4851
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4607
4852
|
}
|
|
4608
4853
|
|
|
4854
|
+
/** BotMetricsThreadEntryPoint enum. */
|
|
4855
|
+
enum BotMetricsThreadEntryPoint {
|
|
4856
|
+
AI_TAB_THREAD = 1,
|
|
4857
|
+
AI_HOME_THREAD = 2,
|
|
4858
|
+
AI_DEEPLINK_IMMERSIVE_THREAD = 3,
|
|
4859
|
+
AI_DEEPLINK_THREAD = 4
|
|
4860
|
+
}
|
|
4861
|
+
|
|
4609
4862
|
/** Properties of a BotModelMetadata. */
|
|
4610
4863
|
interface IBotModelMetadata {
|
|
4611
4864
|
|
|
@@ -5032,6 +5285,9 @@ export namespace waproto {
|
|
|
5032
5285
|
|
|
5033
5286
|
/** BotPlanningStepMetadata isEnhancedSearch */
|
|
5034
5287
|
isEnhancedSearch?: (boolean|null);
|
|
5288
|
+
|
|
5289
|
+
/** BotPlanningStepMetadata sections */
|
|
5290
|
+
sections?: (waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata[]|null);
|
|
5035
5291
|
}
|
|
5036
5292
|
|
|
5037
5293
|
/** Represents a BotPlanningStepMetadata. */
|
|
@@ -5061,6 +5317,9 @@ export namespace waproto {
|
|
|
5061
5317
|
/** BotPlanningStepMetadata isEnhancedSearch. */
|
|
5062
5318
|
public isEnhancedSearch?: (boolean|null);
|
|
5063
5319
|
|
|
5320
|
+
/** BotPlanningStepMetadata sections. */
|
|
5321
|
+
public sections: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata[];
|
|
5322
|
+
|
|
5064
5323
|
/**
|
|
5065
5324
|
* Creates a new BotPlanningStepMetadata instance using the specified properties.
|
|
5066
5325
|
* @param [properties] Properties to set
|
|
@@ -5141,6 +5400,121 @@ export namespace waproto {
|
|
|
5141
5400
|
|
|
5142
5401
|
namespace BotPlanningStepMetadata {
|
|
5143
5402
|
|
|
5403
|
+
/** Properties of a BotPlanningSearchSourceMetadata. */
|
|
5404
|
+
interface IBotPlanningSearchSourceMetadata {
|
|
5405
|
+
|
|
5406
|
+
/** BotPlanningSearchSourceMetadata title */
|
|
5407
|
+
title?: (string|null);
|
|
5408
|
+
|
|
5409
|
+
/** BotPlanningSearchSourceMetadata provider */
|
|
5410
|
+
provider?: (waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotSearchSourceProvider|null);
|
|
5411
|
+
|
|
5412
|
+
/** BotPlanningSearchSourceMetadata sourceUrl */
|
|
5413
|
+
sourceUrl?: (string|null);
|
|
5414
|
+
|
|
5415
|
+
/** BotPlanningSearchSourceMetadata favIconUrl */
|
|
5416
|
+
favIconUrl?: (string|null);
|
|
5417
|
+
}
|
|
5418
|
+
|
|
5419
|
+
/** Represents a BotPlanningSearchSourceMetadata. */
|
|
5420
|
+
class BotPlanningSearchSourceMetadata implements IBotPlanningSearchSourceMetadata {
|
|
5421
|
+
|
|
5422
|
+
/**
|
|
5423
|
+
* Constructs a new BotPlanningSearchSourceMetadata.
|
|
5424
|
+
* @param [properties] Properties to set
|
|
5425
|
+
*/
|
|
5426
|
+
constructor(properties?: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata);
|
|
5427
|
+
|
|
5428
|
+
/** BotPlanningSearchSourceMetadata title. */
|
|
5429
|
+
public title?: (string|null);
|
|
5430
|
+
|
|
5431
|
+
/** BotPlanningSearchSourceMetadata provider. */
|
|
5432
|
+
public provider?: (waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotSearchSourceProvider|null);
|
|
5433
|
+
|
|
5434
|
+
/** BotPlanningSearchSourceMetadata sourceUrl. */
|
|
5435
|
+
public sourceUrl?: (string|null);
|
|
5436
|
+
|
|
5437
|
+
/** BotPlanningSearchSourceMetadata favIconUrl. */
|
|
5438
|
+
public favIconUrl?: (string|null);
|
|
5439
|
+
|
|
5440
|
+
/**
|
|
5441
|
+
* Creates a new BotPlanningSearchSourceMetadata instance using the specified properties.
|
|
5442
|
+
* @param [properties] Properties to set
|
|
5443
|
+
* @returns BotPlanningSearchSourceMetadata instance
|
|
5444
|
+
*/
|
|
5445
|
+
public static create(properties?: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
|
|
5446
|
+
|
|
5447
|
+
/**
|
|
5448
|
+
* Encodes the specified BotPlanningSearchSourceMetadata message. Does not implicitly {@link waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata.verify|verify} messages.
|
|
5449
|
+
* @param message BotPlanningSearchSourceMetadata message or plain object to encode
|
|
5450
|
+
* @param [writer] Writer to encode to
|
|
5451
|
+
* @returns Writer
|
|
5452
|
+
*/
|
|
5453
|
+
public static encode(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5454
|
+
|
|
5455
|
+
/**
|
|
5456
|
+
* Encodes the specified BotPlanningSearchSourceMetadata message, length delimited. Does not implicitly {@link waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata.verify|verify} messages.
|
|
5457
|
+
* @param message BotPlanningSearchSourceMetadata message or plain object to encode
|
|
5458
|
+
* @param [writer] Writer to encode to
|
|
5459
|
+
* @returns Writer
|
|
5460
|
+
*/
|
|
5461
|
+
public static encodeDelimited(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5462
|
+
|
|
5463
|
+
/**
|
|
5464
|
+
* Decodes a BotPlanningSearchSourceMetadata message from the specified reader or buffer.
|
|
5465
|
+
* @param reader Reader or buffer to decode from
|
|
5466
|
+
* @param [length] Message length if known beforehand
|
|
5467
|
+
* @returns BotPlanningSearchSourceMetadata
|
|
5468
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5469
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5470
|
+
*/
|
|
5471
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
|
|
5472
|
+
|
|
5473
|
+
/**
|
|
5474
|
+
* Decodes a BotPlanningSearchSourceMetadata message from the specified reader or buffer, length delimited.
|
|
5475
|
+
* @param reader Reader or buffer to decode from
|
|
5476
|
+
* @returns BotPlanningSearchSourceMetadata
|
|
5477
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5478
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5479
|
+
*/
|
|
5480
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
|
|
5481
|
+
|
|
5482
|
+
/**
|
|
5483
|
+
* Verifies a BotPlanningSearchSourceMetadata message.
|
|
5484
|
+
* @param message Plain object to verify
|
|
5485
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
5486
|
+
*/
|
|
5487
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
5488
|
+
|
|
5489
|
+
/**
|
|
5490
|
+
* Creates a BotPlanningSearchSourceMetadata message from a plain object. Also converts values to their respective internal types.
|
|
5491
|
+
* @param object Plain object
|
|
5492
|
+
* @returns BotPlanningSearchSourceMetadata
|
|
5493
|
+
*/
|
|
5494
|
+
public static fromObject(object: { [k: string]: any }): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
|
|
5495
|
+
|
|
5496
|
+
/**
|
|
5497
|
+
* Creates a plain object from a BotPlanningSearchSourceMetadata message. Also converts values to other types if specified.
|
|
5498
|
+
* @param message BotPlanningSearchSourceMetadata
|
|
5499
|
+
* @param [options] Conversion options
|
|
5500
|
+
* @returns Plain object
|
|
5501
|
+
*/
|
|
5502
|
+
public static toObject(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5503
|
+
|
|
5504
|
+
/**
|
|
5505
|
+
* Converts this BotPlanningSearchSourceMetadata to JSON.
|
|
5506
|
+
* @returns JSON object
|
|
5507
|
+
*/
|
|
5508
|
+
public toJSON(): { [k: string]: any };
|
|
5509
|
+
|
|
5510
|
+
/**
|
|
5511
|
+
* Gets the default type url for BotPlanningSearchSourceMetadata
|
|
5512
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5513
|
+
* @returns The default type url
|
|
5514
|
+
*/
|
|
5515
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5516
|
+
}
|
|
5517
|
+
|
|
5144
5518
|
/** Properties of a BotPlanningSearchSourcesMetadata. */
|
|
5145
5519
|
interface IBotPlanningSearchSourcesMetadata {
|
|
5146
5520
|
|
|
@@ -5185,80 +5559,197 @@ export namespace waproto {
|
|
|
5185
5559
|
* @param [writer] Writer to encode to
|
|
5186
5560
|
* @returns Writer
|
|
5187
5561
|
*/
|
|
5188
|
-
public static encode(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourcesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5562
|
+
public static encode(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourcesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5563
|
+
|
|
5564
|
+
/**
|
|
5565
|
+
* Encodes the specified BotPlanningSearchSourcesMetadata message, length delimited. Does not implicitly {@link waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourcesMetadata.verify|verify} messages.
|
|
5566
|
+
* @param message BotPlanningSearchSourcesMetadata message or plain object to encode
|
|
5567
|
+
* @param [writer] Writer to encode to
|
|
5568
|
+
* @returns Writer
|
|
5569
|
+
*/
|
|
5570
|
+
public static encodeDelimited(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourcesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5571
|
+
|
|
5572
|
+
/**
|
|
5573
|
+
* Decodes a BotPlanningSearchSourcesMetadata message from the specified reader or buffer.
|
|
5574
|
+
* @param reader Reader or buffer to decode from
|
|
5575
|
+
* @param [length] Message length if known beforehand
|
|
5576
|
+
* @returns BotPlanningSearchSourcesMetadata
|
|
5577
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5578
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5579
|
+
*/
|
|
5580
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourcesMetadata;
|
|
5581
|
+
|
|
5582
|
+
/**
|
|
5583
|
+
* Decodes a BotPlanningSearchSourcesMetadata message from the specified reader or buffer, length delimited.
|
|
5584
|
+
* @param reader Reader or buffer to decode from
|
|
5585
|
+
* @returns BotPlanningSearchSourcesMetadata
|
|
5586
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5587
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5588
|
+
*/
|
|
5589
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourcesMetadata;
|
|
5590
|
+
|
|
5591
|
+
/**
|
|
5592
|
+
* Verifies a BotPlanningSearchSourcesMetadata message.
|
|
5593
|
+
* @param message Plain object to verify
|
|
5594
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
5595
|
+
*/
|
|
5596
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
5597
|
+
|
|
5598
|
+
/**
|
|
5599
|
+
* Creates a BotPlanningSearchSourcesMetadata message from a plain object. Also converts values to their respective internal types.
|
|
5600
|
+
* @param object Plain object
|
|
5601
|
+
* @returns BotPlanningSearchSourcesMetadata
|
|
5602
|
+
*/
|
|
5603
|
+
public static fromObject(object: { [k: string]: any }): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourcesMetadata;
|
|
5604
|
+
|
|
5605
|
+
/**
|
|
5606
|
+
* Creates a plain object from a BotPlanningSearchSourcesMetadata message. Also converts values to other types if specified.
|
|
5607
|
+
* @param message BotPlanningSearchSourcesMetadata
|
|
5608
|
+
* @param [options] Conversion options
|
|
5609
|
+
* @returns Plain object
|
|
5610
|
+
*/
|
|
5611
|
+
public static toObject(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourcesMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5612
|
+
|
|
5613
|
+
/**
|
|
5614
|
+
* Converts this BotPlanningSearchSourcesMetadata to JSON.
|
|
5615
|
+
* @returns JSON object
|
|
5616
|
+
*/
|
|
5617
|
+
public toJSON(): { [k: string]: any };
|
|
5618
|
+
|
|
5619
|
+
/**
|
|
5620
|
+
* Gets the default type url for BotPlanningSearchSourcesMetadata
|
|
5621
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5622
|
+
* @returns The default type url
|
|
5623
|
+
*/
|
|
5624
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5625
|
+
}
|
|
5626
|
+
|
|
5627
|
+
namespace BotPlanningSearchSourcesMetadata {
|
|
5628
|
+
|
|
5629
|
+
/** BotPlanningSearchSourceProvider enum. */
|
|
5630
|
+
enum BotPlanningSearchSourceProvider {
|
|
5631
|
+
UNKNOWN = 0,
|
|
5632
|
+
OTHER = 1,
|
|
5633
|
+
GOOGLE = 2,
|
|
5634
|
+
BING = 3
|
|
5635
|
+
}
|
|
5636
|
+
}
|
|
5637
|
+
|
|
5638
|
+
/** Properties of a BotPlanningStepSectionMetadata. */
|
|
5639
|
+
interface IBotPlanningStepSectionMetadata {
|
|
5640
|
+
|
|
5641
|
+
/** BotPlanningStepSectionMetadata sectionTitle */
|
|
5642
|
+
sectionTitle?: (string|null);
|
|
5643
|
+
|
|
5644
|
+
/** BotPlanningStepSectionMetadata sectionBody */
|
|
5645
|
+
sectionBody?: (string|null);
|
|
5646
|
+
|
|
5647
|
+
/** BotPlanningStepSectionMetadata sourcesMetadata */
|
|
5648
|
+
sourcesMetadata?: (waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata[]|null);
|
|
5649
|
+
}
|
|
5650
|
+
|
|
5651
|
+
/** Represents a BotPlanningStepSectionMetadata. */
|
|
5652
|
+
class BotPlanningStepSectionMetadata implements IBotPlanningStepSectionMetadata {
|
|
5653
|
+
|
|
5654
|
+
/**
|
|
5655
|
+
* Constructs a new BotPlanningStepSectionMetadata.
|
|
5656
|
+
* @param [properties] Properties to set
|
|
5657
|
+
*/
|
|
5658
|
+
constructor(properties?: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata);
|
|
5659
|
+
|
|
5660
|
+
/** BotPlanningStepSectionMetadata sectionTitle. */
|
|
5661
|
+
public sectionTitle?: (string|null);
|
|
5662
|
+
|
|
5663
|
+
/** BotPlanningStepSectionMetadata sectionBody. */
|
|
5664
|
+
public sectionBody?: (string|null);
|
|
5665
|
+
|
|
5666
|
+
/** BotPlanningStepSectionMetadata sourcesMetadata. */
|
|
5667
|
+
public sourcesMetadata: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata[];
|
|
5668
|
+
|
|
5669
|
+
/**
|
|
5670
|
+
* Creates a new BotPlanningStepSectionMetadata instance using the specified properties.
|
|
5671
|
+
* @param [properties] Properties to set
|
|
5672
|
+
* @returns BotPlanningStepSectionMetadata instance
|
|
5673
|
+
*/
|
|
5674
|
+
public static create(properties?: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
|
|
5675
|
+
|
|
5676
|
+
/**
|
|
5677
|
+
* Encodes the specified BotPlanningStepSectionMetadata message. Does not implicitly {@link waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata.verify|verify} messages.
|
|
5678
|
+
* @param message BotPlanningStepSectionMetadata message or plain object to encode
|
|
5679
|
+
* @param [writer] Writer to encode to
|
|
5680
|
+
* @returns Writer
|
|
5681
|
+
*/
|
|
5682
|
+
public static encode(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5189
5683
|
|
|
5190
5684
|
/**
|
|
5191
|
-
* Encodes the specified
|
|
5192
|
-
* @param message
|
|
5685
|
+
* Encodes the specified BotPlanningStepSectionMetadata message, length delimited. Does not implicitly {@link waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata.verify|verify} messages.
|
|
5686
|
+
* @param message BotPlanningStepSectionMetadata message or plain object to encode
|
|
5193
5687
|
* @param [writer] Writer to encode to
|
|
5194
5688
|
* @returns Writer
|
|
5195
5689
|
*/
|
|
5196
|
-
public static encodeDelimited(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.
|
|
5690
|
+
public static encodeDelimited(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5197
5691
|
|
|
5198
5692
|
/**
|
|
5199
|
-
* Decodes a
|
|
5693
|
+
* Decodes a BotPlanningStepSectionMetadata message from the specified reader or buffer.
|
|
5200
5694
|
* @param reader Reader or buffer to decode from
|
|
5201
5695
|
* @param [length] Message length if known beforehand
|
|
5202
|
-
* @returns
|
|
5696
|
+
* @returns BotPlanningStepSectionMetadata
|
|
5203
5697
|
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5204
5698
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5205
5699
|
*/
|
|
5206
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.
|
|
5700
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
|
|
5207
5701
|
|
|
5208
5702
|
/**
|
|
5209
|
-
* Decodes a
|
|
5703
|
+
* Decodes a BotPlanningStepSectionMetadata message from the specified reader or buffer, length delimited.
|
|
5210
5704
|
* @param reader Reader or buffer to decode from
|
|
5211
|
-
* @returns
|
|
5705
|
+
* @returns BotPlanningStepSectionMetadata
|
|
5212
5706
|
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5213
5707
|
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5214
5708
|
*/
|
|
5215
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.
|
|
5709
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
|
|
5216
5710
|
|
|
5217
5711
|
/**
|
|
5218
|
-
* Verifies a
|
|
5712
|
+
* Verifies a BotPlanningStepSectionMetadata message.
|
|
5219
5713
|
* @param message Plain object to verify
|
|
5220
5714
|
* @returns `null` if valid, otherwise the reason why it is not
|
|
5221
5715
|
*/
|
|
5222
5716
|
public static verify(message: { [k: string]: any }): (string|null);
|
|
5223
5717
|
|
|
5224
5718
|
/**
|
|
5225
|
-
* Creates a
|
|
5719
|
+
* Creates a BotPlanningStepSectionMetadata message from a plain object. Also converts values to their respective internal types.
|
|
5226
5720
|
* @param object Plain object
|
|
5227
|
-
* @returns
|
|
5721
|
+
* @returns BotPlanningStepSectionMetadata
|
|
5228
5722
|
*/
|
|
5229
|
-
public static fromObject(object: { [k: string]: any }): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.
|
|
5723
|
+
public static fromObject(object: { [k: string]: any }): waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
|
|
5230
5724
|
|
|
5231
5725
|
/**
|
|
5232
|
-
* Creates a plain object from a
|
|
5233
|
-
* @param message
|
|
5726
|
+
* Creates a plain object from a BotPlanningStepSectionMetadata message. Also converts values to other types if specified.
|
|
5727
|
+
* @param message BotPlanningStepSectionMetadata
|
|
5234
5728
|
* @param [options] Conversion options
|
|
5235
5729
|
* @returns Plain object
|
|
5236
5730
|
*/
|
|
5237
|
-
public static toObject(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.
|
|
5731
|
+
public static toObject(message: waproto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5238
5732
|
|
|
5239
5733
|
/**
|
|
5240
|
-
* Converts this
|
|
5734
|
+
* Converts this BotPlanningStepSectionMetadata to JSON.
|
|
5241
5735
|
* @returns JSON object
|
|
5242
5736
|
*/
|
|
5243
5737
|
public toJSON(): { [k: string]: any };
|
|
5244
5738
|
|
|
5245
5739
|
/**
|
|
5246
|
-
* Gets the default type url for
|
|
5740
|
+
* Gets the default type url for BotPlanningStepSectionMetadata
|
|
5247
5741
|
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5248
5742
|
* @returns The default type url
|
|
5249
5743
|
*/
|
|
5250
5744
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5251
5745
|
}
|
|
5252
5746
|
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5258
|
-
|
|
5259
|
-
GOOGLE = 2,
|
|
5260
|
-
BING = 3
|
|
5261
|
-
}
|
|
5747
|
+
/** BotSearchSourceProvider enum. */
|
|
5748
|
+
enum BotSearchSourceProvider {
|
|
5749
|
+
UNKNOWN_PROVIDER = 0,
|
|
5750
|
+
OTHER = 1,
|
|
5751
|
+
GOOGLE = 2,
|
|
5752
|
+
BING = 3
|
|
5262
5753
|
}
|
|
5263
5754
|
|
|
5264
5755
|
/** PlanningStepStatus enum. */
|
|
@@ -5929,6 +6420,244 @@ export namespace waproto {
|
|
|
5929
6420
|
VOICE = 6
|
|
5930
6421
|
}
|
|
5931
6422
|
|
|
6423
|
+
/** Properties of a BotSourcesMetadata. */
|
|
6424
|
+
interface IBotSourcesMetadata {
|
|
6425
|
+
|
|
6426
|
+
/** BotSourcesMetadata sources */
|
|
6427
|
+
sources?: (waproto.BotSourcesMetadata.IBotSourceItem[]|null);
|
|
6428
|
+
}
|
|
6429
|
+
|
|
6430
|
+
/** Represents a BotSourcesMetadata. */
|
|
6431
|
+
class BotSourcesMetadata implements IBotSourcesMetadata {
|
|
6432
|
+
|
|
6433
|
+
/**
|
|
6434
|
+
* Constructs a new BotSourcesMetadata.
|
|
6435
|
+
* @param [properties] Properties to set
|
|
6436
|
+
*/
|
|
6437
|
+
constructor(properties?: waproto.IBotSourcesMetadata);
|
|
6438
|
+
|
|
6439
|
+
/** BotSourcesMetadata sources. */
|
|
6440
|
+
public sources: waproto.BotSourcesMetadata.IBotSourceItem[];
|
|
6441
|
+
|
|
6442
|
+
/**
|
|
6443
|
+
* Creates a new BotSourcesMetadata instance using the specified properties.
|
|
6444
|
+
* @param [properties] Properties to set
|
|
6445
|
+
* @returns BotSourcesMetadata instance
|
|
6446
|
+
*/
|
|
6447
|
+
public static create(properties?: waproto.IBotSourcesMetadata): waproto.BotSourcesMetadata;
|
|
6448
|
+
|
|
6449
|
+
/**
|
|
6450
|
+
* Encodes the specified BotSourcesMetadata message. Does not implicitly {@link waproto.BotSourcesMetadata.verify|verify} messages.
|
|
6451
|
+
* @param message BotSourcesMetadata message or plain object to encode
|
|
6452
|
+
* @param [writer] Writer to encode to
|
|
6453
|
+
* @returns Writer
|
|
6454
|
+
*/
|
|
6455
|
+
public static encode(message: waproto.IBotSourcesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
6456
|
+
|
|
6457
|
+
/**
|
|
6458
|
+
* Encodes the specified BotSourcesMetadata message, length delimited. Does not implicitly {@link waproto.BotSourcesMetadata.verify|verify} messages.
|
|
6459
|
+
* @param message BotSourcesMetadata message or plain object to encode
|
|
6460
|
+
* @param [writer] Writer to encode to
|
|
6461
|
+
* @returns Writer
|
|
6462
|
+
*/
|
|
6463
|
+
public static encodeDelimited(message: waproto.IBotSourcesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
6464
|
+
|
|
6465
|
+
/**
|
|
6466
|
+
* Decodes a BotSourcesMetadata message from the specified reader or buffer.
|
|
6467
|
+
* @param reader Reader or buffer to decode from
|
|
6468
|
+
* @param [length] Message length if known beforehand
|
|
6469
|
+
* @returns BotSourcesMetadata
|
|
6470
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
6471
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
6472
|
+
*/
|
|
6473
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.BotSourcesMetadata;
|
|
6474
|
+
|
|
6475
|
+
/**
|
|
6476
|
+
* Decodes a BotSourcesMetadata message from the specified reader or buffer, length delimited.
|
|
6477
|
+
* @param reader Reader or buffer to decode from
|
|
6478
|
+
* @returns BotSourcesMetadata
|
|
6479
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
6480
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
6481
|
+
*/
|
|
6482
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.BotSourcesMetadata;
|
|
6483
|
+
|
|
6484
|
+
/**
|
|
6485
|
+
* Verifies a BotSourcesMetadata message.
|
|
6486
|
+
* @param message Plain object to verify
|
|
6487
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
6488
|
+
*/
|
|
6489
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
6490
|
+
|
|
6491
|
+
/**
|
|
6492
|
+
* Creates a BotSourcesMetadata message from a plain object. Also converts values to their respective internal types.
|
|
6493
|
+
* @param object Plain object
|
|
6494
|
+
* @returns BotSourcesMetadata
|
|
6495
|
+
*/
|
|
6496
|
+
public static fromObject(object: { [k: string]: any }): waproto.BotSourcesMetadata;
|
|
6497
|
+
|
|
6498
|
+
/**
|
|
6499
|
+
* Creates a plain object from a BotSourcesMetadata message. Also converts values to other types if specified.
|
|
6500
|
+
* @param message BotSourcesMetadata
|
|
6501
|
+
* @param [options] Conversion options
|
|
6502
|
+
* @returns Plain object
|
|
6503
|
+
*/
|
|
6504
|
+
public static toObject(message: waproto.BotSourcesMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
6505
|
+
|
|
6506
|
+
/**
|
|
6507
|
+
* Converts this BotSourcesMetadata to JSON.
|
|
6508
|
+
* @returns JSON object
|
|
6509
|
+
*/
|
|
6510
|
+
public toJSON(): { [k: string]: any };
|
|
6511
|
+
|
|
6512
|
+
/**
|
|
6513
|
+
* Gets the default type url for BotSourcesMetadata
|
|
6514
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6515
|
+
* @returns The default type url
|
|
6516
|
+
*/
|
|
6517
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6518
|
+
}
|
|
6519
|
+
|
|
6520
|
+
namespace BotSourcesMetadata {
|
|
6521
|
+
|
|
6522
|
+
/** Properties of a BotSourceItem. */
|
|
6523
|
+
interface IBotSourceItem {
|
|
6524
|
+
|
|
6525
|
+
/** BotSourceItem provider */
|
|
6526
|
+
provider?: (waproto.BotSourcesMetadata.BotSourceItem.SourceProvider|null);
|
|
6527
|
+
|
|
6528
|
+
/** BotSourceItem thumbnailCdnUrl */
|
|
6529
|
+
thumbnailCdnUrl?: (string|null);
|
|
6530
|
+
|
|
6531
|
+
/** BotSourceItem sourceProviderUrl */
|
|
6532
|
+
sourceProviderUrl?: (string|null);
|
|
6533
|
+
|
|
6534
|
+
/** BotSourceItem sourceQuery */
|
|
6535
|
+
sourceQuery?: (string|null);
|
|
6536
|
+
|
|
6537
|
+
/** BotSourceItem faviconCdnUrl */
|
|
6538
|
+
faviconCdnUrl?: (string|null);
|
|
6539
|
+
|
|
6540
|
+
/** BotSourceItem citationNumber */
|
|
6541
|
+
citationNumber?: (number|null);
|
|
6542
|
+
}
|
|
6543
|
+
|
|
6544
|
+
/** Represents a BotSourceItem. */
|
|
6545
|
+
class BotSourceItem implements IBotSourceItem {
|
|
6546
|
+
|
|
6547
|
+
/**
|
|
6548
|
+
* Constructs a new BotSourceItem.
|
|
6549
|
+
* @param [properties] Properties to set
|
|
6550
|
+
*/
|
|
6551
|
+
constructor(properties?: waproto.BotSourcesMetadata.IBotSourceItem);
|
|
6552
|
+
|
|
6553
|
+
/** BotSourceItem provider. */
|
|
6554
|
+
public provider?: (waproto.BotSourcesMetadata.BotSourceItem.SourceProvider|null);
|
|
6555
|
+
|
|
6556
|
+
/** BotSourceItem thumbnailCdnUrl. */
|
|
6557
|
+
public thumbnailCdnUrl?: (string|null);
|
|
6558
|
+
|
|
6559
|
+
/** BotSourceItem sourceProviderUrl. */
|
|
6560
|
+
public sourceProviderUrl?: (string|null);
|
|
6561
|
+
|
|
6562
|
+
/** BotSourceItem sourceQuery. */
|
|
6563
|
+
public sourceQuery?: (string|null);
|
|
6564
|
+
|
|
6565
|
+
/** BotSourceItem faviconCdnUrl. */
|
|
6566
|
+
public faviconCdnUrl?: (string|null);
|
|
6567
|
+
|
|
6568
|
+
/** BotSourceItem citationNumber. */
|
|
6569
|
+
public citationNumber?: (number|null);
|
|
6570
|
+
|
|
6571
|
+
/**
|
|
6572
|
+
* Creates a new BotSourceItem instance using the specified properties.
|
|
6573
|
+
* @param [properties] Properties to set
|
|
6574
|
+
* @returns BotSourceItem instance
|
|
6575
|
+
*/
|
|
6576
|
+
public static create(properties?: waproto.BotSourcesMetadata.IBotSourceItem): waproto.BotSourcesMetadata.BotSourceItem;
|
|
6577
|
+
|
|
6578
|
+
/**
|
|
6579
|
+
* Encodes the specified BotSourceItem message. Does not implicitly {@link waproto.BotSourcesMetadata.BotSourceItem.verify|verify} messages.
|
|
6580
|
+
* @param message BotSourceItem message or plain object to encode
|
|
6581
|
+
* @param [writer] Writer to encode to
|
|
6582
|
+
* @returns Writer
|
|
6583
|
+
*/
|
|
6584
|
+
public static encode(message: waproto.BotSourcesMetadata.IBotSourceItem, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
6585
|
+
|
|
6586
|
+
/**
|
|
6587
|
+
* Encodes the specified BotSourceItem message, length delimited. Does not implicitly {@link waproto.BotSourcesMetadata.BotSourceItem.verify|verify} messages.
|
|
6588
|
+
* @param message BotSourceItem message or plain object to encode
|
|
6589
|
+
* @param [writer] Writer to encode to
|
|
6590
|
+
* @returns Writer
|
|
6591
|
+
*/
|
|
6592
|
+
public static encodeDelimited(message: waproto.BotSourcesMetadata.IBotSourceItem, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
6593
|
+
|
|
6594
|
+
/**
|
|
6595
|
+
* Decodes a BotSourceItem message from the specified reader or buffer.
|
|
6596
|
+
* @param reader Reader or buffer to decode from
|
|
6597
|
+
* @param [length] Message length if known beforehand
|
|
6598
|
+
* @returns BotSourceItem
|
|
6599
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
6600
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
6601
|
+
*/
|
|
6602
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.BotSourcesMetadata.BotSourceItem;
|
|
6603
|
+
|
|
6604
|
+
/**
|
|
6605
|
+
* Decodes a BotSourceItem message from the specified reader or buffer, length delimited.
|
|
6606
|
+
* @param reader Reader or buffer to decode from
|
|
6607
|
+
* @returns BotSourceItem
|
|
6608
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
6609
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
6610
|
+
*/
|
|
6611
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.BotSourcesMetadata.BotSourceItem;
|
|
6612
|
+
|
|
6613
|
+
/**
|
|
6614
|
+
* Verifies a BotSourceItem message.
|
|
6615
|
+
* @param message Plain object to verify
|
|
6616
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
6617
|
+
*/
|
|
6618
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
6619
|
+
|
|
6620
|
+
/**
|
|
6621
|
+
* Creates a BotSourceItem message from a plain object. Also converts values to their respective internal types.
|
|
6622
|
+
* @param object Plain object
|
|
6623
|
+
* @returns BotSourceItem
|
|
6624
|
+
*/
|
|
6625
|
+
public static fromObject(object: { [k: string]: any }): waproto.BotSourcesMetadata.BotSourceItem;
|
|
6626
|
+
|
|
6627
|
+
/**
|
|
6628
|
+
* Creates a plain object from a BotSourceItem message. Also converts values to other types if specified.
|
|
6629
|
+
* @param message BotSourceItem
|
|
6630
|
+
* @param [options] Conversion options
|
|
6631
|
+
* @returns Plain object
|
|
6632
|
+
*/
|
|
6633
|
+
public static toObject(message: waproto.BotSourcesMetadata.BotSourceItem, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
6634
|
+
|
|
6635
|
+
/**
|
|
6636
|
+
* Converts this BotSourceItem to JSON.
|
|
6637
|
+
* @returns JSON object
|
|
6638
|
+
*/
|
|
6639
|
+
public toJSON(): { [k: string]: any };
|
|
6640
|
+
|
|
6641
|
+
/**
|
|
6642
|
+
* Gets the default type url for BotSourceItem
|
|
6643
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
6644
|
+
* @returns The default type url
|
|
6645
|
+
*/
|
|
6646
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
6647
|
+
}
|
|
6648
|
+
|
|
6649
|
+
namespace BotSourceItem {
|
|
6650
|
+
|
|
6651
|
+
/** SourceProvider enum. */
|
|
6652
|
+
enum SourceProvider {
|
|
6653
|
+
UNKNOWN = 0,
|
|
6654
|
+
BING = 1,
|
|
6655
|
+
GOOGLE = 2,
|
|
6656
|
+
SUPPORT = 3
|
|
6657
|
+
}
|
|
6658
|
+
}
|
|
6659
|
+
}
|
|
6660
|
+
|
|
5932
6661
|
/** Properties of a BotSuggestedPromptMetadata. */
|
|
5933
6662
|
interface IBotSuggestedPromptMetadata {
|
|
5934
6663
|
|
|
@@ -7613,6 +8342,9 @@ export namespace waproto {
|
|
|
7613
8342
|
|
|
7614
8343
|
/** ClientPayload trafficAnonymization */
|
|
7615
8344
|
trafficAnonymization?: (waproto.ClientPayload.TrafficAnonymization|null);
|
|
8345
|
+
|
|
8346
|
+
/** ClientPayload lidDbMigrated */
|
|
8347
|
+
lidDbMigrated?: (boolean|null);
|
|
7616
8348
|
}
|
|
7617
8349
|
|
|
7618
8350
|
/** Represents a ClientPayload. */
|
|
@@ -7708,6 +8440,9 @@ export namespace waproto {
|
|
|
7708
8440
|
/** ClientPayload trafficAnonymization. */
|
|
7709
8441
|
public trafficAnonymization?: (waproto.ClientPayload.TrafficAnonymization|null);
|
|
7710
8442
|
|
|
8443
|
+
/** ClientPayload lidDbMigrated. */
|
|
8444
|
+
public lidDbMigrated?: (boolean|null);
|
|
8445
|
+
|
|
7711
8446
|
/**
|
|
7712
8447
|
* Creates a new ClientPayload instance using the specified properties.
|
|
7713
8448
|
* @param [properties] Properties to set
|
|
@@ -10149,6 +10884,9 @@ export namespace waproto {
|
|
|
10149
10884
|
|
|
10150
10885
|
/** ExternalAdReplyInfo originalImageUrl */
|
|
10151
10886
|
originalImageUrl?: (string|null);
|
|
10887
|
+
|
|
10888
|
+
/** ExternalAdReplyInfo wtwaAdFormat */
|
|
10889
|
+
wtwaAdFormat?: (boolean|null);
|
|
10152
10890
|
}
|
|
10153
10891
|
|
|
10154
10892
|
/** Represents an ExternalAdReplyInfo. */
|
|
@@ -10226,6 +10964,9 @@ export namespace waproto {
|
|
|
10226
10964
|
/** ExternalAdReplyInfo originalImageUrl. */
|
|
10227
10965
|
public originalImageUrl?: (string|null);
|
|
10228
10966
|
|
|
10967
|
+
/** ExternalAdReplyInfo wtwaAdFormat. */
|
|
10968
|
+
public wtwaAdFormat?: (boolean|null);
|
|
10969
|
+
|
|
10229
10970
|
/**
|
|
10230
10971
|
* Creates a new ExternalAdReplyInfo instance using the specified properties.
|
|
10231
10972
|
* @param [properties] Properties to set
|
|
@@ -10938,6 +11679,12 @@ export namespace waproto {
|
|
|
10938
11679
|
|
|
10939
11680
|
/** Conversation accountLid */
|
|
10940
11681
|
accountLid?: (string|null);
|
|
11682
|
+
|
|
11683
|
+
/** Conversation limitSharing */
|
|
11684
|
+
limitSharing?: (boolean|null);
|
|
11685
|
+
|
|
11686
|
+
/** Conversation limitSharingSettingTimestamp */
|
|
11687
|
+
limitSharingSettingTimestamp?: (number|Long|null);
|
|
10941
11688
|
}
|
|
10942
11689
|
|
|
10943
11690
|
/** Represents a Conversation. */
|
|
@@ -11096,6 +11843,12 @@ export namespace waproto {
|
|
|
11096
11843
|
/** Conversation accountLid. */
|
|
11097
11844
|
public accountLid?: (string|null);
|
|
11098
11845
|
|
|
11846
|
+
/** Conversation limitSharing. */
|
|
11847
|
+
public limitSharing?: (boolean|null);
|
|
11848
|
+
|
|
11849
|
+
/** Conversation limitSharingSettingTimestamp. */
|
|
11850
|
+
public limitSharingSettingTimestamp?: (number|Long|null);
|
|
11851
|
+
|
|
11099
11852
|
/**
|
|
11100
11853
|
* Creates a new Conversation instance using the specified properties.
|
|
11101
11854
|
* @param [properties] Properties to set
|
|
@@ -14260,6 +15013,9 @@ export namespace waproto {
|
|
|
14260
15013
|
|
|
14261
15014
|
/** HistorySync shareableChatIdentifierEncryptionKey */
|
|
14262
15015
|
shareableChatIdentifierEncryptionKey?: (Uint8Array|null);
|
|
15016
|
+
|
|
15017
|
+
/** HistorySync accounts */
|
|
15018
|
+
accounts?: (waproto.IAccount[]|null);
|
|
14263
15019
|
}
|
|
14264
15020
|
|
|
14265
15021
|
/** Represents a HistorySync. */
|
|
@@ -14319,6 +15075,9 @@ export namespace waproto {
|
|
|
14319
15075
|
/** HistorySync shareableChatIdentifierEncryptionKey. */
|
|
14320
15076
|
public shareableChatIdentifierEncryptionKey?: (Uint8Array|null);
|
|
14321
15077
|
|
|
15078
|
+
/** HistorySync accounts. */
|
|
15079
|
+
public accounts: waproto.IAccount[];
|
|
15080
|
+
|
|
14322
15081
|
/**
|
|
14323
15082
|
* Creates a new HistorySync instance using the specified properties.
|
|
14324
15083
|
* @param [properties] Properties to set
|
|
@@ -15087,6 +15846,9 @@ export namespace waproto {
|
|
|
15087
15846
|
/** InteractiveAnnotation embeddedContent */
|
|
15088
15847
|
embeddedContent?: (waproto.IEmbeddedContent|null);
|
|
15089
15848
|
|
|
15849
|
+
/** InteractiveAnnotation statusLinkType */
|
|
15850
|
+
statusLinkType?: (waproto.InteractiveAnnotation.StatusLinkType|null);
|
|
15851
|
+
|
|
15090
15852
|
/** InteractiveAnnotation location */
|
|
15091
15853
|
location?: (waproto.ILocation|null);
|
|
15092
15854
|
|
|
@@ -15118,6 +15880,9 @@ export namespace waproto {
|
|
|
15118
15880
|
/** InteractiveAnnotation embeddedContent. */
|
|
15119
15881
|
public embeddedContent?: (waproto.IEmbeddedContent|null);
|
|
15120
15882
|
|
|
15883
|
+
/** InteractiveAnnotation statusLinkType. */
|
|
15884
|
+
public statusLinkType?: (waproto.InteractiveAnnotation.StatusLinkType|null);
|
|
15885
|
+
|
|
15121
15886
|
/** InteractiveAnnotation location. */
|
|
15122
15887
|
public location?: (waproto.ILocation|null);
|
|
15123
15888
|
|
|
@@ -15211,6 +15976,16 @@ export namespace waproto {
|
|
|
15211
15976
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
15212
15977
|
}
|
|
15213
15978
|
|
|
15979
|
+
namespace InteractiveAnnotation {
|
|
15980
|
+
|
|
15981
|
+
/** StatusLinkType enum. */
|
|
15982
|
+
enum StatusLinkType {
|
|
15983
|
+
RASTERIZED_LINK_PREVIEW = 1,
|
|
15984
|
+
RASTERIZED_LINK_TRUNCATED = 2,
|
|
15985
|
+
RASTERIZED_LINK_FULL_URL = 3
|
|
15986
|
+
}
|
|
15987
|
+
}
|
|
15988
|
+
|
|
15214
15989
|
/** Properties of a KeepInChat. */
|
|
15215
15990
|
interface IKeepInChat {
|
|
15216
15991
|
|
|
@@ -16886,6 +17661,9 @@ export namespace waproto {
|
|
|
16886
17661
|
|
|
16887
17662
|
/** Message statusNotificationMessage */
|
|
16888
17663
|
statusNotificationMessage?: (waproto.Message.IStatusNotificationMessage|null);
|
|
17664
|
+
|
|
17665
|
+
/** Message limitSharingMessage */
|
|
17666
|
+
limitSharingMessage?: (waproto.Message.IFutureProofMessage|null);
|
|
16889
17667
|
}
|
|
16890
17668
|
|
|
16891
17669
|
/** Represents a Message. */
|
|
@@ -17143,6 +17921,9 @@ export namespace waproto {
|
|
|
17143
17921
|
/** Message statusNotificationMessage. */
|
|
17144
17922
|
public statusNotificationMessage?: (waproto.Message.IStatusNotificationMessage|null);
|
|
17145
17923
|
|
|
17924
|
+
/** Message limitSharingMessage. */
|
|
17925
|
+
public limitSharingMessage?: (waproto.Message.IFutureProofMessage|null);
|
|
17926
|
+
|
|
17146
17927
|
/**
|
|
17147
17928
|
* Creates a new Message instance using the specified properties.
|
|
17148
17929
|
* @param [properties] Properties to set
|
|
@@ -21263,6 +22044,9 @@ export namespace waproto {
|
|
|
21263
22044
|
|
|
21264
22045
|
/** ExtendedTextMessage faviconMMSMetadata */
|
|
21265
22046
|
faviconMMSMetadata?: (waproto.Message.IMMSThumbnailMetadata|null);
|
|
22047
|
+
|
|
22048
|
+
/** ExtendedTextMessage linkPreviewMetadata */
|
|
22049
|
+
linkPreviewMetadata?: (waproto.Message.ExtendedTextMessage.ILinkPreviewMetadata|null);
|
|
21266
22050
|
}
|
|
21267
22051
|
|
|
21268
22052
|
/** Represents an ExtendedTextMessage. */
|
|
@@ -21352,6 +22136,9 @@ export namespace waproto {
|
|
|
21352
22136
|
/** ExtendedTextMessage faviconMMSMetadata. */
|
|
21353
22137
|
public faviconMMSMetadata?: (waproto.Message.IMMSThumbnailMetadata|null);
|
|
21354
22138
|
|
|
22139
|
+
/** ExtendedTextMessage linkPreviewMetadata. */
|
|
22140
|
+
public linkPreviewMetadata?: (waproto.Message.ExtendedTextMessage.ILinkPreviewMetadata|null);
|
|
22141
|
+
|
|
21355
22142
|
/**
|
|
21356
22143
|
* Creates a new ExtendedTextMessage instance using the specified properties.
|
|
21357
22144
|
* @param [properties] Properties to set
|
|
@@ -21416,40 +22203,137 @@ export namespace waproto {
|
|
|
21416
22203
|
*/
|
|
21417
22204
|
public static toObject(message: waproto.Message.ExtendedTextMessage, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
21418
22205
|
|
|
21419
|
-
/**
|
|
21420
|
-
* Converts this ExtendedTextMessage to JSON.
|
|
21421
|
-
* @returns JSON object
|
|
21422
|
-
*/
|
|
21423
|
-
public toJSON(): { [k: string]: any };
|
|
22206
|
+
/**
|
|
22207
|
+
* Converts this ExtendedTextMessage to JSON.
|
|
22208
|
+
* @returns JSON object
|
|
22209
|
+
*/
|
|
22210
|
+
public toJSON(): { [k: string]: any };
|
|
22211
|
+
|
|
22212
|
+
/**
|
|
22213
|
+
* Gets the default type url for ExtendedTextMessage
|
|
22214
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22215
|
+
* @returns The default type url
|
|
22216
|
+
*/
|
|
22217
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
22218
|
+
}
|
|
22219
|
+
|
|
22220
|
+
namespace ExtendedTextMessage {
|
|
22221
|
+
|
|
22222
|
+
/** FontType enum. */
|
|
22223
|
+
enum FontType {
|
|
22224
|
+
SYSTEM = 0,
|
|
22225
|
+
SYSTEM_TEXT = 1,
|
|
22226
|
+
FB_SCRIPT = 2,
|
|
22227
|
+
SYSTEM_BOLD = 6,
|
|
22228
|
+
MORNINGBREEZE_REGULAR = 7,
|
|
22229
|
+
CALISTOGA_REGULAR = 8,
|
|
22230
|
+
EXO2_EXTRABOLD = 9,
|
|
22231
|
+
COURIERPRIME_BOLD = 10
|
|
22232
|
+
}
|
|
22233
|
+
|
|
22234
|
+
/** InviteLinkGroupType enum. */
|
|
22235
|
+
enum InviteLinkGroupType {
|
|
22236
|
+
DEFAULT = 0,
|
|
22237
|
+
PARENT = 1,
|
|
22238
|
+
SUB = 2,
|
|
22239
|
+
DEFAULT_SUB = 3
|
|
22240
|
+
}
|
|
22241
|
+
|
|
22242
|
+
/** Properties of a LinkPreviewMetadata. */
|
|
22243
|
+
interface ILinkPreviewMetadata {
|
|
22244
|
+
|
|
22245
|
+
/** LinkPreviewMetadata paymentLinkMetadata */
|
|
22246
|
+
paymentLinkMetadata?: (waproto.Message.IPaymentLinkMetadata|null);
|
|
22247
|
+
}
|
|
22248
|
+
|
|
22249
|
+
/** Represents a LinkPreviewMetadata. */
|
|
22250
|
+
class LinkPreviewMetadata implements ILinkPreviewMetadata {
|
|
22251
|
+
|
|
22252
|
+
/**
|
|
22253
|
+
* Constructs a new LinkPreviewMetadata.
|
|
22254
|
+
* @param [properties] Properties to set
|
|
22255
|
+
*/
|
|
22256
|
+
constructor(properties?: waproto.Message.ExtendedTextMessage.ILinkPreviewMetadata);
|
|
22257
|
+
|
|
22258
|
+
/** LinkPreviewMetadata paymentLinkMetadata. */
|
|
22259
|
+
public paymentLinkMetadata?: (waproto.Message.IPaymentLinkMetadata|null);
|
|
22260
|
+
|
|
22261
|
+
/**
|
|
22262
|
+
* Creates a new LinkPreviewMetadata instance using the specified properties.
|
|
22263
|
+
* @param [properties] Properties to set
|
|
22264
|
+
* @returns LinkPreviewMetadata instance
|
|
22265
|
+
*/
|
|
22266
|
+
public static create(properties?: waproto.Message.ExtendedTextMessage.ILinkPreviewMetadata): waproto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
|
22267
|
+
|
|
22268
|
+
/**
|
|
22269
|
+
* Encodes the specified LinkPreviewMetadata message. Does not implicitly {@link waproto.Message.ExtendedTextMessage.LinkPreviewMetadata.verify|verify} messages.
|
|
22270
|
+
* @param message LinkPreviewMetadata message or plain object to encode
|
|
22271
|
+
* @param [writer] Writer to encode to
|
|
22272
|
+
* @returns Writer
|
|
22273
|
+
*/
|
|
22274
|
+
public static encode(message: waproto.Message.ExtendedTextMessage.ILinkPreviewMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
22275
|
+
|
|
22276
|
+
/**
|
|
22277
|
+
* Encodes the specified LinkPreviewMetadata message, length delimited. Does not implicitly {@link waproto.Message.ExtendedTextMessage.LinkPreviewMetadata.verify|verify} messages.
|
|
22278
|
+
* @param message LinkPreviewMetadata message or plain object to encode
|
|
22279
|
+
* @param [writer] Writer to encode to
|
|
22280
|
+
* @returns Writer
|
|
22281
|
+
*/
|
|
22282
|
+
public static encodeDelimited(message: waproto.Message.ExtendedTextMessage.ILinkPreviewMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
22283
|
+
|
|
22284
|
+
/**
|
|
22285
|
+
* Decodes a LinkPreviewMetadata message from the specified reader or buffer.
|
|
22286
|
+
* @param reader Reader or buffer to decode from
|
|
22287
|
+
* @param [length] Message length if known beforehand
|
|
22288
|
+
* @returns LinkPreviewMetadata
|
|
22289
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
22290
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
22291
|
+
*/
|
|
22292
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
|
22293
|
+
|
|
22294
|
+
/**
|
|
22295
|
+
* Decodes a LinkPreviewMetadata message from the specified reader or buffer, length delimited.
|
|
22296
|
+
* @param reader Reader or buffer to decode from
|
|
22297
|
+
* @returns LinkPreviewMetadata
|
|
22298
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
22299
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
22300
|
+
*/
|
|
22301
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
|
21424
22302
|
|
|
21425
|
-
|
|
21426
|
-
|
|
21427
|
-
|
|
21428
|
-
|
|
21429
|
-
|
|
21430
|
-
|
|
21431
|
-
}
|
|
22303
|
+
/**
|
|
22304
|
+
* Verifies a LinkPreviewMetadata message.
|
|
22305
|
+
* @param message Plain object to verify
|
|
22306
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
22307
|
+
*/
|
|
22308
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
21432
22309
|
|
|
21433
|
-
|
|
22310
|
+
/**
|
|
22311
|
+
* Creates a LinkPreviewMetadata message from a plain object. Also converts values to their respective internal types.
|
|
22312
|
+
* @param object Plain object
|
|
22313
|
+
* @returns LinkPreviewMetadata
|
|
22314
|
+
*/
|
|
22315
|
+
public static fromObject(object: { [k: string]: any }): waproto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
|
21434
22316
|
|
|
21435
|
-
|
|
21436
|
-
|
|
21437
|
-
|
|
21438
|
-
|
|
21439
|
-
|
|
21440
|
-
|
|
21441
|
-
|
|
21442
|
-
CALISTOGA_REGULAR = 8,
|
|
21443
|
-
EXO2_EXTRABOLD = 9,
|
|
21444
|
-
COURIERPRIME_BOLD = 10
|
|
21445
|
-
}
|
|
22317
|
+
/**
|
|
22318
|
+
* Creates a plain object from a LinkPreviewMetadata message. Also converts values to other types if specified.
|
|
22319
|
+
* @param message LinkPreviewMetadata
|
|
22320
|
+
* @param [options] Conversion options
|
|
22321
|
+
* @returns Plain object
|
|
22322
|
+
*/
|
|
22323
|
+
public static toObject(message: waproto.Message.ExtendedTextMessage.LinkPreviewMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
21446
22324
|
|
|
21447
|
-
|
|
21448
|
-
|
|
21449
|
-
|
|
21450
|
-
|
|
21451
|
-
|
|
21452
|
-
|
|
22325
|
+
/**
|
|
22326
|
+
* Converts this LinkPreviewMetadata to JSON.
|
|
22327
|
+
* @returns JSON object
|
|
22328
|
+
*/
|
|
22329
|
+
public toJSON(): { [k: string]: any };
|
|
22330
|
+
|
|
22331
|
+
/**
|
|
22332
|
+
* Gets the default type url for LinkPreviewMetadata
|
|
22333
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
22334
|
+
* @returns The default type url
|
|
22335
|
+
*/
|
|
22336
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
21453
22337
|
}
|
|
21454
22338
|
|
|
21455
22339
|
/** PreviewType enum. */
|
|
@@ -26755,6 +27639,315 @@ export namespace waproto {
|
|
|
26755
27639
|
}
|
|
26756
27640
|
}
|
|
26757
27641
|
|
|
27642
|
+
/** Properties of a PaymentLinkMetadata. */
|
|
27643
|
+
interface IPaymentLinkMetadata {
|
|
27644
|
+
|
|
27645
|
+
/** PaymentLinkMetadata button */
|
|
27646
|
+
button?: (waproto.Message.PaymentLinkMetadata.IPaymentLinkButton|null);
|
|
27647
|
+
|
|
27648
|
+
/** PaymentLinkMetadata header */
|
|
27649
|
+
header?: (waproto.Message.PaymentLinkMetadata.IPaymentLinkHeader|null);
|
|
27650
|
+
}
|
|
27651
|
+
|
|
27652
|
+
/** Represents a PaymentLinkMetadata. */
|
|
27653
|
+
class PaymentLinkMetadata implements IPaymentLinkMetadata {
|
|
27654
|
+
|
|
27655
|
+
/**
|
|
27656
|
+
* Constructs a new PaymentLinkMetadata.
|
|
27657
|
+
* @param [properties] Properties to set
|
|
27658
|
+
*/
|
|
27659
|
+
constructor(properties?: waproto.Message.IPaymentLinkMetadata);
|
|
27660
|
+
|
|
27661
|
+
/** PaymentLinkMetadata button. */
|
|
27662
|
+
public button?: (waproto.Message.PaymentLinkMetadata.IPaymentLinkButton|null);
|
|
27663
|
+
|
|
27664
|
+
/** PaymentLinkMetadata header. */
|
|
27665
|
+
public header?: (waproto.Message.PaymentLinkMetadata.IPaymentLinkHeader|null);
|
|
27666
|
+
|
|
27667
|
+
/**
|
|
27668
|
+
* Creates a new PaymentLinkMetadata instance using the specified properties.
|
|
27669
|
+
* @param [properties] Properties to set
|
|
27670
|
+
* @returns PaymentLinkMetadata instance
|
|
27671
|
+
*/
|
|
27672
|
+
public static create(properties?: waproto.Message.IPaymentLinkMetadata): waproto.Message.PaymentLinkMetadata;
|
|
27673
|
+
|
|
27674
|
+
/**
|
|
27675
|
+
* Encodes the specified PaymentLinkMetadata message. Does not implicitly {@link waproto.Message.PaymentLinkMetadata.verify|verify} messages.
|
|
27676
|
+
* @param message PaymentLinkMetadata message or plain object to encode
|
|
27677
|
+
* @param [writer] Writer to encode to
|
|
27678
|
+
* @returns Writer
|
|
27679
|
+
*/
|
|
27680
|
+
public static encode(message: waproto.Message.IPaymentLinkMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
27681
|
+
|
|
27682
|
+
/**
|
|
27683
|
+
* Encodes the specified PaymentLinkMetadata message, length delimited. Does not implicitly {@link waproto.Message.PaymentLinkMetadata.verify|verify} messages.
|
|
27684
|
+
* @param message PaymentLinkMetadata message or plain object to encode
|
|
27685
|
+
* @param [writer] Writer to encode to
|
|
27686
|
+
* @returns Writer
|
|
27687
|
+
*/
|
|
27688
|
+
public static encodeDelimited(message: waproto.Message.IPaymentLinkMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
27689
|
+
|
|
27690
|
+
/**
|
|
27691
|
+
* Decodes a PaymentLinkMetadata message from the specified reader or buffer.
|
|
27692
|
+
* @param reader Reader or buffer to decode from
|
|
27693
|
+
* @param [length] Message length if known beforehand
|
|
27694
|
+
* @returns PaymentLinkMetadata
|
|
27695
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
27696
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
27697
|
+
*/
|
|
27698
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.Message.PaymentLinkMetadata;
|
|
27699
|
+
|
|
27700
|
+
/**
|
|
27701
|
+
* Decodes a PaymentLinkMetadata message from the specified reader or buffer, length delimited.
|
|
27702
|
+
* @param reader Reader or buffer to decode from
|
|
27703
|
+
* @returns PaymentLinkMetadata
|
|
27704
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
27705
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
27706
|
+
*/
|
|
27707
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.Message.PaymentLinkMetadata;
|
|
27708
|
+
|
|
27709
|
+
/**
|
|
27710
|
+
* Verifies a PaymentLinkMetadata message.
|
|
27711
|
+
* @param message Plain object to verify
|
|
27712
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
27713
|
+
*/
|
|
27714
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
27715
|
+
|
|
27716
|
+
/**
|
|
27717
|
+
* Creates a PaymentLinkMetadata message from a plain object. Also converts values to their respective internal types.
|
|
27718
|
+
* @param object Plain object
|
|
27719
|
+
* @returns PaymentLinkMetadata
|
|
27720
|
+
*/
|
|
27721
|
+
public static fromObject(object: { [k: string]: any }): waproto.Message.PaymentLinkMetadata;
|
|
27722
|
+
|
|
27723
|
+
/**
|
|
27724
|
+
* Creates a plain object from a PaymentLinkMetadata message. Also converts values to other types if specified.
|
|
27725
|
+
* @param message PaymentLinkMetadata
|
|
27726
|
+
* @param [options] Conversion options
|
|
27727
|
+
* @returns Plain object
|
|
27728
|
+
*/
|
|
27729
|
+
public static toObject(message: waproto.Message.PaymentLinkMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
27730
|
+
|
|
27731
|
+
/**
|
|
27732
|
+
* Converts this PaymentLinkMetadata to JSON.
|
|
27733
|
+
* @returns JSON object
|
|
27734
|
+
*/
|
|
27735
|
+
public toJSON(): { [k: string]: any };
|
|
27736
|
+
|
|
27737
|
+
/**
|
|
27738
|
+
* Gets the default type url for PaymentLinkMetadata
|
|
27739
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27740
|
+
* @returns The default type url
|
|
27741
|
+
*/
|
|
27742
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27743
|
+
}
|
|
27744
|
+
|
|
27745
|
+
namespace PaymentLinkMetadata {
|
|
27746
|
+
|
|
27747
|
+
/** Properties of a PaymentLinkButton. */
|
|
27748
|
+
interface IPaymentLinkButton {
|
|
27749
|
+
|
|
27750
|
+
/** PaymentLinkButton displayText */
|
|
27751
|
+
displayText: string;
|
|
27752
|
+
}
|
|
27753
|
+
|
|
27754
|
+
/** Represents a PaymentLinkButton. */
|
|
27755
|
+
class PaymentLinkButton implements IPaymentLinkButton {
|
|
27756
|
+
|
|
27757
|
+
/**
|
|
27758
|
+
* Constructs a new PaymentLinkButton.
|
|
27759
|
+
* @param [properties] Properties to set
|
|
27760
|
+
*/
|
|
27761
|
+
constructor(properties?: waproto.Message.PaymentLinkMetadata.IPaymentLinkButton);
|
|
27762
|
+
|
|
27763
|
+
/** PaymentLinkButton displayText. */
|
|
27764
|
+
public displayText: string;
|
|
27765
|
+
|
|
27766
|
+
/**
|
|
27767
|
+
* Creates a new PaymentLinkButton instance using the specified properties.
|
|
27768
|
+
* @param [properties] Properties to set
|
|
27769
|
+
* @returns PaymentLinkButton instance
|
|
27770
|
+
*/
|
|
27771
|
+
public static create(properties?: waproto.Message.PaymentLinkMetadata.IPaymentLinkButton): waproto.Message.PaymentLinkMetadata.PaymentLinkButton;
|
|
27772
|
+
|
|
27773
|
+
/**
|
|
27774
|
+
* Encodes the specified PaymentLinkButton message. Does not implicitly {@link waproto.Message.PaymentLinkMetadata.PaymentLinkButton.verify|verify} messages.
|
|
27775
|
+
* @param message PaymentLinkButton message or plain object to encode
|
|
27776
|
+
* @param [writer] Writer to encode to
|
|
27777
|
+
* @returns Writer
|
|
27778
|
+
*/
|
|
27779
|
+
public static encode(message: waproto.Message.PaymentLinkMetadata.IPaymentLinkButton, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
27780
|
+
|
|
27781
|
+
/**
|
|
27782
|
+
* Encodes the specified PaymentLinkButton message, length delimited. Does not implicitly {@link waproto.Message.PaymentLinkMetadata.PaymentLinkButton.verify|verify} messages.
|
|
27783
|
+
* @param message PaymentLinkButton message or plain object to encode
|
|
27784
|
+
* @param [writer] Writer to encode to
|
|
27785
|
+
* @returns Writer
|
|
27786
|
+
*/
|
|
27787
|
+
public static encodeDelimited(message: waproto.Message.PaymentLinkMetadata.IPaymentLinkButton, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
27788
|
+
|
|
27789
|
+
/**
|
|
27790
|
+
* Decodes a PaymentLinkButton message from the specified reader or buffer.
|
|
27791
|
+
* @param reader Reader or buffer to decode from
|
|
27792
|
+
* @param [length] Message length if known beforehand
|
|
27793
|
+
* @returns PaymentLinkButton
|
|
27794
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
27795
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
27796
|
+
*/
|
|
27797
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.Message.PaymentLinkMetadata.PaymentLinkButton;
|
|
27798
|
+
|
|
27799
|
+
/**
|
|
27800
|
+
* Decodes a PaymentLinkButton message from the specified reader or buffer, length delimited.
|
|
27801
|
+
* @param reader Reader or buffer to decode from
|
|
27802
|
+
* @returns PaymentLinkButton
|
|
27803
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
27804
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
27805
|
+
*/
|
|
27806
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.Message.PaymentLinkMetadata.PaymentLinkButton;
|
|
27807
|
+
|
|
27808
|
+
/**
|
|
27809
|
+
* Verifies a PaymentLinkButton message.
|
|
27810
|
+
* @param message Plain object to verify
|
|
27811
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
27812
|
+
*/
|
|
27813
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
27814
|
+
|
|
27815
|
+
/**
|
|
27816
|
+
* Creates a PaymentLinkButton message from a plain object. Also converts values to their respective internal types.
|
|
27817
|
+
* @param object Plain object
|
|
27818
|
+
* @returns PaymentLinkButton
|
|
27819
|
+
*/
|
|
27820
|
+
public static fromObject(object: { [k: string]: any }): waproto.Message.PaymentLinkMetadata.PaymentLinkButton;
|
|
27821
|
+
|
|
27822
|
+
/**
|
|
27823
|
+
* Creates a plain object from a PaymentLinkButton message. Also converts values to other types if specified.
|
|
27824
|
+
* @param message PaymentLinkButton
|
|
27825
|
+
* @param [options] Conversion options
|
|
27826
|
+
* @returns Plain object
|
|
27827
|
+
*/
|
|
27828
|
+
public static toObject(message: waproto.Message.PaymentLinkMetadata.PaymentLinkButton, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
27829
|
+
|
|
27830
|
+
/**
|
|
27831
|
+
* Converts this PaymentLinkButton to JSON.
|
|
27832
|
+
* @returns JSON object
|
|
27833
|
+
*/
|
|
27834
|
+
public toJSON(): { [k: string]: any };
|
|
27835
|
+
|
|
27836
|
+
/**
|
|
27837
|
+
* Gets the default type url for PaymentLinkButton
|
|
27838
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27839
|
+
* @returns The default type url
|
|
27840
|
+
*/
|
|
27841
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27842
|
+
}
|
|
27843
|
+
|
|
27844
|
+
/** Properties of a PaymentLinkHeader. */
|
|
27845
|
+
interface IPaymentLinkHeader {
|
|
27846
|
+
|
|
27847
|
+
/** PaymentLinkHeader headerType */
|
|
27848
|
+
headerType: waproto.Message.PaymentLinkMetadata.PaymentLinkHeader.PaymentLinkHeaderType;
|
|
27849
|
+
}
|
|
27850
|
+
|
|
27851
|
+
/** Represents a PaymentLinkHeader. */
|
|
27852
|
+
class PaymentLinkHeader implements IPaymentLinkHeader {
|
|
27853
|
+
|
|
27854
|
+
/**
|
|
27855
|
+
* Constructs a new PaymentLinkHeader.
|
|
27856
|
+
* @param [properties] Properties to set
|
|
27857
|
+
*/
|
|
27858
|
+
constructor(properties?: waproto.Message.PaymentLinkMetadata.IPaymentLinkHeader);
|
|
27859
|
+
|
|
27860
|
+
/** PaymentLinkHeader headerType. */
|
|
27861
|
+
public headerType: waproto.Message.PaymentLinkMetadata.PaymentLinkHeader.PaymentLinkHeaderType;
|
|
27862
|
+
|
|
27863
|
+
/**
|
|
27864
|
+
* Creates a new PaymentLinkHeader instance using the specified properties.
|
|
27865
|
+
* @param [properties] Properties to set
|
|
27866
|
+
* @returns PaymentLinkHeader instance
|
|
27867
|
+
*/
|
|
27868
|
+
public static create(properties?: waproto.Message.PaymentLinkMetadata.IPaymentLinkHeader): waproto.Message.PaymentLinkMetadata.PaymentLinkHeader;
|
|
27869
|
+
|
|
27870
|
+
/**
|
|
27871
|
+
* Encodes the specified PaymentLinkHeader message. Does not implicitly {@link waproto.Message.PaymentLinkMetadata.PaymentLinkHeader.verify|verify} messages.
|
|
27872
|
+
* @param message PaymentLinkHeader message or plain object to encode
|
|
27873
|
+
* @param [writer] Writer to encode to
|
|
27874
|
+
* @returns Writer
|
|
27875
|
+
*/
|
|
27876
|
+
public static encode(message: waproto.Message.PaymentLinkMetadata.IPaymentLinkHeader, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
27877
|
+
|
|
27878
|
+
/**
|
|
27879
|
+
* Encodes the specified PaymentLinkHeader message, length delimited. Does not implicitly {@link waproto.Message.PaymentLinkMetadata.PaymentLinkHeader.verify|verify} messages.
|
|
27880
|
+
* @param message PaymentLinkHeader message or plain object to encode
|
|
27881
|
+
* @param [writer] Writer to encode to
|
|
27882
|
+
* @returns Writer
|
|
27883
|
+
*/
|
|
27884
|
+
public static encodeDelimited(message: waproto.Message.PaymentLinkMetadata.IPaymentLinkHeader, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
27885
|
+
|
|
27886
|
+
/**
|
|
27887
|
+
* Decodes a PaymentLinkHeader message from the specified reader or buffer.
|
|
27888
|
+
* @param reader Reader or buffer to decode from
|
|
27889
|
+
* @param [length] Message length if known beforehand
|
|
27890
|
+
* @returns PaymentLinkHeader
|
|
27891
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
27892
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
27893
|
+
*/
|
|
27894
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): waproto.Message.PaymentLinkMetadata.PaymentLinkHeader;
|
|
27895
|
+
|
|
27896
|
+
/**
|
|
27897
|
+
* Decodes a PaymentLinkHeader message from the specified reader or buffer, length delimited.
|
|
27898
|
+
* @param reader Reader or buffer to decode from
|
|
27899
|
+
* @returns PaymentLinkHeader
|
|
27900
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
27901
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
27902
|
+
*/
|
|
27903
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): waproto.Message.PaymentLinkMetadata.PaymentLinkHeader;
|
|
27904
|
+
|
|
27905
|
+
/**
|
|
27906
|
+
* Verifies a PaymentLinkHeader message.
|
|
27907
|
+
* @param message Plain object to verify
|
|
27908
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
27909
|
+
*/
|
|
27910
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
27911
|
+
|
|
27912
|
+
/**
|
|
27913
|
+
* Creates a PaymentLinkHeader message from a plain object. Also converts values to their respective internal types.
|
|
27914
|
+
* @param object Plain object
|
|
27915
|
+
* @returns PaymentLinkHeader
|
|
27916
|
+
*/
|
|
27917
|
+
public static fromObject(object: { [k: string]: any }): waproto.Message.PaymentLinkMetadata.PaymentLinkHeader;
|
|
27918
|
+
|
|
27919
|
+
/**
|
|
27920
|
+
* Creates a plain object from a PaymentLinkHeader message. Also converts values to other types if specified.
|
|
27921
|
+
* @param message PaymentLinkHeader
|
|
27922
|
+
* @param [options] Conversion options
|
|
27923
|
+
* @returns Plain object
|
|
27924
|
+
*/
|
|
27925
|
+
public static toObject(message: waproto.Message.PaymentLinkMetadata.PaymentLinkHeader, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
27926
|
+
|
|
27927
|
+
/**
|
|
27928
|
+
* Converts this PaymentLinkHeader to JSON.
|
|
27929
|
+
* @returns JSON object
|
|
27930
|
+
*/
|
|
27931
|
+
public toJSON(): { [k: string]: any };
|
|
27932
|
+
|
|
27933
|
+
/**
|
|
27934
|
+
* Gets the default type url for PaymentLinkHeader
|
|
27935
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
27936
|
+
* @returns The default type url
|
|
27937
|
+
*/
|
|
27938
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
27939
|
+
}
|
|
27940
|
+
|
|
27941
|
+
namespace PaymentLinkHeader {
|
|
27942
|
+
|
|
27943
|
+
/** PaymentLinkHeaderType enum. */
|
|
27944
|
+
enum PaymentLinkHeaderType {
|
|
27945
|
+
LINK_PREVIEW = 0,
|
|
27946
|
+
ORDER = 1
|
|
27947
|
+
}
|
|
27948
|
+
}
|
|
27949
|
+
}
|
|
27950
|
+
|
|
26758
27951
|
/** Properties of a PeerDataOperationRequestMessage. */
|
|
26759
27952
|
interface IPeerDataOperationRequestMessage {
|
|
26760
27953
|
|
|
@@ -33107,7 +34300,10 @@ export namespace waproto {
|
|
|
33107
34300
|
STATUS_ADD_YOURS = 8,
|
|
33108
34301
|
STATUS_NOTIFICATION = 9,
|
|
33109
34302
|
HD_IMAGE_DUAL_UPLOAD = 10,
|
|
33110
|
-
STICKER_ANNOTATION = 11
|
|
34303
|
+
STICKER_ANNOTATION = 11,
|
|
34304
|
+
MOTION_PHOTO = 12,
|
|
34305
|
+
STATUS_LINK_ACTION = 13,
|
|
34306
|
+
VIEW_ALL_REPLIES = 14
|
|
33111
34307
|
}
|
|
33112
34308
|
}
|
|
33113
34309
|
|