@comparaonline/cico-funnel-schema
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -9,7 +9,2 @@ import { Sarlaft } from './sarlaft'; | ||
} | ||
export interface PromissoryNote { | ||
creditNumber?: number; | ||
registerNumber?: number; | ||
serviceUsed: string; | ||
} | ||
export interface CheckoutFiles { | ||
@@ -22,3 +17,2 @@ identificationDocument: CheckoutFilesDetail; | ||
others?: CheckoutFilesDetail[]; | ||
emailSent?: boolean; | ||
} | ||
@@ -37,3 +31,2 @@ export interface Sarlafts { | ||
sarlaft: Sarlafts; | ||
promissoryNote?: PromissoryNote; | ||
} |
@@ -8,3 +8,2 @@ import { PaymentMethod } from '../../enums/common'; | ||
company: string; | ||
companyCode: string; | ||
offerId: string; | ||
@@ -32,3 +31,2 @@ offerLink: string; | ||
issuanceCosts: string; | ||
numberOfInstallments: number; | ||
} |
{ | ||
"name": "@comparaonline/cico-funnel-schema", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Cico Funnel Schema", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "a853dcbf67f443335a953d12cad292515b106d78" | ||
"gitHead": "2dfe6bb1eb3c17cb094933ad6ab57f6facb1c67a" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
258489
480