@chopkola/common 1.0.101 → 1.0.102

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.
@@ -97,6 +97,8 @@ export interface VendorI {
97
97
  payout_provider_account_id: string;
98
98
  verification_documents: string;
99
99
  owner?: UserI;
100
+ approved_by: string;
101
+ approved_on: Date;
100
102
  created_at: Date;
101
103
  updated_at: Date;
102
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",