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

@aptly-as/types

Package Overview
Dependencies
Maintainers
1
Versions
143
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 1.2.3 to 1.3.0

models/queue-download.d.ts

9

enums/index.d.ts

@@ -85,1 +85,10 @@ export * from './document';

}
export declare enum AptlyQueueDownloadType {
Document = "document",
Image = "image"
}
export declare enum AptlyQueueDownloadStatus {
Queued = "queued",
Downloaded = "downloaded",
Error = "error"
}

@@ -103,2 +103,13 @@ "use strict";

})(AptlyErrorCode = exports.AptlyErrorCode || (exports.AptlyErrorCode = {}));
var AptlyQueueDownloadType;
(function (AptlyQueueDownloadType) {
AptlyQueueDownloadType["Document"] = "document";
AptlyQueueDownloadType["Image"] = "image";
})(AptlyQueueDownloadType = exports.AptlyQueueDownloadType || (exports.AptlyQueueDownloadType = {}));
var AptlyQueueDownloadStatus;
(function (AptlyQueueDownloadStatus) {
AptlyQueueDownloadStatus["Queued"] = "queued";
AptlyQueueDownloadStatus["Downloaded"] = "downloaded";
AptlyQueueDownloadStatus["Error"] = "error";
})(AptlyQueueDownloadStatus = exports.AptlyQueueDownloadStatus || (exports.AptlyQueueDownloadStatus = {}));
//# sourceMappingURL=index.js.map

@@ -98,2 +98,13 @@

SessionExpired = 'session-expired'
}
export enum AptlyQueueDownloadType {
Document = 'document',
Image = 'image',
}
export enum AptlyQueueDownloadStatus {
Queued = 'queued',
Downloaded = 'downloaded',
Error = 'error',
}

1

models/document.d.ts

@@ -12,2 +12,3 @@ import { AptlyDocumentType } from '../enums';

unit?: string;
product?: string;
text?: string;

@@ -14,0 +15,0 @@ size: number;

@@ -14,2 +14,3 @@ import { AptlyDocumentType } from '../enums';

unit?: string;
product?: string;
text?: string;

@@ -16,0 +17,0 @@ size: number;

@@ -16,2 +16,3 @@ export * from './booking';

export * from './project';
export * from './queue-download';
export * from './recommendation';

@@ -18,0 +19,0 @@ export * from './supplier';

@@ -21,2 +21,3 @@ "use strict";

__export(require("./project"));
__export(require("./queue-download"));
__export(require("./recommendation"));

@@ -23,0 +24,0 @@ __export(require("./supplier"));

@@ -17,2 +17,3 @@

export * from './project';
export * from './queue-download';
export * from './recommendation';

@@ -19,0 +20,0 @@ export * from './supplier';

@@ -16,2 +16,3 @@ import { AptlyDBCrawlerCleaner, AptlyHistorySchema } from './extends';

variants: AptlyProductVariantSchema<ID, DATE>[];
url?: string;
color?: string;

@@ -18,0 +19,0 @@ colorLabel?: string;

@@ -17,2 +17,3 @@ import { AptlyDBCrawlerCleaner, AptlyHistorySchema } from './extends';

variants: AptlyProductVariantSchema<ID, DATE>[];
url?: string;
color?: string;

@@ -19,0 +20,0 @@ colorLabel?: string;

2

package.json
{
"name": "@aptly-as/types",
"version": "1.2.3",
"version": "1.3.0",
"description": "Aptly types and enums",

@@ -5,0 +5,0 @@ "main": "./index.js",

Sorry, the diff of this file is not supported yet

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