@contentauth/c2pa-types 0.2.1 → 0.3.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/index.d.ts CHANGED
@@ -13,4 +13,55 @@ import type { Reader } from './types/ManifestStore.js';
13
13
  // eslint-disable-next-line @typescript-eslint/no-empty-interface, @typescript-eslint/no-empty-object-type
14
14
  export interface ManifestStore extends Reader {}
15
15
 
16
- export type * from './types/ManifestStore.js';
16
+ export type {
17
+ Actor,
18
+ AssertionMetadata,
19
+ AssetType,
20
+ ClaimGeneratorInfo,
21
+ Coordinate,
22
+ DataSource,
23
+ DateT,
24
+ Frame,
25
+ HashedUri,
26
+ Ingredient,
27
+ IngredientDeltaValidationResult,
28
+ Item,
29
+ Manifest,
30
+ ManifestAssertion,
31
+ ManifestAssertionKind,
32
+ Range,
33
+ RangeType,
34
+ Reader,
35
+ RegionOfInterest,
36
+ Relationship,
37
+ ResourceRef,
38
+ ResourceStore,
39
+ ReviewRating,
40
+ Role,
41
+ Shape,
42
+ ShapeType,
43
+ SignatureInfo,
44
+ SigningAlg,
45
+ StatusCodes,
46
+ Text,
47
+ TextSelector,
48
+ TextSelectorRange,
49
+ Time,
50
+ TimeType,
51
+ UnitType,
52
+ UriOrResource,
53
+ ValidationResults,
54
+ ValidationState,
55
+ ValidationStatus,
56
+ } from './types/ManifestStore.js';
57
+
58
+ export type {
59
+ AssertionDefinition,
60
+ ManifestDefinition,
61
+ } from './types/ManifestDefinition.js';
62
+
63
+ export type {
64
+ Builder,
65
+ BuilderIntent,
66
+ DigitalSourceType,
67
+ } from './types/Builder.js';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@contentauth/c2pa-types",
3
3
  "description": "Typescript types generated from c2pa-rs",
4
4
  "type": "module",
5
- "version": "0.2.1",
5
+ "version": "0.3.1",
6
6
  "types": "index.d.ts",
7
7
  "files": [
8
8
  "index.d.ts",