@forgerock/davinci-client 0.0.0-beta-20250414111925 → 0.0.0-beta-20250414115256

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.
Files changed (101) hide show
  1. package/dist/src/index.d.ts +3 -0
  2. package/dist/src/index.d.ts.map +1 -0
  3. package/dist/src/index.js +9 -0
  4. package/dist/src/index.js.map +1 -0
  5. package/dist/src/lib/authorize.utils.d.ts +22 -0
  6. package/dist/src/lib/authorize.utils.d.ts.map +1 -0
  7. package/dist/src/lib/authorize.utils.js +47 -0
  8. package/dist/src/lib/authorize.utils.js.map +1 -0
  9. package/dist/src/lib/client.store.d.ts +351 -0
  10. package/dist/src/lib/client.store.d.ts.map +1 -0
  11. package/dist/src/lib/client.store.js +295 -0
  12. package/dist/src/lib/client.store.js.map +1 -0
  13. package/dist/src/lib/client.store.utils.d.ts +61 -0
  14. package/dist/src/lib/client.store.utils.d.ts.map +1 -0
  15. package/dist/src/lib/client.store.utils.js +35 -0
  16. package/dist/src/lib/client.store.utils.js.map +1 -0
  17. package/dist/src/lib/client.types.d.ts +17 -0
  18. package/dist/src/lib/client.types.d.ts.map +1 -0
  19. package/dist/src/lib/client.types.js +2 -0
  20. package/dist/src/lib/client.types.js.map +1 -0
  21. package/dist/src/lib/collector.types.d.ts +255 -0
  22. package/dist/src/lib/collector.types.d.ts.map +1 -0
  23. package/dist/src/lib/collector.types.js +11 -0
  24. package/dist/src/lib/collector.types.js.map +1 -0
  25. package/dist/src/lib/collector.utils.d.ts +100 -0
  26. package/dist/src/lib/collector.utils.d.ts.map +1 -0
  27. package/dist/src/lib/collector.utils.js +349 -0
  28. package/dist/src/lib/collector.utils.js.map +1 -0
  29. package/dist/src/lib/config.slice.d.ts +42 -0
  30. package/dist/src/lib/config.slice.d.ts.map +1 -0
  31. package/dist/src/lib/config.slice.js +59 -0
  32. package/dist/src/lib/config.slice.js.map +1 -0
  33. package/dist/src/lib/config.types.d.ts +12 -0
  34. package/dist/src/lib/config.types.d.ts.map +1 -0
  35. package/dist/src/lib/config.types.js +2 -0
  36. package/dist/src/lib/config.types.js.map +1 -0
  37. package/dist/src/lib/davinci.api.d.ts +29 -0
  38. package/dist/src/lib/davinci.api.d.ts.map +1 -0
  39. package/dist/src/lib/davinci.api.js +333 -0
  40. package/dist/src/lib/davinci.api.js.map +1 -0
  41. package/dist/src/lib/davinci.types.d.ts +239 -0
  42. package/dist/src/lib/davinci.types.d.ts.map +1 -0
  43. package/dist/src/lib/davinci.types.js +11 -0
  44. package/dist/src/lib/davinci.types.js.map +1 -0
  45. package/dist/src/lib/davinci.utils.d.ts +25 -0
  46. package/dist/src/lib/davinci.utils.d.ts.map +1 -0
  47. package/dist/src/lib/davinci.utils.js +185 -0
  48. package/dist/src/lib/davinci.utils.js.map +1 -0
  49. package/dist/src/lib/effects/request.effect.mock.d.ts +4 -0
  50. package/dist/src/lib/effects/request.effect.mock.d.ts.map +1 -0
  51. package/dist/src/lib/effects/request.effect.mock.js +106 -0
  52. package/dist/src/lib/effects/request.effect.mock.js.map +1 -0
  53. package/dist/src/lib/effects/request.effect.types.d.ts +20 -0
  54. package/dist/src/lib/effects/request.effect.types.d.ts.map +1 -0
  55. package/dist/src/lib/effects/request.effect.types.js +2 -0
  56. package/dist/src/lib/effects/request.effect.types.js.map +1 -0
  57. package/dist/src/lib/effects/request.effect.unions.d.ts +12 -0
  58. package/dist/src/lib/effects/request.effect.unions.d.ts.map +1 -0
  59. package/dist/src/lib/effects/request.effect.unions.js +16 -0
  60. package/dist/src/lib/effects/request.effect.unions.js.map +1 -0
  61. package/dist/src/lib/effects/request.effect.utils.d.ts +27 -0
  62. package/dist/src/lib/effects/request.effect.utils.d.ts.map +1 -0
  63. package/dist/src/lib/effects/request.effect.utils.js +57 -0
  64. package/dist/src/lib/effects/request.effect.utils.js.map +1 -0
  65. package/dist/src/lib/error.types.d.ts +6 -0
  66. package/dist/src/lib/error.types.d.ts.map +1 -0
  67. package/dist/src/lib/error.types.js +2 -0
  68. package/dist/src/lib/error.types.js.map +1 -0
  69. package/dist/src/lib/index.d.ts +3 -0
  70. package/dist/src/lib/index.d.ts.map +1 -0
  71. package/dist/src/lib/index.js +9 -0
  72. package/dist/src/lib/index.js.map +1 -0
  73. package/dist/src/lib/node.reducer.d.ts +27 -0
  74. package/dist/src/lib/node.reducer.d.ts.map +1 -0
  75. package/dist/src/lib/node.reducer.js +143 -0
  76. package/dist/src/lib/node.reducer.js.map +1 -0
  77. package/dist/src/lib/node.slice.d.ts +145 -0
  78. package/dist/src/lib/node.slice.d.ts.map +1 -0
  79. package/dist/src/lib/node.slice.js +231 -0
  80. package/dist/src/lib/node.slice.js.map +1 -0
  81. package/dist/src/lib/node.types.d.ts +118 -0
  82. package/dist/src/lib/node.types.d.ts.map +1 -0
  83. package/dist/src/lib/node.types.js +2 -0
  84. package/dist/src/lib/node.types.js.map +1 -0
  85. package/dist/src/lib/node.utils.d.ts +4 -0
  86. package/dist/src/lib/node.utils.d.ts.map +1 -0
  87. package/dist/src/lib/node.utils.js +32 -0
  88. package/dist/src/lib/node.utils.js.map +1 -0
  89. package/dist/src/lib/wellknown.api.d.ts +5 -0
  90. package/dist/src/lib/wellknown.api.d.ts.map +1 -0
  91. package/dist/src/lib/wellknown.api.js +22 -0
  92. package/dist/src/lib/wellknown.api.js.map +1 -0
  93. package/dist/src/lib/wellknown.types.d.ts +38 -0
  94. package/dist/src/lib/wellknown.types.d.ts.map +1 -0
  95. package/dist/src/lib/wellknown.types.js +2 -0
  96. package/dist/src/lib/wellknown.types.js.map +1 -0
  97. package/dist/src/types.d.ts +31 -0
  98. package/dist/src/types.d.ts.map +1 -0
  99. package/dist/src/types.js +8 -0
  100. package/dist/src/types.js.map +1 -0
  101. package/package.json +3 -2
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=node.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node.types.js","sourceRoot":"","sources":["../../../src/lib/node.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { DavinciErrorResponse } from './davinci.types';
2
+ import { CollectorErrors } from './node.types';
3
+ export declare function getCollectorErrors(error: DavinciErrorResponse): CollectorErrors[];
4
+ //# sourceMappingURL=node.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node.utils.d.ts","sourceRoot":"","sources":["../../../src/lib/node.utils.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,oBAAoB,qBA+B7D"}
@@ -0,0 +1,32 @@
1
+ export function getCollectorErrors(error) {
2
+ const details = error.details;
3
+ if (!details || !Array.isArray(details)) {
4
+ return [];
5
+ }
6
+ return details.reduce((acc, next) => {
7
+ if (!next.rawResponse) {
8
+ return acc;
9
+ }
10
+ if (!next.rawResponse.code) {
11
+ return acc;
12
+ }
13
+ if (next.rawResponse.code !== 'INVALID_DATA') {
14
+ return acc;
15
+ }
16
+ if (!Array.isArray(next.rawResponse.details)) {
17
+ return acc;
18
+ }
19
+ next.rawResponse.details.forEach((item) => {
20
+ if (!item.target) {
21
+ return;
22
+ }
23
+ acc.push({
24
+ code: item.code || '',
25
+ message: item.message || '',
26
+ target: item.target,
27
+ });
28
+ });
29
+ return acc;
30
+ }, []);
31
+ }
32
+ //# sourceMappingURL=node.utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node.utils.js","sourceRoot":"","sources":["../../../src/lib/node.utils.ts"],"names":[],"mappings":"AASA,MAAM,UAAU,kBAAkB,CAAC,KAA2B;IAC5D,MAAM,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC;IAC9B,IAAI,CAAC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;QACxC,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,OAAO,OAAO,CAAC,MAAM,CAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;QACrD,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC;YACtB,OAAO,GAAG,CAAC;QACb,CAAC;QACD,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,CAAC;YAC3B,OAAO,GAAG,CAAC;QACb,CAAC;QACD,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,KAAK,cAAc,EAAE,CAAC;YAC7C,OAAO,GAAG,CAAC;QACb,CAAC;QACD,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,CAAC;YAC7C,OAAO,GAAG,CAAC;QACb,CAAC;QACD,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,IAAI,EAAQ,EAAE;YAC9C,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;gBACjB,OAAO;YACT,CAAC;YACD,GAAG,CAAC,IAAI,CAAC;gBACP,IAAI,EAAE,IAAI,CAAC,IAAI,IAAI,EAAE;gBACrB,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,EAAE;gBAC3B,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;QAEH,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,EAAE,CAAC,CAAC;AACT,CAAC"}
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=wellknown.types.js.map
@@ -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-20250414111925",
3
+ "version": "0.0.0-beta-20250414115256",
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",