@aptly-as/types
Advanced tools
@@ -8,2 +8,4 @@ import { AptlyAddress } from './address.js'; | ||
| vat: string; | ||
| email: string; | ||
| phone: string; | ||
| shipping: AptlyAddress | null; | ||
@@ -10,0 +12,0 @@ billing: AptlyAddress | null; |
| import { Populated } from '../core/mongoose.js'; | ||
| import { AptlyAddress, AptlySearchAddress } from './address.js'; | ||
| import { AptlyAllowance, AptlyAllowanceChargeSchema, AptlyExtensionAmount, AptlyLegalMonetaryTotal } from './algorithm.js'; | ||
| import { AptlyCompanySchema } from './company.js'; | ||
| import { AptlyCompany, AptlyCompanySchema } from './company.js'; | ||
| import { AptlyCustomerData, AptlyCustomerDataSchema } from './customer.js'; | ||
@@ -90,3 +90,3 @@ import { AptlyDocumentSchema } from './document.js'; | ||
| export interface AptlyOfferSendCompanyBody extends AptlyOfferSendInvoiceBody, Omit<AptlyCustomerData, 'fullName' | 'user'> { | ||
| company: Pick<AptlyOrganization, 'name' | 'vat' | 'address'>; | ||
| company: Pick<AptlyCompany, 'name' | 'vat' | 'email' | 'phone' | 'shipping' | 'billing'> & Pick<AptlyOrganization, 'address'>; | ||
| address: AptlyAddress; | ||
@@ -93,0 +93,0 @@ } |
@@ -22,2 +22,3 @@ import { AptlyModules, AptlyScopeSchema } from '../core/index.js'; | ||
| slug: string; | ||
| slugs: string[]; | ||
| number: string; | ||
@@ -24,0 +25,0 @@ vat?: string; |
+8
-0
| import { AptlyBaseSchema } from './extends.js'; | ||
| import { AptlyMediaSrcSchema } from './media.js'; | ||
| import { AptlyModuleSchema } from './module.js'; | ||
@@ -17,4 +18,7 @@ import { AptlyOrganizationSchema } from './organization.js'; | ||
| isDefaultFreeTier: boolean; | ||
| isDefaultSubscriptionTier: boolean; | ||
| slug: string; | ||
| info: string; | ||
| description: string; | ||
| media: AptlyMediaSrcSchema<ID, DATE> | null; | ||
| modules: (ID | AptlyModuleSchema<ID, DATE>)[]; | ||
@@ -25,4 +29,7 @@ listed: boolean; | ||
| copiedPlan: ID | null; | ||
| trialDays: number; | ||
| freeRecurringDays: number; | ||
| recurring: AptlyPlanRecurring; | ||
| recurringAt: DATE | null; | ||
| expiresAt: DATE | null; | ||
| subscription: { | ||
@@ -44,2 +51,3 @@ monthly: number; | ||
| percent: number; | ||
| paymentPercent: number; | ||
| }; | ||
@@ -46,0 +54,0 @@ offer: { |
+1
-1
| { | ||
| "name": "@aptly-as/types", | ||
| "version": "3.15.2", | ||
| "version": "3.16.0", | ||
| "description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
166695
0.25%4481
0.25%