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.5.13 to 2.5.14

models/payment-settlement.d.ts

3

models/app.d.ts

@@ -40,3 +40,4 @@ import { AptlyBaseSchema } from './extends.js';

SignCostPer = "costPerSign",
SignMethod = "signMethod"
SignMethod = "signMethod",
PaymentSellerId = "seller_id"
}

@@ -43,0 +44,0 @@ export type AptlyAppSetting = AptlyAppSettingSchema<string>;

@@ -10,2 +10,3 @@ export var AptlyAppImplementation;

AptlyAppImplementationSetting["SignMethod"] = "signMethod";
AptlyAppImplementationSetting["PaymentSellerId"] = "seller_id";
})(AptlyAppImplementationSetting || (AptlyAppImplementationSetting = {}));

@@ -12,0 +13,0 @@ export var AptlyUserInjection;

@@ -19,2 +19,3 @@ export * from './algorithm.js';

export * from './payment.js';
export * from './payment-settlement.js';
export * from './period.js';

@@ -21,0 +22,0 @@ export * from './producer.js';

@@ -19,2 +19,3 @@ export * from './algorithm.js';

export * from './payment.js';
export * from './payment-settlement.js';
export * from './period.js';

@@ -21,0 +22,0 @@ export * from './producer.js';

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

signMembers?: (ID | AptlyUserSchema<ID, DATE>)[];
tripletexCustomerId?: string;
created: DATE;

@@ -45,0 +46,0 @@ fixedVariants?: boolean;

{
"name": "@aptly-as/types",
"version": "2.5.13",
"version": "2.5.14",
"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