Socket
Socket
Sign inDemoInstall

@comparaonline/cicl-funnel-schema

Package Overview
Dependencies
Maintainers
12
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparaonline/cicl-funnel-schema - npm Package Compare versions

Comparing version 1.31.2 to 1.31.3

5

dist/interfaces/issue/person.d.ts
import { CivilStatus, Gender } from "@comparaonline/common-schema";
import { OwnerType } from "../../enums/checkout";
import { Address } from "../checkout";
export interface Person {

@@ -9,2 +10,6 @@ fullName?: string;

nationalId: string;
residenceAddress?: Address;
name?: string;
lastName?: string;
secondLastName?: string;
gender: Gender;

@@ -11,0 +16,0 @@ phone: string;

4

package.json
{
"name": "@comparaonline/cicl-funnel-schema",
"version": "1.31.2",
"version": "1.31.3",
"description": "CICL Funnel Schema",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

},
"gitHead": "76bd1bd8a82ababccbd33f4e521c7dcf2474e17a"
"gitHead": "c774f2165da69ddecac80ec23238e42bc609ba18"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc