@infisale-client/api 1.3.49 → 1.3.50
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 +19 -25
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -9089,12 +9089,6 @@ export interface IThemeResponse {
|
|
|
9089
9089
|
* @memberof IThemeResponse
|
|
9090
9090
|
*/
|
|
9091
9091
|
'creator'?: string;
|
|
9092
|
-
/**
|
|
9093
|
-
*
|
|
9094
|
-
* @type {string}
|
|
9095
|
-
* @memberof IThemeResponse
|
|
9096
|
-
*/
|
|
9097
|
-
'lastVersion': string;
|
|
9098
9092
|
/**
|
|
9099
9093
|
* Make all properties in T optional
|
|
9100
9094
|
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
@@ -9143,6 +9137,12 @@ export interface IThemeResponse {
|
|
|
9143
9137
|
* @memberof IThemeResponse
|
|
9144
9138
|
*/
|
|
9145
9139
|
'lastUpdate'?: IThemeVersion;
|
|
9140
|
+
/**
|
|
9141
|
+
*
|
|
9142
|
+
* @type {IThemeVersion}
|
|
9143
|
+
* @memberof IThemeResponse
|
|
9144
|
+
*/
|
|
9145
|
+
'lastVersion'?: IThemeVersion;
|
|
9146
9146
|
}
|
|
9147
9147
|
/**
|
|
9148
9148
|
*
|
|
@@ -12401,61 +12401,61 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
|
|
|
12401
12401
|
/**
|
|
12402
12402
|
* From T, pick a set of properties whose keys are in the union K
|
|
12403
12403
|
* @export
|
|
12404
|
-
* @interface
|
|
12404
|
+
* @interface PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12405
12405
|
*/
|
|
12406
|
-
export interface
|
|
12406
|
+
export interface PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion {
|
|
12407
12407
|
/**
|
|
12408
12408
|
*
|
|
12409
12409
|
* @type {string}
|
|
12410
|
-
* @memberof
|
|
12410
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12411
12411
|
*/
|
|
12412
12412
|
'name': string;
|
|
12413
12413
|
/**
|
|
12414
12414
|
*
|
|
12415
12415
|
* @type {string}
|
|
12416
|
-
* @memberof
|
|
12416
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12417
12417
|
*/
|
|
12418
12418
|
'company'?: string;
|
|
12419
12419
|
/**
|
|
12420
12420
|
*
|
|
12421
12421
|
* @type {string}
|
|
12422
|
-
* @memberof
|
|
12422
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12423
12423
|
*/
|
|
12424
12424
|
'_id': string;
|
|
12425
12425
|
/**
|
|
12426
12426
|
*
|
|
12427
12427
|
* @type {number}
|
|
12428
|
-
* @memberof
|
|
12428
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12429
12429
|
*/
|
|
12430
12430
|
'__v': number;
|
|
12431
12431
|
/**
|
|
12432
12432
|
*
|
|
12433
12433
|
* @type {string}
|
|
12434
|
-
* @memberof
|
|
12434
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12435
12435
|
*/
|
|
12436
12436
|
'createdAt': string;
|
|
12437
12437
|
/**
|
|
12438
12438
|
*
|
|
12439
12439
|
* @type {string}
|
|
12440
|
-
* @memberof
|
|
12440
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12441
12441
|
*/
|
|
12442
12442
|
'updatedAt': string;
|
|
12443
12443
|
/**
|
|
12444
12444
|
*
|
|
12445
12445
|
* @type {IImage}
|
|
12446
|
-
* @memberof
|
|
12446
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12447
12447
|
*/
|
|
12448
12448
|
'thumbnail'?: IImage;
|
|
12449
12449
|
/**
|
|
12450
12450
|
*
|
|
12451
12451
|
* @type {CompanyTypeEnum}
|
|
12452
|
-
* @memberof
|
|
12452
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12453
12453
|
*/
|
|
12454
12454
|
'type': CompanyTypeEnum;
|
|
12455
12455
|
/**
|
|
12456
12456
|
* Construct a type with a set of properties K of type T
|
|
12457
12457
|
* @type {{ [key: string]: any; }}
|
|
12458
|
-
* @memberof
|
|
12458
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12459
12459
|
*/
|
|
12460
12460
|
'config': {
|
|
12461
12461
|
[key: string]: any;
|
|
@@ -12463,21 +12463,15 @@ export interface PickIThemeExcludeKeyofIThemeGroupsOrMain {
|
|
|
12463
12463
|
/**
|
|
12464
12464
|
*
|
|
12465
12465
|
* @type {string}
|
|
12466
|
-
* @memberof
|
|
12466
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12467
12467
|
*/
|
|
12468
12468
|
'demoUrl'?: string;
|
|
12469
12469
|
/**
|
|
12470
12470
|
*
|
|
12471
12471
|
* @type {string}
|
|
12472
|
-
* @memberof
|
|
12472
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
|
|
12473
12473
|
*/
|
|
12474
12474
|
'creator'?: string;
|
|
12475
|
-
/**
|
|
12476
|
-
*
|
|
12477
|
-
* @type {string}
|
|
12478
|
-
* @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
|
|
12479
|
-
*/
|
|
12480
|
-
'lastVersion': string;
|
|
12481
12475
|
}
|
|
12482
12476
|
/**
|
|
12483
12477
|
* From T, pick a set of properties whose keys are in the union K
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.50",
|
|
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": "a4479ac4f4ebc73065fd63100caa852c35ff7ca5"
|
|
41
41
|
}
|