@ketch-sdk/ketch-types 1.9.0 → 1.9.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/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1856,7 +1856,6 @@ export interface SetSubscriptionsRequest {
|
|
|
1856
1856
|
* GetSubscriptionConfigurationRequest
|
|
1857
1857
|
*/
|
|
1858
1858
|
export interface GetSubscriptionConfigurationRequest {
|
|
1859
|
-
language: string;
|
|
1860
1859
|
organizationCode: string;
|
|
1861
1860
|
propertyCode: string;
|
|
1862
1861
|
languageCode: string;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "@ketch-sdk/ketch-types", "version": "1.9.
|
|
1
|
+
{"name": "@ketch-sdk/ketch-types", "version": "1.9.1", "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"]}
|