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

@aptly-as/types

Package Overview
Dependencies
Maintainers
2
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.5.3 to 2.5.4

0

core/api.d.ts

@@ -0,0 +0,0 @@ export interface AptlySearchPaginateResponse<T> {

export {};

@@ -0,0 +0,0 @@ import { AptlyAppScope } from './scope.js';

@@ -0,0 +0,0 @@ export var AptlyAppSandbox;

import * as cloudinary from 'cloudinary';
export type AptlyCloudinaryFile = cloudinary.UploadApiResponse;

@@ -0,0 +0,0 @@ import { AptlyFieldType } from '../enums/index.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyDocumentS3 } from '../models/index.js';

@@ -0,0 +0,0 @@ export * from './api.js';

@@ -0,0 +0,0 @@ import { AptlyOrder } from '../models/index.js';

@@ -0,0 +0,0 @@ export var AptlyJobQueue;

@@ -0,0 +0,0 @@ export declare enum AptlyRedirectAction {

@@ -0,0 +0,0 @@ export var AptlyRedirectAction;

@@ -0,0 +0,0 @@ export declare enum AptlyModules {

@@ -0,0 +0,0 @@ export var AptlyModules;

@@ -0,0 +0,0 @@ import { AptlySignageSignerRef } from '../enums/index.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyDocumentSchema, AptlyOrderSchema, AptlyUnitSchema } from '../models/index.js';

@@ -0,0 +0,0 @@ export declare enum AptlyDocumentType {

@@ -0,0 +0,0 @@ export var AptlyDocumentType;

@@ -0,0 +0,0 @@ export declare enum AptlyFieldType {

@@ -0,0 +0,0 @@ export var AptlyFieldType;

1

enums/index.d.ts

@@ -140,2 +140,3 @@ export * from './document.js';

OrderSign = "order-sign",
OrderSignNotify = "order-sign-notify",
OrderSignExpired = "order-sign-expired",

@@ -142,0 +143,0 @@ OrderSigned = "order-signed",

@@ -160,2 +160,3 @@ export * from './document.js';

AptlyEmailType["OrderSign"] = "order-sign";
AptlyEmailType["OrderSignNotify"] = "order-sign-notify";
AptlyEmailType["OrderSignExpired"] = "order-sign-expired";

@@ -162,0 +163,0 @@ AptlyEmailType["OrderSigned"] = "order-signed";

@@ -0,0 +0,0 @@ export declare enum AptlyUnitTemplateCategorySectionProductParamKey {

@@ -0,0 +0,0 @@ export var AptlyUnitTemplateCategorySectionProductParamKey;

@@ -0,0 +0,0 @@ export declare enum AptlyWebhookType {

@@ -0,0 +0,0 @@ export var AptlyWebhookType;

@@ -0,0 +0,0 @@ export interface AptlyErrorBody {

@@ -0,0 +0,0 @@ export class AptlyError extends Error {

export * from './error.js';
export * from './error.js';

@@ -0,0 +0,0 @@ export * from './core/index.js';

@@ -0,0 +0,0 @@ export * from './core/index.js';

@@ -0,0 +0,0 @@ export declare enum AptlyAlgorithmPipelineOperation {

@@ -0,0 +0,0 @@ export var AptlyAlgorithmPipelineOperation;

@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js';

@@ -0,0 +0,0 @@ export var AptlyAppImplementation;

@@ -0,0 +0,0 @@ import { AptlyUserSchema } from './user.js';

@@ -0,0 +0,0 @@ import { AptlyOrganizationSchema } from './organization.js';

@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyOrganizationRoles } from '../core/index.js';

@@ -0,0 +0,0 @@ import type { CompleteMultipartUploadOutput } from '@aws-sdk/client-s3';

@@ -0,0 +0,0 @@ import { AptlyEmailType } from '../enums/index.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyUserSchema } from './user.js';

@@ -0,0 +0,0 @@ export * from './algorithm.js';

@@ -0,0 +0,0 @@ export * from './algorithm.js';

@@ -0,0 +0,0 @@ import { AptlyInquiryParticipantRole, AptlyInquiryStatus, AptlyInquiryType } from '../enums/index.js';

@@ -0,0 +0,0 @@ import { AptlyOrganizationSchema } from './organization.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyModules } from '../core/index.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js';

export {};

@@ -0,0 +0,0 @@ export type AptlyNotificationTrigger = AptlyNotificationTriggerSchema<string, string>;

@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js';

@@ -85,2 +85,3 @@ import { AptlyOrderStatus } from '../enums/index.js';

signedAt?: DATE | null;
notifiedAt?: DATE | null;
document?: ID | AptlyDocumentSchema<ID, DATE>;

@@ -87,0 +88,0 @@ hasReceivedFile?: boolean;

@@ -0,0 +0,0 @@ import { AptlyAppImplementationSetting } from './app.js';

@@ -0,0 +0,0 @@ import { AptlyModules } from '../core/index.js';

@@ -0,0 +0,0 @@ export var AptlyOrganizationMemberPosition;

@@ -0,0 +0,0 @@ import { AptlyPageSectionType } from '../enums/index.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyAppSchema } from './app.js';

@@ -0,0 +0,0 @@ export type AptlyPeriod = AptlyPeriodSchema<string, string>;

export {};

@@ -0,0 +0,0 @@ import { AptlyBaseSchema, AptlyHistorySchema } from './extends.js';

@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js';

@@ -0,0 +0,0 @@ import { AptlyDocumentSchema } from './document.js';

@@ -0,0 +0,0 @@ import { AptlyEmailType, AptlyProjectStatus } from '../enums/index.js';

@@ -0,0 +0,0 @@ import { AptlyQueueDownloadStatus, AptlyQueueDownloadType } from '../enums/index.js';

@@ -0,0 +0,0 @@ import { AptlyMediaSrcSchema } from './media.js';

@@ -0,0 +0,0 @@ import { AptlyMediaSrc } from './media.js';

@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyEmailType } from '../enums/index.js';

@@ -0,0 +0,0 @@ import { AptlyAlgorithmSchema } from './algorithm.js';

@@ -0,0 +0,0 @@ import { AptlyDocumentSchema } from './document.js';

export {};

@@ -0,0 +0,0 @@ import { AptlyBaseSchema, AptlyHistorySchema } from './extends.js';

@@ -0,0 +0,0 @@ import { AptlyUserRoles } from '../core/index.js';

@@ -0,0 +0,0 @@ export var AptlyLanguage;

@@ -0,0 +0,0 @@ import { AptlyWebhookEventStatus, AptlyWebhookType } from '../enums/index.js';

@@ -0,0 +0,0 @@ import { AptlyWebhookStatus, AptlyWebhookType } from '../enums/index.js';

10

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

@@ -11,7 +11,7 @@ "type": "module",

"devDependencies": {
"@aws-sdk/client-s3": "^3.568.0",
"cloudinary": "^1.32.0",
"@aws-sdk/client-s3": "^3.598.0",
"cloudinary": "^1.41.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"typescript": "^5.4.5"

@@ -18,0 +18,0 @@ },

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