starta.microservice 0.1.2747 → 0.1.2786

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.
@@ -127,11 +127,11 @@ declare class Account extends Base {
127
127
  }>;
128
128
  };
129
129
  language: string;
130
+ hiddenItems?: {
131
+ orders: Array<string>;
132
+ customers: Array<string>;
133
+ };
130
134
  license: {
131
- commissionBreakdown?: Array<{
132
- till: null | number;
133
- percent: number;
134
- }>;
135
135
  tariff?: 'lite' | 'pro';
136
136
  isTrial?: boolean;
137
137
  endOfTrialAt?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.microservice",
3
- "version": "0.1.2747",
3
+ "version": "0.1.2786",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Core library for Starta.one microservice",
6
6
  "author": "Collaboracia OÜ",