@aptly-as/types
Advanced tools
Comparing version 2.5.3 to 2.5.4
@@ -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; |
export {}; |
@@ -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'; |
export {}; |
@@ -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; |
@@ -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'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyOrganizationSchema } from './organization.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyOrganizationRoles } from '../core/index.js'; |
export {}; |
@@ -0,0 +0,0 @@ import type { CompleteMultipartUploadOutput } from '@aws-sdk/client-s3'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyEmailType } from '../enums/index.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyUserSchema } from './user.js'; |
export {}; |
@@ -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'; |
export {}; |
@@ -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>; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js'; |
export {}; |
@@ -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'; |
export {}; |
@@ -0,0 +0,0 @@ export type AptlyPeriod = AptlyPeriodSchema<string, string>; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyBaseSchema, AptlyHistorySchema } from './extends.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyDocumentSchema } from './document.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyEmailType, AptlyProjectStatus } from '../enums/index.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyQueueDownloadStatus, AptlyQueueDownloadType } from '../enums/index.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyMediaSrcSchema } from './media.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyMediaSrc } from './media.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyBaseSchema } from './extends.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyEmailType } from '../enums/index.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyAlgorithmSchema } from './algorithm.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyDocumentSchema } from './document.js'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyBaseSchema, AptlyHistorySchema } from './extends.js'; |
export {}; |
@@ -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'; |
export {}; |
@@ -0,0 +0,0 @@ import { AptlyWebhookStatus, AptlyWebhookType } from '../enums/index.js'; |
export {}; |
{ | ||
"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 @@ }, |
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
2948
107194