@infisale-client/api 1.2.32 → 1.2.33
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
|
|
@@ -7322,6 +7365,12 @@ export interface ITemplateResponseComponentsInnerContentsInnerButtonsInner {
|
|
|
7322
7365
|
* @interface ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7323
7366
|
*/
|
|
7324
7367
|
export interface ITemplateResponseComponentsInnerContentsInnerConfig {
|
|
7368
|
+
/**
|
|
7369
|
+
*
|
|
7370
|
+
* @type {number}
|
|
7371
|
+
* @memberof ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7372
|
+
*/
|
|
7373
|
+
'containerWidth'?: number;
|
|
7325
7374
|
/**
|
|
7326
7375
|
*
|
|
7327
7376
|
* @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.33",
|
|
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": "0665cec3efed9ea5fe59196c25e846810fa46777"
|
|
41
41
|
}
|