@infisale-client/api-client 1.3.48 → 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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +19 -25
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -9076,12 +9076,6 @@ export interface IThemeResponse {
9076
9076
  * @memberof IThemeResponse
9077
9077
  */
9078
9078
  'creator'?: string;
9079
- /**
9080
- *
9081
- * @type {string}
9082
- * @memberof IThemeResponse
9083
- */
9084
- 'lastVersion': string;
9085
9079
  /**
9086
9080
  * Make all properties in T optional
9087
9081
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -9130,6 +9124,12 @@ export interface IThemeResponse {
9130
9124
  * @memberof IThemeResponse
9131
9125
  */
9132
9126
  'lastUpdate'?: IThemeVersion;
9127
+ /**
9128
+ *
9129
+ * @type {IThemeVersion}
9130
+ * @memberof IThemeResponse
9131
+ */
9132
+ 'lastVersion'?: IThemeVersion;
9133
9133
  }
9134
9134
  /**
9135
9135
  *
@@ -12388,61 +12388,61 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
12388
12388
  /**
12389
12389
  * From T, pick a set of properties whose keys are in the union K
12390
12390
  * @export
12391
- * @interface PickIThemeExcludeKeyofIThemeGroupsOrMain
12391
+ * @interface PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12392
12392
  */
12393
- export interface PickIThemeExcludeKeyofIThemeGroupsOrMain {
12393
+ export interface PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion {
12394
12394
  /**
12395
12395
  *
12396
12396
  * @type {string}
12397
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12397
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12398
12398
  */
12399
12399
  'name': string;
12400
12400
  /**
12401
12401
  *
12402
12402
  * @type {string}
12403
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12403
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12404
12404
  */
12405
12405
  'company'?: string;
12406
12406
  /**
12407
12407
  *
12408
12408
  * @type {string}
12409
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12409
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12410
12410
  */
12411
12411
  '_id': string;
12412
12412
  /**
12413
12413
  *
12414
12414
  * @type {number}
12415
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12415
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12416
12416
  */
12417
12417
  '__v': number;
12418
12418
  /**
12419
12419
  *
12420
12420
  * @type {string}
12421
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12421
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12422
12422
  */
12423
12423
  'createdAt': string;
12424
12424
  /**
12425
12425
  *
12426
12426
  * @type {string}
12427
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12427
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12428
12428
  */
12429
12429
  'updatedAt': string;
12430
12430
  /**
12431
12431
  *
12432
12432
  * @type {IImage}
12433
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12433
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12434
12434
  */
12435
12435
  'thumbnail'?: IImage;
12436
12436
  /**
12437
12437
  *
12438
12438
  * @type {CompanyTypeEnum}
12439
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12439
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12440
12440
  */
12441
12441
  'type': CompanyTypeEnum;
12442
12442
  /**
12443
12443
  * Construct a type with a set of properties K of type T
12444
12444
  * @type {{ [key: string]: any; }}
12445
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12445
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12446
12446
  */
12447
12447
  'config': {
12448
12448
  [key: string]: any;
@@ -12450,21 +12450,15 @@ export interface PickIThemeExcludeKeyofIThemeGroupsOrMain {
12450
12450
  /**
12451
12451
  *
12452
12452
  * @type {string}
12453
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12453
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12454
12454
  */
12455
12455
  'demoUrl'?: string;
12456
12456
  /**
12457
12457
  *
12458
12458
  * @type {string}
12459
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12459
+ * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMainOrLastVersion
12460
12460
  */
12461
12461
  'creator'?: string;
12462
- /**
12463
- *
12464
- * @type {string}
12465
- * @memberof PickIThemeExcludeKeyofIThemeGroupsOrMain
12466
- */
12467
- 'lastVersion': string;
12468
12462
  }
12469
12463
  /**
12470
12464
  * 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-client",
3
- "version": "1.3.48",
3
+ "version": "1.3.50",
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",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "027f47e0d93a9584af59d03677c65262452b4147"
40
+ "gitHead": "a4479ac4f4ebc73065fd63100caa852c35ff7ca5"
41
41
  }