@incodetech/core 0.0.0-dev-20260603-50bbeb7a → 0.0.0-dev-20260604-16565430
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/ae-signature.d.ts +1 -1
- package/dist/consent.d.ts +1 -1
- package/dist/{consentManager-CKvXqteP.d.ts → consentManager-B78wrASK.d.ts} +5 -5
- package/dist/cpf-ocr.d.ts +1 -1
- package/dist/{cpfOcrManager-DUPi3yTh.d.ts → cpfOcrManager-hkCjiBXb.d.ts} +20 -20
- package/dist/document-capture.d.ts +71 -71
- package/dist/document-upload.d.ts +43 -43
- package/dist/ekyb.esm.js +3 -3
- package/dist/{ekybStateMachine-W3WyzHfN.esm.js → ekybStateMachine-DcJlgUlK.esm.js} +1 -1
- package/dist/electronic-signature.d.ts +1 -1
- package/dist/extensibility.d.ts +4 -4
- package/dist/extensibility.esm.js +3 -3
- package/dist/face-match.d.ts +20 -1
- package/dist/face-match.esm.js +2 -2
- package/dist/{faceMatchStateMachine-CJjpPtfP.esm.js → faceMatchStateMachine-vJUfrhXF.esm.js} +34 -4
- package/dist/flow.d.ts +2 -2
- package/dist/flow.esm.js +2 -2
- package/dist/{flowServices-ag9foae3.esm.js → flowServices-CGLG6Aps.esm.js} +1 -1
- package/dist/home.d.ts +10 -10
- package/dist/id-ocr.d.ts +52 -52
- package/dist/id-verification.d.ts +25 -25
- package/dist/id.esm.js +3 -3
- package/dist/{idCaptureManager-Dy3b0R0J.esm.js → idCaptureManager-DMGs1KG_.esm.js} +1 -1
- package/dist/{idCaptureStateMachine-BPYJNjsN.esm.js → idCaptureStateMachine-Ds_Pi7au.esm.js} +1 -1
- package/dist/identity-reuse.d.ts +1 -1
- package/dist/{identityReuseManager-CdS2aBvN.d.ts → identityReuseManager-zcnh4sUs.d.ts} +31 -31
- package/dist/{index-B5ffjr3t.d.ts → index-DnSENIXl.d.ts} +126 -126
- package/dist/index.esm.js +2 -2
- package/dist/mandatory-consent.d.ts +1 -1
- package/dist/{mandatoryConsentManager-Di3Lgr-y.d.ts → mandatoryConsentManager-Bmpb5JW-.d.ts} +50 -50
- package/dist/qe-signature.d.ts +1 -1
- package/dist/session.esm.js +1 -1
- package/dist/{sessionInitializer-BbElDRSg.esm.js → sessionInitializer-EyllOMHH.esm.js} +1 -1
- package/dist/{setup-Dtysmmvi.esm.js → setup-CypESC5k.esm.js} +1 -1
- package/dist/trust-graph.d.ts +2 -2
- package/dist/wasm.esm.js +2 -2
- package/dist/workflow.d.ts +135 -135
- package/dist/workflow.esm.js +5 -5
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./WasmUtilProvider-CeyOvhU2.esm.js";
|
|
2
|
-
import { a as setup, n as isConfigured, r as reset } from "./setup-
|
|
2
|
+
import { a as setup, n as isConfigured, r as reset } from "./setup-CypESC5k.esm.js";
|
|
3
3
|
import "./BrowserTimerProvider-BESs49g_.esm.js";
|
|
4
4
|
import "./api-YxPMtty2.esm.js";
|
|
5
5
|
import "./events-Bsw1l0pH.esm.js";
|
|
@@ -7,7 +7,7 @@ import "./endpoints-BPHddOTi.esm.js";
|
|
|
7
7
|
import "./stats-AwLva7-C.esm.js";
|
|
8
8
|
import "./IpifyProvider-BQKB2PR-.esm.js";
|
|
9
9
|
import "./browserSimulation-CHpyEI-W.esm.js";
|
|
10
|
-
import "./sessionInitializer-
|
|
10
|
+
import "./sessionInitializer-EyllOMHH.esm.js";
|
|
11
11
|
import "./platform-D871crJL.esm.js";
|
|
12
12
|
import "./getBrowser-CMJJeBF8.esm.js";
|
|
13
13
|
|
|
@@ -4,5 +4,5 @@ import "./camera-BCAbwFy2.js";
|
|
|
4
4
|
import "./types-DGzov-rE.js";
|
|
5
5
|
import "./types-CURk4uNi.js";
|
|
6
6
|
import "./types-BPTRiryB.js";
|
|
7
|
-
import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, o as mandatoryConsentMachine, r as createMandatoryConsentManager, s as MandatoryConsentConfig, t as MandatoryConsentManager } from "./mandatoryConsentManager-
|
|
7
|
+
import { a as MandatoryConsentActor, i as createMandatoryConsentManagerFromActor, n as MandatoryConsentState, o as mandatoryConsentMachine, r as createMandatoryConsentManager, s as MandatoryConsentConfig, t as MandatoryConsentManager } from "./mandatoryConsentManager-Bmpb5JW-.js";
|
|
8
8
|
export { type MandatoryConsentActor, type MandatoryConsentConfig, type MandatoryConsentManager, type MandatoryConsentState, createMandatoryConsentManager, createMandatoryConsentManagerFromActor, mandatoryConsentMachine };
|
package/dist/{mandatoryConsentManager-Di3Lgr-y.d.ts → mandatoryConsentManager-Bmpb5JW-.d.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as Manager } from "./Manager-C6PZlp2a.js";
|
|
2
2
|
import { t as ActorRefFrom } from "./Actor-CcQ_EteO.js";
|
|
3
3
|
import { a as RegulationTypes } from "./types-BPTRiryB.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as xstate876 from "xstate";
|
|
5
5
|
|
|
6
6
|
//#region src/modules/mandatory-consent/types.d.ts
|
|
7
7
|
type MandatoryConsentConfig = {
|
|
@@ -29,7 +29,7 @@ type MandatoryConsentContext = {
|
|
|
29
29
|
type MandatoryConsentInput = {
|
|
30
30
|
config: MandatoryConsentConfig;
|
|
31
31
|
};
|
|
32
|
-
declare const mandatoryConsentMachine:
|
|
32
|
+
declare const mandatoryConsentMachine: xstate876.StateMachine<MandatoryConsentContext, {
|
|
33
33
|
type: "LOAD";
|
|
34
34
|
} | {
|
|
35
35
|
type: "TOGGLE";
|
|
@@ -42,53 +42,53 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
42
42
|
} | {
|
|
43
43
|
type: "RESET";
|
|
44
44
|
}, {
|
|
45
|
-
[x: string]:
|
|
45
|
+
[x: string]: xstate876.ActorRefFromLogic<xstate876.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
46
46
|
config: MandatoryConsentConfig;
|
|
47
|
-
},
|
|
47
|
+
}, xstate876.EventObject>> | xstate876.ActorRefFromLogic<xstate876.PromiseActorLogic<void, {
|
|
48
48
|
consentId: string;
|
|
49
49
|
isSigned: boolean;
|
|
50
|
-
},
|
|
51
|
-
},
|
|
50
|
+
}, xstate876.EventObject>> | undefined;
|
|
51
|
+
}, xstate876.Values<{
|
|
52
52
|
fetchConsent: {
|
|
53
53
|
src: "fetchConsent";
|
|
54
|
-
logic:
|
|
54
|
+
logic: xstate876.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
55
55
|
config: MandatoryConsentConfig;
|
|
56
|
-
},
|
|
56
|
+
}, xstate876.EventObject>;
|
|
57
57
|
id: string | undefined;
|
|
58
58
|
};
|
|
59
59
|
submitConsent: {
|
|
60
60
|
src: "submitConsent";
|
|
61
|
-
logic:
|
|
61
|
+
logic: xstate876.PromiseActorLogic<void, {
|
|
62
62
|
consentId: string;
|
|
63
63
|
isSigned: boolean;
|
|
64
|
-
},
|
|
64
|
+
}, xstate876.EventObject>;
|
|
65
65
|
id: string | undefined;
|
|
66
66
|
};
|
|
67
|
-
}>,
|
|
67
|
+
}>, xstate876.Values<{
|
|
68
68
|
setConsent: {
|
|
69
69
|
type: "setConsent";
|
|
70
|
-
params:
|
|
71
|
-
};
|
|
72
|
-
resetContext: {
|
|
73
|
-
type: "resetContext";
|
|
74
|
-
params: xstate903.NonReducibleUnknown;
|
|
70
|
+
params: xstate876.NonReducibleUnknown;
|
|
75
71
|
};
|
|
76
72
|
setError: {
|
|
77
73
|
type: "setError";
|
|
78
|
-
params:
|
|
74
|
+
params: xstate876.NonReducibleUnknown;
|
|
79
75
|
};
|
|
80
76
|
clearError: {
|
|
81
77
|
type: "clearError";
|
|
82
|
-
params:
|
|
78
|
+
params: xstate876.NonReducibleUnknown;
|
|
83
79
|
};
|
|
84
80
|
toggleSigned: {
|
|
85
81
|
type: "toggleSigned";
|
|
86
|
-
params:
|
|
82
|
+
params: xstate876.NonReducibleUnknown;
|
|
83
|
+
};
|
|
84
|
+
resetContext: {
|
|
85
|
+
type: "resetContext";
|
|
86
|
+
params: xstate876.NonReducibleUnknown;
|
|
87
87
|
};
|
|
88
88
|
}>, {
|
|
89
89
|
type: "canSubmit";
|
|
90
90
|
params: unknown;
|
|
91
|
-
}, never, "error" | "idle" | "closed" | "finished" | "loading" | "
|
|
91
|
+
}, never, "error" | "idle" | "closed" | "finished" | "loading" | "submitting" | "display", string, MandatoryConsentInput, xstate876.NonReducibleUnknown, xstate876.EventObject, xstate876.MetaObject, {
|
|
92
92
|
readonly id: "mandatoryConsent";
|
|
93
93
|
readonly initial: "idle";
|
|
94
94
|
readonly context: ({
|
|
@@ -97,70 +97,70 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
97
97
|
spawn: {
|
|
98
98
|
<TSrc extends "fetchConsent" | "submitConsent">(logic: TSrc, ...[options]: ({
|
|
99
99
|
src: "fetchConsent";
|
|
100
|
-
logic:
|
|
100
|
+
logic: xstate876.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
101
101
|
config: MandatoryConsentConfig;
|
|
102
|
-
},
|
|
102
|
+
}, xstate876.EventObject>;
|
|
103
103
|
id: string | undefined;
|
|
104
104
|
} extends infer T ? T extends {
|
|
105
105
|
src: "fetchConsent";
|
|
106
|
-
logic:
|
|
106
|
+
logic: xstate876.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
107
107
|
config: MandatoryConsentConfig;
|
|
108
|
-
},
|
|
108
|
+
}, xstate876.EventObject>;
|
|
109
109
|
id: string | undefined;
|
|
110
110
|
} ? T extends {
|
|
111
111
|
src: TSrc;
|
|
112
|
-
} ?
|
|
112
|
+
} ? xstate876.ConditionalRequired<[options?: ({
|
|
113
113
|
id?: T["id"] | undefined;
|
|
114
114
|
systemId?: string;
|
|
115
|
-
input?:
|
|
115
|
+
input?: xstate876.InputFrom<T["logic"]> | undefined;
|
|
116
116
|
syncSnapshot?: boolean;
|
|
117
|
-
} & { [K in
|
|
117
|
+
} & { [K in xstate876.RequiredActorOptions<T>]: unknown }) | undefined], xstate876.IsNotNever<xstate876.RequiredActorOptions<T>>> : never : never : never) | ({
|
|
118
118
|
src: "submitConsent";
|
|
119
|
-
logic:
|
|
119
|
+
logic: xstate876.PromiseActorLogic<void, {
|
|
120
120
|
consentId: string;
|
|
121
121
|
isSigned: boolean;
|
|
122
|
-
},
|
|
122
|
+
}, xstate876.EventObject>;
|
|
123
123
|
id: string | undefined;
|
|
124
124
|
} extends infer T_1 ? T_1 extends {
|
|
125
125
|
src: "submitConsent";
|
|
126
|
-
logic:
|
|
126
|
+
logic: xstate876.PromiseActorLogic<void, {
|
|
127
127
|
consentId: string;
|
|
128
128
|
isSigned: boolean;
|
|
129
|
-
},
|
|
129
|
+
}, xstate876.EventObject>;
|
|
130
130
|
id: string | undefined;
|
|
131
131
|
} ? T_1 extends {
|
|
132
132
|
src: TSrc;
|
|
133
|
-
} ?
|
|
133
|
+
} ? xstate876.ConditionalRequired<[options?: ({
|
|
134
134
|
id?: T_1["id"] | undefined;
|
|
135
135
|
systemId?: string;
|
|
136
|
-
input?:
|
|
136
|
+
input?: xstate876.InputFrom<T_1["logic"]> | undefined;
|
|
137
137
|
syncSnapshot?: boolean;
|
|
138
|
-
} & { [K_1 in
|
|
138
|
+
} & { [K_1 in xstate876.RequiredActorOptions<T_1>]: unknown }) | undefined], xstate876.IsNotNever<xstate876.RequiredActorOptions<T_1>>> : never : never : never)): xstate876.ActorRefFromLogic<xstate876.GetConcreteByKey<xstate876.Values<{
|
|
139
139
|
fetchConsent: {
|
|
140
140
|
src: "fetchConsent";
|
|
141
|
-
logic:
|
|
141
|
+
logic: xstate876.PromiseActorLogic<FetchMandatoryConsentResponse, {
|
|
142
142
|
config: MandatoryConsentConfig;
|
|
143
|
-
},
|
|
143
|
+
}, xstate876.EventObject>;
|
|
144
144
|
id: string | undefined;
|
|
145
145
|
};
|
|
146
146
|
submitConsent: {
|
|
147
147
|
src: "submitConsent";
|
|
148
|
-
logic:
|
|
148
|
+
logic: xstate876.PromiseActorLogic<void, {
|
|
149
149
|
consentId: string;
|
|
150
150
|
isSigned: boolean;
|
|
151
|
-
},
|
|
151
|
+
}, xstate876.EventObject>;
|
|
152
152
|
id: string | undefined;
|
|
153
153
|
};
|
|
154
154
|
}>, "src", TSrc>["logic"]>;
|
|
155
|
-
<TLogic extends
|
|
155
|
+
<TLogic extends xstate876.AnyActorLogic>(src: TLogic, ...[options]: xstate876.ConditionalRequired<[options?: ({
|
|
156
156
|
id?: never;
|
|
157
157
|
systemId?: string;
|
|
158
|
-
input?:
|
|
158
|
+
input?: xstate876.InputFrom<TLogic> | undefined;
|
|
159
159
|
syncSnapshot?: boolean;
|
|
160
|
-
} & { [K in
|
|
160
|
+
} & { [K in xstate876.RequiredLogicInput<TLogic>]: unknown }) | undefined], xstate876.IsNotNever<xstate876.RequiredLogicInput<TLogic>>>): xstate876.ActorRefFromLogic<TLogic>;
|
|
161
161
|
};
|
|
162
162
|
input: MandatoryConsentInput;
|
|
163
|
-
self:
|
|
163
|
+
self: xstate876.ActorRef<xstate876.MachineSnapshot<MandatoryConsentContext, {
|
|
164
164
|
type: "LOAD";
|
|
165
165
|
} | {
|
|
166
166
|
type: "TOGGLE";
|
|
@@ -172,7 +172,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
172
172
|
type: "RETRY";
|
|
173
173
|
} | {
|
|
174
174
|
type: "RESET";
|
|
175
|
-
}, Record<string,
|
|
175
|
+
}, Record<string, xstate876.AnyActorRef | undefined>, xstate876.StateValue, string, unknown, any, any>, {
|
|
176
176
|
type: "LOAD";
|
|
177
177
|
} | {
|
|
178
178
|
type: "TOGGLE";
|
|
@@ -184,7 +184,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
184
184
|
type: "RETRY";
|
|
185
185
|
} | {
|
|
186
186
|
type: "RESET";
|
|
187
|
-
},
|
|
187
|
+
}, xstate876.AnyEventObject>;
|
|
188
188
|
}) => {
|
|
189
189
|
config: MandatoryConsentConfig;
|
|
190
190
|
consent: undefined;
|
|
@@ -221,7 +221,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
221
221
|
} | {
|
|
222
222
|
type: "RESET";
|
|
223
223
|
};
|
|
224
|
-
self:
|
|
224
|
+
self: xstate876.ActorRef<xstate876.MachineSnapshot<MandatoryConsentContext, {
|
|
225
225
|
type: "LOAD";
|
|
226
226
|
} | {
|
|
227
227
|
type: "TOGGLE";
|
|
@@ -233,7 +233,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
233
233
|
type: "RETRY";
|
|
234
234
|
} | {
|
|
235
235
|
type: "RESET";
|
|
236
|
-
}, Record<string,
|
|
236
|
+
}, Record<string, xstate876.AnyActorRef>, xstate876.StateValue, string, unknown, any, any>, {
|
|
237
237
|
type: "LOAD";
|
|
238
238
|
} | {
|
|
239
239
|
type: "TOGGLE";
|
|
@@ -245,7 +245,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
245
245
|
type: "RETRY";
|
|
246
246
|
} | {
|
|
247
247
|
type: "RESET";
|
|
248
|
-
},
|
|
248
|
+
}, xstate876.AnyEventObject>;
|
|
249
249
|
}) => {
|
|
250
250
|
config: MandatoryConsentConfig;
|
|
251
251
|
};
|
|
@@ -298,7 +298,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
298
298
|
} | {
|
|
299
299
|
type: "RESET";
|
|
300
300
|
};
|
|
301
|
-
self:
|
|
301
|
+
self: xstate876.ActorRef<xstate876.MachineSnapshot<MandatoryConsentContext, {
|
|
302
302
|
type: "LOAD";
|
|
303
303
|
} | {
|
|
304
304
|
type: "TOGGLE";
|
|
@@ -310,7 +310,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
310
310
|
type: "RETRY";
|
|
311
311
|
} | {
|
|
312
312
|
type: "RESET";
|
|
313
|
-
}, Record<string,
|
|
313
|
+
}, Record<string, xstate876.AnyActorRef>, xstate876.StateValue, string, unknown, any, any>, {
|
|
314
314
|
type: "LOAD";
|
|
315
315
|
} | {
|
|
316
316
|
type: "TOGGLE";
|
|
@@ -322,7 +322,7 @@ declare const mandatoryConsentMachine: xstate903.StateMachine<MandatoryConsentCo
|
|
|
322
322
|
type: "RETRY";
|
|
323
323
|
} | {
|
|
324
324
|
type: "RESET";
|
|
325
|
-
},
|
|
325
|
+
}, xstate876.AnyEventObject>;
|
|
326
326
|
}) => {
|
|
327
327
|
consentId: string;
|
|
328
328
|
isSigned: boolean;
|
package/dist/qe-signature.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as Manager } from "./Manager-C6PZlp2a.js";
|
|
2
2
|
import "./Actor-CcQ_EteO.js";
|
|
3
|
-
import { c as ConsentKey, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, s as ConsentChecks, u as ElectronicSignatureDocument } from "./index-
|
|
3
|
+
import { c as ConsentKey, f as QE_CONSENT_KEYS, g as getDefaultConsentChecks, i as electronicSignatureMachine, l as ElectronicSignatureConfig, m as areAllConsented, n as ElectronicSignatureState, s as ConsentChecks, u as ElectronicSignatureDocument } from "./index-DnSENIXl.js";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/qe-signature/index.d.ts
|
|
6
6
|
|
package/dist/session.esm.js
CHANGED
|
@@ -4,7 +4,7 @@ import "./endpoints-BPHddOTi.esm.js";
|
|
|
4
4
|
import "./stats-AwLva7-C.esm.js";
|
|
5
5
|
import "./IpifyProvider-BQKB2PR-.esm.js";
|
|
6
6
|
import "./browserSimulation-CHpyEI-W.esm.js";
|
|
7
|
-
import { r as initializeSession } from "./sessionInitializer-
|
|
7
|
+
import { r as initializeSession } from "./sessionInitializer-EyllOMHH.esm.js";
|
|
8
8
|
import "./platform-D871crJL.esm.js";
|
|
9
9
|
import "./getBrowser-CMJJeBF8.esm.js";
|
|
10
10
|
import { t as IncodeApiError } from "./apiError-76Dulrw9.esm.js";
|
|
@@ -185,7 +185,7 @@ function resetFeatureConfigCache() {
|
|
|
185
185
|
|
|
186
186
|
//#endregion
|
|
187
187
|
//#region src/internal/version/sdkVersion.ts
|
|
188
|
-
const SDK_VERSION = "0.0.0-dev-
|
|
188
|
+
const SDK_VERSION = "0.0.0-dev-20260604-16565430";
|
|
189
189
|
|
|
190
190
|
//#endregion
|
|
191
191
|
//#region src/internal/fingerprint/fingerprintService.ts
|
|
@@ -4,7 +4,7 @@ import { a as resetApi, i as isApiConfigured, n as getApi, o as setClient, r as
|
|
|
4
4
|
import { _ as resetAnalyticsBatcher, g as getAnalyticsBatcher, m as createAnalyticsBatchingService, v as setAnalyticsBatcher } from "./events-Bsw1l0pH.esm.js";
|
|
5
5
|
import { t as endpoints } from "./endpoints-BPHddOTi.esm.js";
|
|
6
6
|
import { r as resetDeviceStatsQueue, t as addDeviceStats } from "./stats-AwLva7-C.esm.js";
|
|
7
|
-
import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-
|
|
7
|
+
import { a as setClientIpLookupEnabled, i as resetSessionInit, r as initializeSession } from "./sessionInitializer-EyllOMHH.esm.js";
|
|
8
8
|
|
|
9
9
|
//#region ../infra/src/wasm/wasmDefaults.ts
|
|
10
10
|
const WASM_CDN_BASE_URL = "https://cdn.incodesmile.com/ml-wasm-kit-release";
|
package/dist/trust-graph.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as Manager } from "./Manager-C6PZlp2a.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as xstate700 from "xstate";
|
|
3
3
|
|
|
4
4
|
//#region src/modules/trust-graph/trustGraphManager.d.ts
|
|
5
5
|
type TrustGraphIdleState = {
|
|
@@ -59,7 +59,7 @@ type TrustGraphContext = Record<string, never>;
|
|
|
59
59
|
* Mirror the `noOpFlowModuleMachine` / `identitySearchMachine` headless pattern:
|
|
60
60
|
* start directly in the `final` state.
|
|
61
61
|
*/
|
|
62
|
-
declare const trustGraphMachine:
|
|
62
|
+
declare const trustGraphMachine: xstate700.StateMachine<TrustGraphContext, xstate700.AnyEventObject, {}, never, never, never, never, "finished", string, xstate700.NonReducibleUnknown, xstate700.NonReducibleUnknown, xstate700.EventObject, xstate700.MetaObject, {
|
|
63
63
|
readonly id: "trust-graph";
|
|
64
64
|
readonly initial: "finished";
|
|
65
65
|
readonly context: {};
|
package/dist/wasm.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as warmupWasm } from "./WasmUtilProvider-CeyOvhU2.esm.js";
|
|
2
|
-
import { c as buildDefaultWasmConfig, i as setWasmConfig, l as buildWasmConfigFromBasePath, o as upgradeToWasmHttpClient, s as DEFAULT_WASM_VERSION, t as initializeWasmUtil, u as resolveWasmConfig } from "./setup-
|
|
2
|
+
import { c as buildDefaultWasmConfig, i as setWasmConfig, l as buildWasmConfigFromBasePath, o as upgradeToWasmHttpClient, s as DEFAULT_WASM_VERSION, t as initializeWasmUtil, u as resolveWasmConfig } from "./setup-CypESC5k.esm.js";
|
|
3
3
|
import "./BrowserTimerProvider-BESs49g_.esm.js";
|
|
4
4
|
import "./api-YxPMtty2.esm.js";
|
|
5
5
|
import "./events-Bsw1l0pH.esm.js";
|
|
@@ -7,7 +7,7 @@ import "./endpoints-BPHddOTi.esm.js";
|
|
|
7
7
|
import "./stats-AwLva7-C.esm.js";
|
|
8
8
|
import "./IpifyProvider-BQKB2PR-.esm.js";
|
|
9
9
|
import "./browserSimulation-CHpyEI-W.esm.js";
|
|
10
|
-
import "./sessionInitializer-
|
|
10
|
+
import "./sessionInitializer-EyllOMHH.esm.js";
|
|
11
11
|
import "./platform-D871crJL.esm.js";
|
|
12
12
|
import "./getBrowser-CMJJeBF8.esm.js";
|
|
13
13
|
|