@fragus/sam-types 1.0.43 → 1.0.44
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.
package/package.json
CHANGED
|
@@ -88,25 +88,16 @@ export interface IContractProviderResponse extends IProviderCustomizationRespons
|
|
|
88
88
|
|
|
89
89
|
export interface IContractProviderListItemResponse {
|
|
90
90
|
administrativeName: string
|
|
91
|
-
autoSettlement: boolean
|
|
92
91
|
contractProviderId: number
|
|
93
92
|
country: ICountryResponse
|
|
94
93
|
cvrCode: string
|
|
95
|
-
disableContractTemplates: boolean
|
|
96
94
|
fragusContactPersonName: string | null
|
|
97
|
-
isAllowContractsWithoutVehiclePriceModel: boolean
|
|
98
|
-
isShowLogoOnWeb: boolean
|
|
99
|
-
isUseWhiteBGOnWeb: boolean
|
|
100
|
-
isUsingV4PricingTool: boolean
|
|
101
|
-
isUseV4PTOnlyForSigning: boolean
|
|
102
95
|
omnicarFee: number
|
|
103
96
|
parentProviderId: number | null
|
|
104
|
-
productsEnabled: boolean
|
|
105
97
|
providerCategory: string | null
|
|
106
98
|
providerGroup: string | null
|
|
107
99
|
providerIdentifier: string
|
|
108
100
|
state: ProviderState
|
|
109
|
-
webCalcEnabled: boolean
|
|
110
101
|
generalConditions: string
|
|
111
102
|
optionsConditions?: string
|
|
112
103
|
}
|