@aptly-as/types
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -39,5 +39,12 @@ import { AptlyProducerSchema } from './producer.js'; | ||
integrations: AptlyUnitIntegrationSchema<ID>[]; | ||
gdpr?: AptlyUnitGDPRSchema<DATE, ID>; | ||
tree: any[]; | ||
created: DATE; | ||
} | ||
interface AptlyUnitGDPRSchema<DATE, ID> { | ||
approved: boolean; | ||
approvedAt: DATE | null; | ||
documents: ID[]; | ||
users: ID[]; | ||
} | ||
export type AptlyUnitOverridePeriod = AptlyUnitOverridePeriodSchema<string, string>; | ||
@@ -44,0 +51,0 @@ export interface AptlyUnitOverridePeriodSchema<ID, DATE> { |
{ | ||
"name": "@aptly-as/types", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
85722
2223