@owf/token-status-list 0.3.1 → 0.3.2-alpha-20260630121831
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/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -226,12 +226,12 @@ declare class StatusListCwt {
|
|
|
226
226
|
* Defined in ISO/IEC 18013-5 second edition (CD), 12.3.6.
|
|
227
227
|
*/
|
|
228
228
|
declare const statusListInfoSchema: z$1.ZodCodec<z$1.ZodMap<z$1.ZodUnknown, z$1.ZodUnknown>, z$1.ZodCustom<TypedMap<{
|
|
229
|
-
idx: number;
|
|
230
229
|
uri: string;
|
|
230
|
+
idx: number;
|
|
231
231
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
232
232
|
}, "certificate">, TypedMap<{
|
|
233
|
-
idx: number;
|
|
234
233
|
uri: string;
|
|
234
|
+
idx: number;
|
|
235
235
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
236
236
|
}, "certificate">>>;
|
|
237
237
|
type StatusListInfoDecodedStructure = z$1.output<typeof statusListInfoSchema>;
|
|
@@ -243,12 +243,12 @@ type StatusListInfoOptions = {
|
|
|
243
243
|
};
|
|
244
244
|
declare class StatusListInfo extends CborStructure<StatusListInfoEncodedStructure, StatusListInfoDecodedStructure> {
|
|
245
245
|
static get encodingSchema(): z$1.ZodCodec<z$1.ZodMap<z$1.ZodUnknown, z$1.ZodUnknown>, z$1.ZodCustom<TypedMap<{
|
|
246
|
-
idx: number;
|
|
247
246
|
uri: string;
|
|
247
|
+
idx: number;
|
|
248
248
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
249
249
|
}, "certificate">, TypedMap<{
|
|
250
|
-
idx: number;
|
|
251
250
|
uri: string;
|
|
251
|
+
idx: number;
|
|
252
252
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
253
253
|
}, "certificate">>>;
|
|
254
254
|
get uri(): string;
|
package/dist/index.d.mts
CHANGED
|
@@ -226,12 +226,12 @@ declare class StatusListCwt {
|
|
|
226
226
|
* Defined in ISO/IEC 18013-5 second edition (CD), 12.3.6.
|
|
227
227
|
*/
|
|
228
228
|
declare const statusListInfoSchema: z$1.ZodCodec<z$1.ZodMap<z$1.ZodUnknown, z$1.ZodUnknown>, z$1.ZodCustom<TypedMap<{
|
|
229
|
-
idx: number;
|
|
230
229
|
uri: string;
|
|
230
|
+
idx: number;
|
|
231
231
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
232
232
|
}, "certificate">, TypedMap<{
|
|
233
|
-
idx: number;
|
|
234
233
|
uri: string;
|
|
234
|
+
idx: number;
|
|
235
235
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
236
236
|
}, "certificate">>>;
|
|
237
237
|
type StatusListInfoDecodedStructure = z$1.output<typeof statusListInfoSchema>;
|
|
@@ -243,12 +243,12 @@ type StatusListInfoOptions = {
|
|
|
243
243
|
};
|
|
244
244
|
declare class StatusListInfo extends CborStructure<StatusListInfoEncodedStructure, StatusListInfoDecodedStructure> {
|
|
245
245
|
static get encodingSchema(): z$1.ZodCodec<z$1.ZodMap<z$1.ZodUnknown, z$1.ZodUnknown>, z$1.ZodCustom<TypedMap<{
|
|
246
|
-
idx: number;
|
|
247
246
|
uri: string;
|
|
247
|
+
idx: number;
|
|
248
248
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
249
249
|
}, "certificate">, TypedMap<{
|
|
250
|
-
idx: number;
|
|
251
250
|
uri: string;
|
|
251
|
+
idx: number;
|
|
252
252
|
certificate: Uint8Array<ArrayBufferLike>;
|
|
253
253
|
}, "certificate">>>;
|
|
254
254
|
get uri(): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owf/token-status-list",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2-alpha-20260630121831",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"cbor-x": "^1.6.4",
|
|
31
31
|
"pako": "^3.0.0",
|
|
32
32
|
"zod": "^4.4.3",
|
|
33
|
-
"@owf/cose": "0.3.
|
|
34
|
-
"@owf/identity-common": "0.3.
|
|
33
|
+
"@owf/cose": "0.3.2-alpha-20260630121831",
|
|
34
|
+
"@owf/identity-common": "0.3.2-alpha-20260630121831"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@noble/curves": "^2.2.0",
|