@wowok/agent-mcp 2.3.14 → 2.3.18
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/config/index.d.ts +1 -0
- package/dist/config/index.js +1 -0
- package/dist/config/runtime.d.ts +26 -0
- package/dist/config/runtime.js +217 -0
- package/dist/customer/index.d.ts +9 -0
- package/dist/customer/index.js +9 -0
- package/dist/customer/industry-risks.d.ts +40 -0
- package/dist/customer/industry-risks.js +438 -0
- package/dist/customer/info-puzzle.d.ts +102 -0
- package/dist/customer/info-puzzle.js +312 -0
- package/dist/customer/order-monitor.d.ts +75 -0
- package/dist/customer/order-monitor.js +327 -0
- package/dist/customer/order-strategy.d.ts +36 -0
- package/dist/customer/order-strategy.js +373 -0
- package/dist/customer/post-purchase.d.ts +42 -0
- package/dist/customer/post-purchase.js +350 -0
- package/dist/customer/reminder-system.d.ts +42 -0
- package/dist/customer/reminder-system.js +295 -0
- package/dist/customer/risk-assessment.d.ts +8 -0
- package/dist/customer/risk-assessment.js +337 -0
- package/dist/customer/types.d.ts +193 -0
- package/dist/customer/types.js +13 -0
- package/dist/customer/user-preferences.d.ts +70 -0
- package/dist/customer/user-preferences.js +460 -0
- package/dist/experience/experience-reuse.d.ts +10 -0
- package/dist/experience/experience-reuse.js +103 -0
- package/dist/experience/index.d.ts +6 -0
- package/dist/experience/index.js +5 -0
- package/dist/experience/intent-distill.d.ts +3 -0
- package/dist/experience/intent-distill.js +83 -0
- package/dist/experience/realtime-feedback.d.ts +5 -0
- package/dist/experience/realtime-feedback.js +94 -0
- package/dist/experience/types.d.ts +50 -0
- package/dist/experience/types.js +1 -0
- package/dist/experience/user-profile.d.ts +25 -0
- package/dist/experience/user-profile.js +171 -0
- package/dist/index.js +842 -371
- package/dist/knowledge/acquisition-flywheel.d.ts +53 -0
- package/dist/knowledge/acquisition-flywheel.js +192 -0
- package/dist/knowledge/arbitration-trust.d.ts +24 -0
- package/dist/knowledge/arbitration-trust.js +117 -0
- package/dist/knowledge/audit-rules.d.ts +28 -0
- package/dist/knowledge/audit-rules.js +141 -0
- package/dist/knowledge/demand-matching.d.ts +29 -0
- package/dist/knowledge/demand-matching.js +132 -0
- package/dist/knowledge/dynamic-pricing.d.ts +31 -0
- package/dist/knowledge/dynamic-pricing.js +87 -0
- package/dist/knowledge/flywheel-loop.d.ts +87 -0
- package/dist/knowledge/flywheel-loop.js +378 -0
- package/dist/knowledge/glossary.d.ts +18 -0
- package/dist/knowledge/glossary.js +209 -0
- package/dist/knowledge/guard-ledger.d.ts +19 -0
- package/dist/knowledge/guard-ledger.js +219 -0
- package/dist/knowledge/guard-puzzle.d.ts +93 -0
- package/dist/knowledge/guard-puzzle.js +278 -0
- package/dist/knowledge/guard-risk.d.ts +60 -0
- package/dist/knowledge/guard-risk.js +474 -0
- package/dist/knowledge/guard-translation.d.ts +46 -0
- package/dist/knowledge/guard-translation.js +487 -0
- package/dist/knowledge/index.d.ts +77 -0
- package/dist/knowledge/index.js +79 -0
- package/dist/knowledge/industry-evolution.d.ts +82 -0
- package/dist/knowledge/industry-evolution.js +323 -0
- package/dist/knowledge/industry-generalizer.d.ts +17 -0
- package/dist/knowledge/industry-generalizer.js +381 -0
- package/dist/knowledge/industry-registry.d.ts +48 -0
- package/dist/knowledge/industry-registry.js +187 -0
- package/dist/knowledge/intent-metrics.d.ts +42 -0
- package/dist/knowledge/intent-metrics.js +566 -0
- package/dist/knowledge/process-model.d.ts +24 -0
- package/dist/knowledge/process-model.js +160 -0
- package/dist/knowledge/reputation-rules.d.ts +42 -0
- package/dist/knowledge/reputation-rules.js +99 -0
- package/dist/knowledge/reward-templates.d.ts +25 -0
- package/dist/knowledge/reward-templates.js +125 -0
- package/dist/knowledge/safety-rules.d.ts +36 -0
- package/dist/knowledge/safety-rules.js +232 -0
- package/dist/knowledge/tool-constraints.d.ts +30 -0
- package/dist/knowledge/tool-constraints.js +175 -0
- package/dist/knowledge/trust-metrics.d.ts +37 -0
- package/dist/knowledge/trust-metrics.js +138 -0
- package/dist/loop-engineering/diagnose.d.ts +3 -2
- package/dist/loop-engineering/diagnose.js +94 -0
- package/dist/loop-engineering/improve.d.ts +1 -1
- package/dist/loop-engineering/improve.js +52 -1
- package/dist/project/graph.d.ts +71 -0
- package/dist/project/graph.js +314 -0
- package/dist/project/index.d.ts +62 -0
- package/dist/project/index.js +167 -0
- package/dist/project/namespace.d.ts +62 -0
- package/dist/project/namespace.js +181 -0
- package/dist/project/query.d.ts +40 -0
- package/dist/project/query.js +110 -0
- package/dist/safety/confirm-gate.d.ts +17 -0
- package/dist/safety/confirm-gate.js +88 -0
- package/dist/safety/index.d.ts +3 -0
- package/dist/safety/index.js +3 -0
- package/dist/safety/preview.d.ts +2 -0
- package/dist/safety/preview.js +36 -0
- package/dist/schema/call/allocation.d.ts +39 -14
- package/dist/schema/call/arbitration.d.ts +187 -162
- package/dist/schema/call/base.d.ts +1971 -87
- package/dist/schema/call/base.js +135 -3
- package/dist/schema/call/bridge-handler.js +15 -2
- package/dist/schema/call/bridge.d.ts +1478 -53
- package/dist/schema/call/bridge.js +50 -2
- package/dist/schema/call/contact.d.ts +25 -0
- package/dist/schema/call/demand.d.ts +79 -54
- package/dist/schema/call/guard.d.ts +125 -50
- package/dist/schema/call/handler.d.ts +3 -0
- package/dist/schema/call/handler.js +60 -14
- package/dist/schema/call/machine.d.ts +988 -938
- package/dist/schema/call/order.d.ts +25 -0
- package/dist/schema/call/payment.d.ts +25 -0
- package/dist/schema/call/permission.d.ts +244 -219
- package/dist/schema/call/personal.d.ts +25 -0
- package/dist/schema/call/progress.d.ts +25 -0
- package/dist/schema/call/proof.d.ts +62 -12
- package/dist/schema/call/proof.js +3 -3
- package/dist/schema/call/repository.d.ts +101 -76
- package/dist/schema/call/reward.d.ts +55 -30
- package/dist/schema/call/semantic.d.ts +10 -2
- package/dist/schema/call/semantic.js +616 -11
- package/dist/schema/call/service.d.ts +442 -417
- package/dist/schema/call/treasury.d.ts +25 -0
- package/dist/schema/common/index.js +3 -3
- package/dist/schema/config/index.d.ts +18 -0
- package/dist/schema/config/index.js +17 -0
- package/dist/schema/index.d.ts +6 -0
- package/dist/schema/index.js +5 -0
- package/dist/schema/local/index.d.ts +237 -81
- package/dist/schema/local/index.js +42 -6
- package/dist/schema/messenger/index.d.ts +1018 -79
- package/dist/schema/messenger/index.js +26 -17
- package/dist/schema/operations.d.ts +3192 -1746
- package/dist/schema/operations.js +93 -98
- package/dist/schema/project/index.d.ts +21 -0
- package/dist/schema/project/index.js +32 -0
- package/dist/schema/query/index.d.ts +2762 -1856
- package/dist/schema/query/index.js +38 -35
- package/dist/schema/schema-query/index.d.ts +33 -0
- package/dist/schema/schema-query/index.js +36 -0
- package/dist/schema/schema-version.d.ts +25 -0
- package/dist/schema/schema-version.js +76 -0
- package/dist/schema/trust/index.d.ts +407 -0
- package/dist/schema/trust/index.js +113 -0
- package/dist/schemas/account_operation.output.json +25 -16
- package/dist/schemas/account_operation.schema.json +1 -1
- package/dist/schemas/bridge_operation.output.json +744 -0
- package/dist/schemas/bridge_operation.schema.json +82 -8
- package/dist/schemas/config_operation.output.json +18 -0
- package/dist/schemas/config_operation.schema.json +34 -0
- package/dist/schemas/guard-node-schema.json +82 -0
- package/dist/schemas/guard2file.schema.json +23 -0
- package/dist/schemas/index.json +19 -1
- package/dist/schemas/local_info_operation.output.json +23 -0
- package/dist/schemas/local_info_operation.schema.json +1 -1
- package/dist/schemas/local_mark_operation.output.json +24 -1
- package/dist/schemas/local_mark_operation.schema.json +4 -4
- package/dist/schemas/machineNode2file.schema.json +23 -0
- package/dist/schemas/messenger_operation.output.json +752 -0
- package/dist/schemas/onchain_events.output.json +718 -0
- package/dist/schemas/onchain_operations.output.json +627 -18
- package/dist/schemas/onchain_operations.schema.json +115 -39
- package/dist/schemas/onchain_operations_allocation.schema.json +23 -0
- package/dist/schemas/onchain_operations_arbitration.schema.json +23 -0
- package/dist/schemas/onchain_operations_contact.schema.json +23 -0
- package/dist/schemas/onchain_operations_demand.schema.json +23 -0
- package/dist/schemas/onchain_operations_gen_passport.schema.json +46 -0
- package/dist/schemas/onchain_operations_guard.schema.json +26 -16
- package/dist/schemas/onchain_operations_machine.schema.json +89 -23
- package/dist/schemas/onchain_operations_order.schema.json +23 -0
- package/dist/schemas/onchain_operations_payment.schema.json +23 -0
- package/dist/schemas/onchain_operations_permission.schema.json +23 -0
- package/dist/schemas/onchain_operations_personal.schema.json +23 -0
- package/dist/schemas/onchain_operations_progress.schema.json +23 -0
- package/dist/schemas/onchain_operations_repository.schema.json +23 -0
- package/dist/schemas/onchain_operations_reward.schema.json +23 -0
- package/dist/schemas/onchain_operations_service.schema.json +23 -0
- package/dist/schemas/onchain_operations_treasury.schema.json +23 -0
- package/dist/schemas/onchain_table_data.output.json +939 -69
- package/dist/schemas/onchain_table_data.schema.json +2 -2
- package/dist/schemas/project_operation.output.json +18 -0
- package/dist/schemas/project_operation.schema.json +42 -0
- package/dist/schemas/query_toolkit.schema.json +360 -368
- package/dist/schemas/schema_query.schema.json +6 -3
- package/dist/schemas/trust_score.output.json +327 -0
- package/dist/schemas/trust_score.schema.json +46 -0
- package/package.json +2 -2
|
@@ -1133,6 +1133,7 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1133
1133
|
}>, "many">;
|
|
1134
1134
|
}, "strip", z.ZodTypeAny, {
|
|
1135
1135
|
description: string;
|
|
1136
|
+
threshold: string | number;
|
|
1136
1137
|
allocators: {
|
|
1137
1138
|
guard: string;
|
|
1138
1139
|
sharing: {
|
|
@@ -1152,9 +1153,9 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1152
1153
|
max?: string | number | null | undefined;
|
|
1153
1154
|
fix?: string | number | undefined;
|
|
1154
1155
|
}[];
|
|
1155
|
-
threshold: string | number;
|
|
1156
1156
|
}, {
|
|
1157
1157
|
description: string;
|
|
1158
|
+
threshold: string | number;
|
|
1158
1159
|
allocators: {
|
|
1159
1160
|
guard: string;
|
|
1160
1161
|
sharing: {
|
|
@@ -1174,7 +1175,6 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1174
1175
|
max?: string | number | null | undefined;
|
|
1175
1176
|
fix?: string | number | undefined;
|
|
1176
1177
|
}[];
|
|
1177
|
-
threshold: string | number;
|
|
1178
1178
|
}>, z.ZodNull]>>;
|
|
1179
1179
|
buy_guard: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodNull]>>;
|
|
1180
1180
|
compensation_fund_add: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -1289,48 +1289,31 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1289
1289
|
};
|
|
1290
1290
|
description?: string | undefined;
|
|
1291
1291
|
publish?: boolean | undefined;
|
|
1292
|
+
buy_guard?: string | null | undefined;
|
|
1292
1293
|
machine?: string | null | undefined;
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1294
|
+
order_allocators?: {
|
|
1295
|
+
description: string;
|
|
1296
|
+
threshold: string | number;
|
|
1297
|
+
allocators: {
|
|
1298
|
+
guard: string;
|
|
1299
|
+
sharing: {
|
|
1300
|
+
sharing: string | number;
|
|
1301
|
+
who: {
|
|
1302
|
+
GuardIdentifier: number;
|
|
1303
|
+
} | {
|
|
1304
|
+
Entity: {
|
|
1305
|
+
name_or_address?: string | undefined;
|
|
1306
|
+
local_mark_first?: boolean | undefined;
|
|
1307
|
+
};
|
|
1308
|
+
} | {
|
|
1309
|
+
Signer: "signer";
|
|
1310
|
+
};
|
|
1311
|
+
mode: "Amount" | "Rate" | "Surplus";
|
|
1299
1312
|
}[];
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
count: number;
|
|
1303
|
-
discount_type: import("@wowok/wowok").DiscountType;
|
|
1304
|
-
transferable: boolean;
|
|
1305
|
-
discount_value: string | number;
|
|
1306
|
-
time_ms_end: number;
|
|
1307
|
-
benchmark?: string | number | undefined;
|
|
1308
|
-
time_ms_start?: number | undefined;
|
|
1309
|
-
} | undefined;
|
|
1310
|
-
location?: string | undefined;
|
|
1311
|
-
owner_receive?: {
|
|
1312
|
-
received: {
|
|
1313
|
-
id: string;
|
|
1314
|
-
balance: string | number;
|
|
1315
|
-
payment: string;
|
|
1313
|
+
max?: string | number | null | undefined;
|
|
1314
|
+
fix?: string | number | undefined;
|
|
1316
1315
|
}[];
|
|
1317
|
-
|
|
1318
|
-
token_type: string;
|
|
1319
|
-
} | "recently" | {
|
|
1320
|
-
type: string;
|
|
1321
|
-
id: string;
|
|
1322
|
-
content_raw?: any;
|
|
1323
|
-
}[] | undefined;
|
|
1324
|
-
rewards?: {
|
|
1325
|
-
op: "set" | "add";
|
|
1326
|
-
objects: string[];
|
|
1327
|
-
} | {
|
|
1328
|
-
op: "remove";
|
|
1329
|
-
objects: string[];
|
|
1330
|
-
} | {
|
|
1331
|
-
op: "clear";
|
|
1332
|
-
} | undefined;
|
|
1333
|
-
um?: string | null | undefined;
|
|
1316
|
+
} | null | undefined;
|
|
1334
1317
|
sales?: {
|
|
1335
1318
|
op: "add";
|
|
1336
1319
|
sales: {
|
|
@@ -1357,7 +1340,24 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1357
1340
|
} | {
|
|
1358
1341
|
op: "clear";
|
|
1359
1342
|
} | undefined;
|
|
1360
|
-
|
|
1343
|
+
discount?: {
|
|
1344
|
+
name: string;
|
|
1345
|
+
recipient: {
|
|
1346
|
+
entities: {
|
|
1347
|
+
name_or_address?: string | undefined;
|
|
1348
|
+
local_mark_first?: boolean | undefined;
|
|
1349
|
+
}[];
|
|
1350
|
+
check_all_founded?: boolean | undefined;
|
|
1351
|
+
};
|
|
1352
|
+
count: number;
|
|
1353
|
+
discount_type: import("@wowok/wowok").DiscountType;
|
|
1354
|
+
transferable: boolean;
|
|
1355
|
+
discount_value: string | number;
|
|
1356
|
+
time_ms_end: number;
|
|
1357
|
+
benchmark?: string | number | undefined;
|
|
1358
|
+
time_ms_start?: number | undefined;
|
|
1359
|
+
} | undefined;
|
|
1360
|
+
rewards?: {
|
|
1361
1361
|
op: "set" | "add";
|
|
1362
1362
|
objects: string[];
|
|
1363
1363
|
} | {
|
|
@@ -1366,8 +1366,6 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1366
1366
|
} | {
|
|
1367
1367
|
op: "clear";
|
|
1368
1368
|
} | undefined;
|
|
1369
|
-
buy_guard?: string | null | undefined;
|
|
1370
|
-
customer_required?: string[] | undefined;
|
|
1371
1369
|
arbitrations?: {
|
|
1372
1370
|
op: "set" | "add";
|
|
1373
1371
|
objects: string[];
|
|
@@ -1377,30 +1375,32 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1377
1375
|
} | {
|
|
1378
1376
|
op: "clear";
|
|
1379
1377
|
} | undefined;
|
|
1380
|
-
order_allocators?: {
|
|
1381
|
-
description: string;
|
|
1382
|
-
allocators: {
|
|
1383
|
-
guard: string;
|
|
1384
|
-
sharing: {
|
|
1385
|
-
sharing: string | number;
|
|
1386
|
-
who: {
|
|
1387
|
-
GuardIdentifier: number;
|
|
1388
|
-
} | {
|
|
1389
|
-
Entity: {
|
|
1390
|
-
name_or_address?: string | undefined;
|
|
1391
|
-
local_mark_first?: boolean | undefined;
|
|
1392
|
-
};
|
|
1393
|
-
} | {
|
|
1394
|
-
Signer: "signer";
|
|
1395
|
-
};
|
|
1396
|
-
mode: "Amount" | "Rate" | "Surplus";
|
|
1397
|
-
}[];
|
|
1398
|
-
max?: string | number | null | undefined;
|
|
1399
|
-
fix?: string | number | undefined;
|
|
1400
|
-
}[];
|
|
1401
|
-
threshold: string | number;
|
|
1402
|
-
} | null | undefined;
|
|
1403
1378
|
pause?: boolean | undefined;
|
|
1379
|
+
location?: string | undefined;
|
|
1380
|
+
owner_receive?: {
|
|
1381
|
+
received: {
|
|
1382
|
+
id: string;
|
|
1383
|
+
balance: string | number;
|
|
1384
|
+
payment: string;
|
|
1385
|
+
}[];
|
|
1386
|
+
balance: string | number;
|
|
1387
|
+
token_type: string;
|
|
1388
|
+
} | "recently" | {
|
|
1389
|
+
type: string;
|
|
1390
|
+
id: string;
|
|
1391
|
+
content_raw?: any;
|
|
1392
|
+
}[] | undefined;
|
|
1393
|
+
um?: string | null | undefined;
|
|
1394
|
+
repositories?: {
|
|
1395
|
+
op: "set" | "add";
|
|
1396
|
+
objects: string[];
|
|
1397
|
+
} | {
|
|
1398
|
+
op: "remove";
|
|
1399
|
+
objects: string[];
|
|
1400
|
+
} | {
|
|
1401
|
+
op: "clear";
|
|
1402
|
+
} | undefined;
|
|
1403
|
+
customer_required?: string[] | undefined;
|
|
1404
1404
|
order_new?: {
|
|
1405
1405
|
buy: {
|
|
1406
1406
|
items: {
|
|
@@ -1481,48 +1481,31 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1481
1481
|
};
|
|
1482
1482
|
description?: string | undefined;
|
|
1483
1483
|
publish?: boolean | undefined;
|
|
1484
|
+
buy_guard?: string | null | undefined;
|
|
1484
1485
|
machine?: string | null | undefined;
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1486
|
+
order_allocators?: {
|
|
1487
|
+
description: string;
|
|
1488
|
+
threshold: string | number;
|
|
1489
|
+
allocators: {
|
|
1490
|
+
guard: string;
|
|
1491
|
+
sharing: {
|
|
1492
|
+
sharing: string | number;
|
|
1493
|
+
who: {
|
|
1494
|
+
GuardIdentifier: number;
|
|
1495
|
+
} | {
|
|
1496
|
+
Entity: {
|
|
1497
|
+
name_or_address?: string | undefined;
|
|
1498
|
+
local_mark_first?: boolean | undefined;
|
|
1499
|
+
};
|
|
1500
|
+
} | {
|
|
1501
|
+
Signer: "signer";
|
|
1502
|
+
};
|
|
1503
|
+
mode: "Amount" | "Rate" | "Surplus";
|
|
1491
1504
|
}[];
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
count: number;
|
|
1495
|
-
discount_type: import("@wowok/wowok").DiscountType;
|
|
1496
|
-
transferable: boolean;
|
|
1497
|
-
discount_value: string | number;
|
|
1498
|
-
time_ms_end: number;
|
|
1499
|
-
benchmark?: string | number | undefined;
|
|
1500
|
-
time_ms_start?: number | undefined;
|
|
1501
|
-
} | undefined;
|
|
1502
|
-
location?: string | undefined;
|
|
1503
|
-
owner_receive?: {
|
|
1504
|
-
received: {
|
|
1505
|
-
id: string;
|
|
1506
|
-
balance: string | number;
|
|
1507
|
-
payment: string;
|
|
1505
|
+
max?: string | number | null | undefined;
|
|
1506
|
+
fix?: string | number | undefined;
|
|
1508
1507
|
}[];
|
|
1509
|
-
|
|
1510
|
-
token_type: string;
|
|
1511
|
-
} | "recently" | {
|
|
1512
|
-
type: string;
|
|
1513
|
-
id: string;
|
|
1514
|
-
content_raw?: any;
|
|
1515
|
-
}[] | undefined;
|
|
1516
|
-
rewards?: {
|
|
1517
|
-
op: "set" | "add";
|
|
1518
|
-
objects: string[];
|
|
1519
|
-
} | {
|
|
1520
|
-
op: "remove";
|
|
1521
|
-
objects: string[];
|
|
1522
|
-
} | {
|
|
1523
|
-
op: "clear";
|
|
1524
|
-
} | undefined;
|
|
1525
|
-
um?: string | null | undefined;
|
|
1508
|
+
} | null | undefined;
|
|
1526
1509
|
sales?: {
|
|
1527
1510
|
op: "add";
|
|
1528
1511
|
sales: {
|
|
@@ -1549,7 +1532,24 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1549
1532
|
} | {
|
|
1550
1533
|
op: "clear";
|
|
1551
1534
|
} | undefined;
|
|
1552
|
-
|
|
1535
|
+
discount?: {
|
|
1536
|
+
name: string;
|
|
1537
|
+
recipient: {
|
|
1538
|
+
entities: {
|
|
1539
|
+
name_or_address?: string | undefined;
|
|
1540
|
+
local_mark_first?: boolean | undefined;
|
|
1541
|
+
}[];
|
|
1542
|
+
check_all_founded?: boolean | undefined;
|
|
1543
|
+
};
|
|
1544
|
+
count: number;
|
|
1545
|
+
discount_type: import("@wowok/wowok").DiscountType;
|
|
1546
|
+
transferable: boolean;
|
|
1547
|
+
discount_value: string | number;
|
|
1548
|
+
time_ms_end: number;
|
|
1549
|
+
benchmark?: string | number | undefined;
|
|
1550
|
+
time_ms_start?: number | undefined;
|
|
1551
|
+
} | undefined;
|
|
1552
|
+
rewards?: {
|
|
1553
1553
|
op: "set" | "add";
|
|
1554
1554
|
objects: string[];
|
|
1555
1555
|
} | {
|
|
@@ -1558,8 +1558,6 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1558
1558
|
} | {
|
|
1559
1559
|
op: "clear";
|
|
1560
1560
|
} | undefined;
|
|
1561
|
-
buy_guard?: string | null | undefined;
|
|
1562
|
-
customer_required?: string[] | undefined;
|
|
1563
1561
|
arbitrations?: {
|
|
1564
1562
|
op: "set" | "add";
|
|
1565
1563
|
objects: string[];
|
|
@@ -1569,47 +1567,49 @@ export declare const CallService_DataSchema: z.ZodObject<{
|
|
|
1569
1567
|
} | {
|
|
1570
1568
|
op: "clear";
|
|
1571
1569
|
} | undefined;
|
|
1572
|
-
order_allocators?: {
|
|
1573
|
-
description: string;
|
|
1574
|
-
allocators: {
|
|
1575
|
-
guard: string;
|
|
1576
|
-
sharing: {
|
|
1577
|
-
sharing: string | number;
|
|
1578
|
-
who: {
|
|
1579
|
-
GuardIdentifier: number;
|
|
1580
|
-
} | {
|
|
1581
|
-
Entity: {
|
|
1582
|
-
name_or_address?: string | undefined;
|
|
1583
|
-
local_mark_first?: boolean | undefined;
|
|
1584
|
-
};
|
|
1585
|
-
} | {
|
|
1586
|
-
Signer: "signer";
|
|
1587
|
-
};
|
|
1588
|
-
mode: "Amount" | "Rate" | "Surplus";
|
|
1589
|
-
}[];
|
|
1590
|
-
max?: string | number | null | undefined;
|
|
1591
|
-
fix?: string | number | undefined;
|
|
1592
|
-
}[];
|
|
1593
|
-
threshold: string | number;
|
|
1594
|
-
} | null | undefined;
|
|
1595
1570
|
pause?: boolean | undefined;
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1571
|
+
location?: string | undefined;
|
|
1572
|
+
owner_receive?: {
|
|
1573
|
+
received: {
|
|
1574
|
+
id: string;
|
|
1575
|
+
balance: string | number;
|
|
1576
|
+
payment: string;
|
|
1577
|
+
}[];
|
|
1578
|
+
balance: string | number;
|
|
1579
|
+
token_type: string;
|
|
1580
|
+
} | "recently" | {
|
|
1581
|
+
type: string;
|
|
1582
|
+
id: string;
|
|
1583
|
+
content_raw?: any;
|
|
1584
|
+
}[] | undefined;
|
|
1585
|
+
um?: string | null | undefined;
|
|
1586
|
+
repositories?: {
|
|
1587
|
+
op: "set" | "add";
|
|
1588
|
+
objects: string[];
|
|
1589
|
+
} | {
|
|
1590
|
+
op: "remove";
|
|
1591
|
+
objects: string[];
|
|
1592
|
+
} | {
|
|
1593
|
+
op: "clear";
|
|
1594
|
+
} | undefined;
|
|
1595
|
+
customer_required?: string[] | undefined;
|
|
1596
|
+
order_new?: {
|
|
1597
|
+
buy: {
|
|
1598
|
+
items: {
|
|
1599
|
+
name: string;
|
|
1600
|
+
stock: string | number;
|
|
1601
|
+
wip_hash: string;
|
|
1602
|
+
}[];
|
|
1603
|
+
total_pay: {
|
|
1604
|
+
balance: string | number;
|
|
1605
|
+
} | {
|
|
1606
|
+
coin: string;
|
|
1607
|
+
};
|
|
1608
|
+
discount?: string | undefined;
|
|
1609
|
+
payment_remark?: string | undefined;
|
|
1610
|
+
payment_index?: number | undefined;
|
|
1611
|
+
};
|
|
1612
|
+
transfer?: {
|
|
1613
1613
|
name_or_address?: string | undefined;
|
|
1614
1614
|
local_mark_first?: boolean | undefined;
|
|
1615
1615
|
} | undefined;
|
|
@@ -2312,6 +2312,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2312
2312
|
}>, "many">;
|
|
2313
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2314
2314
|
description: string;
|
|
2315
|
+
threshold: string | number;
|
|
2315
2316
|
allocators: {
|
|
2316
2317
|
guard: string;
|
|
2317
2318
|
sharing: {
|
|
@@ -2331,9 +2332,9 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2331
2332
|
max?: string | number | null | undefined;
|
|
2332
2333
|
fix?: string | number | undefined;
|
|
2333
2334
|
}[];
|
|
2334
|
-
threshold: string | number;
|
|
2335
2335
|
}, {
|
|
2336
2336
|
description: string;
|
|
2337
|
+
threshold: string | number;
|
|
2337
2338
|
allocators: {
|
|
2338
2339
|
guard: string;
|
|
2339
2340
|
sharing: {
|
|
@@ -2353,7 +2354,6 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2353
2354
|
max?: string | number | null | undefined;
|
|
2354
2355
|
fix?: string | number | undefined;
|
|
2355
2356
|
}[];
|
|
2356
|
-
threshold: string | number;
|
|
2357
2357
|
}>, z.ZodNull]>>;
|
|
2358
2358
|
buy_guard: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodNull]>>;
|
|
2359
2359
|
compensation_fund_add: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -2468,48 +2468,31 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2468
2468
|
};
|
|
2469
2469
|
description?: string | undefined;
|
|
2470
2470
|
publish?: boolean | undefined;
|
|
2471
|
+
buy_guard?: string | null | undefined;
|
|
2471
2472
|
machine?: string | null | undefined;
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2473
|
+
order_allocators?: {
|
|
2474
|
+
description: string;
|
|
2475
|
+
threshold: string | number;
|
|
2476
|
+
allocators: {
|
|
2477
|
+
guard: string;
|
|
2478
|
+
sharing: {
|
|
2479
|
+
sharing: string | number;
|
|
2480
|
+
who: {
|
|
2481
|
+
GuardIdentifier: number;
|
|
2482
|
+
} | {
|
|
2483
|
+
Entity: {
|
|
2484
|
+
name_or_address?: string | undefined;
|
|
2485
|
+
local_mark_first?: boolean | undefined;
|
|
2486
|
+
};
|
|
2487
|
+
} | {
|
|
2488
|
+
Signer: "signer";
|
|
2489
|
+
};
|
|
2490
|
+
mode: "Amount" | "Rate" | "Surplus";
|
|
2478
2491
|
}[];
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
count: number;
|
|
2482
|
-
discount_type: import("@wowok/wowok").DiscountType;
|
|
2483
|
-
transferable: boolean;
|
|
2484
|
-
discount_value: string | number;
|
|
2485
|
-
time_ms_end: number;
|
|
2486
|
-
benchmark?: string | number | undefined;
|
|
2487
|
-
time_ms_start?: number | undefined;
|
|
2488
|
-
} | undefined;
|
|
2489
|
-
location?: string | undefined;
|
|
2490
|
-
owner_receive?: {
|
|
2491
|
-
received: {
|
|
2492
|
-
id: string;
|
|
2493
|
-
balance: string | number;
|
|
2494
|
-
payment: string;
|
|
2492
|
+
max?: string | number | null | undefined;
|
|
2493
|
+
fix?: string | number | undefined;
|
|
2495
2494
|
}[];
|
|
2496
|
-
|
|
2497
|
-
token_type: string;
|
|
2498
|
-
} | "recently" | {
|
|
2499
|
-
type: string;
|
|
2500
|
-
id: string;
|
|
2501
|
-
content_raw?: any;
|
|
2502
|
-
}[] | undefined;
|
|
2503
|
-
rewards?: {
|
|
2504
|
-
op: "set" | "add";
|
|
2505
|
-
objects: string[];
|
|
2506
|
-
} | {
|
|
2507
|
-
op: "remove";
|
|
2508
|
-
objects: string[];
|
|
2509
|
-
} | {
|
|
2510
|
-
op: "clear";
|
|
2511
|
-
} | undefined;
|
|
2512
|
-
um?: string | null | undefined;
|
|
2495
|
+
} | null | undefined;
|
|
2513
2496
|
sales?: {
|
|
2514
2497
|
op: "add";
|
|
2515
2498
|
sales: {
|
|
@@ -2536,7 +2519,24 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2536
2519
|
} | {
|
|
2537
2520
|
op: "clear";
|
|
2538
2521
|
} | undefined;
|
|
2539
|
-
|
|
2522
|
+
discount?: {
|
|
2523
|
+
name: string;
|
|
2524
|
+
recipient: {
|
|
2525
|
+
entities: {
|
|
2526
|
+
name_or_address?: string | undefined;
|
|
2527
|
+
local_mark_first?: boolean | undefined;
|
|
2528
|
+
}[];
|
|
2529
|
+
check_all_founded?: boolean | undefined;
|
|
2530
|
+
};
|
|
2531
|
+
count: number;
|
|
2532
|
+
discount_type: import("@wowok/wowok").DiscountType;
|
|
2533
|
+
transferable: boolean;
|
|
2534
|
+
discount_value: string | number;
|
|
2535
|
+
time_ms_end: number;
|
|
2536
|
+
benchmark?: string | number | undefined;
|
|
2537
|
+
time_ms_start?: number | undefined;
|
|
2538
|
+
} | undefined;
|
|
2539
|
+
rewards?: {
|
|
2540
2540
|
op: "set" | "add";
|
|
2541
2541
|
objects: string[];
|
|
2542
2542
|
} | {
|
|
@@ -2545,8 +2545,6 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2545
2545
|
} | {
|
|
2546
2546
|
op: "clear";
|
|
2547
2547
|
} | undefined;
|
|
2548
|
-
buy_guard?: string | null | undefined;
|
|
2549
|
-
customer_required?: string[] | undefined;
|
|
2550
2548
|
arbitrations?: {
|
|
2551
2549
|
op: "set" | "add";
|
|
2552
2550
|
objects: string[];
|
|
@@ -2556,30 +2554,32 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2556
2554
|
} | {
|
|
2557
2555
|
op: "clear";
|
|
2558
2556
|
} | undefined;
|
|
2559
|
-
order_allocators?: {
|
|
2560
|
-
description: string;
|
|
2561
|
-
allocators: {
|
|
2562
|
-
guard: string;
|
|
2563
|
-
sharing: {
|
|
2564
|
-
sharing: string | number;
|
|
2565
|
-
who: {
|
|
2566
|
-
GuardIdentifier: number;
|
|
2567
|
-
} | {
|
|
2568
|
-
Entity: {
|
|
2569
|
-
name_or_address?: string | undefined;
|
|
2570
|
-
local_mark_first?: boolean | undefined;
|
|
2571
|
-
};
|
|
2572
|
-
} | {
|
|
2573
|
-
Signer: "signer";
|
|
2574
|
-
};
|
|
2575
|
-
mode: "Amount" | "Rate" | "Surplus";
|
|
2576
|
-
}[];
|
|
2577
|
-
max?: string | number | null | undefined;
|
|
2578
|
-
fix?: string | number | undefined;
|
|
2579
|
-
}[];
|
|
2580
|
-
threshold: string | number;
|
|
2581
|
-
} | null | undefined;
|
|
2582
2557
|
pause?: boolean | undefined;
|
|
2558
|
+
location?: string | undefined;
|
|
2559
|
+
owner_receive?: {
|
|
2560
|
+
received: {
|
|
2561
|
+
id: string;
|
|
2562
|
+
balance: string | number;
|
|
2563
|
+
payment: string;
|
|
2564
|
+
}[];
|
|
2565
|
+
balance: string | number;
|
|
2566
|
+
token_type: string;
|
|
2567
|
+
} | "recently" | {
|
|
2568
|
+
type: string;
|
|
2569
|
+
id: string;
|
|
2570
|
+
content_raw?: any;
|
|
2571
|
+
}[] | undefined;
|
|
2572
|
+
um?: string | null | undefined;
|
|
2573
|
+
repositories?: {
|
|
2574
|
+
op: "set" | "add";
|
|
2575
|
+
objects: string[];
|
|
2576
|
+
} | {
|
|
2577
|
+
op: "remove";
|
|
2578
|
+
objects: string[];
|
|
2579
|
+
} | {
|
|
2580
|
+
op: "clear";
|
|
2581
|
+
} | undefined;
|
|
2582
|
+
customer_required?: string[] | undefined;
|
|
2583
2583
|
order_new?: {
|
|
2584
2584
|
buy: {
|
|
2585
2585
|
items: {
|
|
@@ -2660,7 +2660,57 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2660
2660
|
};
|
|
2661
2661
|
description?: string | undefined;
|
|
2662
2662
|
publish?: boolean | undefined;
|
|
2663
|
+
buy_guard?: string | null | undefined;
|
|
2663
2664
|
machine?: string | null | undefined;
|
|
2665
|
+
order_allocators?: {
|
|
2666
|
+
description: string;
|
|
2667
|
+
threshold: string | number;
|
|
2668
|
+
allocators: {
|
|
2669
|
+
guard: string;
|
|
2670
|
+
sharing: {
|
|
2671
|
+
sharing: string | number;
|
|
2672
|
+
who: {
|
|
2673
|
+
GuardIdentifier: number;
|
|
2674
|
+
} | {
|
|
2675
|
+
Entity: {
|
|
2676
|
+
name_or_address?: string | undefined;
|
|
2677
|
+
local_mark_first?: boolean | undefined;
|
|
2678
|
+
};
|
|
2679
|
+
} | {
|
|
2680
|
+
Signer: "signer";
|
|
2681
|
+
};
|
|
2682
|
+
mode: "Amount" | "Rate" | "Surplus";
|
|
2683
|
+
}[];
|
|
2684
|
+
max?: string | number | null | undefined;
|
|
2685
|
+
fix?: string | number | undefined;
|
|
2686
|
+
}[];
|
|
2687
|
+
} | null | undefined;
|
|
2688
|
+
sales?: {
|
|
2689
|
+
op: "add";
|
|
2690
|
+
sales: {
|
|
2691
|
+
name: string;
|
|
2692
|
+
wip: string;
|
|
2693
|
+
price: string | number;
|
|
2694
|
+
stock: string | number;
|
|
2695
|
+
suspension: boolean;
|
|
2696
|
+
wip_hash: string;
|
|
2697
|
+
}[];
|
|
2698
|
+
} | {
|
|
2699
|
+
op: "set";
|
|
2700
|
+
sales: {
|
|
2701
|
+
name: string;
|
|
2702
|
+
wip: string;
|
|
2703
|
+
price: string | number;
|
|
2704
|
+
stock: string | number;
|
|
2705
|
+
suspension: boolean;
|
|
2706
|
+
wip_hash: string;
|
|
2707
|
+
}[];
|
|
2708
|
+
} | {
|
|
2709
|
+
op: "remove";
|
|
2710
|
+
sales_name: string[];
|
|
2711
|
+
} | {
|
|
2712
|
+
op: "clear";
|
|
2713
|
+
} | undefined;
|
|
2664
2714
|
discount?: {
|
|
2665
2715
|
name: string;
|
|
2666
2716
|
recipient: {
|
|
@@ -2678,6 +2728,25 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2678
2728
|
benchmark?: string | number | undefined;
|
|
2679
2729
|
time_ms_start?: number | undefined;
|
|
2680
2730
|
} | undefined;
|
|
2731
|
+
rewards?: {
|
|
2732
|
+
op: "set" | "add";
|
|
2733
|
+
objects: string[];
|
|
2734
|
+
} | {
|
|
2735
|
+
op: "remove";
|
|
2736
|
+
objects: string[];
|
|
2737
|
+
} | {
|
|
2738
|
+
op: "clear";
|
|
2739
|
+
} | undefined;
|
|
2740
|
+
arbitrations?: {
|
|
2741
|
+
op: "set" | "add";
|
|
2742
|
+
objects: string[];
|
|
2743
|
+
} | {
|
|
2744
|
+
op: "remove";
|
|
2745
|
+
objects: string[];
|
|
2746
|
+
} | {
|
|
2747
|
+
op: "clear";
|
|
2748
|
+
} | undefined;
|
|
2749
|
+
pause?: boolean | undefined;
|
|
2681
2750
|
location?: string | undefined;
|
|
2682
2751
|
owner_receive?: {
|
|
2683
2752
|
received: {
|
|
@@ -2692,7 +2761,8 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2692
2761
|
id: string;
|
|
2693
2762
|
content_raw?: any;
|
|
2694
2763
|
}[] | undefined;
|
|
2695
|
-
|
|
2764
|
+
um?: string | null | undefined;
|
|
2765
|
+
repositories?: {
|
|
2696
2766
|
op: "set" | "add";
|
|
2697
2767
|
objects: string[];
|
|
2698
2768
|
} | {
|
|
@@ -2701,77 +2771,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2701
2771
|
} | {
|
|
2702
2772
|
op: "clear";
|
|
2703
2773
|
} | undefined;
|
|
2704
|
-
um?: string | null | undefined;
|
|
2705
|
-
sales?: {
|
|
2706
|
-
op: "add";
|
|
2707
|
-
sales: {
|
|
2708
|
-
name: string;
|
|
2709
|
-
wip: string;
|
|
2710
|
-
price: string | number;
|
|
2711
|
-
stock: string | number;
|
|
2712
|
-
suspension: boolean;
|
|
2713
|
-
wip_hash: string;
|
|
2714
|
-
}[];
|
|
2715
|
-
} | {
|
|
2716
|
-
op: "set";
|
|
2717
|
-
sales: {
|
|
2718
|
-
name: string;
|
|
2719
|
-
wip: string;
|
|
2720
|
-
price: string | number;
|
|
2721
|
-
stock: string | number;
|
|
2722
|
-
suspension: boolean;
|
|
2723
|
-
wip_hash: string;
|
|
2724
|
-
}[];
|
|
2725
|
-
} | {
|
|
2726
|
-
op: "remove";
|
|
2727
|
-
sales_name: string[];
|
|
2728
|
-
} | {
|
|
2729
|
-
op: "clear";
|
|
2730
|
-
} | undefined;
|
|
2731
|
-
repositories?: {
|
|
2732
|
-
op: "set" | "add";
|
|
2733
|
-
objects: string[];
|
|
2734
|
-
} | {
|
|
2735
|
-
op: "remove";
|
|
2736
|
-
objects: string[];
|
|
2737
|
-
} | {
|
|
2738
|
-
op: "clear";
|
|
2739
|
-
} | undefined;
|
|
2740
|
-
buy_guard?: string | null | undefined;
|
|
2741
2774
|
customer_required?: string[] | undefined;
|
|
2742
|
-
arbitrations?: {
|
|
2743
|
-
op: "set" | "add";
|
|
2744
|
-
objects: string[];
|
|
2745
|
-
} | {
|
|
2746
|
-
op: "remove";
|
|
2747
|
-
objects: string[];
|
|
2748
|
-
} | {
|
|
2749
|
-
op: "clear";
|
|
2750
|
-
} | undefined;
|
|
2751
|
-
order_allocators?: {
|
|
2752
|
-
description: string;
|
|
2753
|
-
allocators: {
|
|
2754
|
-
guard: string;
|
|
2755
|
-
sharing: {
|
|
2756
|
-
sharing: string | number;
|
|
2757
|
-
who: {
|
|
2758
|
-
GuardIdentifier: number;
|
|
2759
|
-
} | {
|
|
2760
|
-
Entity: {
|
|
2761
|
-
name_or_address?: string | undefined;
|
|
2762
|
-
local_mark_first?: boolean | undefined;
|
|
2763
|
-
};
|
|
2764
|
-
} | {
|
|
2765
|
-
Signer: "signer";
|
|
2766
|
-
};
|
|
2767
|
-
mode: "Amount" | "Rate" | "Surplus";
|
|
2768
|
-
}[];
|
|
2769
|
-
max?: string | number | null | undefined;
|
|
2770
|
-
fix?: string | number | undefined;
|
|
2771
|
-
}[];
|
|
2772
|
-
threshold: string | number;
|
|
2773
|
-
} | null | undefined;
|
|
2774
|
-
pause?: boolean | undefined;
|
|
2775
2775
|
order_new?: {
|
|
2776
2776
|
buy: {
|
|
2777
2777
|
items: {
|
|
@@ -2842,18 +2842,33 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
2842
2842
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
2843
2843
|
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
|
|
2844
2844
|
referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2845
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
2846
|
+
user_intent_phrases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2847
|
+
project: z.ZodOptional<z.ZodString>;
|
|
2848
|
+
client_schema_version: z.ZodOptional<z.ZodString>;
|
|
2849
|
+
schema_strict_mode: z.ZodOptional<z.ZodBoolean>;
|
|
2845
2850
|
}, "strict", z.ZodTypeAny, {
|
|
2846
2851
|
account: string;
|
|
2847
2852
|
no_cache?: boolean | undefined;
|
|
2848
2853
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2849
2854
|
permission_guard?: string[] | undefined;
|
|
2850
2855
|
referrer?: string | undefined;
|
|
2856
|
+
confirmed?: boolean | undefined;
|
|
2857
|
+
user_intent_phrases?: string[] | undefined;
|
|
2858
|
+
project?: string | undefined;
|
|
2859
|
+
client_schema_version?: string | undefined;
|
|
2860
|
+
schema_strict_mode?: boolean | undefined;
|
|
2851
2861
|
}, {
|
|
2852
2862
|
no_cache?: boolean | undefined;
|
|
2853
2863
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2854
2864
|
account?: string | undefined;
|
|
2855
2865
|
permission_guard?: string[] | undefined;
|
|
2856
2866
|
referrer?: string | undefined;
|
|
2867
|
+
confirmed?: boolean | undefined;
|
|
2868
|
+
user_intent_phrases?: string[] | undefined;
|
|
2869
|
+
project?: string | undefined;
|
|
2870
|
+
client_schema_version?: string | undefined;
|
|
2871
|
+
schema_strict_mode?: boolean | undefined;
|
|
2857
2872
|
}>>;
|
|
2858
2873
|
submission: z.ZodOptional<z.ZodObject<{
|
|
2859
2874
|
type: z.ZodLiteral<"submission">;
|
|
@@ -3053,48 +3068,31 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3053
3068
|
};
|
|
3054
3069
|
description?: string | undefined;
|
|
3055
3070
|
publish?: boolean | undefined;
|
|
3071
|
+
buy_guard?: string | null | undefined;
|
|
3056
3072
|
machine?: string | null | undefined;
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3073
|
+
order_allocators?: {
|
|
3074
|
+
description: string;
|
|
3075
|
+
threshold: string | number;
|
|
3076
|
+
allocators: {
|
|
3077
|
+
guard: string;
|
|
3078
|
+
sharing: {
|
|
3079
|
+
sharing: string | number;
|
|
3080
|
+
who: {
|
|
3081
|
+
GuardIdentifier: number;
|
|
3082
|
+
} | {
|
|
3083
|
+
Entity: {
|
|
3084
|
+
name_or_address?: string | undefined;
|
|
3085
|
+
local_mark_first?: boolean | undefined;
|
|
3086
|
+
};
|
|
3087
|
+
} | {
|
|
3088
|
+
Signer: "signer";
|
|
3089
|
+
};
|
|
3090
|
+
mode: "Amount" | "Rate" | "Surplus";
|
|
3063
3091
|
}[];
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
count: number;
|
|
3067
|
-
discount_type: import("@wowok/wowok").DiscountType;
|
|
3068
|
-
transferable: boolean;
|
|
3069
|
-
discount_value: string | number;
|
|
3070
|
-
time_ms_end: number;
|
|
3071
|
-
benchmark?: string | number | undefined;
|
|
3072
|
-
time_ms_start?: number | undefined;
|
|
3073
|
-
} | undefined;
|
|
3074
|
-
location?: string | undefined;
|
|
3075
|
-
owner_receive?: {
|
|
3076
|
-
received: {
|
|
3077
|
-
id: string;
|
|
3078
|
-
balance: string | number;
|
|
3079
|
-
payment: string;
|
|
3092
|
+
max?: string | number | null | undefined;
|
|
3093
|
+
fix?: string | number | undefined;
|
|
3080
3094
|
}[];
|
|
3081
|
-
|
|
3082
|
-
token_type: string;
|
|
3083
|
-
} | "recently" | {
|
|
3084
|
-
type: string;
|
|
3085
|
-
id: string;
|
|
3086
|
-
content_raw?: any;
|
|
3087
|
-
}[] | undefined;
|
|
3088
|
-
rewards?: {
|
|
3089
|
-
op: "set" | "add";
|
|
3090
|
-
objects: string[];
|
|
3091
|
-
} | {
|
|
3092
|
-
op: "remove";
|
|
3093
|
-
objects: string[];
|
|
3094
|
-
} | {
|
|
3095
|
-
op: "clear";
|
|
3096
|
-
} | undefined;
|
|
3097
|
-
um?: string | null | undefined;
|
|
3095
|
+
} | null | undefined;
|
|
3098
3096
|
sales?: {
|
|
3099
3097
|
op: "add";
|
|
3100
3098
|
sales: {
|
|
@@ -3121,7 +3119,24 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3121
3119
|
} | {
|
|
3122
3120
|
op: "clear";
|
|
3123
3121
|
} | undefined;
|
|
3124
|
-
|
|
3122
|
+
discount?: {
|
|
3123
|
+
name: string;
|
|
3124
|
+
recipient: {
|
|
3125
|
+
entities: {
|
|
3126
|
+
name_or_address?: string | undefined;
|
|
3127
|
+
local_mark_first?: boolean | undefined;
|
|
3128
|
+
}[];
|
|
3129
|
+
check_all_founded?: boolean | undefined;
|
|
3130
|
+
};
|
|
3131
|
+
count: number;
|
|
3132
|
+
discount_type: import("@wowok/wowok").DiscountType;
|
|
3133
|
+
transferable: boolean;
|
|
3134
|
+
discount_value: string | number;
|
|
3135
|
+
time_ms_end: number;
|
|
3136
|
+
benchmark?: string | number | undefined;
|
|
3137
|
+
time_ms_start?: number | undefined;
|
|
3138
|
+
} | undefined;
|
|
3139
|
+
rewards?: {
|
|
3125
3140
|
op: "set" | "add";
|
|
3126
3141
|
objects: string[];
|
|
3127
3142
|
} | {
|
|
@@ -3130,8 +3145,6 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3130
3145
|
} | {
|
|
3131
3146
|
op: "clear";
|
|
3132
3147
|
} | undefined;
|
|
3133
|
-
buy_guard?: string | null | undefined;
|
|
3134
|
-
customer_required?: string[] | undefined;
|
|
3135
3148
|
arbitrations?: {
|
|
3136
3149
|
op: "set" | "add";
|
|
3137
3150
|
objects: string[];
|
|
@@ -3141,30 +3154,32 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3141
3154
|
} | {
|
|
3142
3155
|
op: "clear";
|
|
3143
3156
|
} | undefined;
|
|
3144
|
-
order_allocators?: {
|
|
3145
|
-
description: string;
|
|
3146
|
-
allocators: {
|
|
3147
|
-
guard: string;
|
|
3148
|
-
sharing: {
|
|
3149
|
-
sharing: string | number;
|
|
3150
|
-
who: {
|
|
3151
|
-
GuardIdentifier: number;
|
|
3152
|
-
} | {
|
|
3153
|
-
Entity: {
|
|
3154
|
-
name_or_address?: string | undefined;
|
|
3155
|
-
local_mark_first?: boolean | undefined;
|
|
3156
|
-
};
|
|
3157
|
-
} | {
|
|
3158
|
-
Signer: "signer";
|
|
3159
|
-
};
|
|
3160
|
-
mode: "Amount" | "Rate" | "Surplus";
|
|
3161
|
-
}[];
|
|
3162
|
-
max?: string | number | null | undefined;
|
|
3163
|
-
fix?: string | number | undefined;
|
|
3164
|
-
}[];
|
|
3165
|
-
threshold: string | number;
|
|
3166
|
-
} | null | undefined;
|
|
3167
3157
|
pause?: boolean | undefined;
|
|
3158
|
+
location?: string | undefined;
|
|
3159
|
+
owner_receive?: {
|
|
3160
|
+
received: {
|
|
3161
|
+
id: string;
|
|
3162
|
+
balance: string | number;
|
|
3163
|
+
payment: string;
|
|
3164
|
+
}[];
|
|
3165
|
+
balance: string | number;
|
|
3166
|
+
token_type: string;
|
|
3167
|
+
} | "recently" | {
|
|
3168
|
+
type: string;
|
|
3169
|
+
id: string;
|
|
3170
|
+
content_raw?: any;
|
|
3171
|
+
}[] | undefined;
|
|
3172
|
+
um?: string | null | undefined;
|
|
3173
|
+
repositories?: {
|
|
3174
|
+
op: "set" | "add";
|
|
3175
|
+
objects: string[];
|
|
3176
|
+
} | {
|
|
3177
|
+
op: "remove";
|
|
3178
|
+
objects: string[];
|
|
3179
|
+
} | {
|
|
3180
|
+
op: "clear";
|
|
3181
|
+
} | undefined;
|
|
3182
|
+
customer_required?: string[] | undefined;
|
|
3168
3183
|
order_new?: {
|
|
3169
3184
|
buy: {
|
|
3170
3185
|
items: {
|
|
@@ -3262,6 +3277,11 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3262
3277
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
3263
3278
|
permission_guard?: string[] | undefined;
|
|
3264
3279
|
referrer?: string | undefined;
|
|
3280
|
+
confirmed?: boolean | undefined;
|
|
3281
|
+
user_intent_phrases?: string[] | undefined;
|
|
3282
|
+
project?: string | undefined;
|
|
3283
|
+
client_schema_version?: string | undefined;
|
|
3284
|
+
schema_strict_mode?: boolean | undefined;
|
|
3265
3285
|
} | undefined;
|
|
3266
3286
|
}, {
|
|
3267
3287
|
data: {
|
|
@@ -3281,48 +3301,31 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3281
3301
|
};
|
|
3282
3302
|
description?: string | undefined;
|
|
3283
3303
|
publish?: boolean | undefined;
|
|
3304
|
+
buy_guard?: string | null | undefined;
|
|
3284
3305
|
machine?: string | null | undefined;
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3306
|
+
order_allocators?: {
|
|
3307
|
+
description: string;
|
|
3308
|
+
threshold: string | number;
|
|
3309
|
+
allocators: {
|
|
3310
|
+
guard: string;
|
|
3311
|
+
sharing: {
|
|
3312
|
+
sharing: string | number;
|
|
3313
|
+
who: {
|
|
3314
|
+
GuardIdentifier: number;
|
|
3315
|
+
} | {
|
|
3316
|
+
Entity: {
|
|
3317
|
+
name_or_address?: string | undefined;
|
|
3318
|
+
local_mark_first?: boolean | undefined;
|
|
3319
|
+
};
|
|
3320
|
+
} | {
|
|
3321
|
+
Signer: "signer";
|
|
3322
|
+
};
|
|
3323
|
+
mode: "Amount" | "Rate" | "Surplus";
|
|
3291
3324
|
}[];
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
count: number;
|
|
3295
|
-
discount_type: import("@wowok/wowok").DiscountType;
|
|
3296
|
-
transferable: boolean;
|
|
3297
|
-
discount_value: string | number;
|
|
3298
|
-
time_ms_end: number;
|
|
3299
|
-
benchmark?: string | number | undefined;
|
|
3300
|
-
time_ms_start?: number | undefined;
|
|
3301
|
-
} | undefined;
|
|
3302
|
-
location?: string | undefined;
|
|
3303
|
-
owner_receive?: {
|
|
3304
|
-
received: {
|
|
3305
|
-
id: string;
|
|
3306
|
-
balance: string | number;
|
|
3307
|
-
payment: string;
|
|
3325
|
+
max?: string | number | null | undefined;
|
|
3326
|
+
fix?: string | number | undefined;
|
|
3308
3327
|
}[];
|
|
3309
|
-
|
|
3310
|
-
token_type: string;
|
|
3311
|
-
} | "recently" | {
|
|
3312
|
-
type: string;
|
|
3313
|
-
id: string;
|
|
3314
|
-
content_raw?: any;
|
|
3315
|
-
}[] | undefined;
|
|
3316
|
-
rewards?: {
|
|
3317
|
-
op: "set" | "add";
|
|
3318
|
-
objects: string[];
|
|
3319
|
-
} | {
|
|
3320
|
-
op: "remove";
|
|
3321
|
-
objects: string[];
|
|
3322
|
-
} | {
|
|
3323
|
-
op: "clear";
|
|
3324
|
-
} | undefined;
|
|
3325
|
-
um?: string | null | undefined;
|
|
3328
|
+
} | null | undefined;
|
|
3326
3329
|
sales?: {
|
|
3327
3330
|
op: "add";
|
|
3328
3331
|
sales: {
|
|
@@ -3349,7 +3352,24 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3349
3352
|
} | {
|
|
3350
3353
|
op: "clear";
|
|
3351
3354
|
} | undefined;
|
|
3352
|
-
|
|
3355
|
+
discount?: {
|
|
3356
|
+
name: string;
|
|
3357
|
+
recipient: {
|
|
3358
|
+
entities: {
|
|
3359
|
+
name_or_address?: string | undefined;
|
|
3360
|
+
local_mark_first?: boolean | undefined;
|
|
3361
|
+
}[];
|
|
3362
|
+
check_all_founded?: boolean | undefined;
|
|
3363
|
+
};
|
|
3364
|
+
count: number;
|
|
3365
|
+
discount_type: import("@wowok/wowok").DiscountType;
|
|
3366
|
+
transferable: boolean;
|
|
3367
|
+
discount_value: string | number;
|
|
3368
|
+
time_ms_end: number;
|
|
3369
|
+
benchmark?: string | number | undefined;
|
|
3370
|
+
time_ms_start?: number | undefined;
|
|
3371
|
+
} | undefined;
|
|
3372
|
+
rewards?: {
|
|
3353
3373
|
op: "set" | "add";
|
|
3354
3374
|
objects: string[];
|
|
3355
3375
|
} | {
|
|
@@ -3358,8 +3378,6 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3358
3378
|
} | {
|
|
3359
3379
|
op: "clear";
|
|
3360
3380
|
} | undefined;
|
|
3361
|
-
buy_guard?: string | null | undefined;
|
|
3362
|
-
customer_required?: string[] | undefined;
|
|
3363
3381
|
arbitrations?: {
|
|
3364
3382
|
op: "set" | "add";
|
|
3365
3383
|
objects: string[];
|
|
@@ -3369,30 +3387,32 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3369
3387
|
} | {
|
|
3370
3388
|
op: "clear";
|
|
3371
3389
|
} | undefined;
|
|
3372
|
-
order_allocators?: {
|
|
3373
|
-
description: string;
|
|
3374
|
-
allocators: {
|
|
3375
|
-
guard: string;
|
|
3376
|
-
sharing: {
|
|
3377
|
-
sharing: string | number;
|
|
3378
|
-
who: {
|
|
3379
|
-
GuardIdentifier: number;
|
|
3380
|
-
} | {
|
|
3381
|
-
Entity: {
|
|
3382
|
-
name_or_address?: string | undefined;
|
|
3383
|
-
local_mark_first?: boolean | undefined;
|
|
3384
|
-
};
|
|
3385
|
-
} | {
|
|
3386
|
-
Signer: "signer";
|
|
3387
|
-
};
|
|
3388
|
-
mode: "Amount" | "Rate" | "Surplus";
|
|
3389
|
-
}[];
|
|
3390
|
-
max?: string | number | null | undefined;
|
|
3391
|
-
fix?: string | number | undefined;
|
|
3392
|
-
}[];
|
|
3393
|
-
threshold: string | number;
|
|
3394
|
-
} | null | undefined;
|
|
3395
3390
|
pause?: boolean | undefined;
|
|
3391
|
+
location?: string | undefined;
|
|
3392
|
+
owner_receive?: {
|
|
3393
|
+
received: {
|
|
3394
|
+
id: string;
|
|
3395
|
+
balance: string | number;
|
|
3396
|
+
payment: string;
|
|
3397
|
+
}[];
|
|
3398
|
+
balance: string | number;
|
|
3399
|
+
token_type: string;
|
|
3400
|
+
} | "recently" | {
|
|
3401
|
+
type: string;
|
|
3402
|
+
id: string;
|
|
3403
|
+
content_raw?: any;
|
|
3404
|
+
}[] | undefined;
|
|
3405
|
+
um?: string | null | undefined;
|
|
3406
|
+
repositories?: {
|
|
3407
|
+
op: "set" | "add";
|
|
3408
|
+
objects: string[];
|
|
3409
|
+
} | {
|
|
3410
|
+
op: "remove";
|
|
3411
|
+
objects: string[];
|
|
3412
|
+
} | {
|
|
3413
|
+
op: "clear";
|
|
3414
|
+
} | undefined;
|
|
3415
|
+
customer_required?: string[] | undefined;
|
|
3396
3416
|
order_new?: {
|
|
3397
3417
|
buy: {
|
|
3398
3418
|
items: {
|
|
@@ -3490,5 +3510,10 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3490
3510
|
account?: string | undefined;
|
|
3491
3511
|
permission_guard?: string[] | undefined;
|
|
3492
3512
|
referrer?: string | undefined;
|
|
3513
|
+
confirmed?: boolean | undefined;
|
|
3514
|
+
user_intent_phrases?: string[] | undefined;
|
|
3515
|
+
project?: string | undefined;
|
|
3516
|
+
client_schema_version?: string | undefined;
|
|
3517
|
+
schema_strict_mode?: boolean | undefined;
|
|
3493
3518
|
} | undefined;
|
|
3494
3519
|
}>;
|