@juzi/wechaty-grpc 1.0.8 → 1.0.11
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/dist/cjs/out/wechaty/puppet/friendship_pb.d.ts +2 -0
- package/dist/cjs/out/wechaty/puppet/friendship_pb.js +3 -1
- package/dist/cjs/out/wechaty/puppet/tag_pb.d.ts +430 -74
- package/dist/cjs/out/wechaty/puppet/tag_pb.js +3051 -318
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +244 -293
- package/dist/cjs/out/wechaty/puppet.swagger.json +529 -596
- package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +154 -189
- package/dist/cjs/out/wechaty/puppet_grpc_pb.js +283 -357
- package/dist/cjs/out/wechaty/puppet_pb.d.ts +0 -1
- package/dist/cjs/out/wechaty/puppet_pb.js +0 -2
- package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +110 -149
- package/dist/cjs/out/wechaty/puppet_pb_service.js +66 -147
- package/dist/cjs/proto/wechaty/puppet/friendship.proto +2 -0
- package/dist/cjs/proto/wechaty/puppet/tag.proto +98 -29
- package/dist/cjs/proto/wechaty/puppet.proto +22 -43
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/cjs/src/package-json.js.map +1 -1
- package/dist/cjs/tests/puppet-server-impl.d.ts.map +1 -1
- package/dist/cjs/tests/puppet-server-impl.js +11 -21
- package/dist/cjs/tests/puppet-server-impl.js.map +1 -1
- package/dist/esm/out/wechaty/puppet/friendship_pb.d.ts +2 -0
- package/dist/esm/out/wechaty/puppet/friendship_pb.js +3 -1
- package/dist/esm/out/wechaty/puppet/tag_pb.d.ts +430 -74
- package/dist/esm/out/wechaty/puppet/tag_pb.js +3051 -318
- package/dist/esm/out/wechaty/puppet.openapi.yaml +244 -293
- package/dist/esm/out/wechaty/puppet.swagger.json +529 -596
- package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +154 -189
- package/dist/esm/out/wechaty/puppet_grpc_pb.js +283 -357
- package/dist/esm/out/wechaty/puppet_pb.d.ts +0 -1
- package/dist/esm/out/wechaty/puppet_pb.js +0 -2
- package/dist/esm/out/wechaty/puppet_pb_service.d.ts +110 -149
- package/dist/esm/out/wechaty/puppet_pb_service.js +66 -147
- package/dist/esm/proto/wechaty/puppet/friendship.proto +2 -0
- package/dist/esm/proto/wechaty/puppet/tag.proto +98 -29
- package/dist/esm/proto/wechaty/puppet.proto +22 -43
- package/dist/esm/src/package-json.js +1 -1
- package/dist/esm/src/package-json.js.map +1 -1
- package/dist/esm/tests/puppet-server-impl.d.ts.map +1 -1
- package/dist/esm/tests/puppet-server-impl.js +11 -21
- package/dist/esm/tests/puppet-server-impl.js.map +1 -1
- package/out/wechaty/puppet/friendship_pb.d.ts +2 -0
- package/out/wechaty/puppet/friendship_pb.js +3 -1
- package/out/wechaty/puppet/tag_pb.d.ts +430 -74
- package/out/wechaty/puppet/tag_pb.js +3051 -318
- package/out/wechaty/puppet.openapi.yaml +244 -293
- package/out/wechaty/puppet.swagger.json +529 -596
- package/out/wechaty/puppet_grpc_pb.d.ts +154 -189
- package/out/wechaty/puppet_grpc_pb.js +283 -357
- package/out/wechaty/puppet_pb.d.ts +0 -1
- package/out/wechaty/puppet_pb.js +0 -2
- package/out/wechaty/puppet_pb_service.d.ts +110 -149
- package/out/wechaty/puppet_pb_service.js +66 -147
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
- package/dist/cjs/out/wechaty/puppet/corp-tag_grpc_pb.js +0 -1
- package/dist/cjs/out/wechaty/puppet/corp-tag_pb.d.ts +0 -431
- package/dist/cjs/out/wechaty/puppet/corp-tag_pb.js +0 -3315
- package/dist/cjs/out/wechaty/puppet/corp-tag_pb_service.d.ts +0 -3
- package/dist/cjs/out/wechaty/puppet/corp-tag_pb_service.js +0 -3
- package/dist/cjs/proto/wechaty/puppet/corp-tag.proto +0 -90
- package/dist/esm/out/wechaty/puppet/corp-tag_grpc_pb.js +0 -1
- package/dist/esm/out/wechaty/puppet/corp-tag_pb.d.ts +0 -431
- package/dist/esm/out/wechaty/puppet/corp-tag_pb.js +0 -3315
- package/dist/esm/out/wechaty/puppet/corp-tag_pb_service.d.ts +0 -3
- package/dist/esm/out/wechaty/puppet/corp-tag_pb_service.js +0 -3
- package/dist/esm/proto/wechaty/puppet/corp-tag.proto +0 -90
- package/out/wechaty/puppet/corp-tag_grpc_pb.js +0 -1
- package/out/wechaty/puppet/corp-tag_pb.d.ts +0 -431
- package/out/wechaty/puppet/corp-tag_pb.js +0 -3315
- package/out/wechaty/puppet/corp-tag_pb_service.d.ts +0 -3
- package/out/wechaty/puppet/corp-tag_pb_service.js +0 -3
|
@@ -270,6 +270,8 @@ export interface FriendshipTypeMap {
|
|
|
270
270
|
FRIENDSHIP_TYPE_CONFIRM: 1;
|
|
271
271
|
FRIENDSHIP_TYPE_RECEIVE: 2;
|
|
272
272
|
FRIENDSHIP_TYPE_VERIFY: 3;
|
|
273
|
+
FRIENDSHIP_TYPE_DELETE: 4;
|
|
274
|
+
FRIENDSHIP_TYPE_REMOVED: 5;
|
|
273
275
|
}
|
|
274
276
|
|
|
275
277
|
export const FriendshipType: FriendshipTypeMap;
|
|
@@ -2036,7 +2036,9 @@ proto.wechaty.puppet.FriendshipType = {
|
|
|
2036
2036
|
FRIENDSHIP_TYPE_UNSPECIFIED: 0,
|
|
2037
2037
|
FRIENDSHIP_TYPE_CONFIRM: 1,
|
|
2038
2038
|
FRIENDSHIP_TYPE_RECEIVE: 2,
|
|
2039
|
-
FRIENDSHIP_TYPE_VERIFY: 3
|
|
2039
|
+
FRIENDSHIP_TYPE_VERIFY: 3,
|
|
2040
|
+
FRIENDSHIP_TYPE_DELETE: 4,
|
|
2041
|
+
FRIENDSHIP_TYPE_REMOVED: 5
|
|
2040
2042
|
};
|
|
2041
2043
|
|
|
2042
2044
|
/**
|
|
@@ -2,169 +2,525 @@
|
|
|
2
2
|
// file: wechaty/puppet/tag.proto
|
|
3
3
|
|
|
4
4
|
import * as jspb from "google-protobuf";
|
|
5
|
-
import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb";
|
|
6
5
|
|
|
7
|
-
export class
|
|
6
|
+
export class TagPayload extends jspb.Message {
|
|
8
7
|
getId(): string;
|
|
9
8
|
setId(value: string): void;
|
|
10
9
|
|
|
10
|
+
getName(): string;
|
|
11
|
+
setName(value: string): void;
|
|
12
|
+
|
|
13
|
+
getGroupId(): string;
|
|
14
|
+
setGroupId(value: string): void;
|
|
15
|
+
|
|
16
|
+
getType(): TagTypeMap[keyof TagTypeMap];
|
|
17
|
+
setType(value: TagTypeMap[keyof TagTypeMap]): void;
|
|
18
|
+
|
|
19
|
+
serializeBinary(): Uint8Array;
|
|
20
|
+
toObject(includeInstance?: boolean): TagPayload.AsObject;
|
|
21
|
+
static toObject(includeInstance: boolean, msg: TagPayload): TagPayload.AsObject;
|
|
22
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
23
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
24
|
+
static serializeBinaryToWriter(message: TagPayload, writer: jspb.BinaryWriter): void;
|
|
25
|
+
static deserializeBinary(bytes: Uint8Array): TagPayload;
|
|
26
|
+
static deserializeBinaryFromReader(message: TagPayload, reader: jspb.BinaryReader): TagPayload;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export namespace TagPayload {
|
|
30
|
+
export type AsObject = {
|
|
31
|
+
id: string,
|
|
32
|
+
name: string,
|
|
33
|
+
groupId: string,
|
|
34
|
+
type: TagTypeMap[keyof TagTypeMap],
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export class TagGroupPayload extends jspb.Message {
|
|
39
|
+
getId(): string;
|
|
40
|
+
setId(value: string): void;
|
|
41
|
+
|
|
42
|
+
getName(): string;
|
|
43
|
+
setName(value: string): void;
|
|
44
|
+
|
|
45
|
+
serializeBinary(): Uint8Array;
|
|
46
|
+
toObject(includeInstance?: boolean): TagGroupPayload.AsObject;
|
|
47
|
+
static toObject(includeInstance: boolean, msg: TagGroupPayload): TagGroupPayload.AsObject;
|
|
48
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
49
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
50
|
+
static serializeBinaryToWriter(message: TagGroupPayload, writer: jspb.BinaryWriter): void;
|
|
51
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupPayload;
|
|
52
|
+
static deserializeBinaryFromReader(message: TagGroupPayload, reader: jspb.BinaryReader): TagGroupPayload;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export namespace TagGroupPayload {
|
|
56
|
+
export type AsObject = {
|
|
57
|
+
id: string,
|
|
58
|
+
name: string,
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export class TagContactTagAddRequest extends jspb.Message {
|
|
63
|
+
getTagGroupId(): string;
|
|
64
|
+
setTagGroupId(value: string): void;
|
|
65
|
+
|
|
66
|
+
getTagId(): string;
|
|
67
|
+
setTagId(value: string): void;
|
|
68
|
+
|
|
11
69
|
getContactId(): string;
|
|
12
70
|
setContactId(value: string): void;
|
|
13
71
|
|
|
14
72
|
serializeBinary(): Uint8Array;
|
|
15
|
-
toObject(includeInstance?: boolean):
|
|
16
|
-
static toObject(includeInstance: boolean, msg:
|
|
73
|
+
toObject(includeInstance?: boolean): TagContactTagAddRequest.AsObject;
|
|
74
|
+
static toObject(includeInstance: boolean, msg: TagContactTagAddRequest): TagContactTagAddRequest.AsObject;
|
|
17
75
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
18
76
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
19
|
-
static serializeBinaryToWriter(message:
|
|
20
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
21
|
-
static deserializeBinaryFromReader(message:
|
|
77
|
+
static serializeBinaryToWriter(message: TagContactTagAddRequest, writer: jspb.BinaryWriter): void;
|
|
78
|
+
static deserializeBinary(bytes: Uint8Array): TagContactTagAddRequest;
|
|
79
|
+
static deserializeBinaryFromReader(message: TagContactTagAddRequest, reader: jspb.BinaryReader): TagContactTagAddRequest;
|
|
22
80
|
}
|
|
23
81
|
|
|
24
|
-
export namespace
|
|
82
|
+
export namespace TagContactTagAddRequest {
|
|
25
83
|
export type AsObject = {
|
|
26
|
-
|
|
84
|
+
tagGroupId: string,
|
|
85
|
+
tagId: string,
|
|
27
86
|
contactId: string,
|
|
28
87
|
}
|
|
29
88
|
}
|
|
30
89
|
|
|
31
|
-
export class
|
|
90
|
+
export class TagContactTagAddResponse extends jspb.Message {
|
|
32
91
|
serializeBinary(): Uint8Array;
|
|
33
|
-
toObject(includeInstance?: boolean):
|
|
34
|
-
static toObject(includeInstance: boolean, msg:
|
|
92
|
+
toObject(includeInstance?: boolean): TagContactTagAddResponse.AsObject;
|
|
93
|
+
static toObject(includeInstance: boolean, msg: TagContactTagAddResponse): TagContactTagAddResponse.AsObject;
|
|
35
94
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
36
95
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
37
|
-
static serializeBinaryToWriter(message:
|
|
38
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
39
|
-
static deserializeBinaryFromReader(message:
|
|
96
|
+
static serializeBinaryToWriter(message: TagContactTagAddResponse, writer: jspb.BinaryWriter): void;
|
|
97
|
+
static deserializeBinary(bytes: Uint8Array): TagContactTagAddResponse;
|
|
98
|
+
static deserializeBinaryFromReader(message: TagContactTagAddResponse, reader: jspb.BinaryReader): TagContactTagAddResponse;
|
|
40
99
|
}
|
|
41
100
|
|
|
42
|
-
export namespace
|
|
101
|
+
export namespace TagContactTagAddResponse {
|
|
43
102
|
export type AsObject = {
|
|
44
103
|
}
|
|
45
104
|
}
|
|
46
105
|
|
|
47
|
-
export class
|
|
48
|
-
|
|
49
|
-
|
|
106
|
+
export class TagContactTagRemoveRequest extends jspb.Message {
|
|
107
|
+
getTagGroupId(): string;
|
|
108
|
+
setTagGroupId(value: string): void;
|
|
109
|
+
|
|
110
|
+
getTagId(): string;
|
|
111
|
+
setTagId(value: string): void;
|
|
50
112
|
|
|
51
113
|
getContactId(): string;
|
|
52
114
|
setContactId(value: string): void;
|
|
53
115
|
|
|
54
116
|
serializeBinary(): Uint8Array;
|
|
55
|
-
toObject(includeInstance?: boolean):
|
|
56
|
-
static toObject(includeInstance: boolean, msg:
|
|
117
|
+
toObject(includeInstance?: boolean): TagContactTagRemoveRequest.AsObject;
|
|
118
|
+
static toObject(includeInstance: boolean, msg: TagContactTagRemoveRequest): TagContactTagRemoveRequest.AsObject;
|
|
57
119
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
58
120
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
59
|
-
static serializeBinaryToWriter(message:
|
|
60
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
61
|
-
static deserializeBinaryFromReader(message:
|
|
121
|
+
static serializeBinaryToWriter(message: TagContactTagRemoveRequest, writer: jspb.BinaryWriter): void;
|
|
122
|
+
static deserializeBinary(bytes: Uint8Array): TagContactTagRemoveRequest;
|
|
123
|
+
static deserializeBinaryFromReader(message: TagContactTagRemoveRequest, reader: jspb.BinaryReader): TagContactTagRemoveRequest;
|
|
62
124
|
}
|
|
63
125
|
|
|
64
|
-
export namespace
|
|
126
|
+
export namespace TagContactTagRemoveRequest {
|
|
65
127
|
export type AsObject = {
|
|
66
|
-
|
|
128
|
+
tagGroupId: string,
|
|
129
|
+
tagId: string,
|
|
67
130
|
contactId: string,
|
|
68
131
|
}
|
|
69
132
|
}
|
|
70
133
|
|
|
71
|
-
export class
|
|
134
|
+
export class TagContactTagRemoveResponse extends jspb.Message {
|
|
72
135
|
serializeBinary(): Uint8Array;
|
|
73
|
-
toObject(includeInstance?: boolean):
|
|
74
|
-
static toObject(includeInstance: boolean, msg:
|
|
136
|
+
toObject(includeInstance?: boolean): TagContactTagRemoveResponse.AsObject;
|
|
137
|
+
static toObject(includeInstance: boolean, msg: TagContactTagRemoveResponse): TagContactTagRemoveResponse.AsObject;
|
|
75
138
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
76
139
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
77
|
-
static serializeBinaryToWriter(message:
|
|
78
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
79
|
-
static deserializeBinaryFromReader(message:
|
|
140
|
+
static serializeBinaryToWriter(message: TagContactTagRemoveResponse, writer: jspb.BinaryWriter): void;
|
|
141
|
+
static deserializeBinary(bytes: Uint8Array): TagContactTagRemoveResponse;
|
|
142
|
+
static deserializeBinaryFromReader(message: TagContactTagRemoveResponse, reader: jspb.BinaryReader): TagContactTagRemoveResponse;
|
|
80
143
|
}
|
|
81
144
|
|
|
82
|
-
export namespace
|
|
145
|
+
export namespace TagContactTagRemoveResponse {
|
|
83
146
|
export type AsObject = {
|
|
84
147
|
}
|
|
85
148
|
}
|
|
86
149
|
|
|
87
|
-
export class
|
|
88
|
-
|
|
89
|
-
|
|
150
|
+
export class TagGroupAddRequest extends jspb.Message {
|
|
151
|
+
getTagGroupName(): string;
|
|
152
|
+
setTagGroupName(value: string): void;
|
|
90
153
|
|
|
91
154
|
serializeBinary(): Uint8Array;
|
|
92
|
-
toObject(includeInstance?: boolean):
|
|
93
|
-
static toObject(includeInstance: boolean, msg:
|
|
155
|
+
toObject(includeInstance?: boolean): TagGroupAddRequest.AsObject;
|
|
156
|
+
static toObject(includeInstance: boolean, msg: TagGroupAddRequest): TagGroupAddRequest.AsObject;
|
|
94
157
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
95
158
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
96
|
-
static serializeBinaryToWriter(message:
|
|
97
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
98
|
-
static deserializeBinaryFromReader(message:
|
|
159
|
+
static serializeBinaryToWriter(message: TagGroupAddRequest, writer: jspb.BinaryWriter): void;
|
|
160
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupAddRequest;
|
|
161
|
+
static deserializeBinaryFromReader(message: TagGroupAddRequest, reader: jspb.BinaryReader): TagGroupAddRequest;
|
|
99
162
|
}
|
|
100
163
|
|
|
101
|
-
export namespace
|
|
164
|
+
export namespace TagGroupAddRequest {
|
|
102
165
|
export type AsObject = {
|
|
103
|
-
|
|
166
|
+
tagGroupName: string,
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export class TagGroupAddResponse extends jspb.Message {
|
|
171
|
+
hasPayload(): boolean;
|
|
172
|
+
clearPayload(): void;
|
|
173
|
+
getPayload(): TagGroupPayload | undefined;
|
|
174
|
+
setPayload(value?: TagGroupPayload): void;
|
|
175
|
+
|
|
176
|
+
serializeBinary(): Uint8Array;
|
|
177
|
+
toObject(includeInstance?: boolean): TagGroupAddResponse.AsObject;
|
|
178
|
+
static toObject(includeInstance: boolean, msg: TagGroupAddResponse): TagGroupAddResponse.AsObject;
|
|
179
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
180
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
181
|
+
static serializeBinaryToWriter(message: TagGroupAddResponse, writer: jspb.BinaryWriter): void;
|
|
182
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupAddResponse;
|
|
183
|
+
static deserializeBinaryFromReader(message: TagGroupAddResponse, reader: jspb.BinaryReader): TagGroupAddResponse;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export namespace TagGroupAddResponse {
|
|
187
|
+
export type AsObject = {
|
|
188
|
+
payload?: TagGroupPayload.AsObject,
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export class TagGroupDeleteRequest extends jspb.Message {
|
|
193
|
+
getTagGroupId(): string;
|
|
194
|
+
setTagGroupId(value: string): void;
|
|
195
|
+
|
|
196
|
+
serializeBinary(): Uint8Array;
|
|
197
|
+
toObject(includeInstance?: boolean): TagGroupDeleteRequest.AsObject;
|
|
198
|
+
static toObject(includeInstance: boolean, msg: TagGroupDeleteRequest): TagGroupDeleteRequest.AsObject;
|
|
199
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
200
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
201
|
+
static serializeBinaryToWriter(message: TagGroupDeleteRequest, writer: jspb.BinaryWriter): void;
|
|
202
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupDeleteRequest;
|
|
203
|
+
static deserializeBinaryFromReader(message: TagGroupDeleteRequest, reader: jspb.BinaryReader): TagGroupDeleteRequest;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export namespace TagGroupDeleteRequest {
|
|
207
|
+
export type AsObject = {
|
|
208
|
+
tagGroupId: string,
|
|
104
209
|
}
|
|
105
210
|
}
|
|
106
211
|
|
|
107
|
-
export class
|
|
212
|
+
export class TagGroupDeleteResponse extends jspb.Message {
|
|
213
|
+
serializeBinary(): Uint8Array;
|
|
214
|
+
toObject(includeInstance?: boolean): TagGroupDeleteResponse.AsObject;
|
|
215
|
+
static toObject(includeInstance: boolean, msg: TagGroupDeleteResponse): TagGroupDeleteResponse.AsObject;
|
|
216
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
217
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
218
|
+
static serializeBinaryToWriter(message: TagGroupDeleteResponse, writer: jspb.BinaryWriter): void;
|
|
219
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupDeleteResponse;
|
|
220
|
+
static deserializeBinaryFromReader(message: TagGroupDeleteResponse, reader: jspb.BinaryReader): TagGroupDeleteResponse;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export namespace TagGroupDeleteResponse {
|
|
224
|
+
export type AsObject = {
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export class TagTagAddRequest extends jspb.Message {
|
|
229
|
+
getTagGroupId(): string;
|
|
230
|
+
setTagGroupId(value: string): void;
|
|
231
|
+
|
|
232
|
+
getTagName(): string;
|
|
233
|
+
setTagName(value: string): void;
|
|
234
|
+
|
|
108
235
|
serializeBinary(): Uint8Array;
|
|
109
|
-
toObject(includeInstance?: boolean):
|
|
110
|
-
static toObject(includeInstance: boolean, msg:
|
|
236
|
+
toObject(includeInstance?: boolean): TagTagAddRequest.AsObject;
|
|
237
|
+
static toObject(includeInstance: boolean, msg: TagTagAddRequest): TagTagAddRequest.AsObject;
|
|
111
238
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
112
239
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
113
|
-
static serializeBinaryToWriter(message:
|
|
114
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
115
|
-
static deserializeBinaryFromReader(message:
|
|
240
|
+
static serializeBinaryToWriter(message: TagTagAddRequest, writer: jspb.BinaryWriter): void;
|
|
241
|
+
static deserializeBinary(bytes: Uint8Array): TagTagAddRequest;
|
|
242
|
+
static deserializeBinaryFromReader(message: TagTagAddRequest, reader: jspb.BinaryReader): TagTagAddRequest;
|
|
116
243
|
}
|
|
117
244
|
|
|
118
|
-
export namespace
|
|
245
|
+
export namespace TagTagAddRequest {
|
|
119
246
|
export type AsObject = {
|
|
247
|
+
tagGroupId: string,
|
|
248
|
+
tagName: string,
|
|
120
249
|
}
|
|
121
250
|
}
|
|
122
251
|
|
|
123
|
-
export class
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
252
|
+
export class TagTagAddResponse extends jspb.Message {
|
|
253
|
+
hasPayload(): boolean;
|
|
254
|
+
clearPayload(): void;
|
|
255
|
+
getPayload(): TagPayload | undefined;
|
|
256
|
+
setPayload(value?: TagPayload): void;
|
|
128
257
|
|
|
258
|
+
serializeBinary(): Uint8Array;
|
|
259
|
+
toObject(includeInstance?: boolean): TagTagAddResponse.AsObject;
|
|
260
|
+
static toObject(includeInstance: boolean, msg: TagTagAddResponse): TagTagAddResponse.AsObject;
|
|
261
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
262
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
263
|
+
static serializeBinaryToWriter(message: TagTagAddResponse, writer: jspb.BinaryWriter): void;
|
|
264
|
+
static deserializeBinary(bytes: Uint8Array): TagTagAddResponse;
|
|
265
|
+
static deserializeBinaryFromReader(message: TagTagAddResponse, reader: jspb.BinaryReader): TagTagAddResponse;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
export namespace TagTagAddResponse {
|
|
269
|
+
export type AsObject = {
|
|
270
|
+
payload?: TagPayload.AsObject,
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export class TagTagDeleteRequest extends jspb.Message {
|
|
275
|
+
getTagGroupId(): string;
|
|
276
|
+
setTagGroupId(value: string): void;
|
|
277
|
+
|
|
278
|
+
getTagId(): string;
|
|
279
|
+
setTagId(value: string): void;
|
|
280
|
+
|
|
281
|
+
serializeBinary(): Uint8Array;
|
|
282
|
+
toObject(includeInstance?: boolean): TagTagDeleteRequest.AsObject;
|
|
283
|
+
static toObject(includeInstance: boolean, msg: TagTagDeleteRequest): TagTagDeleteRequest.AsObject;
|
|
284
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
285
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
286
|
+
static serializeBinaryToWriter(message: TagTagDeleteRequest, writer: jspb.BinaryWriter): void;
|
|
287
|
+
static deserializeBinary(bytes: Uint8Array): TagTagDeleteRequest;
|
|
288
|
+
static deserializeBinaryFromReader(message: TagTagDeleteRequest, reader: jspb.BinaryReader): TagTagDeleteRequest;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export namespace TagTagDeleteRequest {
|
|
292
|
+
export type AsObject = {
|
|
293
|
+
tagGroupId: string,
|
|
294
|
+
tagId: string,
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export class TagTagDeleteResponse extends jspb.Message {
|
|
299
|
+
serializeBinary(): Uint8Array;
|
|
300
|
+
toObject(includeInstance?: boolean): TagTagDeleteResponse.AsObject;
|
|
301
|
+
static toObject(includeInstance: boolean, msg: TagTagDeleteResponse): TagTagDeleteResponse.AsObject;
|
|
302
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
303
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
304
|
+
static serializeBinaryToWriter(message: TagTagDeleteResponse, writer: jspb.BinaryWriter): void;
|
|
305
|
+
static deserializeBinary(bytes: Uint8Array): TagTagDeleteResponse;
|
|
306
|
+
static deserializeBinaryFromReader(message: TagTagDeleteResponse, reader: jspb.BinaryReader): TagTagDeleteResponse;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export namespace TagTagDeleteResponse {
|
|
310
|
+
export type AsObject = {
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export class TagGroupListRequest extends jspb.Message {
|
|
315
|
+
serializeBinary(): Uint8Array;
|
|
316
|
+
toObject(includeInstance?: boolean): TagGroupListRequest.AsObject;
|
|
317
|
+
static toObject(includeInstance: boolean, msg: TagGroupListRequest): TagGroupListRequest.AsObject;
|
|
318
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
319
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
320
|
+
static serializeBinaryToWriter(message: TagGroupListRequest, writer: jspb.BinaryWriter): void;
|
|
321
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupListRequest;
|
|
322
|
+
static deserializeBinaryFromReader(message: TagGroupListRequest, reader: jspb.BinaryReader): TagGroupListRequest;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
export namespace TagGroupListRequest {
|
|
326
|
+
export type AsObject = {
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export class TagGroupListResponse extends jspb.Message {
|
|
331
|
+
clearPayloadsList(): void;
|
|
332
|
+
getPayloadsList(): Array<TagGroupPayload>;
|
|
333
|
+
setPayloadsList(value: Array<TagGroupPayload>): void;
|
|
334
|
+
addPayloads(value?: TagGroupPayload, index?: number): TagGroupPayload;
|
|
335
|
+
|
|
336
|
+
serializeBinary(): Uint8Array;
|
|
337
|
+
toObject(includeInstance?: boolean): TagGroupListResponse.AsObject;
|
|
338
|
+
static toObject(includeInstance: boolean, msg: TagGroupListResponse): TagGroupListResponse.AsObject;
|
|
339
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
340
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
341
|
+
static serializeBinaryToWriter(message: TagGroupListResponse, writer: jspb.BinaryWriter): void;
|
|
342
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupListResponse;
|
|
343
|
+
static deserializeBinaryFromReader(message: TagGroupListResponse, reader: jspb.BinaryReader): TagGroupListResponse;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export namespace TagGroupListResponse {
|
|
347
|
+
export type AsObject = {
|
|
348
|
+
payloadsList: Array<TagGroupPayload.AsObject>,
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export class TagGroupTagListRequest extends jspb.Message {
|
|
353
|
+
getTagGroupId(): string;
|
|
354
|
+
setTagGroupId(value: string): void;
|
|
355
|
+
|
|
356
|
+
serializeBinary(): Uint8Array;
|
|
357
|
+
toObject(includeInstance?: boolean): TagGroupTagListRequest.AsObject;
|
|
358
|
+
static toObject(includeInstance: boolean, msg: TagGroupTagListRequest): TagGroupTagListRequest.AsObject;
|
|
359
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
360
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
361
|
+
static serializeBinaryToWriter(message: TagGroupTagListRequest, writer: jspb.BinaryWriter): void;
|
|
362
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupTagListRequest;
|
|
363
|
+
static deserializeBinaryFromReader(message: TagGroupTagListRequest, reader: jspb.BinaryReader): TagGroupTagListRequest;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export namespace TagGroupTagListRequest {
|
|
367
|
+
export type AsObject = {
|
|
368
|
+
tagGroupId: string,
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export class TagGroupTagListResponse extends jspb.Message {
|
|
373
|
+
clearPayloadsList(): void;
|
|
374
|
+
getPayloadsList(): Array<TagPayload>;
|
|
375
|
+
setPayloadsList(value: Array<TagPayload>): void;
|
|
376
|
+
addPayloads(value?: TagPayload, index?: number): TagPayload;
|
|
377
|
+
|
|
378
|
+
serializeBinary(): Uint8Array;
|
|
379
|
+
toObject(includeInstance?: boolean): TagGroupTagListResponse.AsObject;
|
|
380
|
+
static toObject(includeInstance: boolean, msg: TagGroupTagListResponse): TagGroupTagListResponse.AsObject;
|
|
381
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
382
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
383
|
+
static serializeBinaryToWriter(message: TagGroupTagListResponse, writer: jspb.BinaryWriter): void;
|
|
384
|
+
static deserializeBinary(bytes: Uint8Array): TagGroupTagListResponse;
|
|
385
|
+
static deserializeBinaryFromReader(message: TagGroupTagListResponse, reader: jspb.BinaryReader): TagGroupTagListResponse;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
export namespace TagGroupTagListResponse {
|
|
389
|
+
export type AsObject = {
|
|
390
|
+
payloadsList: Array<TagPayload.AsObject>,
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export class TagTagListRequest extends jspb.Message {
|
|
395
|
+
serializeBinary(): Uint8Array;
|
|
396
|
+
toObject(includeInstance?: boolean): TagTagListRequest.AsObject;
|
|
397
|
+
static toObject(includeInstance: boolean, msg: TagTagListRequest): TagTagListRequest.AsObject;
|
|
398
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
399
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
400
|
+
static serializeBinaryToWriter(message: TagTagListRequest, writer: jspb.BinaryWriter): void;
|
|
401
|
+
static deserializeBinary(bytes: Uint8Array): TagTagListRequest;
|
|
402
|
+
static deserializeBinaryFromReader(message: TagTagListRequest, reader: jspb.BinaryReader): TagTagListRequest;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export namespace TagTagListRequest {
|
|
406
|
+
export type AsObject = {
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
export class TagTagListResponse extends jspb.Message {
|
|
411
|
+
clearPayloadsList(): void;
|
|
412
|
+
getPayloadsList(): Array<TagPayload>;
|
|
413
|
+
setPayloadsList(value: Array<TagPayload>): void;
|
|
414
|
+
addPayloads(value?: TagPayload, index?: number): TagPayload;
|
|
415
|
+
|
|
416
|
+
serializeBinary(): Uint8Array;
|
|
417
|
+
toObject(includeInstance?: boolean): TagTagListResponse.AsObject;
|
|
418
|
+
static toObject(includeInstance: boolean, msg: TagTagListResponse): TagTagListResponse.AsObject;
|
|
419
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
420
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
421
|
+
static serializeBinaryToWriter(message: TagTagListResponse, writer: jspb.BinaryWriter): void;
|
|
422
|
+
static deserializeBinary(bytes: Uint8Array): TagTagListResponse;
|
|
423
|
+
static deserializeBinaryFromReader(message: TagTagListResponse, reader: jspb.BinaryReader): TagTagListResponse;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export namespace TagTagListResponse {
|
|
427
|
+
export type AsObject = {
|
|
428
|
+
payloadsList: Array<TagPayload.AsObject>,
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export class TagContactTagListRequest extends jspb.Message {
|
|
129
433
|
getContactId(): string;
|
|
130
434
|
setContactId(value: string): void;
|
|
131
435
|
|
|
132
436
|
serializeBinary(): Uint8Array;
|
|
133
|
-
toObject(includeInstance?: boolean):
|
|
134
|
-
static toObject(includeInstance: boolean, msg:
|
|
437
|
+
toObject(includeInstance?: boolean): TagContactTagListRequest.AsObject;
|
|
438
|
+
static toObject(includeInstance: boolean, msg: TagContactTagListRequest): TagContactTagListRequest.AsObject;
|
|
135
439
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
136
440
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
137
|
-
static serializeBinaryToWriter(message:
|
|
138
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
139
|
-
static deserializeBinaryFromReader(message:
|
|
441
|
+
static serializeBinaryToWriter(message: TagContactTagListRequest, writer: jspb.BinaryWriter): void;
|
|
442
|
+
static deserializeBinary(bytes: Uint8Array): TagContactTagListRequest;
|
|
443
|
+
static deserializeBinaryFromReader(message: TagContactTagListRequest, reader: jspb.BinaryReader): TagContactTagListRequest;
|
|
140
444
|
}
|
|
141
445
|
|
|
142
|
-
export namespace
|
|
446
|
+
export namespace TagContactTagListRequest {
|
|
143
447
|
export type AsObject = {
|
|
144
|
-
contactIdStringValueDeprecated?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
145
448
|
contactId: string,
|
|
146
449
|
}
|
|
147
450
|
}
|
|
148
451
|
|
|
149
|
-
export class
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
452
|
+
export class TagContactTagListResponse extends jspb.Message {
|
|
453
|
+
clearPayloadsList(): void;
|
|
454
|
+
getPayloadsList(): Array<TagPayload>;
|
|
455
|
+
setPayloadsList(value: Array<TagPayload>): void;
|
|
456
|
+
addPayloads(value?: TagPayload, index?: number): TagPayload;
|
|
457
|
+
|
|
458
|
+
serializeBinary(): Uint8Array;
|
|
459
|
+
toObject(includeInstance?: boolean): TagContactTagListResponse.AsObject;
|
|
460
|
+
static toObject(includeInstance: boolean, msg: TagContactTagListResponse): TagContactTagListResponse.AsObject;
|
|
461
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
462
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
463
|
+
static serializeBinaryToWriter(message: TagContactTagListResponse, writer: jspb.BinaryWriter): void;
|
|
464
|
+
static deserializeBinary(bytes: Uint8Array): TagContactTagListResponse;
|
|
465
|
+
static deserializeBinaryFromReader(message: TagContactTagListResponse, reader: jspb.BinaryReader): TagContactTagListResponse;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
export namespace TagContactTagListResponse {
|
|
469
|
+
export type AsObject = {
|
|
470
|
+
payloadsList: Array<TagPayload.AsObject>,
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
export class TagTagContactListRequest extends jspb.Message {
|
|
475
|
+
getTagGroupId(): string;
|
|
476
|
+
setTagGroupId(value: string): void;
|
|
477
|
+
|
|
478
|
+
getTagId(): string;
|
|
479
|
+
setTagId(value: string): void;
|
|
480
|
+
|
|
481
|
+
serializeBinary(): Uint8Array;
|
|
482
|
+
toObject(includeInstance?: boolean): TagTagContactListRequest.AsObject;
|
|
483
|
+
static toObject(includeInstance: boolean, msg: TagTagContactListRequest): TagTagContactListRequest.AsObject;
|
|
484
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
485
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
486
|
+
static serializeBinaryToWriter(message: TagTagContactListRequest, writer: jspb.BinaryWriter): void;
|
|
487
|
+
static deserializeBinary(bytes: Uint8Array): TagTagContactListRequest;
|
|
488
|
+
static deserializeBinaryFromReader(message: TagTagContactListRequest, reader: jspb.BinaryReader): TagTagContactListRequest;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export namespace TagTagContactListRequest {
|
|
492
|
+
export type AsObject = {
|
|
493
|
+
tagGroupId: string,
|
|
494
|
+
tagId: string,
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export class TagTagContactListResponse extends jspb.Message {
|
|
499
|
+
clearPayloadsList(): void;
|
|
500
|
+
getPayloadsList(): Array<string>;
|
|
501
|
+
setPayloadsList(value: Array<string>): void;
|
|
502
|
+
addPayloads(value: string, index?: number): string;
|
|
154
503
|
|
|
155
504
|
serializeBinary(): Uint8Array;
|
|
156
|
-
toObject(includeInstance?: boolean):
|
|
157
|
-
static toObject(includeInstance: boolean, msg:
|
|
505
|
+
toObject(includeInstance?: boolean): TagTagContactListResponse.AsObject;
|
|
506
|
+
static toObject(includeInstance: boolean, msg: TagTagContactListResponse): TagTagContactListResponse.AsObject;
|
|
158
507
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
159
508
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
160
|
-
static serializeBinaryToWriter(message:
|
|
161
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
162
|
-
static deserializeBinaryFromReader(message:
|
|
509
|
+
static serializeBinaryToWriter(message: TagTagContactListResponse, writer: jspb.BinaryWriter): void;
|
|
510
|
+
static deserializeBinary(bytes: Uint8Array): TagTagContactListResponse;
|
|
511
|
+
static deserializeBinaryFromReader(message: TagTagContactListResponse, reader: jspb.BinaryReader): TagTagContactListResponse;
|
|
163
512
|
}
|
|
164
513
|
|
|
165
|
-
export namespace
|
|
514
|
+
export namespace TagTagContactListResponse {
|
|
166
515
|
export type AsObject = {
|
|
167
|
-
|
|
516
|
+
payloadsList: Array<string>,
|
|
168
517
|
}
|
|
169
518
|
}
|
|
170
519
|
|
|
520
|
+
export interface TagTypeMap {
|
|
521
|
+
PERSONAL: 0;
|
|
522
|
+
CORPORATION: 1;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
export const TagType: TagTypeMap;
|
|
526
|
+
|