@spytecgps/nova-orm 1.3.119 → 1.3.120

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.
@@ -78,6 +78,7 @@ export interface CreateClientConfigurationParams {
78
78
  maxUsersAllowed?: number;
79
79
  ssoDomain?: string;
80
80
  ssoMetadata?: Record<string, any>;
81
+ assetProfileStatusLabels?: Record<string, any>;
81
82
  }
82
83
  export declare const requiredUpdateClientConfigurationParamsAttributes: string[];
83
84
  export declare const oneRequiredUpdateClientConfigurationParamsAttributes: string[];
@@ -92,6 +93,7 @@ export interface UpdateClientConfigurationParams {
92
93
  maxUsersAllowed?: number;
93
94
  ssoDomain?: string;
94
95
  ssoMetadata?: Record<string, any>;
96
+ assetProfileStatusLabels?: Record<string, any>;
95
97
  };
96
98
  }
97
99
  export declare const requiredCreateCustomerAttributeParamsAttributes: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.3.119",
3
+ "version": "1.3.120",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",