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

@aptly-as/app-sdk

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/app-sdk - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

dist/aptly/AptlyOrders.d.ts

@@ -1,2 +0,2 @@

import { AptlyOrder } from '@aptly-as/types';
import { AptlyOrder, AptlyPaymentTransactionBody } from '@aptly-as/types';
import { AptlyApi } from './AptlyApi.js';

@@ -21,2 +21,3 @@ export declare class AptlyOrders {

}): Promise<AptlyOrder>;
paymentTransaction(body: AptlyPaymentTransactionBody): Promise<AptlyOrder>;
signeesBulk(signees: {

@@ -23,0 +24,0 @@ user: string;

@@ -36,2 +36,7 @@ import { pathWithParams } from './api.utils.js';

}
paymentTransaction(body) {
if (!this.id)
throw new Error('ID is required.');
return this.api.post(`${this.path}/${this.id}/payment/transaction`, body);
}
signeesBulk(signees) {

@@ -38,0 +43,0 @@ if (!this.id)

{
"name": "@aptly-as/app-sdk",
"version": "1.1.3",
"version": "1.1.4",
"description": "Aptly app SDK library for app communication and frontend development",

@@ -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