@buildonspark/spark-sdk 0.3.7 → 0.3.9
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/CHANGELOG.md +15 -0
- package/dist/bare/index.cjs +8088 -7723
- package/dist/bare/index.d.cts +350 -262
- package/dist/bare/index.d.ts +350 -262
- package/dist/bare/index.js +7968 -7608
- package/dist/{chunk-J2P3KTQP.js → chunk-4YFT7DAE.js} +1 -1
- package/dist/{chunk-XWLR6G5C.js → chunk-JLF6WJ7K.js} +1 -1
- package/dist/{chunk-UYTT3C6H.js → chunk-MFCM6GUD.js} +40 -213
- package/dist/{chunk-KDEVNW7C.js → chunk-O4C4HGQL.js} +3391 -3292
- package/dist/{chunk-SRPKOCG4.js → chunk-S55NZT4P.js} +8 -10
- package/dist/{chunk-P4HYYSMU.js → chunk-WRE2T22S.js} +1 -1
- package/dist/{chunk-IC4IUEOS.js → chunk-YEBEN7XD.js} +309 -38
- package/dist/{client-Bcb7TUIp.d.cts → client-BIqiUNy4.d.cts} +2 -2
- package/dist/{client-D9T58OY8.d.ts → client-BaQf-5gD.d.ts} +2 -2
- package/dist/debug.cjs +8068 -7704
- package/dist/debug.d.cts +25 -18
- package/dist/debug.d.ts +25 -18
- package/dist/debug.js +5 -5
- package/dist/graphql/objects/index.d.cts +3 -3
- package/dist/graphql/objects/index.d.ts +3 -3
- package/dist/index.cjs +6871 -6501
- package/dist/index.d.cts +9 -8
- package/dist/index.d.ts +9 -8
- package/dist/index.js +36 -24
- package/dist/index.node.cjs +7102 -6903
- package/dist/index.node.d.cts +9 -8
- package/dist/index.node.d.ts +9 -8
- package/dist/index.node.js +35 -23
- package/dist/{logging-zkr4UlOi.d.cts → logging-CXhvuqJJ.d.cts} +45 -35
- package/dist/{logging-JIaZZIbR.d.ts → logging-DDeMLsVN.d.ts} +45 -35
- package/dist/native/{chunk-X2QXUON7.js → chunk-AFP5QR4O.js} +11 -8
- package/dist/native/index.react-native.cjs +7054 -6677
- package/dist/native/index.react-native.d.cts +180 -92
- package/dist/native/index.react-native.d.ts +180 -92
- package/dist/native/index.react-native.js +6760 -6393
- package/dist/native/{wasm-GKEDPGTM.js → wasm-D4TI35NF.js} +1 -1
- package/dist/proto/spark.cjs +309 -38
- package/dist/proto/spark.d.cts +1 -1
- package/dist/proto/spark.d.ts +1 -1
- package/dist/proto/spark.js +5 -1
- package/dist/proto/spark_token.d.cts +1 -1
- package/dist/proto/spark_token.d.ts +1 -1
- package/dist/proto/spark_token.js +2 -2
- package/dist/{spark-WA_4wcBr.d.cts → spark-DOpheE8_.d.cts} +69 -7
- package/dist/{spark-WA_4wcBr.d.ts → spark-DOpheE8_.d.ts} +69 -7
- package/dist/{spark-wallet.browser-DC3jdQPW.d.cts → spark-wallet.browser-CbYo8A_U.d.cts} +8 -8
- package/dist/{spark-wallet.browser-BwYkkOBU.d.ts → spark-wallet.browser-Cz8c4kOW.d.ts} +8 -8
- package/dist/{spark-wallet.node-CR_zNxmy.d.cts → spark-wallet.node-4WQgWwB2.d.cts} +9 -31
- package/dist/{spark-wallet.node-C9d2W-Nb.d.ts → spark-wallet.node-CmIvxtcC.d.ts} +9 -31
- package/dist/tests/test-utils.cjs +7341 -7065
- package/dist/tests/test-utils.d.cts +7 -5
- package/dist/tests/test-utils.d.ts +7 -5
- package/dist/tests/test-utils.js +7 -7
- package/dist/{token-transactions-BZoJuvuE.d.ts → token-transactions-Bu023ztN.d.ts} +2 -2
- package/dist/{token-transactions-I_OFIoNH.d.cts → token-transactions-CV8QD3I7.d.cts} +2 -2
- package/dist/types/index.cjs +307 -38
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.js +2 -2
- package/dist/{spark-wallet-CE5PYiIb.d.ts → wallet-config-Bmk2eAn8.d.ts} +310 -287
- package/dist/{spark-wallet-BuFrUWeE.d.cts → wallet-config-DQw5llqA.d.cts} +310 -287
- package/package.json +3 -3
- package/src/proto/mock.ts +0 -264
- package/src/proto/spark.ts +433 -46
- package/src/services/config.ts +5 -0
- package/src/services/connection/connection.browser.ts +27 -19
- package/src/services/connection/connection.node.ts +79 -24
- package/src/services/connection/connection.ts +395 -233
- package/src/services/coop-exit.ts +26 -107
- package/src/services/deposit.ts +12 -48
- package/src/services/lightning.ts +30 -4
- package/src/services/signing.ts +187 -37
- package/src/services/transfer.ts +553 -723
- package/src/services/wallet-config.ts +6 -0
- package/src/spark-wallet/proto-descriptors.ts +1 -1
- package/src/spark-wallet/spark-wallet.ts +132 -313
- package/src/spark-wallet/types.ts +2 -2
- package/src/spark_descriptors.pb +0 -0
- package/src/tests/connection.test.ts +537 -0
- package/src/tests/integration/connection.test.ts +39 -0
- package/src/tests/integration/lightning.test.ts +32 -16
- package/src/tests/integration/static_deposit.test.ts +13 -11
- package/src/tests/integration/transfer.test.ts +13 -1
- package/src/tests/isHermeticTest.ts +1 -1
- package/src/tests/utils/test-faucet.ts +53 -20
- package/src/utils/htlc-transactions.ts +224 -0
- package/src/utils/transaction.ts +285 -248
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buildonspark/spark-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"author": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"postversion": "yarn build",
|
|
112
112
|
"test-cmd": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --detectOpenHandles --forceExit",
|
|
113
113
|
"test": "yarn test-cmd src/tests/*.test.ts",
|
|
114
|
-
"test:integration": "
|
|
115
|
-
"test:integration:ssp": "
|
|
114
|
+
"test:integration": "yarn test-cmd src/tests/integration/*.test.ts",
|
|
115
|
+
"test:integration:ssp": "yarn test-cmd src/tests/integration/ssp/*.test.ts",
|
|
116
116
|
"types:watch": "tsc-absolute --watch",
|
|
117
117
|
"types": "tsc",
|
|
118
118
|
"patch-wasm": "node ./wasm/patch-wasm.mjs",
|
package/src/proto/mock.ts
CHANGED
|
@@ -15,53 +15,6 @@ export interface CleanUpPreimageShareRequest {
|
|
|
15
15
|
paymentHash: Uint8Array;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
export interface InterruptTransferRequest {
|
|
19
|
-
action: InterruptTransferRequest_InterruptTransferAction;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export enum InterruptTransferRequest_InterruptTransferAction {
|
|
23
|
-
NONE = 0,
|
|
24
|
-
INTERRUPT = 1,
|
|
25
|
-
RESUME = 2,
|
|
26
|
-
UNRECOGNIZED = -1,
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function interruptTransferRequest_InterruptTransferActionFromJSON(
|
|
30
|
-
object: any,
|
|
31
|
-
): InterruptTransferRequest_InterruptTransferAction {
|
|
32
|
-
switch (object) {
|
|
33
|
-
case 0:
|
|
34
|
-
case "NONE":
|
|
35
|
-
return InterruptTransferRequest_InterruptTransferAction.NONE;
|
|
36
|
-
case 1:
|
|
37
|
-
case "INTERRUPT":
|
|
38
|
-
return InterruptTransferRequest_InterruptTransferAction.INTERRUPT;
|
|
39
|
-
case 2:
|
|
40
|
-
case "RESUME":
|
|
41
|
-
return InterruptTransferRequest_InterruptTransferAction.RESUME;
|
|
42
|
-
case -1:
|
|
43
|
-
case "UNRECOGNIZED":
|
|
44
|
-
default:
|
|
45
|
-
return InterruptTransferRequest_InterruptTransferAction.UNRECOGNIZED;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export function interruptTransferRequest_InterruptTransferActionToJSON(
|
|
50
|
-
object: InterruptTransferRequest_InterruptTransferAction,
|
|
51
|
-
): string {
|
|
52
|
-
switch (object) {
|
|
53
|
-
case InterruptTransferRequest_InterruptTransferAction.NONE:
|
|
54
|
-
return "NONE";
|
|
55
|
-
case InterruptTransferRequest_InterruptTransferAction.INTERRUPT:
|
|
56
|
-
return "INTERRUPT";
|
|
57
|
-
case InterruptTransferRequest_InterruptTransferAction.RESUME:
|
|
58
|
-
return "RESUME";
|
|
59
|
-
case InterruptTransferRequest_InterruptTransferAction.UNRECOGNIZED:
|
|
60
|
-
default:
|
|
61
|
-
return "UNRECOGNIZED";
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
18
|
export interface UpdateNodesStatusRequest {
|
|
66
19
|
nodeIds: string[];
|
|
67
20
|
status: string;
|
|
@@ -72,55 +25,6 @@ export interface TriggerTaskRequest {
|
|
|
72
25
|
taskName: string;
|
|
73
26
|
}
|
|
74
27
|
|
|
75
|
-
export interface InterruptCoopExitRequest {
|
|
76
|
-
action: InterruptCoopExitRequest_InterruptCoopExitAction;
|
|
77
|
-
/** optional, defaults to MockAction.TargetOperatorID */
|
|
78
|
-
targetOperator: string;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export enum InterruptCoopExitRequest_InterruptCoopExitAction {
|
|
82
|
-
NONE = 0,
|
|
83
|
-
INTERRUPT = 1,
|
|
84
|
-
RESUME = 2,
|
|
85
|
-
UNRECOGNIZED = -1,
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
export function interruptCoopExitRequest_InterruptCoopExitActionFromJSON(
|
|
89
|
-
object: any,
|
|
90
|
-
): InterruptCoopExitRequest_InterruptCoopExitAction {
|
|
91
|
-
switch (object) {
|
|
92
|
-
case 0:
|
|
93
|
-
case "NONE":
|
|
94
|
-
return InterruptCoopExitRequest_InterruptCoopExitAction.NONE;
|
|
95
|
-
case 1:
|
|
96
|
-
case "INTERRUPT":
|
|
97
|
-
return InterruptCoopExitRequest_InterruptCoopExitAction.INTERRUPT;
|
|
98
|
-
case 2:
|
|
99
|
-
case "RESUME":
|
|
100
|
-
return InterruptCoopExitRequest_InterruptCoopExitAction.RESUME;
|
|
101
|
-
case -1:
|
|
102
|
-
case "UNRECOGNIZED":
|
|
103
|
-
default:
|
|
104
|
-
return InterruptCoopExitRequest_InterruptCoopExitAction.UNRECOGNIZED;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export function interruptCoopExitRequest_InterruptCoopExitActionToJSON(
|
|
109
|
-
object: InterruptCoopExitRequest_InterruptCoopExitAction,
|
|
110
|
-
): string {
|
|
111
|
-
switch (object) {
|
|
112
|
-
case InterruptCoopExitRequest_InterruptCoopExitAction.NONE:
|
|
113
|
-
return "NONE";
|
|
114
|
-
case InterruptCoopExitRequest_InterruptCoopExitAction.INTERRUPT:
|
|
115
|
-
return "INTERRUPT";
|
|
116
|
-
case InterruptCoopExitRequest_InterruptCoopExitAction.RESUME:
|
|
117
|
-
return "RESUME";
|
|
118
|
-
case InterruptCoopExitRequest_InterruptCoopExitAction.UNRECOGNIZED:
|
|
119
|
-
default:
|
|
120
|
-
return "UNRECOGNIZED";
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
28
|
function createBaseCleanUpPreimageShareRequest(): CleanUpPreimageShareRequest {
|
|
125
29
|
return { paymentHash: new Uint8Array(0) };
|
|
126
30
|
}
|
|
@@ -179,66 +83,6 @@ export const CleanUpPreimageShareRequest: MessageFns<CleanUpPreimageShareRequest
|
|
|
179
83
|
},
|
|
180
84
|
};
|
|
181
85
|
|
|
182
|
-
function createBaseInterruptTransferRequest(): InterruptTransferRequest {
|
|
183
|
-
return { action: 0 };
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
export const InterruptTransferRequest: MessageFns<InterruptTransferRequest> = {
|
|
187
|
-
encode(message: InterruptTransferRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
|
|
188
|
-
if (message.action !== 0) {
|
|
189
|
-
writer.uint32(8).int32(message.action);
|
|
190
|
-
}
|
|
191
|
-
return writer;
|
|
192
|
-
},
|
|
193
|
-
|
|
194
|
-
decode(input: BinaryReader | Uint8Array, length?: number): InterruptTransferRequest {
|
|
195
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
196
|
-
const end = length === undefined ? reader.len : reader.pos + length;
|
|
197
|
-
const message = createBaseInterruptTransferRequest();
|
|
198
|
-
while (reader.pos < end) {
|
|
199
|
-
const tag = reader.uint32();
|
|
200
|
-
switch (tag >>> 3) {
|
|
201
|
-
case 1: {
|
|
202
|
-
if (tag !== 8) {
|
|
203
|
-
break;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
message.action = reader.int32() as any;
|
|
207
|
-
continue;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
211
|
-
break;
|
|
212
|
-
}
|
|
213
|
-
reader.skip(tag & 7);
|
|
214
|
-
}
|
|
215
|
-
return message;
|
|
216
|
-
},
|
|
217
|
-
|
|
218
|
-
fromJSON(object: any): InterruptTransferRequest {
|
|
219
|
-
return {
|
|
220
|
-
action: isSet(object.action) ? interruptTransferRequest_InterruptTransferActionFromJSON(object.action) : 0,
|
|
221
|
-
};
|
|
222
|
-
},
|
|
223
|
-
|
|
224
|
-
toJSON(message: InterruptTransferRequest): unknown {
|
|
225
|
-
const obj: any = {};
|
|
226
|
-
if (message.action !== 0) {
|
|
227
|
-
obj.action = interruptTransferRequest_InterruptTransferActionToJSON(message.action);
|
|
228
|
-
}
|
|
229
|
-
return obj;
|
|
230
|
-
},
|
|
231
|
-
|
|
232
|
-
create(base?: DeepPartial<InterruptTransferRequest>): InterruptTransferRequest {
|
|
233
|
-
return InterruptTransferRequest.fromPartial(base ?? {});
|
|
234
|
-
},
|
|
235
|
-
fromPartial(object: DeepPartial<InterruptTransferRequest>): InterruptTransferRequest {
|
|
236
|
-
const message = createBaseInterruptTransferRequest();
|
|
237
|
-
message.action = object.action ?? 0;
|
|
238
|
-
return message;
|
|
239
|
-
},
|
|
240
|
-
};
|
|
241
|
-
|
|
242
86
|
function createBaseUpdateNodesStatusRequest(): UpdateNodesStatusRequest {
|
|
243
87
|
return { nodeIds: [], status: "" };
|
|
244
88
|
}
|
|
@@ -373,82 +217,6 @@ export const TriggerTaskRequest: MessageFns<TriggerTaskRequest> = {
|
|
|
373
217
|
},
|
|
374
218
|
};
|
|
375
219
|
|
|
376
|
-
function createBaseInterruptCoopExitRequest(): InterruptCoopExitRequest {
|
|
377
|
-
return { action: 0, targetOperator: "" };
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
export const InterruptCoopExitRequest: MessageFns<InterruptCoopExitRequest> = {
|
|
381
|
-
encode(message: InterruptCoopExitRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
|
|
382
|
-
if (message.action !== 0) {
|
|
383
|
-
writer.uint32(8).int32(message.action);
|
|
384
|
-
}
|
|
385
|
-
if (message.targetOperator !== "") {
|
|
386
|
-
writer.uint32(18).string(message.targetOperator);
|
|
387
|
-
}
|
|
388
|
-
return writer;
|
|
389
|
-
},
|
|
390
|
-
|
|
391
|
-
decode(input: BinaryReader | Uint8Array, length?: number): InterruptCoopExitRequest {
|
|
392
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
393
|
-
const end = length === undefined ? reader.len : reader.pos + length;
|
|
394
|
-
const message = createBaseInterruptCoopExitRequest();
|
|
395
|
-
while (reader.pos < end) {
|
|
396
|
-
const tag = reader.uint32();
|
|
397
|
-
switch (tag >>> 3) {
|
|
398
|
-
case 1: {
|
|
399
|
-
if (tag !== 8) {
|
|
400
|
-
break;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
message.action = reader.int32() as any;
|
|
404
|
-
continue;
|
|
405
|
-
}
|
|
406
|
-
case 2: {
|
|
407
|
-
if (tag !== 18) {
|
|
408
|
-
break;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
message.targetOperator = reader.string();
|
|
412
|
-
continue;
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
416
|
-
break;
|
|
417
|
-
}
|
|
418
|
-
reader.skip(tag & 7);
|
|
419
|
-
}
|
|
420
|
-
return message;
|
|
421
|
-
},
|
|
422
|
-
|
|
423
|
-
fromJSON(object: any): InterruptCoopExitRequest {
|
|
424
|
-
return {
|
|
425
|
-
action: isSet(object.action) ? interruptCoopExitRequest_InterruptCoopExitActionFromJSON(object.action) : 0,
|
|
426
|
-
targetOperator: isSet(object.targetOperator) ? globalThis.String(object.targetOperator) : "",
|
|
427
|
-
};
|
|
428
|
-
},
|
|
429
|
-
|
|
430
|
-
toJSON(message: InterruptCoopExitRequest): unknown {
|
|
431
|
-
const obj: any = {};
|
|
432
|
-
if (message.action !== 0) {
|
|
433
|
-
obj.action = interruptCoopExitRequest_InterruptCoopExitActionToJSON(message.action);
|
|
434
|
-
}
|
|
435
|
-
if (message.targetOperator !== "") {
|
|
436
|
-
obj.targetOperator = message.targetOperator;
|
|
437
|
-
}
|
|
438
|
-
return obj;
|
|
439
|
-
},
|
|
440
|
-
|
|
441
|
-
create(base?: DeepPartial<InterruptCoopExitRequest>): InterruptCoopExitRequest {
|
|
442
|
-
return InterruptCoopExitRequest.fromPartial(base ?? {});
|
|
443
|
-
},
|
|
444
|
-
fromPartial(object: DeepPartial<InterruptCoopExitRequest>): InterruptCoopExitRequest {
|
|
445
|
-
const message = createBaseInterruptCoopExitRequest();
|
|
446
|
-
message.action = object.action ?? 0;
|
|
447
|
-
message.targetOperator = object.targetOperator ?? "";
|
|
448
|
-
return message;
|
|
449
|
-
},
|
|
450
|
-
};
|
|
451
|
-
|
|
452
220
|
export type MockServiceDefinition = typeof MockServiceDefinition;
|
|
453
221
|
export const MockServiceDefinition = {
|
|
454
222
|
name: "MockService",
|
|
@@ -462,22 +230,6 @@ export const MockServiceDefinition = {
|
|
|
462
230
|
responseStream: false,
|
|
463
231
|
options: {},
|
|
464
232
|
},
|
|
465
|
-
interrupt_transfer: {
|
|
466
|
-
name: "interrupt_transfer",
|
|
467
|
-
requestType: InterruptTransferRequest,
|
|
468
|
-
requestStream: false,
|
|
469
|
-
responseType: Empty,
|
|
470
|
-
responseStream: false,
|
|
471
|
-
options: {},
|
|
472
|
-
},
|
|
473
|
-
interrupt_coop_exit: {
|
|
474
|
-
name: "interrupt_coop_exit",
|
|
475
|
-
requestType: InterruptCoopExitRequest,
|
|
476
|
-
requestStream: false,
|
|
477
|
-
responseType: Empty,
|
|
478
|
-
responseStream: false,
|
|
479
|
-
options: {},
|
|
480
|
-
},
|
|
481
233
|
update_nodes_status: {
|
|
482
234
|
name: "update_nodes_status",
|
|
483
235
|
requestType: UpdateNodesStatusRequest,
|
|
@@ -503,14 +255,6 @@ export interface MockServiceImplementation<CallContextExt = {}> {
|
|
|
503
255
|
request: CleanUpPreimageShareRequest,
|
|
504
256
|
context: CallContext & CallContextExt,
|
|
505
257
|
): Promise<DeepPartial<Empty>>;
|
|
506
|
-
interrupt_transfer(
|
|
507
|
-
request: InterruptTransferRequest,
|
|
508
|
-
context: CallContext & CallContextExt,
|
|
509
|
-
): Promise<DeepPartial<Empty>>;
|
|
510
|
-
interrupt_coop_exit(
|
|
511
|
-
request: InterruptCoopExitRequest,
|
|
512
|
-
context: CallContext & CallContextExt,
|
|
513
|
-
): Promise<DeepPartial<Empty>>;
|
|
514
258
|
update_nodes_status(
|
|
515
259
|
request: UpdateNodesStatusRequest,
|
|
516
260
|
context: CallContext & CallContextExt,
|
|
@@ -524,14 +268,6 @@ export interface MockServiceClient<CallOptionsExt = {}> {
|
|
|
524
268
|
request: DeepPartial<CleanUpPreimageShareRequest>,
|
|
525
269
|
options?: CallOptions & CallOptionsExt,
|
|
526
270
|
): Promise<Empty>;
|
|
527
|
-
interrupt_transfer(
|
|
528
|
-
request: DeepPartial<InterruptTransferRequest>,
|
|
529
|
-
options?: CallOptions & CallOptionsExt,
|
|
530
|
-
): Promise<Empty>;
|
|
531
|
-
interrupt_coop_exit(
|
|
532
|
-
request: DeepPartial<InterruptCoopExitRequest>,
|
|
533
|
-
options?: CallOptions & CallOptionsExt,
|
|
534
|
-
): Promise<Empty>;
|
|
535
271
|
update_nodes_status(
|
|
536
272
|
request: DeepPartial<UpdateNodesStatusRequest>,
|
|
537
273
|
options?: CallOptions & CallOptionsExt,
|