@infisale-client/api 1.2.106 → 1.2.108

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 +22 -112
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -1109,12 +1109,6 @@ export interface IBrandPatchRequest {
1109
1109
  * @memberof IBrandPatchRequest
1110
1110
  */
1111
1111
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1112
- /**
1113
- *
1114
- * @type {Array<string>}
1115
- * @memberof IBrandPatchRequest
1116
- */
1117
- 'slugs'?: Array<string>;
1118
1112
  /**
1119
1113
  *
1120
1114
  * @type {IImage}
@@ -1140,12 +1134,6 @@ export interface IBrandPostRequest {
1140
1134
  * @memberof IBrandPostRequest
1141
1135
  */
1142
1136
  'contents': PartialRecordLanguageEnumIContentsValue;
1143
- /**
1144
- *
1145
- * @type {Array<string>}
1146
- * @memberof IBrandPostRequest
1147
- */
1148
- 'slugs': Array<string>;
1149
1137
  /**
1150
1138
  *
1151
1139
  * @type {IImage}
@@ -1436,12 +1424,6 @@ export interface ICategoryPatchRequest {
1436
1424
  * @memberof ICategoryPatchRequest
1437
1425
  */
1438
1426
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1439
- /**
1440
- *
1441
- * @type {Array<string>}
1442
- * @memberof ICategoryPatchRequest
1443
- */
1444
- 'slugs'?: Array<string>;
1445
1427
  /**
1446
1428
  *
1447
1429
  * @type {IImage}
@@ -1473,12 +1455,6 @@ export interface ICategoryPostRequest {
1473
1455
  * @memberof ICategoryPostRequest
1474
1456
  */
1475
1457
  'contents': PartialRecordLanguageEnumIContentsValue;
1476
- /**
1477
- *
1478
- * @type {Array<string>}
1479
- * @memberof ICategoryPostRequest
1480
- */
1481
- 'slugs': Array<string>;
1482
1458
  /**
1483
1459
  *
1484
1460
  * @type {IImage}
@@ -1822,12 +1798,6 @@ export interface ICollectionPatchRequest {
1822
1798
  * @memberof ICollectionPatchRequest
1823
1799
  */
1824
1800
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1825
- /**
1826
- *
1827
- * @type {Array<string>}
1828
- * @memberof ICollectionPatchRequest
1829
- */
1830
- 'slugs'?: Array<string>;
1831
1801
  /**
1832
1802
  *
1833
1803
  * @type {IImage}
@@ -1853,12 +1823,6 @@ export interface ICollectionPostRequest {
1853
1823
  * @memberof ICollectionPostRequest
1854
1824
  */
1855
1825
  'contents': PartialRecordLanguageEnumIContentsValue;
1856
- /**
1857
- *
1858
- * @type {Array<string>}
1859
- * @memberof ICollectionPostRequest
1860
- */
1861
- 'slugs': Array<string>;
1862
1826
  /**
1863
1827
  *
1864
1828
  * @type {IImage}
@@ -6311,12 +6275,6 @@ export interface IPagePatchRequest {
6311
6275
  * @memberof IPagePatchRequest
6312
6276
  */
6313
6277
  'contents'?: PartialRecordLanguageEnumIContentsValue;
6314
- /**
6315
- *
6316
- * @type {Array<string>}
6317
- * @memberof IPagePatchRequest
6318
- */
6319
- 'slugs'?: Array<string>;
6320
6278
  /**
6321
6279
  *
6322
6280
  * @type {IImage}
@@ -6348,12 +6306,6 @@ export interface IPagePostRequest {
6348
6306
  * @memberof IPagePostRequest
6349
6307
  */
6350
6308
  'contents': PartialRecordLanguageEnumIContentsValue;
6351
- /**
6352
- *
6353
- * @type {Array<string>}
6354
- * @memberof IPagePostRequest
6355
- */
6356
- 'slugs': Array<string>;
6357
6309
  /**
6358
6310
  *
6359
6311
  * @type {IImage}
@@ -7152,12 +7104,6 @@ export interface IProductPatchRequest {
7152
7104
  * @memberof IProductPatchRequest
7153
7105
  */
7154
7106
  'contents'?: PartialRecordLanguageEnumIContentsValue;
7155
- /**
7156
- *
7157
- * @type {Array<string>}
7158
- * @memberof IProductPatchRequest
7159
- */
7160
- 'slugs'?: Array<string>;
7161
7107
  /**
7162
7108
  *
7163
7109
  * @type {Array<VariantType>}
@@ -7243,12 +7189,6 @@ export interface IProductPostRequest {
7243
7189
  * @memberof IProductPostRequest
7244
7190
  */
7245
7191
  'contents': PartialRecordLanguageEnumIContentsValue;
7246
- /**
7247
- *
7248
- * @type {Array<string>}
7249
- * @memberof IProductPostRequest
7250
- */
7251
- 'slugs': Array<string>;
7252
7192
  /**
7253
7193
  *
7254
7194
  * @type {Array<VariantType>}
@@ -9736,31 +9676,25 @@ export interface PickIBasketExcludeKeyofIBasketItems {
9736
9676
  /**
9737
9677
  * From T, pick a set of properties whose keys are in the union K
9738
9678
  * @export
9739
- * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9679
+ * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9740
9680
  */
9741
- export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse {
9681
+ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs {
9742
9682
  /**
9743
9683
  *
9744
9684
  * @type {string}
9745
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9685
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9746
9686
  */
9747
9687
  'company': string;
9748
9688
  /**
9749
9689
  *
9750
9690
  * @type {PartialRecordLanguageEnumIContentsValue}
9751
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9691
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9752
9692
  */
9753
9693
  'contents': PartialRecordLanguageEnumIContentsValue;
9754
- /**
9755
- *
9756
- * @type {Array<string>}
9757
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9758
- */
9759
- 'slugs': Array<string>;
9760
9694
  /**
9761
9695
  *
9762
9696
  * @type {IImage}
9763
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9697
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrSlugs
9764
9698
  */
9765
9699
  'thumbnail'?: IImage;
9766
9700
  }
@@ -9828,37 +9762,31 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
9828
9762
  /**
9829
9763
  * From T, pick a set of properties whose keys are in the union K
9830
9764
  * @export
9831
- * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9765
+ * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9832
9766
  */
9833
- export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes {
9767
+ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs {
9834
9768
  /**
9835
9769
  *
9836
9770
  * @type {string}
9837
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9771
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9838
9772
  */
9839
9773
  'company': string;
9840
9774
  /**
9841
9775
  *
9842
9776
  * @type {PartialRecordLanguageEnumIContentsValue}
9843
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9777
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9844
9778
  */
9845
9779
  'contents': PartialRecordLanguageEnumIContentsValue;
9846
- /**
9847
- *
9848
- * @type {Array<string>}
9849
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9850
- */
9851
- 'slugs': Array<string>;
9852
9780
  /**
9853
9781
  *
9854
9782
  * @type {IImage}
9855
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9783
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9856
9784
  */
9857
9785
  'thumbnail'?: IImage;
9858
9786
  /**
9859
9787
  *
9860
9788
  * @type {string}
9861
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9789
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrSlugs
9862
9790
  */
9863
9791
  'main'?: string;
9864
9792
  }
@@ -9969,31 +9897,25 @@ export type PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDate
9969
9897
  /**
9970
9898
  * From T, pick a set of properties whose keys are in the union K
9971
9899
  * @export
9972
- * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9900
+ * @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9973
9901
  */
9974
- export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates {
9902
+ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs {
9975
9903
  /**
9976
9904
  *
9977
9905
  * @type {string}
9978
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9906
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9979
9907
  */
9980
9908
  'company': string;
9981
9909
  /**
9982
9910
  *
9983
9911
  * @type {PartialRecordLanguageEnumIContentsValue}
9984
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9912
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9985
9913
  */
9986
9914
  'contents': PartialRecordLanguageEnumIContentsValue;
9987
- /**
9988
- *
9989
- * @type {Array<string>}
9990
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9991
- */
9992
- 'slugs': Array<string>;
9993
9915
  /**
9994
9916
  *
9995
9917
  * @type {IImage}
9996
- * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9918
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
9997
9919
  */
9998
9920
  'thumbnail'?: IImage;
9999
9921
  }
@@ -11022,37 +10944,31 @@ export interface PickIPageExcludeKeyofIPageTemplate {
11022
10944
  /**
11023
10945
  * From T, pick a set of properties whose keys are in the union K
11024
10946
  * @export
11025
- * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
10947
+ * @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11026
10948
  */
11027
- export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates {
10949
+ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs {
11028
10950
  /**
11029
10951
  *
11030
10952
  * @type {string}
11031
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
10953
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11032
10954
  */
11033
10955
  'company': string;
11034
10956
  /**
11035
10957
  *
11036
10958
  * @type {PartialRecordLanguageEnumIContentsValue}
11037
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
10959
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11038
10960
  */
11039
10961
  'contents': PartialRecordLanguageEnumIContentsValue;
11040
- /**
11041
- *
11042
- * @type {Array<string>}
11043
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
11044
- */
11045
- 'slugs': Array<string>;
11046
10962
  /**
11047
10963
  *
11048
10964
  * @type {IImage}
11049
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
10965
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11050
10966
  */
11051
10967
  'thumbnail'?: IImage;
11052
10968
  /**
11053
10969
  *
11054
10970
  * @type {PageTypeEnum}
11055
- * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
10971
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugs
11056
10972
  */
11057
10973
  'type': PageTypeEnum;
11058
10974
  }
@@ -11327,12 +11243,6 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
11327
11243
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11328
11244
  */
11329
11245
  'contents': PartialRecordLanguageEnumIContentsValue;
11330
- /**
11331
- *
11332
- * @type {Array<string>}
11333
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11334
- */
11335
- 'slugs': Array<string>;
11336
11246
  /**
11337
11247
  *
11338
11248
  * @type {Array<VariantType>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.106",
3
+ "version": "1.2.108",
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": "c181635a96029e7d54448598f3766064502880ec"
40
+ "gitHead": "e5a6d0c044c421d1902f1513504aca522af880af"
41
41
  }