@lazycatcloud/sdk 0.1.481 → 0.1.485
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/common/box.d.ts +600 -640
- package/dist/common/box.d.ts.map +1 -1
- package/dist/common/file_handler.d.ts +960 -1024
- package/dist/common/file_handler.d.ts.map +1 -1
- package/dist/common/filetrans.d.ts +2520 -2688
- package/dist/common/filetrans.d.ts.map +1 -1
- package/dist/common/iscsi.d.ts +180 -192
- package/dist/common/iscsi.d.ts.map +1 -1
- package/dist/common/media_meta.d.ts +60 -64
- package/dist/common/media_meta.d.ts.map +1 -1
- package/dist/common/message.d.ts +420 -448
- package/dist/common/message.d.ts.map +1 -1
- package/dist/common/peripheral_device.d.ts +360 -384
- package/dist/common/peripheral_device.d.ts.map +1 -1
- package/dist/extentions/app_common.d.ts +5 -0
- package/dist/extentions/app_common.d.ts.map +1 -1
- package/dist/extentions/app_common.js +20 -0
- package/dist/extentions/app_common.js.map +1 -1
- package/dist/google/protobuf/descriptor.d.ts.map +1 -1
- package/dist/google/protobuf/timestamp.d.ts +60 -64
- package/dist/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/localdevice/client.d.ts +60 -64
- package/dist/localdevice/client.d.ts.map +1 -1
- package/dist/localdevice/clipboard.d.ts +137 -0
- package/dist/localdevice/clipboard.d.ts.map +1 -0
- package/dist/localdevice/clipboard.js +433 -0
- package/dist/localdevice/clipboard.js.map +1 -0
- package/dist/localdevice/contacts.d.ts +60 -64
- package/dist/localdevice/contacts.d.ts.map +1 -1
- package/dist/localdevice/photo.d.ts +374 -192
- package/dist/localdevice/photo.d.ts.map +1 -1
- package/dist/localdevice/photo.js +157 -1
- package/dist/localdevice/photo.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/sys/OS_snapshot.d.ts +585 -0
- package/dist/sys/OS_snapshot.d.ts.map +1 -0
- package/dist/sys/OS_snapshot.js +1543 -0
- package/dist/sys/OS_snapshot.js.map +1 -0
- package/dist/sys/OS_upgrader.d.ts +202 -0
- package/dist/sys/OS_upgrader.d.ts.map +1 -0
- package/dist/sys/OS_upgrader.js +639 -0
- package/dist/sys/OS_upgrader.js.map +1 -0
- package/dist/sys/btrfs.d.ts +180 -192
- package/dist/sys/btrfs.d.ts.map +1 -1
- package/dist/sys/hal.d.ts +120 -128
- package/dist/sys/hal.d.ts.map +1 -1
- package/dist/sys/hc-core/hc-core.d.ts +691 -0
- package/dist/sys/hc-core/hc-core.d.ts.map +1 -0
- package/dist/sys/hc-core/hc-core.js +1484 -0
- package/dist/sys/hc-core/hc-core.js.map +1 -0
- package/dist/sys/ingress.d.ts +60 -64
- package/dist/sys/ingress.d.ts.map +1 -1
- package/dist/sys/installer.d.ts +277 -0
- package/dist/sys/installer.d.ts.map +1 -0
- package/dist/sys/installer.js +796 -0
- package/dist/sys/installer.js.map +1 -0
- package/dist/sys/network_manager.d.ts +180 -192
- package/dist/sys/network_manager.d.ts.map +1 -1
- package/dist/sys/osupgrader.d.ts +256 -0
- package/dist/sys/osupgrader.d.ts.map +1 -0
- package/dist/sys/osupgrader.js +536 -0
- package/dist/sys/osupgrader.js.map +1 -0
- package/dist/sys/package_manager.d.ts +8700 -9280
- package/dist/sys/package_manager.d.ts.map +1 -1
- package/dist/sys/portal-server/portal-server.d.ts +947 -0
- package/dist/sys/portal-server/portal-server.d.ts.map +1 -0
- package/dist/sys/portal-server/portal-server.js +2756 -0
- package/dist/sys/portal-server/portal-server.js.map +1 -0
- package/dist/sys/snapd.d.ts +343 -0
- package/dist/sys/snapd.d.ts.map +1 -0
- package/dist/sys/snapd.js +798 -0
- package/dist/sys/snapd.js.map +1 -0
- package/dist/sys/stats/cgroup_metrics.d.ts +8220 -8768
- package/dist/sys/stats/cgroup_metrics.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,433 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.GrpcWebError = exports.GrpcWebImpl = exports.ClipboardManagerWatchDesc = exports.ClipboardManagerWriteDesc = exports.ClipboardManagerReadDesc = exports.ClipboardManagerDesc = exports.ClipboardManagerClientImpl = exports.WriteClipResponse = exports.WriteClipRequest = exports.ReadClipResponse = exports.ReadClipRequest = void 0;
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
const grpc_web_1 = require("@improbable-eng/grpc-web");
|
|
9
|
+
const browser_headers_1 = require("browser-headers");
|
|
10
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
11
|
+
const rxjs_1 = require("rxjs");
|
|
12
|
+
const operators_1 = require("rxjs/operators");
|
|
13
|
+
function createBaseReadClipRequest() {
|
|
14
|
+
return { mime: "" };
|
|
15
|
+
}
|
|
16
|
+
exports.ReadClipRequest = {
|
|
17
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
18
|
+
if (message.mime !== "") {
|
|
19
|
+
writer.uint32(10).string(message.mime);
|
|
20
|
+
}
|
|
21
|
+
return writer;
|
|
22
|
+
},
|
|
23
|
+
decode(input, length) {
|
|
24
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
25
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
26
|
+
const message = createBaseReadClipRequest();
|
|
27
|
+
while (reader.pos < end) {
|
|
28
|
+
const tag = reader.uint32();
|
|
29
|
+
switch (tag >>> 3) {
|
|
30
|
+
case 1:
|
|
31
|
+
if (tag !== 10) {
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
34
|
+
message.mime = reader.string();
|
|
35
|
+
continue;
|
|
36
|
+
}
|
|
37
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
reader.skipType(tag & 7);
|
|
41
|
+
}
|
|
42
|
+
return message;
|
|
43
|
+
},
|
|
44
|
+
fromJSON(object) {
|
|
45
|
+
return { mime: isSet(object.mime) ? String(object.mime) : "" };
|
|
46
|
+
},
|
|
47
|
+
toJSON(message) {
|
|
48
|
+
const obj = {};
|
|
49
|
+
if (message.mime !== "") {
|
|
50
|
+
obj.mime = message.mime;
|
|
51
|
+
}
|
|
52
|
+
return obj;
|
|
53
|
+
},
|
|
54
|
+
create(base) {
|
|
55
|
+
return exports.ReadClipRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
56
|
+
},
|
|
57
|
+
fromPartial(object) {
|
|
58
|
+
var _a;
|
|
59
|
+
const message = createBaseReadClipRequest();
|
|
60
|
+
message.mime = (_a = object.mime) !== null && _a !== void 0 ? _a : "";
|
|
61
|
+
return message;
|
|
62
|
+
},
|
|
63
|
+
};
|
|
64
|
+
function createBaseReadClipResponse() {
|
|
65
|
+
return { content: new Uint8Array(0) };
|
|
66
|
+
}
|
|
67
|
+
exports.ReadClipResponse = {
|
|
68
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
69
|
+
if (message.content.length !== 0) {
|
|
70
|
+
writer.uint32(10).bytes(message.content);
|
|
71
|
+
}
|
|
72
|
+
return writer;
|
|
73
|
+
},
|
|
74
|
+
decode(input, length) {
|
|
75
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
76
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
77
|
+
const message = createBaseReadClipResponse();
|
|
78
|
+
while (reader.pos < end) {
|
|
79
|
+
const tag = reader.uint32();
|
|
80
|
+
switch (tag >>> 3) {
|
|
81
|
+
case 1:
|
|
82
|
+
if (tag !== 10) {
|
|
83
|
+
break;
|
|
84
|
+
}
|
|
85
|
+
message.content = reader.bytes();
|
|
86
|
+
continue;
|
|
87
|
+
}
|
|
88
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
89
|
+
break;
|
|
90
|
+
}
|
|
91
|
+
reader.skipType(tag & 7);
|
|
92
|
+
}
|
|
93
|
+
return message;
|
|
94
|
+
},
|
|
95
|
+
fromJSON(object) {
|
|
96
|
+
return { content: isSet(object.content) ? bytesFromBase64(object.content) : new Uint8Array(0) };
|
|
97
|
+
},
|
|
98
|
+
toJSON(message) {
|
|
99
|
+
const obj = {};
|
|
100
|
+
if (message.content.length !== 0) {
|
|
101
|
+
obj.content = base64FromBytes(message.content);
|
|
102
|
+
}
|
|
103
|
+
return obj;
|
|
104
|
+
},
|
|
105
|
+
create(base) {
|
|
106
|
+
return exports.ReadClipResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
107
|
+
},
|
|
108
|
+
fromPartial(object) {
|
|
109
|
+
var _a;
|
|
110
|
+
const message = createBaseReadClipResponse();
|
|
111
|
+
message.content = (_a = object.content) !== null && _a !== void 0 ? _a : new Uint8Array(0);
|
|
112
|
+
return message;
|
|
113
|
+
},
|
|
114
|
+
};
|
|
115
|
+
function createBaseWriteClipRequest() {
|
|
116
|
+
return { mime: "", content: new Uint8Array(0) };
|
|
117
|
+
}
|
|
118
|
+
exports.WriteClipRequest = {
|
|
119
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
120
|
+
if (message.mime !== "") {
|
|
121
|
+
writer.uint32(10).string(message.mime);
|
|
122
|
+
}
|
|
123
|
+
if (message.content.length !== 0) {
|
|
124
|
+
writer.uint32(18).bytes(message.content);
|
|
125
|
+
}
|
|
126
|
+
return writer;
|
|
127
|
+
},
|
|
128
|
+
decode(input, length) {
|
|
129
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
130
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
131
|
+
const message = createBaseWriteClipRequest();
|
|
132
|
+
while (reader.pos < end) {
|
|
133
|
+
const tag = reader.uint32();
|
|
134
|
+
switch (tag >>> 3) {
|
|
135
|
+
case 1:
|
|
136
|
+
if (tag !== 10) {
|
|
137
|
+
break;
|
|
138
|
+
}
|
|
139
|
+
message.mime = reader.string();
|
|
140
|
+
continue;
|
|
141
|
+
case 2:
|
|
142
|
+
if (tag !== 18) {
|
|
143
|
+
break;
|
|
144
|
+
}
|
|
145
|
+
message.content = reader.bytes();
|
|
146
|
+
continue;
|
|
147
|
+
}
|
|
148
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
149
|
+
break;
|
|
150
|
+
}
|
|
151
|
+
reader.skipType(tag & 7);
|
|
152
|
+
}
|
|
153
|
+
return message;
|
|
154
|
+
},
|
|
155
|
+
fromJSON(object) {
|
|
156
|
+
return {
|
|
157
|
+
mime: isSet(object.mime) ? String(object.mime) : "",
|
|
158
|
+
content: isSet(object.content) ? bytesFromBase64(object.content) : new Uint8Array(0),
|
|
159
|
+
};
|
|
160
|
+
},
|
|
161
|
+
toJSON(message) {
|
|
162
|
+
const obj = {};
|
|
163
|
+
if (message.mime !== "") {
|
|
164
|
+
obj.mime = message.mime;
|
|
165
|
+
}
|
|
166
|
+
if (message.content.length !== 0) {
|
|
167
|
+
obj.content = base64FromBytes(message.content);
|
|
168
|
+
}
|
|
169
|
+
return obj;
|
|
170
|
+
},
|
|
171
|
+
create(base) {
|
|
172
|
+
return exports.WriteClipRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
173
|
+
},
|
|
174
|
+
fromPartial(object) {
|
|
175
|
+
var _a, _b;
|
|
176
|
+
const message = createBaseWriteClipRequest();
|
|
177
|
+
message.mime = (_a = object.mime) !== null && _a !== void 0 ? _a : "";
|
|
178
|
+
message.content = (_b = object.content) !== null && _b !== void 0 ? _b : new Uint8Array(0);
|
|
179
|
+
return message;
|
|
180
|
+
},
|
|
181
|
+
};
|
|
182
|
+
function createBaseWriteClipResponse() {
|
|
183
|
+
return { success: false };
|
|
184
|
+
}
|
|
185
|
+
exports.WriteClipResponse = {
|
|
186
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
187
|
+
if (message.success === true) {
|
|
188
|
+
writer.uint32(8).bool(message.success);
|
|
189
|
+
}
|
|
190
|
+
return writer;
|
|
191
|
+
},
|
|
192
|
+
decode(input, length) {
|
|
193
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
194
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
195
|
+
const message = createBaseWriteClipResponse();
|
|
196
|
+
while (reader.pos < end) {
|
|
197
|
+
const tag = reader.uint32();
|
|
198
|
+
switch (tag >>> 3) {
|
|
199
|
+
case 1:
|
|
200
|
+
if (tag !== 8) {
|
|
201
|
+
break;
|
|
202
|
+
}
|
|
203
|
+
message.success = reader.bool();
|
|
204
|
+
continue;
|
|
205
|
+
}
|
|
206
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
207
|
+
break;
|
|
208
|
+
}
|
|
209
|
+
reader.skipType(tag & 7);
|
|
210
|
+
}
|
|
211
|
+
return message;
|
|
212
|
+
},
|
|
213
|
+
fromJSON(object) {
|
|
214
|
+
return { success: isSet(object.success) ? Boolean(object.success) : false };
|
|
215
|
+
},
|
|
216
|
+
toJSON(message) {
|
|
217
|
+
const obj = {};
|
|
218
|
+
if (message.success === true) {
|
|
219
|
+
obj.success = message.success;
|
|
220
|
+
}
|
|
221
|
+
return obj;
|
|
222
|
+
},
|
|
223
|
+
create(base) {
|
|
224
|
+
return exports.WriteClipResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
225
|
+
},
|
|
226
|
+
fromPartial(object) {
|
|
227
|
+
var _a;
|
|
228
|
+
const message = createBaseWriteClipResponse();
|
|
229
|
+
message.success = (_a = object.success) !== null && _a !== void 0 ? _a : false;
|
|
230
|
+
return message;
|
|
231
|
+
},
|
|
232
|
+
};
|
|
233
|
+
class ClipboardManagerClientImpl {
|
|
234
|
+
constructor(rpc) {
|
|
235
|
+
this.rpc = rpc;
|
|
236
|
+
this.Read = this.Read.bind(this);
|
|
237
|
+
this.Write = this.Write.bind(this);
|
|
238
|
+
this.Watch = this.Watch.bind(this);
|
|
239
|
+
}
|
|
240
|
+
Read(request, metadata, abortSignal) {
|
|
241
|
+
return this.rpc.unary(exports.ClipboardManagerReadDesc, exports.ReadClipRequest.fromPartial(request), metadata, abortSignal);
|
|
242
|
+
}
|
|
243
|
+
Write(request, metadata, abortSignal) {
|
|
244
|
+
return this.rpc.unary(exports.ClipboardManagerWriteDesc, exports.WriteClipRequest.fromPartial(request), metadata, abortSignal);
|
|
245
|
+
}
|
|
246
|
+
Watch(request, metadata, abortSignal) {
|
|
247
|
+
return this.rpc.invoke(exports.ClipboardManagerWatchDesc, exports.ReadClipRequest.fromPartial(request), metadata, abortSignal);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
exports.ClipboardManagerClientImpl = ClipboardManagerClientImpl;
|
|
251
|
+
exports.ClipboardManagerDesc = { serviceName: "cloud.lazycat.apis.localdevice.ClipboardManager" };
|
|
252
|
+
exports.ClipboardManagerReadDesc = {
|
|
253
|
+
methodName: "Read",
|
|
254
|
+
service: exports.ClipboardManagerDesc,
|
|
255
|
+
requestStream: false,
|
|
256
|
+
responseStream: false,
|
|
257
|
+
requestType: {
|
|
258
|
+
serializeBinary() {
|
|
259
|
+
return exports.ReadClipRequest.encode(this).finish();
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
|
+
responseType: {
|
|
263
|
+
deserializeBinary(data) {
|
|
264
|
+
const value = exports.ReadClipResponse.decode(data);
|
|
265
|
+
return Object.assign(Object.assign({}, value), { toObject() {
|
|
266
|
+
return value;
|
|
267
|
+
} });
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
};
|
|
271
|
+
exports.ClipboardManagerWriteDesc = {
|
|
272
|
+
methodName: "Write",
|
|
273
|
+
service: exports.ClipboardManagerDesc,
|
|
274
|
+
requestStream: false,
|
|
275
|
+
responseStream: false,
|
|
276
|
+
requestType: {
|
|
277
|
+
serializeBinary() {
|
|
278
|
+
return exports.WriteClipRequest.encode(this).finish();
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
responseType: {
|
|
282
|
+
deserializeBinary(data) {
|
|
283
|
+
const value = exports.WriteClipResponse.decode(data);
|
|
284
|
+
return Object.assign(Object.assign({}, value), { toObject() {
|
|
285
|
+
return value;
|
|
286
|
+
} });
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
};
|
|
290
|
+
exports.ClipboardManagerWatchDesc = {
|
|
291
|
+
methodName: "Watch",
|
|
292
|
+
service: exports.ClipboardManagerDesc,
|
|
293
|
+
requestStream: false,
|
|
294
|
+
responseStream: true,
|
|
295
|
+
requestType: {
|
|
296
|
+
serializeBinary() {
|
|
297
|
+
return exports.ReadClipRequest.encode(this).finish();
|
|
298
|
+
},
|
|
299
|
+
},
|
|
300
|
+
responseType: {
|
|
301
|
+
deserializeBinary(data) {
|
|
302
|
+
const value = exports.ReadClipResponse.decode(data);
|
|
303
|
+
return Object.assign(Object.assign({}, value), { toObject() {
|
|
304
|
+
return value;
|
|
305
|
+
} });
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
};
|
|
309
|
+
class GrpcWebImpl {
|
|
310
|
+
constructor(host, options) {
|
|
311
|
+
this.host = host;
|
|
312
|
+
this.options = options;
|
|
313
|
+
}
|
|
314
|
+
unary(methodDesc, _request, metadata, abortSignal) {
|
|
315
|
+
var _a;
|
|
316
|
+
const request = Object.assign(Object.assign({}, _request), methodDesc.requestType);
|
|
317
|
+
const maybeCombinedMetadata = metadata && this.options.metadata
|
|
318
|
+
? new browser_headers_1.BrowserHeaders(Object.assign(Object.assign({}, (_a = this.options) === null || _a === void 0 ? void 0 : _a.metadata.headersMap), metadata === null || metadata === void 0 ? void 0 : metadata.headersMap))
|
|
319
|
+
: metadata !== null && metadata !== void 0 ? metadata : this.options.metadata;
|
|
320
|
+
return new Promise((resolve, reject) => {
|
|
321
|
+
var _a;
|
|
322
|
+
const client = grpc_web_1.grpc.unary(methodDesc, Object.assign(Object.assign({ request, host: this.host, metadata: maybeCombinedMetadata !== null && maybeCombinedMetadata !== void 0 ? maybeCombinedMetadata : {} }, (this.options.transport !== undefined ? { transport: this.options.transport } : {})), { debug: (_a = this.options.debug) !== null && _a !== void 0 ? _a : false, onEnd: function (response) {
|
|
323
|
+
if (response.status === grpc_web_1.grpc.Code.OK) {
|
|
324
|
+
resolve(response.message.toObject());
|
|
325
|
+
}
|
|
326
|
+
else {
|
|
327
|
+
const err = new GrpcWebError(response.statusMessage, response.status, response.trailers);
|
|
328
|
+
reject(err);
|
|
329
|
+
}
|
|
330
|
+
} }));
|
|
331
|
+
if (abortSignal) {
|
|
332
|
+
abortSignal.addEventListener("abort", () => {
|
|
333
|
+
client.close();
|
|
334
|
+
reject(abortSignal.reason);
|
|
335
|
+
});
|
|
336
|
+
}
|
|
337
|
+
});
|
|
338
|
+
}
|
|
339
|
+
invoke(methodDesc, _request, metadata, abortSignal) {
|
|
340
|
+
var _a, _b, _c;
|
|
341
|
+
const upStreamCodes = (_a = this.options.upStreamRetryCodes) !== null && _a !== void 0 ? _a : [];
|
|
342
|
+
const DEFAULT_TIMEOUT_TIME = 3000;
|
|
343
|
+
const request = Object.assign(Object.assign({}, _request), methodDesc.requestType);
|
|
344
|
+
const transport = (_b = this.options.streamingTransport) !== null && _b !== void 0 ? _b : this.options.transport;
|
|
345
|
+
const maybeCombinedMetadata = metadata && this.options.metadata
|
|
346
|
+
? new browser_headers_1.BrowserHeaders(Object.assign(Object.assign({}, (_c = this.options) === null || _c === void 0 ? void 0 : _c.metadata.headersMap), metadata === null || metadata === void 0 ? void 0 : metadata.headersMap))
|
|
347
|
+
: metadata !== null && metadata !== void 0 ? metadata : this.options.metadata;
|
|
348
|
+
return new rxjs_1.Observable((observer) => {
|
|
349
|
+
const upStream = () => {
|
|
350
|
+
var _a;
|
|
351
|
+
const client = grpc_web_1.grpc.invoke(methodDesc, Object.assign(Object.assign({ host: this.host, request }, (transport !== undefined ? { transport } : {})), { metadata: maybeCombinedMetadata !== null && maybeCombinedMetadata !== void 0 ? maybeCombinedMetadata : {}, debug: (_a = this.options.debug) !== null && _a !== void 0 ? _a : false, onMessage: (next) => observer.next(next), onEnd: (code, message, trailers) => {
|
|
352
|
+
if (code === 0) {
|
|
353
|
+
observer.complete();
|
|
354
|
+
}
|
|
355
|
+
else if (upStreamCodes.includes(code)) {
|
|
356
|
+
setTimeout(upStream, DEFAULT_TIMEOUT_TIME);
|
|
357
|
+
}
|
|
358
|
+
else {
|
|
359
|
+
const err = new Error(message);
|
|
360
|
+
err.code = code;
|
|
361
|
+
err.metadata = trailers;
|
|
362
|
+
observer.error(err);
|
|
363
|
+
}
|
|
364
|
+
} }));
|
|
365
|
+
observer.add(() => {
|
|
366
|
+
if (!abortSignal || !abortSignal.aborted) {
|
|
367
|
+
return client.close();
|
|
368
|
+
}
|
|
369
|
+
});
|
|
370
|
+
if (abortSignal) {
|
|
371
|
+
abortSignal.addEventListener("abort", () => {
|
|
372
|
+
observer.error(abortSignal.reason);
|
|
373
|
+
client.close();
|
|
374
|
+
});
|
|
375
|
+
}
|
|
376
|
+
};
|
|
377
|
+
upStream();
|
|
378
|
+
}).pipe((0, operators_1.share)());
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
exports.GrpcWebImpl = GrpcWebImpl;
|
|
382
|
+
const tsProtoGlobalThis = (() => {
|
|
383
|
+
if (typeof globalThis !== "undefined") {
|
|
384
|
+
return globalThis;
|
|
385
|
+
}
|
|
386
|
+
if (typeof self !== "undefined") {
|
|
387
|
+
return self;
|
|
388
|
+
}
|
|
389
|
+
if (typeof window !== "undefined") {
|
|
390
|
+
return window;
|
|
391
|
+
}
|
|
392
|
+
if (typeof global !== "undefined") {
|
|
393
|
+
return global;
|
|
394
|
+
}
|
|
395
|
+
throw "Unable to locate global object";
|
|
396
|
+
})();
|
|
397
|
+
function bytesFromBase64(b64) {
|
|
398
|
+
if (tsProtoGlobalThis.Buffer) {
|
|
399
|
+
return Uint8Array.from(tsProtoGlobalThis.Buffer.from(b64, "base64"));
|
|
400
|
+
}
|
|
401
|
+
else {
|
|
402
|
+
const bin = tsProtoGlobalThis.atob(b64);
|
|
403
|
+
const arr = new Uint8Array(bin.length);
|
|
404
|
+
for (let i = 0; i < bin.length; ++i) {
|
|
405
|
+
arr[i] = bin.charCodeAt(i);
|
|
406
|
+
}
|
|
407
|
+
return arr;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
function base64FromBytes(arr) {
|
|
411
|
+
if (tsProtoGlobalThis.Buffer) {
|
|
412
|
+
return tsProtoGlobalThis.Buffer.from(arr).toString("base64");
|
|
413
|
+
}
|
|
414
|
+
else {
|
|
415
|
+
const bin = [];
|
|
416
|
+
arr.forEach((byte) => {
|
|
417
|
+
bin.push(String.fromCharCode(byte));
|
|
418
|
+
});
|
|
419
|
+
return tsProtoGlobalThis.btoa(bin.join(""));
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
function isSet(value) {
|
|
423
|
+
return value !== null && value !== undefined;
|
|
424
|
+
}
|
|
425
|
+
class GrpcWebError extends tsProtoGlobalThis.Error {
|
|
426
|
+
constructor(message, code, metadata) {
|
|
427
|
+
super(message);
|
|
428
|
+
this.code = code;
|
|
429
|
+
this.metadata = metadata;
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
exports.GrpcWebError = GrpcWebError;
|
|
433
|
+
//# sourceMappingURL=clipboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clipboard.js","sourceRoot":"","sources":["../../localdevice/clipboard.ts"],"names":[],"mappings":"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"}
|
|
@@ -338,41 +338,40 @@ export declare const GetContactsCountReply: {
|
|
|
338
338
|
high: number;
|
|
339
339
|
low: number;
|
|
340
340
|
unsigned: boolean;
|
|
341
|
-
add: (addend:
|
|
342
|
-
and: (other:
|
|
343
|
-
compare: (other:
|
|
344
|
-
comp: (other:
|
|
345
|
-
divide: (divisor:
|
|
346
|
-
div: (divisor:
|
|
347
|
-
equals: (other:
|
|
348
|
-
eq: (other:
|
|
341
|
+
add: (addend: string | number | Long) => Long;
|
|
342
|
+
and: (other: string | number | Long) => Long;
|
|
343
|
+
compare: (other: string | number | Long) => number;
|
|
344
|
+
comp: (other: string | number | Long) => number;
|
|
345
|
+
divide: (divisor: string | number | Long) => Long;
|
|
346
|
+
div: (divisor: string | number | Long) => Long;
|
|
347
|
+
equals: (other: string | number | Long) => boolean;
|
|
348
|
+
eq: (other: string | number | Long) => boolean;
|
|
349
349
|
getHighBits: () => number;
|
|
350
350
|
getHighBitsUnsigned: () => number;
|
|
351
351
|
getLowBits: () => number;
|
|
352
352
|
getLowBitsUnsigned: () => number;
|
|
353
353
|
getNumBitsAbs: () => number;
|
|
354
|
-
greaterThan: (other:
|
|
355
|
-
gt: (other:
|
|
356
|
-
greaterThanOrEqual: (other:
|
|
357
|
-
gte: (other:
|
|
358
|
-
ge: (other:
|
|
354
|
+
greaterThan: (other: string | number | Long) => boolean;
|
|
355
|
+
gt: (other: string | number | Long) => boolean;
|
|
356
|
+
greaterThanOrEqual: (other: string | number | Long) => boolean;
|
|
357
|
+
gte: (other: string | number | Long) => boolean;
|
|
358
|
+
ge: (other: string | number | Long) => boolean;
|
|
359
359
|
isEven: () => boolean;
|
|
360
360
|
isNegative: () => boolean;
|
|
361
361
|
isOdd: () => boolean;
|
|
362
362
|
isPositive: () => boolean;
|
|
363
|
-
isSafeInteger: () => boolean;
|
|
364
363
|
isZero: () => boolean;
|
|
365
364
|
eqz: () => boolean;
|
|
366
|
-
lessThan: (other:
|
|
367
|
-
lt: (other:
|
|
368
|
-
lessThanOrEqual: (other:
|
|
369
|
-
lte: (other:
|
|
370
|
-
le: (other:
|
|
371
|
-
modulo: (other:
|
|
372
|
-
mod: (other:
|
|
373
|
-
rem: (other:
|
|
374
|
-
multiply: (multiplier:
|
|
375
|
-
mul: (multiplier:
|
|
365
|
+
lessThan: (other: string | number | Long) => boolean;
|
|
366
|
+
lt: (other: string | number | Long) => boolean;
|
|
367
|
+
lessThanOrEqual: (other: string | number | Long) => boolean;
|
|
368
|
+
lte: (other: string | number | Long) => boolean;
|
|
369
|
+
le: (other: string | number | Long) => boolean;
|
|
370
|
+
modulo: (other: string | number | Long) => Long;
|
|
371
|
+
mod: (other: string | number | Long) => Long;
|
|
372
|
+
rem: (other: string | number | Long) => Long;
|
|
373
|
+
multiply: (multiplier: string | number | Long) => Long;
|
|
374
|
+
mul: (multiplier: string | number | Long) => Long;
|
|
376
375
|
negate: () => Long;
|
|
377
376
|
neg: () => Long;
|
|
378
377
|
not: () => Long;
|
|
@@ -380,10 +379,10 @@ export declare const GetContactsCountReply: {
|
|
|
380
379
|
clz: () => number;
|
|
381
380
|
countTrailingZeros: () => number;
|
|
382
381
|
ctz: () => number;
|
|
383
|
-
notEquals: (other:
|
|
384
|
-
neq: (other:
|
|
385
|
-
ne: (other:
|
|
386
|
-
or: (other:
|
|
382
|
+
notEquals: (other: string | number | Long) => boolean;
|
|
383
|
+
neq: (other: string | number | Long) => boolean;
|
|
384
|
+
ne: (other: string | number | Long) => boolean;
|
|
385
|
+
or: (other: string | number | Long) => Long;
|
|
387
386
|
shiftLeft: (numBits: number | Long) => Long;
|
|
388
387
|
shl: (numBits: number | Long) => Long;
|
|
389
388
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -395,9 +394,8 @@ export declare const GetContactsCountReply: {
|
|
|
395
394
|
rotl: (numBits: number | Long) => Long;
|
|
396
395
|
rotateRight: (numBits: number | Long) => Long;
|
|
397
396
|
rotr: (numBits: number | Long) => Long;
|
|
398
|
-
subtract: (subtrahend:
|
|
399
|
-
sub: (subtrahend:
|
|
400
|
-
toBigInt: () => bigint;
|
|
397
|
+
subtract: (subtrahend: string | number | Long) => Long;
|
|
398
|
+
sub: (subtrahend: string | number | Long) => Long;
|
|
401
399
|
toInt: () => number;
|
|
402
400
|
toNumber: () => number;
|
|
403
401
|
toBytes: (le?: boolean) => number[];
|
|
@@ -406,7 +404,7 @@ export declare const GetContactsCountReply: {
|
|
|
406
404
|
toSigned: () => Long;
|
|
407
405
|
toString: (radix?: number) => string;
|
|
408
406
|
toUnsigned: () => Long;
|
|
409
|
-
xor: (other:
|
|
407
|
+
xor: (other: string | number | Long) => Long;
|
|
410
408
|
} & { [K in Exclude<keyof I["count"], keyof Long>]: never; });
|
|
411
409
|
} & { [K_1 in Exclude<keyof I, "count">]: never; }>(base?: I): GetContactsCountReply;
|
|
412
410
|
fromPartial<I_1 extends {
|
|
@@ -416,41 +414,40 @@ export declare const GetContactsCountReply: {
|
|
|
416
414
|
high: number;
|
|
417
415
|
low: number;
|
|
418
416
|
unsigned: boolean;
|
|
419
|
-
add: (addend:
|
|
420
|
-
and: (other:
|
|
421
|
-
compare: (other:
|
|
422
|
-
comp: (other:
|
|
423
|
-
divide: (divisor:
|
|
424
|
-
div: (divisor:
|
|
425
|
-
equals: (other:
|
|
426
|
-
eq: (other:
|
|
417
|
+
add: (addend: string | number | Long) => Long;
|
|
418
|
+
and: (other: string | number | Long) => Long;
|
|
419
|
+
compare: (other: string | number | Long) => number;
|
|
420
|
+
comp: (other: string | number | Long) => number;
|
|
421
|
+
divide: (divisor: string | number | Long) => Long;
|
|
422
|
+
div: (divisor: string | number | Long) => Long;
|
|
423
|
+
equals: (other: string | number | Long) => boolean;
|
|
424
|
+
eq: (other: string | number | Long) => boolean;
|
|
427
425
|
getHighBits: () => number;
|
|
428
426
|
getHighBitsUnsigned: () => number;
|
|
429
427
|
getLowBits: () => number;
|
|
430
428
|
getLowBitsUnsigned: () => number;
|
|
431
429
|
getNumBitsAbs: () => number;
|
|
432
|
-
greaterThan: (other:
|
|
433
|
-
gt: (other:
|
|
434
|
-
greaterThanOrEqual: (other:
|
|
435
|
-
gte: (other:
|
|
436
|
-
ge: (other:
|
|
430
|
+
greaterThan: (other: string | number | Long) => boolean;
|
|
431
|
+
gt: (other: string | number | Long) => boolean;
|
|
432
|
+
greaterThanOrEqual: (other: string | number | Long) => boolean;
|
|
433
|
+
gte: (other: string | number | Long) => boolean;
|
|
434
|
+
ge: (other: string | number | Long) => boolean;
|
|
437
435
|
isEven: () => boolean;
|
|
438
436
|
isNegative: () => boolean;
|
|
439
437
|
isOdd: () => boolean;
|
|
440
438
|
isPositive: () => boolean;
|
|
441
|
-
isSafeInteger: () => boolean;
|
|
442
439
|
isZero: () => boolean;
|
|
443
440
|
eqz: () => boolean;
|
|
444
|
-
lessThan: (other:
|
|
445
|
-
lt: (other:
|
|
446
|
-
lessThanOrEqual: (other:
|
|
447
|
-
lte: (other:
|
|
448
|
-
le: (other:
|
|
449
|
-
modulo: (other:
|
|
450
|
-
mod: (other:
|
|
451
|
-
rem: (other:
|
|
452
|
-
multiply: (multiplier:
|
|
453
|
-
mul: (multiplier:
|
|
441
|
+
lessThan: (other: string | number | Long) => boolean;
|
|
442
|
+
lt: (other: string | number | Long) => boolean;
|
|
443
|
+
lessThanOrEqual: (other: string | number | Long) => boolean;
|
|
444
|
+
lte: (other: string | number | Long) => boolean;
|
|
445
|
+
le: (other: string | number | Long) => boolean;
|
|
446
|
+
modulo: (other: string | number | Long) => Long;
|
|
447
|
+
mod: (other: string | number | Long) => Long;
|
|
448
|
+
rem: (other: string | number | Long) => Long;
|
|
449
|
+
multiply: (multiplier: string | number | Long) => Long;
|
|
450
|
+
mul: (multiplier: string | number | Long) => Long;
|
|
454
451
|
negate: () => Long;
|
|
455
452
|
neg: () => Long;
|
|
456
453
|
not: () => Long;
|
|
@@ -458,10 +455,10 @@ export declare const GetContactsCountReply: {
|
|
|
458
455
|
clz: () => number;
|
|
459
456
|
countTrailingZeros: () => number;
|
|
460
457
|
ctz: () => number;
|
|
461
|
-
notEquals: (other:
|
|
462
|
-
neq: (other:
|
|
463
|
-
ne: (other:
|
|
464
|
-
or: (other:
|
|
458
|
+
notEquals: (other: string | number | Long) => boolean;
|
|
459
|
+
neq: (other: string | number | Long) => boolean;
|
|
460
|
+
ne: (other: string | number | Long) => boolean;
|
|
461
|
+
or: (other: string | number | Long) => Long;
|
|
465
462
|
shiftLeft: (numBits: number | Long) => Long;
|
|
466
463
|
shl: (numBits: number | Long) => Long;
|
|
467
464
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -473,9 +470,8 @@ export declare const GetContactsCountReply: {
|
|
|
473
470
|
rotl: (numBits: number | Long) => Long;
|
|
474
471
|
rotateRight: (numBits: number | Long) => Long;
|
|
475
472
|
rotr: (numBits: number | Long) => Long;
|
|
476
|
-
subtract: (subtrahend:
|
|
477
|
-
sub: (subtrahend:
|
|
478
|
-
toBigInt: () => bigint;
|
|
473
|
+
subtract: (subtrahend: string | number | Long) => Long;
|
|
474
|
+
sub: (subtrahend: string | number | Long) => Long;
|
|
479
475
|
toInt: () => number;
|
|
480
476
|
toNumber: () => number;
|
|
481
477
|
toBytes: (le?: boolean) => number[];
|
|
@@ -484,7 +480,7 @@ export declare const GetContactsCountReply: {
|
|
|
484
480
|
toSigned: () => Long;
|
|
485
481
|
toString: (radix?: number) => string;
|
|
486
482
|
toUnsigned: () => Long;
|
|
487
|
-
xor: (other:
|
|
483
|
+
xor: (other: string | number | Long) => Long;
|
|
488
484
|
} & { [K_2 in Exclude<keyof I_1["count"], keyof Long>]: never; });
|
|
489
485
|
} & { [K_3 in Exclude<keyof I_1, "count">]: never; }>(object: I_1): GetContactsCountReply;
|
|
490
486
|
};
|