gdc-common-utils-ts 1.14.1 → 1.14.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.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -378,6 +378,8 @@ when the active runtime variable is really the subject identifier.
|
|
|
378
378
|
- [`resolveSubjectIdentifier(...)`](src/utils/consent.ts)
|
|
379
379
|
- [`buildConsentClaimsSimple(...)`](src/utils/consent.ts)
|
|
380
380
|
- [`buildConsentClaimsSimpleWithCid(...)`](src/utils/consent.ts)
|
|
381
|
+
- [`getPurposes(...)`, `setPurposes(...)`, `addPurposes(...)` and related claim list helpers](src/utils/consent-claim-helpers.ts)
|
|
382
|
+
- [`__tests__/utils-consent-claim-helpers.test.ts`](__tests__/utils-consent-claim-helpers.test.ts)
|
|
381
383
|
|
|
382
384
|
These helpers are the shared base for consent claim construction across GW and SDKs.
|
|
383
385
|
|