@google-apps/chat 0.16.0 → 0.17.0

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.
@@ -93,12 +93,19 @@
93
93
  "type": "FileDescriptorProto",
94
94
  "id": 1
95
95
  }
96
- }
96
+ },
97
+ "extensions": [
98
+ [
99
+ 536000000,
100
+ 536000000
101
+ ]
102
+ ]
97
103
  },
98
104
  "Edition": {
99
105
  "edition": "proto2",
100
106
  "values": {
101
107
  "EDITION_UNKNOWN": 0,
108
+ "EDITION_LEGACY": 900,
102
109
  "EDITION_PROTO2": 998,
103
110
  "EDITION_PROTO3": 999,
104
111
  "EDITION_2023": 1000,
@@ -137,6 +144,11 @@
137
144
  "type": "int32",
138
145
  "id": 11
139
146
  },
147
+ "optionDependency": {
148
+ "rule": "repeated",
149
+ "type": "string",
150
+ "id": 15
151
+ },
140
152
  "messageType": {
141
153
  "rule": "repeated",
142
154
  "type": "DescriptorProto",
@@ -225,6 +237,10 @@
225
237
  "rule": "repeated",
226
238
  "type": "string",
227
239
  "id": 10
240
+ },
241
+ "visibility": {
242
+ "type": "SymbolVisibility",
243
+ "id": 11
228
244
  }
229
245
  },
230
246
  "nested": {
@@ -450,6 +466,10 @@
450
466
  "rule": "repeated",
451
467
  "type": "string",
452
468
  "id": 5
469
+ },
470
+ "visibility": {
471
+ "type": "SymbolVisibility",
472
+ "id": 6
453
473
  }
454
474
  },
455
475
  "nested": {
@@ -664,6 +684,7 @@
664
684
  42,
665
685
  42
666
686
  ],
687
+ "php_generic_services",
667
688
  [
668
689
  38,
669
690
  38
@@ -799,7 +820,8 @@
799
820
  "type": "bool",
800
821
  "id": 10,
801
822
  "options": {
802
- "default": false
823
+ "default": false,
824
+ "deprecated": true
803
825
  }
804
826
  },
805
827
  "debugRedact": {
@@ -827,6 +849,10 @@
827
849
  "type": "FeatureSet",
828
850
  "id": 21
829
851
  },
852
+ "featureSupport": {
853
+ "type": "FeatureSupport",
854
+ "id": 22
855
+ },
830
856
  "uninterpretedOption": {
831
857
  "rule": "repeated",
832
858
  "type": "UninterpretedOption",
@@ -896,6 +922,26 @@
896
922
  "id": 2
897
923
  }
898
924
  }
925
+ },
926
+ "FeatureSupport": {
927
+ "fields": {
928
+ "editionIntroduced": {
929
+ "type": "Edition",
930
+ "id": 1
931
+ },
932
+ "editionDeprecated": {
933
+ "type": "Edition",
934
+ "id": 2
935
+ },
936
+ "deprecationWarning": {
937
+ "type": "string",
938
+ "id": 3
939
+ },
940
+ "editionRemoved": {
941
+ "type": "Edition",
942
+ "id": 4
943
+ }
944
+ }
899
945
  }
900
946
  }
901
947
  },
@@ -984,6 +1030,10 @@
984
1030
  "default": false
985
1031
  }
986
1032
  },
1033
+ "featureSupport": {
1034
+ "type": "FieldOptions.FeatureSupport",
1035
+ "id": 4
1036
+ },
987
1037
  "uninterpretedOption": {
988
1038
  "rule": "repeated",
989
1039
  "type": "UninterpretedOption",
@@ -1126,6 +1176,7 @@
1126
1176
  "options": {
1127
1177
  "retention": "RETENTION_RUNTIME",
1128
1178
  "targets": "TARGET_TYPE_FILE",
1179
+ "feature_support.edition_introduced": "EDITION_2023",
1129
1180
  "edition_defaults.edition": "EDITION_2023",
1130
1181
  "edition_defaults.value": "EXPLICIT"
1131
1182
  }
@@ -1136,6 +1187,7 @@
1136
1187
  "options": {
1137
1188
  "retention": "RETENTION_RUNTIME",
1138
1189
  "targets": "TARGET_TYPE_FILE",
1190
+ "feature_support.edition_introduced": "EDITION_2023",
1139
1191
  "edition_defaults.edition": "EDITION_PROTO3",
1140
1192
  "edition_defaults.value": "OPEN"
1141
1193
  }
@@ -1146,6 +1198,7 @@
1146
1198
  "options": {
1147
1199
  "retention": "RETENTION_RUNTIME",
1148
1200
  "targets": "TARGET_TYPE_FILE",
1201
+ "feature_support.edition_introduced": "EDITION_2023",
1149
1202
  "edition_defaults.edition": "EDITION_PROTO3",
1150
1203
  "edition_defaults.value": "PACKED"
1151
1204
  }
@@ -1156,6 +1209,7 @@
1156
1209
  "options": {
1157
1210
  "retention": "RETENTION_RUNTIME",
1158
1211
  "targets": "TARGET_TYPE_FILE",
1212
+ "feature_support.edition_introduced": "EDITION_2023",
1159
1213
  "edition_defaults.edition": "EDITION_PROTO3",
1160
1214
  "edition_defaults.value": "VERIFY"
1161
1215
  }
@@ -1166,7 +1220,8 @@
1166
1220
  "options": {
1167
1221
  "retention": "RETENTION_RUNTIME",
1168
1222
  "targets": "TARGET_TYPE_FILE",
1169
- "edition_defaults.edition": "EDITION_PROTO2",
1223
+ "feature_support.edition_introduced": "EDITION_2023",
1224
+ "edition_defaults.edition": "EDITION_LEGACY",
1170
1225
  "edition_defaults.value": "LENGTH_PREFIXED"
1171
1226
  }
1172
1227
  },
@@ -1176,27 +1231,38 @@
1176
1231
  "options": {
1177
1232
  "retention": "RETENTION_RUNTIME",
1178
1233
  "targets": "TARGET_TYPE_FILE",
1234
+ "feature_support.edition_introduced": "EDITION_2023",
1179
1235
  "edition_defaults.edition": "EDITION_PROTO3",
1180
1236
  "edition_defaults.value": "ALLOW"
1181
1237
  }
1238
+ },
1239
+ "enforceNamingStyle": {
1240
+ "type": "EnforceNamingStyle",
1241
+ "id": 7,
1242
+ "options": {
1243
+ "retention": "RETENTION_SOURCE",
1244
+ "targets": "TARGET_TYPE_METHOD",
1245
+ "feature_support.edition_introduced": "EDITION_2024",
1246
+ "edition_defaults.edition": "EDITION_2024",
1247
+ "edition_defaults.value": "STYLE2024"
1248
+ }
1249
+ },
1250
+ "defaultSymbolVisibility": {
1251
+ "type": "VisibilityFeature.DefaultSymbolVisibility",
1252
+ "id": 8,
1253
+ "options": {
1254
+ "retention": "RETENTION_SOURCE",
1255
+ "targets": "TARGET_TYPE_FILE",
1256
+ "feature_support.edition_introduced": "EDITION_2024",
1257
+ "edition_defaults.edition": "EDITION_2024",
1258
+ "edition_defaults.value": "EXPORT_TOP_LEVEL"
1259
+ }
1182
1260
  }
1183
1261
  },
1184
1262
  "extensions": [
1185
1263
  [
1186
1264
  1000,
1187
- 1000
1188
- ],
1189
- [
1190
- 1001,
1191
- 1001
1192
- ],
1193
- [
1194
- 1002,
1195
- 1002
1196
- ],
1197
- [
1198
- 9990,
1199
- 9990
1265
+ 9994
1200
1266
  ],
1201
1267
  [
1202
1268
  9995,
@@ -1241,7 +1307,13 @@
1241
1307
  "UTF8_VALIDATION_UNKNOWN": 0,
1242
1308
  "VERIFY": 2,
1243
1309
  "NONE": 3
1244
- }
1310
+ },
1311
+ "reserved": [
1312
+ [
1313
+ 1,
1314
+ 1
1315
+ ]
1316
+ ]
1245
1317
  },
1246
1318
  "MessageEncoding": {
1247
1319
  "values": {
@@ -1256,6 +1328,33 @@
1256
1328
  "ALLOW": 1,
1257
1329
  "LEGACY_BEST_EFFORT": 2
1258
1330
  }
1331
+ },
1332
+ "EnforceNamingStyle": {
1333
+ "values": {
1334
+ "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
1335
+ "STYLE2024": 1,
1336
+ "STYLE_LEGACY": 2
1337
+ }
1338
+ },
1339
+ "VisibilityFeature": {
1340
+ "fields": {},
1341
+ "reserved": [
1342
+ [
1343
+ 1,
1344
+ 536870911
1345
+ ]
1346
+ ],
1347
+ "nested": {
1348
+ "DefaultSymbolVisibility": {
1349
+ "values": {
1350
+ "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
1351
+ "EXPORT_ALL": 1,
1352
+ "EXPORT_TOP_LEVEL": 2,
1353
+ "LOCAL_ALL": 3,
1354
+ "STRICT": 4
1355
+ }
1356
+ }
1357
+ }
1259
1358
  }
1260
1359
  }
1261
1360
  },
@@ -1283,11 +1382,26 @@
1283
1382
  "type": "Edition",
1284
1383
  "id": 3
1285
1384
  },
1286
- "features": {
1385
+ "overridableFeatures": {
1287
1386
  "type": "FeatureSet",
1288
- "id": 2
1387
+ "id": 4
1388
+ },
1389
+ "fixedFeatures": {
1390
+ "type": "FeatureSet",
1391
+ "id": 5
1289
1392
  }
1290
- }
1393
+ },
1394
+ "reserved": [
1395
+ [
1396
+ 1,
1397
+ 1
1398
+ ],
1399
+ [
1400
+ 2,
1401
+ 2
1402
+ ],
1403
+ "features"
1404
+ ]
1291
1405
  }
1292
1406
  }
1293
1407
  },
@@ -1300,6 +1414,12 @@
1300
1414
  "id": 1
1301
1415
  }
1302
1416
  },
1417
+ "extensions": [
1418
+ [
1419
+ 536000000,
1420
+ 536000000
1421
+ ]
1422
+ ],
1303
1423
  "nested": {
1304
1424
  "Location": {
1305
1425
  "fields": {
@@ -1385,6 +1505,14 @@
1385
1505
  }
1386
1506
  }
1387
1507
  },
1508
+ "SymbolVisibility": {
1509
+ "edition": "proto2",
1510
+ "values": {
1511
+ "VISIBILITY_UNSET": 0,
1512
+ "VISIBILITY_LOCAL": 1,
1513
+ "VISIBILITY_EXPORT": 2
1514
+ }
1515
+ },
1388
1516
  "Duration": {
1389
1517
  "fields": {
1390
1518
  "seconds": {
@@ -2573,7 +2701,9 @@
2573
2701
  "data": {
2574
2702
  "oneof": [
2575
2703
  "driveLinkData",
2576
- "chatSpaceLinkData"
2704
+ "chatSpaceLinkData",
2705
+ "meetSpaceLinkData",
2706
+ "calendarEventLinkData"
2577
2707
  ]
2578
2708
  }
2579
2709
  },
@@ -2593,6 +2723,14 @@
2593
2723
  "chatSpaceLinkData": {
2594
2724
  "type": "ChatSpaceLinkData",
2595
2725
  "id": 4
2726
+ },
2727
+ "meetSpaceLinkData": {
2728
+ "type": "MeetSpaceLinkData",
2729
+ "id": 5
2730
+ },
2731
+ "calendarEventLinkData": {
2732
+ "type": "CalendarEventLinkData",
2733
+ "id": 6
2596
2734
  }
2597
2735
  },
2598
2736
  "nested": {
@@ -2600,7 +2738,9 @@
2600
2738
  "values": {
2601
2739
  "RICH_LINK_TYPE_UNSPECIFIED": 0,
2602
2740
  "DRIVE_FILE": 1,
2603
- "CHAT_SPACE": 2
2741
+ "CHAT_SPACE": 2,
2742
+ "MEET_SPACE": 4,
2743
+ "CALENDAR_EVENT": 5
2604
2744
  }
2605
2745
  }
2606
2746
  }
@@ -2650,6 +2790,54 @@
2650
2790
  }
2651
2791
  }
2652
2792
  },
2793
+ "MeetSpaceLinkData": {
2794
+ "fields": {
2795
+ "meetingCode": {
2796
+ "type": "string",
2797
+ "id": 1
2798
+ },
2799
+ "type": {
2800
+ "type": "Type",
2801
+ "id": 2
2802
+ },
2803
+ "huddleStatus": {
2804
+ "type": "HuddleStatus",
2805
+ "id": 3,
2806
+ "options": {
2807
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2808
+ }
2809
+ }
2810
+ },
2811
+ "nested": {
2812
+ "Type": {
2813
+ "values": {
2814
+ "TYPE_UNSPECIFIED": 0,
2815
+ "MEETING": 1,
2816
+ "HUDDLE": 2
2817
+ }
2818
+ },
2819
+ "HuddleStatus": {
2820
+ "values": {
2821
+ "HUDDLE_STATUS_UNSPECIFIED": 0,
2822
+ "STARTED": 1,
2823
+ "ENDED": 2,
2824
+ "MISSED": 3
2825
+ }
2826
+ }
2827
+ }
2828
+ },
2829
+ "CalendarEventLinkData": {
2830
+ "fields": {
2831
+ "calendarId": {
2832
+ "type": "string",
2833
+ "id": 1
2834
+ },
2835
+ "eventId": {
2836
+ "type": "string",
2837
+ "id": 2
2838
+ }
2839
+ }
2840
+ },
2653
2841
  "AnnotationType": {
2654
2842
  "values": {
2655
2843
  "ANNOTATION_TYPE_UNSPECIFIED": 0,
@@ -6127,7 +6315,6 @@
6127
6315
  },
6128
6316
  "api": {
6129
6317
  "options": {
6130
- "cc_enable_arenas": true,
6131
6318
  "go_package": "google.golang.org/genproto/googleapis/api;api",
6132
6319
  "java_multiple_files": true,
6133
6320
  "java_outer_classname": "LaunchStageProto",
@@ -6135,6 +6322,28 @@
6135
6322
  "objc_class_prefix": "GAPI"
6136
6323
  },
6137
6324
  "nested": {
6325
+ "fieldBehavior": {
6326
+ "rule": "repeated",
6327
+ "type": "google.api.FieldBehavior",
6328
+ "id": 1052,
6329
+ "extend": "google.protobuf.FieldOptions",
6330
+ "options": {
6331
+ "packed": false
6332
+ }
6333
+ },
6334
+ "FieldBehavior": {
6335
+ "values": {
6336
+ "FIELD_BEHAVIOR_UNSPECIFIED": 0,
6337
+ "OPTIONAL": 1,
6338
+ "REQUIRED": 2,
6339
+ "OUTPUT_ONLY": 3,
6340
+ "INPUT_ONLY": 4,
6341
+ "IMMUTABLE": 5,
6342
+ "UNORDERED_LIST": 6,
6343
+ "NON_EMPTY_DEFAULT": 7,
6344
+ "IDENTIFIER": 8
6345
+ }
6346
+ },
6138
6347
  "resourceReference": {
6139
6348
  "type": "google.api.ResourceReference",
6140
6349
  "id": 1055,
@@ -6212,28 +6421,6 @@
6212
6421
  }
6213
6422
  }
6214
6423
  },
6215
- "fieldBehavior": {
6216
- "rule": "repeated",
6217
- "type": "google.api.FieldBehavior",
6218
- "id": 1052,
6219
- "extend": "google.protobuf.FieldOptions",
6220
- "options": {
6221
- "packed": false
6222
- }
6223
- },
6224
- "FieldBehavior": {
6225
- "values": {
6226
- "FIELD_BEHAVIOR_UNSPECIFIED": 0,
6227
- "OPTIONAL": 1,
6228
- "REQUIRED": 2,
6229
- "OUTPUT_ONLY": 3,
6230
- "INPUT_ONLY": 4,
6231
- "IMMUTABLE": 5,
6232
- "UNORDERED_LIST": 6,
6233
- "NON_EMPTY_DEFAULT": 7,
6234
- "IDENTIFIER": 8
6235
- }
6236
- },
6237
6424
  "fieldInfo": {
6238
6425
  "type": "google.api.FieldInfo",
6239
6426
  "id": 291403980,
@@ -6244,6 +6431,11 @@
6244
6431
  "format": {
6245
6432
  "type": "Format",
6246
6433
  "id": 1
6434
+ },
6435
+ "referencedTypes": {
6436
+ "rule": "repeated",
6437
+ "type": "TypeReference",
6438
+ "id": 2
6247
6439
  }
6248
6440
  },
6249
6441
  "nested": {
@@ -6258,6 +6450,14 @@
6258
6450
  }
6259
6451
  }
6260
6452
  },
6453
+ "TypeReference": {
6454
+ "fields": {
6455
+ "typeName": {
6456
+ "type": "string",
6457
+ "id": 1
6458
+ }
6459
+ }
6460
+ },
6261
6461
  "http": {
6262
6462
  "type": "HttpRule",
6263
6463
  "id": 72295728,
@@ -6379,6 +6579,10 @@
6379
6579
  "rule": "repeated",
6380
6580
  "type": "ClientLibraryDestination",
6381
6581
  "id": 2
6582
+ },
6583
+ "selectiveGapicGeneration": {
6584
+ "type": "SelectiveGapicGeneration",
6585
+ "id": 3
6382
6586
  }
6383
6587
  }
6384
6588
  },
@@ -6519,6 +6723,28 @@
6519
6723
  "common": {
6520
6724
  "type": "CommonLanguageSettings",
6521
6725
  "id": 1
6726
+ },
6727
+ "experimentalFeatures": {
6728
+ "type": "ExperimentalFeatures",
6729
+ "id": 2
6730
+ }
6731
+ },
6732
+ "nested": {
6733
+ "ExperimentalFeatures": {
6734
+ "fields": {
6735
+ "restAsyncIoEnabled": {
6736
+ "type": "bool",
6737
+ "id": 1
6738
+ },
6739
+ "protobufPythonicTypesEnabled": {
6740
+ "type": "bool",
6741
+ "id": 2
6742
+ },
6743
+ "unversionedPackageDisabled": {
6744
+ "type": "bool",
6745
+ "id": 3
6746
+ }
6747
+ }
6522
6748
  }
6523
6749
  }
6524
6750
  },
@@ -6576,6 +6802,11 @@
6576
6802
  "common": {
6577
6803
  "type": "CommonLanguageSettings",
6578
6804
  "id": 1
6805
+ },
6806
+ "renamedServices": {
6807
+ "keyType": "string",
6808
+ "type": "string",
6809
+ "id": 2
6579
6810
  }
6580
6811
  }
6581
6812
  },
@@ -6637,6 +6868,19 @@
6637
6868
  "PACKAGE_MANAGER": 20
6638
6869
  }
6639
6870
  },
6871
+ "SelectiveGapicGeneration": {
6872
+ "fields": {
6873
+ "methods": {
6874
+ "rule": "repeated",
6875
+ "type": "string",
6876
+ "id": 1
6877
+ },
6878
+ "generateOmittedAsInternal": {
6879
+ "type": "bool",
6880
+ "id": 2
6881
+ }
6882
+ }
6883
+ },
6640
6884
  "LaunchStage": {
6641
6885
  "values": {
6642
6886
  "LAUNCH_STAGE_UNSPECIFIED": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-apps/chat",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Google Chat API client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",