@wrcb/cb-common 1.0.710 → 1.0.712

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.
@@ -14,6 +14,7 @@ export interface OrderCreatedEvent {
14
14
  paymentMethod: PaymentMethod;
15
15
  estimatedDeliveryDate: string;
16
16
  createdAt: string;
17
+ observations: string;
17
18
  };
18
19
  customer: {
19
20
  id: string;
@@ -545,6 +545,7 @@ TenantDataService.tenantDataMap = {
545
545
  'farmácia',
546
546
  'açougue',
547
547
  'padaria',
548
+ 'conveniencia',
548
549
  'delivery',
549
550
  'compras locais',
550
551
  'mercearia',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.710",
3
+ "version": "1.0.712",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",