@chopkola/common 1.0.82 → 1.0.83

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.
@@ -100,7 +100,10 @@ export interface VendorI {
100
100
  updated_at: Date;
101
101
  }
102
102
  export declare type SuccessfulUserRegistrationResponseType = {
103
- user: UserI;
103
+ data: {
104
+ vendor?: VendorI;
105
+ user: UserI;
106
+ };
104
107
  payload?: any;
105
108
  subject: string;
106
109
  context?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",