@comparaonline/cico-funnel-schema
Advanced tools
Comparing version 1.0.0 to 1.1.0
export { PolicyType } from './policy-type'; | ||
export { IssueStatus } from './issue-status'; | ||
export { ReasonReturn } from './reason-return'; | ||
export { PaymentMethod } from './payment-method'; |
@@ -15,6 +15,2 @@ "use strict"; | ||
return reason_return_1.ReasonReturn; | ||
} }); | ||
var payment_method_1 = require("./payment-method"); | ||
Object.defineProperty(exports, "PaymentMethod", { enumerable: true, get: function get() { | ||
return payment_method_1.PaymentMethod; | ||
} }); |
@@ -0,3 +1,5 @@ | ||
export { PaymentMethod } from './enums/common'; | ||
export { CheckoutStatus } from './enums/checkout'; | ||
export { IssueStatus, PolicyType, ReasonReturn, PaymentMethod } from './enums/issue'; | ||
export { IssueStatus, PolicyType, ReasonReturn } from './enums/issue'; | ||
export { ManagementStatus, MeanOfPayment, PaymentCertificate } from './enums/collection'; | ||
export { Car, FinancialEntity, ForeignTaxation, Insurance, PublicLinkPerson, PublicResources, Sarlaft, Work } from './interfaces/checkout/sarlaft'; | ||
@@ -7,2 +9,3 @@ export { Inspection, InspectionCity, InspectionMail } from './interfaces/checkout/inspection'; | ||
export { Issue, IssueReadOnly, IssueAgents } from './interfaces/issue'; | ||
export { Collection } from './interfaces/collection'; | ||
export { Funnel } from './interfaces/funnel'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var common_1 = require("./enums/common"); | ||
Object.defineProperty(exports, "PaymentMethod", { enumerable: true, get: function get() { | ||
return common_1.PaymentMethod; | ||
} }); | ||
var checkout_1 = require("./enums/checkout"); | ||
@@ -18,4 +22,11 @@ Object.defineProperty(exports, "CheckoutStatus", { enumerable: true, get: function get() { | ||
} }); | ||
Object.defineProperty(exports, "PaymentMethod", { enumerable: true, get: function get() { | ||
return issue_1.PaymentMethod; | ||
var collection_1 = require("./enums/collection"); | ||
Object.defineProperty(exports, "ManagementStatus", { enumerable: true, get: function get() { | ||
return collection_1.ManagementStatus; | ||
} }); | ||
Object.defineProperty(exports, "MeanOfPayment", { enumerable: true, get: function get() { | ||
return collection_1.MeanOfPayment; | ||
} }); | ||
Object.defineProperty(exports, "PaymentCertificate", { enumerable: true, get: function get() { | ||
return collection_1.PaymentCertificate; | ||
} }); |
import { ColombiaForm, ColombiaOffer } from '@comparaonlineprivate/data-interfaces'; | ||
import { Checkout } from './checkout'; | ||
import { Issue } from './issue'; | ||
import { Collection } from "./collection"; | ||
export interface Funnel { | ||
@@ -10,2 +11,3 @@ dataOwner?: string; | ||
issue?: Issue; | ||
collection?: Collection; | ||
} |
@@ -1,2 +0,3 @@ | ||
import { PolicyType, IssueStatus, ReasonReturn, PaymentMethod } from '../../enums/issue'; | ||
import { PaymentMethod } from '../../enums/common'; | ||
import { PolicyType, IssueStatus, ReasonReturn } from '../../enums/issue'; | ||
export interface IssueReadOnly { | ||
@@ -3,0 +4,0 @@ policyType: PolicyType; |
{ | ||
"name": "@comparaonline/cico-funnel-schema", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Cico Funnel Schema", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "5bbd488315213ac3da983592b0a1c4b9ce3ce0bf" | ||
"gitHead": "1801aaacee9e9414482ca3b818bb3fc7d9a8d137" | ||
} |
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
255273
42
473