@infisale-client/api-client 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
@@ -1267,18 +1267,6 @@ export interface IBrandPatchRequest {
1267
1267
  * @memberof IBrandPatchRequest
1268
1268
  */
1269
1269
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1270
- /**
1271
- *
1272
- * @type {Array<string>}
1273
- * @memberof IBrandPatchRequest
1274
- */
1275
- 'slugs'?: Array<string>;
1276
- /**
1277
- *
1278
- * @type {Array<string>}
1279
- * @memberof IBrandPatchRequest
1280
- */
1281
- 'languages'?: Array<string>;
1282
1270
  /**
1283
1271
  *
1284
1272
  * @type {string}
@@ -1310,18 +1298,6 @@ export interface IBrandPostRequest {
1310
1298
  * @memberof IBrandPostRequest
1311
1299
  */
1312
1300
  'contents': PartialRecordLanguageEnumIContentsValue;
1313
- /**
1314
- *
1315
- * @type {Array<string>}
1316
- * @memberof IBrandPostRequest
1317
- */
1318
- 'slugs': Array<string>;
1319
- /**
1320
- *
1321
- * @type {Array<string>}
1322
- * @memberof IBrandPostRequest
1323
- */
1324
- 'languages': Array<string>;
1325
1301
  /**
1326
1302
  *
1327
1303
  * @type {IImage}
@@ -1439,12 +1415,6 @@ export interface IBrandResponse {
1439
1415
  * @memberof IBrandResponse
1440
1416
  */
1441
1417
  'contents': PartialRecordLanguageEnumIContentsValue;
1442
- /**
1443
- *
1444
- * @type {Array<string>}
1445
- * @memberof IBrandResponse
1446
- */
1447
- 'slugs': Array<string>;
1448
1418
  /**
1449
1419
  *
1450
1420
  * @type {Array<string>}
@@ -1692,18 +1662,6 @@ export interface ICategoryPatchRequest {
1692
1662
  * @memberof ICategoryPatchRequest
1693
1663
  */
1694
1664
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1695
- /**
1696
- *
1697
- * @type {Array<string>}
1698
- * @memberof ICategoryPatchRequest
1699
- */
1700
- 'slugs'?: Array<string>;
1701
- /**
1702
- *
1703
- * @type {Array<string>}
1704
- * @memberof ICategoryPatchRequest
1705
- */
1706
- 'languages'?: Array<string>;
1707
1665
  /**
1708
1666
  *
1709
1667
  * @type {IImage}
@@ -1735,18 +1693,6 @@ export interface ICategoryPostRequest {
1735
1693
  * @memberof ICategoryPostRequest
1736
1694
  */
1737
1695
  'contents': PartialRecordLanguageEnumIContentsValue;
1738
- /**
1739
- *
1740
- * @type {Array<string>}
1741
- * @memberof ICategoryPostRequest
1742
- */
1743
- 'slugs': Array<string>;
1744
- /**
1745
- *
1746
- * @type {Array<string>}
1747
- * @memberof ICategoryPostRequest
1748
- */
1749
- 'languages': Array<string>;
1750
1696
  /**
1751
1697
  *
1752
1698
  * @type {IImage}
@@ -1814,12 +1760,6 @@ export interface ICategoryResponse {
1814
1760
  * @memberof ICategoryResponse
1815
1761
  */
1816
1762
  'contents': PartialRecordLanguageEnumIContentsValue;
1817
- /**
1818
- *
1819
- * @type {Array<string>}
1820
- * @memberof ICategoryResponse
1821
- */
1822
- 'slugs': Array<string>;
1823
1763
  /**
1824
1764
  *
1825
1765
  * @type {Array<string>}
@@ -2059,12 +1999,6 @@ export interface ICollection {
2059
1999
  * @memberof ICollection
2060
2000
  */
2061
2001
  'contents': PartialRecordLanguageEnumIContentsValue;
2062
- /**
2063
- *
2064
- * @type {Array<string>}
2065
- * @memberof ICollection
2066
- */
2067
- 'slugs': Array<string>;
2068
2002
  /**
2069
2003
  *
2070
2004
  * @type {Array<string>}
@@ -2174,18 +2108,6 @@ export interface ICollectionPatchRequest {
2174
2108
  * @memberof ICollectionPatchRequest
2175
2109
  */
2176
2110
  'contents'?: PartialRecordLanguageEnumIContentsValue;
2177
- /**
2178
- *
2179
- * @type {Array<string>}
2180
- * @memberof ICollectionPatchRequest
2181
- */
2182
- 'slugs'?: Array<string>;
2183
- /**
2184
- *
2185
- * @type {Array<string>}
2186
- * @memberof ICollectionPatchRequest
2187
- */
2188
- 'languages'?: Array<string>;
2189
2111
  /**
2190
2112
  *
2191
2113
  * @type {string}
@@ -2223,18 +2145,6 @@ export interface ICollectionPostRequest {
2223
2145
  * @memberof ICollectionPostRequest
2224
2146
  */
2225
2147
  'contents': PartialRecordLanguageEnumIContentsValue;
2226
- /**
2227
- *
2228
- * @type {Array<string>}
2229
- * @memberof ICollectionPostRequest
2230
- */
2231
- 'slugs': Array<string>;
2232
- /**
2233
- *
2234
- * @type {Array<string>}
2235
- * @memberof ICollectionPostRequest
2236
- */
2237
- 'languages': Array<string>;
2238
2148
  /**
2239
2149
  *
2240
2150
  * @type {IImage}
@@ -2290,12 +2200,6 @@ export interface ICollectionResponse {
2290
2200
  * @memberof ICollectionResponse
2291
2201
  */
2292
2202
  'contents': PartialRecordLanguageEnumIContentsValue;
2293
- /**
2294
- *
2295
- * @type {Array<string>}
2296
- * @memberof ICollectionResponse
2297
- */
2298
- 'slugs': Array<string>;
2299
2203
  /**
2300
2204
  *
2301
2205
  * @type {Array<string>}
@@ -7775,18 +7679,6 @@ export interface IPagePatchRequest {
7775
7679
  * @memberof IPagePatchRequest
7776
7680
  */
7777
7681
  'contents'?: PartialRecordLanguageEnumIContentsValue;
7778
- /**
7779
- *
7780
- * @type {Array<string>}
7781
- * @memberof IPagePatchRequest
7782
- */
7783
- 'slugs'?: Array<string>;
7784
- /**
7785
- *
7786
- * @type {Array<string>}
7787
- * @memberof IPagePatchRequest
7788
- */
7789
- 'languages'?: Array<string>;
7790
7682
  /**
7791
7683
  *
7792
7684
  * @type {string}
@@ -7830,18 +7722,6 @@ export interface IPagePostRequest {
7830
7722
  * @memberof IPagePostRequest
7831
7723
  */
7832
7724
  'contents': PartialRecordLanguageEnumIContentsValue;
7833
- /**
7834
- *
7835
- * @type {Array<string>}
7836
- * @memberof IPagePostRequest
7837
- */
7838
- 'slugs': Array<string>;
7839
- /**
7840
- *
7841
- * @type {Array<string>}
7842
- * @memberof IPagePostRequest
7843
- */
7844
- 'languages': Array<string>;
7845
7725
  /**
7846
7726
  *
7847
7727
  * @type {IImage}
@@ -7909,12 +7789,6 @@ export interface IPageResponse {
7909
7789
  * @memberof IPageResponse
7910
7790
  */
7911
7791
  'contents': PartialRecordLanguageEnumIContentsValue;
7912
- /**
7913
- *
7914
- * @type {Array<string>}
7915
- * @memberof IPageResponse
7916
- */
7917
- 'slugs': Array<string>;
7918
7792
  /**
7919
7793
  *
7920
7794
  * @type {Array<string>}
@@ -8692,12 +8566,6 @@ export interface IProductPatchRequest {
8692
8566
  * @memberof IProductPatchRequest
8693
8567
  */
8694
8568
  'contents'?: PartialRecordLanguageEnumIContentsValue;
8695
- /**
8696
- *
8697
- * @type {Array<string>}
8698
- * @memberof IProductPatchRequest
8699
- */
8700
- 'languages'?: Array<string>;
8701
8569
  /**
8702
8570
  *
8703
8571
  * @type {Array<VariantType>}
@@ -8783,12 +8651,6 @@ export interface IProductPostRequest {
8783
8651
  * @memberof IProductPostRequest
8784
8652
  */
8785
8653
  'contents': PartialRecordLanguageEnumIContentsValue;
8786
- /**
8787
- *
8788
- * @type {Array<string>}
8789
- * @memberof IProductPostRequest
8790
- */
8791
- 'languages': Array<string>;
8792
8654
  /**
8793
8655
  *
8794
8656
  * @type {Array<VariantType>}
@@ -8940,12 +8802,6 @@ export interface IProductResponse {
8940
8802
  * @memberof IProductResponse
8941
8803
  */
8942
8804
  'contents': PartialRecordLanguageEnumIContentsValue;
8943
- /**
8944
- *
8945
- * @type {Array<string>}
8946
- * @memberof IProductResponse
8947
- */
8948
- 'slugs': Array<string>;
8949
8805
  /**
8950
8806
  *
8951
8807
  * @type {Array<string>}
@@ -12119,37 +11975,25 @@ export interface PickIBasketExcludeKeyofIBasketItems {
12119
11975
  /**
12120
11976
  * From T, pick a set of properties whose keys are in the union K
12121
11977
  * @export
12122
- * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
11978
+ * @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12123
11979
  */
12124
- export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue {
11980
+ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
12125
11981
  /**
12126
11982
  *
12127
11983
  * @type {string}
12128
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
11984
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12129
11985
  */
12130
11986
  'company': string;
12131
11987
  /**
12132
11988
  *
12133
11989
  * @type {PartialRecordLanguageEnumIContentsValue}
12134
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
11990
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12135
11991
  */
12136
11992
  'contents': PartialRecordLanguageEnumIContentsValue;
12137
- /**
12138
- *
12139
- * @type {Array<string>}
12140
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12141
- */
12142
- 'slugs': Array<string>;
12143
- /**
12144
- *
12145
- * @type {Array<string>}
12146
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12147
- */
12148
- 'languages': Array<string>;
12149
11993
  /**
12150
11994
  *
12151
11995
  * @type {IImage}
12152
- * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
11996
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12153
11997
  */
12154
11998
  'thumbnail'?: IImage;
12155
11999
  }
@@ -12195,12 +12039,6 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
12195
12039
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
12196
12040
  */
12197
12041
  'contents': PartialRecordLanguageEnumIContentsValue;
12198
- /**
12199
- *
12200
- * @type {Array<string>}
12201
- * @memberof PickICategoryExcludeKeyofICategoryAttributes
12202
- */
12203
- 'slugs': Array<string>;
12204
12042
  /**
12205
12043
  *
12206
12044
  * @type {Array<string>}
@@ -12229,43 +12067,31 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
12229
12067
  /**
12230
12068
  * From T, pick a set of properties whose keys are in the union K
12231
12069
  * @export
12232
- * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12070
+ * @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12233
12071
  */
12234
- export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue {
12072
+ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue {
12235
12073
  /**
12236
12074
  *
12237
12075
  * @type {string}
12238
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12076
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12239
12077
  */
12240
12078
  'company': string;
12241
12079
  /**
12242
12080
  *
12243
12081
  * @type {PartialRecordLanguageEnumIContentsValue}
12244
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12082
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12245
12083
  */
12246
12084
  'contents': PartialRecordLanguageEnumIContentsValue;
12247
- /**
12248
- *
12249
- * @type {Array<string>}
12250
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12251
- */
12252
- 'slugs': Array<string>;
12253
- /**
12254
- *
12255
- * @type {Array<string>}
12256
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12257
- */
12258
- 'languages': Array<string>;
12259
12085
  /**
12260
12086
  *
12261
12087
  * @type {IImage}
12262
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12088
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12263
12089
  */
12264
12090
  'thumbnail'?: IImage;
12265
12091
  /**
12266
12092
  *
12267
12093
  * @type {string}
12268
- * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
12094
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
12269
12095
  */
12270
12096
  'main'?: string;
12271
12097
  }
@@ -12322,43 +12148,31 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
12322
12148
  /**
12323
12149
  * From T, pick a set of properties whose keys are in the union K
12324
12150
  * @export
12325
- * @interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12151
+ * @interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12326
12152
  */
12327
- export interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue {
12153
+ export interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
12328
12154
  /**
12329
12155
  *
12330
12156
  * @type {string}
12331
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12157
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12332
12158
  */
12333
12159
  'company': string;
12334
12160
  /**
12335
12161
  *
12336
12162
  * @type {string}
12337
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12163
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12338
12164
  */
12339
12165
  'template': string;
12340
12166
  /**
12341
12167
  *
12342
12168
  * @type {PartialRecordLanguageEnumIContentsValue}
12343
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12169
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12344
12170
  */
12345
12171
  'contents': PartialRecordLanguageEnumIContentsValue;
12346
- /**
12347
- *
12348
- * @type {Array<string>}
12349
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12350
- */
12351
- 'slugs': Array<string>;
12352
- /**
12353
- *
12354
- * @type {Array<string>}
12355
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12356
- */
12357
- 'languages': Array<string>;
12358
12172
  /**
12359
12173
  *
12360
12174
  * @type {IImage}
12361
- * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
12175
+ * @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
12362
12176
  */
12363
12177
  'thumbnail'?: IImage;
12364
12178
  }
@@ -12404,12 +12218,6 @@ export interface PickICollectionExcludeKeyofICollectionTemplate {
12404
12218
  * @memberof PickICollectionExcludeKeyofICollectionTemplate
12405
12219
  */
12406
12220
  'contents': PartialRecordLanguageEnumIContentsValue;
12407
- /**
12408
- *
12409
- * @type {Array<string>}
12410
- * @memberof PickICollectionExcludeKeyofICollectionTemplate
12411
- */
12412
- 'slugs': Array<string>;
12413
12221
  /**
12414
12222
  *
12415
12223
  * @type {Array<string>}
@@ -13584,49 +13392,37 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeShippedInner {
13584
13392
  /**
13585
13393
  * From T, pick a set of properties whose keys are in the union K
13586
13394
  * @export
13587
- * @interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13395
+ * @interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13588
13396
  */
13589
- export interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue {
13397
+ export interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue {
13590
13398
  /**
13591
13399
  *
13592
13400
  * @type {string}
13593
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13401
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13594
13402
  */
13595
13403
  'company': string;
13596
13404
  /**
13597
13405
  *
13598
13406
  * @type {string}
13599
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13407
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13600
13408
  */
13601
13409
  'template': string;
13602
13410
  /**
13603
13411
  *
13604
13412
  * @type {PartialRecordLanguageEnumIContentsValue}
13605
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13413
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13606
13414
  */
13607
13415
  'contents': PartialRecordLanguageEnumIContentsValue;
13608
- /**
13609
- *
13610
- * @type {Array<string>}
13611
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13612
- */
13613
- 'slugs': Array<string>;
13614
- /**
13615
- *
13616
- * @type {Array<string>}
13617
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13618
- */
13619
- 'languages': Array<string>;
13620
13416
  /**
13621
13417
  *
13622
13418
  * @type {IImage}
13623
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13419
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13624
13420
  */
13625
13421
  'thumbnail'?: IImage;
13626
13422
  /**
13627
13423
  *
13628
13424
  * @type {string}
13629
- * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
13425
+ * @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
13630
13426
  */
13631
13427
  'type': string;
13632
13428
  }
@@ -13672,12 +13468,6 @@ export interface PickIPageExcludeKeyofIPageTemplate {
13672
13468
  * @memberof PickIPageExcludeKeyofIPageTemplate
13673
13469
  */
13674
13470
  'contents': PartialRecordLanguageEnumIContentsValue;
13675
- /**
13676
- *
13677
- * @type {Array<string>}
13678
- * @memberof PickIPageExcludeKeyofIPageTemplate
13679
- */
13680
- 'slugs': Array<string>;
13681
13471
  /**
13682
13472
  *
13683
13473
  * @type {Array<string>}
@@ -13874,12 +13664,6 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
13874
13664
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
13875
13665
  */
13876
13666
  'contents': PartialRecordLanguageEnumIContentsValue;
13877
- /**
13878
- *
13879
- * @type {Array<string>}
13880
- * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
13881
- */
13882
- 'slugs': Array<string>;
13883
13667
  /**
13884
13668
  *
13885
13669
  * @type {Array<string>}
@@ -14082,12 +13866,6 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
14082
13866
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
14083
13867
  */
14084
13868
  'contents': PartialRecordLanguageEnumIContentsValue;
14085
- /**
14086
- *
14087
- * @type {Array<string>}
14088
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
14089
- */
14090
- 'languages': Array<string>;
14091
13869
  /**
14092
13870
  *
14093
13871
  * @type {Array<VariantType>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.66",
3
+ "version": "1.3.67",
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": "4e5a12f5b56f7b405659f0edcb758d9abad1d8e5"
40
+ "gitHead": "a61291de13e785c63c9fb2294c83b82fcec007d3"
41
41
  }