@roomstay/core 0.1.53-4 → 0.1.53-6

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.
@@ -20,6 +20,7 @@ export interface IAdminCompany {
20
20
  clientPassword: string;
21
21
  useTrainingDb: boolean;
22
22
  apiUrl: string;
23
+ pencilGuestId?: number;
23
24
  };
24
25
  }[];
25
26
  enableLighthouseAvailability: boolean;
@@ -12,6 +12,9 @@ export declare const AddGiftCardSchema: z.ZodObject<{
12
12
  notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
13
  }, z.core.$strip>;
14
14
  export type IAddGiftCardRequest = z.infer<typeof AddGiftCardSchema>;
15
+ export type IAddGiftCardResponse = IGiftCardDTO & {
16
+ password: string;
17
+ };
15
18
  export type IGiftCardDTO = {
16
19
  code: string;
17
20
  createdBy?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/core",
3
- "version": "0.1.53-4",
3
+ "version": "0.1.53-6",
4
4
  "description": "Details shared between Roomstay libraries. Anything from Currency, to Generic types",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [