@infisale-client/api-client 1.1.17 → 1.1.18
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 +25 -6
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -4605,6 +4605,31 @@ export interface IPageCollectionQueryParams {
|
|
|
4605
4605
|
*/
|
|
4606
4606
|
'status'?: ContentStatusEnum;
|
|
4607
4607
|
}
|
|
4608
|
+
/**
|
|
4609
|
+
*
|
|
4610
|
+
* @export
|
|
4611
|
+
* @interface IPageGetAllQueryParams
|
|
4612
|
+
*/
|
|
4613
|
+
export interface IPageGetAllQueryParams {
|
|
4614
|
+
/**
|
|
4615
|
+
*
|
|
4616
|
+
* @type {string}
|
|
4617
|
+
* @memberof IPageGetAllQueryParams
|
|
4618
|
+
*/
|
|
4619
|
+
'company'?: string;
|
|
4620
|
+
/**
|
|
4621
|
+
*
|
|
4622
|
+
* @type {string}
|
|
4623
|
+
* @memberof IPageGetAllQueryParams
|
|
4624
|
+
*/
|
|
4625
|
+
'domain'?: string;
|
|
4626
|
+
/**
|
|
4627
|
+
*
|
|
4628
|
+
* @type {Array<PageTypeEnum>}
|
|
4629
|
+
* @memberof IPageGetAllQueryParams
|
|
4630
|
+
*/
|
|
4631
|
+
'type'?: Array<PageTypeEnum>;
|
|
4632
|
+
}
|
|
4608
4633
|
/**
|
|
4609
4634
|
*
|
|
4610
4635
|
* @export
|
|
@@ -6565,12 +6590,6 @@ export interface NavigationUrl {
|
|
|
6565
6590
|
* @memberof NavigationUrl
|
|
6566
6591
|
*/
|
|
6567
6592
|
'_id': string;
|
|
6568
|
-
/**
|
|
6569
|
-
*
|
|
6570
|
-
* @type {string}
|
|
6571
|
-
* @memberof NavigationUrl
|
|
6572
|
-
*/
|
|
6573
|
-
'page'?: string;
|
|
6574
6593
|
/**
|
|
6575
6594
|
*
|
|
6576
6595
|
* @type {Array<NavigationUrl>}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.18",
|
|
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",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"bugs": {
|
|
37
37
|
"url": "https://github.com/infisale/infisale-client/issues"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "b82699a1ff281029c72965d9842251b4a2ff20e9"
|
|
40
40
|
}
|