@infisale-client/api 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
@@ -8517,12 +8517,6 @@ export interface IThemeCloneRequest {
8517
8517
  * @interface IThemePatchRequest
8518
8518
  */
8519
8519
  export interface IThemePatchRequest {
8520
- /**
8521
- *
8522
- * @type {IThemeResponseTemplate}
8523
- * @memberof IThemePatchRequest
8524
- */
8525
- 'template'?: IThemeResponseTemplate;
8526
8520
  /**
8527
8521
  *
8528
8522
  * @type {string}
@@ -8543,6 +8537,14 @@ export interface IThemePatchRequest {
8543
8537
  'config'?: {
8544
8538
  [key: string]: any;
8545
8539
  };
8540
+ /**
8541
+ * Construct a type with a set of properties K of type T
8542
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8543
+ * @memberof IThemePatchRequest
8544
+ */
8545
+ 'groups'?: {
8546
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8547
+ };
8546
8548
  /**
8547
8549
  *
8548
8550
  * @type {string}
@@ -8588,6 +8590,14 @@ export interface IThemePostRequest {
8588
8590
  'config': {
8589
8591
  [key: string]: any;
8590
8592
  };
8593
+ /**
8594
+ * Construct a type with a set of properties K of type T
8595
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8596
+ * @memberof IThemePostRequest
8597
+ */
8598
+ 'groups': {
8599
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8600
+ };
8591
8601
  /**
8592
8602
  *
8593
8603
  * @type {string}
@@ -8606,12 +8616,6 @@ export interface IThemePostRequest {
8606
8616
  * @memberof IThemePostRequest
8607
8617
  */
8608
8618
  'assetVersion': number;
8609
- /**
8610
- *
8611
- * @type {IThemeResponseTemplate}
8612
- * @memberof IThemePostRequest
8613
- */
8614
- 'template': IThemeResponseTemplate;
8615
8619
  }
8616
8620
  /**
8617
8621
  *
@@ -8688,11 +8692,13 @@ export interface IThemeResponse {
8688
8692
  */
8689
8693
  'creator'?: string;
8690
8694
  /**
8691
- *
8692
- * @type {IThemeResponseTemplate}
8695
+ * Construct a type with a set of properties K of type T
8696
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8693
8697
  * @memberof IThemeResponse
8694
8698
  */
8695
- 'template': IThemeResponseTemplate;
8699
+ 'groups': {
8700
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8701
+ };
8696
8702
  /**
8697
8703
  * Construct a type with a set of properties K of type T
8698
8704
  * @type {{ [key: string]: any; }}
@@ -8714,25 +8720,6 @@ export interface IThemeResponse {
8714
8720
  */
8715
8721
  'assetVersion': number;
8716
8722
  }
8717
- /**
8718
- *
8719
- * @export
8720
- * @interface IThemeResponseTemplate
8721
- */
8722
- export interface IThemeResponseTemplate {
8723
- /**
8724
- *
8725
- * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
8726
- * @memberof IThemeResponseTemplate
8727
- */
8728
- 'footer': PartialRecordLanguageEnumITemplateComponentResponseArray;
8729
- /**
8730
- *
8731
- * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
8732
- * @memberof IThemeResponseTemplate
8733
- */
8734
- 'header': PartialRecordLanguageEnumITemplateComponentResponseArray;
8735
- }
8736
8723
  /**
8737
8724
  *
8738
8725
  * @export
@@ -11199,61 +11186,61 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
11199
11186
  /**
11200
11187
  * From T, pick a set of properties whose keys are in the union K
11201
11188
  * @export
11202
- * @interface PickIThemeExcludeKeyofIThemeTemplate
11189
+ * @interface PickIThemeExcludeKeyofIThemeGroups
11203
11190
  */
11204
- export interface PickIThemeExcludeKeyofIThemeTemplate {
11191
+ export interface PickIThemeExcludeKeyofIThemeGroups {
11205
11192
  /**
11206
11193
  *
11207
11194
  * @type {string}
11208
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11195
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11209
11196
  */
11210
11197
  'name': string;
11211
11198
  /**
11212
11199
  *
11213
11200
  * @type {string}
11214
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11201
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11215
11202
  */
11216
11203
  'company'?: string;
11217
11204
  /**
11218
11205
  *
11219
11206
  * @type {string}
11220
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11207
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11221
11208
  */
11222
11209
  '_id': string;
11223
11210
  /**
11224
11211
  *
11225
11212
  * @type {number}
11226
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11213
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11227
11214
  */
11228
11215
  '__v': number;
11229
11216
  /**
11230
11217
  *
11231
11218
  * @type {string}
11232
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11219
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11233
11220
  */
11234
11221
  'createdAt': string;
11235
11222
  /**
11236
11223
  *
11237
11224
  * @type {string}
11238
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11225
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11239
11226
  */
11240
11227
  'updatedAt': string;
11241
11228
  /**
11242
11229
  *
11243
11230
  * @type {IImage}
11244
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11231
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11245
11232
  */
11246
11233
  'thumbnail'?: IImage;
11247
11234
  /**
11248
11235
  *
11249
11236
  * @type {string}
11250
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11237
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11251
11238
  */
11252
11239
  'main'?: string;
11253
11240
  /**
11254
11241
  * Construct a type with a set of properties K of type T
11255
11242
  * @type {{ [key: string]: any; }}
11256
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11243
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11257
11244
  */
11258
11245
  'config': {
11259
11246
  [key: string]: any;
@@ -11261,58 +11248,66 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
11261
11248
  /**
11262
11249
  *
11263
11250
  * @type {string}
11264
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11251
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11265
11252
  */
11266
11253
  'demoUrl'?: string;
11267
11254
  /**
11268
11255
  *
11269
11256
  * @type {string}
11270
- * @memberof PickIThemeExcludeKeyofIThemeTemplate
11257
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
11271
11258
  */
11272
11259
  'creator'?: string;
11273
11260
  }
11274
11261
  /**
11275
11262
  * From T, pick a set of properties whose keys are in the union K
11276
11263
  * @export
11277
- * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11264
+ * @interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11278
11265
  */
11279
- export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles {
11266
+ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles {
11280
11267
  /**
11281
11268
  *
11282
11269
  * @type {string}
11283
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11270
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11284
11271
  */
11285
11272
  'name': string;
11286
11273
  /**
11287
11274
  *
11288
11275
  * @type {IImage}
11289
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11276
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11290
11277
  */
11291
11278
  'thumbnail'?: IImage;
11292
11279
  /**
11293
11280
  * Construct a type with a set of properties K of type T
11294
11281
  * @type {{ [key: string]: any; }}
11295
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11282
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11296
11283
  */
11297
11284
  'config': {
11298
11285
  [key: string]: any;
11299
11286
  };
11287
+ /**
11288
+ * Construct a type with a set of properties K of type T
11289
+ * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
11290
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11291
+ */
11292
+ 'groups': {
11293
+ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
11294
+ };
11300
11295
  /**
11301
11296
  *
11302
11297
  * @type {string}
11303
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11298
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11304
11299
  */
11305
11300
  'demoUrl'?: string;
11306
11301
  /**
11307
11302
  *
11308
11303
  * @type {string}
11309
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11304
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11310
11305
  */
11311
11306
  'assetUrl': string;
11312
11307
  /**
11313
11308
  *
11314
11309
  * @type {number}
11315
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreatorOrFiles
11310
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11316
11311
  */
11317
11312
  'assetVersion': number;
11318
11313
  }
@@ -11714,6 +11709,19 @@ export interface RecordLanguageEnumTitleStringTr {
11714
11709
  */
11715
11710
  'title': string;
11716
11711
  }
11712
+ /**
11713
+ *
11714
+ * @export
11715
+ * @interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
11716
+ */
11717
+ export interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
11718
+ /**
11719
+ *
11720
+ * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
11721
+ * @memberof RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
11722
+ */
11723
+ 'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
11724
+ }
11717
11725
  /**
11718
11726
  *
11719
11727
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
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": "9237476390354933f923585b27254e8379d305df"
40
+ "gitHead": "bb4152da7fc46071be67261b9741c58f8e16466f"
41
41
  }