@akashnetwork/chain-sdk 1.0.0-alpha.35 → 1.0.0-alpha.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/createProviderSDK.cjs +10 -1
- package/dist/cjs/generated/createProviderSDK.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/manifest/v2beta3/service.cjs +85 -3
- package/dist/cjs/generated/protos/akash/manifest/v2beta3/service.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/lease/v1/service.cjs +276 -0
- package/dist/cjs/generated/protos/akash/provider/lease/v1/service.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/lease/v1/service_akash.cjs +10 -0
- package/dist/cjs/generated/protos/akash/provider/lease/v1/service_akash.cjs.map +2 -2
- package/dist/cjs/generated/protos/index.provider.akash.v1.cjs +3 -0
- package/dist/cjs/generated/protos/index.provider.akash.v1.cjs.map +2 -2
- package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs +2 -1
- package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs.map +2 -2
- package/dist/cjs/sdk/transport/runCall.cjs +19 -5
- package/dist/cjs/sdk/transport/runCall.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/generateManifest.cjs +3 -0
- package/dist/cjs/sdl/manifest/generateManifest.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/generateManifestVersion.cjs +1 -1
- package/dist/cjs/sdl/manifest/generateManifestVersion.cjs.map +2 -2
- package/dist/cjs/sdl/validateSDL/validateSDL.cjs +24 -1
- package/dist/cjs/sdl/validateSDL/validateSDL.cjs.map +2 -2
- package/dist/cjs/sdl/validateSDL/validateSDLInput.cjs +67 -46
- package/dist/cjs/sdl/validateSDL/validateSDLInput.cjs.map +2 -2
- package/dist/esm/{chunk-WBBS4OZV.js → chunk-R42YS74B.js} +118 -56
- package/dist/esm/chunk-R42YS74B.js.map +7 -0
- package/dist/esm/{chunk-HBXYMZWF.js → chunk-SQUBF6EZ.js} +279 -3
- package/dist/esm/chunk-SQUBF6EZ.js.map +7 -0
- package/dist/esm/{chunk-COR2HJ6D.js → chunk-UZXCPKLQ.js} +85 -3
- package/dist/esm/chunk-UZXCPKLQ.js.map +7 -0
- package/dist/esm/generated/protos/index.provider.akash.v1.js +8 -2
- package/dist/esm/generated/protos/index.provider.akash.v2beta3.js +5 -3
- package/dist/esm/index.js +13 -4
- package/dist/esm/index.js.map +2 -2
- package/dist/esm/index.web.js +2 -2
- package/dist/esm/{service_akash-AAROYIZB.js → service_akash-BILCZWQI.js} +15 -3
- package/dist/esm/service_akash-BILCZWQI.js.map +7 -0
- package/dist/sdl-schema.yaml +5 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/generated/createProviderSDK.d.ts +14 -0
- package/dist/types/generated/protos/akash/manifest/v2beta3/service.d.ts +19 -0
- package/dist/types/generated/protos/akash/provider/lease/v1/service.d.ts +43 -0
- package/dist/types/generated/protos/akash/provider/lease/v1/service_akash.d.ts +9 -1
- package/dist/types/generated/protos/index.provider.akash.v1.d.ts +1 -1
- package/dist/types/generated/protos/index.provider.akash.v2beta3.d.ts +1 -1
- package/dist/types/sdl/validateSDL/validateSDLInput.d.ts +5 -0
- package/package.json +1 -1
- package/dist/esm/chunk-COR2HJ6D.js.map +0 -7
- package/dist/esm/chunk-HBXYMZWF.js.map +0 -7
- package/dist/esm/chunk-WBBS4OZV.js.map +0 -7
- package/dist/esm/service_akash-AAROYIZB.js.map +0 -7
|
@@ -28,6 +28,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
var service_exports = {};
|
|
30
30
|
__export(service_exports, {
|
|
31
|
+
AttestationGPUReport: () => AttestationGPUReport,
|
|
32
|
+
AttestationQuoteRequest: () => AttestationQuoteRequest,
|
|
33
|
+
AttestationQuoteResponse: () => AttestationQuoteResponse,
|
|
31
34
|
ForwarderPortStatus: () => ForwarderPortStatus,
|
|
32
35
|
LeaseIPStatus: () => LeaseIPStatus,
|
|
33
36
|
LeaseServiceStatus: () => LeaseServiceStatus,
|
|
@@ -965,6 +968,279 @@ const ServiceStatusResponse = {
|
|
|
965
968
|
return message;
|
|
966
969
|
}
|
|
967
970
|
};
|
|
971
|
+
function createBaseAttestationQuoteRequest() {
|
|
972
|
+
return { leaseId: void 0, nonce: "", bindTls: false };
|
|
973
|
+
}
|
|
974
|
+
const AttestationQuoteRequest = {
|
|
975
|
+
$type: "akash.provider.lease.v1.AttestationQuoteRequest",
|
|
976
|
+
encode(message, writer = new import_wire.BinaryWriter()) {
|
|
977
|
+
if (message.leaseId !== void 0) {
|
|
978
|
+
import_lease.LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();
|
|
979
|
+
}
|
|
980
|
+
if (message.nonce !== "") {
|
|
981
|
+
writer.uint32(18).string(message.nonce);
|
|
982
|
+
}
|
|
983
|
+
if (message.bindTls !== false) {
|
|
984
|
+
writer.uint32(24).bool(message.bindTls);
|
|
985
|
+
}
|
|
986
|
+
return writer;
|
|
987
|
+
},
|
|
988
|
+
decode(input, length) {
|
|
989
|
+
const reader = input instanceof import_wire.BinaryReader ? input : new import_wire.BinaryReader(input);
|
|
990
|
+
const end = length === void 0 ? reader.len : reader.pos + length;
|
|
991
|
+
const message = createBaseAttestationQuoteRequest();
|
|
992
|
+
while (reader.pos < end) {
|
|
993
|
+
const tag = reader.uint32();
|
|
994
|
+
switch (tag >>> 3) {
|
|
995
|
+
case 1: {
|
|
996
|
+
if (tag !== 10) {
|
|
997
|
+
break;
|
|
998
|
+
}
|
|
999
|
+
message.leaseId = import_lease.LeaseID.decode(reader, reader.uint32());
|
|
1000
|
+
continue;
|
|
1001
|
+
}
|
|
1002
|
+
case 2: {
|
|
1003
|
+
if (tag !== 18) {
|
|
1004
|
+
break;
|
|
1005
|
+
}
|
|
1006
|
+
message.nonce = reader.string();
|
|
1007
|
+
continue;
|
|
1008
|
+
}
|
|
1009
|
+
case 3: {
|
|
1010
|
+
if (tag !== 24) {
|
|
1011
|
+
break;
|
|
1012
|
+
}
|
|
1013
|
+
message.bindTls = reader.bool();
|
|
1014
|
+
continue;
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1018
|
+
break;
|
|
1019
|
+
}
|
|
1020
|
+
reader.skip(tag & 7);
|
|
1021
|
+
}
|
|
1022
|
+
return message;
|
|
1023
|
+
},
|
|
1024
|
+
fromJSON(object) {
|
|
1025
|
+
return {
|
|
1026
|
+
leaseId: (0, import_typeEncodingHelpers.isSet)(object.lease_id) ? import_lease.LeaseID.fromJSON(object.lease_id) : void 0,
|
|
1027
|
+
nonce: (0, import_typeEncodingHelpers.isSet)(object.nonce) ? globalThis.String(object.nonce) : "",
|
|
1028
|
+
bindTls: (0, import_typeEncodingHelpers.isSet)(object.bind_tls) ? globalThis.Boolean(object.bind_tls) : false
|
|
1029
|
+
};
|
|
1030
|
+
},
|
|
1031
|
+
toJSON(message) {
|
|
1032
|
+
const obj = {};
|
|
1033
|
+
if (message.leaseId !== void 0) {
|
|
1034
|
+
obj.lease_id = import_lease.LeaseID.toJSON(message.leaseId);
|
|
1035
|
+
}
|
|
1036
|
+
if (message.nonce !== "") {
|
|
1037
|
+
obj.nonce = message.nonce;
|
|
1038
|
+
}
|
|
1039
|
+
if (message.bindTls !== false) {
|
|
1040
|
+
obj.bind_tls = message.bindTls;
|
|
1041
|
+
}
|
|
1042
|
+
return obj;
|
|
1043
|
+
},
|
|
1044
|
+
fromPartial(object) {
|
|
1045
|
+
const message = createBaseAttestationQuoteRequest();
|
|
1046
|
+
message.leaseId = object.leaseId !== void 0 && object.leaseId !== null ? import_lease.LeaseID.fromPartial(object.leaseId) : void 0;
|
|
1047
|
+
message.nonce = object.nonce ?? "";
|
|
1048
|
+
message.bindTls = object.bindTls ?? false;
|
|
1049
|
+
return message;
|
|
1050
|
+
}
|
|
1051
|
+
};
|
|
1052
|
+
function createBaseAttestationGPUReport() {
|
|
1053
|
+
return { deviceIndex: 0, report: "" };
|
|
1054
|
+
}
|
|
1055
|
+
const AttestationGPUReport = {
|
|
1056
|
+
$type: "akash.provider.lease.v1.AttestationGPUReport",
|
|
1057
|
+
encode(message, writer = new import_wire.BinaryWriter()) {
|
|
1058
|
+
if (message.deviceIndex !== 0) {
|
|
1059
|
+
writer.uint32(8).uint32(message.deviceIndex);
|
|
1060
|
+
}
|
|
1061
|
+
if (message.report !== "") {
|
|
1062
|
+
writer.uint32(18).string(message.report);
|
|
1063
|
+
}
|
|
1064
|
+
return writer;
|
|
1065
|
+
},
|
|
1066
|
+
decode(input, length) {
|
|
1067
|
+
const reader = input instanceof import_wire.BinaryReader ? input : new import_wire.BinaryReader(input);
|
|
1068
|
+
const end = length === void 0 ? reader.len : reader.pos + length;
|
|
1069
|
+
const message = createBaseAttestationGPUReport();
|
|
1070
|
+
while (reader.pos < end) {
|
|
1071
|
+
const tag = reader.uint32();
|
|
1072
|
+
switch (tag >>> 3) {
|
|
1073
|
+
case 1: {
|
|
1074
|
+
if (tag !== 8) {
|
|
1075
|
+
break;
|
|
1076
|
+
}
|
|
1077
|
+
message.deviceIndex = reader.uint32();
|
|
1078
|
+
continue;
|
|
1079
|
+
}
|
|
1080
|
+
case 2: {
|
|
1081
|
+
if (tag !== 18) {
|
|
1082
|
+
break;
|
|
1083
|
+
}
|
|
1084
|
+
message.report = reader.string();
|
|
1085
|
+
continue;
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1089
|
+
break;
|
|
1090
|
+
}
|
|
1091
|
+
reader.skip(tag & 7);
|
|
1092
|
+
}
|
|
1093
|
+
return message;
|
|
1094
|
+
},
|
|
1095
|
+
fromJSON(object) {
|
|
1096
|
+
return {
|
|
1097
|
+
deviceIndex: (0, import_typeEncodingHelpers.isSet)(object.device_index) ? globalThis.Number(object.device_index) : 0,
|
|
1098
|
+
report: (0, import_typeEncodingHelpers.isSet)(object.report) ? globalThis.String(object.report) : ""
|
|
1099
|
+
};
|
|
1100
|
+
},
|
|
1101
|
+
toJSON(message) {
|
|
1102
|
+
const obj = {};
|
|
1103
|
+
if (message.deviceIndex !== 0) {
|
|
1104
|
+
obj.device_index = Math.round(message.deviceIndex);
|
|
1105
|
+
}
|
|
1106
|
+
if (message.report !== "") {
|
|
1107
|
+
obj.report = message.report;
|
|
1108
|
+
}
|
|
1109
|
+
return obj;
|
|
1110
|
+
},
|
|
1111
|
+
fromPartial(object) {
|
|
1112
|
+
const message = createBaseAttestationGPUReport();
|
|
1113
|
+
message.deviceIndex = object.deviceIndex ?? 0;
|
|
1114
|
+
message.report = object.report ?? "";
|
|
1115
|
+
return message;
|
|
1116
|
+
}
|
|
1117
|
+
};
|
|
1118
|
+
function createBaseAttestationQuoteResponse() {
|
|
1119
|
+
return { report: "", certChain: "", teePlatform: "", auxblob: "", gpuReports: [], tlsBound: false };
|
|
1120
|
+
}
|
|
1121
|
+
const AttestationQuoteResponse = {
|
|
1122
|
+
$type: "akash.provider.lease.v1.AttestationQuoteResponse",
|
|
1123
|
+
encode(message, writer = new import_wire.BinaryWriter()) {
|
|
1124
|
+
if (message.report !== "") {
|
|
1125
|
+
writer.uint32(10).string(message.report);
|
|
1126
|
+
}
|
|
1127
|
+
if (message.certChain !== "") {
|
|
1128
|
+
writer.uint32(18).string(message.certChain);
|
|
1129
|
+
}
|
|
1130
|
+
if (message.teePlatform !== "") {
|
|
1131
|
+
writer.uint32(26).string(message.teePlatform);
|
|
1132
|
+
}
|
|
1133
|
+
if (message.auxblob !== "") {
|
|
1134
|
+
writer.uint32(34).string(message.auxblob);
|
|
1135
|
+
}
|
|
1136
|
+
for (const v of message.gpuReports) {
|
|
1137
|
+
AttestationGPUReport.encode(v, writer.uint32(42).fork()).join();
|
|
1138
|
+
}
|
|
1139
|
+
if (message.tlsBound !== false) {
|
|
1140
|
+
writer.uint32(48).bool(message.tlsBound);
|
|
1141
|
+
}
|
|
1142
|
+
return writer;
|
|
1143
|
+
},
|
|
1144
|
+
decode(input, length) {
|
|
1145
|
+
const reader = input instanceof import_wire.BinaryReader ? input : new import_wire.BinaryReader(input);
|
|
1146
|
+
const end = length === void 0 ? reader.len : reader.pos + length;
|
|
1147
|
+
const message = createBaseAttestationQuoteResponse();
|
|
1148
|
+
while (reader.pos < end) {
|
|
1149
|
+
const tag = reader.uint32();
|
|
1150
|
+
switch (tag >>> 3) {
|
|
1151
|
+
case 1: {
|
|
1152
|
+
if (tag !== 10) {
|
|
1153
|
+
break;
|
|
1154
|
+
}
|
|
1155
|
+
message.report = reader.string();
|
|
1156
|
+
continue;
|
|
1157
|
+
}
|
|
1158
|
+
case 2: {
|
|
1159
|
+
if (tag !== 18) {
|
|
1160
|
+
break;
|
|
1161
|
+
}
|
|
1162
|
+
message.certChain = reader.string();
|
|
1163
|
+
continue;
|
|
1164
|
+
}
|
|
1165
|
+
case 3: {
|
|
1166
|
+
if (tag !== 26) {
|
|
1167
|
+
break;
|
|
1168
|
+
}
|
|
1169
|
+
message.teePlatform = reader.string();
|
|
1170
|
+
continue;
|
|
1171
|
+
}
|
|
1172
|
+
case 4: {
|
|
1173
|
+
if (tag !== 34) {
|
|
1174
|
+
break;
|
|
1175
|
+
}
|
|
1176
|
+
message.auxblob = reader.string();
|
|
1177
|
+
continue;
|
|
1178
|
+
}
|
|
1179
|
+
case 5: {
|
|
1180
|
+
if (tag !== 42) {
|
|
1181
|
+
break;
|
|
1182
|
+
}
|
|
1183
|
+
message.gpuReports.push(AttestationGPUReport.decode(reader, reader.uint32()));
|
|
1184
|
+
continue;
|
|
1185
|
+
}
|
|
1186
|
+
case 6: {
|
|
1187
|
+
if (tag !== 48) {
|
|
1188
|
+
break;
|
|
1189
|
+
}
|
|
1190
|
+
message.tlsBound = reader.bool();
|
|
1191
|
+
continue;
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1195
|
+
break;
|
|
1196
|
+
}
|
|
1197
|
+
reader.skip(tag & 7);
|
|
1198
|
+
}
|
|
1199
|
+
return message;
|
|
1200
|
+
},
|
|
1201
|
+
fromJSON(object) {
|
|
1202
|
+
return {
|
|
1203
|
+
report: (0, import_typeEncodingHelpers.isSet)(object.report) ? globalThis.String(object.report) : "",
|
|
1204
|
+
certChain: (0, import_typeEncodingHelpers.isSet)(object.cert_chain) ? globalThis.String(object.cert_chain) : "",
|
|
1205
|
+
teePlatform: (0, import_typeEncodingHelpers.isSet)(object.tee_platform) ? globalThis.String(object.tee_platform) : "",
|
|
1206
|
+
auxblob: (0, import_typeEncodingHelpers.isSet)(object.auxblob) ? globalThis.String(object.auxblob) : "",
|
|
1207
|
+
gpuReports: globalThis.Array.isArray(object?.gpu_reports) ? object.gpu_reports.map((e) => AttestationGPUReport.fromJSON(e)) : [],
|
|
1208
|
+
tlsBound: (0, import_typeEncodingHelpers.isSet)(object.tls_bound) ? globalThis.Boolean(object.tls_bound) : false
|
|
1209
|
+
};
|
|
1210
|
+
},
|
|
1211
|
+
toJSON(message) {
|
|
1212
|
+
const obj = {};
|
|
1213
|
+
if (message.report !== "") {
|
|
1214
|
+
obj.report = message.report;
|
|
1215
|
+
}
|
|
1216
|
+
if (message.certChain !== "") {
|
|
1217
|
+
obj.cert_chain = message.certChain;
|
|
1218
|
+
}
|
|
1219
|
+
if (message.teePlatform !== "") {
|
|
1220
|
+
obj.tee_platform = message.teePlatform;
|
|
1221
|
+
}
|
|
1222
|
+
if (message.auxblob !== "") {
|
|
1223
|
+
obj.auxblob = message.auxblob;
|
|
1224
|
+
}
|
|
1225
|
+
if (message.gpuReports?.length) {
|
|
1226
|
+
obj.gpu_reports = message.gpuReports.map((e) => AttestationGPUReport.toJSON(e));
|
|
1227
|
+
}
|
|
1228
|
+
if (message.tlsBound !== false) {
|
|
1229
|
+
obj.tls_bound = message.tlsBound;
|
|
1230
|
+
}
|
|
1231
|
+
return obj;
|
|
1232
|
+
},
|
|
1233
|
+
fromPartial(object) {
|
|
1234
|
+
const message = createBaseAttestationQuoteResponse();
|
|
1235
|
+
message.report = object.report ?? "";
|
|
1236
|
+
message.certChain = object.certChain ?? "";
|
|
1237
|
+
message.teePlatform = object.teePlatform ?? "";
|
|
1238
|
+
message.auxblob = object.auxblob ?? "";
|
|
1239
|
+
message.gpuReports = object.gpuReports?.map((e) => AttestationGPUReport.fromPartial(e)) || [];
|
|
1240
|
+
message.tlsBound = object.tlsBound ?? false;
|
|
1241
|
+
return message;
|
|
1242
|
+
}
|
|
1243
|
+
};
|
|
968
1244
|
function _unused_bytesFromBase64(b64) {
|
|
969
1245
|
if (globalThis.Buffer) {
|
|
970
1246
|
return Uint8Array.from(globalThis.Buffer.from(b64, "base64"));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../src/generated/protos/akash/provider/lease/v1/service.ts"],
|
|
4
|
-
"sourcesContent": ["import { bytesFromBase64, base64FromBytes, isSet } from \"../../../../../../encoding/typeEncodingHelpers.ts\"\nimport type { DeepPartial, MessageFns } from \"../../../../../../encoding/typeEncodingHelpers.ts\"\n// Code generated by protoc-gen-ts_proto. DO NOT EDIT.\n// versions:\n// protoc-gen-ts_proto v2.11.8\n// protoc unknown\n// source: akash/provider/lease/v1/service.proto\n\n/* eslint-disable */\nimport { BinaryReader, BinaryWriter } from \"@bufbuild/protobuf/wire\";\nimport Long from \"long\";\nimport { Group } from \"../../../manifest/v2beta3/group.ts\";\nimport { LeaseID } from \"../../../market/v1/lease.ts\";\n\n/** LeaseServiceStatus */\nexport interface LeaseServiceStatus {\n available: number;\n total: number;\n uris: string[];\n observedGeneration: Long;\n replicas: number;\n updatedReplicas: number;\n readyReplicas: number;\n availableReplicas: number;\n}\n\n/** LeaseIPStatus */\nexport interface LeaseIPStatus {\n port: number;\n externalPort: number;\n protocol: string;\n ip: string;\n}\n\n/** ForwarderPortStatus */\nexport interface ForwarderPortStatus {\n host: string;\n port: number;\n externalPort: number;\n proto: string;\n name: string;\n}\n\n/** ServiceStatus */\nexport interface ServiceStatus {\n name: string;\n status: LeaseServiceStatus | undefined;\n ports: ForwarderPortStatus[];\n ips: LeaseIPStatus[];\n}\n\n/** SendManifestRequest is request type for the SendManifest Providers RPC method */\nexport interface SendManifestRequest {\n leaseId: LeaseID | undefined;\n manifest: Group[];\n}\n\n/** SendManifestResponse is response type for the SendManifest Providers RPC method */\nexport interface SendManifestResponse {\n}\n\n/** ServiceLogsRequest */\nexport interface ServiceLogsRequest {\n leaseId: LeaseID | undefined;\n services: string[];\n}\n\n/** ServiceLogs */\nexport interface ServiceLogs {\n name: string;\n logs: Uint8Array;\n}\n\n/** ServiceLogsResponse */\nexport interface ServiceLogsResponse {\n services: ServiceLogs[];\n}\n\n/** ShellRequest */\nexport interface ShellRequest {\n leaseId: LeaseID | undefined;\n}\n\n/** ServiceStatusRequest */\nexport interface ServiceStatusRequest {\n leaseId: LeaseID | undefined;\n services: string[];\n}\n\n/** ServiceStatusResponse */\nexport interface ServiceStatusResponse {\n services: ServiceStatus[];\n}\n\nfunction createBaseLeaseServiceStatus(): LeaseServiceStatus {\n return {\n available: 0,\n total: 0,\n uris: [],\n observedGeneration: Long.ZERO,\n replicas: 0,\n updatedReplicas: 0,\n readyReplicas: 0,\n availableReplicas: 0,\n };\n}\n\nexport const LeaseServiceStatus: MessageFns<LeaseServiceStatus, \"akash.provider.lease.v1.LeaseServiceStatus\"> = {\n $type: \"akash.provider.lease.v1.LeaseServiceStatus\" as const,\n\n encode(message: LeaseServiceStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.available !== 0) {\n writer.uint32(8).int32(message.available);\n }\n if (message.total !== 0) {\n writer.uint32(16).int32(message.total);\n }\n for (const v of message.uris) {\n writer.uint32(26).string(v!);\n }\n if (!message.observedGeneration.equals(Long.ZERO)) {\n writer.uint32(32).int64(message.observedGeneration.toString());\n }\n if (message.replicas !== 0) {\n writer.uint32(40).int32(message.replicas);\n }\n if (message.updatedReplicas !== 0) {\n writer.uint32(48).int32(message.updatedReplicas);\n }\n if (message.readyReplicas !== 0) {\n writer.uint32(56).int32(message.readyReplicas);\n }\n if (message.availableReplicas !== 0) {\n writer.uint32(64).int32(message.availableReplicas);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): LeaseServiceStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseLeaseServiceStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 8) {\n break;\n }\n\n message.available = reader.int32();\n continue;\n }\n case 2: {\n if (tag !== 16) {\n break;\n }\n\n message.total = reader.int32();\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.uris.push(reader.string());\n continue;\n }\n case 4: {\n if (tag !== 32) {\n break;\n }\n\n message.observedGeneration = Long.fromString(reader.int64().toString());\n continue;\n }\n case 5: {\n if (tag !== 40) {\n break;\n }\n\n message.replicas = reader.int32();\n continue;\n }\n case 6: {\n if (tag !== 48) {\n break;\n }\n\n message.updatedReplicas = reader.int32();\n continue;\n }\n case 7: {\n if (tag !== 56) {\n break;\n }\n\n message.readyReplicas = reader.int32();\n continue;\n }\n case 8: {\n if (tag !== 64) {\n break;\n }\n\n message.availableReplicas = reader.int32();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): LeaseServiceStatus {\n return {\n available: isSet(object.available) ? globalThis.Number(object.available) : 0,\n total: isSet(object.total) ? globalThis.Number(object.total) : 0,\n uris: globalThis.Array.isArray(object?.uris) ? object.uris.map((e: any) => globalThis.String(e)) : [],\n observedGeneration: isSet(object.observed_generation) ? Long.fromValue(object.observed_generation) : Long.ZERO,\n replicas: isSet(object.replicas) ? globalThis.Number(object.replicas) : 0,\n updatedReplicas: isSet(object.updated_replicas) ? globalThis.Number(object.updated_replicas) : 0,\n readyReplicas: isSet(object.ready_replicas) ? globalThis.Number(object.ready_replicas) : 0,\n availableReplicas: isSet(object.available_replicas) ? globalThis.Number(object.available_replicas) : 0,\n };\n },\n\n toJSON(message: LeaseServiceStatus): unknown {\n const obj: any = {};\n if (message.available !== 0) {\n obj.available = Math.round(message.available);\n }\n if (message.total !== 0) {\n obj.total = Math.round(message.total);\n }\n if (message.uris?.length) {\n obj.uris = message.uris;\n }\n if (!message.observedGeneration.equals(Long.ZERO)) {\n obj.observed_generation = (message.observedGeneration || Long.ZERO).toString();\n }\n if (message.replicas !== 0) {\n obj.replicas = Math.round(message.replicas);\n }\n if (message.updatedReplicas !== 0) {\n obj.updated_replicas = Math.round(message.updatedReplicas);\n }\n if (message.readyReplicas !== 0) {\n obj.ready_replicas = Math.round(message.readyReplicas);\n }\n if (message.availableReplicas !== 0) {\n obj.available_replicas = Math.round(message.availableReplicas);\n }\n return obj;\n },\n fromPartial(object: DeepPartial<LeaseServiceStatus>): LeaseServiceStatus {\n const message = createBaseLeaseServiceStatus();\n message.available = object.available ?? 0;\n message.total = object.total ?? 0;\n message.uris = object.uris?.map((e) => e) || [];\n message.observedGeneration = (object.observedGeneration !== undefined && object.observedGeneration !== null)\n ? Long.fromValue(object.observedGeneration)\n : Long.ZERO;\n message.replicas = object.replicas ?? 0;\n message.updatedReplicas = object.updatedReplicas ?? 0;\n message.readyReplicas = object.readyReplicas ?? 0;\n message.availableReplicas = object.availableReplicas ?? 0;\n return message;\n },\n};\n\nfunction createBaseLeaseIPStatus(): LeaseIPStatus {\n return { port: 0, externalPort: 0, protocol: \"\", ip: \"\" };\n}\n\nexport const LeaseIPStatus: MessageFns<LeaseIPStatus, \"akash.provider.lease.v1.LeaseIPStatus\"> = {\n $type: \"akash.provider.lease.v1.LeaseIPStatus\" as const,\n\n encode(message: LeaseIPStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.port !== 0) {\n writer.uint32(8).uint32(message.port);\n }\n if (message.externalPort !== 0) {\n writer.uint32(16).uint32(message.externalPort);\n }\n if (message.protocol !== \"\") {\n writer.uint32(26).string(message.protocol);\n }\n if (message.ip !== \"\") {\n writer.uint32(34).string(message.ip);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): LeaseIPStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseLeaseIPStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 8) {\n break;\n }\n\n message.port = reader.uint32();\n continue;\n }\n case 2: {\n if (tag !== 16) {\n break;\n }\n\n message.externalPort = reader.uint32();\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.protocol = reader.string();\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.ip = reader.string();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): LeaseIPStatus {\n return {\n port: isSet(object.port) ? globalThis.Number(object.port) : 0,\n externalPort: isSet(object.external_port) ? globalThis.Number(object.external_port) : 0,\n protocol: isSet(object.protocol) ? globalThis.String(object.protocol) : \"\",\n ip: isSet(object.ip) ? globalThis.String(object.ip) : \"\",\n };\n },\n\n toJSON(message: LeaseIPStatus): unknown {\n const obj: any = {};\n if (message.port !== 0) {\n obj.port = Math.round(message.port);\n }\n if (message.externalPort !== 0) {\n obj.external_port = Math.round(message.externalPort);\n }\n if (message.protocol !== \"\") {\n obj.protocol = message.protocol;\n }\n if (message.ip !== \"\") {\n obj.ip = message.ip;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<LeaseIPStatus>): LeaseIPStatus {\n const message = createBaseLeaseIPStatus();\n message.port = object.port ?? 0;\n message.externalPort = object.externalPort ?? 0;\n message.protocol = object.protocol ?? \"\";\n message.ip = object.ip ?? \"\";\n return message;\n },\n};\n\nfunction createBaseForwarderPortStatus(): ForwarderPortStatus {\n return { host: \"\", port: 0, externalPort: 0, proto: \"\", name: \"\" };\n}\n\nexport const ForwarderPortStatus: MessageFns<ForwarderPortStatus, \"akash.provider.lease.v1.ForwarderPortStatus\"> = {\n $type: \"akash.provider.lease.v1.ForwarderPortStatus\" as const,\n\n encode(message: ForwarderPortStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.host !== \"\") {\n writer.uint32(10).string(message.host);\n }\n if (message.port !== 0) {\n writer.uint32(16).uint32(message.port);\n }\n if (message.externalPort !== 0) {\n writer.uint32(24).uint32(message.externalPort);\n }\n if (message.proto !== \"\") {\n writer.uint32(34).string(message.proto);\n }\n if (message.name !== \"\") {\n writer.uint32(42).string(message.name);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ForwarderPortStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseForwarderPortStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.host = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 16) {\n break;\n }\n\n message.port = reader.uint32();\n continue;\n }\n case 3: {\n if (tag !== 24) {\n break;\n }\n\n message.externalPort = reader.uint32();\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.proto = reader.string();\n continue;\n }\n case 5: {\n if (tag !== 42) {\n break;\n }\n\n message.name = reader.string();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ForwarderPortStatus {\n return {\n host: isSet(object.host) ? globalThis.String(object.host) : \"\",\n port: isSet(object.port) ? globalThis.Number(object.port) : 0,\n externalPort: isSet(object.external_port) ? globalThis.Number(object.external_port) : 0,\n proto: isSet(object.proto) ? globalThis.String(object.proto) : \"\",\n name: isSet(object.name) ? globalThis.String(object.name) : \"\",\n };\n },\n\n toJSON(message: ForwarderPortStatus): unknown {\n const obj: any = {};\n if (message.host !== \"\") {\n obj.host = message.host;\n }\n if (message.port !== 0) {\n obj.port = Math.round(message.port);\n }\n if (message.externalPort !== 0) {\n obj.external_port = Math.round(message.externalPort);\n }\n if (message.proto !== \"\") {\n obj.proto = message.proto;\n }\n if (message.name !== \"\") {\n obj.name = message.name;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ForwarderPortStatus>): ForwarderPortStatus {\n const message = createBaseForwarderPortStatus();\n message.host = object.host ?? \"\";\n message.port = object.port ?? 0;\n message.externalPort = object.externalPort ?? 0;\n message.proto = object.proto ?? \"\";\n message.name = object.name ?? \"\";\n return message;\n },\n};\n\nfunction createBaseServiceStatus(): ServiceStatus {\n return { name: \"\", status: undefined, ports: [], ips: [] };\n}\n\nexport const ServiceStatus: MessageFns<ServiceStatus, \"akash.provider.lease.v1.ServiceStatus\"> = {\n $type: \"akash.provider.lease.v1.ServiceStatus\" as const,\n\n encode(message: ServiceStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.name !== \"\") {\n writer.uint32(10).string(message.name);\n }\n if (message.status !== undefined) {\n LeaseServiceStatus.encode(message.status, writer.uint32(18).fork()).join();\n }\n for (const v of message.ports) {\n ForwarderPortStatus.encode(v!, writer.uint32(26).fork()).join();\n }\n for (const v of message.ips) {\n LeaseIPStatus.encode(v!, writer.uint32(34).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.name = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.status = LeaseServiceStatus.decode(reader, reader.uint32());\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.ports.push(ForwarderPortStatus.decode(reader, reader.uint32()));\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.ips.push(LeaseIPStatus.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceStatus {\n return {\n name: isSet(object.name) ? globalThis.String(object.name) : \"\",\n status: isSet(object.status) ? LeaseServiceStatus.fromJSON(object.status) : undefined,\n ports: globalThis.Array.isArray(object?.ports)\n ? object.ports.map((e: any) => ForwarderPortStatus.fromJSON(e))\n : [],\n ips: globalThis.Array.isArray(object?.ips) ? object.ips.map((e: any) => LeaseIPStatus.fromJSON(e)) : [],\n };\n },\n\n toJSON(message: ServiceStatus): unknown {\n const obj: any = {};\n if (message.name !== \"\") {\n obj.name = message.name;\n }\n if (message.status !== undefined) {\n obj.status = LeaseServiceStatus.toJSON(message.status);\n }\n if (message.ports?.length) {\n obj.ports = message.ports.map((e) => ForwarderPortStatus.toJSON(e));\n }\n if (message.ips?.length) {\n obj.ips = message.ips.map((e) => LeaseIPStatus.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceStatus>): ServiceStatus {\n const message = createBaseServiceStatus();\n message.name = object.name ?? \"\";\n message.status = (object.status !== undefined && object.status !== null)\n ? LeaseServiceStatus.fromPartial(object.status)\n : undefined;\n message.ports = object.ports?.map((e) => ForwarderPortStatus.fromPartial(e)) || [];\n message.ips = object.ips?.map((e) => LeaseIPStatus.fromPartial(e)) || [];\n return message;\n },\n};\n\nfunction createBaseSendManifestRequest(): SendManifestRequest {\n return { leaseId: undefined, manifest: [] };\n}\n\nexport const SendManifestRequest: MessageFns<SendManifestRequest, \"akash.provider.lease.v1.SendManifestRequest\"> = {\n $type: \"akash.provider.lease.v1.SendManifestRequest\" as const,\n\n encode(message: SendManifestRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n for (const v of message.manifest) {\n Group.encode(v!, writer.uint32(18).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): SendManifestRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseSendManifestRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.manifest.push(Group.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): SendManifestRequest {\n return {\n leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined,\n manifest: globalThis.Array.isArray(object?.manifest) ? object.manifest.map((e: any) => Group.fromJSON(e)) : [],\n };\n },\n\n toJSON(message: SendManifestRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n if (message.manifest?.length) {\n obj.manifest = message.manifest.map((e) => Group.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<SendManifestRequest>): SendManifestRequest {\n const message = createBaseSendManifestRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n message.manifest = object.manifest?.map((e) => Group.fromPartial(e)) || [];\n return message;\n },\n};\n\nfunction createBaseSendManifestResponse(): SendManifestResponse {\n return {};\n}\n\nexport const SendManifestResponse: MessageFns<SendManifestResponse, \"akash.provider.lease.v1.SendManifestResponse\"> = {\n $type: \"akash.provider.lease.v1.SendManifestResponse\" as const,\n\n encode(_: SendManifestResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): SendManifestResponse {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseSendManifestResponse();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(_: any): SendManifestResponse {\n return {};\n },\n\n toJSON(_: SendManifestResponse): unknown {\n const obj: any = {};\n return obj;\n },\n fromPartial(_: DeepPartial<SendManifestResponse>): SendManifestResponse {\n const message = createBaseSendManifestResponse();\n return message;\n },\n};\n\nfunction createBaseServiceLogsRequest(): ServiceLogsRequest {\n return { leaseId: undefined, services: [] };\n}\n\nexport const ServiceLogsRequest: MessageFns<ServiceLogsRequest, \"akash.provider.lease.v1.ServiceLogsRequest\"> = {\n $type: \"akash.provider.lease.v1.ServiceLogsRequest\" as const,\n\n encode(message: ServiceLogsRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n for (const v of message.services) {\n writer.uint32(18).string(v!);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceLogsRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceLogsRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.services.push(reader.string());\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceLogsRequest {\n return {\n leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined,\n services: globalThis.Array.isArray(object?.services) ? object.services.map((e: any) => globalThis.String(e)) : [],\n };\n },\n\n toJSON(message: ServiceLogsRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n if (message.services?.length) {\n obj.services = message.services;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceLogsRequest>): ServiceLogsRequest {\n const message = createBaseServiceLogsRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n message.services = object.services?.map((e) => e) || [];\n return message;\n },\n};\n\nfunction createBaseServiceLogs(): ServiceLogs {\n return { name: \"\", logs: new Uint8Array(0) };\n}\n\nexport const ServiceLogs: MessageFns<ServiceLogs, \"akash.provider.lease.v1.ServiceLogs\"> = {\n $type: \"akash.provider.lease.v1.ServiceLogs\" as const,\n\n encode(message: ServiceLogs, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.name !== \"\") {\n writer.uint32(10).string(message.name);\n }\n if (message.logs.length !== 0) {\n writer.uint32(18).bytes(message.logs);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceLogs {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceLogs();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.name = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.logs = reader.bytes();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceLogs {\n return {\n name: isSet(object.name) ? globalThis.String(object.name) : \"\",\n logs: isSet(object.logs) ? bytesFromBase64(object.logs) : new Uint8Array(0),\n };\n },\n\n toJSON(message: ServiceLogs): unknown {\n const obj: any = {};\n if (message.name !== \"\") {\n obj.name = message.name;\n }\n if (message.logs.length !== 0) {\n obj.logs = base64FromBytes(message.logs);\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceLogs>): ServiceLogs {\n const message = createBaseServiceLogs();\n message.name = object.name ?? \"\";\n message.logs = object.logs ?? new Uint8Array(0);\n return message;\n },\n};\n\nfunction createBaseServiceLogsResponse(): ServiceLogsResponse {\n return { services: [] };\n}\n\nexport const ServiceLogsResponse: MessageFns<ServiceLogsResponse, \"akash.provider.lease.v1.ServiceLogsResponse\"> = {\n $type: \"akash.provider.lease.v1.ServiceLogsResponse\" as const,\n\n encode(message: ServiceLogsResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n for (const v of message.services) {\n ServiceLogs.encode(v!, writer.uint32(10).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceLogsResponse {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceLogsResponse();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.services.push(ServiceLogs.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceLogsResponse {\n return {\n services: globalThis.Array.isArray(object?.services)\n ? object.services.map((e: any) => ServiceLogs.fromJSON(e))\n : [],\n };\n },\n\n toJSON(message: ServiceLogsResponse): unknown {\n const obj: any = {};\n if (message.services?.length) {\n obj.services = message.services.map((e) => ServiceLogs.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceLogsResponse>): ServiceLogsResponse {\n const message = createBaseServiceLogsResponse();\n message.services = object.services?.map((e) => ServiceLogs.fromPartial(e)) || [];\n return message;\n },\n};\n\nfunction createBaseShellRequest(): ShellRequest {\n return { leaseId: undefined };\n}\n\nexport const ShellRequest: MessageFns<ShellRequest, \"akash.provider.lease.v1.ShellRequest\"> = {\n $type: \"akash.provider.lease.v1.ShellRequest\" as const,\n\n encode(message: ShellRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ShellRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseShellRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ShellRequest {\n return { leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined };\n },\n\n toJSON(message: ShellRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ShellRequest>): ShellRequest {\n const message = createBaseShellRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n return message;\n },\n};\n\nfunction createBaseServiceStatusRequest(): ServiceStatusRequest {\n return { leaseId: undefined, services: [] };\n}\n\nexport const ServiceStatusRequest: MessageFns<ServiceStatusRequest, \"akash.provider.lease.v1.ServiceStatusRequest\"> = {\n $type: \"akash.provider.lease.v1.ServiceStatusRequest\" as const,\n\n encode(message: ServiceStatusRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n for (const v of message.services) {\n writer.uint32(18).string(v!);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceStatusRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceStatusRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.services.push(reader.string());\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceStatusRequest {\n return {\n leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined,\n services: globalThis.Array.isArray(object?.services) ? object.services.map((e: any) => globalThis.String(e)) : [],\n };\n },\n\n toJSON(message: ServiceStatusRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n if (message.services?.length) {\n obj.services = message.services;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceStatusRequest>): ServiceStatusRequest {\n const message = createBaseServiceStatusRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n message.services = object.services?.map((e) => e) || [];\n return message;\n },\n};\n\nfunction createBaseServiceStatusResponse(): ServiceStatusResponse {\n return { services: [] };\n}\n\nexport const ServiceStatusResponse: MessageFns<ServiceStatusResponse, \"akash.provider.lease.v1.ServiceStatusResponse\"> =\n {\n $type: \"akash.provider.lease.v1.ServiceStatusResponse\" as const,\n\n encode(message: ServiceStatusResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n for (const v of message.services) {\n ServiceStatus.encode(v!, writer.uint32(10).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceStatusResponse {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceStatusResponse();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.services.push(ServiceStatus.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceStatusResponse {\n return {\n services: globalThis.Array.isArray(object?.services)\n ? object.services.map((e: any) => ServiceStatus.fromJSON(e))\n : [],\n };\n },\n\n toJSON(message: ServiceStatusResponse): unknown {\n const obj: any = {};\n if (message.services?.length) {\n obj.services = message.services.map((e) => ServiceStatus.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceStatusResponse>): ServiceStatusResponse {\n const message = createBaseServiceStatusResponse();\n message.services = object.services?.map((e) => ServiceStatus.fromPartial(e)) || [];\n return message;\n },\n };\n\nfunction _unused_bytesFromBase64(b64: string): Uint8Array {\n if ((globalThis as any).Buffer) {\n return Uint8Array.from((globalThis as any).Buffer.from(b64, \"base64\"));\n } else {\n const bin = globalThis.atob(b64);\n const arr = new Uint8Array(bin.length);\n for (let i = 0; i < bin.length; ++i) {\n arr[i] = bin.charCodeAt(i);\n }\n return arr;\n }\n}\n\nfunction _unused_base64FromBytes(arr: Uint8Array): string {\n if ((globalThis as any).Buffer) {\n return (globalThis as any).Buffer.from(arr).toString(\"base64\");\n } else {\n const bin: string[] = [];\n arr.forEach((byte) => {\n bin.push(globalThis.String.fromCharCode(byte));\n });\n return globalThis.btoa(bin.join(\"\"));\n }\n}\n\ntype Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;\n\ntype _unused_DeepPartial<T> = T extends Builtin ? T\n : T extends Long ? string | number | Long : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>>\n : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>\n : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }\n : Partial<T>;\n\nfunction _unused_isSet(value: any): boolean {\n return value !== null && value !== undefined;\n}\n\ninterface _unused_MessageFns<T, V extends string> {\n readonly $type: V;\n encode(message: T, writer?: BinaryWriter): BinaryWriter;\n decode(input: BinaryReader | Uint8Array, length?: number): T;\n fromJSON(object: any): T;\n toJSON(message: T): unknown;\n create(base?: DeepPartial<T>): T;\n fromPartial(object: DeepPartial<T>): T;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iCAAwD;AASxD,kBAA2C;AAC3C,kBAAiB;AACjB,mBAAsB;AACtB,mBAAwB;AAkFxB,SAAS,+BAAmD;AAC1D,SAAO;AAAA,IACL,WAAW;AAAA,IACX,OAAO;AAAA,IACP,MAAM,CAAC;AAAA,IACP,oBAAoB,YAAAA,QAAK;AAAA,IACzB,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB,eAAe;AAAA,IACf,mBAAmB;AAAA,EACrB;AACF;AAEO,MAAM,qBAAmG;AAAA,EAC9G,OAAO;AAAA,EAEP,OAAO,SAA6B,SAAuB,IAAI,yBAAa,GAAiB;AAC3F,QAAI,QAAQ,cAAc,GAAG;AAC3B,aAAO,OAAO,CAAC,EAAE,MAAM,QAAQ,SAAS;AAAA,IAC1C;AACA,QAAI,QAAQ,UAAU,GAAG;AACvB,aAAO,OAAO,EAAE,EAAE,MAAM,QAAQ,KAAK;AAAA,IACvC;AACA,eAAW,KAAK,QAAQ,MAAM;AAC5B,aAAO,OAAO,EAAE,EAAE,OAAO,CAAE;AAAA,IAC7B;AACA,QAAI,CAAC,QAAQ,mBAAmB,OAAO,YAAAA,QAAK,IAAI,GAAG;AACjD,aAAO,OAAO,EAAE,EAAE,MAAM,QAAQ,mBAAmB,SAAS,CAAC;AAAA,IAC/D;AACA,QAAI,QAAQ,aAAa,GAAG;AAC1B,aAAO,OAAO,EAAE,EAAE,MAAM,QAAQ,QAAQ;AAAA,IAC1C;AACA,QAAI,QAAQ,oBAAoB,GAAG;AACjC,aAAO,OAAO,EAAE,EAAE,MAAM,QAAQ,eAAe;AAAA,IACjD;AACA,QAAI,QAAQ,kBAAkB,GAAG;AAC/B,aAAO,OAAO,EAAE,EAAE,MAAM,QAAQ,aAAa;AAAA,IAC/C;AACA,QAAI,QAAQ,sBAAsB,GAAG;AACnC,aAAO,OAAO,EAAE,EAAE,MAAM,QAAQ,iBAAiB;AAAA,IACnD;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAqC;AAC5E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,6BAA6B;AAC7C,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,GAAG;AACb;AAAA,UACF;AAEA,kBAAQ,YAAY,OAAO,MAAM;AACjC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,QAAQ,OAAO,MAAM;AAC7B;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,KAAK,KAAK,OAAO,OAAO,CAAC;AACjC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,qBAAqB,YAAAA,QAAK,WAAW,OAAO,MAAM,EAAE,SAAS,CAAC;AACtE;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,WAAW,OAAO,MAAM;AAChC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,kBAAkB,OAAO,MAAM;AACvC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,gBAAgB,OAAO,MAAM;AACrC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,oBAAoB,OAAO,MAAM;AACzC;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAAiC;AACxC,WAAO;AAAA,MACL,eAAW,kCAAM,OAAO,SAAS,IAAI,WAAW,OAAO,OAAO,SAAS,IAAI;AAAA,MAC3E,WAAO,kCAAM,OAAO,KAAK,IAAI,WAAW,OAAO,OAAO,KAAK,IAAI;AAAA,MAC/D,MAAM,WAAW,MAAM,QAAQ,QAAQ,IAAI,IAAI,OAAO,KAAK,IAAI,CAAC,MAAW,WAAW,OAAO,CAAC,CAAC,IAAI,CAAC;AAAA,MACpG,wBAAoB,kCAAM,OAAO,mBAAmB,IAAI,YAAAA,QAAK,UAAU,OAAO,mBAAmB,IAAI,YAAAA,QAAK;AAAA,MAC1G,cAAU,kCAAM,OAAO,QAAQ,IAAI,WAAW,OAAO,OAAO,QAAQ,IAAI;AAAA,MACxE,qBAAiB,kCAAM,OAAO,gBAAgB,IAAI,WAAW,OAAO,OAAO,gBAAgB,IAAI;AAAA,MAC/F,mBAAe,kCAAM,OAAO,cAAc,IAAI,WAAW,OAAO,OAAO,cAAc,IAAI;AAAA,MACzF,uBAAmB,kCAAM,OAAO,kBAAkB,IAAI,WAAW,OAAO,OAAO,kBAAkB,IAAI;AAAA,IACvG;AAAA,EACF;AAAA,EAEA,OAAO,SAAsC;AAC3C,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,cAAc,GAAG;AAC3B,UAAI,YAAY,KAAK,MAAM,QAAQ,SAAS;AAAA,IAC9C;AACA,QAAI,QAAQ,UAAU,GAAG;AACvB,UAAI,QAAQ,KAAK,MAAM,QAAQ,KAAK;AAAA,IACtC;AACA,QAAI,QAAQ,MAAM,QAAQ;AACxB,UAAI,OAAO,QAAQ;AAAA,IACrB;AACA,QAAI,CAAC,QAAQ,mBAAmB,OAAO,YAAAA,QAAK,IAAI,GAAG;AACjD,UAAI,uBAAuB,QAAQ,sBAAsB,YAAAA,QAAK,MAAM,SAAS;AAAA,IAC/E;AACA,QAAI,QAAQ,aAAa,GAAG;AAC1B,UAAI,WAAW,KAAK,MAAM,QAAQ,QAAQ;AAAA,IAC5C;AACA,QAAI,QAAQ,oBAAoB,GAAG;AACjC,UAAI,mBAAmB,KAAK,MAAM,QAAQ,eAAe;AAAA,IAC3D;AACA,QAAI,QAAQ,kBAAkB,GAAG;AAC/B,UAAI,iBAAiB,KAAK,MAAM,QAAQ,aAAa;AAAA,IACvD;AACA,QAAI,QAAQ,sBAAsB,GAAG;AACnC,UAAI,qBAAqB,KAAK,MAAM,QAAQ,iBAAiB;AAAA,IAC/D;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAA6D;AACvE,UAAM,UAAU,6BAA6B;AAC7C,YAAQ,YAAY,OAAO,aAAa;AACxC,YAAQ,QAAQ,OAAO,SAAS;AAChC,YAAQ,OAAO,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;AAC9C,YAAQ,qBAAsB,OAAO,uBAAuB,UAAa,OAAO,uBAAuB,OACnG,YAAAA,QAAK,UAAU,OAAO,kBAAkB,IACxC,YAAAA,QAAK;AACT,YAAQ,WAAW,OAAO,YAAY;AACtC,YAAQ,kBAAkB,OAAO,mBAAmB;AACpD,YAAQ,gBAAgB,OAAO,iBAAiB;AAChD,YAAQ,oBAAoB,OAAO,qBAAqB;AACxD,WAAO;AAAA,EACT;AACF;AAEA,SAAS,0BAAyC;AAChD,SAAO,EAAE,MAAM,GAAG,cAAc,GAAG,UAAU,IAAI,IAAI,GAAG;AAC1D;AAEO,MAAM,gBAAoF;AAAA,EAC/F,OAAO;AAAA,EAEP,OAAO,SAAwB,SAAuB,IAAI,yBAAa,GAAiB;AACtF,QAAI,QAAQ,SAAS,GAAG;AACtB,aAAO,OAAO,CAAC,EAAE,OAAO,QAAQ,IAAI;AAAA,IACtC;AACA,QAAI,QAAQ,iBAAiB,GAAG;AAC9B,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,YAAY;AAAA,IAC/C;AACA,QAAI,QAAQ,aAAa,IAAI;AAC3B,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,QAAQ;AAAA,IAC3C;AACA,QAAI,QAAQ,OAAO,IAAI;AACrB,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,EAAE;AAAA,IACrC;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAgC;AACvE,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,wBAAwB;AACxC,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,GAAG;AACb;AAAA,UACF;AAEA,kBAAQ,OAAO,OAAO,OAAO;AAC7B;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,eAAe,OAAO,OAAO;AACrC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,WAAW,OAAO,OAAO;AACjC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,KAAK,OAAO,OAAO;AAC3B;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAA4B;AACnC,WAAO;AAAA,MACL,UAAM,kCAAM,OAAO,IAAI,IAAI,WAAW,OAAO,OAAO,IAAI,IAAI;AAAA,MAC5D,kBAAc,kCAAM,OAAO,aAAa,IAAI,WAAW,OAAO,OAAO,aAAa,IAAI;AAAA,MACtF,cAAU,kCAAM,OAAO,QAAQ,IAAI,WAAW,OAAO,OAAO,QAAQ,IAAI;AAAA,MACxE,QAAI,kCAAM,OAAO,EAAE,IAAI,WAAW,OAAO,OAAO,EAAE,IAAI;AAAA,IACxD;AAAA,EACF;AAAA,EAEA,OAAO,SAAiC;AACtC,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,SAAS,GAAG;AACtB,UAAI,OAAO,KAAK,MAAM,QAAQ,IAAI;AAAA,IACpC;AACA,QAAI,QAAQ,iBAAiB,GAAG;AAC9B,UAAI,gBAAgB,KAAK,MAAM,QAAQ,YAAY;AAAA,IACrD;AACA,QAAI,QAAQ,aAAa,IAAI;AAC3B,UAAI,WAAW,QAAQ;AAAA,IACzB;AACA,QAAI,QAAQ,OAAO,IAAI;AACrB,UAAI,KAAK,QAAQ;AAAA,IACnB;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAAmD;AAC7D,UAAM,UAAU,wBAAwB;AACxC,YAAQ,OAAO,OAAO,QAAQ;AAC9B,YAAQ,eAAe,OAAO,gBAAgB;AAC9C,YAAQ,WAAW,OAAO,YAAY;AACtC,YAAQ,KAAK,OAAO,MAAM;AAC1B,WAAO;AAAA,EACT;AACF;AAEA,SAAS,gCAAqD;AAC5D,SAAO,EAAE,MAAM,IAAI,MAAM,GAAG,cAAc,GAAG,OAAO,IAAI,MAAM,GAAG;AACnE;AAEO,MAAM,sBAAsG;AAAA,EACjH,OAAO;AAAA,EAEP,OAAO,SAA8B,SAAuB,IAAI,yBAAa,GAAiB;AAC5F,QAAI,QAAQ,SAAS,IAAI;AACvB,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,IAAI;AAAA,IACvC;AACA,QAAI,QAAQ,SAAS,GAAG;AACtB,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,IAAI;AAAA,IACvC;AACA,QAAI,QAAQ,iBAAiB,GAAG;AAC9B,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,YAAY;AAAA,IAC/C;AACA,QAAI,QAAQ,UAAU,IAAI;AACxB,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,KAAK;AAAA,IACxC;AACA,QAAI,QAAQ,SAAS,IAAI;AACvB,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,IAAI;AAAA,IACvC;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAsC;AAC7E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,8BAA8B;AAC9C,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,OAAO,OAAO,OAAO;AAC7B;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,OAAO,OAAO,OAAO;AAC7B;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,eAAe,OAAO,OAAO;AACrC;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,QAAQ,OAAO,OAAO;AAC9B;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,OAAO,OAAO,OAAO;AAC7B;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAAkC;AACzC,WAAO;AAAA,MACL,UAAM,kCAAM,OAAO,IAAI,IAAI,WAAW,OAAO,OAAO,IAAI,IAAI;AAAA,MAC5D,UAAM,kCAAM,OAAO,IAAI,IAAI,WAAW,OAAO,OAAO,IAAI,IAAI;AAAA,MAC5D,kBAAc,kCAAM,OAAO,aAAa,IAAI,WAAW,OAAO,OAAO,aAAa,IAAI;AAAA,MACtF,WAAO,kCAAM,OAAO,KAAK,IAAI,WAAW,OAAO,OAAO,KAAK,IAAI;AAAA,MAC/D,UAAM,kCAAM,OAAO,IAAI,IAAI,WAAW,OAAO,OAAO,IAAI,IAAI;AAAA,IAC9D;AAAA,EACF;AAAA,EAEA,OAAO,SAAuC;AAC5C,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,SAAS,IAAI;AACvB,UAAI,OAAO,QAAQ;AAAA,IACrB;AACA,QAAI,QAAQ,SAAS,GAAG;AACtB,UAAI,OAAO,KAAK,MAAM,QAAQ,IAAI;AAAA,IACpC;AACA,QAAI,QAAQ,iBAAiB,GAAG;AAC9B,UAAI,gBAAgB,KAAK,MAAM,QAAQ,YAAY;AAAA,IACrD;AACA,QAAI,QAAQ,UAAU,IAAI;AACxB,UAAI,QAAQ,QAAQ;AAAA,IACtB;AACA,QAAI,QAAQ,SAAS,IAAI;AACvB,UAAI,OAAO,QAAQ;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAA+D;AACzE,UAAM,UAAU,8BAA8B;AAC9C,YAAQ,OAAO,OAAO,QAAQ;AAC9B,YAAQ,OAAO,OAAO,QAAQ;AAC9B,YAAQ,eAAe,OAAO,gBAAgB;AAC9C,YAAQ,QAAQ,OAAO,SAAS;AAChC,YAAQ,OAAO,OAAO,QAAQ;AAC9B,WAAO;AAAA,EACT;AACF;AAEA,SAAS,0BAAyC;AAChD,SAAO,EAAE,MAAM,IAAI,QAAQ,QAAW,OAAO,CAAC,GAAG,KAAK,CAAC,EAAE;AAC3D;AAEO,MAAM,gBAAoF;AAAA,EAC/F,OAAO;AAAA,EAEP,OAAO,SAAwB,SAAuB,IAAI,yBAAa,GAAiB;AACtF,QAAI,QAAQ,SAAS,IAAI;AACvB,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,IAAI;AAAA,IACvC;AACA,QAAI,QAAQ,WAAW,QAAW;AAChC,yBAAmB,OAAO,QAAQ,QAAQ,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IAC3E;AACA,eAAW,KAAK,QAAQ,OAAO;AAC7B,0BAAoB,OAAO,GAAI,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IAChE;AACA,eAAW,KAAK,QAAQ,KAAK;AAC3B,oBAAc,OAAO,GAAI,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IAC1D;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAgC;AACvE,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,wBAAwB;AACxC,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,OAAO,OAAO,OAAO;AAC7B;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,SAAS,mBAAmB,OAAO,QAAQ,OAAO,OAAO,CAAC;AAClE;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,MAAM,KAAK,oBAAoB,OAAO,QAAQ,OAAO,OAAO,CAAC,CAAC;AACtE;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,IAAI,KAAK,cAAc,OAAO,QAAQ,OAAO,OAAO,CAAC,CAAC;AAC9D;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAA4B;AACnC,WAAO;AAAA,MACL,UAAM,kCAAM,OAAO,IAAI,IAAI,WAAW,OAAO,OAAO,IAAI,IAAI;AAAA,MAC5D,YAAQ,kCAAM,OAAO,MAAM,IAAI,mBAAmB,SAAS,OAAO,MAAM,IAAI;AAAA,MAC5E,OAAO,WAAW,MAAM,QAAQ,QAAQ,KAAK,IACzC,OAAO,MAAM,IAAI,CAAC,MAAW,oBAAoB,SAAS,CAAC,CAAC,IAC5D,CAAC;AAAA,MACL,KAAK,WAAW,MAAM,QAAQ,QAAQ,GAAG,IAAI,OAAO,IAAI,IAAI,CAAC,MAAW,cAAc,SAAS,CAAC,CAAC,IAAI,CAAC;AAAA,IACxG;AAAA,EACF;AAAA,EAEA,OAAO,SAAiC;AACtC,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,SAAS,IAAI;AACvB,UAAI,OAAO,QAAQ;AAAA,IACrB;AACA,QAAI,QAAQ,WAAW,QAAW;AAChC,UAAI,SAAS,mBAAmB,OAAO,QAAQ,MAAM;AAAA,IACvD;AACA,QAAI,QAAQ,OAAO,QAAQ;AACzB,UAAI,QAAQ,QAAQ,MAAM,IAAI,CAAC,MAAM,oBAAoB,OAAO,CAAC,CAAC;AAAA,IACpE;AACA,QAAI,QAAQ,KAAK,QAAQ;AACvB,UAAI,MAAM,QAAQ,IAAI,IAAI,CAAC,MAAM,cAAc,OAAO,CAAC,CAAC;AAAA,IAC1D;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAAmD;AAC7D,UAAM,UAAU,wBAAwB;AACxC,YAAQ,OAAO,OAAO,QAAQ;AAC9B,YAAQ,SAAU,OAAO,WAAW,UAAa,OAAO,WAAW,OAC/D,mBAAmB,YAAY,OAAO,MAAM,IAC5C;AACJ,YAAQ,QAAQ,OAAO,OAAO,IAAI,CAAC,MAAM,oBAAoB,YAAY,CAAC,CAAC,KAAK,CAAC;AACjF,YAAQ,MAAM,OAAO,KAAK,IAAI,CAAC,MAAM,cAAc,YAAY,CAAC,CAAC,KAAK,CAAC;AACvE,WAAO;AAAA,EACT;AACF;AAEA,SAAS,gCAAqD;AAC5D,SAAO,EAAE,SAAS,QAAW,UAAU,CAAC,EAAE;AAC5C;AAEO,MAAM,sBAAsG;AAAA,EACjH,OAAO;AAAA,EAEP,OAAO,SAA8B,SAAuB,IAAI,yBAAa,GAAiB;AAC5F,QAAI,QAAQ,YAAY,QAAW;AACjC,2BAAQ,OAAO,QAAQ,SAAS,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IACjE;AACA,eAAW,KAAK,QAAQ,UAAU;AAChC,yBAAM,OAAO,GAAI,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IAClD;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAsC;AAC7E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,8BAA8B;AAC9C,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,UAAU,qBAAQ,OAAO,QAAQ,OAAO,OAAO,CAAC;AACxD;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,SAAS,KAAK,mBAAM,OAAO,QAAQ,OAAO,OAAO,CAAC,CAAC;AAC3D;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAAkC;AACzC,WAAO;AAAA,MACL,aAAS,kCAAM,OAAO,QAAQ,IAAI,qBAAQ,SAAS,OAAO,QAAQ,IAAI;AAAA,MACtE,UAAU,WAAW,MAAM,QAAQ,QAAQ,QAAQ,IAAI,OAAO,SAAS,IAAI,CAAC,MAAW,mBAAM,SAAS,CAAC,CAAC,IAAI,CAAC;AAAA,IAC/G;AAAA,EACF;AAAA,EAEA,OAAO,SAAuC;AAC5C,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,YAAY,QAAW;AACjC,UAAI,WAAW,qBAAQ,OAAO,QAAQ,OAAO;AAAA,IAC/C;AACA,QAAI,QAAQ,UAAU,QAAQ;AAC5B,UAAI,WAAW,QAAQ,SAAS,IAAI,CAAC,MAAM,mBAAM,OAAO,CAAC,CAAC;AAAA,IAC5D;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAA+D;AACzE,UAAM,UAAU,8BAA8B;AAC9C,YAAQ,UAAW,OAAO,YAAY,UAAa,OAAO,YAAY,OAClE,qBAAQ,YAAY,OAAO,OAAO,IAClC;AACJ,YAAQ,WAAW,OAAO,UAAU,IAAI,CAAC,MAAM,mBAAM,YAAY,CAAC,CAAC,KAAK,CAAC;AACzE,WAAO;AAAA,EACT;AACF;AAEA,SAAS,iCAAuD;AAC9D,SAAO,CAAC;AACV;AAEO,MAAM,uBAAyG;AAAA,EACpH,OAAO;AAAA,EAEP,OAAO,GAAyB,SAAuB,IAAI,yBAAa,GAAiB;AACvF,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAuC;AAC9E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,+BAA+B;AAC/C,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,MACnB;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,GAA8B;AACrC,WAAO,CAAC;AAAA,EACV;AAAA,EAEA,OAAO,GAAkC;AACvC,UAAM,MAAW,CAAC;AAClB,WAAO;AAAA,EACT;AAAA,EACA,YAAY,GAA4D;AACtE,UAAM,UAAU,+BAA+B;AAC/C,WAAO;AAAA,EACT;AACF;AAEA,SAAS,+BAAmD;AAC1D,SAAO,EAAE,SAAS,QAAW,UAAU,CAAC,EAAE;AAC5C;AAEO,MAAM,qBAAmG;AAAA,EAC9G,OAAO;AAAA,EAEP,OAAO,SAA6B,SAAuB,IAAI,yBAAa,GAAiB;AAC3F,QAAI,QAAQ,YAAY,QAAW;AACjC,2BAAQ,OAAO,QAAQ,SAAS,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IACjE;AACA,eAAW,KAAK,QAAQ,UAAU;AAChC,aAAO,OAAO,EAAE,EAAE,OAAO,CAAE;AAAA,IAC7B;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAqC;AAC5E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,6BAA6B;AAC7C,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,UAAU,qBAAQ,OAAO,QAAQ,OAAO,OAAO,CAAC;AACxD;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,SAAS,KAAK,OAAO,OAAO,CAAC;AACrC;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAAiC;AACxC,WAAO;AAAA,MACL,aAAS,kCAAM,OAAO,QAAQ,IAAI,qBAAQ,SAAS,OAAO,QAAQ,IAAI;AAAA,MACtE,UAAU,WAAW,MAAM,QAAQ,QAAQ,QAAQ,IAAI,OAAO,SAAS,IAAI,CAAC,MAAW,WAAW,OAAO,CAAC,CAAC,IAAI,CAAC;AAAA,IAClH;AAAA,EACF;AAAA,EAEA,OAAO,SAAsC;AAC3C,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,YAAY,QAAW;AACjC,UAAI,WAAW,qBAAQ,OAAO,QAAQ,OAAO;AAAA,IAC/C;AACA,QAAI,QAAQ,UAAU,QAAQ;AAC5B,UAAI,WAAW,QAAQ;AAAA,IACzB;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAA6D;AACvE,UAAM,UAAU,6BAA6B;AAC7C,YAAQ,UAAW,OAAO,YAAY,UAAa,OAAO,YAAY,OAClE,qBAAQ,YAAY,OAAO,OAAO,IAClC;AACJ,YAAQ,WAAW,OAAO,UAAU,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;AACtD,WAAO;AAAA,EACT;AACF;AAEA,SAAS,wBAAqC;AAC5C,SAAO,EAAE,MAAM,IAAI,MAAM,IAAI,WAAW,CAAC,EAAE;AAC7C;AAEO,MAAM,cAA8E;AAAA,EACzF,OAAO;AAAA,EAEP,OAAO,SAAsB,SAAuB,IAAI,yBAAa,GAAiB;AACpF,QAAI,QAAQ,SAAS,IAAI;AACvB,aAAO,OAAO,EAAE,EAAE,OAAO,QAAQ,IAAI;AAAA,IACvC;AACA,QAAI,QAAQ,KAAK,WAAW,GAAG;AAC7B,aAAO,OAAO,EAAE,EAAE,MAAM,QAAQ,IAAI;AAAA,IACtC;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAA8B;AACrE,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,sBAAsB;AACtC,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,OAAO,OAAO,OAAO;AAC7B;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,OAAO,OAAO,MAAM;AAC5B;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAA0B;AACjC,WAAO;AAAA,MACL,UAAM,kCAAM,OAAO,IAAI,IAAI,WAAW,OAAO,OAAO,IAAI,IAAI;AAAA,MAC5D,UAAM,kCAAM,OAAO,IAAI,QAAI,4CAAgB,OAAO,IAAI,IAAI,IAAI,WAAW,CAAC;AAAA,IAC5E;AAAA,EACF;AAAA,EAEA,OAAO,SAA+B;AACpC,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,SAAS,IAAI;AACvB,UAAI,OAAO,QAAQ;AAAA,IACrB;AACA,QAAI,QAAQ,KAAK,WAAW,GAAG;AAC7B,UAAI,WAAO,4CAAgB,QAAQ,IAAI;AAAA,IACzC;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAA+C;AACzD,UAAM,UAAU,sBAAsB;AACtC,YAAQ,OAAO,OAAO,QAAQ;AAC9B,YAAQ,OAAO,OAAO,QAAQ,IAAI,WAAW,CAAC;AAC9C,WAAO;AAAA,EACT;AACF;AAEA,SAAS,gCAAqD;AAC5D,SAAO,EAAE,UAAU,CAAC,EAAE;AACxB;AAEO,MAAM,sBAAsG;AAAA,EACjH,OAAO;AAAA,EAEP,OAAO,SAA8B,SAAuB,IAAI,yBAAa,GAAiB;AAC5F,eAAW,KAAK,QAAQ,UAAU;AAChC,kBAAY,OAAO,GAAI,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IACxD;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAsC;AAC7E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,8BAA8B;AAC9C,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,SAAS,KAAK,YAAY,OAAO,QAAQ,OAAO,OAAO,CAAC,CAAC;AACjE;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAAkC;AACzC,WAAO;AAAA,MACL,UAAU,WAAW,MAAM,QAAQ,QAAQ,QAAQ,IAC/C,OAAO,SAAS,IAAI,CAAC,MAAW,YAAY,SAAS,CAAC,CAAC,IACvD,CAAC;AAAA,IACP;AAAA,EACF;AAAA,EAEA,OAAO,SAAuC;AAC5C,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,UAAU,QAAQ;AAC5B,UAAI,WAAW,QAAQ,SAAS,IAAI,CAAC,MAAM,YAAY,OAAO,CAAC,CAAC;AAAA,IAClE;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAA+D;AACzE,UAAM,UAAU,8BAA8B;AAC9C,YAAQ,WAAW,OAAO,UAAU,IAAI,CAAC,MAAM,YAAY,YAAY,CAAC,CAAC,KAAK,CAAC;AAC/E,WAAO;AAAA,EACT;AACF;AAEA,SAAS,yBAAuC;AAC9C,SAAO,EAAE,SAAS,OAAU;AAC9B;AAEO,MAAM,eAAiF;AAAA,EAC5F,OAAO;AAAA,EAEP,OAAO,SAAuB,SAAuB,IAAI,yBAAa,GAAiB;AACrF,QAAI,QAAQ,YAAY,QAAW;AACjC,2BAAQ,OAAO,QAAQ,SAAS,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IACjE;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAA+B;AACtE,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,uBAAuB;AACvC,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,UAAU,qBAAQ,OAAO,QAAQ,OAAO,OAAO,CAAC;AACxD;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAA2B;AAClC,WAAO,EAAE,aAAS,kCAAM,OAAO,QAAQ,IAAI,qBAAQ,SAAS,OAAO,QAAQ,IAAI,OAAU;AAAA,EAC3F;AAAA,EAEA,OAAO,SAAgC;AACrC,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,YAAY,QAAW;AACjC,UAAI,WAAW,qBAAQ,OAAO,QAAQ,OAAO;AAAA,IAC/C;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAAiD;AAC3D,UAAM,UAAU,uBAAuB;AACvC,YAAQ,UAAW,OAAO,YAAY,UAAa,OAAO,YAAY,OAClE,qBAAQ,YAAY,OAAO,OAAO,IAClC;AACJ,WAAO;AAAA,EACT;AACF;AAEA,SAAS,iCAAuD;AAC9D,SAAO,EAAE,SAAS,QAAW,UAAU,CAAC,EAAE;AAC5C;AAEO,MAAM,uBAAyG;AAAA,EACpH,OAAO;AAAA,EAEP,OAAO,SAA+B,SAAuB,IAAI,yBAAa,GAAiB;AAC7F,QAAI,QAAQ,YAAY,QAAW;AACjC,2BAAQ,OAAO,QAAQ,SAAS,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IACjE;AACA,eAAW,KAAK,QAAQ,UAAU;AAChC,aAAO,OAAO,EAAE,EAAE,OAAO,CAAE;AAAA,IAC7B;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAuC;AAC9E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,+BAA+B;AAC/C,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,UAAU,qBAAQ,OAAO,QAAQ,OAAO,OAAO,CAAC;AACxD;AAAA,QACF;AAAA,QACA,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,SAAS,KAAK,OAAO,OAAO,CAAC;AACrC;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAAmC;AAC1C,WAAO;AAAA,MACL,aAAS,kCAAM,OAAO,QAAQ,IAAI,qBAAQ,SAAS,OAAO,QAAQ,IAAI;AAAA,MACtE,UAAU,WAAW,MAAM,QAAQ,QAAQ,QAAQ,IAAI,OAAO,SAAS,IAAI,CAAC,MAAW,WAAW,OAAO,CAAC,CAAC,IAAI,CAAC;AAAA,IAClH;AAAA,EACF;AAAA,EAEA,OAAO,SAAwC;AAC7C,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,YAAY,QAAW;AACjC,UAAI,WAAW,qBAAQ,OAAO,QAAQ,OAAO;AAAA,IAC/C;AACA,QAAI,QAAQ,UAAU,QAAQ;AAC5B,UAAI,WAAW,QAAQ;AAAA,IACzB;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAAiE;AAC3E,UAAM,UAAU,+BAA+B;AAC/C,YAAQ,UAAW,OAAO,YAAY,UAAa,OAAO,YAAY,OAClE,qBAAQ,YAAY,OAAO,OAAO,IAClC;AACJ,YAAQ,WAAW,OAAO,UAAU,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;AACtD,WAAO;AAAA,EACT;AACF;AAEA,SAAS,kCAAyD;AAChE,SAAO,EAAE,UAAU,CAAC,EAAE;AACxB;AAEO,MAAM,wBACX;AAAA,EACE,OAAO;AAAA,EAEP,OAAO,SAAgC,SAAuB,IAAI,yBAAa,GAAiB;AAC9F,eAAW,KAAK,QAAQ,UAAU;AAChC,oBAAc,OAAO,GAAI,OAAO,OAAO,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK;AAAA,IAC1D;AACA,WAAO;AAAA,EACT;AAAA,EAEA,OAAO,OAAkC,QAAwC;AAC/E,UAAM,SAAS,iBAAiB,2BAAe,QAAQ,IAAI,yBAAa,KAAK;AAC7E,UAAM,MAAM,WAAW,SAAY,OAAO,MAAM,OAAO,MAAM;AAC7D,UAAM,UAAU,gCAAgC;AAChD,WAAO,OAAO,MAAM,KAAK;AACvB,YAAM,MAAM,OAAO,OAAO;AAC1B,cAAQ,QAAQ,GAAG;AAAA,QACjB,KAAK,GAAG;AACN,cAAI,QAAQ,IAAI;AACd;AAAA,UACF;AAEA,kBAAQ,SAAS,KAAK,cAAc,OAAO,QAAQ,OAAO,OAAO,CAAC,CAAC;AACnE;AAAA,QACF;AAAA,MACF;AACA,WAAK,MAAM,OAAO,KAAK,QAAQ,GAAG;AAChC;AAAA,MACF;AACA,aAAO,KAAK,MAAM,CAAC;AAAA,IACrB;AACA,WAAO;AAAA,EACT;AAAA,EAEA,SAAS,QAAoC;AAC3C,WAAO;AAAA,MACL,UAAU,WAAW,MAAM,QAAQ,QAAQ,QAAQ,IAC/C,OAAO,SAAS,IAAI,CAAC,MAAW,cAAc,SAAS,CAAC,CAAC,IACzD,CAAC;AAAA,IACP;AAAA,EACF;AAAA,EAEA,OAAO,SAAyC;AAC9C,UAAM,MAAW,CAAC;AAClB,QAAI,QAAQ,UAAU,QAAQ;AAC5B,UAAI,WAAW,QAAQ,SAAS,IAAI,CAAC,MAAM,cAAc,OAAO,CAAC,CAAC;AAAA,IACpE;AACA,WAAO;AAAA,EACT;AAAA,EACA,YAAY,QAAmE;AAC7E,UAAM,UAAU,gCAAgC;AAChD,YAAQ,WAAW,OAAO,UAAU,IAAI,CAAC,MAAM,cAAc,YAAY,CAAC,CAAC,KAAK,CAAC;AACjF,WAAO;AAAA,EACT;AACF;AAEF,SAAS,wBAAwB,KAAyB;AACxD,MAAK,WAAmB,QAAQ;AAC9B,WAAO,WAAW,KAAM,WAAmB,OAAO,KAAK,KAAK,QAAQ,CAAC;AAAA,EACvE,OAAO;AACL,UAAM,MAAM,WAAW,KAAK,GAAG;AAC/B,UAAM,MAAM,IAAI,WAAW,IAAI,MAAM;AACrC,aAAS,IAAI,GAAG,IAAI,IAAI,QAAQ,EAAE,GAAG;AACnC,UAAI,CAAC,IAAI,IAAI,WAAW,CAAC;AAAA,IAC3B;AACA,WAAO;AAAA,EACT;AACF;AAEA,SAAS,wBAAwB,KAAyB;AACxD,MAAK,WAAmB,QAAQ;AAC9B,WAAQ,WAAmB,OAAO,KAAK,GAAG,EAAE,SAAS,QAAQ;AAAA,EAC/D,OAAO;AACL,UAAM,MAAgB,CAAC;AACvB,QAAI,QAAQ,CAAC,SAAS;AACpB,UAAI,KAAK,WAAW,OAAO,aAAa,IAAI,CAAC;AAAA,IAC/C,CAAC;AACD,WAAO,WAAW,KAAK,IAAI,KAAK,EAAE,CAAC;AAAA,EACrC;AACF;AAUA,SAAS,cAAc,OAAqB;AAC1C,SAAO,UAAU,QAAQ,UAAU;AACrC;",
|
|
4
|
+
"sourcesContent": ["import { bytesFromBase64, base64FromBytes, isSet } from \"../../../../../../encoding/typeEncodingHelpers.ts\"\nimport type { DeepPartial, MessageFns } from \"../../../../../../encoding/typeEncodingHelpers.ts\"\n// Code generated by protoc-gen-ts_proto. DO NOT EDIT.\n// versions:\n// protoc-gen-ts_proto v2.11.8\n// protoc unknown\n// source: akash/provider/lease/v1/service.proto\n\n/* eslint-disable */\nimport { BinaryReader, BinaryWriter } from \"@bufbuild/protobuf/wire\";\nimport Long from \"long\";\nimport { Group } from \"../../../manifest/v2beta3/group.ts\";\nimport { LeaseID } from \"../../../market/v1/lease.ts\";\n\n/** LeaseServiceStatus */\nexport interface LeaseServiceStatus {\n available: number;\n total: number;\n uris: string[];\n observedGeneration: Long;\n replicas: number;\n updatedReplicas: number;\n readyReplicas: number;\n availableReplicas: number;\n}\n\n/** LeaseIPStatus */\nexport interface LeaseIPStatus {\n port: number;\n externalPort: number;\n protocol: string;\n ip: string;\n}\n\n/** ForwarderPortStatus */\nexport interface ForwarderPortStatus {\n host: string;\n port: number;\n externalPort: number;\n proto: string;\n name: string;\n}\n\n/** ServiceStatus */\nexport interface ServiceStatus {\n name: string;\n status: LeaseServiceStatus | undefined;\n ports: ForwarderPortStatus[];\n ips: LeaseIPStatus[];\n}\n\n/** SendManifestRequest is request type for the SendManifest Providers RPC method */\nexport interface SendManifestRequest {\n leaseId: LeaseID | undefined;\n manifest: Group[];\n}\n\n/** SendManifestResponse is response type for the SendManifest Providers RPC method */\nexport interface SendManifestResponse {\n}\n\n/** ServiceLogsRequest */\nexport interface ServiceLogsRequest {\n leaseId: LeaseID | undefined;\n services: string[];\n}\n\n/** ServiceLogs */\nexport interface ServiceLogs {\n name: string;\n logs: Uint8Array;\n}\n\n/** ServiceLogsResponse */\nexport interface ServiceLogsResponse {\n services: ServiceLogs[];\n}\n\n/** ShellRequest */\nexport interface ShellRequest {\n leaseId: LeaseID | undefined;\n}\n\n/** ServiceStatusRequest */\nexport interface ServiceStatusRequest {\n leaseId: LeaseID | undefined;\n services: string[];\n}\n\n/** ServiceStatusResponse */\nexport interface ServiceStatusResponse {\n services: ServiceStatus[];\n}\n\n/**\n * AttestationQuoteRequest is the request body for the AttestationQuote RPC method.\n * The tenant generates a nonce and sends it; the provider forwards it verbatim\n * to the attestation sidecar inside the confidential compute pod.\n */\nexport interface AttestationQuoteRequest {\n leaseId:\n | LeaseID\n | undefined;\n /** Base64-encoded 64-byte nonce generated by the tenant. */\n nonce: string;\n /**\n * When true, report_data is computed as SHA-512(tls_pubkey || nonce)[:64]\n * to bind the attestation to the TLS channel.\n */\n bindTls: boolean;\n}\n\n/** AttestationGPUReport holds attestation evidence for a single GPU device. */\nexport interface AttestationGPUReport {\n deviceIndex: number;\n /** Base64-encoded hardware-signed GPU attestation report. */\n report: string;\n}\n\n/**\n * AttestationQuoteResponse is the response from the AttestationQuote RPC method.\n * Contains raw hardware-signed attestation evidence from the TEE sidecar.\n * The provider never inspects or modifies any field.\n */\nexport interface AttestationQuoteResponse {\n /** Base64-encoded CPU attestation report (SNP ~1184 bytes, TDX ~5243 bytes). */\n report: string;\n /** Base64-encoded certificate chain (may be empty). */\n certChain: string;\n /** TEE platform identifier: \"snp\", \"tdx\", \"snp-gpu\", \"tdx-gpu\". */\n teePlatform: string;\n /** Base64-encoded auxiliary blob (typically empty). */\n auxblob: string;\n /** Per-device GPU attestation reports for all CC-capable GPUs. */\n gpuReports: AttestationGPUReport[];\n /** Whether report_data was computed with TLS channel binding. */\n tlsBound: boolean;\n}\n\nfunction createBaseLeaseServiceStatus(): LeaseServiceStatus {\n return {\n available: 0,\n total: 0,\n uris: [],\n observedGeneration: Long.ZERO,\n replicas: 0,\n updatedReplicas: 0,\n readyReplicas: 0,\n availableReplicas: 0,\n };\n}\n\nexport const LeaseServiceStatus: MessageFns<LeaseServiceStatus, \"akash.provider.lease.v1.LeaseServiceStatus\"> = {\n $type: \"akash.provider.lease.v1.LeaseServiceStatus\" as const,\n\n encode(message: LeaseServiceStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.available !== 0) {\n writer.uint32(8).int32(message.available);\n }\n if (message.total !== 0) {\n writer.uint32(16).int32(message.total);\n }\n for (const v of message.uris) {\n writer.uint32(26).string(v!);\n }\n if (!message.observedGeneration.equals(Long.ZERO)) {\n writer.uint32(32).int64(message.observedGeneration.toString());\n }\n if (message.replicas !== 0) {\n writer.uint32(40).int32(message.replicas);\n }\n if (message.updatedReplicas !== 0) {\n writer.uint32(48).int32(message.updatedReplicas);\n }\n if (message.readyReplicas !== 0) {\n writer.uint32(56).int32(message.readyReplicas);\n }\n if (message.availableReplicas !== 0) {\n writer.uint32(64).int32(message.availableReplicas);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): LeaseServiceStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseLeaseServiceStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 8) {\n break;\n }\n\n message.available = reader.int32();\n continue;\n }\n case 2: {\n if (tag !== 16) {\n break;\n }\n\n message.total = reader.int32();\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.uris.push(reader.string());\n continue;\n }\n case 4: {\n if (tag !== 32) {\n break;\n }\n\n message.observedGeneration = Long.fromString(reader.int64().toString());\n continue;\n }\n case 5: {\n if (tag !== 40) {\n break;\n }\n\n message.replicas = reader.int32();\n continue;\n }\n case 6: {\n if (tag !== 48) {\n break;\n }\n\n message.updatedReplicas = reader.int32();\n continue;\n }\n case 7: {\n if (tag !== 56) {\n break;\n }\n\n message.readyReplicas = reader.int32();\n continue;\n }\n case 8: {\n if (tag !== 64) {\n break;\n }\n\n message.availableReplicas = reader.int32();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): LeaseServiceStatus {\n return {\n available: isSet(object.available) ? globalThis.Number(object.available) : 0,\n total: isSet(object.total) ? globalThis.Number(object.total) : 0,\n uris: globalThis.Array.isArray(object?.uris) ? object.uris.map((e: any) => globalThis.String(e)) : [],\n observedGeneration: isSet(object.observed_generation) ? Long.fromValue(object.observed_generation) : Long.ZERO,\n replicas: isSet(object.replicas) ? globalThis.Number(object.replicas) : 0,\n updatedReplicas: isSet(object.updated_replicas) ? globalThis.Number(object.updated_replicas) : 0,\n readyReplicas: isSet(object.ready_replicas) ? globalThis.Number(object.ready_replicas) : 0,\n availableReplicas: isSet(object.available_replicas) ? globalThis.Number(object.available_replicas) : 0,\n };\n },\n\n toJSON(message: LeaseServiceStatus): unknown {\n const obj: any = {};\n if (message.available !== 0) {\n obj.available = Math.round(message.available);\n }\n if (message.total !== 0) {\n obj.total = Math.round(message.total);\n }\n if (message.uris?.length) {\n obj.uris = message.uris;\n }\n if (!message.observedGeneration.equals(Long.ZERO)) {\n obj.observed_generation = (message.observedGeneration || Long.ZERO).toString();\n }\n if (message.replicas !== 0) {\n obj.replicas = Math.round(message.replicas);\n }\n if (message.updatedReplicas !== 0) {\n obj.updated_replicas = Math.round(message.updatedReplicas);\n }\n if (message.readyReplicas !== 0) {\n obj.ready_replicas = Math.round(message.readyReplicas);\n }\n if (message.availableReplicas !== 0) {\n obj.available_replicas = Math.round(message.availableReplicas);\n }\n return obj;\n },\n fromPartial(object: DeepPartial<LeaseServiceStatus>): LeaseServiceStatus {\n const message = createBaseLeaseServiceStatus();\n message.available = object.available ?? 0;\n message.total = object.total ?? 0;\n message.uris = object.uris?.map((e) => e) || [];\n message.observedGeneration = (object.observedGeneration !== undefined && object.observedGeneration !== null)\n ? Long.fromValue(object.observedGeneration)\n : Long.ZERO;\n message.replicas = object.replicas ?? 0;\n message.updatedReplicas = object.updatedReplicas ?? 0;\n message.readyReplicas = object.readyReplicas ?? 0;\n message.availableReplicas = object.availableReplicas ?? 0;\n return message;\n },\n};\n\nfunction createBaseLeaseIPStatus(): LeaseIPStatus {\n return { port: 0, externalPort: 0, protocol: \"\", ip: \"\" };\n}\n\nexport const LeaseIPStatus: MessageFns<LeaseIPStatus, \"akash.provider.lease.v1.LeaseIPStatus\"> = {\n $type: \"akash.provider.lease.v1.LeaseIPStatus\" as const,\n\n encode(message: LeaseIPStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.port !== 0) {\n writer.uint32(8).uint32(message.port);\n }\n if (message.externalPort !== 0) {\n writer.uint32(16).uint32(message.externalPort);\n }\n if (message.protocol !== \"\") {\n writer.uint32(26).string(message.protocol);\n }\n if (message.ip !== \"\") {\n writer.uint32(34).string(message.ip);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): LeaseIPStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseLeaseIPStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 8) {\n break;\n }\n\n message.port = reader.uint32();\n continue;\n }\n case 2: {\n if (tag !== 16) {\n break;\n }\n\n message.externalPort = reader.uint32();\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.protocol = reader.string();\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.ip = reader.string();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): LeaseIPStatus {\n return {\n port: isSet(object.port) ? globalThis.Number(object.port) : 0,\n externalPort: isSet(object.external_port) ? globalThis.Number(object.external_port) : 0,\n protocol: isSet(object.protocol) ? globalThis.String(object.protocol) : \"\",\n ip: isSet(object.ip) ? globalThis.String(object.ip) : \"\",\n };\n },\n\n toJSON(message: LeaseIPStatus): unknown {\n const obj: any = {};\n if (message.port !== 0) {\n obj.port = Math.round(message.port);\n }\n if (message.externalPort !== 0) {\n obj.external_port = Math.round(message.externalPort);\n }\n if (message.protocol !== \"\") {\n obj.protocol = message.protocol;\n }\n if (message.ip !== \"\") {\n obj.ip = message.ip;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<LeaseIPStatus>): LeaseIPStatus {\n const message = createBaseLeaseIPStatus();\n message.port = object.port ?? 0;\n message.externalPort = object.externalPort ?? 0;\n message.protocol = object.protocol ?? \"\";\n message.ip = object.ip ?? \"\";\n return message;\n },\n};\n\nfunction createBaseForwarderPortStatus(): ForwarderPortStatus {\n return { host: \"\", port: 0, externalPort: 0, proto: \"\", name: \"\" };\n}\n\nexport const ForwarderPortStatus: MessageFns<ForwarderPortStatus, \"akash.provider.lease.v1.ForwarderPortStatus\"> = {\n $type: \"akash.provider.lease.v1.ForwarderPortStatus\" as const,\n\n encode(message: ForwarderPortStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.host !== \"\") {\n writer.uint32(10).string(message.host);\n }\n if (message.port !== 0) {\n writer.uint32(16).uint32(message.port);\n }\n if (message.externalPort !== 0) {\n writer.uint32(24).uint32(message.externalPort);\n }\n if (message.proto !== \"\") {\n writer.uint32(34).string(message.proto);\n }\n if (message.name !== \"\") {\n writer.uint32(42).string(message.name);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ForwarderPortStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseForwarderPortStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.host = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 16) {\n break;\n }\n\n message.port = reader.uint32();\n continue;\n }\n case 3: {\n if (tag !== 24) {\n break;\n }\n\n message.externalPort = reader.uint32();\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.proto = reader.string();\n continue;\n }\n case 5: {\n if (tag !== 42) {\n break;\n }\n\n message.name = reader.string();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ForwarderPortStatus {\n return {\n host: isSet(object.host) ? globalThis.String(object.host) : \"\",\n port: isSet(object.port) ? globalThis.Number(object.port) : 0,\n externalPort: isSet(object.external_port) ? globalThis.Number(object.external_port) : 0,\n proto: isSet(object.proto) ? globalThis.String(object.proto) : \"\",\n name: isSet(object.name) ? globalThis.String(object.name) : \"\",\n };\n },\n\n toJSON(message: ForwarderPortStatus): unknown {\n const obj: any = {};\n if (message.host !== \"\") {\n obj.host = message.host;\n }\n if (message.port !== 0) {\n obj.port = Math.round(message.port);\n }\n if (message.externalPort !== 0) {\n obj.external_port = Math.round(message.externalPort);\n }\n if (message.proto !== \"\") {\n obj.proto = message.proto;\n }\n if (message.name !== \"\") {\n obj.name = message.name;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ForwarderPortStatus>): ForwarderPortStatus {\n const message = createBaseForwarderPortStatus();\n message.host = object.host ?? \"\";\n message.port = object.port ?? 0;\n message.externalPort = object.externalPort ?? 0;\n message.proto = object.proto ?? \"\";\n message.name = object.name ?? \"\";\n return message;\n },\n};\n\nfunction createBaseServiceStatus(): ServiceStatus {\n return { name: \"\", status: undefined, ports: [], ips: [] };\n}\n\nexport const ServiceStatus: MessageFns<ServiceStatus, \"akash.provider.lease.v1.ServiceStatus\"> = {\n $type: \"akash.provider.lease.v1.ServiceStatus\" as const,\n\n encode(message: ServiceStatus, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.name !== \"\") {\n writer.uint32(10).string(message.name);\n }\n if (message.status !== undefined) {\n LeaseServiceStatus.encode(message.status, writer.uint32(18).fork()).join();\n }\n for (const v of message.ports) {\n ForwarderPortStatus.encode(v!, writer.uint32(26).fork()).join();\n }\n for (const v of message.ips) {\n LeaseIPStatus.encode(v!, writer.uint32(34).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceStatus {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceStatus();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.name = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.status = LeaseServiceStatus.decode(reader, reader.uint32());\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.ports.push(ForwarderPortStatus.decode(reader, reader.uint32()));\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.ips.push(LeaseIPStatus.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceStatus {\n return {\n name: isSet(object.name) ? globalThis.String(object.name) : \"\",\n status: isSet(object.status) ? LeaseServiceStatus.fromJSON(object.status) : undefined,\n ports: globalThis.Array.isArray(object?.ports)\n ? object.ports.map((e: any) => ForwarderPortStatus.fromJSON(e))\n : [],\n ips: globalThis.Array.isArray(object?.ips) ? object.ips.map((e: any) => LeaseIPStatus.fromJSON(e)) : [],\n };\n },\n\n toJSON(message: ServiceStatus): unknown {\n const obj: any = {};\n if (message.name !== \"\") {\n obj.name = message.name;\n }\n if (message.status !== undefined) {\n obj.status = LeaseServiceStatus.toJSON(message.status);\n }\n if (message.ports?.length) {\n obj.ports = message.ports.map((e) => ForwarderPortStatus.toJSON(e));\n }\n if (message.ips?.length) {\n obj.ips = message.ips.map((e) => LeaseIPStatus.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceStatus>): ServiceStatus {\n const message = createBaseServiceStatus();\n message.name = object.name ?? \"\";\n message.status = (object.status !== undefined && object.status !== null)\n ? LeaseServiceStatus.fromPartial(object.status)\n : undefined;\n message.ports = object.ports?.map((e) => ForwarderPortStatus.fromPartial(e)) || [];\n message.ips = object.ips?.map((e) => LeaseIPStatus.fromPartial(e)) || [];\n return message;\n },\n};\n\nfunction createBaseSendManifestRequest(): SendManifestRequest {\n return { leaseId: undefined, manifest: [] };\n}\n\nexport const SendManifestRequest: MessageFns<SendManifestRequest, \"akash.provider.lease.v1.SendManifestRequest\"> = {\n $type: \"akash.provider.lease.v1.SendManifestRequest\" as const,\n\n encode(message: SendManifestRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n for (const v of message.manifest) {\n Group.encode(v!, writer.uint32(18).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): SendManifestRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseSendManifestRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.manifest.push(Group.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): SendManifestRequest {\n return {\n leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined,\n manifest: globalThis.Array.isArray(object?.manifest) ? object.manifest.map((e: any) => Group.fromJSON(e)) : [],\n };\n },\n\n toJSON(message: SendManifestRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n if (message.manifest?.length) {\n obj.manifest = message.manifest.map((e) => Group.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<SendManifestRequest>): SendManifestRequest {\n const message = createBaseSendManifestRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n message.manifest = object.manifest?.map((e) => Group.fromPartial(e)) || [];\n return message;\n },\n};\n\nfunction createBaseSendManifestResponse(): SendManifestResponse {\n return {};\n}\n\nexport const SendManifestResponse: MessageFns<SendManifestResponse, \"akash.provider.lease.v1.SendManifestResponse\"> = {\n $type: \"akash.provider.lease.v1.SendManifestResponse\" as const,\n\n encode(_: SendManifestResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): SendManifestResponse {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseSendManifestResponse();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(_: any): SendManifestResponse {\n return {};\n },\n\n toJSON(_: SendManifestResponse): unknown {\n const obj: any = {};\n return obj;\n },\n fromPartial(_: DeepPartial<SendManifestResponse>): SendManifestResponse {\n const message = createBaseSendManifestResponse();\n return message;\n },\n};\n\nfunction createBaseServiceLogsRequest(): ServiceLogsRequest {\n return { leaseId: undefined, services: [] };\n}\n\nexport const ServiceLogsRequest: MessageFns<ServiceLogsRequest, \"akash.provider.lease.v1.ServiceLogsRequest\"> = {\n $type: \"akash.provider.lease.v1.ServiceLogsRequest\" as const,\n\n encode(message: ServiceLogsRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n for (const v of message.services) {\n writer.uint32(18).string(v!);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceLogsRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceLogsRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.services.push(reader.string());\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceLogsRequest {\n return {\n leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined,\n services: globalThis.Array.isArray(object?.services) ? object.services.map((e: any) => globalThis.String(e)) : [],\n };\n },\n\n toJSON(message: ServiceLogsRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n if (message.services?.length) {\n obj.services = message.services;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceLogsRequest>): ServiceLogsRequest {\n const message = createBaseServiceLogsRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n message.services = object.services?.map((e) => e) || [];\n return message;\n },\n};\n\nfunction createBaseServiceLogs(): ServiceLogs {\n return { name: \"\", logs: new Uint8Array(0) };\n}\n\nexport const ServiceLogs: MessageFns<ServiceLogs, \"akash.provider.lease.v1.ServiceLogs\"> = {\n $type: \"akash.provider.lease.v1.ServiceLogs\" as const,\n\n encode(message: ServiceLogs, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.name !== \"\") {\n writer.uint32(10).string(message.name);\n }\n if (message.logs.length !== 0) {\n writer.uint32(18).bytes(message.logs);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceLogs {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceLogs();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.name = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.logs = reader.bytes();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceLogs {\n return {\n name: isSet(object.name) ? globalThis.String(object.name) : \"\",\n logs: isSet(object.logs) ? bytesFromBase64(object.logs) : new Uint8Array(0),\n };\n },\n\n toJSON(message: ServiceLogs): unknown {\n const obj: any = {};\n if (message.name !== \"\") {\n obj.name = message.name;\n }\n if (message.logs.length !== 0) {\n obj.logs = base64FromBytes(message.logs);\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceLogs>): ServiceLogs {\n const message = createBaseServiceLogs();\n message.name = object.name ?? \"\";\n message.logs = object.logs ?? new Uint8Array(0);\n return message;\n },\n};\n\nfunction createBaseServiceLogsResponse(): ServiceLogsResponse {\n return { services: [] };\n}\n\nexport const ServiceLogsResponse: MessageFns<ServiceLogsResponse, \"akash.provider.lease.v1.ServiceLogsResponse\"> = {\n $type: \"akash.provider.lease.v1.ServiceLogsResponse\" as const,\n\n encode(message: ServiceLogsResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n for (const v of message.services) {\n ServiceLogs.encode(v!, writer.uint32(10).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceLogsResponse {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceLogsResponse();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.services.push(ServiceLogs.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceLogsResponse {\n return {\n services: globalThis.Array.isArray(object?.services)\n ? object.services.map((e: any) => ServiceLogs.fromJSON(e))\n : [],\n };\n },\n\n toJSON(message: ServiceLogsResponse): unknown {\n const obj: any = {};\n if (message.services?.length) {\n obj.services = message.services.map((e) => ServiceLogs.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceLogsResponse>): ServiceLogsResponse {\n const message = createBaseServiceLogsResponse();\n message.services = object.services?.map((e) => ServiceLogs.fromPartial(e)) || [];\n return message;\n },\n};\n\nfunction createBaseShellRequest(): ShellRequest {\n return { leaseId: undefined };\n}\n\nexport const ShellRequest: MessageFns<ShellRequest, \"akash.provider.lease.v1.ShellRequest\"> = {\n $type: \"akash.provider.lease.v1.ShellRequest\" as const,\n\n encode(message: ShellRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ShellRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseShellRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ShellRequest {\n return { leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined };\n },\n\n toJSON(message: ShellRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ShellRequest>): ShellRequest {\n const message = createBaseShellRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n return message;\n },\n};\n\nfunction createBaseServiceStatusRequest(): ServiceStatusRequest {\n return { leaseId: undefined, services: [] };\n}\n\nexport const ServiceStatusRequest: MessageFns<ServiceStatusRequest, \"akash.provider.lease.v1.ServiceStatusRequest\"> = {\n $type: \"akash.provider.lease.v1.ServiceStatusRequest\" as const,\n\n encode(message: ServiceStatusRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n for (const v of message.services) {\n writer.uint32(18).string(v!);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceStatusRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceStatusRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.services.push(reader.string());\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceStatusRequest {\n return {\n leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined,\n services: globalThis.Array.isArray(object?.services) ? object.services.map((e: any) => globalThis.String(e)) : [],\n };\n },\n\n toJSON(message: ServiceStatusRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n if (message.services?.length) {\n obj.services = message.services;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceStatusRequest>): ServiceStatusRequest {\n const message = createBaseServiceStatusRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n message.services = object.services?.map((e) => e) || [];\n return message;\n },\n};\n\nfunction createBaseServiceStatusResponse(): ServiceStatusResponse {\n return { services: [] };\n}\n\nexport const ServiceStatusResponse: MessageFns<ServiceStatusResponse, \"akash.provider.lease.v1.ServiceStatusResponse\"> =\n {\n $type: \"akash.provider.lease.v1.ServiceStatusResponse\" as const,\n\n encode(message: ServiceStatusResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n for (const v of message.services) {\n ServiceStatus.encode(v!, writer.uint32(10).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): ServiceStatusResponse {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseServiceStatusResponse();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.services.push(ServiceStatus.decode(reader, reader.uint32()));\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): ServiceStatusResponse {\n return {\n services: globalThis.Array.isArray(object?.services)\n ? object.services.map((e: any) => ServiceStatus.fromJSON(e))\n : [],\n };\n },\n\n toJSON(message: ServiceStatusResponse): unknown {\n const obj: any = {};\n if (message.services?.length) {\n obj.services = message.services.map((e) => ServiceStatus.toJSON(e));\n }\n return obj;\n },\n fromPartial(object: DeepPartial<ServiceStatusResponse>): ServiceStatusResponse {\n const message = createBaseServiceStatusResponse();\n message.services = object.services?.map((e) => ServiceStatus.fromPartial(e)) || [];\n return message;\n },\n };\n\nfunction createBaseAttestationQuoteRequest(): AttestationQuoteRequest {\n return { leaseId: undefined, nonce: \"\", bindTls: false };\n}\n\nexport const AttestationQuoteRequest: MessageFns<\n AttestationQuoteRequest,\n \"akash.provider.lease.v1.AttestationQuoteRequest\"\n> = {\n $type: \"akash.provider.lease.v1.AttestationQuoteRequest\" as const,\n\n encode(message: AttestationQuoteRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.leaseId !== undefined) {\n LeaseID.encode(message.leaseId, writer.uint32(10).fork()).join();\n }\n if (message.nonce !== \"\") {\n writer.uint32(18).string(message.nonce);\n }\n if (message.bindTls !== false) {\n writer.uint32(24).bool(message.bindTls);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): AttestationQuoteRequest {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseAttestationQuoteRequest();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.leaseId = LeaseID.decode(reader, reader.uint32());\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.nonce = reader.string();\n continue;\n }\n case 3: {\n if (tag !== 24) {\n break;\n }\n\n message.bindTls = reader.bool();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): AttestationQuoteRequest {\n return {\n leaseId: isSet(object.lease_id) ? LeaseID.fromJSON(object.lease_id) : undefined,\n nonce: isSet(object.nonce) ? globalThis.String(object.nonce) : \"\",\n bindTls: isSet(object.bind_tls) ? globalThis.Boolean(object.bind_tls) : false,\n };\n },\n\n toJSON(message: AttestationQuoteRequest): unknown {\n const obj: any = {};\n if (message.leaseId !== undefined) {\n obj.lease_id = LeaseID.toJSON(message.leaseId);\n }\n if (message.nonce !== \"\") {\n obj.nonce = message.nonce;\n }\n if (message.bindTls !== false) {\n obj.bind_tls = message.bindTls;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<AttestationQuoteRequest>): AttestationQuoteRequest {\n const message = createBaseAttestationQuoteRequest();\n message.leaseId = (object.leaseId !== undefined && object.leaseId !== null)\n ? LeaseID.fromPartial(object.leaseId)\n : undefined;\n message.nonce = object.nonce ?? \"\";\n message.bindTls = object.bindTls ?? false;\n return message;\n },\n};\n\nfunction createBaseAttestationGPUReport(): AttestationGPUReport {\n return { deviceIndex: 0, report: \"\" };\n}\n\nexport const AttestationGPUReport: MessageFns<AttestationGPUReport, \"akash.provider.lease.v1.AttestationGPUReport\"> = {\n $type: \"akash.provider.lease.v1.AttestationGPUReport\" as const,\n\n encode(message: AttestationGPUReport, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.deviceIndex !== 0) {\n writer.uint32(8).uint32(message.deviceIndex);\n }\n if (message.report !== \"\") {\n writer.uint32(18).string(message.report);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): AttestationGPUReport {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseAttestationGPUReport();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 8) {\n break;\n }\n\n message.deviceIndex = reader.uint32();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.report = reader.string();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): AttestationGPUReport {\n return {\n deviceIndex: isSet(object.device_index) ? globalThis.Number(object.device_index) : 0,\n report: isSet(object.report) ? globalThis.String(object.report) : \"\",\n };\n },\n\n toJSON(message: AttestationGPUReport): unknown {\n const obj: any = {};\n if (message.deviceIndex !== 0) {\n obj.device_index = Math.round(message.deviceIndex);\n }\n if (message.report !== \"\") {\n obj.report = message.report;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<AttestationGPUReport>): AttestationGPUReport {\n const message = createBaseAttestationGPUReport();\n message.deviceIndex = object.deviceIndex ?? 0;\n message.report = object.report ?? \"\";\n return message;\n },\n};\n\nfunction createBaseAttestationQuoteResponse(): AttestationQuoteResponse {\n return { report: \"\", certChain: \"\", teePlatform: \"\", auxblob: \"\", gpuReports: [], tlsBound: false };\n}\n\nexport const AttestationQuoteResponse: MessageFns<\n AttestationQuoteResponse,\n \"akash.provider.lease.v1.AttestationQuoteResponse\"\n> = {\n $type: \"akash.provider.lease.v1.AttestationQuoteResponse\" as const,\n\n encode(message: AttestationQuoteResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.report !== \"\") {\n writer.uint32(10).string(message.report);\n }\n if (message.certChain !== \"\") {\n writer.uint32(18).string(message.certChain);\n }\n if (message.teePlatform !== \"\") {\n writer.uint32(26).string(message.teePlatform);\n }\n if (message.auxblob !== \"\") {\n writer.uint32(34).string(message.auxblob);\n }\n for (const v of message.gpuReports) {\n AttestationGPUReport.encode(v!, writer.uint32(42).fork()).join();\n }\n if (message.tlsBound !== false) {\n writer.uint32(48).bool(message.tlsBound);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): AttestationQuoteResponse {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseAttestationQuoteResponse();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.report = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.certChain = reader.string();\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.teePlatform = reader.string();\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.auxblob = reader.string();\n continue;\n }\n case 5: {\n if (tag !== 42) {\n break;\n }\n\n message.gpuReports.push(AttestationGPUReport.decode(reader, reader.uint32()));\n continue;\n }\n case 6: {\n if (tag !== 48) {\n break;\n }\n\n message.tlsBound = reader.bool();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): AttestationQuoteResponse {\n return {\n report: isSet(object.report) ? globalThis.String(object.report) : \"\",\n certChain: isSet(object.cert_chain) ? globalThis.String(object.cert_chain) : \"\",\n teePlatform: isSet(object.tee_platform) ? globalThis.String(object.tee_platform) : \"\",\n auxblob: isSet(object.auxblob) ? globalThis.String(object.auxblob) : \"\",\n gpuReports: globalThis.Array.isArray(object?.gpu_reports)\n ? object.gpu_reports.map((e: any) => AttestationGPUReport.fromJSON(e))\n : [],\n tlsBound: isSet(object.tls_bound) ? globalThis.Boolean(object.tls_bound) : false,\n };\n },\n\n toJSON(message: AttestationQuoteResponse): unknown {\n const obj: any = {};\n if (message.report !== \"\") {\n obj.report = message.report;\n }\n if (message.certChain !== \"\") {\n obj.cert_chain = message.certChain;\n }\n if (message.teePlatform !== \"\") {\n obj.tee_platform = message.teePlatform;\n }\n if (message.auxblob !== \"\") {\n obj.auxblob = message.auxblob;\n }\n if (message.gpuReports?.length) {\n obj.gpu_reports = message.gpuReports.map((e) => AttestationGPUReport.toJSON(e));\n }\n if (message.tlsBound !== false) {\n obj.tls_bound = message.tlsBound;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<AttestationQuoteResponse>): AttestationQuoteResponse {\n const message = createBaseAttestationQuoteResponse();\n message.report = object.report ?? \"\";\n message.certChain = object.certChain ?? \"\";\n message.teePlatform = object.teePlatform ?? \"\";\n message.auxblob = object.auxblob ?? \"\";\n message.gpuReports = object.gpuReports?.map((e) => AttestationGPUReport.fromPartial(e)) || [];\n message.tlsBound = object.tlsBound ?? false;\n return message;\n },\n};\n\nfunction _unused_bytesFromBase64(b64: string): Uint8Array {\n if ((globalThis as any).Buffer) {\n return Uint8Array.from((globalThis as any).Buffer.from(b64, \"base64\"));\n } else {\n const bin = globalThis.atob(b64);\n const arr = new Uint8Array(bin.length);\n for (let i = 0; i < bin.length; ++i) {\n arr[i] = bin.charCodeAt(i);\n }\n return arr;\n }\n}\n\nfunction _unused_base64FromBytes(arr: Uint8Array): string {\n if ((globalThis as any).Buffer) {\n return (globalThis as any).Buffer.from(arr).toString(\"base64\");\n } else {\n const bin: string[] = [];\n arr.forEach((byte) => {\n bin.push(globalThis.String.fromCharCode(byte));\n });\n return globalThis.btoa(bin.join(\"\"));\n }\n}\n\ntype Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;\n\ntype _unused_DeepPartial<T> = T extends Builtin ? T\n : T extends Long ? string | number | Long : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>>\n : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>\n : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }\n : Partial<T>;\n\nfunction _unused_isSet(value: any): boolean {\n return value !== null && value !== undefined;\n}\n\ninterface _unused_MessageFns<T, V extends string> {\n readonly $type: V;\n encode(message: T, writer?: BinaryWriter): BinaryWriter;\n decode(input: BinaryReader | Uint8Array, length?: number): T;\n fromJSON(object: any): T;\n toJSON(message: T): unknown;\n create(base?: DeepPartial<T>): T;\n fromPartial(object: DeepPartial<T>): T;\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
6
|
"names": ["Long"]
|
|
7
7
|
}
|
|
@@ -66,6 +66,16 @@ const LeaseRPC = {
|
|
|
66
66
|
get parent() {
|
|
67
67
|
return LeaseRPC;
|
|
68
68
|
}
|
|
69
|
+
},
|
|
70
|
+
attestationQuote: {
|
|
71
|
+
name: "AttestationQuote",
|
|
72
|
+
httpMethod: "post",
|
|
73
|
+
httpPath: "/v1/lease/attestation/quote",
|
|
74
|
+
input: import_service.AttestationQuoteRequest,
|
|
75
|
+
output: import_service.AttestationQuoteResponse,
|
|
76
|
+
get parent() {
|
|
77
|
+
return LeaseRPC;
|
|
78
|
+
}
|
|
69
79
|
}
|
|
70
80
|
}
|
|
71
81
|
};
|