@infisale-client/api 1.3.3 → 1.3.4

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 +51 -42
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -8316,13 +8316,17 @@ export interface IThemePatchRequest {
8316
8316
  */
8317
8317
  'demoUrl'?: string;
8318
8318
  /**
8319
- * Construct a type with a set of properties K of type T
8320
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
8319
+ *
8320
+ * @type {string}
8321
8321
  * @memberof IThemePatchRequest
8322
8322
  */
8323
- 'files'?: {
8324
- [key: string]: RecordStringStringOrAnyValue;
8325
- };
8323
+ 'assetUrl'?: string;
8324
+ /**
8325
+ *
8326
+ * @type {number}
8327
+ * @memberof IThemePatchRequest
8328
+ */
8329
+ 'assetVersion'?: number;
8326
8330
  }
8327
8331
  /**
8328
8332
  *
@@ -8357,13 +8361,17 @@ export interface IThemePostRequest {
8357
8361
  */
8358
8362
  'demoUrl'?: string;
8359
8363
  /**
8360
- * Construct a type with a set of properties K of type T
8361
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
8364
+ *
8365
+ * @type {string}
8362
8366
  * @memberof IThemePostRequest
8363
8367
  */
8364
- 'files'?: {
8365
- [key: string]: RecordStringStringOrAnyValue;
8366
- };
8368
+ 'assetUrl': string;
8369
+ /**
8370
+ *
8371
+ * @type {number}
8372
+ * @memberof IThemePostRequest
8373
+ */
8374
+ 'assetVersion': number;
8367
8375
  /**
8368
8376
  *
8369
8377
  * @type {IThemeResponseTemplate}
@@ -8445,20 +8453,32 @@ export interface IThemeResponse {
8445
8453
  * @memberof IThemeResponse
8446
8454
  */
8447
8455
  'creator'?: string;
8456
+ /**
8457
+ *
8458
+ * @type {IThemeResponseTemplate}
8459
+ * @memberof IThemeResponse
8460
+ */
8461
+ 'template': IThemeResponseTemplate;
8448
8462
  /**
8449
8463
  * Construct a type with a set of properties K of type T
8450
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
8464
+ * @type {{ [key: string]: any; }}
8451
8465
  * @memberof IThemeResponse
8452
8466
  */
8453
- 'files'?: {
8454
- [key: string]: RecordStringStringOrAnyValue;
8467
+ 'files': {
8468
+ [key: string]: any;
8455
8469
  };
8456
8470
  /**
8457
8471
  *
8458
- * @type {IThemeResponseTemplate}
8472
+ * @type {string}
8459
8473
  * @memberof IThemeResponse
8460
8474
  */
8461
- 'template': IThemeResponseTemplate;
8475
+ 'assetUrl': string;
8476
+ /**
8477
+ *
8478
+ * @type {number}
8479
+ * @memberof IThemeResponse
8480
+ */
8481
+ 'assetVersion': number;
8462
8482
  }
8463
8483
  /**
8464
8484
  *
@@ -11016,37 +11036,29 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
11016
11036
  * @memberof PickIThemeExcludeKeyofIThemeTemplate
11017
11037
  */
11018
11038
  'creator'?: string;
11019
- /**
11020
- * Construct a type with a set of properties K of type T
11021
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
11022
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11023
- */
11024
- 'files'?: {
11025
- [key: string]: RecordStringStringOrAnyValue;
11026
- };
11027
11039
  }
11028
11040
  /**
11029
11041
  * From T, pick a set of properties whose keys are in the union K
11030
11042
  * @export
11031
- * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11043
+ * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11032
11044
  */
11033
- export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator {
11045
+ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles {
11034
11046
  /**
11035
11047
  *
11036
11048
  * @type {string}
11037
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11049
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11038
11050
  */
11039
11051
  'name': string;
11040
11052
  /**
11041
11053
  *
11042
11054
  * @type {IImage}
11043
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11055
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11044
11056
  */
11045
11057
  'thumbnail'?: IImage;
11046
11058
  /**
11047
11059
  * Construct a type with a set of properties K of type T
11048
11060
  * @type {{ [key: string]: any; }}
11049
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11061
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11050
11062
  */
11051
11063
  'config': {
11052
11064
  [key: string]: any;
@@ -11054,17 +11066,21 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
11054
11066
  /**
11055
11067
  *
11056
11068
  * @type {string}
11057
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11069
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11058
11070
  */
11059
11071
  'demoUrl'?: string;
11060
11072
  /**
11061
- * Construct a type with a set of properties K of type T
11062
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
11063
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11073
+ *
11074
+ * @type {string}
11075
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11064
11076
  */
11065
- 'files'?: {
11066
- [key: string]: RecordStringStringOrAnyValue;
11067
- };
11077
+ 'assetUrl': string;
11078
+ /**
11079
+ *
11080
+ * @type {number}
11081
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11082
+ */
11083
+ 'assetVersion': number;
11068
11084
  }
11069
11085
  /**
11070
11086
  * From T, pick a set of properties whose keys are in the union K
@@ -11464,13 +11480,6 @@ export interface RecordLanguageEnumTitleStringTr {
11464
11480
  */
11465
11481
  'title': string;
11466
11482
  }
11467
- /**
11468
- *
11469
- * @export
11470
- * @interface RecordStringStringOrAnyValue
11471
- */
11472
- export interface RecordStringStringOrAnyValue {
11473
- }
11474
11483
  /**
11475
11484
  *
11476
11485
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
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": "5cc6af7a0bd08284d890bcc2aeaab1f5b9c2fee7"
40
+ "gitHead": "4599e1c74c444958c9e0839c9dbbff567a7184d7"
41
41
  }