@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
|
@@ -599,18 +599,33 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
599
599
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
600
600
|
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
|
|
601
601
|
referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
602
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
603
|
+
user_intent_phrases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
604
|
+
project: z.ZodOptional<z.ZodString>;
|
|
605
|
+
client_schema_version: z.ZodOptional<z.ZodString>;
|
|
606
|
+
schema_strict_mode: z.ZodOptional<z.ZodBoolean>;
|
|
602
607
|
}, "strict", z.ZodTypeAny, {
|
|
603
608
|
account: string;
|
|
604
609
|
no_cache?: boolean | undefined;
|
|
605
610
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
606
611
|
permission_guard?: string[] | undefined;
|
|
607
612
|
referrer?: string | undefined;
|
|
613
|
+
confirmed?: boolean | undefined;
|
|
614
|
+
user_intent_phrases?: string[] | undefined;
|
|
615
|
+
project?: string | undefined;
|
|
616
|
+
client_schema_version?: string | undefined;
|
|
617
|
+
schema_strict_mode?: boolean | undefined;
|
|
608
618
|
}, {
|
|
609
619
|
no_cache?: boolean | undefined;
|
|
610
620
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
611
621
|
account?: string | undefined;
|
|
612
622
|
permission_guard?: string[] | undefined;
|
|
613
623
|
referrer?: string | undefined;
|
|
624
|
+
confirmed?: boolean | undefined;
|
|
625
|
+
user_intent_phrases?: string[] | undefined;
|
|
626
|
+
project?: string | undefined;
|
|
627
|
+
client_schema_version?: string | undefined;
|
|
628
|
+
schema_strict_mode?: boolean | undefined;
|
|
614
629
|
}>>;
|
|
615
630
|
submission: z.ZodOptional<z.ZodObject<{
|
|
616
631
|
type: z.ZodLiteral<"submission">;
|
|
@@ -878,6 +893,11 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
878
893
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
879
894
|
permission_guard?: string[] | undefined;
|
|
880
895
|
referrer?: string | undefined;
|
|
896
|
+
confirmed?: boolean | undefined;
|
|
897
|
+
user_intent_phrases?: string[] | undefined;
|
|
898
|
+
project?: string | undefined;
|
|
899
|
+
client_schema_version?: string | undefined;
|
|
900
|
+
schema_strict_mode?: boolean | undefined;
|
|
881
901
|
} | undefined;
|
|
882
902
|
}, {
|
|
883
903
|
data: {
|
|
@@ -965,6 +985,11 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
965
985
|
account?: string | undefined;
|
|
966
986
|
permission_guard?: string[] | undefined;
|
|
967
987
|
referrer?: string | undefined;
|
|
988
|
+
confirmed?: boolean | undefined;
|
|
989
|
+
user_intent_phrases?: string[] | undefined;
|
|
990
|
+
project?: string | undefined;
|
|
991
|
+
client_schema_version?: string | undefined;
|
|
992
|
+
schema_strict_mode?: boolean | undefined;
|
|
968
993
|
} | undefined;
|
|
969
994
|
}>;
|
|
970
995
|
export type ArbConfirm = z.infer<typeof ArbConfirmSchema>;
|
|
@@ -317,18 +317,33 @@ export declare const CallPayment_InputSchema: z.ZodObject<{
|
|
|
317
317
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
318
318
|
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
|
|
319
319
|
referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
320
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
321
|
+
user_intent_phrases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
322
|
+
project: z.ZodOptional<z.ZodString>;
|
|
323
|
+
client_schema_version: z.ZodOptional<z.ZodString>;
|
|
324
|
+
schema_strict_mode: z.ZodOptional<z.ZodBoolean>;
|
|
320
325
|
}, "strict", z.ZodTypeAny, {
|
|
321
326
|
account: string;
|
|
322
327
|
no_cache?: boolean | undefined;
|
|
323
328
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
324
329
|
permission_guard?: string[] | undefined;
|
|
325
330
|
referrer?: string | undefined;
|
|
331
|
+
confirmed?: boolean | undefined;
|
|
332
|
+
user_intent_phrases?: string[] | undefined;
|
|
333
|
+
project?: string | undefined;
|
|
334
|
+
client_schema_version?: string | undefined;
|
|
335
|
+
schema_strict_mode?: boolean | undefined;
|
|
326
336
|
}, {
|
|
327
337
|
no_cache?: boolean | undefined;
|
|
328
338
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
329
339
|
account?: string | undefined;
|
|
330
340
|
permission_guard?: string[] | undefined;
|
|
331
341
|
referrer?: string | undefined;
|
|
342
|
+
confirmed?: boolean | undefined;
|
|
343
|
+
user_intent_phrases?: string[] | undefined;
|
|
344
|
+
project?: string | undefined;
|
|
345
|
+
client_schema_version?: string | undefined;
|
|
346
|
+
schema_strict_mode?: boolean | undefined;
|
|
332
347
|
}>>;
|
|
333
348
|
}, "strict", z.ZodTypeAny, {
|
|
334
349
|
data: {
|
|
@@ -363,6 +378,11 @@ export declare const CallPayment_InputSchema: z.ZodObject<{
|
|
|
363
378
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
364
379
|
permission_guard?: string[] | undefined;
|
|
365
380
|
referrer?: string | undefined;
|
|
381
|
+
confirmed?: boolean | undefined;
|
|
382
|
+
user_intent_phrases?: string[] | undefined;
|
|
383
|
+
project?: string | undefined;
|
|
384
|
+
client_schema_version?: string | undefined;
|
|
385
|
+
schema_strict_mode?: boolean | undefined;
|
|
366
386
|
} | undefined;
|
|
367
387
|
}, {
|
|
368
388
|
data: {
|
|
@@ -397,6 +417,11 @@ export declare const CallPayment_InputSchema: z.ZodObject<{
|
|
|
397
417
|
account?: string | undefined;
|
|
398
418
|
permission_guard?: string[] | undefined;
|
|
399
419
|
referrer?: string | undefined;
|
|
420
|
+
confirmed?: boolean | undefined;
|
|
421
|
+
user_intent_phrases?: string[] | undefined;
|
|
422
|
+
project?: string | undefined;
|
|
423
|
+
client_schema_version?: string | undefined;
|
|
424
|
+
schema_strict_mode?: boolean | undefined;
|
|
400
425
|
} | undefined;
|
|
401
426
|
}>;
|
|
402
427
|
export type Revenue = z.infer<typeof RevenueSchema>;
|
|
@@ -1393,6 +1393,58 @@ export declare const CallPermission_DataSchema: z.ZodObject<{
|
|
|
1393
1393
|
onChain?: boolean | undefined;
|
|
1394
1394
|
} | undefined;
|
|
1395
1395
|
description?: string | undefined;
|
|
1396
|
+
table?: {
|
|
1397
|
+
op: "add perm by index";
|
|
1398
|
+
entity: {
|
|
1399
|
+
entities: {
|
|
1400
|
+
name_or_address?: string | undefined;
|
|
1401
|
+
local_mark_first?: boolean | undefined;
|
|
1402
|
+
}[];
|
|
1403
|
+
check_all_founded?: boolean | undefined;
|
|
1404
|
+
};
|
|
1405
|
+
index: number;
|
|
1406
|
+
} | {
|
|
1407
|
+
op: "set perm by index";
|
|
1408
|
+
entity: {
|
|
1409
|
+
entities: {
|
|
1410
|
+
name_or_address?: string | undefined;
|
|
1411
|
+
local_mark_first?: boolean | undefined;
|
|
1412
|
+
}[];
|
|
1413
|
+
check_all_founded?: boolean | undefined;
|
|
1414
|
+
};
|
|
1415
|
+
index: number;
|
|
1416
|
+
} | {
|
|
1417
|
+
op: "remove perm by index";
|
|
1418
|
+
entity: {
|
|
1419
|
+
entities: {
|
|
1420
|
+
name_or_address?: string | undefined;
|
|
1421
|
+
local_mark_first?: boolean | undefined;
|
|
1422
|
+
}[];
|
|
1423
|
+
check_all_founded?: boolean | undefined;
|
|
1424
|
+
};
|
|
1425
|
+
index: number;
|
|
1426
|
+
} | {
|
|
1427
|
+
op: "add perm by entity";
|
|
1428
|
+
entity: {
|
|
1429
|
+
name_or_address?: string | undefined;
|
|
1430
|
+
local_mark_first?: boolean | undefined;
|
|
1431
|
+
};
|
|
1432
|
+
index: number[];
|
|
1433
|
+
} | {
|
|
1434
|
+
op: "set perm by entity";
|
|
1435
|
+
entity: {
|
|
1436
|
+
name_or_address?: string | undefined;
|
|
1437
|
+
local_mark_first?: boolean | undefined;
|
|
1438
|
+
};
|
|
1439
|
+
index: number[];
|
|
1440
|
+
} | {
|
|
1441
|
+
op: "remove perm by entity";
|
|
1442
|
+
entity: {
|
|
1443
|
+
name_or_address?: string | undefined;
|
|
1444
|
+
local_mark_first?: boolean | undefined;
|
|
1445
|
+
};
|
|
1446
|
+
index: number[];
|
|
1447
|
+
} | undefined;
|
|
1396
1448
|
owner_receive?: {
|
|
1397
1449
|
received: {
|
|
1398
1450
|
id: string;
|
|
@@ -1468,6 +1520,15 @@ export declare const CallPermission_DataSchema: z.ZodObject<{
|
|
|
1468
1520
|
} | {
|
|
1469
1521
|
op: "clear";
|
|
1470
1522
|
} | undefined;
|
|
1523
|
+
apply?: string[] | undefined;
|
|
1524
|
+
}, {
|
|
1525
|
+
object?: string | {
|
|
1526
|
+
name?: string | undefined;
|
|
1527
|
+
replaceExistName?: boolean | undefined;
|
|
1528
|
+
tags?: string[] | undefined;
|
|
1529
|
+
onChain?: boolean | undefined;
|
|
1530
|
+
} | undefined;
|
|
1531
|
+
description?: string | undefined;
|
|
1471
1532
|
table?: {
|
|
1472
1533
|
op: "add perm by index";
|
|
1473
1534
|
entity: {
|
|
@@ -1520,15 +1581,6 @@ export declare const CallPermission_DataSchema: z.ZodObject<{
|
|
|
1520
1581
|
};
|
|
1521
1582
|
index: number[];
|
|
1522
1583
|
} | undefined;
|
|
1523
|
-
apply?: string[] | undefined;
|
|
1524
|
-
}, {
|
|
1525
|
-
object?: string | {
|
|
1526
|
-
name?: string | undefined;
|
|
1527
|
-
replaceExistName?: boolean | undefined;
|
|
1528
|
-
tags?: string[] | undefined;
|
|
1529
|
-
onChain?: boolean | undefined;
|
|
1530
|
-
} | undefined;
|
|
1531
|
-
description?: string | undefined;
|
|
1532
1584
|
owner_receive?: {
|
|
1533
1585
|
received: {
|
|
1534
1586
|
id: string;
|
|
@@ -1604,58 +1656,6 @@ export declare const CallPermission_DataSchema: z.ZodObject<{
|
|
|
1604
1656
|
} | {
|
|
1605
1657
|
op: "clear";
|
|
1606
1658
|
} | undefined;
|
|
1607
|
-
table?: {
|
|
1608
|
-
op: "add perm by index";
|
|
1609
|
-
entity: {
|
|
1610
|
-
entities: {
|
|
1611
|
-
name_or_address?: string | undefined;
|
|
1612
|
-
local_mark_first?: boolean | undefined;
|
|
1613
|
-
}[];
|
|
1614
|
-
check_all_founded?: boolean | undefined;
|
|
1615
|
-
};
|
|
1616
|
-
index: number;
|
|
1617
|
-
} | {
|
|
1618
|
-
op: "set perm by index";
|
|
1619
|
-
entity: {
|
|
1620
|
-
entities: {
|
|
1621
|
-
name_or_address?: string | undefined;
|
|
1622
|
-
local_mark_first?: boolean | undefined;
|
|
1623
|
-
}[];
|
|
1624
|
-
check_all_founded?: boolean | undefined;
|
|
1625
|
-
};
|
|
1626
|
-
index: number;
|
|
1627
|
-
} | {
|
|
1628
|
-
op: "remove perm by index";
|
|
1629
|
-
entity: {
|
|
1630
|
-
entities: {
|
|
1631
|
-
name_or_address?: string | undefined;
|
|
1632
|
-
local_mark_first?: boolean | undefined;
|
|
1633
|
-
}[];
|
|
1634
|
-
check_all_founded?: boolean | undefined;
|
|
1635
|
-
};
|
|
1636
|
-
index: number;
|
|
1637
|
-
} | {
|
|
1638
|
-
op: "add perm by entity";
|
|
1639
|
-
entity: {
|
|
1640
|
-
name_or_address?: string | undefined;
|
|
1641
|
-
local_mark_first?: boolean | undefined;
|
|
1642
|
-
};
|
|
1643
|
-
index: number[];
|
|
1644
|
-
} | {
|
|
1645
|
-
op: "set perm by entity";
|
|
1646
|
-
entity: {
|
|
1647
|
-
name_or_address?: string | undefined;
|
|
1648
|
-
local_mark_first?: boolean | undefined;
|
|
1649
|
-
};
|
|
1650
|
-
index: number[];
|
|
1651
|
-
} | {
|
|
1652
|
-
op: "remove perm by entity";
|
|
1653
|
-
entity: {
|
|
1654
|
-
name_or_address?: string | undefined;
|
|
1655
|
-
local_mark_first?: boolean | undefined;
|
|
1656
|
-
};
|
|
1657
|
-
index: number[];
|
|
1658
|
-
} | undefined;
|
|
1659
1659
|
apply?: string[] | undefined;
|
|
1660
1660
|
}>;
|
|
1661
1661
|
export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
@@ -2193,6 +2193,58 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2193
2193
|
onChain?: boolean | undefined;
|
|
2194
2194
|
} | undefined;
|
|
2195
2195
|
description?: string | undefined;
|
|
2196
|
+
table?: {
|
|
2197
|
+
op: "add perm by index";
|
|
2198
|
+
entity: {
|
|
2199
|
+
entities: {
|
|
2200
|
+
name_or_address?: string | undefined;
|
|
2201
|
+
local_mark_first?: boolean | undefined;
|
|
2202
|
+
}[];
|
|
2203
|
+
check_all_founded?: boolean | undefined;
|
|
2204
|
+
};
|
|
2205
|
+
index: number;
|
|
2206
|
+
} | {
|
|
2207
|
+
op: "set perm by index";
|
|
2208
|
+
entity: {
|
|
2209
|
+
entities: {
|
|
2210
|
+
name_or_address?: string | undefined;
|
|
2211
|
+
local_mark_first?: boolean | undefined;
|
|
2212
|
+
}[];
|
|
2213
|
+
check_all_founded?: boolean | undefined;
|
|
2214
|
+
};
|
|
2215
|
+
index: number;
|
|
2216
|
+
} | {
|
|
2217
|
+
op: "remove perm by index";
|
|
2218
|
+
entity: {
|
|
2219
|
+
entities: {
|
|
2220
|
+
name_or_address?: string | undefined;
|
|
2221
|
+
local_mark_first?: boolean | undefined;
|
|
2222
|
+
}[];
|
|
2223
|
+
check_all_founded?: boolean | undefined;
|
|
2224
|
+
};
|
|
2225
|
+
index: number;
|
|
2226
|
+
} | {
|
|
2227
|
+
op: "add perm by entity";
|
|
2228
|
+
entity: {
|
|
2229
|
+
name_or_address?: string | undefined;
|
|
2230
|
+
local_mark_first?: boolean | undefined;
|
|
2231
|
+
};
|
|
2232
|
+
index: number[];
|
|
2233
|
+
} | {
|
|
2234
|
+
op: "set perm by entity";
|
|
2235
|
+
entity: {
|
|
2236
|
+
name_or_address?: string | undefined;
|
|
2237
|
+
local_mark_first?: boolean | undefined;
|
|
2238
|
+
};
|
|
2239
|
+
index: number[];
|
|
2240
|
+
} | {
|
|
2241
|
+
op: "remove perm by entity";
|
|
2242
|
+
entity: {
|
|
2243
|
+
name_or_address?: string | undefined;
|
|
2244
|
+
local_mark_first?: boolean | undefined;
|
|
2245
|
+
};
|
|
2246
|
+
index: number[];
|
|
2247
|
+
} | undefined;
|
|
2196
2248
|
owner_receive?: {
|
|
2197
2249
|
received: {
|
|
2198
2250
|
id: string;
|
|
@@ -2268,6 +2320,15 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2268
2320
|
} | {
|
|
2269
2321
|
op: "clear";
|
|
2270
2322
|
} | undefined;
|
|
2323
|
+
apply?: string[] | undefined;
|
|
2324
|
+
}, {
|
|
2325
|
+
object?: string | {
|
|
2326
|
+
name?: string | undefined;
|
|
2327
|
+
replaceExistName?: boolean | undefined;
|
|
2328
|
+
tags?: string[] | undefined;
|
|
2329
|
+
onChain?: boolean | undefined;
|
|
2330
|
+
} | undefined;
|
|
2331
|
+
description?: string | undefined;
|
|
2271
2332
|
table?: {
|
|
2272
2333
|
op: "add perm by index";
|
|
2273
2334
|
entity: {
|
|
@@ -2320,15 +2381,6 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2320
2381
|
};
|
|
2321
2382
|
index: number[];
|
|
2322
2383
|
} | undefined;
|
|
2323
|
-
apply?: string[] | undefined;
|
|
2324
|
-
}, {
|
|
2325
|
-
object?: string | {
|
|
2326
|
-
name?: string | undefined;
|
|
2327
|
-
replaceExistName?: boolean | undefined;
|
|
2328
|
-
tags?: string[] | undefined;
|
|
2329
|
-
onChain?: boolean | undefined;
|
|
2330
|
-
} | undefined;
|
|
2331
|
-
description?: string | undefined;
|
|
2332
2384
|
owner_receive?: {
|
|
2333
2385
|
received: {
|
|
2334
2386
|
id: string;
|
|
@@ -2404,58 +2456,6 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2404
2456
|
} | {
|
|
2405
2457
|
op: "clear";
|
|
2406
2458
|
} | undefined;
|
|
2407
|
-
table?: {
|
|
2408
|
-
op: "add perm by index";
|
|
2409
|
-
entity: {
|
|
2410
|
-
entities: {
|
|
2411
|
-
name_or_address?: string | undefined;
|
|
2412
|
-
local_mark_first?: boolean | undefined;
|
|
2413
|
-
}[];
|
|
2414
|
-
check_all_founded?: boolean | undefined;
|
|
2415
|
-
};
|
|
2416
|
-
index: number;
|
|
2417
|
-
} | {
|
|
2418
|
-
op: "set perm by index";
|
|
2419
|
-
entity: {
|
|
2420
|
-
entities: {
|
|
2421
|
-
name_or_address?: string | undefined;
|
|
2422
|
-
local_mark_first?: boolean | undefined;
|
|
2423
|
-
}[];
|
|
2424
|
-
check_all_founded?: boolean | undefined;
|
|
2425
|
-
};
|
|
2426
|
-
index: number;
|
|
2427
|
-
} | {
|
|
2428
|
-
op: "remove perm by index";
|
|
2429
|
-
entity: {
|
|
2430
|
-
entities: {
|
|
2431
|
-
name_or_address?: string | undefined;
|
|
2432
|
-
local_mark_first?: boolean | undefined;
|
|
2433
|
-
}[];
|
|
2434
|
-
check_all_founded?: boolean | undefined;
|
|
2435
|
-
};
|
|
2436
|
-
index: number;
|
|
2437
|
-
} | {
|
|
2438
|
-
op: "add perm by entity";
|
|
2439
|
-
entity: {
|
|
2440
|
-
name_or_address?: string | undefined;
|
|
2441
|
-
local_mark_first?: boolean | undefined;
|
|
2442
|
-
};
|
|
2443
|
-
index: number[];
|
|
2444
|
-
} | {
|
|
2445
|
-
op: "set perm by entity";
|
|
2446
|
-
entity: {
|
|
2447
|
-
name_or_address?: string | undefined;
|
|
2448
|
-
local_mark_first?: boolean | undefined;
|
|
2449
|
-
};
|
|
2450
|
-
index: number[];
|
|
2451
|
-
} | {
|
|
2452
|
-
op: "remove perm by entity";
|
|
2453
|
-
entity: {
|
|
2454
|
-
name_or_address?: string | undefined;
|
|
2455
|
-
local_mark_first?: boolean | undefined;
|
|
2456
|
-
};
|
|
2457
|
-
index: number[];
|
|
2458
|
-
} | undefined;
|
|
2459
2459
|
apply?: string[] | undefined;
|
|
2460
2460
|
}>;
|
|
2461
2461
|
env: z.ZodOptional<z.ZodObject<{
|
|
@@ -2464,18 +2464,33 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2464
2464
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
2465
2465
|
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Mainnet]>>;
|
|
2466
2466
|
referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2467
|
+
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
2468
|
+
user_intent_phrases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2469
|
+
project: z.ZodOptional<z.ZodString>;
|
|
2470
|
+
client_schema_version: z.ZodOptional<z.ZodString>;
|
|
2471
|
+
schema_strict_mode: z.ZodOptional<z.ZodBoolean>;
|
|
2467
2472
|
}, "strict", z.ZodTypeAny, {
|
|
2468
2473
|
account: string;
|
|
2469
2474
|
no_cache?: boolean | undefined;
|
|
2470
2475
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2471
2476
|
permission_guard?: string[] | undefined;
|
|
2472
2477
|
referrer?: string | undefined;
|
|
2478
|
+
confirmed?: boolean | undefined;
|
|
2479
|
+
user_intent_phrases?: string[] | undefined;
|
|
2480
|
+
project?: string | undefined;
|
|
2481
|
+
client_schema_version?: string | undefined;
|
|
2482
|
+
schema_strict_mode?: boolean | undefined;
|
|
2473
2483
|
}, {
|
|
2474
2484
|
no_cache?: boolean | undefined;
|
|
2475
2485
|
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2476
2486
|
account?: string | undefined;
|
|
2477
2487
|
permission_guard?: string[] | undefined;
|
|
2478
2488
|
referrer?: string | undefined;
|
|
2489
|
+
confirmed?: boolean | undefined;
|
|
2490
|
+
user_intent_phrases?: string[] | undefined;
|
|
2491
|
+
project?: string | undefined;
|
|
2492
|
+
client_schema_version?: string | undefined;
|
|
2493
|
+
schema_strict_mode?: boolean | undefined;
|
|
2479
2494
|
}>>;
|
|
2480
2495
|
submission: z.ZodOptional<z.ZodObject<{
|
|
2481
2496
|
type: z.ZodLiteral<"submission">;
|
|
@@ -2666,6 +2681,58 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2666
2681
|
onChain?: boolean | undefined;
|
|
2667
2682
|
} | undefined;
|
|
2668
2683
|
description?: string | undefined;
|
|
2684
|
+
table?: {
|
|
2685
|
+
op: "add perm by index";
|
|
2686
|
+
entity: {
|
|
2687
|
+
entities: {
|
|
2688
|
+
name_or_address?: string | undefined;
|
|
2689
|
+
local_mark_first?: boolean | undefined;
|
|
2690
|
+
}[];
|
|
2691
|
+
check_all_founded?: boolean | undefined;
|
|
2692
|
+
};
|
|
2693
|
+
index: number;
|
|
2694
|
+
} | {
|
|
2695
|
+
op: "set perm by index";
|
|
2696
|
+
entity: {
|
|
2697
|
+
entities: {
|
|
2698
|
+
name_or_address?: string | undefined;
|
|
2699
|
+
local_mark_first?: boolean | undefined;
|
|
2700
|
+
}[];
|
|
2701
|
+
check_all_founded?: boolean | undefined;
|
|
2702
|
+
};
|
|
2703
|
+
index: number;
|
|
2704
|
+
} | {
|
|
2705
|
+
op: "remove perm by index";
|
|
2706
|
+
entity: {
|
|
2707
|
+
entities: {
|
|
2708
|
+
name_or_address?: string | undefined;
|
|
2709
|
+
local_mark_first?: boolean | undefined;
|
|
2710
|
+
}[];
|
|
2711
|
+
check_all_founded?: boolean | undefined;
|
|
2712
|
+
};
|
|
2713
|
+
index: number;
|
|
2714
|
+
} | {
|
|
2715
|
+
op: "add perm by entity";
|
|
2716
|
+
entity: {
|
|
2717
|
+
name_or_address?: string | undefined;
|
|
2718
|
+
local_mark_first?: boolean | undefined;
|
|
2719
|
+
};
|
|
2720
|
+
index: number[];
|
|
2721
|
+
} | {
|
|
2722
|
+
op: "set perm by entity";
|
|
2723
|
+
entity: {
|
|
2724
|
+
name_or_address?: string | undefined;
|
|
2725
|
+
local_mark_first?: boolean | undefined;
|
|
2726
|
+
};
|
|
2727
|
+
index: number[];
|
|
2728
|
+
} | {
|
|
2729
|
+
op: "remove perm by entity";
|
|
2730
|
+
entity: {
|
|
2731
|
+
name_or_address?: string | undefined;
|
|
2732
|
+
local_mark_first?: boolean | undefined;
|
|
2733
|
+
};
|
|
2734
|
+
index: number[];
|
|
2735
|
+
} | undefined;
|
|
2669
2736
|
owner_receive?: {
|
|
2670
2737
|
received: {
|
|
2671
2738
|
id: string;
|
|
@@ -2741,6 +2808,56 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2741
2808
|
} | {
|
|
2742
2809
|
op: "clear";
|
|
2743
2810
|
} | undefined;
|
|
2811
|
+
apply?: string[] | undefined;
|
|
2812
|
+
};
|
|
2813
|
+
submission?: {
|
|
2814
|
+
type: "submission";
|
|
2815
|
+
guard: {
|
|
2816
|
+
object: string;
|
|
2817
|
+
impack: boolean;
|
|
2818
|
+
}[];
|
|
2819
|
+
submission: {
|
|
2820
|
+
guard: string;
|
|
2821
|
+
submission: {
|
|
2822
|
+
identifier: number;
|
|
2823
|
+
b_submission: boolean;
|
|
2824
|
+
value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("@wowok/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
2825
|
+
name: string;
|
|
2826
|
+
value?: string | number | boolean | {
|
|
2827
|
+
name_or_address?: string | undefined;
|
|
2828
|
+
local_mark_first?: boolean | undefined;
|
|
2829
|
+
} | {
|
|
2830
|
+
entities: {
|
|
2831
|
+
name_or_address?: string | undefined;
|
|
2832
|
+
local_mark_first?: boolean | undefined;
|
|
2833
|
+
}[];
|
|
2834
|
+
check_all_founded?: boolean | undefined;
|
|
2835
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2836
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
2837
|
+
}[];
|
|
2838
|
+
}[];
|
|
2839
|
+
} | undefined;
|
|
2840
|
+
env?: {
|
|
2841
|
+
account: string;
|
|
2842
|
+
no_cache?: boolean | undefined;
|
|
2843
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2844
|
+
permission_guard?: string[] | undefined;
|
|
2845
|
+
referrer?: string | undefined;
|
|
2846
|
+
confirmed?: boolean | undefined;
|
|
2847
|
+
user_intent_phrases?: string[] | undefined;
|
|
2848
|
+
project?: string | undefined;
|
|
2849
|
+
client_schema_version?: string | undefined;
|
|
2850
|
+
schema_strict_mode?: boolean | undefined;
|
|
2851
|
+
} | undefined;
|
|
2852
|
+
}, {
|
|
2853
|
+
data: {
|
|
2854
|
+
object?: string | {
|
|
2855
|
+
name?: string | undefined;
|
|
2856
|
+
replaceExistName?: boolean | undefined;
|
|
2857
|
+
tags?: string[] | undefined;
|
|
2858
|
+
onChain?: boolean | undefined;
|
|
2859
|
+
} | undefined;
|
|
2860
|
+
description?: string | undefined;
|
|
2744
2861
|
table?: {
|
|
2745
2862
|
op: "add perm by index";
|
|
2746
2863
|
entity: {
|
|
@@ -2793,51 +2910,6 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2793
2910
|
};
|
|
2794
2911
|
index: number[];
|
|
2795
2912
|
} | undefined;
|
|
2796
|
-
apply?: string[] | undefined;
|
|
2797
|
-
};
|
|
2798
|
-
submission?: {
|
|
2799
|
-
type: "submission";
|
|
2800
|
-
guard: {
|
|
2801
|
-
object: string;
|
|
2802
|
-
impack: boolean;
|
|
2803
|
-
}[];
|
|
2804
|
-
submission: {
|
|
2805
|
-
guard: string;
|
|
2806
|
-
submission: {
|
|
2807
|
-
identifier: number;
|
|
2808
|
-
b_submission: boolean;
|
|
2809
|
-
value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("@wowok/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
2810
|
-
name: string;
|
|
2811
|
-
value?: string | number | boolean | {
|
|
2812
|
-
name_or_address?: string | undefined;
|
|
2813
|
-
local_mark_first?: boolean | undefined;
|
|
2814
|
-
} | {
|
|
2815
|
-
entities: {
|
|
2816
|
-
name_or_address?: string | undefined;
|
|
2817
|
-
local_mark_first?: boolean | undefined;
|
|
2818
|
-
}[];
|
|
2819
|
-
check_all_founded?: boolean | undefined;
|
|
2820
|
-
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2821
|
-
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
2822
|
-
}[];
|
|
2823
|
-
}[];
|
|
2824
|
-
} | undefined;
|
|
2825
|
-
env?: {
|
|
2826
|
-
account: string;
|
|
2827
|
-
no_cache?: boolean | undefined;
|
|
2828
|
-
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2829
|
-
permission_guard?: string[] | undefined;
|
|
2830
|
-
referrer?: string | undefined;
|
|
2831
|
-
} | undefined;
|
|
2832
|
-
}, {
|
|
2833
|
-
data: {
|
|
2834
|
-
object?: string | {
|
|
2835
|
-
name?: string | undefined;
|
|
2836
|
-
replaceExistName?: boolean | undefined;
|
|
2837
|
-
tags?: string[] | undefined;
|
|
2838
|
-
onChain?: boolean | undefined;
|
|
2839
|
-
} | undefined;
|
|
2840
|
-
description?: string | undefined;
|
|
2841
2913
|
owner_receive?: {
|
|
2842
2914
|
received: {
|
|
2843
2915
|
id: string;
|
|
@@ -2913,58 +2985,6 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2913
2985
|
} | {
|
|
2914
2986
|
op: "clear";
|
|
2915
2987
|
} | undefined;
|
|
2916
|
-
table?: {
|
|
2917
|
-
op: "add perm by index";
|
|
2918
|
-
entity: {
|
|
2919
|
-
entities: {
|
|
2920
|
-
name_or_address?: string | undefined;
|
|
2921
|
-
local_mark_first?: boolean | undefined;
|
|
2922
|
-
}[];
|
|
2923
|
-
check_all_founded?: boolean | undefined;
|
|
2924
|
-
};
|
|
2925
|
-
index: number;
|
|
2926
|
-
} | {
|
|
2927
|
-
op: "set perm by index";
|
|
2928
|
-
entity: {
|
|
2929
|
-
entities: {
|
|
2930
|
-
name_or_address?: string | undefined;
|
|
2931
|
-
local_mark_first?: boolean | undefined;
|
|
2932
|
-
}[];
|
|
2933
|
-
check_all_founded?: boolean | undefined;
|
|
2934
|
-
};
|
|
2935
|
-
index: number;
|
|
2936
|
-
} | {
|
|
2937
|
-
op: "remove perm by index";
|
|
2938
|
-
entity: {
|
|
2939
|
-
entities: {
|
|
2940
|
-
name_or_address?: string | undefined;
|
|
2941
|
-
local_mark_first?: boolean | undefined;
|
|
2942
|
-
}[];
|
|
2943
|
-
check_all_founded?: boolean | undefined;
|
|
2944
|
-
};
|
|
2945
|
-
index: number;
|
|
2946
|
-
} | {
|
|
2947
|
-
op: "add perm by entity";
|
|
2948
|
-
entity: {
|
|
2949
|
-
name_or_address?: string | undefined;
|
|
2950
|
-
local_mark_first?: boolean | undefined;
|
|
2951
|
-
};
|
|
2952
|
-
index: number[];
|
|
2953
|
-
} | {
|
|
2954
|
-
op: "set perm by entity";
|
|
2955
|
-
entity: {
|
|
2956
|
-
name_or_address?: string | undefined;
|
|
2957
|
-
local_mark_first?: boolean | undefined;
|
|
2958
|
-
};
|
|
2959
|
-
index: number[];
|
|
2960
|
-
} | {
|
|
2961
|
-
op: "remove perm by entity";
|
|
2962
|
-
entity: {
|
|
2963
|
-
name_or_address?: string | undefined;
|
|
2964
|
-
local_mark_first?: boolean | undefined;
|
|
2965
|
-
};
|
|
2966
|
-
index: number[];
|
|
2967
|
-
} | undefined;
|
|
2968
2988
|
apply?: string[] | undefined;
|
|
2969
2989
|
};
|
|
2970
2990
|
submission?: {
|
|
@@ -3000,6 +3020,11 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
3000
3020
|
account?: string | undefined;
|
|
3001
3021
|
permission_guard?: string[] | undefined;
|
|
3002
3022
|
referrer?: string | undefined;
|
|
3023
|
+
confirmed?: boolean | undefined;
|
|
3024
|
+
user_intent_phrases?: string[] | undefined;
|
|
3025
|
+
project?: string | undefined;
|
|
3026
|
+
client_schema_version?: string | undefined;
|
|
3027
|
+
schema_strict_mode?: boolean | undefined;
|
|
3003
3028
|
} | undefined;
|
|
3004
3029
|
}>;
|
|
3005
3030
|
export type RemarkSet = z.infer<typeof RemarkSetSchema>;
|