Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@aptly-as/types

Package Overview
Dependencies
Maintainers
2
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/types - npm Package Compare versions

Comparing version
3.17.6
to
3.17.7
+3
-0
models/customer.d.ts

@@ -0,1 +1,2 @@

import { AptlyAddress } from './address.js';
import { AptlyBaseSchema } from './extends.js';

@@ -12,2 +13,4 @@ import { AptlyUserSchema } from './user.js';

phone: string;
shipping?: AptlyAddress | null;
billing?: AptlyAddress | null;
companyName: string;

@@ -14,0 +17,0 @@ companyVat: string;

+1
-1
{
"name": "@aptly-as/types",
"version": "3.17.6",
"version": "3.17.7",
"description": "Aptly types and enums",

@@ -5,0 +5,0 @@ "type": "module",