@infisale-client/api-client 1.3.52 → 1.3.53

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 +72 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -8692,6 +8692,12 @@ export interface ITemplatePatchRequest {
8692
8692
  * @memberof ITemplatePatchRequest
8693
8693
  */
8694
8694
  'unique'?: boolean;
8695
+ /**
8696
+ *
8697
+ * @type {boolean}
8698
+ * @memberof ITemplatePatchRequest
8699
+ */
8700
+ 'default'?: boolean;
8695
8701
  }
8696
8702
  /**
8697
8703
  *
@@ -8735,6 +8741,12 @@ export interface ITemplatePostRequest {
8735
8741
  * @memberof ITemplatePostRequest
8736
8742
  */
8737
8743
  'unique': boolean;
8744
+ /**
8745
+ *
8746
+ * @type {boolean}
8747
+ * @memberof ITemplatePostRequest
8748
+ */
8749
+ 'default'?: boolean;
8738
8750
  }
8739
8751
  /**
8740
8752
  *
@@ -8796,6 +8808,12 @@ export interface ITemplateResponse {
8796
8808
  * @memberof ITemplateResponse
8797
8809
  */
8798
8810
  'unique': boolean;
8811
+ /**
8812
+ *
8813
+ * @type {boolean}
8814
+ * @memberof ITemplateResponse
8815
+ */
8816
+ 'default'?: boolean;
8799
8817
  /**
8800
8818
  *
8801
8819
  * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
@@ -8916,6 +8934,12 @@ export interface ITheme {
8916
8934
  * @memberof ITheme
8917
8935
  */
8918
8936
  'lastVersion': string;
8937
+ /**
8938
+ *
8939
+ * @type {boolean}
8940
+ * @memberof ITheme
8941
+ */
8942
+ 'deleted': boolean;
8919
8943
  }
8920
8944
  /**
8921
8945
  *
@@ -9112,6 +9136,12 @@ export interface IThemeResponse {
9112
9136
  * @memberof IThemeResponse
9113
9137
  */
9114
9138
  'lastVersion': string;
9139
+ /**
9140
+ *
9141
+ * @type {boolean}
9142
+ * @memberof IThemeResponse
9143
+ */
9144
+ 'deleted': boolean;
9115
9145
  /**
9116
9146
  * Make all properties in T optional
9117
9147
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -9319,6 +9349,12 @@ export interface IThemesResponseData {
9319
9349
  * @memberof IThemesResponseData
9320
9350
  */
9321
9351
  'creator'?: string;
9352
+ /**
9353
+ *
9354
+ * @type {boolean}
9355
+ * @memberof IThemesResponseData
9356
+ */
9357
+ 'deleted': boolean;
9322
9358
  /**
9323
9359
  * Construct a type with a set of properties K of type T
9324
9360
  * @type {{ [key: string]: any; }}
@@ -9460,6 +9496,12 @@ export interface IThemesResponseDataMain {
9460
9496
  * @memberof IThemesResponseDataMain
9461
9497
  */
9462
9498
  'creator'?: string;
9499
+ /**
9500
+ *
9501
+ * @type {boolean}
9502
+ * @memberof IThemesResponseDataMain
9503
+ */
9504
+ 'deleted': boolean;
9463
9505
  /**
9464
9506
  *
9465
9507
  * @type {IThemeVersion}
@@ -12595,6 +12637,12 @@ export interface PickITemplateExcludeKeyofITemplateComponents {
12595
12637
  * @memberof PickITemplateExcludeKeyofITemplateComponents
12596
12638
  */
12597
12639
  'unique': boolean;
12640
+ /**
12641
+ *
12642
+ * @type {boolean}
12643
+ * @memberof PickITemplateExcludeKeyofITemplateComponents
12644
+ */
12645
+ 'default'?: boolean;
12598
12646
  }
12599
12647
  /**
12600
12648
  * From T, pick a set of properties whose keys are in the union K
@@ -12638,6 +12686,12 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
12638
12686
  * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
12639
12687
  */
12640
12688
  'unique': boolean;
12689
+ /**
12690
+ *
12691
+ * @type {boolean}
12692
+ * @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
12693
+ */
12694
+ 'default'?: boolean;
12641
12695
  }
12642
12696
  /**
12643
12697
  * From T, pick a set of properties whose keys are in the union K
@@ -12731,6 +12785,12 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
12731
12785
  * @memberof PickIThemeExcludeKeyofIThemeGroups
12732
12786
  */
12733
12787
  'lastVersion': string;
12788
+ /**
12789
+ *
12790
+ * @type {boolean}
12791
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
12792
+ */
12793
+ 'deleted': boolean;
12734
12794
  }
12735
12795
  /**
12736
12796
  * From T, pick a set of properties whose keys are in the union K
@@ -12826,6 +12886,12 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
12826
12886
  * @memberof PickIThemeExcludeKeyofIThemeLastVersion
12827
12887
  */
12828
12888
  'creator'?: string;
12889
+ /**
12890
+ *
12891
+ * @type {boolean}
12892
+ * @memberof PickIThemeExcludeKeyofIThemeLastVersion
12893
+ */
12894
+ 'deleted': boolean;
12829
12895
  }
12830
12896
  /**
12831
12897
  * From T, pick a set of properties whose keys are in the union K
@@ -12915,6 +12981,12 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
12915
12981
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
12916
12982
  */
12917
12983
  'creator'?: string;
12984
+ /**
12985
+ *
12986
+ * @type {boolean}
12987
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
12988
+ */
12989
+ 'deleted': boolean;
12918
12990
  /**
12919
12991
  * Construct a type with a set of properties K of type T
12920
12992
  * @type {{ [key: string]: any; }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.52",
3
+ "version": "1.3.53",
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": "394a1b74938eed805d31995dc12d379e979b7fa0"
40
+ "gitHead": "46152c6dc3db1b90f33cdc5dd45906e2fc82bf0a"
41
41
  }