@cheqd/studio 3.7.0-develop.1 → 3.8.0-develop.1
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/app.d.ts.map +1 -1
- package/dist/app.js +3 -3
- package/dist/app.js.map +1 -1
- package/dist/controllers/api/accreditation.d.ts +6 -6
- package/dist/controllers/api/accreditation.d.ts.map +1 -1
- package/dist/controllers/api/accreditation.js +20 -16
- package/dist/controllers/api/accreditation.js.map +1 -1
- package/dist/controllers/api/credential-status.d.ts +103 -16
- package/dist/controllers/api/credential-status.d.ts.map +1 -1
- package/dist/controllers/api/credential-status.js +321 -61
- package/dist/controllers/api/credential-status.js.map +1 -1
- package/dist/controllers/api/credential.d.ts +33 -8
- package/dist/controllers/api/credential.d.ts.map +1 -1
- package/dist/controllers/api/credential.js +53 -30
- package/dist/controllers/api/credential.js.map +1 -1
- package/dist/controllers/api/did.d.ts.map +1 -1
- package/dist/controllers/api/did.js +8 -0
- package/dist/controllers/api/did.js.map +1 -1
- package/dist/controllers/validator/credential-status.d.ts.map +1 -1
- package/dist/controllers/validator/credential-status.js +19 -5
- package/dist/controllers/validator/credential-status.js.map +1 -1
- package/dist/controllers/validator/service-create-request.d.ts.map +1 -1
- package/dist/controllers/validator/service-create-request.js +16 -0
- package/dist/controllers/validator/service-create-request.js.map +1 -1
- package/dist/controllers/validator/service.d.ts.map +1 -1
- package/dist/controllers/validator/service.js +16 -0
- package/dist/controllers/validator/service.js.map +1 -1
- package/dist/database/entities/api.key.entity.js +1 -1
- package/dist/database/entities/payment.entity.d.ts.map +1 -1
- package/dist/database/entities/payment.entity.js +4 -1
- package/dist/database/entities/payment.entity.js.map +1 -1
- package/dist/database/entities/resource.entity.js.map +1 -1
- package/dist/database/entities/subscription.entity.js.map +1 -1
- package/dist/database/migrations/1750427001486-studio-migrations.d.ts +1 -1
- package/dist/database/migrations/1750427001486-studio-migrations.d.ts.map +1 -1
- package/dist/database/migrations/1750427001486-studio-migrations.js +0 -2
- package/dist/database/migrations/1750427001486-studio-migrations.js.map +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.d.ts +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.d.ts.map +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.js +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.js.map +1 -1
- package/dist/database/scripts/add-migration-to-types.js +6 -5
- package/dist/database/scripts/add-migration-to-types.js.map +1 -1
- package/dist/middleware/auth/auth-gaurd.js +1 -1
- package/dist/middleware/auth/auth-gaurd.js.map +1 -1
- package/dist/services/identity/abstract.d.ts +11 -8
- package/dist/services/identity/abstract.d.ts.map +1 -1
- package/dist/services/identity/abstract.js +15 -6
- package/dist/services/identity/abstract.js.map +1 -1
- package/dist/services/identity/agent.d.ts +10 -7
- package/dist/services/identity/agent.d.ts.map +1 -1
- package/dist/services/identity/agent.js +370 -139
- package/dist/services/identity/agent.js.map +1 -1
- package/dist/services/identity/default.d.ts +1 -1
- package/dist/services/identity/default.d.ts.map +1 -1
- package/dist/services/identity/default.js +2 -2
- package/dist/services/identity/default.js.map +1 -1
- package/dist/services/identity/index.d.ts +11 -8
- package/dist/services/identity/index.d.ts.map +1 -1
- package/dist/services/identity/index.js.map +1 -1
- package/dist/services/identity/local.d.ts +9 -6
- package/dist/services/identity/local.d.ts.map +1 -1
- package/dist/services/identity/local.js +18 -10
- package/dist/services/identity/local.js.map +1 -1
- package/dist/services/identity/postgres.d.ts +9 -6
- package/dist/services/identity/postgres.d.ts.map +1 -1
- package/dist/services/identity/postgres.js +24 -10
- package/dist/services/identity/postgres.js.map +1 -1
- package/dist/services/track/operation-subscriber.d.ts.map +1 -1
- package/dist/services/track/operation-subscriber.js +18 -16
- package/dist/services/track/operation-subscriber.js.map +1 -1
- package/dist/services/w3c-credential.d.ts +2 -2
- package/dist/services/w3c-credential.d.ts.map +1 -1
- package/dist/services/w3c-credential.js +2 -1
- package/dist/services/w3c-credential.js.map +1 -1
- package/dist/static/swagger-api.json +289 -43
- package/dist/types/accreditation.d.ts +11 -14
- package/dist/types/accreditation.d.ts.map +1 -1
- package/dist/types/accreditation.js +6 -0
- package/dist/types/accreditation.js.map +1 -1
- package/dist/types/constants.d.ts +1 -0
- package/dist/types/constants.d.ts.map +1 -1
- package/dist/types/constants.js +1 -0
- package/dist/types/constants.js.map +1 -1
- package/dist/types/credential-status.d.ts +40 -8
- package/dist/types/credential-status.d.ts.map +1 -1
- package/dist/types/credential-status.js +11 -0
- package/dist/types/credential-status.js.map +1 -1
- package/dist/types/credential.d.ts +7 -10
- package/dist/types/credential.d.ts.map +1 -1
- package/dist/types/credential.js.map +1 -1
- package/dist/types/swagger-api-types.d.ts +62 -12
- package/dist/types/swagger-api-types.d.ts.map +1 -1
- package/dist/types/swagger-api-types.js +62 -12
- package/dist/types/swagger-api-types.js.map +1 -1
- package/dist/types/validation.d.ts +4 -0
- package/dist/types/validation.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
* required:
|
|
71
71
|
* - statusPurpose
|
|
72
72
|
* - statusListName
|
|
73
|
+
* - statusListType
|
|
73
74
|
* properties:
|
|
74
75
|
* statusPurpose:
|
|
75
76
|
* type: string
|
|
@@ -78,6 +79,11 @@
|
|
|
78
79
|
* - suspension
|
|
79
80
|
* statusListName:
|
|
80
81
|
* type: string
|
|
82
|
+
* statusListType:
|
|
83
|
+
* type: string
|
|
84
|
+
* enum:
|
|
85
|
+
* - StatusList2021
|
|
86
|
+
* - BitstringStatusList
|
|
81
87
|
* statusListIndex:
|
|
82
88
|
* type: number
|
|
83
89
|
* statusListVersion:
|
|
@@ -92,6 +98,7 @@
|
|
|
92
98
|
* example:
|
|
93
99
|
* statusPurpose: revocation
|
|
94
100
|
* statusListName: employee-credentials
|
|
101
|
+
* statusListType: StatusList2021
|
|
95
102
|
* termsOfUse:
|
|
96
103
|
* description: Terms of use can be utilized by an issuer or a holder to communicate the terms under which a verifiable credential was issued.
|
|
97
104
|
* type: array
|
|
@@ -155,6 +162,7 @@
|
|
|
155
162
|
* statusPurpose: revocation
|
|
156
163
|
* statusListName: employee-credentials
|
|
157
164
|
* statusListIndex: 10
|
|
165
|
+
* statusListType: StatusList2021
|
|
158
166
|
* Credential:
|
|
159
167
|
* description: Input fields for revoking/suspending a Verifiable Credential.
|
|
160
168
|
* type: object
|
|
@@ -207,6 +215,7 @@
|
|
|
207
215
|
* type: string
|
|
208
216
|
* enum:
|
|
209
217
|
* - StatusList2021Entry
|
|
218
|
+
* - BitstringStatusListEntry
|
|
210
219
|
* issuanceDate:
|
|
211
220
|
* type: string
|
|
212
221
|
* format: date-time
|
|
@@ -576,7 +585,7 @@
|
|
|
576
585
|
* description: Provide an optional verifier DID (also known as 'domain' parameter), if the verifier DID in the presentation is not managed in the wallet.
|
|
577
586
|
* type: string
|
|
578
587
|
* makeFeePayment:
|
|
579
|
-
* description: Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 DID-Linked Resource.
|
|
588
|
+
* description: Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 or BitstringStatusList DID-Linked Resource.
|
|
580
589
|
* type: boolean
|
|
581
590
|
* default: false
|
|
582
591
|
* policies:
|
|
@@ -603,29 +612,48 @@
|
|
|
603
612
|
* - statusListName
|
|
604
613
|
* properties:
|
|
605
614
|
* did:
|
|
606
|
-
* description: DID of the StatusList2021 publisher.
|
|
615
|
+
* description: DID of the StatusList2021 or BitstringStatusList publisher.
|
|
607
616
|
* type: string
|
|
608
617
|
* format: uri
|
|
609
618
|
* statusListName:
|
|
610
|
-
* description: The name of the StatusList2021 DID-Linked Resource to be created.
|
|
619
|
+
* description: The name of the StatusList2021 or BitstringStatusList DID-Linked Resource to be created.
|
|
611
620
|
* type: string
|
|
612
621
|
* length:
|
|
613
|
-
* description: The length of the status list to be created. The default and minimum length is
|
|
622
|
+
* description: The length of the status list to be created. The default and minimum length is 131072 which is 16kb.
|
|
614
623
|
* type: integer
|
|
615
624
|
* minimum: 0
|
|
616
625
|
* exclusiveMinimum: true
|
|
617
|
-
* default:
|
|
626
|
+
* default: 131072
|
|
618
627
|
* encoding:
|
|
619
|
-
* description: The encoding format of the StatusList2021 DiD-Linked Resource to be created.
|
|
628
|
+
* description: The encoding format of the StatusList2021 or BitstringStatusList (only base64url supported) DiD-Linked Resource to be created.
|
|
620
629
|
* type: string
|
|
621
630
|
* default: base64url
|
|
622
631
|
* enum:
|
|
623
632
|
* - base64url
|
|
624
|
-
* - base64
|
|
625
633
|
* - hex
|
|
626
634
|
* statusListVersion:
|
|
627
|
-
* description: Optional field to assign a human-readable version in the StatusList2021 DID-Linked Resource.
|
|
635
|
+
* description: Optional field to assign a human-readable version in the StatusList2021 or BitstringStatusList DID-Linked Resource.
|
|
628
636
|
* type: string
|
|
637
|
+
* statusSize:
|
|
638
|
+
* description: "Only for BitstringStatusList: bits per credential, used to support multiple status in same list."
|
|
639
|
+
* type: integer
|
|
640
|
+
* minimum: 1
|
|
641
|
+
* statusMessages:
|
|
642
|
+
* description: "Only for BitstringStatusList (Mandatory if statusSize > 1): Message explaining each bit"
|
|
643
|
+
* type: array
|
|
644
|
+
* items:
|
|
645
|
+
* type: object
|
|
646
|
+
* properties:
|
|
647
|
+
* status:
|
|
648
|
+
* type: string
|
|
649
|
+
* example: "0x0"
|
|
650
|
+
* message:
|
|
651
|
+
* type: string
|
|
652
|
+
* example: valid
|
|
653
|
+
* ttl:
|
|
654
|
+
* description: "Only for BitstringStatusList: Time to Live in Miliseconds (not expiry)."
|
|
655
|
+
* type: integer
|
|
656
|
+
* minimum: 1000
|
|
629
657
|
* - $ref: '#/components/schemas/AlsoKnownAs'
|
|
630
658
|
* CredentialStatusCreateUnencryptedRequest:
|
|
631
659
|
* allOf:
|
|
@@ -692,17 +720,17 @@
|
|
|
692
720
|
* type: object
|
|
693
721
|
* properties:
|
|
694
722
|
* feePaymentAddress:
|
|
695
|
-
* description: The cheqd/Cosmos payment address where payments to unlock the encrypted StatusList2021 DID-Linked Resource need to be sent.
|
|
723
|
+
* description: The cheqd/Cosmos payment address where payments to unlock the encrypted StatusList2021 or BitstringStatusList DID-Linked Resource need to be sent.
|
|
696
724
|
* type: string
|
|
697
725
|
* example: cheqd1qs0nhyk868c246defezhz5eymlt0dmajna2csg
|
|
698
726
|
* feePaymentAmount:
|
|
699
|
-
* description: Amount in CHEQ tokens to unlock the encrypted StatusList2021 DID-Linked Resource.
|
|
727
|
+
* description: Amount in CHEQ tokens to unlock the encrypted StatusList2021 or BitstringStatusList DID-Linked Resource.
|
|
700
728
|
* type: number
|
|
701
729
|
* minimum: 0
|
|
702
730
|
* exclusiveMinimum: true
|
|
703
731
|
* default: 20
|
|
704
732
|
* feePaymentWindow:
|
|
705
|
-
* description: Time window (in minutes) within which the payment to unlock the encrypted StatusList2021 DID-Linked Resource is considered valid.
|
|
733
|
+
* description: Time window (in minutes) within which the payment to unlock the encrypted StatusList2021 or BitstringStatusList DID-Linked Resource is considered valid.
|
|
706
734
|
* type: number
|
|
707
735
|
* minimum: 0
|
|
708
736
|
* exclusiveMinimum: true
|
|
@@ -922,7 +950,7 @@
|
|
|
922
950
|
* minimum: 0
|
|
923
951
|
* exclusiveMinimum: false
|
|
924
952
|
* makeFeePayment:
|
|
925
|
-
* description: Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 DID-Linked Resource.
|
|
953
|
+
* description: Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 or BitstringStatusList DID-Linked Resource.
|
|
926
954
|
* type: boolean
|
|
927
955
|
* default: true
|
|
928
956
|
* CredentialStatusCheckResult:
|
|
@@ -1295,6 +1323,28 @@
|
|
|
1295
1323
|
* items:
|
|
1296
1324
|
* type: string
|
|
1297
1325
|
* example: https://example.com
|
|
1326
|
+
* priority:
|
|
1327
|
+
* description: (Optional) Priority of the service endpoint, used for distinction when multiple did-communication service endpoints are present in a single DID document.
|
|
1328
|
+
* type: integer
|
|
1329
|
+
* example: 0
|
|
1330
|
+
* recipientKeys:
|
|
1331
|
+
* description: (Optional) List of recipient keys used to denote the default recipients of an endpoint.
|
|
1332
|
+
* type: array
|
|
1333
|
+
* items:
|
|
1334
|
+
* type: string
|
|
1335
|
+
* example: did:cheqd:mainnet:7bf81a20-633c-4cc7-bc4a-5a45801005e0#key-1
|
|
1336
|
+
* routingKeys:
|
|
1337
|
+
* description: (Optional) List of routing keys used to used to denote the individual routing hops in between the sender and recipients.
|
|
1338
|
+
* type: array
|
|
1339
|
+
* items:
|
|
1340
|
+
* type: string
|
|
1341
|
+
* example: did:cheqd:mainnet:7bf81a20-633c-4cc7-bc4a-5a45801005e0#key-2
|
|
1342
|
+
* accept:
|
|
1343
|
+
* description: (Optional) List of media types that the service endpoint accepts.
|
|
1344
|
+
* type: array
|
|
1345
|
+
* items:
|
|
1346
|
+
* type: string
|
|
1347
|
+
* example: didcomm/aip2;env=rfc587
|
|
1298
1348
|
* DidUpdateRequest:
|
|
1299
1349
|
* type: object
|
|
1300
1350
|
* properties:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swagger-api-types.js","sourceRoot":"","sources":["../../src/types/swagger-api-types.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"swagger-api-types.js","sourceRoot":"","sources":["../../src/types/swagger-api-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8mDG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../src/types/validation.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../src/types/validation.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cheqd/studio",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0-develop.1",
|
|
4
4
|
"description": "cheqd Studio Backend",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"README.md"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@cheqd/did-provider-cheqd": "^4.
|
|
57
|
+
"@cheqd/did-provider-cheqd": "^4.6.0",
|
|
58
58
|
"@cheqd/sdk": "^5.3.1",
|
|
59
59
|
"@cheqd/ts-proto": "^4.0.2",
|
|
60
60
|
"@cosmjs/amino": "^0.33.1",
|
|
61
61
|
"@cosmjs/encoding": "^0.33.1",
|
|
62
|
-
"@logto/express": "^
|
|
62
|
+
"@logto/express": "^3.0.11",
|
|
63
63
|
"@stablelib/ed25519": "^1.0.3",
|
|
64
64
|
"@veramo/core": "^6.0.0",
|
|
65
65
|
"@veramo/credential-ld": "^6.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@verida/client-ts": "^3.0.4",
|
|
76
76
|
"@verida/encryption-utils": "^3.0.1",
|
|
77
77
|
"@verida/types": "^3.0.2",
|
|
78
|
-
"@verida/vda-did-resolver": "^
|
|
78
|
+
"@verida/vda-did-resolver": "^4.4.5",
|
|
79
79
|
"bcrypt": "^5.1.1",
|
|
80
80
|
"bs58": "^6.0.0",
|
|
81
81
|
"cookie-parser": "^1.4.7",
|