Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aptly-as/types

Package Overview
Dependencies
Maintainers
0
Versions
144
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 2.7.1 to 2.7.2

35

enums/document.d.ts
export declare enum AptlyDocumentType {
ArchitectDrawing = "architect-drawing",
BathroomDrawing = "bathroomDrawing",
Chunk = "chunk",
CircuitDirectory = "circuitDirectory",
Contract = "contract",
Document = "document",
DeclarationOfConformity = "declaration-of-conformity",
DeliveryDescription = "deliveryDescription",
UnitPlan = "unitPlan",
ElDrawing = "elDrawing",
VVSDrawing = "vvsDrawing",
BathroomDrawing = "bathroomDrawing",
EndReport = "endReport",
FDV = "fdv",
Gdpr = "gdpr",
KitchenDrawing = "kitchenDrawing",
InspectionReport = "inspectionReport",
Manual = "manual",
KitchenDrawing = "kitchenDrawing",
Receipt = "receipt",
UnitPlan = "unitPlan",
OrderAttachment = "orderAttachment",
PaymentReceipt = "payment-receipt",
PaymentReport = "payment-report",
ProductAttachment = "productAttachment",
Prospect = "prospect",
Public = "public",
Receipt = "receipt",
RiskAssessment = "risk-assessment",
SignedReceipt = "signedReceipt",
OrderAttachment = "orderAttachment",
InspectionReport = "inspectionReport",
Public = "public",
Prospect = "prospect",
EndReport = "endReport",
Contract = "contract",
Chunk = "chunk",
Gdpr = "gdpr",
Zip = "zip",
CircuitDirectory = "circuitDirectory",
DeclarationOfConformity = "declaration-of-conformity"
VVSDrawing = "vvsDrawing",
Zip = "zip"
}

@@ -27,0 +30,0 @@ export declare enum AptlyHistoryType {

export var AptlyDocumentType;
(function (AptlyDocumentType) {
AptlyDocumentType["ArchitectDrawing"] = "architect-drawing";
AptlyDocumentType["BathroomDrawing"] = "bathroomDrawing";
AptlyDocumentType["Chunk"] = "chunk";
AptlyDocumentType["CircuitDirectory"] = "circuitDirectory";
AptlyDocumentType["Contract"] = "contract";
AptlyDocumentType["Document"] = "document";
AptlyDocumentType["DeclarationOfConformity"] = "declaration-of-conformity";
AptlyDocumentType["DeliveryDescription"] = "deliveryDescription";
AptlyDocumentType["UnitPlan"] = "unitPlan";
AptlyDocumentType["ElDrawing"] = "elDrawing";
AptlyDocumentType["VVSDrawing"] = "vvsDrawing";
AptlyDocumentType["BathroomDrawing"] = "bathroomDrawing";
AptlyDocumentType["EndReport"] = "endReport";
AptlyDocumentType["FDV"] = "fdv";
AptlyDocumentType["Gdpr"] = "gdpr";
AptlyDocumentType["KitchenDrawing"] = "kitchenDrawing";
AptlyDocumentType["InspectionReport"] = "inspectionReport";
AptlyDocumentType["Manual"] = "manual";
AptlyDocumentType["KitchenDrawing"] = "kitchenDrawing";
AptlyDocumentType["Receipt"] = "receipt";
AptlyDocumentType["UnitPlan"] = "unitPlan";
AptlyDocumentType["OrderAttachment"] = "orderAttachment";
AptlyDocumentType["PaymentReceipt"] = "payment-receipt";
AptlyDocumentType["PaymentReport"] = "payment-report";
AptlyDocumentType["ProductAttachment"] = "productAttachment";
AptlyDocumentType["Prospect"] = "prospect";
AptlyDocumentType["Public"] = "public";
AptlyDocumentType["Receipt"] = "receipt";
AptlyDocumentType["RiskAssessment"] = "risk-assessment";
AptlyDocumentType["SignedReceipt"] = "signedReceipt";
AptlyDocumentType["OrderAttachment"] = "orderAttachment";
AptlyDocumentType["InspectionReport"] = "inspectionReport";
AptlyDocumentType["Public"] = "public";
AptlyDocumentType["Prospect"] = "prospect";
AptlyDocumentType["EndReport"] = "endReport";
AptlyDocumentType["Contract"] = "contract";
AptlyDocumentType["Chunk"] = "chunk";
AptlyDocumentType["Gdpr"] = "gdpr";
AptlyDocumentType["VVSDrawing"] = "vvsDrawing";
AptlyDocumentType["Zip"] = "zip";
AptlyDocumentType["CircuitDirectory"] = "circuitDirectory";
AptlyDocumentType["DeclarationOfConformity"] = "declaration-of-conformity";
})(AptlyDocumentType || (AptlyDocumentType = {}));

@@ -28,0 +31,0 @@ export var AptlyHistoryType;

export type AptlyPaymentSettlement = AptlyPaymentSettlementSchema<string, string>;
export interface AptlyPaymentSettlementSchema<ID, DATE> {
_id: ID;
organization?: ID;
document?: ID;
app: ID;

@@ -5,0 +7,0 @@ externalId: string;

{
"name": "@aptly-as/types",
"version": "2.7.1",
"version": "2.7.2",
"description": "Aptly types and enums",

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

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