@infisale-client/api 1.2.103 → 1.2.104
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.
- package/dist/api/api.d.ts +1 -0
- package/dist/api/api.js +2 -1
- package/dist/api/api.mjs +2 -1
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2791,6 +2791,7 @@ export declare const ICompanyDashboardResponsePeriodEnum: {
|
|
|
2791
2791
|
readonly DAY: "day";
|
|
2792
2792
|
readonly MONTH: "month";
|
|
2793
2793
|
readonly WEEK: "week";
|
|
2794
|
+
readonly HOUR: "hour";
|
|
2794
2795
|
};
|
|
2795
2796
|
export type ICompanyDashboardResponsePeriodEnum = typeof ICompanyDashboardResponsePeriodEnum[keyof typeof ICompanyDashboardResponsePeriodEnum];
|
|
2796
2797
|
/**
|
package/dist/api/api.js
CHANGED
|
@@ -537,7 +537,8 @@ exports.ICompanyCollectionQueryParamsDateFieldEnum = {
|
|
|
537
537
|
exports.ICompanyDashboardResponsePeriodEnum = {
|
|
538
538
|
DAY: 'day',
|
|
539
539
|
MONTH: 'month',
|
|
540
|
-
WEEK: 'week'
|
|
540
|
+
WEEK: 'week',
|
|
541
|
+
HOUR: 'hour'
|
|
541
542
|
};
|
|
542
543
|
exports.ICompanyUsersCollectionQueryParamsDateFieldEnum = {
|
|
543
544
|
CREATED_AT: 'createdAt',
|
package/dist/api/api.mjs
CHANGED
|
@@ -525,7 +525,8 @@ export const ICompanyCollectionQueryParamsDateFieldEnum = {
|
|
|
525
525
|
export const ICompanyDashboardResponsePeriodEnum = {
|
|
526
526
|
DAY: 'day',
|
|
527
527
|
MONTH: 'month',
|
|
528
|
-
WEEK: 'week'
|
|
528
|
+
WEEK: 'week',
|
|
529
|
+
HOUR: 'hour'
|
|
529
530
|
};
|
|
530
531
|
export const ICompanyUsersCollectionQueryParamsDateFieldEnum = {
|
|
531
532
|
CREATED_AT: 'createdAt',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.104",
|
|
4
4
|
"description": "api-sdk",
|
|
5
5
|
"author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
|
|
6
6
|
"homepage": "https://github.com/infisale/infisale-client#readme",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/infisale/infisale-client/issues"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "eb02187bf3598ac43bbed08345a34f3c7b04e7b8"
|
|
41
41
|
}
|