@infisale-client/api 1.2.32 → 1.2.34
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 +49 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2491,6 +2491,12 @@ export interface ICompanyConfig {
|
|
|
2491
2491
|
* @memberof ICompanyConfig
|
|
2492
2492
|
*/
|
|
2493
2493
|
'template': ICompanyConfigTemplate;
|
|
2494
|
+
/**
|
|
2495
|
+
*
|
|
2496
|
+
* @type {ICompanyResponseConfigLayout}
|
|
2497
|
+
* @memberof ICompanyConfig
|
|
2498
|
+
*/
|
|
2499
|
+
'layout': ICompanyResponseConfigLayout;
|
|
2494
2500
|
/**
|
|
2495
2501
|
*
|
|
2496
2502
|
* @type {ICompanyResponseConfigButtons}
|
|
@@ -3280,6 +3286,12 @@ export interface ICompanyResponseConfig {
|
|
|
3280
3286
|
* @memberof ICompanyResponseConfig
|
|
3281
3287
|
*/
|
|
3282
3288
|
'template': ICompanyResponseConfigTemplate;
|
|
3289
|
+
/**
|
|
3290
|
+
*
|
|
3291
|
+
* @type {ICompanyResponseConfigLayout}
|
|
3292
|
+
* @memberof ICompanyResponseConfig
|
|
3293
|
+
*/
|
|
3294
|
+
'layout': ICompanyResponseConfigLayout;
|
|
3283
3295
|
/**
|
|
3284
3296
|
*
|
|
3285
3297
|
* @type {ICompanyResponseConfigButtons}
|
|
@@ -3388,6 +3400,37 @@ export interface ICompanyResponseConfigInject {
|
|
|
3388
3400
|
*/
|
|
3389
3401
|
'css': string;
|
|
3390
3402
|
}
|
|
3403
|
+
/**
|
|
3404
|
+
*
|
|
3405
|
+
* @export
|
|
3406
|
+
* @interface ICompanyResponseConfigLayout
|
|
3407
|
+
*/
|
|
3408
|
+
export interface ICompanyResponseConfigLayout {
|
|
3409
|
+
/**
|
|
3410
|
+
*
|
|
3411
|
+
* @type {number}
|
|
3412
|
+
* @memberof ICompanyResponseConfigLayout
|
|
3413
|
+
*/
|
|
3414
|
+
'gridXGap': number;
|
|
3415
|
+
/**
|
|
3416
|
+
*
|
|
3417
|
+
* @type {number}
|
|
3418
|
+
* @memberof ICompanyResponseConfigLayout
|
|
3419
|
+
*/
|
|
3420
|
+
'gridYGap': number;
|
|
3421
|
+
/**
|
|
3422
|
+
*
|
|
3423
|
+
* @type {number}
|
|
3424
|
+
* @memberof ICompanyResponseConfigLayout
|
|
3425
|
+
*/
|
|
3426
|
+
'sectionYGap': number;
|
|
3427
|
+
/**
|
|
3428
|
+
*
|
|
3429
|
+
* @type {number}
|
|
3430
|
+
* @memberof ICompanyResponseConfigLayout
|
|
3431
|
+
*/
|
|
3432
|
+
'containerWidth': number;
|
|
3433
|
+
}
|
|
3391
3434
|
/**
|
|
3392
3435
|
*
|
|
3393
3436
|
* @export
|
|
@@ -7085,6 +7128,12 @@ export interface ITemplateResponseComponentsInner {
|
|
|
7085
7128
|
* @interface ITemplateResponseComponentsInnerConfig
|
|
7086
7129
|
*/
|
|
7087
7130
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
7131
|
+
/**
|
|
7132
|
+
*
|
|
7133
|
+
* @type {number}
|
|
7134
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7135
|
+
*/
|
|
7136
|
+
'containerWidth'?: number;
|
|
7088
7137
|
/**
|
|
7089
7138
|
*
|
|
7090
7139
|
* @type {ContentPositionYEnum}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.34",
|
|
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": "31543688e33346e65723aaec6c128d13528fe0d6"
|
|
41
41
|
}
|