@orkow/common 0.1.5 → 0.1.6

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.
@@ -11,6 +11,7 @@ export interface ShopUpdatedEvent {
11
11
  ownerId: string;
12
12
  isActive?: boolean;
13
13
  status?: string;
14
+ verified?: boolean;
14
15
  version: number;
15
16
  };
16
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"shop-updated-event.d.ts","sourceRoot":"","sources":["../../src/events/shop-updated-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAErC,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,QAAQ,CAAC,QAAQ,CAAA;IAC9B,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAA;IAC7B,UAAU,EAAE,OAAO,CAAC,WAAW,CAAA;IAC/B,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;QAChB,OAAO,EAAE,MAAM,CAAA;QACf,QAAQ,CAAC,EAAE,OAAO,CAAA;QAClB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;CACF"}
1
+ {"version":3,"file":"shop-updated-event.d.ts","sourceRoot":"","sources":["../../src/events/shop-updated-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAErC,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,QAAQ,CAAC,QAAQ,CAAA;IAC9B,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAA;IAC7B,UAAU,EAAE,OAAO,CAAC,WAAW,CAAA;IAC/B,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;QAChB,OAAO,EAAE,MAAM,CAAA;QACf,QAAQ,CAAC,EAAE,OAAO,CAAA;QAClB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,QAAQ,CAAC,EAAE,OAAO,CAAA;QAClB,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;CACF"}
@@ -35,9 +35,9 @@ function getText(type) {
35
35
  case 'verified':
36
36
  return 'your shop is ready for selling goods.';
37
37
  case 'active':
38
- return 'your shop has been activated.';
38
+ return 'shop has been activated.';
39
39
  case 'inactive':
40
- return 'your shop has been deactivated.';
40
+ return 'shop has been deactivated.';
41
41
  case 'newEnroll':
42
42
  return 'has enrolled.';
43
43
  case 'updateEnroll':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkow/common",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Common utils.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",