@pagopa/io-react-native-wallet 1.7.1 → 1.8.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/lib/commonjs/client/generated/wallet-provider.js +37 -11
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/credential/issuance/02-get-issuer-config.js +83 -3
- package/lib/commonjs/credential/issuance/02-get-issuer-config.js.map +1 -1
- package/lib/commonjs/credential/issuance/03-start-user-authorization.js +5 -7
- package/lib/commonjs/credential/issuance/03-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/06-obtain-credential.js +27 -10
- package/lib/commonjs/credential/issuance/06-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js +50 -46
- package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/README.md +1 -1
- package/lib/commonjs/credential/issuance/const.js +1 -1
- package/lib/commonjs/credential/issuance/const.js.map +1 -1
- package/lib/commonjs/credential/issuance/index.js +6 -0
- package/lib/commonjs/credential/issuance/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/types.js +19 -10
- package/lib/commonjs/credential/issuance/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/07-evaluate-dcql-query.js +10 -3
- package/lib/commonjs/credential/presentation/07-evaluate-dcql-query.js.map +1 -1
- package/lib/commonjs/credential/presentation/07-evaluate-input-descriptor.js +11 -4
- package/lib/commonjs/credential/presentation/07-evaluate-input-descriptor.js.map +1 -1
- package/lib/commonjs/credential/presentation/08-send-authorization-response.js +3 -3
- package/lib/commonjs/credential/presentation/08-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/presentation/types.js.map +1 -1
- package/lib/commonjs/entity/openid-connect/issuer/types.js +2 -2
- package/lib/commonjs/entity/openid-connect/issuer/types.js.map +1 -1
- package/lib/commonjs/entity/trust/types.js +19 -30
- package/lib/commonjs/entity/trust/types.js.map +1 -1
- package/lib/commonjs/index.js +7 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/mdoc/index.js +3 -3
- package/lib/commonjs/mdoc/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/index.js +2 -2
- package/lib/commonjs/sd-jwt/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/types.js +1 -1
- package/lib/commonjs/sd-jwt/types.js.map +1 -1
- package/lib/commonjs/utils/credential/issuance/07-verify-and-parse-credentials-utils.js +3 -2
- package/lib/commonjs/utils/credential/issuance/07-verify-and-parse-credentials-utils.js.map +1 -1
- package/lib/commonjs/utils/pop.js +1 -1
- package/lib/commonjs/utils/pop.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/issuing.js +11 -7
- package/lib/commonjs/wallet-instance-attestation/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/types.js +14 -19
- package/lib/commonjs/wallet-instance-attestation/types.js.map +1 -1
- package/lib/module/client/generated/wallet-provider.js +29 -7
- package/lib/module/client/generated/wallet-provider.js.map +1 -1
- package/lib/module/credential/issuance/02-get-issuer-config.js +80 -1
- package/lib/module/credential/issuance/02-get-issuer-config.js.map +1 -1
- package/lib/module/credential/issuance/03-start-user-authorization.js +5 -7
- package/lib/module/credential/issuance/03-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/06-obtain-credential.js +28 -11
- package/lib/module/credential/issuance/06-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/07-verify-and-parse-credential.js +50 -46
- package/lib/module/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/README.md +1 -1
- package/lib/module/credential/issuance/const.js +1 -1
- package/lib/module/credential/issuance/const.js.map +1 -1
- package/lib/module/credential/issuance/index.js +2 -2
- package/lib/module/credential/issuance/index.js.map +1 -1
- package/lib/module/credential/issuance/types.js +15 -8
- package/lib/module/credential/issuance/types.js.map +1 -1
- package/lib/module/credential/presentation/07-evaluate-dcql-query.js +10 -3
- package/lib/module/credential/presentation/07-evaluate-dcql-query.js.map +1 -1
- package/lib/module/credential/presentation/07-evaluate-input-descriptor.js +11 -4
- package/lib/module/credential/presentation/07-evaluate-input-descriptor.js.map +1 -1
- package/lib/module/credential/presentation/08-send-authorization-response.js +3 -3
- package/lib/module/credential/presentation/08-send-authorization-response.js.map +1 -1
- package/lib/module/credential/presentation/types.js.map +1 -1
- package/lib/module/entity/openid-connect/issuer/types.js +2 -2
- package/lib/module/entity/openid-connect/issuer/types.js.map +1 -1
- package/lib/module/entity/trust/types.js +19 -30
- package/lib/module/entity/trust/types.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/mdoc/index.js +3 -3
- package/lib/module/mdoc/index.js.map +1 -1
- package/lib/module/sd-jwt/index.js +2 -2
- package/lib/module/sd-jwt/index.js.map +1 -1
- package/lib/module/sd-jwt/types.js +1 -1
- package/lib/module/sd-jwt/types.js.map +1 -1
- package/lib/module/utils/credential/issuance/07-verify-and-parse-credentials-utils.js +3 -2
- package/lib/module/utils/credential/issuance/07-verify-and-parse-credentials-utils.js.map +1 -1
- package/lib/module/utils/pop.js +1 -1
- package/lib/module/utils/pop.js.map +1 -1
- package/lib/module/wallet-instance-attestation/issuing.js +13 -9
- package/lib/module/wallet-instance-attestation/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/types.js +12 -17
- package/lib/module/wallet-instance-attestation/types.js.map +1 -1
- package/lib/typescript/client/generated/wallet-provider.d.ts +146 -17
- package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/02-get-issuer-config.d.ts +15 -0
- package/lib/typescript/credential/issuance/02-get-issuer-config.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/03-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/06-obtain-credential.d.ts +7 -2
- package/lib/typescript/credential/issuance/06-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/07-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/const.d.ts +1 -1
- package/lib/typescript/credential/issuance/const.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/index.d.ts +2 -2
- package/lib/typescript/credential/issuance/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/types.d.ts +52 -21
- package/lib/typescript/credential/issuance/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/07-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/07-evaluate-input-descriptor.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/08-send-authorization-response.d.ts +1 -1
- package/lib/typescript/credential/presentation/types.d.ts +4 -2
- package/lib/typescript/credential/presentation/types.d.ts.map +1 -1
- package/lib/typescript/entity/openid-connect/issuer/types.d.ts +17 -17
- package/lib/typescript/entity/openid-connect/issuer/types.d.ts.map +1 -1
- package/lib/typescript/entity/trust/index.d.ts +150 -140
- package/lib/typescript/entity/trust/index.d.ts.map +1 -1
- package/lib/typescript/entity/trust/types.d.ts +540 -344
- package/lib/typescript/entity/trust/types.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +2 -1
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/pid/sd-jwt/types.d.ts +2 -2
- package/lib/typescript/sd-jwt/index.d.ts +12 -12
- package/lib/typescript/sd-jwt/types.d.ts +14 -14
- package/lib/typescript/utils/credential/issuance/07-verify-and-parse-credentials-utils.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/types.d.ts +50 -102
- package/lib/typescript/wallet-instance-attestation/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/client/generated/wallet-provider.ts +39 -7
- package/src/credential/issuance/02-get-issuer-config.ts +117 -0
- package/src/credential/issuance/03-start-user-authorization.ts +7 -8
- package/src/credential/issuance/06-obtain-credential.ts +41 -14
- package/src/credential/issuance/07-verify-and-parse-credential.ts +7 -3
- package/src/credential/issuance/README.md +1 -1
- package/src/credential/issuance/const.ts +1 -0
- package/src/credential/issuance/index.ts +6 -1
- package/src/credential/issuance/types.ts +21 -8
- package/src/credential/presentation/07-evaluate-dcql-query.ts +15 -5
- package/src/credential/presentation/07-evaluate-input-descriptor.ts +21 -4
- package/src/credential/presentation/08-send-authorization-response.ts +3 -3
- package/src/credential/presentation/types.ts +3 -0
- package/src/entity/openid-connect/issuer/types.ts +2 -1
- package/src/entity/trust/types.ts +22 -20
- package/src/index.ts +2 -0
- package/src/mdoc/index.ts +3 -3
- package/src/sd-jwt/index.ts +2 -2
- package/src/sd-jwt/types.ts +1 -1
- package/src/utils/credential/issuance/07-verify-and-parse-credentials-utils.ts +3 -2
- package/src/utils/pop.ts +1 -1
- package/src/wallet-instance-attestation/issuing.ts +14 -8
- package/src/wallet-instance-attestation/types.ts +16 -22
@@ -44,7 +44,7 @@ export declare const CredentialClaimDisplay: z.ZodObject<{
|
|
44
44
|
name: string;
|
45
45
|
locale: string;
|
46
46
|
}>;
|
47
|
-
export declare const CredentialFormat: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
|
47
|
+
export declare const CredentialFormat: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"dc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
|
48
48
|
export type CredentialClaim = z.infer<typeof CredentialClaim>;
|
49
49
|
export declare const CredentialClaim: z.ZodObject<{
|
50
50
|
mandatory: z.ZodBoolean;
|
@@ -99,7 +99,7 @@ export declare const CredentialSdJwtClaims: z.ZodRecord<z.ZodString, z.ZodObject
|
|
99
99
|
}>>;
|
100
100
|
export type CredentialConfigurationSupported = z.infer<typeof CredentialConfigurationSupported>;
|
101
101
|
export declare const CredentialConfigurationSupported: z.ZodRecord<z.ZodString, z.ZodObject<{
|
102
|
-
cryptographic_suites_supported: z.ZodArray<z.ZodString, "many"
|
102
|
+
cryptographic_suites_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
103
103
|
vct: z.ZodOptional<z.ZodString>;
|
104
104
|
scope: z.ZodOptional<z.ZodString>;
|
105
105
|
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
|
@@ -137,7 +137,7 @@ export declare const CredentialConfigurationSupported: z.ZodRecord<z.ZodString,
|
|
137
137
|
background_color?: string | undefined;
|
138
138
|
text_color?: string | undefined;
|
139
139
|
}>, "many">;
|
140
|
-
format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
|
140
|
+
format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"dc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
|
141
141
|
claims: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodObject<{
|
142
142
|
mandatory: z.ZodBoolean;
|
143
143
|
display: z.ZodArray<z.ZodObject<{
|
@@ -188,6 +188,7 @@ export declare const CredentialConfigurationSupported: z.ZodRecord<z.ZodString,
|
|
188
188
|
}[];
|
189
189
|
}>>>]>>;
|
190
190
|
}, "strip", z.ZodTypeAny, {
|
191
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
191
192
|
display: {
|
192
193
|
name: string;
|
193
194
|
locale: string;
|
@@ -198,9 +199,8 @@ export declare const CredentialConfigurationSupported: z.ZodRecord<z.ZodString,
|
|
198
199
|
background_color?: string | undefined;
|
199
200
|
text_color?: string | undefined;
|
200
201
|
}[];
|
201
|
-
cryptographic_suites_supported: string[];
|
202
202
|
cryptographic_binding_methods_supported: string[];
|
203
|
-
|
203
|
+
cryptographic_suites_supported?: string[] | undefined;
|
204
204
|
vct?: string | undefined;
|
205
205
|
scope?: string | undefined;
|
206
206
|
claims?: Record<string, {
|
@@ -217,6 +217,7 @@ export declare const CredentialConfigurationSupported: z.ZodRecord<z.ZodString,
|
|
217
217
|
}[];
|
218
218
|
}>> | undefined;
|
219
219
|
}, {
|
220
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
220
221
|
display: {
|
221
222
|
name: string;
|
222
223
|
locale: string;
|
@@ -227,9 +228,8 @@ export declare const CredentialConfigurationSupported: z.ZodRecord<z.ZodString,
|
|
227
228
|
background_color?: string | undefined;
|
228
229
|
text_color?: string | undefined;
|
229
230
|
}[];
|
230
|
-
cryptographic_suites_supported: string[];
|
231
231
|
cryptographic_binding_methods_supported: string[];
|
232
|
-
|
232
|
+
cryptographic_suites_supported?: string[] | undefined;
|
233
233
|
vct?: string | undefined;
|
234
234
|
scope?: string | undefined;
|
235
235
|
claims?: Record<string, {
|
@@ -372,7 +372,7 @@ export declare const CredentialIssuerKeys: z.ZodObject<{
|
|
372
372
|
export type CredentialIssuerConfiguration = z.infer<typeof CredentialIssuerConfiguration>;
|
373
373
|
export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
374
374
|
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodObject<{
|
375
|
-
cryptographic_suites_supported: z.ZodArray<z.ZodString, "many"
|
375
|
+
cryptographic_suites_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
376
376
|
vct: z.ZodOptional<z.ZodString>;
|
377
377
|
scope: z.ZodOptional<z.ZodString>;
|
378
378
|
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
|
@@ -410,7 +410,7 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
410
410
|
background_color?: string | undefined;
|
411
411
|
text_color?: string | undefined;
|
412
412
|
}>, "many">;
|
413
|
-
format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
|
413
|
+
format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"dc+sd-jwt">, z.ZodLiteral<"mso_mdoc">]>;
|
414
414
|
claims: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodObject<{
|
415
415
|
mandatory: z.ZodBoolean;
|
416
416
|
display: z.ZodArray<z.ZodObject<{
|
@@ -461,6 +461,7 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
461
461
|
}[];
|
462
462
|
}>>>]>>;
|
463
463
|
}, "strip", z.ZodTypeAny, {
|
464
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
464
465
|
display: {
|
465
466
|
name: string;
|
466
467
|
locale: string;
|
@@ -471,9 +472,8 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
471
472
|
background_color?: string | undefined;
|
472
473
|
text_color?: string | undefined;
|
473
474
|
}[];
|
474
|
-
cryptographic_suites_supported: string[];
|
475
475
|
cryptographic_binding_methods_supported: string[];
|
476
|
-
|
476
|
+
cryptographic_suites_supported?: string[] | undefined;
|
477
477
|
vct?: string | undefined;
|
478
478
|
scope?: string | undefined;
|
479
479
|
claims?: Record<string, {
|
@@ -490,6 +490,7 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
490
490
|
}[];
|
491
491
|
}>> | undefined;
|
492
492
|
}, {
|
493
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
493
494
|
display: {
|
494
495
|
name: string;
|
495
496
|
locale: string;
|
@@ -500,9 +501,8 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
500
501
|
background_color?: string | undefined;
|
501
502
|
text_color?: string | undefined;
|
502
503
|
}[];
|
503
|
-
cryptographic_suites_supported: string[];
|
504
504
|
cryptographic_binding_methods_supported: string[];
|
505
|
-
|
505
|
+
cryptographic_suites_supported?: string[] | undefined;
|
506
506
|
vct?: string | undefined;
|
507
507
|
scope?: string | undefined;
|
508
508
|
claims?: Record<string, {
|
@@ -649,6 +649,7 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
649
649
|
credential_endpoint: z.ZodString;
|
650
650
|
}, "strip", z.ZodTypeAny, {
|
651
651
|
credential_configurations_supported: Record<string, {
|
652
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
652
653
|
display: {
|
653
654
|
name: string;
|
654
655
|
locale: string;
|
@@ -659,9 +660,8 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
659
660
|
background_color?: string | undefined;
|
660
661
|
text_color?: string | undefined;
|
661
662
|
}[];
|
662
|
-
cryptographic_suites_supported: string[];
|
663
663
|
cryptographic_binding_methods_supported: string[];
|
664
|
-
|
664
|
+
cryptographic_suites_supported?: string[] | undefined;
|
665
665
|
vct?: string | undefined;
|
666
666
|
scope?: string | undefined;
|
667
667
|
claims?: Record<string, {
|
@@ -712,6 +712,7 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
712
712
|
credential_endpoint: string;
|
713
713
|
}, {
|
714
714
|
credential_configurations_supported: Record<string, {
|
715
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
715
716
|
display: {
|
716
717
|
name: string;
|
717
718
|
locale: string;
|
@@ -722,9 +723,8 @@ export declare const CredentialIssuerConfiguration: z.ZodObject<{
|
|
722
723
|
background_color?: string | undefined;
|
723
724
|
text_color?: string | undefined;
|
724
725
|
}[];
|
725
|
-
cryptographic_suites_supported: string[];
|
726
726
|
cryptographic_binding_methods_supported: string[];
|
727
|
-
|
727
|
+
cryptographic_suites_supported?: string[] | undefined;
|
728
728
|
vct?: string | undefined;
|
729
729
|
scope?: string | undefined;
|
730
730
|
claims?: Record<string, {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/entity/openid-connect/issuer/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AAEH,eAAO,MAAM,gBAAgB,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/entity/openid-connect/issuer/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AAEH,eAAO,MAAM,gBAAgB,8FAI3B,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAC9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;EAG1B,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC1E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;GAA4B,CAAC;AAE/D,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC;AACF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAe5C,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE/B,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AACF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxC,CAAC"}
|
@@ -92,9 +92,9 @@ export declare const getWalletProviderEntityConfiguration: (entityBaseUrl: Param
|
|
92
92
|
x5u?: string | undefined;
|
93
93
|
}[];
|
94
94
|
};
|
95
|
+
sub: string;
|
95
96
|
iat: number;
|
96
97
|
exp: number;
|
97
|
-
sub: string;
|
98
98
|
metadata: {
|
99
99
|
federation_entity: {
|
100
100
|
federation_fetch_endpoint?: string | undefined;
|
@@ -192,9 +192,9 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: Par
|
|
192
192
|
x5u?: string | undefined;
|
193
193
|
}[];
|
194
194
|
};
|
195
|
+
sub: string;
|
195
196
|
iat: number;
|
196
197
|
exp: number;
|
197
|
-
sub: string;
|
198
198
|
metadata: {
|
199
199
|
federation_entity: {
|
200
200
|
federation_fetch_endpoint?: string | undefined;
|
@@ -256,6 +256,7 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: Par
|
|
256
256
|
} | undefined;
|
257
257
|
}[];
|
258
258
|
credential_configurations_supported: Record<string, {
|
259
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
259
260
|
display: {
|
260
261
|
name: string;
|
261
262
|
locale: string;
|
@@ -268,15 +269,23 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: Par
|
|
268
269
|
}[];
|
269
270
|
scope: string;
|
270
271
|
cryptographic_binding_methods_supported: string[];
|
271
|
-
|
272
|
-
|
273
|
-
claims?: Record<string, {
|
272
|
+
claims: {
|
273
|
+
path: string[];
|
274
274
|
display: {
|
275
275
|
name: string;
|
276
276
|
locale: string;
|
277
|
+
logo?: {
|
278
|
+
url: string;
|
279
|
+
alt_text: string;
|
280
|
+
} | undefined;
|
281
|
+
background_color?: string | undefined;
|
282
|
+
text_color?: string | undefined;
|
277
283
|
}[];
|
278
|
-
|
279
|
-
|
284
|
+
mandatory?: boolean | undefined;
|
285
|
+
value_type?: string | undefined;
|
286
|
+
}[];
|
287
|
+
vct?: string | undefined;
|
288
|
+
credential_signing_alg_values_supported?: string[] | undefined;
|
280
289
|
authentic_source?: string | undefined;
|
281
290
|
issuance_errors_supported?: Record<string, {
|
282
291
|
display: {
|
@@ -315,7 +324,10 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: Par
|
|
315
324
|
credential_issuer: string;
|
316
325
|
credential_endpoint: string;
|
317
326
|
revocation_endpoint: string;
|
327
|
+
nonce_endpoint: string;
|
318
328
|
status_attestation_endpoint: string;
|
329
|
+
trust_frameworks_supported: string[];
|
330
|
+
evidence_supported: string[];
|
319
331
|
};
|
320
332
|
oauth_authorization_server: {
|
321
333
|
pushed_authorization_request_endpoint: string;
|
@@ -347,25 +359,18 @@ export declare const getCredentialIssuerEntityConfiguration: (entityBaseUrl: Par
|
|
347
359
|
};
|
348
360
|
authorization_endpoint: string;
|
349
361
|
token_endpoint: string;
|
350
|
-
|
362
|
+
grant_types_supported: string[];
|
363
|
+
token_endpoint_auth_methods_supported: string[];
|
364
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
351
365
|
client_registration_types_supported: string[];
|
352
366
|
code_challenge_methods_supported: string[];
|
353
367
|
acr_values_supported: string[];
|
354
|
-
grant_types_supported: string[];
|
355
368
|
issuer: string;
|
356
369
|
scopes_supported: string[];
|
357
370
|
response_modes_supported: string[];
|
358
|
-
|
359
|
-
token_endpoint_auth_signing_alg_values_supported: string[];
|
360
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
361
|
-
introspection_endpoint?: string | undefined;
|
362
|
-
authorization_details_types_supported?: string[] | undefined;
|
363
|
-
request_parameter_supported?: boolean | undefined;
|
364
|
-
request_uri_parameter_supported?: boolean | undefined;
|
365
|
-
response_types_supported?: string[] | undefined;
|
366
|
-
subject_types_supported?: string[] | undefined;
|
371
|
+
request_object_signing_alg_values_supported: string[];
|
367
372
|
};
|
368
|
-
|
373
|
+
openid_credential_verifier?: {
|
369
374
|
jwks: {
|
370
375
|
keys: {
|
371
376
|
kty: "RSA" | "EC";
|
@@ -472,9 +477,9 @@ export declare const getTrustAnchorEntityConfiguration: (entityBaseUrl: Paramete
|
|
472
477
|
x5u?: string | undefined;
|
473
478
|
}[];
|
474
479
|
};
|
480
|
+
sub: string;
|
475
481
|
iat: number;
|
476
482
|
exp: number;
|
477
|
-
sub: string;
|
478
483
|
metadata: {
|
479
484
|
federation_entity: {
|
480
485
|
federation_fetch_endpoint?: string | undefined;
|
@@ -532,9 +537,9 @@ export declare const getRelyingPartyEntityConfiguration: (entityBaseUrl: Paramet
|
|
532
537
|
x5u?: string | undefined;
|
533
538
|
}[];
|
534
539
|
};
|
540
|
+
sub: string;
|
535
541
|
iat: number;
|
536
542
|
exp: number;
|
537
|
-
sub: string;
|
538
543
|
metadata: {
|
539
544
|
federation_entity: {
|
540
545
|
federation_fetch_endpoint?: string | undefined;
|
@@ -667,9 +672,9 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
667
672
|
x5u?: string | undefined;
|
668
673
|
}[];
|
669
674
|
};
|
675
|
+
sub: string;
|
670
676
|
iat: number;
|
671
677
|
exp: number;
|
672
|
-
sub: string;
|
673
678
|
metadata: {
|
674
679
|
federation_entity: {
|
675
680
|
federation_fetch_endpoint?: string | undefined;
|
@@ -726,9 +731,108 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
726
731
|
x5u?: string | undefined;
|
727
732
|
}[];
|
728
733
|
};
|
734
|
+
sub: string;
|
729
735
|
iat: number;
|
730
736
|
exp: number;
|
737
|
+
metadata: {
|
738
|
+
federation_entity: {
|
739
|
+
federation_fetch_endpoint?: string | undefined;
|
740
|
+
federation_list_endpoint?: string | undefined;
|
741
|
+
federation_resolve_endpoint?: string | undefined;
|
742
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
743
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
744
|
+
organization_name?: string | undefined;
|
745
|
+
homepage_uri?: string | undefined;
|
746
|
+
policy_uri?: string | undefined;
|
747
|
+
logo_uri?: string | undefined;
|
748
|
+
contacts?: string[] | undefined;
|
749
|
+
} & {
|
750
|
+
[k: string]: unknown;
|
751
|
+
};
|
752
|
+
} & {
|
753
|
+
[k: string]: unknown;
|
754
|
+
};
|
755
|
+
authority_hints?: string[] | undefined;
|
756
|
+
} & {
|
757
|
+
[k: string]: unknown;
|
758
|
+
};
|
759
|
+
} & {
|
760
|
+
payload: {
|
761
|
+
metadata: {
|
762
|
+
wallet_provider: {
|
763
|
+
jwks: {
|
764
|
+
keys: {
|
765
|
+
kty: "RSA" | "EC";
|
766
|
+
alg?: string | undefined;
|
767
|
+
crv?: string | undefined;
|
768
|
+
d?: string | undefined;
|
769
|
+
dp?: string | undefined;
|
770
|
+
dq?: string | undefined;
|
771
|
+
e?: string | undefined;
|
772
|
+
ext?: boolean | undefined;
|
773
|
+
k?: string | undefined;
|
774
|
+
key_ops?: string[] | undefined;
|
775
|
+
kid?: string | undefined;
|
776
|
+
n?: string | undefined;
|
777
|
+
p?: string | undefined;
|
778
|
+
q?: string | undefined;
|
779
|
+
qi?: string | undefined;
|
780
|
+
use?: string | undefined;
|
781
|
+
x?: string | undefined;
|
782
|
+
y?: string | undefined;
|
783
|
+
x5c?: string[] | undefined;
|
784
|
+
x5t?: string | undefined;
|
785
|
+
"x5t#S256"?: string | undefined;
|
786
|
+
x5u?: string | undefined;
|
787
|
+
}[];
|
788
|
+
};
|
789
|
+
token_endpoint: string;
|
790
|
+
grant_types_supported: string[];
|
791
|
+
token_endpoint_auth_methods_supported: string[];
|
792
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
793
|
+
aal_values_supported?: string[] | undefined;
|
794
|
+
} & {
|
795
|
+
[k: string]: unknown;
|
796
|
+
};
|
797
|
+
};
|
798
|
+
};
|
799
|
+
}) | ({
|
800
|
+
header: {
|
801
|
+
alg: string;
|
802
|
+
kid: string;
|
803
|
+
typ: "entity-statement+jwt";
|
804
|
+
};
|
805
|
+
payload: {
|
806
|
+
iss: string;
|
807
|
+
jwks: {
|
808
|
+
keys: {
|
809
|
+
kty: "RSA" | "EC";
|
810
|
+
alg?: string | undefined;
|
811
|
+
crv?: string | undefined;
|
812
|
+
d?: string | undefined;
|
813
|
+
dp?: string | undefined;
|
814
|
+
dq?: string | undefined;
|
815
|
+
e?: string | undefined;
|
816
|
+
ext?: boolean | undefined;
|
817
|
+
k?: string | undefined;
|
818
|
+
key_ops?: string[] | undefined;
|
819
|
+
kid?: string | undefined;
|
820
|
+
n?: string | undefined;
|
821
|
+
p?: string | undefined;
|
822
|
+
q?: string | undefined;
|
823
|
+
qi?: string | undefined;
|
824
|
+
use?: string | undefined;
|
825
|
+
x?: string | undefined;
|
826
|
+
y?: string | undefined;
|
827
|
+
x5c?: string[] | undefined;
|
828
|
+
x5t?: string | undefined;
|
829
|
+
"x5t#S256"?: string | undefined;
|
830
|
+
x5u?: string | undefined;
|
831
|
+
}[];
|
832
|
+
};
|
731
833
|
sub: string;
|
834
|
+
iat: number;
|
835
|
+
exp: number;
|
732
836
|
metadata: {
|
733
837
|
federation_entity: {
|
734
838
|
federation_fetch_endpoint?: string | undefined;
|
@@ -790,6 +894,7 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
790
894
|
} | undefined;
|
791
895
|
}[];
|
792
896
|
credential_configurations_supported: Record<string, {
|
897
|
+
format: "dc+sd-jwt" | "vc+sd-jwt" | "mso_mdoc";
|
793
898
|
display: {
|
794
899
|
name: string;
|
795
900
|
locale: string;
|
@@ -802,15 +907,23 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
802
907
|
}[];
|
803
908
|
scope: string;
|
804
909
|
cryptographic_binding_methods_supported: string[];
|
805
|
-
|
806
|
-
|
807
|
-
claims?: Record<string, {
|
910
|
+
claims: {
|
911
|
+
path: string[];
|
808
912
|
display: {
|
809
913
|
name: string;
|
810
914
|
locale: string;
|
915
|
+
logo?: {
|
916
|
+
url: string;
|
917
|
+
alt_text: string;
|
918
|
+
} | undefined;
|
919
|
+
background_color?: string | undefined;
|
920
|
+
text_color?: string | undefined;
|
811
921
|
}[];
|
812
|
-
|
813
|
-
|
922
|
+
mandatory?: boolean | undefined;
|
923
|
+
value_type?: string | undefined;
|
924
|
+
}[];
|
925
|
+
vct?: string | undefined;
|
926
|
+
credential_signing_alg_values_supported?: string[] | undefined;
|
814
927
|
authentic_source?: string | undefined;
|
815
928
|
issuance_errors_supported?: Record<string, {
|
816
929
|
display: {
|
@@ -849,7 +962,10 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
849
962
|
credential_issuer: string;
|
850
963
|
credential_endpoint: string;
|
851
964
|
revocation_endpoint: string;
|
965
|
+
nonce_endpoint: string;
|
852
966
|
status_attestation_endpoint: string;
|
967
|
+
trust_frameworks_supported: string[];
|
968
|
+
evidence_supported: string[];
|
853
969
|
};
|
854
970
|
oauth_authorization_server: {
|
855
971
|
pushed_authorization_request_endpoint: string;
|
@@ -881,25 +997,18 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
881
997
|
};
|
882
998
|
authorization_endpoint: string;
|
883
999
|
token_endpoint: string;
|
884
|
-
|
1000
|
+
grant_types_supported: string[];
|
1001
|
+
token_endpoint_auth_methods_supported: string[];
|
1002
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
885
1003
|
client_registration_types_supported: string[];
|
886
1004
|
code_challenge_methods_supported: string[];
|
887
1005
|
acr_values_supported: string[];
|
888
|
-
grant_types_supported: string[];
|
889
1006
|
issuer: string;
|
890
1007
|
scopes_supported: string[];
|
891
1008
|
response_modes_supported: string[];
|
892
|
-
|
893
|
-
token_endpoint_auth_signing_alg_values_supported: string[];
|
894
|
-
dpop_signing_alg_values_supported?: string[] | undefined;
|
895
|
-
introspection_endpoint?: string | undefined;
|
896
|
-
authorization_details_types_supported?: string[] | undefined;
|
897
|
-
request_parameter_supported?: boolean | undefined;
|
898
|
-
request_uri_parameter_supported?: boolean | undefined;
|
899
|
-
response_types_supported?: string[] | undefined;
|
900
|
-
subject_types_supported?: string[] | undefined;
|
1009
|
+
request_object_signing_alg_values_supported: string[];
|
901
1010
|
};
|
902
|
-
|
1011
|
+
openid_credential_verifier?: {
|
903
1012
|
jwks: {
|
904
1013
|
keys: {
|
905
1014
|
kty: "RSA" | "EC";
|
@@ -1005,9 +1114,9 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
1005
1114
|
x5u?: string | undefined;
|
1006
1115
|
}[];
|
1007
1116
|
};
|
1117
|
+
sub: string;
|
1008
1118
|
iat: number;
|
1009
1119
|
exp: number;
|
1010
|
-
sub: string;
|
1011
1120
|
metadata: {
|
1012
1121
|
federation_entity: {
|
1013
1122
|
federation_fetch_endpoint?: string | undefined;
|
@@ -1105,105 +1214,6 @@ export declare const getEntityConfiguration: (entityBaseUrl: Parameters<typeof f
|
|
1105
1214
|
};
|
1106
1215
|
};
|
1107
1216
|
};
|
1108
|
-
}) | ({
|
1109
|
-
header: {
|
1110
|
-
alg: string;
|
1111
|
-
kid: string;
|
1112
|
-
typ: "entity-statement+jwt";
|
1113
|
-
};
|
1114
|
-
payload: {
|
1115
|
-
iss: string;
|
1116
|
-
jwks: {
|
1117
|
-
keys: {
|
1118
|
-
kty: "RSA" | "EC";
|
1119
|
-
alg?: string | undefined;
|
1120
|
-
crv?: string | undefined;
|
1121
|
-
d?: string | undefined;
|
1122
|
-
dp?: string | undefined;
|
1123
|
-
dq?: string | undefined;
|
1124
|
-
e?: string | undefined;
|
1125
|
-
ext?: boolean | undefined;
|
1126
|
-
k?: string | undefined;
|
1127
|
-
key_ops?: string[] | undefined;
|
1128
|
-
kid?: string | undefined;
|
1129
|
-
n?: string | undefined;
|
1130
|
-
p?: string | undefined;
|
1131
|
-
q?: string | undefined;
|
1132
|
-
qi?: string | undefined;
|
1133
|
-
use?: string | undefined;
|
1134
|
-
x?: string | undefined;
|
1135
|
-
y?: string | undefined;
|
1136
|
-
x5c?: string[] | undefined;
|
1137
|
-
x5t?: string | undefined;
|
1138
|
-
"x5t#S256"?: string | undefined;
|
1139
|
-
x5u?: string | undefined;
|
1140
|
-
}[];
|
1141
|
-
};
|
1142
|
-
iat: number;
|
1143
|
-
exp: number;
|
1144
|
-
sub: string;
|
1145
|
-
metadata: {
|
1146
|
-
federation_entity: {
|
1147
|
-
federation_fetch_endpoint?: string | undefined;
|
1148
|
-
federation_list_endpoint?: string | undefined;
|
1149
|
-
federation_resolve_endpoint?: string | undefined;
|
1150
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
1151
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
1152
|
-
organization_name?: string | undefined;
|
1153
|
-
homepage_uri?: string | undefined;
|
1154
|
-
policy_uri?: string | undefined;
|
1155
|
-
logo_uri?: string | undefined;
|
1156
|
-
contacts?: string[] | undefined;
|
1157
|
-
} & {
|
1158
|
-
[k: string]: unknown;
|
1159
|
-
};
|
1160
|
-
} & {
|
1161
|
-
[k: string]: unknown;
|
1162
|
-
};
|
1163
|
-
authority_hints?: string[] | undefined;
|
1164
|
-
} & {
|
1165
|
-
[k: string]: unknown;
|
1166
|
-
};
|
1167
|
-
} & {
|
1168
|
-
payload: {
|
1169
|
-
metadata: {
|
1170
|
-
wallet_provider: {
|
1171
|
-
jwks: {
|
1172
|
-
keys: {
|
1173
|
-
kty: "RSA" | "EC";
|
1174
|
-
alg?: string | undefined;
|
1175
|
-
crv?: string | undefined;
|
1176
|
-
d?: string | undefined;
|
1177
|
-
dp?: string | undefined;
|
1178
|
-
dq?: string | undefined;
|
1179
|
-
e?: string | undefined;
|
1180
|
-
ext?: boolean | undefined;
|
1181
|
-
k?: string | undefined;
|
1182
|
-
key_ops?: string[] | undefined;
|
1183
|
-
kid?: string | undefined;
|
1184
|
-
n?: string | undefined;
|
1185
|
-
p?: string | undefined;
|
1186
|
-
q?: string | undefined;
|
1187
|
-
qi?: string | undefined;
|
1188
|
-
use?: string | undefined;
|
1189
|
-
x?: string | undefined;
|
1190
|
-
y?: string | undefined;
|
1191
|
-
x5c?: string[] | undefined;
|
1192
|
-
x5t?: string | undefined;
|
1193
|
-
"x5t#S256"?: string | undefined;
|
1194
|
-
x5u?: string | undefined;
|
1195
|
-
}[];
|
1196
|
-
};
|
1197
|
-
token_endpoint: string;
|
1198
|
-
grant_types_supported: string[];
|
1199
|
-
token_endpoint_auth_methods_supported: string[];
|
1200
|
-
token_endpoint_auth_signing_alg_values_supported: string[];
|
1201
|
-
aal_values_supported?: string[] | undefined;
|
1202
|
-
} & {
|
1203
|
-
[k: string]: unknown;
|
1204
|
-
};
|
1205
|
-
};
|
1206
|
-
};
|
1207
1217
|
})>;
|
1208
1218
|
/**
|
1209
1219
|
* Fetch and parse the entity statement document for a given federation entity.
|
@@ -1251,9 +1261,9 @@ export declare function getEntityStatement(accreditationBodyBaseUrl: string, sub
|
|
1251
1261
|
x5u?: string | undefined;
|
1252
1262
|
}[];
|
1253
1263
|
};
|
1264
|
+
sub: string;
|
1254
1265
|
iat: number;
|
1255
1266
|
exp: number;
|
1256
|
-
sub: string;
|
1257
1267
|
trust_marks: {
|
1258
1268
|
id: string;
|
1259
1269
|
trust_mark: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/entity/trust/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,iCAAiC,EACjC,8BAA8B,EAC9B,mCAAmC,EACnC,+BAA+B,EAC/B,mBAAmB,EACnB,eAAe,EAChB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,kBAAkB,EAAmB,MAAM,SAAS,CAAC;AAG9D,YAAY,EACV,iCAAiC,EACjC,8BAA8B,EAC9B,mCAAmC,EACnC,+BAA+B,EAC/B,mBAAmB,EACnB,eAAe,GAChB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,wBAAsB,gBAAgB,CACpC,iBAAiB,EAAE,8BAA8B,EACjD,KAAK,EAAE,MAAM,EAAE,EACf,EACE,QAAgB,EAChB,WAAkB,GACnB,GAAE;IAAE,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAAC,WAAW,CAAC,EAAE,OAAO,CAAA;CAAO,GACjE,OAAO,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAWhD;AAED;;;;;;GAMG;AACH,wBAAsB,4BAA4B,CAChD,aAAa,EAAE,MAAM,EACrB,EACE,QAAgB,GACjB,GAAE;IACD,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC5B,GACL,OAAO,CAAC,MAAM,CAAC,CAQjB;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,iBAAe,gCAAgC,CAC7C,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,OAAO,iCAAiC,EAChD,OAAO,CAAC,EAAE;IACR,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CACjC,GACA,OAAO,CAAC,iCAAiC,CAAC,CAAC;AAC9C,iBAAe,gCAAgC,CAC7C,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,OAAO,+BAA+B,EAC9C,OAAO,CAAC,EAAE;IACR,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CACjC,GACA,OAAO,CAAC,+BAA+B,CAAC,CAAC;AAC5C,iBAAe,gCAAgC,CAC7C,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,OAAO,8BAA8B,EAC7C,OAAO,CAAC,EAAE;IACR,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CACjC,GACA,OAAO,CAAC,8BAA8B,CAAC,CAAC;AAC3C,iBAAe,gCAAgC,CAC7C,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,OAAO,mCAAmC,EAClD,OAAO,CAAC,EAAE;IACR,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CACjC,GACA,OAAO,CAAC,mCAAmC,CAAC,CAAC;AAChD,iBAAe,gCAAgC,CAC7C,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,OAAO,mBAAmB,EAClC,OAAO,CAAC,EAAE;IACR,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CACjC,GACA,OAAO,CAAC,mBAAmB,CAAC,CAAC;AA0BhC,eAAO,MAAM,oCAAoC,kBAChC,WAAW,uCAAuC,CAAC,CAAC,CAAC,CAAC,YAC3D,WAAW,uCAAuC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM/D,CAAC;AAEJ,eAAO,MAAM,sCAAsC,kBAClC,WAAW,uCAAuC,CAAC,CAAC,CAAC,CAAC,YAC3D,WAAW,uCAAuC,CAAC,CAAC,CAAC,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/entity/trust/index.ts"],"names":[],"mappings":"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"}
|