@reapit/gbl-pp-owner-api-ts-definitions 1.0.4 → 1.0.6

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.
@@ -39,8 +39,10 @@ export interface OwnerMetadataModel {
39
39
  business_name: string;
40
40
  /** Tax code. */
41
41
  tax_code: string;
42
- /** Indicates whether the owner has reviewed their information. */
42
+ /** Indicates whether the owner has reviewed their information. Primarily used for T&C acceptance. */
43
43
  is_info_reviewed: boolean;
44
+ /** Indicates whether the owner has enabled analytics. */
45
+ is_analytics_enabled: boolean;
44
46
  /** Owner address. */
45
47
  address: UserAddressModel;
46
48
  /** Annual statement generation schedule. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reapit/gbl-pp-owner-api-ts-definitions",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "TypeScript type definitions for the PayProp Owner API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",