@infisale-client/api-client 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
@@ -8303,13 +8303,17 @@ export interface IThemePatchRequest {
8303
8303
  */
8304
8304
  'demoUrl'?: string;
8305
8305
  /**
8306
- * Construct a type with a set of properties K of type T
8307
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
8306
+ *
8307
+ * @type {string}
8308
8308
  * @memberof IThemePatchRequest
8309
8309
  */
8310
- 'files'?: {
8311
- [key: string]: RecordStringStringOrAnyValue;
8312
- };
8310
+ 'assetUrl'?: string;
8311
+ /**
8312
+ *
8313
+ * @type {number}
8314
+ * @memberof IThemePatchRequest
8315
+ */
8316
+ 'assetVersion'?: number;
8313
8317
  }
8314
8318
  /**
8315
8319
  *
@@ -8344,13 +8348,17 @@ export interface IThemePostRequest {
8344
8348
  */
8345
8349
  'demoUrl'?: string;
8346
8350
  /**
8347
- * Construct a type with a set of properties K of type T
8348
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
8351
+ *
8352
+ * @type {string}
8349
8353
  * @memberof IThemePostRequest
8350
8354
  */
8351
- 'files'?: {
8352
- [key: string]: RecordStringStringOrAnyValue;
8353
- };
8355
+ 'assetUrl': string;
8356
+ /**
8357
+ *
8358
+ * @type {number}
8359
+ * @memberof IThemePostRequest
8360
+ */
8361
+ 'assetVersion': number;
8354
8362
  /**
8355
8363
  *
8356
8364
  * @type {IThemeResponseTemplate}
@@ -8432,20 +8440,32 @@ export interface IThemeResponse {
8432
8440
  * @memberof IThemeResponse
8433
8441
  */
8434
8442
  'creator'?: string;
8443
+ /**
8444
+ *
8445
+ * @type {IThemeResponseTemplate}
8446
+ * @memberof IThemeResponse
8447
+ */
8448
+ 'template': IThemeResponseTemplate;
8435
8449
  /**
8436
8450
  * Construct a type with a set of properties K of type T
8437
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
8451
+ * @type {{ [key: string]: any; }}
8438
8452
  * @memberof IThemeResponse
8439
8453
  */
8440
- 'files'?: {
8441
- [key: string]: RecordStringStringOrAnyValue;
8454
+ 'files': {
8455
+ [key: string]: any;
8442
8456
  };
8443
8457
  /**
8444
8458
  *
8445
- * @type {IThemeResponseTemplate}
8459
+ * @type {string}
8446
8460
  * @memberof IThemeResponse
8447
8461
  */
8448
- 'template': IThemeResponseTemplate;
8462
+ 'assetUrl': string;
8463
+ /**
8464
+ *
8465
+ * @type {number}
8466
+ * @memberof IThemeResponse
8467
+ */
8468
+ 'assetVersion': number;
8449
8469
  }
8450
8470
  /**
8451
8471
  *
@@ -11003,37 +11023,29 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
11003
11023
  * @memberof PickIThemeExcludeKeyofIThemeTemplate
11004
11024
  */
11005
11025
  'creator'?: string;
11006
- /**
11007
- * Construct a type with a set of properties K of type T
11008
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
11009
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11010
- */
11011
- 'files'?: {
11012
- [key: string]: RecordStringStringOrAnyValue;
11013
- };
11014
11026
  }
11015
11027
  /**
11016
11028
  * From T, pick a set of properties whose keys are in the union K
11017
11029
  * @export
11018
- * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11030
+ * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11019
11031
  */
11020
- export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator {
11032
+ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles {
11021
11033
  /**
11022
11034
  *
11023
11035
  * @type {string}
11024
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11036
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11025
11037
  */
11026
11038
  'name': string;
11027
11039
  /**
11028
11040
  *
11029
11041
  * @type {IImage}
11030
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11042
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11031
11043
  */
11032
11044
  'thumbnail'?: IImage;
11033
11045
  /**
11034
11046
  * Construct a type with a set of properties K of type T
11035
11047
  * @type {{ [key: string]: any; }}
11036
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11048
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11037
11049
  */
11038
11050
  'config': {
11039
11051
  [key: string]: any;
@@ -11041,17 +11053,21 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
11041
11053
  /**
11042
11054
  *
11043
11055
  * @type {string}
11044
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11056
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11045
11057
  */
11046
11058
  'demoUrl'?: string;
11047
11059
  /**
11048
- * Construct a type with a set of properties K of type T
11049
- * @type {{ [key: string]: RecordStringStringOrAnyValue; }}
11050
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11060
+ *
11061
+ * @type {string}
11062
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11051
11063
  */
11052
- 'files'?: {
11053
- [key: string]: RecordStringStringOrAnyValue;
11054
- };
11064
+ 'assetUrl': string;
11065
+ /**
11066
+ *
11067
+ * @type {number}
11068
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11069
+ */
11070
+ 'assetVersion': number;
11055
11071
  }
11056
11072
  /**
11057
11073
  * From T, pick a set of properties whose keys are in the union K
@@ -11451,13 +11467,6 @@ export interface RecordLanguageEnumTitleStringTr {
11451
11467
  */
11452
11468
  'title': string;
11453
11469
  }
11454
- /**
11455
- *
11456
- * @export
11457
- * @interface RecordStringStringOrAnyValue
11458
- */
11459
- export interface RecordStringStringOrAnyValue {
11460
- }
11461
11470
  /**
11462
11471
  *
11463
11472
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
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": "5cc6af7a0bd08284d890bcc2aeaab1f5b9c2fee7"
40
+ "gitHead": "4599e1c74c444958c9e0839c9dbbff567a7184d7"
41
41
  }