@juzi/wechaty-grpc 1.0.49 → 1.0.51

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.
@@ -9,7 +9,7 @@ info:
9
9
 
10
10
  Wechaty Puppet Service is the RESTful API for Wechaty API, which is build on
11
11
  top of the Wechaty Puppet Abstraction and the gRPC proto definition.
12
- version: 1.0.49
12
+ version: 1.0.51
13
13
  contact:
14
14
  name: Wechaty
15
15
  url: 'https://github.com/wechaty/openapi'
@@ -2201,10 +2201,10 @@ definitions:
2201
2201
  puppetBroadcastStatus:
2202
2202
  type: string
2203
2203
  enum:
2204
- - BROADCAST_STATUS_UNKNWON
2204
+ - BROADCAST_STATUS_UNKNOWN
2205
2205
  - BROADCAST_STATUS_SENDING
2206
2206
  - BROADCAST_STATUS_SENT
2207
- default: BROADCAST_STATUS_UNKNWON
2207
+ default: BROADCAST_STATUS_UNKNOWN
2208
2208
  puppetBroadcastTarget:
2209
2209
  type: object
2210
2210
  properties:
@@ -2219,7 +2219,7 @@ definitions:
2219
2219
  enum:
2220
2220
  - BROADCAST_TARGET_STATUS_UNSENT
2221
2221
  - BROADCAST_TARGET_STATUS_SENT
2222
- - BROADCAST_TARGET_STATUS_NOT_FROEND
2222
+ - BROADCAST_TARGET_STATUS_NOT_FRIEND
2223
2223
  - BROADCAST_TARGET_STATUS_OCCUPIED
2224
2224
  default: BROADCAST_TARGET_STATUS_UNSENT
2225
2225
  puppetChannelPayload:
@@ -2612,6 +2612,7 @@ definitions:
2612
2612
  detail:
2613
2613
  type: array
2614
2614
  items:
2615
+ type: object
2615
2616
  $ref: '#/definitions/puppetBroadcastTarget'
2616
2617
  puppetGetMessageBroadcastTargetResponse:
2617
2618
  type: object
@@ -3017,6 +3018,7 @@ definitions:
3017
3018
  sayableList:
3018
3019
  type: array
3019
3020
  items:
3021
+ type: object
3020
3022
  $ref: '#/definitions/puppetPostSayable'
3021
3023
  visibleList:
3022
3024
  type: array
@@ -3060,6 +3062,7 @@ definitions:
3060
3062
  sayableList:
3061
3063
  type: array
3062
3064
  items:
3065
+ type: object
3063
3066
  $ref: '#/definitions/puppetPostSayable'
3064
3067
  contactId:
3065
3068
  type: string
@@ -3532,5 +3535,6 @@ definitions:
3532
3535
  details:
3533
3536
  type: array
3534
3537
  items:
3538
+ type: object
3535
3539
  $ref: '#/definitions/protobufAny'
3536
3540
 
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Wechaty Puppet Service OpenAPI Specification",
5
5
  "description": "Wechaty is a Conversational RPA SDK for chatbot makers. With only 6 lines of code, you can create a bot on the most popular IMs like WeChat, Whatsapp, WeCom, Gitter, etc.\n\nWechaty Puppet Service is the RESTful API for Wechaty API, which is build on top of the Wechaty Puppet Abstraction and the gRPC proto definition.",
6
- "version": "1.0.49",
6
+ "version": "1.0.51",
7
7
  "contact": {
8
8
  "name": "Wechaty",
9
9
  "url": "https://github.com/wechaty/openapi",
@@ -3291,11 +3291,11 @@
3291
3291
  "puppetBroadcastStatus": {
3292
3292
  "type": "string",
3293
3293
  "enum": [
3294
- "BROADCAST_STATUS_UNKNWON",
3294
+ "BROADCAST_STATUS_UNKNOWN",
3295
3295
  "BROADCAST_STATUS_SENDING",
3296
3296
  "BROADCAST_STATUS_SENT"
3297
3297
  ],
3298
- "default": "BROADCAST_STATUS_UNKNWON"
3298
+ "default": "BROADCAST_STATUS_UNKNOWN"
3299
3299
  },
3300
3300
  "puppetBroadcastTarget": {
3301
3301
  "type": "object",
@@ -3316,7 +3316,7 @@
3316
3316
  "enum": [
3317
3317
  "BROADCAST_TARGET_STATUS_UNSENT",
3318
3318
  "BROADCAST_TARGET_STATUS_SENT",
3319
- "BROADCAST_TARGET_STATUS_NOT_FROEND",
3319
+ "BROADCAST_TARGET_STATUS_NOT_FRIEND",
3320
3320
  "BROADCAST_TARGET_STATUS_OCCUPIED"
3321
3321
  ],
3322
3322
  "default": "BROADCAST_TARGET_STATUS_UNSENT"
@@ -3779,6 +3779,7 @@
3779
3779
  "detail": {
3780
3780
  "type": "array",
3781
3781
  "items": {
3782
+ "type": "object",
3782
3783
  "$ref": "#/definitions/puppetBroadcastTarget"
3783
3784
  }
3784
3785
  }
@@ -4267,6 +4268,7 @@
4267
4268
  "sayableList": {
4268
4269
  "type": "array",
4269
4270
  "items": {
4271
+ "type": "object",
4270
4272
  "$ref": "#/definitions/puppetPostSayable"
4271
4273
  }
4272
4274
  },
@@ -4333,6 +4335,7 @@
4333
4335
  "sayableList": {
4334
4336
  "type": "array",
4335
4337
  "items": {
4338
+ "type": "object",
4336
4339
  "$ref": "#/definitions/puppetPostSayable"
4337
4340
  }
4338
4341
  },
@@ -5004,6 +5007,7 @@
5004
5007
  "details": {
5005
5008
  "type": "array",
5006
5009
  "items": {
5010
+ "type": "object",
5007
5011
  "$ref": "#/definitions/protobufAny"
5008
5012
  }
5009
5013
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "gRPC for Wechaty",
5
5
  "type": "module",
6
6
  "exports": {
@@ -4,7 +4,7 @@
4
4
  import type { PackageJson } from 'type-fest'
5
5
  export const packageJson: PackageJson = {
6
6
  "name": "@juzi/wechaty-grpc",
7
- "version": "1.0.49",
7
+ "version": "1.0.51",
8
8
  "description": "gRPC for Wechaty",
9
9
  "type": "module",
10
10
  "exports": {