@infisale-client/api-client 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
|
@@ -2778,6 +2778,7 @@ export declare const ICompanyDashboardResponsePeriodEnum: {
|
|
|
2778
2778
|
readonly DAY: "day";
|
|
2779
2779
|
readonly MONTH: "month";
|
|
2780
2780
|
readonly WEEK: "week";
|
|
2781
|
+
readonly HOUR: "hour";
|
|
2781
2782
|
};
|
|
2782
2783
|
export type ICompanyDashboardResponsePeriodEnum = typeof ICompanyDashboardResponsePeriodEnum[keyof typeof ICompanyDashboardResponsePeriodEnum];
|
|
2783
2784
|
/**
|
package/dist/api/api.js
CHANGED
|
@@ -536,7 +536,8 @@ exports.ICompanyCollectionQueryParamsDateFieldEnum = {
|
|
|
536
536
|
exports.ICompanyDashboardResponsePeriodEnum = {
|
|
537
537
|
DAY: 'day',
|
|
538
538
|
MONTH: 'month',
|
|
539
|
-
WEEK: 'week'
|
|
539
|
+
WEEK: 'week',
|
|
540
|
+
HOUR: 'hour'
|
|
540
541
|
};
|
|
541
542
|
exports.ICompanyUsersCollectionQueryParamsDateFieldEnum = {
|
|
542
543
|
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-client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.104",
|
|
4
4
|
"description": "api-client-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
|
}
|