@infisale-client/api 1.3.66 → 1.3.67

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 +24 -246
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -1307,18 +1307,6 @@ export interface IBrandPatchRequest {
1307
1307
  * @memberof IBrandPatchRequest
1308
1308
  */
1309
1309
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1310
- /**
1311
- *
1312
- * @type {Array<string>}
1313
- * @memberof IBrandPatchRequest
1314
- */
1315
- 'slugs'?: Array<string>;
1316
- /**
1317
- *
1318
- * @type {Array<string>}
1319
- * @memberof IBrandPatchRequest
1320
- */
1321
- 'languages'?: Array<string>;
1322
1310
  /**
1323
1311
  *
1324
1312
  * @type {string}
@@ -1350,18 +1338,6 @@ export interface IBrandPostRequest {
1350
1338
  * @memberof IBrandPostRequest
1351
1339
  */
1352
1340
  'contents': PartialRecordLanguageEnumIContentsValue;
1353
- /**
1354
- *
1355
- * @type {Array<string>}
1356
- * @memberof IBrandPostRequest
1357
- */
1358
- 'slugs': Array<string>;
1359
- /**
1360
- *
1361
- * @type {Array<string>}
1362
- * @memberof IBrandPostRequest
1363
- */
1364
- 'languages': Array<string>;
1365
1341
  /**
1366
1342
  *
1367
1343
  * @type {IImage}
@@ -1479,12 +1455,6 @@ export interface IBrandResponse {
1479
1455
  * @memberof IBrandResponse
1480
1456
  */
1481
1457
  'contents': PartialRecordLanguageEnumIContentsValue;
1482
- /**
1483
- *
1484
- * @type {Array<string>}
1485
- * @memberof IBrandResponse
1486
- */
1487
- 'slugs': Array<string>;
1488
1458
  /**
1489
1459
  *
1490
1460
  * @type {Array<string>}
@@ -1732,18 +1702,6 @@ export interface ICategoryPatchRequest {
1732
1702
  * @memberof ICategoryPatchRequest
1733
1703
  */
1734
1704
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1735
- /**
1736
- *
1737
- * @type {Array<string>}
1738
- * @memberof ICategoryPatchRequest
1739
- */
1740
- 'slugs'?: Array<string>;
1741
- /**
1742
- *
1743
- * @type {Array<string>}
1744
- * @memberof ICategoryPatchRequest
1745
- */
1746
- 'languages'?: Array<string>;
1747
1705
  /**
1748
1706
  *
1749
1707
  * @type {IImage}
@@ -1775,18 +1733,6 @@ export interface ICategoryPostRequest {
1775
1733
  * @memberof ICategoryPostRequest
1776
1734
  */
1777
1735
  'contents': PartialRecordLanguageEnumIContentsValue;
1778
- /**
1779
- *
1780
- * @type {Array<string>}
1781
- * @memberof ICategoryPostRequest
1782
- */
1783
- 'slugs': Array<string>;
1784
- /**
1785
- *
1786
- * @type {Array<string>}
1787
- * @memberof ICategoryPostRequest
1788
- */
1789
- 'languages': Array<string>;
1790
1736
  /**
1791
1737
  *
1792
1738
  * @type {IImage}
@@ -1854,12 +1800,6 @@ export interface ICategoryResponse {
1854
1800
  * @memberof ICategoryResponse
1855
1801
  */
1856
1802
  'contents': PartialRecordLanguageEnumIContentsValue;
1857
- /**
1858
- *
1859
- * @type {Array<string>}
1860
- * @memberof ICategoryResponse
1861
- */
1862
- 'slugs': Array<string>;
1863
1803
  /**
1864
1804
  *
1865
1805
  * @type {Array<string>}
@@ -2099,12 +2039,6 @@ export interface ICollection {
2099
2039
  * @memberof ICollection
2100
2040
  */
2101
2041
  'contents': PartialRecordLanguageEnumIContentsValue;
2102
- /**
2103
- *
2104
- * @type {Array<string>}
2105
- * @memberof ICollection
2106
- */
2107
- 'slugs': Array<string>;
2108
2042
  /**
2109
2043
  *
2110
2044
  * @type {Array<string>}
@@ -2214,18 +2148,6 @@ export interface ICollectionPatchRequest {
2214
2148
  * @memberof ICollectionPatchRequest
2215
2149
  */
2216
2150
  'contents'?: PartialRecordLanguageEnumIContentsValue;
2217
- /**
2218
- *
2219
- * @type {Array<string>}
2220
- * @memberof ICollectionPatchRequest
2221
- */
2222
- 'slugs'?: Array<string>;
2223
- /**
2224
- *
2225
- * @type {Array<string>}
2226
- * @memberof ICollectionPatchRequest
2227
- */
2228
- 'languages'?: Array<string>;
2229
2151
  /**
2230
2152
  *
2231
2153
  * @type {string}
@@ -2263,18 +2185,6 @@ export interface ICollectionPostRequest {
2263
2185
  * @memberof ICollectionPostRequest
2264
2186
  */
2265
2187
  'contents': PartialRecordLanguageEnumIContentsValue;
2266
- /**
2267
- *
2268
- * @type {Array<string>}
2269
- * @memberof ICollectionPostRequest
2270
- */
2271
- 'slugs': Array<string>;
2272
- /**
2273
- *
2274
- * @type {Array<string>}
2275
- * @memberof ICollectionPostRequest
2276
- */
2277
- 'languages': Array<string>;
2278
2188
  /**
2279
2189
  *
2280
2190
  * @type {IImage}
@@ -2330,12 +2240,6 @@ export interface ICollectionResponse {
2330
2240
  * @memberof ICollectionResponse
2331
2241
  */
2332
2242
  'contents': PartialRecordLanguageEnumIContentsValue;
2333
- /**
2334
- *
2335
- * @type {Array<string>}
2336
- * @memberof ICollectionResponse
2337
- */
2338
- 'slugs': Array<string>;
2339
2243
  /**
2340
2244
  *
2341
2245
  * @type {Array<string>}
@@ -7815,18 +7719,6 @@ export interface IPagePatchRequest {
7815
7719
  * @memberof IPagePatchRequest
7816
7720
  */
7817
7721
  'contents'?: PartialRecordLanguageEnumIContentsValue;
7818
- /**
7819
- *
7820
- * @type {Array<string>}
7821
- * @memberof IPagePatchRequest
7822
- */
7823
- 'slugs'?: Array<string>;
7824
- /**
7825
- *
7826
- * @type {Array<string>}
7827
- * @memberof IPagePatchRequest
7828
- */
7829
- 'languages'?: Array<string>;
7830
7722
  /**
7831
7723
  *
7832
7724
  * @type {string}
@@ -7870,18 +7762,6 @@ export interface IPagePostRequest {
7870
7762
  * @memberof IPagePostRequest
7871
7763
  */
7872
7764
  'contents': PartialRecordLanguageEnumIContentsValue;
7873
- /**
7874
- *
7875
- * @type {Array<string>}
7876
- * @memberof IPagePostRequest
7877
- */
7878
- 'slugs': Array<string>;
7879
- /**
7880
- *
7881
- * @type {Array<string>}
7882
- * @memberof IPagePostRequest
7883
- */
7884
- 'languages': Array<string>;
7885
7765
  /**
7886
7766
  *
7887
7767
  * @type {IImage}
@@ -7949,12 +7829,6 @@ export interface IPageResponse {
7949
7829
  * @memberof IPageResponse
7950
7830
  */
7951
7831
  'contents': PartialRecordLanguageEnumIContentsValue;
7952
- /**
7953
- *
7954
- * @type {Array<string>}
7955
- * @memberof IPageResponse
7956
- */
7957
- 'slugs': Array<string>;
7958
7832
  /**
7959
7833
  *
7960
7834
  * @type {Array<string>}
@@ -8732,12 +8606,6 @@ export interface IProductPatchRequest {
8732
8606
  * @memberof IProductPatchRequest
8733
8607
  */
8734
8608
  'contents'?: PartialRecordLanguageEnumIContentsValue;
8735
- /**
8736
- *
8737
- * @type {Array<string>}
8738
- * @memberof IProductPatchRequest
8739
- */
8740
- 'languages'?: Array<string>;
8741
8609
  /**
8742
8610
  *
8743
8611
  * @type {Array<VariantType>}
@@ -8823,12 +8691,6 @@ export interface IProductPostRequest {
8823
8691
  * @memberof IProductPostRequest
8824
8692
  */
8825
8693
  'contents': PartialRecordLanguageEnumIContentsValue;
8826
- /**
8827
- *
8828
- * @type {Array<string>}
8829
- * @memberof IProductPostRequest
8830
- */
8831
- 'languages': Array<string>;
8832
8694
  /**
8833
8695
  *
8834
8696
  * @type {Array<VariantType>}
@@ -8980,12 +8842,6 @@ export interface IProductResponse {
8980
8842
  * @memberof IProductResponse
8981
8843
  */
8982
8844
  'contents': PartialRecordLanguageEnumIContentsValue;
8983
- /**
8984
- *
8985
- * @type {Array<string>}
8986
- * @memberof IProductResponse
8987
- */
8988
- 'slugs': Array<string>;
8989
8845
  /**
8990
8846
  *
8991
8847
  * @type {Array<string>}
@@ -12159,37 +12015,25 @@ export interface PickIBasketExcludeKeyofIBasketItems {
12159
12015
  /**
12160
12016
  * From T, pick a set of properties whose keys are in the union K
12161
12017
  * @export
12162
- * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12018
+ * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12163
12019
  */
12164
- export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue {
12020
+ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
12165
12021
  /**
12166
12022
  *
12167
12023
  * @type {string}
12168
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12024
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12169
12025
  */
12170
12026
  'company': string;
12171
12027
  /**
12172
12028
  *
12173
12029
  * @type {PartialRecordLanguageEnumIContentsValue}
12174
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12030
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12175
12031
  */
12176
12032
  'contents': PartialRecordLanguageEnumIContentsValue;
12177
- /**
12178
- *
12179
- * @type {Array<string>}
12180
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12181
- */
12182
- 'slugs': Array<string>;
12183
- /**
12184
- *
12185
- * @type {Array<string>}
12186
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12187
- */
12188
- 'languages': Array<string>;
12189
12033
  /**
12190
12034
  *
12191
12035
  * @type {IImage}
12192
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12036
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12193
12037
  */
12194
12038
  'thumbnail'?: IImage;
12195
12039
  }
@@ -12235,12 +12079,6 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
12235
12079
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
12236
12080
  */
12237
12081
  'contents': PartialRecordLanguageEnumIContentsValue;
12238
- /**
12239
- *
12240
- * @type {Array<string>}
12241
- * @memberof PickICategoryExcludeKeyofICategoryAttributes
12242
- */
12243
- 'slugs': Array<string>;
12244
12082
  /**
12245
12083
  *
12246
12084
  * @type {Array<string>}
@@ -12269,43 +12107,31 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
12269
12107
  /**
12270
12108
  * From T, pick a set of properties whose keys are in the union K
12271
12109
  * @export
12272
- * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12110
+ * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12273
12111
  */
12274
- export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue {
12112
+ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue {
12275
12113
  /**
12276
12114
  *
12277
12115
  * @type {string}
12278
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12116
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12279
12117
  */
12280
12118
  'company': string;
12281
12119
  /**
12282
12120
  *
12283
12121
  * @type {PartialRecordLanguageEnumIContentsValue}
12284
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12122
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12285
12123
  */
12286
12124
  'contents': PartialRecordLanguageEnumIContentsValue;
12287
- /**
12288
- *
12289
- * @type {Array<string>}
12290
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12291
- */
12292
- 'slugs': Array<string>;
12293
- /**
12294
- *
12295
- * @type {Array<string>}
12296
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12297
- */
12298
- 'languages': Array<string>;
12299
12125
  /**
12300
12126
  *
12301
12127
  * @type {IImage}
12302
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12128
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12303
12129
  */
12304
12130
  'thumbnail'?: IImage;
12305
12131
  /**
12306
12132
  *
12307
12133
  * @type {string}
12308
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12134
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12309
12135
  */
12310
12136
  'main'?: string;
12311
12137
  }
@@ -12362,43 +12188,31 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
12362
12188
  /**
12363
12189
  * From T, pick a set of properties whose keys are in the union K
12364
12190
  * @export
12365
- * @interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12191
+ * @interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12366
12192
  */
12367
- export interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue {
12193
+ export interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
12368
12194
  /**
12369
12195
  *
12370
12196
  * @type {string}
12371
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12197
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12372
12198
  */
12373
12199
  'company': string;
12374
12200
  /**
12375
12201
  *
12376
12202
  * @type {string}
12377
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12203
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12378
12204
  */
12379
12205
  'template': string;
12380
12206
  /**
12381
12207
  *
12382
12208
  * @type {PartialRecordLanguageEnumIContentsValue}
12383
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12209
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12384
12210
  */
12385
12211
  'contents': PartialRecordLanguageEnumIContentsValue;
12386
- /**
12387
- *
12388
- * @type {Array<string>}
12389
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12390
- */
12391
- 'slugs': Array<string>;
12392
- /**
12393
- *
12394
- * @type {Array<string>}
12395
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12396
- */
12397
- 'languages': Array<string>;
12398
12212
  /**
12399
12213
  *
12400
12214
  * @type {IImage}
12401
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12215
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12402
12216
  */
12403
12217
  'thumbnail'?: IImage;
12404
12218
  }
@@ -12444,12 +12258,6 @@ export interface PickICollectionExcludeKeyofICollectionTemplate {
12444
12258
  * @memberof PickICollectionExcludeKeyofICollectionTemplate
12445
12259
  */
12446
12260
  'contents': PartialRecordLanguageEnumIContentsValue;
12447
- /**
12448
- *
12449
- * @type {Array<string>}
12450
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
12451
- */
12452
- 'slugs': Array<string>;
12453
12261
  /**
12454
12262
  *
12455
12263
  * @type {Array<string>}
@@ -13624,49 +13432,37 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeShippedInner {
13624
13432
  /**
13625
13433
  * From T, pick a set of properties whose keys are in the union K
13626
13434
  * @export
13627
- * @interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13435
+ * @interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13628
13436
  */
13629
- export interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue {
13437
+ export interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue {
13630
13438
  /**
13631
13439
  *
13632
13440
  * @type {string}
13633
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13441
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13634
13442
  */
13635
13443
  'company': string;
13636
13444
  /**
13637
13445
  *
13638
13446
  * @type {string}
13639
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13447
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13640
13448
  */
13641
13449
  'template': string;
13642
13450
  /**
13643
13451
  *
13644
13452
  * @type {PartialRecordLanguageEnumIContentsValue}
13645
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13453
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13646
13454
  */
13647
13455
  'contents': PartialRecordLanguageEnumIContentsValue;
13648
- /**
13649
- *
13650
- * @type {Array<string>}
13651
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13652
- */
13653
- 'slugs': Array<string>;
13654
- /**
13655
- *
13656
- * @type {Array<string>}
13657
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13658
- */
13659
- 'languages': Array<string>;
13660
13456
  /**
13661
13457
  *
13662
13458
  * @type {IImage}
13663
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13459
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13664
13460
  */
13665
13461
  'thumbnail'?: IImage;
13666
13462
  /**
13667
13463
  *
13668
13464
  * @type {string}
13669
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13465
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13670
13466
  */
13671
13467
  'type': string;
13672
13468
  }
@@ -13712,12 +13508,6 @@ export interface PickIPageExcludeKeyofIPageTemplate {
13712
13508
  * @memberof PickIPageExcludeKeyofIPageTemplate
13713
13509
  */
13714
13510
  'contents': PartialRecordLanguageEnumIContentsValue;
13715
- /**
13716
- *
13717
- * @type {Array<string>}
13718
- * @memberof PickIPageExcludeKeyofIPageTemplate
13719
- */
13720
- 'slugs': Array<string>;
13721
13511
  /**
13722
13512
  *
13723
13513
  * @type {Array<string>}
@@ -13914,12 +13704,6 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
13914
13704
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
13915
13705
  */
13916
13706
  'contents': PartialRecordLanguageEnumIContentsValue;
13917
- /**
13918
- *
13919
- * @type {Array<string>}
13920
- * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
13921
- */
13922
- 'slugs': Array<string>;
13923
13707
  /**
13924
13708
  *
13925
13709
  * @type {Array<string>}
@@ -14122,12 +13906,6 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
14122
13906
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
14123
13907
  */
14124
13908
  'contents': PartialRecordLanguageEnumIContentsValue;
14125
- /**
14126
- *
14127
- * @type {Array<string>}
14128
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
14129
- */
14130
- 'languages': Array<string>;
14131
13909
  /**
14132
13910
  *
14133
13911
  * @type {Array<VariantType>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.66",
3
+ "version": "1.3.67",
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": "4e5a12f5b56f7b405659f0edcb758d9abad1d8e5"
40
+ "gitHead": "a61291de13e785c63c9fb2294c83b82fcec007d3"
41
41
  }