@infisale-client/api 1.2.29 → 1.2.30
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 +61 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2477,6 +2477,12 @@ export interface ICompanyConfig {
|
|
|
2477
2477
|
* @memberof ICompanyConfig
|
|
2478
2478
|
*/
|
|
2479
2479
|
'template': ICompanyConfigTemplate;
|
|
2480
|
+
/**
|
|
2481
|
+
*
|
|
2482
|
+
* @type {ICompanyResponseConfigButtons}
|
|
2483
|
+
* @memberof ICompanyConfig
|
|
2484
|
+
*/
|
|
2485
|
+
'buttons': ICompanyResponseConfigButtons;
|
|
2480
2486
|
/**
|
|
2481
2487
|
*
|
|
2482
2488
|
* @type {ICompanyResponseConfigCss}
|
|
@@ -3235,6 +3241,12 @@ export interface ICompanyResponseConfig {
|
|
|
3235
3241
|
* @memberof ICompanyResponseConfig
|
|
3236
3242
|
*/
|
|
3237
3243
|
'template': ICompanyResponseConfigTemplate;
|
|
3244
|
+
/**
|
|
3245
|
+
*
|
|
3246
|
+
* @type {ICompanyResponseConfigButtons}
|
|
3247
|
+
* @memberof ICompanyResponseConfig
|
|
3248
|
+
*/
|
|
3249
|
+
'buttons': ICompanyResponseConfigButtons;
|
|
3238
3250
|
/**
|
|
3239
3251
|
*
|
|
3240
3252
|
* @type {ICompanyResponseConfigCss}
|
|
@@ -3254,6 +3266,55 @@ export interface ICompanyResponseConfig {
|
|
|
3254
3266
|
*/
|
|
3255
3267
|
'theme': ThemeTypeEnum;
|
|
3256
3268
|
}
|
|
3269
|
+
/**
|
|
3270
|
+
*
|
|
3271
|
+
* @export
|
|
3272
|
+
* @interface ICompanyResponseConfigButtons
|
|
3273
|
+
*/
|
|
3274
|
+
export interface ICompanyResponseConfigButtons {
|
|
3275
|
+
/**
|
|
3276
|
+
*
|
|
3277
|
+
* @type {number}
|
|
3278
|
+
* @memberof ICompanyResponseConfigButtons
|
|
3279
|
+
*/
|
|
3280
|
+
'shadowBlurRadius': number;
|
|
3281
|
+
/**
|
|
3282
|
+
*
|
|
3283
|
+
* @type {number}
|
|
3284
|
+
* @memberof ICompanyResponseConfigButtons
|
|
3285
|
+
*/
|
|
3286
|
+
'shadowVerticalOffset': number;
|
|
3287
|
+
/**
|
|
3288
|
+
*
|
|
3289
|
+
* @type {number}
|
|
3290
|
+
* @memberof ICompanyResponseConfigButtons
|
|
3291
|
+
*/
|
|
3292
|
+
'shadowHorizontalOffset': number;
|
|
3293
|
+
/**
|
|
3294
|
+
*
|
|
3295
|
+
* @type {number}
|
|
3296
|
+
* @memberof ICompanyResponseConfigButtons
|
|
3297
|
+
*/
|
|
3298
|
+
'shadowOpacity': number;
|
|
3299
|
+
/**
|
|
3300
|
+
*
|
|
3301
|
+
* @type {number}
|
|
3302
|
+
* @memberof ICompanyResponseConfigButtons
|
|
3303
|
+
*/
|
|
3304
|
+
'borderRadius': number;
|
|
3305
|
+
/**
|
|
3306
|
+
*
|
|
3307
|
+
* @type {number}
|
|
3308
|
+
* @memberof ICompanyResponseConfigButtons
|
|
3309
|
+
*/
|
|
3310
|
+
'opacity': number;
|
|
3311
|
+
/**
|
|
3312
|
+
*
|
|
3313
|
+
* @type {number}
|
|
3314
|
+
* @memberof ICompanyResponseConfigButtons
|
|
3315
|
+
*/
|
|
3316
|
+
'borderWidth': number;
|
|
3317
|
+
}
|
|
3257
3318
|
/**
|
|
3258
3319
|
*
|
|
3259
3320
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
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": "4b8f6ee56daaa6a0da24c0485650606ecff46ca7"
|
|
41
41
|
}
|