faros-airbyte-common 0.13.11 → 0.13.13

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.
@@ -8,6 +8,9 @@ export interface User {
8
8
  readonly userMobno: string;
9
9
  readonly activeUser: boolean;
10
10
  readonly hireDate: string;
11
+ readonly userAddress: {
12
+ readonly departmentName: string;
13
+ };
11
14
  }
12
15
  export interface CIRequest {
13
16
  pkey: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "faros-airbyte-common",
3
- "version": "0.13.11",
3
+ "version": "0.13.13",
4
4
  "description": "Faros Airbyte Connector shared utilities",
5
5
  "keywords": [
6
6
  "airbyte",