gdc-sdk-front-ts 0.6.1 → 0.6.2

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.
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Frontend runtime re-export of canonical consent claim helpers.
3
+ */
4
+ export { addActorIdentifierList, addActorRoleList, addActors, addCategories, addCategoryList, addClaimValues, addPurposeList, addPurposes, addRoles, addSections, getActorIdentifierList, getActorRoleList, getActors, getCategories, getCategoryList, getClaimValues, getConsentDate, getConsentIdentifier, getConsentPeriodEnd, getConsentPeriodStart, getPurposeList, getPurposes, getRoles, getSections, setActorIdentifierList, setActorRoleList, setActors, setCategories, setCategoryList, setClaimValues, setConsentDate, setConsentIdentifier, setConsentPeriodEnd, setConsentPeriodStart, setPurposeList, setPurposes, setRoles, setSections, type ConsentInteroperableClaims, } from 'gdc-sdk-core-ts';
@@ -0,0 +1,5 @@
1
+ // Copyright 2026 Antifraud Services Inc. under the Apache License, Version 2.0.
2
+ /**
3
+ * Frontend runtime re-export of canonical consent claim helpers.
4
+ */
5
+ export { addActorIdentifierList, addActorRoleList, addActors, addCategories, addCategoryList, addClaimValues, addPurposeList, addPurposes, addRoles, addSections, getActorIdentifierList, getActorRoleList, getActors, getCategories, getCategoryList, getClaimValues, getConsentDate, getConsentIdentifier, getConsentPeriodEnd, getConsentPeriodStart, getPurposeList, getPurposes, getRoles, getSections, setActorIdentifierList, setActorRoleList, setActors, setCategories, setCategoryList, setClaimValues, setConsentDate, setConsentIdentifier, setConsentPeriodEnd, setConsentPeriodStart, setPurposeList, setPurposes, setRoles, setSections, } from 'gdc-sdk-core-ts';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from 'gdc-sdk-core-ts';
2
2
  export * from './runtime-contracts.js';
3
+ export * from './consent-claim-helpers.js';
3
4
  export * from './actor-session.js';
4
5
  export * from './session-descriptor.js';
5
6
  export * from './types.js';
package/dist/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  // Copyright 2026 Antifraud Services Inc. under the Apache License, Version 2.0.
2
2
  export * from 'gdc-sdk-core-ts';
3
3
  export * from './runtime-contracts.js';
4
+ export * from './consent-claim-helpers.js';
4
5
  export * from './actor-session.js';
5
6
  export * from './session-descriptor.js';
6
7
  export * from './types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdc-sdk-front-ts",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Next-generation frontend runtime package for the GDC SDK family",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Antifraud Services Inc.",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.28.4",
20
- "gdc-common-utils-ts": "^1.14.0",
21
- "gdc-sdk-core-ts": "^0.6.1"
20
+ "gdc-common-utils-ts": "^1.14.2",
21
+ "gdc-sdk-core-ts": "^0.6.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^20.14.10",