@fabricorg/platform 0.5.0 → 0.7.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/CHANGELOG.md +9 -0
- package/dist/actions/index.cjs +11 -11
- package/dist/actions/index.d.cts +2 -0
- package/dist/actions/index.d.ts +2 -0
- package/dist/actions/index.js +1 -1
- package/dist/agent-hitl/index.cjs +12 -0
- package/dist/agent-hitl/index.cjs.map +1 -0
- package/dist/agent-hitl/index.d.cts +34 -0
- package/dist/agent-hitl/index.d.ts +34 -0
- package/dist/agent-hitl/index.js +3 -0
- package/dist/agent-hitl/index.js.map +1 -0
- package/dist/{chunk-IEVF52SU.js → chunk-35DD3H55.js} +4 -4
- package/dist/{chunk-IEVF52SU.js.map → chunk-35DD3H55.js.map} +1 -1
- package/dist/{chunk-BJYRMUN2.js → chunk-4SMPJPJ6.js} +2 -2
- package/dist/chunk-4SMPJPJ6.js.map +1 -0
- package/dist/{chunk-HO4FICHH.js → chunk-6ER62UUN.js} +2 -2
- package/dist/chunk-6ER62UUN.js.map +1 -0
- package/dist/{chunk-RMI3BIND.cjs → chunk-BWNPGRRV.cjs} +2 -2
- package/dist/chunk-BWNPGRRV.cjs.map +1 -0
- package/dist/chunk-F3E5SXPN.cjs +28 -0
- package/dist/chunk-F3E5SXPN.cjs.map +1 -0
- package/dist/{chunk-SQXWXN5U.cjs → chunk-NJL3US7H.cjs} +2 -2
- package/dist/chunk-NJL3US7H.cjs.map +1 -0
- package/dist/chunk-OFCCZ27Z.js +26 -0
- package/dist/chunk-OFCCZ27Z.js.map +1 -0
- package/dist/{chunk-OWJ3PPNH.cjs → chunk-SSYKDXR4.cjs} +6 -6
- package/dist/{chunk-OWJ3PPNH.cjs.map → chunk-SSYKDXR4.cjs.map} +1 -1
- package/dist/chunk-X7WC4AYC.js +310 -0
- package/dist/chunk-X7WC4AYC.js.map +1 -0
- package/dist/chunk-YQEXO3IQ.cjs +320 -0
- package/dist/chunk-YQEXO3IQ.cjs.map +1 -0
- package/dist/index.cjs +129 -92
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +9 -8
- package/dist/modules/index.cjs +10 -10
- package/dist/modules/index.js +3 -3
- package/dist/policies/index.cjs +12 -12
- package/dist/policies/index.d.cts +4 -1
- package/dist/policies/index.d.ts +4 -1
- package/dist/policies/index.js +1 -1
- package/dist/privacy/index.cjs +34 -2
- package/dist/privacy/index.d.cts +102 -1
- package/dist/privacy/index.d.ts +102 -1
- package/dist/privacy/index.js +1 -1
- package/package.json +11 -1
- package/dist/chunk-BJYRMUN2.js.map +0 -1
- package/dist/chunk-HO4FICHH.js.map +0 -1
- package/dist/chunk-LHCSVEFT.cjs +0 -8
- package/dist/chunk-LHCSVEFT.cjs.map +0 -1
- package/dist/chunk-N24NLCZ6.js +0 -6
- package/dist/chunk-N24NLCZ6.js.map +0 -1
- package/dist/chunk-RMI3BIND.cjs.map +0 -1
- package/dist/chunk-SQXWXN5U.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,104 +1,49 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkSSYKDXR4_cjs = require('./chunk-SSYKDXR4.cjs');
|
|
4
|
+
var chunkQETQGAXJ_cjs = require('./chunk-QETQGAXJ.cjs');
|
|
5
|
+
var chunkNJL3US7H_cjs = require('./chunk-NJL3US7H.cjs');
|
|
6
|
+
var chunkYQEXO3IQ_cjs = require('./chunk-YQEXO3IQ.cjs');
|
|
4
7
|
var chunkQ3WYIWCN_cjs = require('./chunk-Q3WYIWCN.cjs');
|
|
8
|
+
var chunkUV252FLT_cjs = require('./chunk-UV252FLT.cjs');
|
|
5
9
|
var chunkYZKUEC2J_cjs = require('./chunk-YZKUEC2J.cjs');
|
|
10
|
+
var chunkBWNPGRRV_cjs = require('./chunk-BWNPGRRV.cjs');
|
|
6
11
|
var chunkNPVIFZQV_cjs = require('./chunk-NPVIFZQV.cjs');
|
|
7
|
-
require('./chunk-
|
|
8
|
-
var chunkLZSE6QGQ_cjs = require('./chunk-LZSE6QGQ.cjs');
|
|
9
|
-
var chunkOWJ3PPNH_cjs = require('./chunk-OWJ3PPNH.cjs');
|
|
10
|
-
var chunkQETQGAXJ_cjs = require('./chunk-QETQGAXJ.cjs');
|
|
11
|
-
var chunkSQXWXN5U_cjs = require('./chunk-SQXWXN5U.cjs');
|
|
12
|
-
var chunkUV252FLT_cjs = require('./chunk-UV252FLT.cjs');
|
|
13
|
-
var chunkRMI3BIND_cjs = require('./chunk-RMI3BIND.cjs');
|
|
12
|
+
var chunkF3E5SXPN_cjs = require('./chunk-F3E5SXPN.cjs');
|
|
14
13
|
var chunkEO4VSB2O_cjs = require('./chunk-EO4VSB2O.cjs');
|
|
15
14
|
var chunkJAXDEK5Z_cjs = require('./chunk-JAXDEK5Z.cjs');
|
|
15
|
+
require('./chunk-PG5LYTUX.cjs');
|
|
16
|
+
var chunkLZSE6QGQ_cjs = require('./chunk-LZSE6QGQ.cjs');
|
|
16
17
|
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
Object.defineProperty(exports, "PLATFORM_PRIVACY_POLICY_VERSION", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () { return chunkLHCSVEFT_cjs.PLATFORM_PRIVACY_POLICY_VERSION; }
|
|
22
|
-
});
|
|
23
|
-
Object.defineProperty(exports, "replayEvents", {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return chunkQ3WYIWCN_cjs.replayEvents; }
|
|
26
|
-
});
|
|
27
|
-
Object.defineProperty(exports, "createDeterministicIdFactory", {
|
|
28
|
-
enumerable: true,
|
|
29
|
-
get: function () { return chunkYZKUEC2J_cjs.createDeterministicIdFactory; }
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "createFakeActionContext", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () { return chunkYZKUEC2J_cjs.createFakeActionContext; }
|
|
34
|
-
});
|
|
35
|
-
Object.defineProperty(exports, "createInMemoryAdapterRegistry", {
|
|
36
|
-
enumerable: true,
|
|
37
|
-
get: function () { return chunkYZKUEC2J_cjs.createInMemoryAdapterRegistry; }
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(exports, "AdapterRegistry", {
|
|
40
|
-
enumerable: true,
|
|
41
|
-
get: function () { return chunkNPVIFZQV_cjs.AdapterRegistry; }
|
|
42
|
-
});
|
|
43
|
-
Object.defineProperty(exports, "MissingAdapterRegistrationError", {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function () { return chunkNPVIFZQV_cjs.MissingAdapterRegistrationError; }
|
|
46
|
-
});
|
|
47
|
-
Object.defineProperty(exports, "executeWithAdapterRetry", {
|
|
48
|
-
enumerable: true,
|
|
49
|
-
get: function () { return chunkNPVIFZQV_cjs.executeWithAdapterRetry; }
|
|
50
|
-
});
|
|
51
|
-
Object.defineProperty(exports, "getRetryDelayMs", {
|
|
52
|
-
enumerable: true,
|
|
53
|
-
get: function () { return chunkNPVIFZQV_cjs.getRetryDelayMs; }
|
|
54
|
-
});
|
|
55
|
-
Object.defineProperty(exports, "resolveAdapterRetryPolicy", {
|
|
56
|
-
enumerable: true,
|
|
57
|
-
get: function () { return chunkNPVIFZQV_cjs.resolveAdapterRetryPolicy; }
|
|
58
|
-
});
|
|
59
|
-
Object.defineProperty(exports, "FABRIC_ID_PREFIXES", {
|
|
60
|
-
enumerable: true,
|
|
61
|
-
get: function () { return chunkLZSE6QGQ_cjs.FABRIC_ID_PREFIXES; }
|
|
62
|
-
});
|
|
63
|
-
Object.defineProperty(exports, "createFabricId", {
|
|
64
|
-
enumerable: true,
|
|
65
|
-
get: function () { return chunkLZSE6QGQ_cjs.createFabricId; }
|
|
66
|
-
});
|
|
67
|
-
Object.defineProperty(exports, "isFabricId", {
|
|
68
|
-
enumerable: true,
|
|
69
|
-
get: function () { return chunkLZSE6QGQ_cjs.isFabricId; }
|
|
70
|
-
});
|
|
71
|
-
Object.defineProperty(exports, "parseFabricId", {
|
|
72
|
-
enumerable: true,
|
|
73
|
-
get: function () { return chunkLZSE6QGQ_cjs.parseFabricId; }
|
|
74
|
-
});
|
|
75
20
|
Object.defineProperty(exports, "createModuleRegistry", {
|
|
76
21
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkSSYKDXR4_cjs.createModuleRegistry; }
|
|
78
23
|
});
|
|
79
24
|
Object.defineProperty(exports, "getEventTypeName", {
|
|
80
25
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkSSYKDXR4_cjs.getEventTypeName; }
|
|
82
27
|
});
|
|
83
28
|
Object.defineProperty(exports, "getModuleDependencyNamespace", {
|
|
84
29
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkSSYKDXR4_cjs.getModuleDependencyNamespace; }
|
|
86
31
|
});
|
|
87
32
|
Object.defineProperty(exports, "getObjectTypeName", {
|
|
88
33
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkSSYKDXR4_cjs.getObjectTypeName; }
|
|
90
35
|
});
|
|
91
36
|
Object.defineProperty(exports, "registerFabricModule", {
|
|
92
37
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkSSYKDXR4_cjs.registerFabricModule; }
|
|
94
39
|
});
|
|
95
40
|
Object.defineProperty(exports, "registerFabricModules", {
|
|
96
41
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkSSYKDXR4_cjs.registerFabricModules; }
|
|
98
43
|
});
|
|
99
44
|
Object.defineProperty(exports, "validateModuleNamespace", {
|
|
100
45
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkSSYKDXR4_cjs.validateModuleNamespace; }
|
|
102
47
|
});
|
|
103
48
|
Object.defineProperty(exports, "assertObjectType", {
|
|
104
49
|
enumerable: true,
|
|
@@ -118,47 +63,87 @@ Object.defineProperty(exports, "registerObjectType", {
|
|
|
118
63
|
});
|
|
119
64
|
Object.defineProperty(exports, "aggregatePolicyOutcomes", {
|
|
120
65
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkNJL3US7H_cjs.aggregatePolicyOutcomes; }
|
|
122
67
|
});
|
|
123
68
|
Object.defineProperty(exports, "assertPolicyId", {
|
|
124
69
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkNJL3US7H_cjs.assertPolicyId; }
|
|
126
71
|
});
|
|
127
72
|
Object.defineProperty(exports, "evaluatePolicyDefinition", {
|
|
128
73
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkNJL3US7H_cjs.evaluatePolicyDefinition; }
|
|
130
75
|
});
|
|
131
76
|
Object.defineProperty(exports, "evaluatePolicyDefinitions", {
|
|
132
77
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkNJL3US7H_cjs.evaluatePolicyDefinitions; }
|
|
134
79
|
});
|
|
135
80
|
Object.defineProperty(exports, "evaluateRegisteredPolicies", {
|
|
136
81
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkNJL3US7H_cjs.evaluateRegisteredPolicies; }
|
|
138
83
|
});
|
|
139
84
|
Object.defineProperty(exports, "getRegisteredPolicyIds", {
|
|
140
85
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkNJL3US7H_cjs.getRegisteredPolicyIds; }
|
|
142
87
|
});
|
|
143
88
|
Object.defineProperty(exports, "registerPolicy", {
|
|
144
89
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkNJL3US7H_cjs.registerPolicy; }
|
|
146
91
|
});
|
|
147
92
|
Object.defineProperty(exports, "registerPolicyIfMissing", {
|
|
148
93
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkNJL3US7H_cjs.registerPolicyIfMissing; }
|
|
150
95
|
});
|
|
151
96
|
Object.defineProperty(exports, "resolvePolicy", {
|
|
152
97
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkNJL3US7H_cjs.resolvePolicy; }
|
|
154
99
|
});
|
|
155
100
|
Object.defineProperty(exports, "validateDataPolicyDefinition", {
|
|
156
101
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkNJL3US7H_cjs.validateDataPolicyDefinition; }
|
|
158
103
|
});
|
|
159
104
|
Object.defineProperty(exports, "validatePolicyGuidance", {
|
|
160
105
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkNJL3US7H_cjs.validatePolicyGuidance; }
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "ANONYMIZATION_POLICY_VERSION", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () { return chunkYQEXO3IQ_cjs.ANONYMIZATION_POLICY_VERSION; }
|
|
111
|
+
});
|
|
112
|
+
Object.defineProperty(exports, "AnonymizationEngine", {
|
|
113
|
+
enumerable: true,
|
|
114
|
+
get: function () { return chunkYQEXO3IQ_cjs.AnonymizationEngine; }
|
|
115
|
+
});
|
|
116
|
+
Object.defineProperty(exports, "FieldRedactor", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function () { return chunkYQEXO3IQ_cjs.FieldRedactor; }
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(exports, "PLATFORM_PRIVACY_POLICY_VERSION", {
|
|
121
|
+
enumerable: true,
|
|
122
|
+
get: function () { return chunkYQEXO3IQ_cjs.PLATFORM_PRIVACY_POLICY_VERSION; }
|
|
123
|
+
});
|
|
124
|
+
Object.defineProperty(exports, "anonymizeAssetEventPayload", {
|
|
125
|
+
enumerable: true,
|
|
126
|
+
get: function () { return chunkYQEXO3IQ_cjs.anonymizeAssetEventPayload; }
|
|
127
|
+
});
|
|
128
|
+
Object.defineProperty(exports, "anonymizeEvidencePacket", {
|
|
129
|
+
enumerable: true,
|
|
130
|
+
get: function () { return chunkYQEXO3IQ_cjs.anonymizeEvidencePacket; }
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, "anonymizeJsonValue", {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function () { return chunkYQEXO3IQ_cjs.anonymizeJsonValue; }
|
|
135
|
+
});
|
|
136
|
+
Object.defineProperty(exports, "buildAnonymizationLifecycleEvidence", {
|
|
137
|
+
enumerable: true,
|
|
138
|
+
get: function () { return chunkYQEXO3IQ_cjs.buildAnonymizationLifecycleEvidence; }
|
|
139
|
+
});
|
|
140
|
+
Object.defineProperty(exports, "stableChecksum", {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function () { return chunkYQEXO3IQ_cjs.stableChecksum; }
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(exports, "replayEvents", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function () { return chunkQ3WYIWCN_cjs.replayEvents; }
|
|
162
147
|
});
|
|
163
148
|
Object.defineProperty(exports, "getAllowedTransitions", {
|
|
164
149
|
enumerable: true,
|
|
@@ -184,45 +169,81 @@ Object.defineProperty(exports, "validateTransition", {
|
|
|
184
169
|
enumerable: true,
|
|
185
170
|
get: function () { return chunkUV252FLT_cjs.validateTransition; }
|
|
186
171
|
});
|
|
172
|
+
Object.defineProperty(exports, "createDeterministicIdFactory", {
|
|
173
|
+
enumerable: true,
|
|
174
|
+
get: function () { return chunkYZKUEC2J_cjs.createDeterministicIdFactory; }
|
|
175
|
+
});
|
|
176
|
+
Object.defineProperty(exports, "createFakeActionContext", {
|
|
177
|
+
enumerable: true,
|
|
178
|
+
get: function () { return chunkYZKUEC2J_cjs.createFakeActionContext; }
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "createInMemoryAdapterRegistry", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () { return chunkYZKUEC2J_cjs.createInMemoryAdapterRegistry; }
|
|
183
|
+
});
|
|
187
184
|
Object.defineProperty(exports, "ACTOR_TYPES", {
|
|
188
185
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkBWNPGRRV_cjs.ACTOR_TYPES; }
|
|
190
187
|
});
|
|
191
188
|
Object.defineProperty(exports, "assertActionId", {
|
|
192
189
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkBWNPGRRV_cjs.assertActionId; }
|
|
194
191
|
});
|
|
195
192
|
Object.defineProperty(exports, "assertActorType", {
|
|
196
193
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkBWNPGRRV_cjs.assertActorType; }
|
|
198
195
|
});
|
|
199
196
|
Object.defineProperty(exports, "getRegisteredActionIds", {
|
|
200
197
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkBWNPGRRV_cjs.getRegisteredActionIds; }
|
|
202
199
|
});
|
|
203
200
|
Object.defineProperty(exports, "isActorType", {
|
|
204
201
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkBWNPGRRV_cjs.isActorType; }
|
|
206
203
|
});
|
|
207
204
|
Object.defineProperty(exports, "isRegisteredActionId", {
|
|
208
205
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkBWNPGRRV_cjs.isRegisteredActionId; }
|
|
210
207
|
});
|
|
211
208
|
Object.defineProperty(exports, "registerAction", {
|
|
212
209
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkBWNPGRRV_cjs.registerAction; }
|
|
214
211
|
});
|
|
215
212
|
Object.defineProperty(exports, "registerActionIfMissing", {
|
|
216
213
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkBWNPGRRV_cjs.registerActionIfMissing; }
|
|
218
215
|
});
|
|
219
216
|
Object.defineProperty(exports, "resolveAction", {
|
|
220
217
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkBWNPGRRV_cjs.resolveAction; }
|
|
222
219
|
});
|
|
223
220
|
Object.defineProperty(exports, "resolveRegisteredAction", {
|
|
224
221
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkBWNPGRRV_cjs.resolveRegisteredAction; }
|
|
223
|
+
});
|
|
224
|
+
Object.defineProperty(exports, "AdapterRegistry", {
|
|
225
|
+
enumerable: true,
|
|
226
|
+
get: function () { return chunkNPVIFZQV_cjs.AdapterRegistry; }
|
|
227
|
+
});
|
|
228
|
+
Object.defineProperty(exports, "MissingAdapterRegistrationError", {
|
|
229
|
+
enumerable: true,
|
|
230
|
+
get: function () { return chunkNPVIFZQV_cjs.MissingAdapterRegistrationError; }
|
|
231
|
+
});
|
|
232
|
+
Object.defineProperty(exports, "executeWithAdapterRetry", {
|
|
233
|
+
enumerable: true,
|
|
234
|
+
get: function () { return chunkNPVIFZQV_cjs.executeWithAdapterRetry; }
|
|
235
|
+
});
|
|
236
|
+
Object.defineProperty(exports, "getRetryDelayMs", {
|
|
237
|
+
enumerable: true,
|
|
238
|
+
get: function () { return chunkNPVIFZQV_cjs.getRetryDelayMs; }
|
|
239
|
+
});
|
|
240
|
+
Object.defineProperty(exports, "resolveAdapterRetryPolicy", {
|
|
241
|
+
enumerable: true,
|
|
242
|
+
get: function () { return chunkNPVIFZQV_cjs.resolveAdapterRetryPolicy; }
|
|
243
|
+
});
|
|
244
|
+
Object.defineProperty(exports, "AgentActionPolicyRegistry", {
|
|
245
|
+
enumerable: true,
|
|
246
|
+
get: function () { return chunkF3E5SXPN_cjs.AgentActionPolicyRegistry; }
|
|
226
247
|
});
|
|
227
248
|
Object.defineProperty(exports, "denormalizeDisplaySnapshot", {
|
|
228
249
|
enumerable: true,
|
|
@@ -268,5 +289,21 @@ Object.defineProperty(exports, "registerSubjectType", {
|
|
|
268
289
|
enumerable: true,
|
|
269
290
|
get: function () { return chunkJAXDEK5Z_cjs.registerSubjectType; }
|
|
270
291
|
});
|
|
292
|
+
Object.defineProperty(exports, "FABRIC_ID_PREFIXES", {
|
|
293
|
+
enumerable: true,
|
|
294
|
+
get: function () { return chunkLZSE6QGQ_cjs.FABRIC_ID_PREFIXES; }
|
|
295
|
+
});
|
|
296
|
+
Object.defineProperty(exports, "createFabricId", {
|
|
297
|
+
enumerable: true,
|
|
298
|
+
get: function () { return chunkLZSE6QGQ_cjs.createFabricId; }
|
|
299
|
+
});
|
|
300
|
+
Object.defineProperty(exports, "isFabricId", {
|
|
301
|
+
enumerable: true,
|
|
302
|
+
get: function () { return chunkLZSE6QGQ_cjs.isFabricId; }
|
|
303
|
+
});
|
|
304
|
+
Object.defineProperty(exports, "parseFabricId", {
|
|
305
|
+
enumerable: true,
|
|
306
|
+
get: function () { return chunkLZSE6QGQ_cjs.parseFabricId; }
|
|
307
|
+
});
|
|
271
308
|
//# sourceMappingURL=index.cjs.map
|
|
272
309
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.cts
CHANGED
|
@@ -8,6 +8,7 @@ export { DataPolicyComparisonOperator, DataPolicyCondition, DataPolicyConditionR
|
|
|
8
8
|
export { StateClass, StateDefinition, StateMachineDatabaseClient, StateMachineDefinition, TransitionContext, getAllowedTransitions, getEntityStateClass, registerStateMachine, registerStateMachineIfMissing, resolveStateMachine, validateTransition } from './state-machines/index.cjs';
|
|
9
9
|
export { ReplayEventsOptions, ReplayEventsResult, ReplayScope, ReplaySnapshot, ReplayWarning, ReplayWarningCode, ReplayableAssetEvent, replayEvents } from './projections/index.cjs';
|
|
10
10
|
export { CachedDisplayDescriptor, DisplayContext, DisplayDatabaseClient, DisplayDescriptor, DisplayRenderer, DisplayRendererRegistration, denormalizeDisplaySnapshot, registerDisplayRenderer, renderEventDisplay, resolveDisplayRenderer } from './displays/index.cjs';
|
|
11
|
-
export { AnalyticsDataContract, AnalyticsDataContractSource, AnalyticsEligibilityDecision, AnonymizationContext, AnonymizationFieldMetadata, AnonymizationMetadata, AnonymizationResult, DataClassificationRule, PLATFORM_PRIVACY_POLICY_VERSION, PlatformDataClass, RedactionMethod, RedactionRule, RetentionRule } from './privacy/index.cjs';
|
|
11
|
+
export { ANONYMIZATION_POLICY_VERSION, AnalyticsDataContract, AnalyticsDataContractSource, AnalyticsEligibilityDecision, AnonymizationContext, AnonymizationEngine, AnonymizationFieldMetadata, AnonymizationLifecycleEvidence, AnonymizationMetadata, AnonymizationResult, AssetEventLike, DataClassificationRule, EvidencePacketLike, FieldRedactor, PLATFORM_PRIVACY_POLICY_VERSION, PlatformDataClass, RedactionMethod, RedactionRule, RetentionRule, anonymizeAssetEventPayload, anonymizeEvidencePacket, anonymizeJsonValue, buildAnonymizationLifecycleEvidence, stableChecksum } from './privacy/index.cjs';
|
|
12
12
|
export { EvidenceGenerationContext, EvidencePacketEnvelope, EvidencePacketReference, EvidencePacketStatus, EvidencePacketSubject, EvidenceRenderer } from './evidence/index.cjs';
|
|
13
|
+
export { AgentActionPolicyContext, AgentActionPolicyDecision, AgentActionPolicyDefinition, AgentActionPolicyEvaluator, AgentActionPolicyRegistry, AgentActionRiskTier, AgentActionRoute } from './agent-hitl/index.cjs';
|
|
13
14
|
export { FakeActionContextOptions, createDeterministicIdFactory, createFakeActionContext, createInMemoryAdapterRegistry } from './testing/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { DataPolicyComparisonOperator, DataPolicyCondition, DataPolicyConditionR
|
|
|
8
8
|
export { StateClass, StateDefinition, StateMachineDatabaseClient, StateMachineDefinition, TransitionContext, getAllowedTransitions, getEntityStateClass, registerStateMachine, registerStateMachineIfMissing, resolveStateMachine, validateTransition } from './state-machines/index.js';
|
|
9
9
|
export { ReplayEventsOptions, ReplayEventsResult, ReplayScope, ReplaySnapshot, ReplayWarning, ReplayWarningCode, ReplayableAssetEvent, replayEvents } from './projections/index.js';
|
|
10
10
|
export { CachedDisplayDescriptor, DisplayContext, DisplayDatabaseClient, DisplayDescriptor, DisplayRenderer, DisplayRendererRegistration, denormalizeDisplaySnapshot, registerDisplayRenderer, renderEventDisplay, resolveDisplayRenderer } from './displays/index.js';
|
|
11
|
-
export { AnalyticsDataContract, AnalyticsDataContractSource, AnalyticsEligibilityDecision, AnonymizationContext, AnonymizationFieldMetadata, AnonymizationMetadata, AnonymizationResult, DataClassificationRule, PLATFORM_PRIVACY_POLICY_VERSION, PlatformDataClass, RedactionMethod, RedactionRule, RetentionRule } from './privacy/index.js';
|
|
11
|
+
export { ANONYMIZATION_POLICY_VERSION, AnalyticsDataContract, AnalyticsDataContractSource, AnalyticsEligibilityDecision, AnonymizationContext, AnonymizationEngine, AnonymizationFieldMetadata, AnonymizationLifecycleEvidence, AnonymizationMetadata, AnonymizationResult, AssetEventLike, DataClassificationRule, EvidencePacketLike, FieldRedactor, PLATFORM_PRIVACY_POLICY_VERSION, PlatformDataClass, RedactionMethod, RedactionRule, RetentionRule, anonymizeAssetEventPayload, anonymizeEvidencePacket, anonymizeJsonValue, buildAnonymizationLifecycleEvidence, stableChecksum } from './privacy/index.js';
|
|
12
12
|
export { EvidenceGenerationContext, EvidencePacketEnvelope, EvidencePacketReference, EvidencePacketStatus, EvidencePacketSubject, EvidenceRenderer } from './evidence/index.js';
|
|
13
|
+
export { AgentActionPolicyContext, AgentActionPolicyDecision, AgentActionPolicyDefinition, AgentActionPolicyEvaluator, AgentActionPolicyRegistry, AgentActionRiskTier, AgentActionRoute } from './agent-hitl/index.js';
|
|
13
14
|
export { FakeActionContextOptions, createDeterministicIdFactory, createFakeActionContext, createInMemoryAdapterRegistry } from './testing/index.js';
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { createModuleRegistry, getEventTypeName, getModuleDependencyNamespace, getObjectTypeName, registerFabricModule, registerFabricModules, validateModuleNamespace } from './chunk-35DD3H55.js';
|
|
2
|
+
export { assertObjectType, getRegisteredObjectTypes, isValidObjectType, registerObjectType } from './chunk-I35B576X.js';
|
|
3
|
+
export { aggregatePolicyOutcomes, assertPolicyId, evaluatePolicyDefinition, evaluatePolicyDefinitions, evaluateRegisteredPolicies, getRegisteredPolicyIds, registerPolicy, registerPolicyIfMissing, resolvePolicy, validateDataPolicyDefinition, validatePolicyGuidance } from './chunk-6ER62UUN.js';
|
|
4
|
+
export { ANONYMIZATION_POLICY_VERSION, AnonymizationEngine, FieldRedactor, PLATFORM_PRIVACY_POLICY_VERSION, anonymizeAssetEventPayload, anonymizeEvidencePacket, anonymizeJsonValue, buildAnonymizationLifecycleEvidence, stableChecksum } from './chunk-X7WC4AYC.js';
|
|
2
5
|
export { replayEvents } from './chunk-JSTGOT6P.js';
|
|
6
|
+
export { getAllowedTransitions, getEntityStateClass, registerStateMachine, registerStateMachineIfMissing, resolveStateMachine, validateTransition } from './chunk-T2JLSZN6.js';
|
|
3
7
|
export { createDeterministicIdFactory, createFakeActionContext, createInMemoryAdapterRegistry } from './chunk-IFMZPLM4.js';
|
|
8
|
+
export { ACTOR_TYPES, assertActionId, assertActorType, getRegisteredActionIds, isActorType, isRegisteredActionId, registerAction, registerActionIfMissing, resolveAction, resolveRegisteredAction } from './chunk-4SMPJPJ6.js';
|
|
4
9
|
export { AdapterRegistry, MissingAdapterRegistrationError, executeWithAdapterRetry, getRetryDelayMs, resolveAdapterRetryPolicy } from './chunk-3ZW5USXF.js';
|
|
5
|
-
|
|
6
|
-
export { FABRIC_ID_PREFIXES, createFabricId, isFabricId, parseFabricId } from './chunk-RALMUSOX.js';
|
|
7
|
-
export { createModuleRegistry, getEventTypeName, getModuleDependencyNamespace, getObjectTypeName, registerFabricModule, registerFabricModules, validateModuleNamespace } from './chunk-IEVF52SU.js';
|
|
8
|
-
export { assertObjectType, getRegisteredObjectTypes, isValidObjectType, registerObjectType } from './chunk-I35B576X.js';
|
|
9
|
-
export { aggregatePolicyOutcomes, assertPolicyId, evaluatePolicyDefinition, evaluatePolicyDefinitions, evaluateRegisteredPolicies, getRegisteredPolicyIds, registerPolicy, registerPolicyIfMissing, resolvePolicy, validateDataPolicyDefinition, validatePolicyGuidance } from './chunk-HO4FICHH.js';
|
|
10
|
-
export { getAllowedTransitions, getEntityStateClass, registerStateMachine, registerStateMachineIfMissing, resolveStateMachine, validateTransition } from './chunk-T2JLSZN6.js';
|
|
11
|
-
export { ACTOR_TYPES, assertActionId, assertActorType, getRegisteredActionIds, isActorType, isRegisteredActionId, registerAction, registerActionIfMissing, resolveAction, resolveRegisteredAction } from './chunk-BJYRMUN2.js';
|
|
10
|
+
export { AgentActionPolicyRegistry } from './chunk-OFCCZ27Z.js';
|
|
12
11
|
export { denormalizeDisplaySnapshot, registerDisplayRenderer, renderEventDisplay, resolveDisplayRenderer } from './chunk-O5WVBQ7P.js';
|
|
13
12
|
export { createEventTypeRegistry, getRegisteredEventTypes, getRegisteredSubjectTypes, isValidEventType, isValidSubjectType, registerEventType, registerSubjectType } from './chunk-4YQOGV7H.js';
|
|
13
|
+
import './chunk-OZLZHISS.js';
|
|
14
|
+
export { FABRIC_ID_PREFIXES, createFabricId, isFabricId, parseFabricId } from './chunk-RALMUSOX.js';
|
|
14
15
|
//# sourceMappingURL=index.js.map
|
|
15
16
|
//# sourceMappingURL=index.js.map
|
package/dist/modules/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkSSYKDXR4_cjs = require('../chunk-SSYKDXR4.cjs');
|
|
4
4
|
require('../chunk-QETQGAXJ.cjs');
|
|
5
|
-
require('../chunk-
|
|
5
|
+
require('../chunk-NJL3US7H.cjs');
|
|
6
6
|
require('../chunk-UV252FLT.cjs');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-BWNPGRRV.cjs');
|
|
8
8
|
require('../chunk-EO4VSB2O.cjs');
|
|
9
9
|
require('../chunk-JAXDEK5Z.cjs');
|
|
10
10
|
|
|
@@ -12,31 +12,31 @@ require('../chunk-JAXDEK5Z.cjs');
|
|
|
12
12
|
|
|
13
13
|
Object.defineProperty(exports, "createModuleRegistry", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkSSYKDXR4_cjs.createModuleRegistry; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "getEventTypeName", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkSSYKDXR4_cjs.getEventTypeName; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "getModuleDependencyNamespace", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkSSYKDXR4_cjs.getModuleDependencyNamespace; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "getObjectTypeName", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkSSYKDXR4_cjs.getObjectTypeName; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "registerFabricModule", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkSSYKDXR4_cjs.registerFabricModule; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "registerFabricModules", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkSSYKDXR4_cjs.registerFabricModules; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "validateModuleNamespace", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkSSYKDXR4_cjs.validateModuleNamespace; }
|
|
40
40
|
});
|
|
41
41
|
//# sourceMappingURL=index.cjs.map
|
|
42
42
|
//# sourceMappingURL=index.cjs.map
|
package/dist/modules/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { createModuleRegistry, getEventTypeName, getModuleDependencyNamespace, getObjectTypeName, registerFabricModule, registerFabricModules, validateModuleNamespace } from '../chunk-
|
|
1
|
+
export { createModuleRegistry, getEventTypeName, getModuleDependencyNamespace, getObjectTypeName, registerFabricModule, registerFabricModules, validateModuleNamespace } from '../chunk-35DD3H55.js';
|
|
2
2
|
import '../chunk-I35B576X.js';
|
|
3
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-6ER62UUN.js';
|
|
4
4
|
import '../chunk-T2JLSZN6.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-4SMPJPJ6.js';
|
|
6
6
|
import '../chunk-O5WVBQ7P.js';
|
|
7
7
|
import '../chunk-4YQOGV7H.js';
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
package/dist/policies/index.cjs
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkNJL3US7H_cjs = require('../chunk-NJL3US7H.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "aggregatePolicyOutcomes", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkNJL3US7H_cjs.aggregatePolicyOutcomes; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "assertPolicyId", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkNJL3US7H_cjs.assertPolicyId; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "evaluatePolicyDefinition", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkNJL3US7H_cjs.evaluatePolicyDefinition; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "evaluatePolicyDefinitions", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkNJL3US7H_cjs.evaluatePolicyDefinitions; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "evaluateRegisteredPolicies", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkNJL3US7H_cjs.evaluateRegisteredPolicies; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "getRegisteredPolicyIds", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkNJL3US7H_cjs.getRegisteredPolicyIds; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "registerPolicy", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkNJL3US7H_cjs.registerPolicy; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "registerPolicyIfMissing", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkNJL3US7H_cjs.registerPolicyIfMissing; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "resolvePolicy", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkNJL3US7H_cjs.resolvePolicy; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "validateDataPolicyDefinition", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkNJL3US7H_cjs.validateDataPolicyDefinition; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "validatePolicyGuidance", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkNJL3US7H_cjs.validatePolicyGuidance; }
|
|
50
50
|
});
|
|
51
51
|
//# sourceMappingURL=index.cjs.map
|
|
52
52
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FabricRuntimeServices, ActionId } from '../actions/index.cjs';
|
|
1
|
+
import { ActorType, FabricRuntimeServices, ActionId } from '../actions/index.cjs';
|
|
2
2
|
|
|
3
3
|
type PolicyEvaluationResult = "pass" | "warn" | "block";
|
|
4
4
|
type PolicyKind = "code" | "data" | "hybrid";
|
|
@@ -10,6 +10,9 @@ interface PolicyContext<TDb = unknown> {
|
|
|
10
10
|
spaceId: string;
|
|
11
11
|
actionInvocationId: string;
|
|
12
12
|
actionId: string;
|
|
13
|
+
/** Authenticated actor identity supplied by the host. Omitted only by legacy hosts and previews. */
|
|
14
|
+
actorId?: string;
|
|
15
|
+
actorType?: ActorType;
|
|
13
16
|
parameters: unknown;
|
|
14
17
|
db: TDb;
|
|
15
18
|
now?: Date;
|
package/dist/policies/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FabricRuntimeServices, ActionId } from '../actions/index.js';
|
|
1
|
+
import { ActorType, FabricRuntimeServices, ActionId } from '../actions/index.js';
|
|
2
2
|
|
|
3
3
|
type PolicyEvaluationResult = "pass" | "warn" | "block";
|
|
4
4
|
type PolicyKind = "code" | "data" | "hybrid";
|
|
@@ -10,6 +10,9 @@ interface PolicyContext<TDb = unknown> {
|
|
|
10
10
|
spaceId: string;
|
|
11
11
|
actionInvocationId: string;
|
|
12
12
|
actionId: string;
|
|
13
|
+
/** Authenticated actor identity supplied by the host. Omitted only by legacy hosts and previews. */
|
|
14
|
+
actorId?: string;
|
|
15
|
+
actorType?: ActorType;
|
|
13
16
|
parameters: unknown;
|
|
14
17
|
db: TDb;
|
|
15
18
|
now?: Date;
|
package/dist/policies/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { aggregatePolicyOutcomes, assertPolicyId, evaluatePolicyDefinition, evaluatePolicyDefinitions, evaluateRegisteredPolicies, getRegisteredPolicyIds, registerPolicy, registerPolicyIfMissing, resolvePolicy, validateDataPolicyDefinition, validatePolicyGuidance } from '../chunk-
|
|
1
|
+
export { aggregatePolicyOutcomes, assertPolicyId, evaluatePolicyDefinition, evaluatePolicyDefinitions, evaluateRegisteredPolicies, getRegisteredPolicyIds, registerPolicy, registerPolicyIfMissing, resolvePolicy, validateDataPolicyDefinition, validatePolicyGuidance } from '../chunk-6ER62UUN.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/privacy/index.cjs
CHANGED
|
@@ -1,12 +1,44 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkYQEXO3IQ_cjs = require('../chunk-YQEXO3IQ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Object.defineProperty(exports, "ANONYMIZATION_POLICY_VERSION", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return chunkYQEXO3IQ_cjs.ANONYMIZATION_POLICY_VERSION; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "AnonymizationEngine", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkYQEXO3IQ_cjs.AnonymizationEngine; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "FieldRedactor", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkYQEXO3IQ_cjs.FieldRedactor; }
|
|
18
|
+
});
|
|
7
19
|
Object.defineProperty(exports, "PLATFORM_PRIVACY_POLICY_VERSION", {
|
|
8
20
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkYQEXO3IQ_cjs.PLATFORM_PRIVACY_POLICY_VERSION; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "anonymizeAssetEventPayload", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkYQEXO3IQ_cjs.anonymizeAssetEventPayload; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "anonymizeEvidencePacket", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkYQEXO3IQ_cjs.anonymizeEvidencePacket; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "anonymizeJsonValue", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkYQEXO3IQ_cjs.anonymizeJsonValue; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "buildAnonymizationLifecycleEvidence", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkYQEXO3IQ_cjs.buildAnonymizationLifecycleEvidence; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "stableChecksum", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkYQEXO3IQ_cjs.stableChecksum; }
|
|
10
42
|
});
|
|
11
43
|
//# sourceMappingURL=index.cjs.map
|
|
12
44
|
//# sourceMappingURL=index.cjs.map
|