@lazycatcloud/sdk 0.1.499 → 0.1.500
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 +640 -600
- package/dist/common/box.d.ts.map +1 -1
- package/dist/common/file_handler.d.ts +1024 -960
- package/dist/common/file_handler.d.ts.map +1 -1
- package/dist/common/filetrans.d.ts +2688 -2520
- package/dist/common/filetrans.d.ts.map +1 -1
- package/dist/common/iscsi.d.ts +192 -180
- package/dist/common/iscsi.d.ts.map +1 -1
- package/dist/common/media_meta.d.ts +64 -60
- package/dist/common/media_meta.d.ts.map +1 -1
- package/dist/common/message.d.ts +448 -420
- package/dist/common/message.d.ts.map +1 -1
- package/dist/common/peripheral_device.d.ts +384 -360
- package/dist/common/peripheral_device.d.ts.map +1 -1
- package/dist/google/protobuf/timestamp.d.ts +64 -60
- package/dist/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/localdevice/client.d.ts +64 -60
- package/dist/localdevice/client.d.ts.map +1 -1
- package/dist/localdevice/contacts.d.ts +64 -60
- package/dist/localdevice/contacts.d.ts.map +1 -1
- package/dist/localdevice/photo.d.ts +256 -240
- package/dist/localdevice/photo.d.ts.map +1 -1
- package/dist/package.json +1 -1
- package/dist/sys/btrfs.d.ts +192 -180
- package/dist/sys/btrfs.d.ts.map +1 -1
- package/dist/sys/hal.d.ts +128 -120
- package/dist/sys/hal.d.ts.map +1 -1
- package/dist/sys/ingress.d.ts +64 -60
- package/dist/sys/ingress.d.ts.map +1 -1
- package/dist/sys/network_manager.d.ts +192 -180
- package/dist/sys/network_manager.d.ts.map +1 -1
- package/dist/sys/package_manager.d.ts +9488 -8714
- package/dist/sys/package_manager.d.ts.map +1 -1
- package/dist/sys/package_manager.js +133 -8
- package/dist/sys/package_manager.js.map +1 -1
- package/dist/sys/stats/cgroup_metrics.d.ts +8768 -8220
- package/dist/sys/stats/cgroup_metrics.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/google/protobuf/descriptor.d.ts +0 -112550
- package/dist/google/protobuf/descriptor.d.ts.map +0 -1
- package/dist/localdevice/clipboard.d.ts +0 -137
- package/dist/localdevice/clipboard.d.ts.map +0 -1
- package/dist/localdevice/clipboard.js +0 -433
- package/dist/localdevice/clipboard.js.map +0 -1
- package/dist/sys/OS_snapshot.d.ts +0 -585
- package/dist/sys/OS_snapshot.d.ts.map +0 -1
- package/dist/sys/OS_snapshot.js +0 -1543
- package/dist/sys/OS_snapshot.js.map +0 -1
- package/dist/sys/OS_upgrader.d.ts +0 -202
- package/dist/sys/OS_upgrader.d.ts.map +0 -1
- package/dist/sys/OS_upgrader.js +0 -639
- package/dist/sys/OS_upgrader.js.map +0 -1
- package/dist/sys/hc-core/hc-core.d.ts +0 -691
- package/dist/sys/hc-core/hc-core.d.ts.map +0 -1
- package/dist/sys/hc-core/hc-core.js +0 -1484
- package/dist/sys/hc-core/hc-core.js.map +0 -1
- package/dist/sys/installer.d.ts +0 -277
- package/dist/sys/installer.d.ts.map +0 -1
- package/dist/sys/installer.js +0 -796
- package/dist/sys/installer.js.map +0 -1
- package/dist/sys/osupgrader.d.ts +0 -256
- package/dist/sys/osupgrader.d.ts.map +0 -1
- package/dist/sys/osupgrader.js +0 -536
- package/dist/sys/osupgrader.js.map +0 -1
- package/dist/sys/portal-server/portal-server.d.ts +0 -947
- package/dist/sys/portal-server/portal-server.d.ts.map +0 -1
- package/dist/sys/portal-server/portal-server.js +0 -2756
- package/dist/sys/portal-server/portal-server.js.map +0 -1
- package/dist/sys/snapd.d.ts +0 -343
- package/dist/sys/snapd.d.ts.map +0 -1
- package/dist/sys/snapd.js +0 -798
- package/dist/sys/snapd.js.map +0 -1
|
@@ -259,40 +259,41 @@ export declare const PutPhotoReply: {
|
|
|
259
259
|
high: number;
|
|
260
260
|
low: number;
|
|
261
261
|
unsigned: boolean;
|
|
262
|
-
add: (addend:
|
|
263
|
-
and: (other:
|
|
264
|
-
compare: (other:
|
|
265
|
-
comp: (other:
|
|
266
|
-
divide: (divisor:
|
|
267
|
-
div: (divisor:
|
|
268
|
-
equals: (other:
|
|
269
|
-
eq: (other:
|
|
262
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
263
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
264
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
265
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
266
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
267
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
268
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
269
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
270
270
|
getHighBits: () => number;
|
|
271
271
|
getHighBitsUnsigned: () => number;
|
|
272
272
|
getLowBits: () => number;
|
|
273
273
|
getLowBitsUnsigned: () => number;
|
|
274
274
|
getNumBitsAbs: () => number;
|
|
275
|
-
greaterThan: (other:
|
|
276
|
-
gt: (other:
|
|
277
|
-
greaterThanOrEqual: (other:
|
|
278
|
-
gte: (other:
|
|
279
|
-
ge: (other:
|
|
275
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
276
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
277
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
278
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
279
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
280
280
|
isEven: () => boolean;
|
|
281
281
|
isNegative: () => boolean;
|
|
282
282
|
isOdd: () => boolean;
|
|
283
283
|
isPositive: () => boolean;
|
|
284
|
+
isSafeInteger: () => boolean;
|
|
284
285
|
isZero: () => boolean;
|
|
285
286
|
eqz: () => boolean;
|
|
286
|
-
lessThan: (other:
|
|
287
|
-
lt: (other:
|
|
288
|
-
lessThanOrEqual: (other:
|
|
289
|
-
lte: (other:
|
|
290
|
-
le: (other:
|
|
291
|
-
modulo: (other:
|
|
292
|
-
mod: (other:
|
|
293
|
-
rem: (other:
|
|
294
|
-
multiply: (multiplier:
|
|
295
|
-
mul: (multiplier:
|
|
287
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
288
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
289
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
290
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
291
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
292
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
293
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
294
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
295
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
296
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
296
297
|
negate: () => Long;
|
|
297
298
|
neg: () => Long;
|
|
298
299
|
not: () => Long;
|
|
@@ -300,10 +301,10 @@ export declare const PutPhotoReply: {
|
|
|
300
301
|
clz: () => number;
|
|
301
302
|
countTrailingZeros: () => number;
|
|
302
303
|
ctz: () => number;
|
|
303
|
-
notEquals: (other:
|
|
304
|
-
neq: (other:
|
|
305
|
-
ne: (other:
|
|
306
|
-
or: (other:
|
|
304
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
305
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
306
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
307
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
307
308
|
shiftLeft: (numBits: number | Long) => Long;
|
|
308
309
|
shl: (numBits: number | Long) => Long;
|
|
309
310
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -315,8 +316,9 @@ export declare const PutPhotoReply: {
|
|
|
315
316
|
rotl: (numBits: number | Long) => Long;
|
|
316
317
|
rotateRight: (numBits: number | Long) => Long;
|
|
317
318
|
rotr: (numBits: number | Long) => Long;
|
|
318
|
-
subtract: (subtrahend:
|
|
319
|
-
sub: (subtrahend:
|
|
319
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
320
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
321
|
+
toBigInt: () => bigint;
|
|
320
322
|
toInt: () => number;
|
|
321
323
|
toNumber: () => number;
|
|
322
324
|
toBytes: (le?: boolean) => number[];
|
|
@@ -325,46 +327,47 @@ export declare const PutPhotoReply: {
|
|
|
325
327
|
toSigned: () => Long;
|
|
326
328
|
toString: (radix?: number) => string;
|
|
327
329
|
toUnsigned: () => Long;
|
|
328
|
-
xor: (other:
|
|
330
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
329
331
|
} & { [K in Exclude<keyof I["totalSize"], keyof Long>]: never; });
|
|
330
332
|
fetchedSize?: string | number | (Long & {
|
|
331
333
|
high: number;
|
|
332
334
|
low: number;
|
|
333
335
|
unsigned: boolean;
|
|
334
|
-
add: (addend:
|
|
335
|
-
and: (other:
|
|
336
|
-
compare: (other:
|
|
337
|
-
comp: (other:
|
|
338
|
-
divide: (divisor:
|
|
339
|
-
div: (divisor:
|
|
340
|
-
equals: (other:
|
|
341
|
-
eq: (other:
|
|
336
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
337
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
338
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
339
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
340
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
341
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
342
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
343
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
342
344
|
getHighBits: () => number;
|
|
343
345
|
getHighBitsUnsigned: () => number;
|
|
344
346
|
getLowBits: () => number;
|
|
345
347
|
getLowBitsUnsigned: () => number;
|
|
346
348
|
getNumBitsAbs: () => number;
|
|
347
|
-
greaterThan: (other:
|
|
348
|
-
gt: (other:
|
|
349
|
-
greaterThanOrEqual: (other:
|
|
350
|
-
gte: (other:
|
|
351
|
-
ge: (other:
|
|
349
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
350
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
351
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
352
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
353
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
352
354
|
isEven: () => boolean;
|
|
353
355
|
isNegative: () => boolean;
|
|
354
356
|
isOdd: () => boolean;
|
|
355
357
|
isPositive: () => boolean;
|
|
358
|
+
isSafeInteger: () => boolean;
|
|
356
359
|
isZero: () => boolean;
|
|
357
360
|
eqz: () => boolean;
|
|
358
|
-
lessThan: (other:
|
|
359
|
-
lt: (other:
|
|
360
|
-
lessThanOrEqual: (other:
|
|
361
|
-
lte: (other:
|
|
362
|
-
le: (other:
|
|
363
|
-
modulo: (other:
|
|
364
|
-
mod: (other:
|
|
365
|
-
rem: (other:
|
|
366
|
-
multiply: (multiplier:
|
|
367
|
-
mul: (multiplier:
|
|
361
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
362
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
363
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
364
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
365
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
366
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
367
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
368
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
369
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
370
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
368
371
|
negate: () => Long;
|
|
369
372
|
neg: () => Long;
|
|
370
373
|
not: () => Long;
|
|
@@ -372,10 +375,10 @@ export declare const PutPhotoReply: {
|
|
|
372
375
|
clz: () => number;
|
|
373
376
|
countTrailingZeros: () => number;
|
|
374
377
|
ctz: () => number;
|
|
375
|
-
notEquals: (other:
|
|
376
|
-
neq: (other:
|
|
377
|
-
ne: (other:
|
|
378
|
-
or: (other:
|
|
378
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
379
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
380
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
381
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
379
382
|
shiftLeft: (numBits: number | Long) => Long;
|
|
380
383
|
shl: (numBits: number | Long) => Long;
|
|
381
384
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -387,8 +390,9 @@ export declare const PutPhotoReply: {
|
|
|
387
390
|
rotl: (numBits: number | Long) => Long;
|
|
388
391
|
rotateRight: (numBits: number | Long) => Long;
|
|
389
392
|
rotr: (numBits: number | Long) => Long;
|
|
390
|
-
subtract: (subtrahend:
|
|
391
|
-
sub: (subtrahend:
|
|
393
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
394
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
395
|
+
toBigInt: () => bigint;
|
|
392
396
|
toInt: () => number;
|
|
393
397
|
toNumber: () => number;
|
|
394
398
|
toBytes: (le?: boolean) => number[];
|
|
@@ -397,7 +401,7 @@ export declare const PutPhotoReply: {
|
|
|
397
401
|
toSigned: () => Long;
|
|
398
402
|
toString: (radix?: number) => string;
|
|
399
403
|
toUnsigned: () => Long;
|
|
400
|
-
xor: (other:
|
|
404
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
401
405
|
} & { [K_1 in Exclude<keyof I["fetchedSize"], keyof Long>]: never; });
|
|
402
406
|
photoId?: string | undefined;
|
|
403
407
|
} & { [K_2 in Exclude<keyof I, keyof PutPhotoReply>]: never; }>(base?: I): PutPhotoReply;
|
|
@@ -412,40 +416,41 @@ export declare const PutPhotoReply: {
|
|
|
412
416
|
high: number;
|
|
413
417
|
low: number;
|
|
414
418
|
unsigned: boolean;
|
|
415
|
-
add: (addend:
|
|
416
|
-
and: (other:
|
|
417
|
-
compare: (other:
|
|
418
|
-
comp: (other:
|
|
419
|
-
divide: (divisor:
|
|
420
|
-
div: (divisor:
|
|
421
|
-
equals: (other:
|
|
422
|
-
eq: (other:
|
|
419
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
420
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
421
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
422
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
423
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
424
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
425
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
426
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
423
427
|
getHighBits: () => number;
|
|
424
428
|
getHighBitsUnsigned: () => number;
|
|
425
429
|
getLowBits: () => number;
|
|
426
430
|
getLowBitsUnsigned: () => number;
|
|
427
431
|
getNumBitsAbs: () => number;
|
|
428
|
-
greaterThan: (other:
|
|
429
|
-
gt: (other:
|
|
430
|
-
greaterThanOrEqual: (other:
|
|
431
|
-
gte: (other:
|
|
432
|
-
ge: (other:
|
|
432
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
433
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
434
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
435
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
436
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
433
437
|
isEven: () => boolean;
|
|
434
438
|
isNegative: () => boolean;
|
|
435
439
|
isOdd: () => boolean;
|
|
436
440
|
isPositive: () => boolean;
|
|
441
|
+
isSafeInteger: () => boolean;
|
|
437
442
|
isZero: () => boolean;
|
|
438
443
|
eqz: () => boolean;
|
|
439
|
-
lessThan: (other:
|
|
440
|
-
lt: (other:
|
|
441
|
-
lessThanOrEqual: (other:
|
|
442
|
-
lte: (other:
|
|
443
|
-
le: (other:
|
|
444
|
-
modulo: (other:
|
|
445
|
-
mod: (other:
|
|
446
|
-
rem: (other:
|
|
447
|
-
multiply: (multiplier:
|
|
448
|
-
mul: (multiplier:
|
|
444
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
445
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
446
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
447
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
448
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
449
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
450
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
451
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
452
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
453
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
449
454
|
negate: () => Long;
|
|
450
455
|
neg: () => Long;
|
|
451
456
|
not: () => Long;
|
|
@@ -453,10 +458,10 @@ export declare const PutPhotoReply: {
|
|
|
453
458
|
clz: () => number;
|
|
454
459
|
countTrailingZeros: () => number;
|
|
455
460
|
ctz: () => number;
|
|
456
|
-
notEquals: (other:
|
|
457
|
-
neq: (other:
|
|
458
|
-
ne: (other:
|
|
459
|
-
or: (other:
|
|
461
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
462
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
463
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
464
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
460
465
|
shiftLeft: (numBits: number | Long) => Long;
|
|
461
466
|
shl: (numBits: number | Long) => Long;
|
|
462
467
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -468,8 +473,9 @@ export declare const PutPhotoReply: {
|
|
|
468
473
|
rotl: (numBits: number | Long) => Long;
|
|
469
474
|
rotateRight: (numBits: number | Long) => Long;
|
|
470
475
|
rotr: (numBits: number | Long) => Long;
|
|
471
|
-
subtract: (subtrahend:
|
|
472
|
-
sub: (subtrahend:
|
|
476
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
477
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
478
|
+
toBigInt: () => bigint;
|
|
473
479
|
toInt: () => number;
|
|
474
480
|
toNumber: () => number;
|
|
475
481
|
toBytes: (le?: boolean) => number[];
|
|
@@ -478,46 +484,47 @@ export declare const PutPhotoReply: {
|
|
|
478
484
|
toSigned: () => Long;
|
|
479
485
|
toString: (radix?: number) => string;
|
|
480
486
|
toUnsigned: () => Long;
|
|
481
|
-
xor: (other:
|
|
487
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
482
488
|
} & { [K_3 in Exclude<keyof I_1["totalSize"], keyof Long>]: never; });
|
|
483
489
|
fetchedSize?: string | number | (Long & {
|
|
484
490
|
high: number;
|
|
485
491
|
low: number;
|
|
486
492
|
unsigned: boolean;
|
|
487
|
-
add: (addend:
|
|
488
|
-
and: (other:
|
|
489
|
-
compare: (other:
|
|
490
|
-
comp: (other:
|
|
491
|
-
divide: (divisor:
|
|
492
|
-
div: (divisor:
|
|
493
|
-
equals: (other:
|
|
494
|
-
eq: (other:
|
|
493
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
494
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
495
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
496
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
497
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
498
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
499
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
500
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
495
501
|
getHighBits: () => number;
|
|
496
502
|
getHighBitsUnsigned: () => number;
|
|
497
503
|
getLowBits: () => number;
|
|
498
504
|
getLowBitsUnsigned: () => number;
|
|
499
505
|
getNumBitsAbs: () => number;
|
|
500
|
-
greaterThan: (other:
|
|
501
|
-
gt: (other:
|
|
502
|
-
greaterThanOrEqual: (other:
|
|
503
|
-
gte: (other:
|
|
504
|
-
ge: (other:
|
|
506
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
507
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
508
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
509
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
510
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
505
511
|
isEven: () => boolean;
|
|
506
512
|
isNegative: () => boolean;
|
|
507
513
|
isOdd: () => boolean;
|
|
508
514
|
isPositive: () => boolean;
|
|
515
|
+
isSafeInteger: () => boolean;
|
|
509
516
|
isZero: () => boolean;
|
|
510
517
|
eqz: () => boolean;
|
|
511
|
-
lessThan: (other:
|
|
512
|
-
lt: (other:
|
|
513
|
-
lessThanOrEqual: (other:
|
|
514
|
-
lte: (other:
|
|
515
|
-
le: (other:
|
|
516
|
-
modulo: (other:
|
|
517
|
-
mod: (other:
|
|
518
|
-
rem: (other:
|
|
519
|
-
multiply: (multiplier:
|
|
520
|
-
mul: (multiplier:
|
|
518
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
519
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
520
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
521
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
522
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
523
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
524
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
525
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
526
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
527
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
521
528
|
negate: () => Long;
|
|
522
529
|
neg: () => Long;
|
|
523
530
|
not: () => Long;
|
|
@@ -525,10 +532,10 @@ export declare const PutPhotoReply: {
|
|
|
525
532
|
clz: () => number;
|
|
526
533
|
countTrailingZeros: () => number;
|
|
527
534
|
ctz: () => number;
|
|
528
|
-
notEquals: (other:
|
|
529
|
-
neq: (other:
|
|
530
|
-
ne: (other:
|
|
531
|
-
or: (other:
|
|
535
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
536
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
537
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
538
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
532
539
|
shiftLeft: (numBits: number | Long) => Long;
|
|
533
540
|
shl: (numBits: number | Long) => Long;
|
|
534
541
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -540,8 +547,9 @@ export declare const PutPhotoReply: {
|
|
|
540
547
|
rotl: (numBits: number | Long) => Long;
|
|
541
548
|
rotateRight: (numBits: number | Long) => Long;
|
|
542
549
|
rotr: (numBits: number | Long) => Long;
|
|
543
|
-
subtract: (subtrahend:
|
|
544
|
-
sub: (subtrahend:
|
|
550
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
551
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
552
|
+
toBigInt: () => bigint;
|
|
545
553
|
toInt: () => number;
|
|
546
554
|
toNumber: () => number;
|
|
547
555
|
toBytes: (le?: boolean) => number[];
|
|
@@ -550,7 +558,7 @@ export declare const PutPhotoReply: {
|
|
|
550
558
|
toSigned: () => Long;
|
|
551
559
|
toString: (radix?: number) => string;
|
|
552
560
|
toUnsigned: () => Long;
|
|
553
|
-
xor: (other:
|
|
561
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
554
562
|
} & { [K_4 in Exclude<keyof I_1["fetchedSize"], keyof Long>]: never; });
|
|
555
563
|
photoId?: string | undefined;
|
|
556
564
|
} & { [K_5 in Exclude<keyof I_1, keyof PutPhotoReply>]: never; }>(object: I_1): PutPhotoReply;
|
|
@@ -700,40 +708,41 @@ export declare const PhotoMeta: {
|
|
|
700
708
|
high: number;
|
|
701
709
|
low: number;
|
|
702
710
|
unsigned: boolean;
|
|
703
|
-
add: (addend:
|
|
704
|
-
and: (other:
|
|
705
|
-
compare: (other:
|
|
706
|
-
comp: (other:
|
|
707
|
-
divide: (divisor:
|
|
708
|
-
div: (divisor:
|
|
709
|
-
equals: (other:
|
|
710
|
-
eq: (other:
|
|
711
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
712
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
713
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
714
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
715
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
716
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
717
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
718
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
711
719
|
getHighBits: () => number;
|
|
712
720
|
getHighBitsUnsigned: () => number;
|
|
713
721
|
getLowBits: () => number;
|
|
714
722
|
getLowBitsUnsigned: () => number;
|
|
715
723
|
getNumBitsAbs: () => number;
|
|
716
|
-
greaterThan: (other:
|
|
717
|
-
gt: (other:
|
|
718
|
-
greaterThanOrEqual: (other:
|
|
719
|
-
gte: (other:
|
|
720
|
-
ge: (other:
|
|
724
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
725
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
726
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
727
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
728
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
721
729
|
isEven: () => boolean;
|
|
722
730
|
isNegative: () => boolean;
|
|
723
731
|
isOdd: () => boolean;
|
|
724
732
|
isPositive: () => boolean;
|
|
733
|
+
isSafeInteger: () => boolean;
|
|
725
734
|
isZero: () => boolean;
|
|
726
735
|
eqz: () => boolean;
|
|
727
|
-
lessThan: (other:
|
|
728
|
-
lt: (other:
|
|
729
|
-
lessThanOrEqual: (other:
|
|
730
|
-
lte: (other:
|
|
731
|
-
le: (other:
|
|
732
|
-
modulo: (other:
|
|
733
|
-
mod: (other:
|
|
734
|
-
rem: (other:
|
|
735
|
-
multiply: (multiplier:
|
|
736
|
-
mul: (multiplier:
|
|
736
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
737
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
738
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
739
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
740
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
741
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
742
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
743
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
744
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
745
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
737
746
|
negate: () => Long;
|
|
738
747
|
neg: () => Long;
|
|
739
748
|
not: () => Long;
|
|
@@ -741,10 +750,10 @@ export declare const PhotoMeta: {
|
|
|
741
750
|
clz: () => number;
|
|
742
751
|
countTrailingZeros: () => number;
|
|
743
752
|
ctz: () => number;
|
|
744
|
-
notEquals: (other:
|
|
745
|
-
neq: (other:
|
|
746
|
-
ne: (other:
|
|
747
|
-
or: (other:
|
|
753
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
754
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
755
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
756
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
748
757
|
shiftLeft: (numBits: number | Long) => Long;
|
|
749
758
|
shl: (numBits: number | Long) => Long;
|
|
750
759
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -756,8 +765,9 @@ export declare const PhotoMeta: {
|
|
|
756
765
|
rotl: (numBits: number | Long) => Long;
|
|
757
766
|
rotateRight: (numBits: number | Long) => Long;
|
|
758
767
|
rotr: (numBits: number | Long) => Long;
|
|
759
|
-
subtract: (subtrahend:
|
|
760
|
-
sub: (subtrahend:
|
|
768
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
769
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
770
|
+
toBigInt: () => bigint;
|
|
761
771
|
toInt: () => number;
|
|
762
772
|
toNumber: () => number;
|
|
763
773
|
toBytes: (le?: boolean) => number[];
|
|
@@ -766,7 +776,7 @@ export declare const PhotoMeta: {
|
|
|
766
776
|
toSigned: () => Long;
|
|
767
777
|
toString: (radix?: number) => string;
|
|
768
778
|
toUnsigned: () => Long;
|
|
769
|
-
xor: (other:
|
|
779
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
770
780
|
} & { [K_1 in Exclude<keyof I["size"], keyof Long>]: never; });
|
|
771
781
|
mime?: string;
|
|
772
782
|
md5?: string | undefined;
|
|
@@ -806,40 +816,41 @@ export declare const PhotoMeta: {
|
|
|
806
816
|
high: number;
|
|
807
817
|
low: number;
|
|
808
818
|
unsigned: boolean;
|
|
809
|
-
add: (addend:
|
|
810
|
-
and: (other:
|
|
811
|
-
compare: (other:
|
|
812
|
-
comp: (other:
|
|
813
|
-
divide: (divisor:
|
|
814
|
-
div: (divisor:
|
|
815
|
-
equals: (other:
|
|
816
|
-
eq: (other:
|
|
819
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
820
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
821
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
822
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
823
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
824
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
825
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
826
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
817
827
|
getHighBits: () => number;
|
|
818
828
|
getHighBitsUnsigned: () => number;
|
|
819
829
|
getLowBits: () => number;
|
|
820
830
|
getLowBitsUnsigned: () => number;
|
|
821
831
|
getNumBitsAbs: () => number;
|
|
822
|
-
greaterThan: (other:
|
|
823
|
-
gt: (other:
|
|
824
|
-
greaterThanOrEqual: (other:
|
|
825
|
-
gte: (other:
|
|
826
|
-
ge: (other:
|
|
832
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
833
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
834
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
835
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
836
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
827
837
|
isEven: () => boolean;
|
|
828
838
|
isNegative: () => boolean;
|
|
829
839
|
isOdd: () => boolean;
|
|
830
840
|
isPositive: () => boolean;
|
|
841
|
+
isSafeInteger: () => boolean;
|
|
831
842
|
isZero: () => boolean;
|
|
832
843
|
eqz: () => boolean;
|
|
833
|
-
lessThan: (other:
|
|
834
|
-
lt: (other:
|
|
835
|
-
lessThanOrEqual: (other:
|
|
836
|
-
lte: (other:
|
|
837
|
-
le: (other:
|
|
838
|
-
modulo: (other:
|
|
839
|
-
mod: (other:
|
|
840
|
-
rem: (other:
|
|
841
|
-
multiply: (multiplier:
|
|
842
|
-
mul: (multiplier:
|
|
844
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
845
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
846
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
847
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
848
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
849
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
850
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
851
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
852
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
853
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
843
854
|
negate: () => Long;
|
|
844
855
|
neg: () => Long;
|
|
845
856
|
not: () => Long;
|
|
@@ -847,10 +858,10 @@ export declare const PhotoMeta: {
|
|
|
847
858
|
clz: () => number;
|
|
848
859
|
countTrailingZeros: () => number;
|
|
849
860
|
ctz: () => number;
|
|
850
|
-
notEquals: (other:
|
|
851
|
-
neq: (other:
|
|
852
|
-
ne: (other:
|
|
853
|
-
or: (other:
|
|
861
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
862
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
863
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
864
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
854
865
|
shiftLeft: (numBits: number | Long) => Long;
|
|
855
866
|
shl: (numBits: number | Long) => Long;
|
|
856
867
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -862,8 +873,9 @@ export declare const PhotoMeta: {
|
|
|
862
873
|
rotl: (numBits: number | Long) => Long;
|
|
863
874
|
rotateRight: (numBits: number | Long) => Long;
|
|
864
875
|
rotr: (numBits: number | Long) => Long;
|
|
865
|
-
subtract: (subtrahend:
|
|
866
|
-
sub: (subtrahend:
|
|
876
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
877
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
878
|
+
toBigInt: () => bigint;
|
|
867
879
|
toInt: () => number;
|
|
868
880
|
toNumber: () => number;
|
|
869
881
|
toBytes: (le?: boolean) => number[];
|
|
@@ -872,7 +884,7 @@ export declare const PhotoMeta: {
|
|
|
872
884
|
toSigned: () => Long;
|
|
873
885
|
toString: (radix?: number) => string;
|
|
874
886
|
toUnsigned: () => Long;
|
|
875
|
-
xor: (other:
|
|
887
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
876
888
|
} & { [K_4 in Exclude<keyof I_1["size"], keyof Long>]: never; });
|
|
877
889
|
mime?: string;
|
|
878
890
|
md5?: string | undefined;
|
|
@@ -1135,40 +1147,41 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1135
1147
|
high: number;
|
|
1136
1148
|
low: number;
|
|
1137
1149
|
unsigned: boolean;
|
|
1138
|
-
add: (addend:
|
|
1139
|
-
and: (other:
|
|
1140
|
-
compare: (other:
|
|
1141
|
-
comp: (other:
|
|
1142
|
-
divide: (divisor:
|
|
1143
|
-
div: (divisor:
|
|
1144
|
-
equals: (other:
|
|
1145
|
-
eq: (other:
|
|
1150
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1151
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1152
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1153
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1154
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1155
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1156
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1157
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1146
1158
|
getHighBits: () => number;
|
|
1147
1159
|
getHighBitsUnsigned: () => number;
|
|
1148
1160
|
getLowBits: () => number;
|
|
1149
1161
|
getLowBitsUnsigned: () => number;
|
|
1150
1162
|
getNumBitsAbs: () => number;
|
|
1151
|
-
greaterThan: (other:
|
|
1152
|
-
gt: (other:
|
|
1153
|
-
greaterThanOrEqual: (other:
|
|
1154
|
-
gte: (other:
|
|
1155
|
-
ge: (other:
|
|
1163
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1164
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1165
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1166
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1167
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1156
1168
|
isEven: () => boolean;
|
|
1157
1169
|
isNegative: () => boolean;
|
|
1158
1170
|
isOdd: () => boolean;
|
|
1159
1171
|
isPositive: () => boolean;
|
|
1172
|
+
isSafeInteger: () => boolean;
|
|
1160
1173
|
isZero: () => boolean;
|
|
1161
1174
|
eqz: () => boolean;
|
|
1162
|
-
lessThan: (other:
|
|
1163
|
-
lt: (other:
|
|
1164
|
-
lessThanOrEqual: (other:
|
|
1165
|
-
lte: (other:
|
|
1166
|
-
le: (other:
|
|
1167
|
-
modulo: (other:
|
|
1168
|
-
mod: (other:
|
|
1169
|
-
rem: (other:
|
|
1170
|
-
multiply: (multiplier:
|
|
1171
|
-
mul: (multiplier:
|
|
1175
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1176
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1177
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1178
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1179
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1180
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1181
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1182
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1183
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1184
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1172
1185
|
negate: () => Long;
|
|
1173
1186
|
neg: () => Long;
|
|
1174
1187
|
not: () => Long;
|
|
@@ -1176,10 +1189,10 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1176
1189
|
clz: () => number;
|
|
1177
1190
|
countTrailingZeros: () => number;
|
|
1178
1191
|
ctz: () => number;
|
|
1179
|
-
notEquals: (other:
|
|
1180
|
-
neq: (other:
|
|
1181
|
-
ne: (other:
|
|
1182
|
-
or: (other:
|
|
1192
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1193
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1194
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1195
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1183
1196
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1184
1197
|
shl: (numBits: number | Long) => Long;
|
|
1185
1198
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1191,8 +1204,9 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1191
1204
|
rotl: (numBits: number | Long) => Long;
|
|
1192
1205
|
rotateRight: (numBits: number | Long) => Long;
|
|
1193
1206
|
rotr: (numBits: number | Long) => Long;
|
|
1194
|
-
subtract: (subtrahend:
|
|
1195
|
-
sub: (subtrahend:
|
|
1207
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1208
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1209
|
+
toBigInt: () => bigint;
|
|
1196
1210
|
toInt: () => number;
|
|
1197
1211
|
toNumber: () => number;
|
|
1198
1212
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1201,7 +1215,7 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1201
1215
|
toSigned: () => Long;
|
|
1202
1216
|
toString: (radix?: number) => string;
|
|
1203
1217
|
toUnsigned: () => Long;
|
|
1204
|
-
xor: (other:
|
|
1218
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1205
1219
|
} & { [K in Exclude<keyof I["albumId"], keyof Long>]: never; });
|
|
1206
1220
|
} & { [K_1 in Exclude<keyof I, "albumId">]: never; }>(base?: I): ListAlbumAssetStatsRequet;
|
|
1207
1221
|
fromPartial<I_1 extends {
|
|
@@ -1211,40 +1225,41 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1211
1225
|
high: number;
|
|
1212
1226
|
low: number;
|
|
1213
1227
|
unsigned: boolean;
|
|
1214
|
-
add: (addend:
|
|
1215
|
-
and: (other:
|
|
1216
|
-
compare: (other:
|
|
1217
|
-
comp: (other:
|
|
1218
|
-
divide: (divisor:
|
|
1219
|
-
div: (divisor:
|
|
1220
|
-
equals: (other:
|
|
1221
|
-
eq: (other:
|
|
1228
|
+
add: (addend: import("long/umd/types").LongLike) => Long;
|
|
1229
|
+
and: (other: import("long/umd/types").LongLike) => Long;
|
|
1230
|
+
compare: (other: import("long/umd/types").LongLike) => number;
|
|
1231
|
+
comp: (other: import("long/umd/types").LongLike) => number;
|
|
1232
|
+
divide: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1233
|
+
div: (divisor: import("long/umd/types").LongLike) => Long;
|
|
1234
|
+
equals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1235
|
+
eq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1222
1236
|
getHighBits: () => number;
|
|
1223
1237
|
getHighBitsUnsigned: () => number;
|
|
1224
1238
|
getLowBits: () => number;
|
|
1225
1239
|
getLowBitsUnsigned: () => number;
|
|
1226
1240
|
getNumBitsAbs: () => number;
|
|
1227
|
-
greaterThan: (other:
|
|
1228
|
-
gt: (other:
|
|
1229
|
-
greaterThanOrEqual: (other:
|
|
1230
|
-
gte: (other:
|
|
1231
|
-
ge: (other:
|
|
1241
|
+
greaterThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1242
|
+
gt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1243
|
+
greaterThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1244
|
+
gte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1245
|
+
ge: (other: import("long/umd/types").LongLike) => boolean;
|
|
1232
1246
|
isEven: () => boolean;
|
|
1233
1247
|
isNegative: () => boolean;
|
|
1234
1248
|
isOdd: () => boolean;
|
|
1235
1249
|
isPositive: () => boolean;
|
|
1250
|
+
isSafeInteger: () => boolean;
|
|
1236
1251
|
isZero: () => boolean;
|
|
1237
1252
|
eqz: () => boolean;
|
|
1238
|
-
lessThan: (other:
|
|
1239
|
-
lt: (other:
|
|
1240
|
-
lessThanOrEqual: (other:
|
|
1241
|
-
lte: (other:
|
|
1242
|
-
le: (other:
|
|
1243
|
-
modulo: (other:
|
|
1244
|
-
mod: (other:
|
|
1245
|
-
rem: (other:
|
|
1246
|
-
multiply: (multiplier:
|
|
1247
|
-
mul: (multiplier:
|
|
1253
|
+
lessThan: (other: import("long/umd/types").LongLike) => boolean;
|
|
1254
|
+
lt: (other: import("long/umd/types").LongLike) => boolean;
|
|
1255
|
+
lessThanOrEqual: (other: import("long/umd/types").LongLike) => boolean;
|
|
1256
|
+
lte: (other: import("long/umd/types").LongLike) => boolean;
|
|
1257
|
+
le: (other: import("long/umd/types").LongLike) => boolean;
|
|
1258
|
+
modulo: (other: import("long/umd/types").LongLike) => Long;
|
|
1259
|
+
mod: (other: import("long/umd/types").LongLike) => Long;
|
|
1260
|
+
rem: (other: import("long/umd/types").LongLike) => Long;
|
|
1261
|
+
multiply: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1262
|
+
mul: (multiplier: import("long/umd/types").LongLike) => Long;
|
|
1248
1263
|
negate: () => Long;
|
|
1249
1264
|
neg: () => Long;
|
|
1250
1265
|
not: () => Long;
|
|
@@ -1252,10 +1267,10 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1252
1267
|
clz: () => number;
|
|
1253
1268
|
countTrailingZeros: () => number;
|
|
1254
1269
|
ctz: () => number;
|
|
1255
|
-
notEquals: (other:
|
|
1256
|
-
neq: (other:
|
|
1257
|
-
ne: (other:
|
|
1258
|
-
or: (other:
|
|
1270
|
+
notEquals: (other: import("long/umd/types").LongLike) => boolean;
|
|
1271
|
+
neq: (other: import("long/umd/types").LongLike) => boolean;
|
|
1272
|
+
ne: (other: import("long/umd/types").LongLike) => boolean;
|
|
1273
|
+
or: (other: import("long/umd/types").LongLike) => Long;
|
|
1259
1274
|
shiftLeft: (numBits: number | Long) => Long;
|
|
1260
1275
|
shl: (numBits: number | Long) => Long;
|
|
1261
1276
|
shiftRight: (numBits: number | Long) => Long;
|
|
@@ -1267,8 +1282,9 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1267
1282
|
rotl: (numBits: number | Long) => Long;
|
|
1268
1283
|
rotateRight: (numBits: number | Long) => Long;
|
|
1269
1284
|
rotr: (numBits: number | Long) => Long;
|
|
1270
|
-
subtract: (subtrahend:
|
|
1271
|
-
sub: (subtrahend:
|
|
1285
|
+
subtract: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1286
|
+
sub: (subtrahend: import("long/umd/types").LongLike) => Long;
|
|
1287
|
+
toBigInt: () => bigint;
|
|
1272
1288
|
toInt: () => number;
|
|
1273
1289
|
toNumber: () => number;
|
|
1274
1290
|
toBytes: (le?: boolean) => number[];
|
|
@@ -1277,7 +1293,7 @@ export declare const ListAlbumAssetStatsRequet: {
|
|
|
1277
1293
|
toSigned: () => Long;
|
|
1278
1294
|
toString: (radix?: number) => string;
|
|
1279
1295
|
toUnsigned: () => Long;
|
|
1280
|
-
xor: (other:
|
|
1296
|
+
xor: (other: import("long/umd/types").LongLike) => Long;
|
|
1281
1297
|
} & { [K_2 in Exclude<keyof I_1["albumId"], keyof Long>]: never; });
|
|
1282
1298
|
} & { [K_3 in Exclude<keyof I_1, "albumId">]: never; }>(object: I_1): ListAlbumAssetStatsRequet;
|
|
1283
1299
|
};
|