@ibiliaze/global-vars 1.168.0 → 1.170.0

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.
@@ -559,6 +559,9 @@ export type FlatOccupance<Id, TDate> = {
559
559
  row: number;
560
560
  categoryName: string;
561
561
  seasonId?: Id;
562
+ seasonName?: string;
563
+ seasonStartDate?: TDate;
564
+ seasonEndDate?: TDate;
562
565
  reservedAt?: TDate;
563
566
  categoryId: Id;
564
567
  gate: string;
@@ -64,7 +64,7 @@ export declare const pages: {
64
64
  users: {
65
65
  readonly parentId: "users-section";
66
66
  readonly path: "/admin/users";
67
- readonly name: "Users";
67
+ readonly name: "Customers";
68
68
  };
69
69
  staffs: {
70
70
  readonly parentId: "staffs-section";
@@ -44,7 +44,7 @@ exports.pages = {
44
44
  users: {
45
45
  parentId: 'users-section',
46
46
  path: '/admin/users',
47
- name: 'Users',
47
+ name: 'Customers',
48
48
  },
49
49
  staffs: {
50
50
  parentId: 'staffs-section',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.168.0",
3
+ "version": "1.170.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,
@@ -22,7 +22,7 @@
22
22
  "scripts": {
23
23
  "build": "tsc",
24
24
  "pub": "npm publish --access public",
25
- "git": "git add .; git commit -m 'changes'; git tag -a v1.168.0 -m 'v1.168.0'; git push origin v1.168.0; git push",
25
+ "git": "git add .; git commit -m 'changes'; git tag -a v1.170.0 -m 'v1.170.0'; git push origin v1.170.0; git push",
26
26
  "push": "npm run build; npm run git; npm run pub"
27
27
  },
28
28
  "author": "Ibi Hasanli",