@spytecgps/nova-orm 1.4.74 → 1.4.76

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.
@@ -95,6 +95,7 @@ export interface UpdateClientConfigurationParams {
95
95
  ssoDomain?: string;
96
96
  ssoMetadata?: Record<string, any>;
97
97
  assetProfileStatusLabels?: Record<string, any>;
98
+ assetProfileStatusLabelsEnabled?: boolean;
98
99
  };
99
100
  }
100
101
  export declare const requiredCreateCustomerAttributeParamsAttributes: string[];
@@ -259,7 +259,8 @@ export declare enum ChurnbusterEventType {
259
259
  campaign_started = "campaign_started",
260
260
  email_bounced = "email_bounced",
261
261
  campaign_recovered = "campaign_recovered",
262
- campaign_lost = "campaign_lost"
262
+ campaign_lost = "campaign_lost",
263
+ campaign_won = "campaign_won"
263
264
  }
264
265
  export declare enum AvalaraBasePrice {
265
266
  original = "original",
@@ -33,6 +33,7 @@ export interface UpdateUserConfigurationParams {
33
33
  homepage?: string;
34
34
  temperatureUnits?: string;
35
35
  addressFormat?: string;
36
+ assetProfileStatusLabelsEnabled?: boolean;
36
37
  };
37
38
  }
38
39
  export interface DeleteUserConfigurationParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.74",
3
+ "version": "1.4.76",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",