@ixo/editor 6.27.0 → 6.28.0
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/action-manifest.json +207 -0
- package/dist/{chunk-FZ32PXRH.js → chunk-SYEWBPNQ.js} +7699 -2234
- package/dist/chunk-SYEWBPNQ.js.map +1 -0
- package/dist/{chunk-JNON3IP3.js → chunk-TT4TNNOV.js} +1943 -3
- package/dist/chunk-TT4TNNOV.js.map +1 -0
- package/dist/{chunk-KJHMOTY4.js → chunk-Y6M7ODSU.js} +2 -2
- package/dist/core/index.d.ts +4 -4
- package/dist/core/index.js +2 -2
- package/dist/{graphql-client-pPdj3dsK.d.ts → graphql-client-zdKXQ8cz.d.ts} +1 -1
- package/dist/{index-CfkeGZGU.d.ts → index-BCR-Vx-S.d.ts} +855 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/mantine/index.d.ts +3 -3
- package/dist/mantine/index.js +2 -2
- package/dist/{store-CzML9Czj.d.ts → store-CuK7u-3u.d.ts} +1 -1
- package/package.json +2 -1
- package/dist/chunk-FZ32PXRH.js.map +0 -1
- package/dist/chunk-JNON3IP3.js.map +0 -1
- /package/dist/{chunk-KJHMOTY4.js.map → chunk-Y6M7ODSU.js.map} +0 -0
|
@@ -2844,6 +2844,213 @@
|
|
|
2844
2844
|
}
|
|
2845
2845
|
]
|
|
2846
2846
|
},
|
|
2847
|
+
{
|
|
2848
|
+
"type": "qi/eval.engine",
|
|
2849
|
+
"aliases": [],
|
|
2850
|
+
"sideEffect": true,
|
|
2851
|
+
"defaultRequiresConfirmation": true,
|
|
2852
|
+
"proof": {
|
|
2853
|
+
"kind": "fields",
|
|
2854
|
+
"fields": [
|
|
2855
|
+
"registrationId",
|
|
2856
|
+
"rubricId",
|
|
2857
|
+
"resourceTxHash"
|
|
2858
|
+
]
|
|
2859
|
+
},
|
|
2860
|
+
"done": {
|
|
2861
|
+
"kind": "default",
|
|
2862
|
+
"hasExternalCheck": false,
|
|
2863
|
+
"cardinality": "once"
|
|
2864
|
+
},
|
|
2865
|
+
"hasDynamicEvents": false,
|
|
2866
|
+
"hasDynamicOutputSchema": true,
|
|
2867
|
+
"eligibleForEventTrigger": true,
|
|
2868
|
+
"hasCustomInputValidation": false,
|
|
2869
|
+
"can": "eval/engine",
|
|
2870
|
+
"requiredCapability": "flow/block/execute",
|
|
2871
|
+
"inputSchema": {
|
|
2872
|
+
"type": "object",
|
|
2873
|
+
"required": [
|
|
2874
|
+
"collectionId",
|
|
2875
|
+
"deedDid",
|
|
2876
|
+
"notifyEmail",
|
|
2877
|
+
"rubric",
|
|
2878
|
+
"claimSchemaSnapshot"
|
|
2879
|
+
],
|
|
2880
|
+
"properties": {
|
|
2881
|
+
"collectionId": {
|
|
2882
|
+
"type": "string",
|
|
2883
|
+
"description": "Target claim collection to enroll and govern."
|
|
2884
|
+
},
|
|
2885
|
+
"deedDid": {
|
|
2886
|
+
"type": "string",
|
|
2887
|
+
"description": "Entity (deed) DID the collection belongs to."
|
|
2888
|
+
},
|
|
2889
|
+
"displayName": {
|
|
2890
|
+
"type": "string",
|
|
2891
|
+
"description": "Optional collection name, shown on the engine's billing emails next to the collection id."
|
|
2892
|
+
},
|
|
2893
|
+
"notifyEmail": {
|
|
2894
|
+
"type": "string",
|
|
2895
|
+
"description": "Required billing email — failed payments and paused evaluations are announced there."
|
|
2896
|
+
},
|
|
2897
|
+
"whatIsCollected": {
|
|
2898
|
+
"type": "string",
|
|
2899
|
+
"description": "One sentence on what people do to make a claim here (max 300)."
|
|
2900
|
+
},
|
|
2901
|
+
"repeatSubmissions": {
|
|
2902
|
+
"type": "string",
|
|
2903
|
+
"enum": [
|
|
2904
|
+
"normal",
|
|
2905
|
+
"sometimes",
|
|
2906
|
+
"once"
|
|
2907
|
+
],
|
|
2908
|
+
"description": "Can the same person claim again tomorrow? normal = expected, sometimes = happens, once = one-off only."
|
|
2909
|
+
},
|
|
2910
|
+
"differentWhen": {
|
|
2911
|
+
"type": "array",
|
|
2912
|
+
"description": "What differs between two legitimate claims from the same person: date, amount, place, kind, photos."
|
|
2913
|
+
},
|
|
2914
|
+
"differentWhenOther": {
|
|
2915
|
+
"type": "string",
|
|
2916
|
+
"description": "Anything else that differs, in the owner’s own words (max 100)."
|
|
2917
|
+
},
|
|
2918
|
+
"ownerDid": {
|
|
2919
|
+
"type": "string",
|
|
2920
|
+
"description": "Collection owner DID. Defaults to the connected actor."
|
|
2921
|
+
},
|
|
2922
|
+
"oracleDid": {
|
|
2923
|
+
"type": "string",
|
|
2924
|
+
"description": "Optional override of the engine DID (delegation audience). Blank = host default."
|
|
2925
|
+
},
|
|
2926
|
+
"ttlDays": {
|
|
2927
|
+
"type": "number",
|
|
2928
|
+
"description": "Optional delegation lifetime override in days. Blank = host default."
|
|
2929
|
+
},
|
|
2930
|
+
"ucanStoreUrl": {
|
|
2931
|
+
"type": "string",
|
|
2932
|
+
"description": "UCAN Store base URL. Optional; host resolves from network if omitted."
|
|
2933
|
+
},
|
|
2934
|
+
"evalEngineUrl": {
|
|
2935
|
+
"type": "string",
|
|
2936
|
+
"description": "Evaluation engine base URL. Optional; host resolves from network if omitted."
|
|
2937
|
+
},
|
|
2938
|
+
"adminAddress": {
|
|
2939
|
+
"type": "string",
|
|
2940
|
+
"description": "Granter entity admin account address — required when decisions are submitted on chain."
|
|
2941
|
+
},
|
|
2942
|
+
"oracleAddress": {
|
|
2943
|
+
"type": "string",
|
|
2944
|
+
"description": "Engine grantee address override for the on-chain grants. Blank = derived from the oracle DID."
|
|
2945
|
+
},
|
|
2946
|
+
"pin": {
|
|
2947
|
+
"type": "string",
|
|
2948
|
+
"description": "Verification PIN; requested at runtime if omitted."
|
|
2949
|
+
},
|
|
2950
|
+
"allowAiChecks": {
|
|
2951
|
+
"type": "boolean",
|
|
2952
|
+
"default": true,
|
|
2953
|
+
"description": "Engine setting: allow paid AI checks for this collection."
|
|
2954
|
+
},
|
|
2955
|
+
"allowImageChecks": {
|
|
2956
|
+
"type": "boolean",
|
|
2957
|
+
"default": true,
|
|
2958
|
+
"description": "Engine setting: allow fake-photo detection (needs AI checks on)."
|
|
2959
|
+
},
|
|
2960
|
+
"allowChainEvaluation": {
|
|
2961
|
+
"type": "boolean",
|
|
2962
|
+
"default": true,
|
|
2963
|
+
"description": "Engine setting: submit the decision on chain (releases payment); makes adminAddress required."
|
|
2964
|
+
},
|
|
2965
|
+
"evaluateMaxAmount": {
|
|
2966
|
+
"type": "array",
|
|
2967
|
+
"description": "Per-claim payout cap on the evaluate grant, base-unit coins in the owner's denoms."
|
|
2968
|
+
},
|
|
2969
|
+
"rubric": {
|
|
2970
|
+
"type": "object",
|
|
2971
|
+
"description": "The authored rubric body (§A.2), the duplicate-claim `unique` block included (dup-detection spec §6); envelope + @id computed at publish."
|
|
2972
|
+
},
|
|
2973
|
+
"claimSchemaSnapshot": {
|
|
2974
|
+
"type": "object",
|
|
2975
|
+
"description": "The field catalog the rules were authored against (§B.4)."
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
},
|
|
2979
|
+
"outputSchema": [
|
|
2980
|
+
{
|
|
2981
|
+
"path": "registrationId",
|
|
2982
|
+
"displayName": "Registration ID",
|
|
2983
|
+
"type": "string",
|
|
2984
|
+
"description": "Evaluation engine registration id (proof of enrollment)"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"path": "collectionId",
|
|
2988
|
+
"displayName": "Collection ID",
|
|
2989
|
+
"type": "string",
|
|
2990
|
+
"description": "Enrolled claim collection identifier"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"path": "ownerDid",
|
|
2994
|
+
"displayName": "Owner DID",
|
|
2995
|
+
"type": "string",
|
|
2996
|
+
"description": "Collection owner DID (delegation issuer)"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"path": "deedDid",
|
|
3000
|
+
"displayName": "Deed DID",
|
|
3001
|
+
"type": "string",
|
|
3002
|
+
"description": "Entity (deed) DID the collection belongs to"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"path": "depositCid",
|
|
3006
|
+
"displayName": "Deposit CID",
|
|
3007
|
+
"type": "string",
|
|
3008
|
+
"description": "CID of the delegation deposited in the UCAN Store"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"path": "oracleDid",
|
|
3012
|
+
"displayName": "Oracle DID",
|
|
3013
|
+
"type": "string",
|
|
3014
|
+
"description": "Evaluation engine DID (delegation audience), when overridden"
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"path": "evaluateAuthzTxHash",
|
|
3018
|
+
"displayName": "Evaluate Authz Tx",
|
|
3019
|
+
"type": "string",
|
|
3020
|
+
"description": "On-chain evaluate-authz grant tx hash — present when decisions are submitted on chain"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"path": "rubricId",
|
|
3024
|
+
"displayName": "Rubric ID",
|
|
3025
|
+
"type": "string",
|
|
3026
|
+
"description": "sha256 of the published rubric bytes — the id, and the on-chain proof (§A.10)"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"path": "resourceId",
|
|
3030
|
+
"displayName": "Linked Resource ID",
|
|
3031
|
+
"type": "string",
|
|
3032
|
+
"description": "The #rub LinkedResource id on the protocol entity"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"path": "protocolDid",
|
|
3036
|
+
"displayName": "Protocol DID",
|
|
3037
|
+
"type": "string",
|
|
3038
|
+
"description": "Protocol entity the rubric is anchored on (carries #vct and #rub)"
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"path": "resourceUrl",
|
|
3042
|
+
"displayName": "Rubric URL",
|
|
3043
|
+
"type": "string",
|
|
3044
|
+
"description": "Public Matrix media URL of the rubric document"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"path": "resourceTxHash",
|
|
3048
|
+
"displayName": "Anchor Tx",
|
|
3049
|
+
"type": "string",
|
|
3050
|
+
"description": "Transaction hash of the on-chain anchor (proof of publish)"
|
|
3051
|
+
}
|
|
3052
|
+
]
|
|
3053
|
+
},
|
|
2847
3054
|
{
|
|
2848
3055
|
"type": "qi/flow.run.close",
|
|
2849
3056
|
"aliases": [],
|