@aptly-as/types
Advanced tools
Comparing version 2.5.13 to 2.5.14
@@ -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", |
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
109398
112
3018