@epilot/customer-portal-client
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -257,2 +257,7 @@ /* eslint-disable */ | ||
} | ||
export type ExtraSchemaAttributes = { | ||
name?: string; | ||
label?: string; | ||
group?: string; | ||
}[]; | ||
export interface Grant { | ||
@@ -615,6 +620,6 @@ /** | ||
data?: { | ||
contact?: string[]; | ||
contract?: string[]; | ||
order?: string[]; | ||
opportunity?: string[]; | ||
contact?: Components.Schemas.ExtraSchemaAttributes; | ||
contract?: Components.Schemas.ExtraSchemaAttributes; | ||
order?: Components.Schemas.ExtraSchemaAttributes; | ||
opportunity?: Components.Schemas.ExtraSchemaAttributes; | ||
}; | ||
@@ -621,0 +626,0 @@ } |
{ | ||
"name": "@epilot/customer-portal-client", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "API Client for epilot customer-portal API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
134384
2224