@ketch-sdk/ketch-types 1.9.4 → 1.9.5
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -697,7 +697,7 @@ export interface SubscriptionsTab {
|
|
|
697
697
|
/**
|
|
698
698
|
* List of topics/controls codes
|
|
699
699
|
*/
|
|
700
|
-
items:
|
|
700
|
+
items: SubscriptionExperienceItem[];
|
|
701
701
|
/**
|
|
702
702
|
* switchOnText overrides the standard text for a consent switch in the on state
|
|
703
703
|
*/
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "@ketch-sdk/ketch-types", "version": "1.9.
|
|
1
|
+
{"name": "@ketch-sdk/ketch-types", "version": "1.9.5", "description": "Ketch Types", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "commonjs", "scripts": {"all": "npm run lint && npm run format-check && npm run test && npm run build && npm run docs", "build": "tsc -p .", "lint": "eslint src/**/*.ts", "test": "jest --runInBand --passWithNoTests", "format": "prettier --write \"**/*.{ts,tsx,yml,yaml}\"", "format-check": "prettier --check '**/*.ts'", "docs": "typedoc --githubPages true --excludeInternal src/index.ts"}, "repository": {"type": "git", "url": "git+https://github.com/ketch-sdk/ketch-types.git"}, "author": "Ketch Kloud, Inc. (https://www.ketch.com/)", "license": "MIT", "homepage": "https://github.com/ketch-sdk/ketch-types", "bugs": {"url": "https://github.com/ketch-sdk/ketch-types/issues"}, "devDependencies": {"@types/events": "^3.0.0", "@types/jest": "^29.4.0", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.4.3", "jest-environment-jsdom": "^29.4.3", "jest-junit": "^15.0.0", "prettier": "^2.8.4", "ts-jest": "^29.0.5", "typedoc": "^0.23.26", "typescript": "^4.9.5"}, "files": ["./dist"]}
|