starta.microservice 0.1.3138 → 0.1.3139

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.
@@ -153,9 +153,9 @@ declare class Account extends Base {
153
153
  endOfCycleAt?: Date;
154
154
  startOfCycleAt?: Date;
155
155
  refundableTill?: Date;
156
- promocode?: boolean;
156
+ promocode?: string;
157
157
  };
158
- promocode?: boolean;
158
+ promocode?: string;
159
159
  serviceProviders: {
160
160
  [login: string]: {
161
161
  lastEventDate: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.microservice",
3
- "version": "0.1.3138",
3
+ "version": "0.1.3139",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Core library for Starta.one microservice",
6
6
  "author": "Collaboracia OÜ",