@google-apps/chat 0.31.0 → 0.32.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.
@@ -105,6 +105,16 @@
105
105
  "deleteReaction"
106
106
  ]
107
107
  },
108
+ "CreateMessagePin": {
109
+ "methods": [
110
+ "createMessagePin"
111
+ ]
112
+ },
113
+ "DeleteMessagePin": {
114
+ "methods": [
115
+ "deleteMessagePin"
116
+ ]
117
+ },
108
118
  "CreateCustomEmoji": {
109
119
  "methods": [
110
120
  "createCustomEmoji"
@@ -249,6 +259,13 @@
249
259
  "listReactionsAsync"
250
260
  ]
251
261
  },
262
+ "ListMessagePins": {
263
+ "methods": [
264
+ "listMessagePins",
265
+ "listMessagePinsStream",
266
+ "listMessagePinsAsync"
267
+ ]
268
+ },
252
269
  "ListCustomEmojis": {
253
270
  "methods": [
254
271
  "listCustomEmojis",
@@ -377,6 +394,16 @@
377
394
  "deleteReaction"
378
395
  ]
379
396
  },
397
+ "CreateMessagePin": {
398
+ "methods": [
399
+ "createMessagePin"
400
+ ]
401
+ },
402
+ "DeleteMessagePin": {
403
+ "methods": [
404
+ "deleteMessagePin"
405
+ ]
406
+ },
380
407
  "CreateCustomEmoji": {
381
408
  "methods": [
382
409
  "createCustomEmoji"
@@ -521,6 +548,13 @@
521
548
  "listReactionsAsync"
522
549
  ]
523
550
  },
551
+ "ListMessagePins": {
552
+ "methods": [
553
+ "listMessagePins",
554
+ "listMessagePinsStream",
555
+ "listMessagePinsAsync"
556
+ ]
557
+ },
524
558
  "ListCustomEmojis": {
525
559
  "methods": [
526
560
  "listCustomEmojis",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-apps/chat",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "description": "Google Chat API client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",