starta.microservice 0.1.2834 → 0.1.2862

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,11 +140,11 @@ declare class Account extends Base {
140
140
  cardBrand?: string;
141
141
  stripeSetupIntentId?: string;
142
142
  stripeCustomerId?: string;
143
- period?: 'monthly' | 'yearly';
143
+ period?: 'monthly' | 'yearly' | 'yearly15';
144
144
  freeLicenses: number;
145
145
  paidLicenses: number;
146
146
  price: number;
147
- currency: 'EUR' | 'PLN' | 'USD';
147
+ currency: 'EUR';
148
148
  subscriptionId?: string;
149
149
  endOfCycleAt?: Date;
150
150
  refundableTill?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.microservice",
3
- "version": "0.1.2834",
3
+ "version": "0.1.2862",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Core library for Starta.one microservice",
6
6
  "author": "Collaboracia OÜ",