@fiado/type-kit 2.1.36 → 2.1.37

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.
@@ -13,4 +13,5 @@ export declare class DirectoryBackofficeResponse {
13
13
  createdby: string;
14
14
  updatedAt: number;
15
15
  updatedBy: string;
16
+ sponsorDirectoryId?: string | null;
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "2.1.36",
3
+ "version": "2.1.37",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -15,4 +15,5 @@ export class DirectoryBackofficeResponse {
15
15
  createdby:string
16
16
  updatedAt:number
17
17
  updatedBy:string
18
+ sponsorDirectoryId?:string | null;
18
19
  }