@ibiliaze/global-vars 1.171.0 → 1.172.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.
@@ -94,7 +94,7 @@ export declare const occupanceRoleDefs: <TId, TDate>() => readonly [{
94
94
  readonly response_200: {
95
95
  item: ItemBase<TId, TDate>;
96
96
  occupance: OccupanceBase<TId, TDate>;
97
- reservedAt: number;
97
+ timeLeft: number;
98
98
  message: string;
99
99
  };
100
100
  readonly response_400: {
@@ -120,7 +120,7 @@ export declare const occupanceRoleDefs: <TId, TDate>() => readonly [{
120
120
  readonly response_200: {
121
121
  item: ItemBase<TId, TDate>;
122
122
  occupance: OccupanceBase<TId, TDate>;
123
- reservedAt: number;
123
+ timeLeft: number;
124
124
  message: string;
125
125
  };
126
126
  readonly response_403: {
@@ -1965,7 +1965,7 @@ export declare const apis: <TId, TDate>() => readonly [{
1965
1965
  readonly response_200: {
1966
1966
  item: import("./inputsDefault").ItemBase<TId_22, TDate_22>;
1967
1967
  occupance: import("./inputsDefault").OccupanceBase<TId_22, TDate_22>;
1968
- reservedAt: number;
1968
+ timeLeft: number;
1969
1969
  message: string;
1970
1970
  };
1971
1971
  readonly response_400: {
@@ -1991,7 +1991,7 @@ export declare const apis: <TId, TDate>() => readonly [{
1991
1991
  readonly response_200: {
1992
1992
  item: import("./inputsDefault").ItemBase<TId_22, TDate_22>;
1993
1993
  occupance: import("./inputsDefault").OccupanceBase<TId_22, TDate_22>;
1994
- reservedAt: number;
1994
+ timeLeft: number;
1995
1995
  message: string;
1996
1996
  };
1997
1997
  readonly response_403: {
@@ -4559,7 +4559,7 @@ declare const allApis: readonly [{
4559
4559
  readonly response_200: {
4560
4560
  item: import("./inputsDefault").ItemBase<TId_21, TDate_21>;
4561
4561
  occupance: import("./inputsDefault").OccupanceBase<TId_21, TDate_21>;
4562
- reservedAt: number;
4562
+ timeLeft: number;
4563
4563
  message: string;
4564
4564
  };
4565
4565
  readonly response_400: {
@@ -4585,7 +4585,7 @@ declare const allApis: readonly [{
4585
4585
  readonly response_200: {
4586
4586
  item: import("./inputsDefault").ItemBase<TId_21, TDate_21>;
4587
4587
  occupance: import("./inputsDefault").OccupanceBase<TId_21, TDate_21>;
4588
- reservedAt: number;
4588
+ timeLeft: number;
4589
4589
  message: string;
4590
4590
  };
4591
4591
  readonly response_403: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.171.0",
3
+ "version": "1.172.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.171.0 -m 'v1.171.0'; git push origin v1.171.0; git push",
25
+ "git": "git add .; git commit -m 'changes'; git tag -a v1.172.0 -m 'v1.172.0'; git push origin v1.172.0; git push",
26
26
  "push": "npm run build; npm run git; npm run pub"
27
27
  },
28
28
  "author": "Ibi Hasanli",