@infisale-client/api 1.2.41 → 1.2.42

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 +44 -6
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -727,11 +727,11 @@ export interface IAllCategoriesTreeResponseDataInner {
727
727
  */
728
728
  'attributes': Array<ICategoryResponseAttributesInner>;
729
729
  /**
730
- * Make all properties in T optional
731
- * @type {object}
730
+ *
731
+ * @type {PartialRecordLanguageEnumTitleString}
732
732
  * @memberof IAllCategoriesTreeResponseDataInner
733
733
  */
734
- 'contents': object;
734
+ 'contents': PartialRecordLanguageEnumTitleString;
735
735
  /**
736
736
  *
737
737
  * @type {string}
@@ -8284,6 +8284,44 @@ export interface PartialRecordLanguageEnumString {
8284
8284
  */
8285
8285
  'de'?: string;
8286
8286
  }
8287
+ /**
8288
+ * Make all properties in T optional
8289
+ * @export
8290
+ * @interface PartialRecordLanguageEnumTitleString
8291
+ */
8292
+ export interface PartialRecordLanguageEnumTitleString {
8293
+ /**
8294
+ *
8295
+ * @type {PartialRecordLanguageEnumTitleStringTr}
8296
+ * @memberof PartialRecordLanguageEnumTitleString
8297
+ */
8298
+ 'tr'?: PartialRecordLanguageEnumTitleStringTr;
8299
+ /**
8300
+ *
8301
+ * @type {PartialRecordLanguageEnumTitleStringTr}
8302
+ * @memberof PartialRecordLanguageEnumTitleString
8303
+ */
8304
+ 'en'?: PartialRecordLanguageEnumTitleStringTr;
8305
+ /**
8306
+ *
8307
+ * @type {PartialRecordLanguageEnumTitleStringTr}
8308
+ * @memberof PartialRecordLanguageEnumTitleString
8309
+ */
8310
+ 'de'?: PartialRecordLanguageEnumTitleStringTr;
8311
+ }
8312
+ /**
8313
+ *
8314
+ * @export
8315
+ * @interface PartialRecordLanguageEnumTitleStringTr
8316
+ */
8317
+ export interface PartialRecordLanguageEnumTitleStringTr {
8318
+ /**
8319
+ *
8320
+ * @type {string}
8321
+ * @memberof PartialRecordLanguageEnumTitleStringTr
8322
+ */
8323
+ 'title': string;
8324
+ }
8287
8325
  /**
8288
8326
  *
8289
8327
  * @export
@@ -9969,11 +10007,11 @@ export interface SubCategories {
9969
10007
  */
9970
10008
  'attributes': Array<ICategoryResponseAttributesInner>;
9971
10009
  /**
9972
- * Make all properties in T optional
9973
- * @type {object}
10010
+ *
10011
+ * @type {PartialRecordLanguageEnumTitleString}
9974
10012
  * @memberof SubCategories
9975
10013
  */
9976
- 'contents': object;
10014
+ 'contents': PartialRecordLanguageEnumTitleString;
9977
10015
  /**
9978
10016
  *
9979
10017
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
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": "3e80db112700f1d8cb36ee399e03fd2b249aae84"
40
+ "gitHead": "980840ea651d348c27afd8bf83721d6e21554bff"
41
41
  }