@clxmedia/credstore-client 1.0.21 → 1.0.22

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.
Files changed (2) hide show
  1. package/dist/client.d.ts +0 -4
  2. package/package.json +1 -1
package/dist/client.d.ts CHANGED
@@ -64,10 +64,6 @@ export interface RealPageCredential extends BaseCredential {
64
64
  export interface RentCafeV2Credential extends BaseCredential {
65
65
  company_api_key: string;
66
66
  company_code: string;
67
- source_name: string;
68
- property_code?: string;
69
- property_id?: string;
70
- crm_timezone: string;
71
67
  }
72
68
  export interface YardiCredential extends BaseCredential {
73
69
  endpoint: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/credstore-client",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "CLXperience CredStore Client",
5
5
  "author": "Brandon Thompson <brandont@clxmedia.com>",
6
6
  "license": "MIT",