@infisale-client/api-client 1.3.7 → 1.3.8

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 +63 -55
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -8504,12 +8504,6 @@ export interface IThemeCloneRequest {
8504
8504
  * @interface IThemePatchRequest
8505
8505
  */
8506
8506
  export interface IThemePatchRequest {
8507
- /**
8508
- *
8509
- * @type {IThemeResponseTemplate}
8510
- * @memberof IThemePatchRequest
8511
- */
8512
- 'template'?: IThemeResponseTemplate;
8513
8507
  /**
8514
8508
  *
8515
8509
  * @type {string}
@@ -8530,6 +8524,14 @@ export interface IThemePatchRequest {
8530
8524
  'config'?: {
8531
8525
  [key: string]: any;
8532
8526
  };
8527
+ /**
8528
+ * Construct a type with a set of properties K of type T
8529
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8530
+ * @memberof IThemePatchRequest
8531
+ */
8532
+ 'groups'?: {
8533
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8534
+ };
8533
8535
  /**
8534
8536
  *
8535
8537
  * @type {string}
@@ -8575,6 +8577,14 @@ export interface IThemePostRequest {
8575
8577
  'config': {
8576
8578
  [key: string]: any;
8577
8579
  };
8580
+ /**
8581
+ * Construct a type with a set of properties K of type T
8582
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8583
+ * @memberof IThemePostRequest
8584
+ */
8585
+ 'groups': {
8586
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8587
+ };
8578
8588
  /**
8579
8589
  *
8580
8590
  * @type {string}
@@ -8593,12 +8603,6 @@ export interface IThemePostRequest {
8593
8603
  * @memberof IThemePostRequest
8594
8604
  */
8595
8605
  'assetVersion': number;
8596
- /**
8597
- *
8598
- * @type {IThemeResponseTemplate}
8599
- * @memberof IThemePostRequest
8600
- */
8601
- 'template': IThemeResponseTemplate;
8602
8606
  }
8603
8607
  /**
8604
8608
  *
@@ -8675,11 +8679,13 @@ export interface IThemeResponse {
8675
8679
  */
8676
8680
  'creator'?: string;
8677
8681
  /**
8678
- *
8679
- * @type {IThemeResponseTemplate}
8682
+ * Construct a type with a set of properties K of type T
8683
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8680
8684
  * @memberof IThemeResponse
8681
8685
  */
8682
- 'template': IThemeResponseTemplate;
8686
+ 'groups': {
8687
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8688
+ };
8683
8689
  /**
8684
8690
  * Construct a type with a set of properties K of type T
8685
8691
  * @type {{ [key: string]: any; }}
@@ -8701,25 +8707,6 @@ export interface IThemeResponse {
8701
8707
  */
8702
8708
  'assetVersion': number;
8703
8709
  }
8704
- /**
8705
- *
8706
- * @export
8707
- * @interface IThemeResponseTemplate
8708
- */
8709
- export interface IThemeResponseTemplate {
8710
- /**
8711
- *
8712
- * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
8713
- * @memberof IThemeResponseTemplate
8714
- */
8715
- 'footer': PartialRecordLanguageEnumITemplateComponentResponseArray;
8716
- /**
8717
- *
8718
- * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
8719
- * @memberof IThemeResponseTemplate
8720
- */
8721
- 'header': PartialRecordLanguageEnumITemplateComponentResponseArray;
8722
- }
8723
8710
  /**
8724
8711
  *
8725
8712
  * @export
@@ -11186,61 +11173,61 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
11186
11173
  /**
11187
11174
  * From T, pick a set of properties whose keys are in the union K
11188
11175
  * @export
11189
- * @interface PickIThemeExcludeKeyofIThemeTemplate
11176
+ * @interface PickIThemeExcludeKeyofIThemeGroups
11190
11177
  */
11191
- export interface PickIThemeExcludeKeyofIThemeTemplate {
11178
+ export interface PickIThemeExcludeKeyofIThemeGroups {
11192
11179
  /**
11193
11180
  *
11194
11181
  * @type {string}
11195
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11182
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11196
11183
  */
11197
11184
  'name': string;
11198
11185
  /**
11199
11186
  *
11200
11187
  * @type {string}
11201
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11188
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11202
11189
  */
11203
11190
  'company'?: string;
11204
11191
  /**
11205
11192
  *
11206
11193
  * @type {string}
11207
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11194
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11208
11195
  */
11209
11196
  '_id': string;
11210
11197
  /**
11211
11198
  *
11212
11199
  * @type {number}
11213
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11200
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11214
11201
  */
11215
11202
  '__v': number;
11216
11203
  /**
11217
11204
  *
11218
11205
  * @type {string}
11219
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11206
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11220
11207
  */
11221
11208
  'createdAt': string;
11222
11209
  /**
11223
11210
  *
11224
11211
  * @type {string}
11225
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11212
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11226
11213
  */
11227
11214
  'updatedAt': string;
11228
11215
  /**
11229
11216
  *
11230
11217
  * @type {IImage}
11231
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11218
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11232
11219
  */
11233
11220
  'thumbnail'?: IImage;
11234
11221
  /**
11235
11222
  *
11236
11223
  * @type {string}
11237
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11224
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11238
11225
  */
11239
11226
  'main'?: string;
11240
11227
  /**
11241
11228
  * Construct a type with a set of properties K of type T
11242
11229
  * @type {{ [key: string]: any; }}
11243
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11230
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11244
11231
  */
11245
11232
  'config': {
11246
11233
  [key: string]: any;
@@ -11248,58 +11235,66 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
11248
11235
  /**
11249
11236
  *
11250
11237
  * @type {string}
11251
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11238
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11252
11239
  */
11253
11240
  'demoUrl'?: string;
11254
11241
  /**
11255
11242
  *
11256
11243
  * @type {string}
11257
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11244
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11258
11245
  */
11259
11246
  'creator'?: string;
11260
11247
  }
11261
11248
  /**
11262
11249
  * From T, pick a set of properties whose keys are in the union K
11263
11250
  * @export
11264
- * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11251
+ * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11265
11252
  */
11266
- export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles {
11253
+ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles {
11267
11254
  /**
11268
11255
  *
11269
11256
  * @type {string}
11270
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11257
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11271
11258
  */
11272
11259
  'name': string;
11273
11260
  /**
11274
11261
  *
11275
11262
  * @type {IImage}
11276
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11263
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11277
11264
  */
11278
11265
  'thumbnail'?: IImage;
11279
11266
  /**
11280
11267
  * Construct a type with a set of properties K of type T
11281
11268
  * @type {{ [key: string]: any; }}
11282
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11269
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11283
11270
  */
11284
11271
  'config': {
11285
11272
  [key: string]: any;
11286
11273
  };
11274
+ /**
11275
+ * Construct a type with a set of properties K of type T
11276
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
11277
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11278
+ */
11279
+ 'groups': {
11280
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
11281
+ };
11287
11282
  /**
11288
11283
  *
11289
11284
  * @type {string}
11290
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11285
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11291
11286
  */
11292
11287
  'demoUrl'?: string;
11293
11288
  /**
11294
11289
  *
11295
11290
  * @type {string}
11296
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11291
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11297
11292
  */
11298
11293
  'assetUrl': string;
11299
11294
  /**
11300
11295
  *
11301
11296
  * @type {number}
11302
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11297
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11303
11298
  */
11304
11299
  'assetVersion': number;
11305
11300
  }
@@ -11701,6 +11696,19 @@ export interface RecordLanguageEnumTitleStringTr {
11701
11696
  */
11702
11697
  'title': string;
11703
11698
  }
11699
+ /**
11700
+ *
11701
+ * @export
11702
+ * @interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
11703
+ */
11704
+ export interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
11705
+ /**
11706
+ *
11707
+ * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
11708
+ * @memberof RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
11709
+ */
11710
+ 'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
11711
+ }
11704
11712
  /**
11705
11713
  *
11706
11714
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
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": "9237476390354933f923585b27254e8379d305df"
40
+ "gitHead": "bb4152da7fc46071be67261b9741c58f8e16466f"
41
41
  }