@forgerock/davinci-client 0.0.0-beta-20250414111925 → 0.0.0-beta-20250414113129
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/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +8 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/lib/authorize.utils.d.ts +22 -0
- package/dist/src/lib/authorize.utils.d.ts.map +1 -0
- package/dist/src/lib/authorize.utils.js +47 -0
- package/dist/src/lib/authorize.utils.js.map +1 -0
- package/dist/src/lib/client.store.d.ts +351 -0
- package/dist/src/lib/client.store.d.ts.map +1 -0
- package/dist/src/lib/client.store.js +295 -0
- package/dist/src/lib/client.store.js.map +1 -0
- package/dist/src/lib/client.store.utils.d.ts +61 -0
- package/dist/src/lib/client.store.utils.d.ts.map +1 -0
- package/dist/src/lib/client.store.utils.js +35 -0
- package/dist/src/lib/client.store.utils.js.map +1 -0
- package/dist/src/lib/client.types.d.ts +17 -0
- package/dist/src/lib/client.types.d.ts.map +1 -0
- package/dist/src/lib/client.types.js +2 -0
- package/dist/src/lib/client.types.js.map +1 -0
- package/dist/src/lib/collector.types.d.ts +255 -0
- package/dist/src/lib/collector.types.d.ts.map +1 -0
- package/dist/src/lib/collector.types.js +11 -0
- package/dist/src/lib/collector.types.js.map +1 -0
- package/dist/src/lib/collector.utils.d.ts +100 -0
- package/dist/src/lib/collector.utils.d.ts.map +1 -0
- package/dist/src/lib/collector.utils.js +349 -0
- package/dist/src/lib/collector.utils.js.map +1 -0
- package/dist/src/lib/config.slice.d.ts +42 -0
- package/dist/src/lib/config.slice.d.ts.map +1 -0
- package/dist/src/lib/config.slice.js +59 -0
- package/dist/src/lib/config.slice.js.map +1 -0
- package/dist/src/lib/config.types.d.ts +12 -0
- package/dist/src/lib/config.types.d.ts.map +1 -0
- package/dist/src/lib/config.types.js +2 -0
- package/dist/src/lib/config.types.js.map +1 -0
- package/dist/src/lib/davinci.api.d.ts +29 -0
- package/dist/src/lib/davinci.api.d.ts.map +1 -0
- package/dist/src/lib/davinci.api.js +333 -0
- package/dist/src/lib/davinci.api.js.map +1 -0
- package/dist/src/lib/davinci.types.d.ts +239 -0
- package/dist/src/lib/davinci.types.d.ts.map +1 -0
- package/dist/src/lib/davinci.types.js +11 -0
- package/dist/src/lib/davinci.types.js.map +1 -0
- package/dist/src/lib/davinci.utils.d.ts +25 -0
- package/dist/src/lib/davinci.utils.d.ts.map +1 -0
- package/dist/src/lib/davinci.utils.js +185 -0
- package/dist/src/lib/davinci.utils.js.map +1 -0
- package/dist/src/lib/device.store.d.ts +126 -0
- package/dist/src/lib/device.store.d.ts.map +1 -0
- package/dist/src/lib/device.store.js +200 -0
- package/dist/src/lib/device.store.js.map +1 -0
- package/dist/src/lib/effects/request.effect.mock.d.ts +4 -0
- package/dist/src/lib/effects/request.effect.mock.d.ts.map +1 -0
- package/dist/src/lib/effects/request.effect.mock.js +106 -0
- package/dist/src/lib/effects/request.effect.mock.js.map +1 -0
- package/dist/src/lib/effects/request.effect.types.d.ts +20 -0
- package/dist/src/lib/effects/request.effect.types.d.ts.map +1 -0
- package/dist/src/lib/effects/request.effect.types.js +2 -0
- package/dist/src/lib/effects/request.effect.types.js.map +1 -0
- package/dist/src/lib/effects/request.effect.unions.d.ts +12 -0
- package/dist/src/lib/effects/request.effect.unions.d.ts.map +1 -0
- package/dist/src/lib/effects/request.effect.unions.js +16 -0
- package/dist/src/lib/effects/request.effect.unions.js.map +1 -0
- package/dist/src/lib/effects/request.effect.utils.d.ts +27 -0
- package/dist/src/lib/effects/request.effect.utils.d.ts.map +1 -0
- package/dist/src/lib/effects/request.effect.utils.js +57 -0
- package/dist/src/lib/effects/request.effect.utils.js.map +1 -0
- package/dist/src/lib/error.types.d.ts +6 -0
- package/dist/src/lib/error.types.d.ts.map +1 -0
- package/dist/src/lib/error.types.js +2 -0
- package/dist/src/lib/error.types.js.map +1 -0
- package/dist/src/lib/index.d.ts +3 -0
- package/dist/src/lib/index.d.ts.map +1 -0
- package/dist/src/lib/index.js +9 -0
- package/dist/src/lib/index.js.map +1 -0
- package/dist/src/lib/node.reducer.d.ts +27 -0
- package/dist/src/lib/node.reducer.d.ts.map +1 -0
- package/dist/src/lib/node.reducer.js +143 -0
- package/dist/src/lib/node.reducer.js.map +1 -0
- package/dist/src/lib/node.slice.d.ts +145 -0
- package/dist/src/lib/node.slice.d.ts.map +1 -0
- package/dist/src/lib/node.slice.js +231 -0
- package/dist/src/lib/node.slice.js.map +1 -0
- package/dist/src/lib/node.types.d.ts +118 -0
- package/dist/src/lib/node.types.d.ts.map +1 -0
- package/dist/src/lib/node.types.js +2 -0
- package/dist/src/lib/node.types.js.map +1 -0
- package/dist/src/lib/node.utils.d.ts +4 -0
- package/dist/src/lib/node.utils.d.ts.map +1 -0
- package/dist/src/lib/node.utils.js +32 -0
- package/dist/src/lib/node.utils.js.map +1 -0
- package/dist/src/lib/services/index.d.ts +24 -0
- package/dist/src/lib/services/index.d.ts.map +1 -0
- package/dist/src/lib/services/index.js +81 -0
- package/dist/src/lib/services/index.js.map +1 -0
- package/dist/src/lib/types/binding-device.types.d.ts +31 -0
- package/dist/src/lib/types/binding-device.types.d.ts.map +1 -0
- package/dist/src/lib/types/binding-device.types.js +2 -0
- package/dist/src/lib/types/binding-device.types.js.map +1 -0
- package/dist/src/lib/types/index.d.ts +6 -0
- package/dist/src/lib/types/index.d.ts.map +1 -0
- package/dist/src/lib/types/index.js +12 -0
- package/dist/src/lib/types/index.js.map +1 -0
- package/dist/src/lib/types/oath.types.d.ts +41 -0
- package/dist/src/lib/types/oath.types.d.ts.map +1 -0
- package/dist/src/lib/types/oath.types.js +2 -0
- package/dist/src/lib/types/oath.types.js.map +1 -0
- package/dist/src/lib/types/push-device.types.d.ts +84 -0
- package/dist/src/lib/types/push-device.types.d.ts.map +1 -0
- package/dist/src/lib/types/push-device.types.js +2 -0
- package/dist/src/lib/types/push-device.types.js.map +1 -0
- package/dist/src/lib/types/updateDeviceProfile.types.d.ts +58 -0
- package/dist/src/lib/types/updateDeviceProfile.types.d.ts.map +1 -0
- package/dist/src/lib/types/updateDeviceProfile.types.js +2 -0
- package/dist/src/lib/types/updateDeviceProfile.types.js.map +1 -0
- package/dist/src/lib/types/webauthn.types.d.ts +69 -0
- package/dist/src/lib/types/webauthn.types.d.ts.map +1 -0
- package/dist/src/lib/types/webauthn.types.js +2 -0
- package/dist/src/lib/types/webauthn.types.js.map +1 -0
- package/dist/src/lib/wellknown.api.d.ts +5 -0
- package/dist/src/lib/wellknown.api.d.ts.map +1 -0
- package/dist/src/lib/wellknown.api.js +22 -0
- package/dist/src/lib/wellknown.api.js.map +1 -0
- package/dist/src/lib/wellknown.types.d.ts +38 -0
- package/dist/src/lib/wellknown.types.d.ts.map +1 -0
- package/dist/src/lib/wellknown.types.js +2 -0
- package/dist/src/lib/wellknown.types.js.map +1 -0
- package/dist/src/types.d.ts +31 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +8 -0
- package/dist/src/types.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export type OathDevice = {
|
|
2
|
+
id: string;
|
|
3
|
+
deviceName: string;
|
|
4
|
+
uuid: string;
|
|
5
|
+
createdDate: Date;
|
|
6
|
+
lastAccessDate: Date;
|
|
7
|
+
};
|
|
8
|
+
export type DeleteOathQuery = {
|
|
9
|
+
realm?: string;
|
|
10
|
+
userId: string;
|
|
11
|
+
uuid: string;
|
|
12
|
+
};
|
|
13
|
+
export type RetrieveOathQuery = {
|
|
14
|
+
realm?: string;
|
|
15
|
+
userId: string;
|
|
16
|
+
};
|
|
17
|
+
export type OAthResponse = {
|
|
18
|
+
_id: string;
|
|
19
|
+
_rev: string;
|
|
20
|
+
createdDate: number;
|
|
21
|
+
lastAccessDate: number;
|
|
22
|
+
deviceName: string;
|
|
23
|
+
uuid: string;
|
|
24
|
+
deviceManagementStatus: boolean;
|
|
25
|
+
}[];
|
|
26
|
+
export type DeletedOAthDevice = {
|
|
27
|
+
_id: string;
|
|
28
|
+
_rev: string;
|
|
29
|
+
uuid: string;
|
|
30
|
+
recoveryCodes: string[];
|
|
31
|
+
createdDate: number;
|
|
32
|
+
lastAccessDate: number;
|
|
33
|
+
sharedSecret: string;
|
|
34
|
+
deviceName: string;
|
|
35
|
+
lastLogin: number;
|
|
36
|
+
counter: number;
|
|
37
|
+
checksumDigit: boolean;
|
|
38
|
+
truncationOffset: number;
|
|
39
|
+
clockDriftSeconds: number;
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=oath.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oath.types.d.ts","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/oath.types.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,IAAI,CAAC;IAClB,cAAc,EAAE,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,EAAE,OAAO,CAAC;CACjC,EAAE,CAAC;AAEJ,MAAM,MAAM,iBAAiB,GAAG;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oath.types.js","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/oath.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export type PushDeviceQuery = {
|
|
2
|
+
realm?: string;
|
|
3
|
+
userId: string;
|
|
4
|
+
};
|
|
5
|
+
export type PushDeviceBody = {
|
|
6
|
+
id: string;
|
|
7
|
+
deviceName: string;
|
|
8
|
+
uuid: string;
|
|
9
|
+
createdDate: string;
|
|
10
|
+
lastAccessDate: string;
|
|
11
|
+
};
|
|
12
|
+
export type DeleteDeviceQuery = {
|
|
13
|
+
realm?: string;
|
|
14
|
+
userId: string;
|
|
15
|
+
uuid: string;
|
|
16
|
+
};
|
|
17
|
+
export type DeviceInfoResponse = {
|
|
18
|
+
result: DeviceInfo[];
|
|
19
|
+
resultCount: number;
|
|
20
|
+
pagedResultsCookie: null;
|
|
21
|
+
totalPagedResultsPolicy: string;
|
|
22
|
+
totalPagedResults: -1;
|
|
23
|
+
remainingPagedResults: -1;
|
|
24
|
+
};
|
|
25
|
+
export type DeviceInfo = {
|
|
26
|
+
_id: string;
|
|
27
|
+
_rev: string;
|
|
28
|
+
identifier: string;
|
|
29
|
+
metadata: {
|
|
30
|
+
platform: {
|
|
31
|
+
platform: string;
|
|
32
|
+
version: number;
|
|
33
|
+
device: string;
|
|
34
|
+
deviceName: string;
|
|
35
|
+
model: string;
|
|
36
|
+
brand: string;
|
|
37
|
+
locale: string;
|
|
38
|
+
timeZone: string;
|
|
39
|
+
jailBreakScore: number;
|
|
40
|
+
};
|
|
41
|
+
hardware: {
|
|
42
|
+
hardware: string;
|
|
43
|
+
manufacturer: string;
|
|
44
|
+
storage: number;
|
|
45
|
+
memory: number;
|
|
46
|
+
cpu: number;
|
|
47
|
+
display: {
|
|
48
|
+
width: number;
|
|
49
|
+
height: number;
|
|
50
|
+
orientation: number;
|
|
51
|
+
};
|
|
52
|
+
camera: {
|
|
53
|
+
numberOfCameras: number;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
browser: {
|
|
57
|
+
userAgent: string;
|
|
58
|
+
};
|
|
59
|
+
bluetooth: {
|
|
60
|
+
supported: boolean;
|
|
61
|
+
};
|
|
62
|
+
network: {
|
|
63
|
+
connected: boolean;
|
|
64
|
+
};
|
|
65
|
+
telephony: {
|
|
66
|
+
networkCountryIso: string;
|
|
67
|
+
carrierName: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
lastSelectedDate: number;
|
|
71
|
+
alias: string;
|
|
72
|
+
recoveryCodes: string[];
|
|
73
|
+
};
|
|
74
|
+
export type PushDevicesResponse = PushDevice[];
|
|
75
|
+
export type PushDevice = {
|
|
76
|
+
_id: string;
|
|
77
|
+
_rev: string;
|
|
78
|
+
createdDate: number;
|
|
79
|
+
lastAccessDate: number;
|
|
80
|
+
deviceName: string;
|
|
81
|
+
uuid: string;
|
|
82
|
+
deviceManagementStatus: boolean;
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=push-device.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"push-device.types.d.ts","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/push-device.types.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,IAAI,CAAC;IACzB,uBAAuB,EAAE,MAAM,CAAC;IAChC,iBAAiB,EAAE,CAAC,CAAC,CAAC;IACtB,qBAAqB,EAAE,CAAC,CAAC,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE;QACR,QAAQ,EAAE;YACR,QAAQ,EAAE,MAAM,CAAC;YACjB,OAAO,EAAE,MAAM,CAAC;YAChB,MAAM,EAAE,MAAM,CAAC;YACf,UAAU,EAAE,MAAM,CAAC;YACnB,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,MAAM,EAAE,MAAM,CAAC;YACf,QAAQ,EAAE,MAAM,CAAC;YACjB,cAAc,EAAE,MAAM,CAAC;SACxB,CAAC;QACF,QAAQ,EAAE;YACR,QAAQ,EAAE,MAAM,CAAC;YACjB,YAAY,EAAE,MAAM,CAAC;YACrB,OAAO,EAAE,MAAM,CAAC;YAChB,MAAM,EAAE,MAAM,CAAC;YACf,GAAG,EAAE,MAAM,CAAC;YACZ,OAAO,EAAE;gBACP,KAAK,EAAE,MAAM,CAAC;gBACd,MAAM,EAAE,MAAM,CAAC;gBACf,WAAW,EAAE,MAAM,CAAC;aACrB,CAAC;YACF,MAAM,EAAE;gBACN,eAAe,EAAE,MAAM,CAAC;aACzB,CAAC;SACH,CAAC;QACF,OAAO,EAAE;YACP,SAAS,EAAE,MAAM,CAAC;SACnB,CAAC;QACF,SAAS,EAAE;YACT,SAAS,EAAE,OAAO,CAAC;SACpB,CAAC;QACF,OAAO,EAAE;YACP,SAAS,EAAE,OAAO,CAAC;SACpB,CAAC;QACF,SAAS,EAAE;YACT,iBAAiB,EAAE,MAAM,CAAC;YAC1B,WAAW,EAAE,MAAM,CAAC;SACrB,CAAC;KACH,CAAC;IACF,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,UAAU,EAAE,CAAC;AAE/C,MAAM,MAAM,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,EAAE,OAAO,CAAC;CACjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"push-device.types.js","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/push-device.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
type Device = {
|
|
2
|
+
platform: string;
|
|
3
|
+
version: 34;
|
|
4
|
+
device: string;
|
|
5
|
+
deviceName: string;
|
|
6
|
+
model: string;
|
|
7
|
+
brand: string;
|
|
8
|
+
locale: string;
|
|
9
|
+
timeZone: string;
|
|
10
|
+
jailBreakScore: 0;
|
|
11
|
+
};
|
|
12
|
+
type Hardware = {
|
|
13
|
+
hardware: string;
|
|
14
|
+
manufacturer: string;
|
|
15
|
+
storage: 5939;
|
|
16
|
+
memory: 2981;
|
|
17
|
+
cpu: 4;
|
|
18
|
+
display: {
|
|
19
|
+
width: 1440;
|
|
20
|
+
height: 2678;
|
|
21
|
+
orientation: 1;
|
|
22
|
+
};
|
|
23
|
+
camera: {
|
|
24
|
+
numberOfCameras: 2;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type Browser = {
|
|
28
|
+
userAgent: string;
|
|
29
|
+
};
|
|
30
|
+
type Bluetooth = {
|
|
31
|
+
supported: true;
|
|
32
|
+
};
|
|
33
|
+
type Network = {
|
|
34
|
+
connected: true;
|
|
35
|
+
};
|
|
36
|
+
type Telephony = {
|
|
37
|
+
networkCountryIso: 'us';
|
|
38
|
+
carrierName: 'T-Mobile';
|
|
39
|
+
};
|
|
40
|
+
type Metadata = {
|
|
41
|
+
platform: Device;
|
|
42
|
+
hardware: Hardware;
|
|
43
|
+
browser: Browser;
|
|
44
|
+
bluetooth: Bluetooth;
|
|
45
|
+
network: Network;
|
|
46
|
+
telephony: Telephony;
|
|
47
|
+
};
|
|
48
|
+
export type DeviceProfile = {
|
|
49
|
+
_id: string;
|
|
50
|
+
_rev: string;
|
|
51
|
+
identifier: string;
|
|
52
|
+
metadata: Metadata;
|
|
53
|
+
lastSelectedDate: number;
|
|
54
|
+
alias: 'Test3';
|
|
55
|
+
recoveryCodes: [];
|
|
56
|
+
};
|
|
57
|
+
export {};
|
|
58
|
+
//# sourceMappingURL=updateDeviceProfile.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateDeviceProfile.types.d.ts","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/updateDeviceProfile.types.ts"],"names":[],"mappings":"AAMA,KAAK,MAAM,GAAG;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,EAAE,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,CAAC,CAAC;CACnB,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,IAAI,CAAC;IACd,MAAM,EAAE,IAAI,CAAC;IACb,GAAG,EAAE,CAAC,CAAC;IACP,OAAO,EAAE;QACP,KAAK,EAAE,IAAI,CAAC;QACZ,MAAM,EAAE,IAAI,CAAC;QACb,WAAW,EAAE,CAAC,CAAC;KAChB,CAAC;IACF,MAAM,EAAE;QACN,eAAe,EAAE,CAAC,CAAC;KACpB,CAAC;CACH,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,iBAAiB,EAAE,IAAI,CAAC;IACxB,WAAW,EAAE,UAAU,CAAC;CACzB,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,OAAO,CAAC;IACf,aAAa,EAAE,EAAE,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateDeviceProfile.types.js","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/updateDeviceProfile.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
export type WebAuthnQuery = {
|
|
2
|
+
realm?: string;
|
|
3
|
+
userId: string;
|
|
4
|
+
};
|
|
5
|
+
export type WebAuthnQueryWithUUID = {
|
|
6
|
+
uuid: string;
|
|
7
|
+
} & WebAuthnQuery;
|
|
8
|
+
export type WebAuthnBody = {
|
|
9
|
+
id: string;
|
|
10
|
+
deviceName: string;
|
|
11
|
+
uuid: string;
|
|
12
|
+
credentialId: string;
|
|
13
|
+
createdDate: number;
|
|
14
|
+
lastAccessDate: number;
|
|
15
|
+
};
|
|
16
|
+
export type WebAuthnDevicesResponse = {
|
|
17
|
+
result: WebAuthnDevice[];
|
|
18
|
+
resultCount: number;
|
|
19
|
+
pagedResultsCookie: null;
|
|
20
|
+
totalPagedResultsPolicy: 'NONE';
|
|
21
|
+
totalPagedResults: -1;
|
|
22
|
+
remainingPagedResults: -1;
|
|
23
|
+
};
|
|
24
|
+
export type WebAuthnDevice = {
|
|
25
|
+
_id: string;
|
|
26
|
+
_rev: string;
|
|
27
|
+
createdDate: number;
|
|
28
|
+
lastAccessDate: number;
|
|
29
|
+
credentialId: string;
|
|
30
|
+
deviceName: string;
|
|
31
|
+
uuid: string;
|
|
32
|
+
deviceManagementStatus: boolean;
|
|
33
|
+
};
|
|
34
|
+
export type UpdatedWebAuthnDevice = {
|
|
35
|
+
_id: string;
|
|
36
|
+
_rev: string;
|
|
37
|
+
uuid: string;
|
|
38
|
+
recoveryCodes: string[];
|
|
39
|
+
createdDate: number;
|
|
40
|
+
lastAccessDate: number;
|
|
41
|
+
credentialId: string;
|
|
42
|
+
algorithm: string;
|
|
43
|
+
deviceName: string;
|
|
44
|
+
signCount: number;
|
|
45
|
+
key: {
|
|
46
|
+
kty: string;
|
|
47
|
+
x: string;
|
|
48
|
+
y: string;
|
|
49
|
+
crv: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export type WebAuthnCredential = {
|
|
53
|
+
_id: string;
|
|
54
|
+
_rev: string;
|
|
55
|
+
uuid: string;
|
|
56
|
+
recoveryCodes: string[];
|
|
57
|
+
createdDate: number;
|
|
58
|
+
lastAccessDate: number;
|
|
59
|
+
credentialId: string;
|
|
60
|
+
algorithm: string;
|
|
61
|
+
deviceName: string;
|
|
62
|
+
key: {
|
|
63
|
+
kty: string;
|
|
64
|
+
x: string;
|
|
65
|
+
y: string;
|
|
66
|
+
crv: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
//# sourceMappingURL=webauthn.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webauthn.types.d.ts","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/webauthn.types.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,aAAa,CAAC;AAElB,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,IAAI,CAAC;IACzB,uBAAuB,EAAE,MAAM,CAAC;IAChC,iBAAiB,EAAE,CAAC,CAAC,CAAC;IACtB,qBAAqB,EAAE,CAAC,CAAC,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE;QACH,GAAG,EAAE,MAAM,CAAC;QACZ,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;QACV,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;CACH,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,EAAE;QACH,GAAG,EAAE,MAAM,CAAC;QACZ,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;QACV,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webauthn.types.js","sourceRoot":"","sources":["../../../../../device-client/src/lib/types/webauthn.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { WellknownResponse } from './wellknown.types.js';
|
|
2
|
+
export declare const wellknownApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
|
|
3
|
+
wellknown: import("@reduxjs/toolkit/query").QueryDefinition<string, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, WellknownResponse, "wellknown">;
|
|
4
|
+
}, "wellknown", never, typeof import("@reduxjs/toolkit/query").coreModuleName>;
|
|
5
|
+
//# sourceMappingURL=wellknown.api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wellknown.api.d.ts","sourceRoot":"","sources":["../../../src/lib/wellknown.api.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,eAAO,MAAM,YAAY;;8EAavB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2025 Ping Identity Corporation. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This software may be modified and distributed under the terms
|
|
5
|
+
* of the MIT license. See the LICENSE file for details.
|
|
6
|
+
*/
|
|
7
|
+
import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query';
|
|
8
|
+
export const wellknownApi = createApi({
|
|
9
|
+
reducerPath: 'wellknown',
|
|
10
|
+
baseQuery: fetchBaseQuery({
|
|
11
|
+
prepareHeaders: (headers) => {
|
|
12
|
+
headers.set('Accept', 'application/json');
|
|
13
|
+
return headers;
|
|
14
|
+
},
|
|
15
|
+
}),
|
|
16
|
+
endpoints: (builder) => ({
|
|
17
|
+
wellknown: builder.query({
|
|
18
|
+
query: (endpoint) => ({ url: endpoint }),
|
|
19
|
+
}),
|
|
20
|
+
}),
|
|
21
|
+
});
|
|
22
|
+
//# sourceMappingURL=wellknown.api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wellknown.api.js","sourceRoot":"","sources":["../../../src/lib/wellknown.api.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGnE,MAAM,CAAC,MAAM,YAAY,GAAG,SAAS,CAAC;IACpC,WAAW,EAAE,WAAW;IACxB,SAAS,EAAE,cAAc,CAAC;QACxB,cAAc,EAAE,CAAC,OAAO,EAAE,EAAE;YAC1B,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAAC;YAC1C,OAAO,OAAO,CAAC;QACjB,CAAC;KACF,CAAC;IACF,SAAS,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;QACvB,SAAS,EAAE,OAAO,CAAC,KAAK,CAA4B;YAClD,KAAK,EAAE,CAAC,QAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC;SACjD,CAAC;KACH,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export interface WellknownResponse {
|
|
2
|
+
issuer: string;
|
|
3
|
+
authorization_endpoint: string;
|
|
4
|
+
pushed_authorization_request_endpoint: string;
|
|
5
|
+
token_endpoint: string;
|
|
6
|
+
userinfo_endpoint: string;
|
|
7
|
+
jwks_uri: string;
|
|
8
|
+
end_session_endpoint: string;
|
|
9
|
+
check_session_iframe: string;
|
|
10
|
+
introspection_endpoint: string;
|
|
11
|
+
revocation_endpoint: string;
|
|
12
|
+
device_authorization_endpoint: string;
|
|
13
|
+
claims_parameter_supported: string;
|
|
14
|
+
request_parameter_supported: string;
|
|
15
|
+
request_uri_parameter_supported: string;
|
|
16
|
+
require_pushed_authorization_requests: string;
|
|
17
|
+
scopes_supported: string[];
|
|
18
|
+
response_types_supported: string[];
|
|
19
|
+
response_modes_supported: string[];
|
|
20
|
+
grant_types_supported: string[];
|
|
21
|
+
subject_types_supported: string[];
|
|
22
|
+
id_token_signing_alg_values_supported: string[];
|
|
23
|
+
userinfo_signing_alg_values_supported: string[];
|
|
24
|
+
request_object_signing_alg_values_supported: string[];
|
|
25
|
+
token_endpoint_auth_methods_supported: string[];
|
|
26
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
27
|
+
claim_types_supported: string[];
|
|
28
|
+
claims_supported: string[];
|
|
29
|
+
code_challenge_methods_supported: string[];
|
|
30
|
+
}
|
|
31
|
+
export interface Endpoints {
|
|
32
|
+
authorize: string;
|
|
33
|
+
issuer: string;
|
|
34
|
+
introspection: string;
|
|
35
|
+
tokens: string;
|
|
36
|
+
userinfo: string;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=wellknown.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wellknown.types.d.ts","sourceRoot":"","sources":["../../../src/lib/wellknown.types.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qCAAqC,EAAE,MAAM,CAAC;IAC9C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,6BAA6B,EAAE,MAAM,CAAC;IACtC,0BAA0B,EAAE,MAAM,CAAC;IACnC,2BAA2B,EAAE,MAAM,CAAC;IACpC,+BAA+B,EAAE,MAAM,CAAC;IACxC,qCAAqC,EAAE,MAAM,CAAC;IAC9C,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,uBAAuB,EAAE,MAAM,EAAE,CAAC;IAClC,qCAAqC,EAAE,MAAM,EAAE,CAAC;IAChD,qCAAqC,EAAE,MAAM,EAAE,CAAC;IAChD,2CAA2C,EAAE,MAAM,EAAE,CAAC;IACtD,qCAAqC,EAAE,MAAM,EAAE,CAAC;IAChD,gDAAgD,EAAE,MAAM,EAAE,CAAC;IAC3D,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,gCAAgC,EAAE,MAAM,EAAE,CAAC;CAC5C;AAED,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wellknown.types.js","sourceRoot":"","sources":["../../../src/lib/wellknown.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import 'immer';
|
|
2
|
+
import type * as collectors from './lib/collector.types.js';
|
|
3
|
+
import type * as config from './lib/config.types.js';
|
|
4
|
+
import type * as nodes from './lib/node.types.js';
|
|
5
|
+
import type * as client from './lib/client.types.js';
|
|
6
|
+
import type * as effect from './lib/effects/request.effect.types.js';
|
|
7
|
+
export type DaVinciConfig = config.DaVinciConfig;
|
|
8
|
+
export type Updater = client.Updater;
|
|
9
|
+
export type InitFlow = client.InitFlow;
|
|
10
|
+
export type Validator = client.Validator;
|
|
11
|
+
export type StartNode = nodes.StartNode;
|
|
12
|
+
export type ContinueNode = nodes.ContinueNode;
|
|
13
|
+
export type ErrorNode = nodes.ErrorNode;
|
|
14
|
+
export type SuccessNode = nodes.SuccessNode;
|
|
15
|
+
export type FailureNode = nodes.FailureNode;
|
|
16
|
+
export type NodeStates = StartNode | ContinueNode | ErrorNode | SuccessNode | FailureNode;
|
|
17
|
+
export type Collectors = nodes.Collectors;
|
|
18
|
+
export type DaVinciValidationError = nodes.DaVinciError;
|
|
19
|
+
export type ActionCollector<T extends collectors.ActionCollectorTypes> = collectors.ActionCollector<T>;
|
|
20
|
+
export type SingleValueCollector<T extends collectors.SingleValueCollectorTypes> = collectors.SingleValueCollector<T>;
|
|
21
|
+
export type FlowCollector = collectors.FlowCollector;
|
|
22
|
+
export type PasswordCollector = collectors.PasswordCollector;
|
|
23
|
+
export type TextCollector = collectors.TextCollector;
|
|
24
|
+
export type IdpCollector = collectors.IdpCollector;
|
|
25
|
+
export type SubmitCollector = collectors.SubmitCollector;
|
|
26
|
+
export type ValidatedTextCollector = collectors.ValidatedTextCollector;
|
|
27
|
+
export type ReadOnlyCollector = collectors.ReadOnlyCollector;
|
|
28
|
+
export type MultiSelectCollector = collectors.MultiSelectCollector;
|
|
29
|
+
export type SingleSelectCollector = collectors.SingleSelectCollector;
|
|
30
|
+
export type RequestMiddleware = effect.RequestMiddleware;
|
|
31
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAMA,OAAO,OAAO,CAAC;AAEf,OAAO,KAAK,KAAK,UAAU,MAAM,0BAA0B,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,KAAK,KAAK,MAAM,qBAAqB,CAAC;AAClD,OAAO,KAAK,KAAK,MAAM,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,MAAM,uCAAuC,CAAC;AAErE,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AAEjD,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC;AACrC,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AACvC,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;AAEzC,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC;AACxC,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;AAC9C,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC;AACxC,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;AAC5C,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;AAE5C,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC;AAE1F,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC;AAC1C,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,YAAY,CAAC;AAExD,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,UAAU,CAAC,oBAAoB,IACnE,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;AAChC,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,UAAU,CAAC,yBAAyB,IAC7E,UAAU,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC;AAErC,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,aAAa,CAAC;AACrD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,iBAAiB,CAAC;AAC7D,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,aAAa,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;AACnD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,eAAe,CAAC;AACzD,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,sBAAsB,CAAC;AACvE,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,iBAAiB,CAAC;AAC7D,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,oBAAoB,CAAC;AACnE,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,qBAAqB,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2025 Ping Identity Corporation. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This software may be modified and distributed under the terms
|
|
5
|
+
* of the MIT license. See the LICENSE file for details.
|
|
6
|
+
*/
|
|
7
|
+
import 'immer'; // Side-effect needed only for getting types in workspace
|
|
8
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,OAAO,CAAC,CAAC,yDAAyD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forgerock/davinci-client",
|
|
3
|
-
"version": "0.0.0-beta-
|
|
3
|
+
"version": "0.0.0-beta-20250414113129",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"typings": "./dist/src/index.d.ts",
|
|
20
20
|
"files": [
|
|
21
21
|
"dist",
|
|
22
|
-
"!dist/tsconfig.lib.tsbuildinfo"
|
|
22
|
+
"!dist/tsconfig.lib.tsbuildinfo",
|
|
23
|
+
"./LICENSE"
|
|
23
24
|
],
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"@forgerock/javascript-sdk": "4.7.0",
|