@infisale-client/api 1.3.66 → 1.3.68
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.
- package/dist/api/api.d.ts +79 -246
- package/dist/api/api.js +59 -0
- package/dist/api/api.mjs +59 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -492,6 +492,19 @@ export interface FinalizeAiChat200Response {
|
|
|
492
492
|
*/
|
|
493
493
|
'chat': IAiChatResponse;
|
|
494
494
|
}
|
|
495
|
+
/**
|
|
496
|
+
*
|
|
497
|
+
* @export
|
|
498
|
+
* @interface GetCompanyIframeToken200Response
|
|
499
|
+
*/
|
|
500
|
+
export interface GetCompanyIframeToken200Response {
|
|
501
|
+
/**
|
|
502
|
+
*
|
|
503
|
+
* @type {string}
|
|
504
|
+
* @memberof GetCompanyIframeToken200Response
|
|
505
|
+
*/
|
|
506
|
+
'token': string;
|
|
507
|
+
}
|
|
495
508
|
/**
|
|
496
509
|
*
|
|
497
510
|
* @export
|
|
@@ -1307,18 +1320,6 @@ export interface IBrandPatchRequest {
|
|
|
1307
1320
|
* @memberof IBrandPatchRequest
|
|
1308
1321
|
*/
|
|
1309
1322
|
'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
1323
|
/**
|
|
1323
1324
|
*
|
|
1324
1325
|
* @type {string}
|
|
@@ -1350,18 +1351,6 @@ export interface IBrandPostRequest {
|
|
|
1350
1351
|
* @memberof IBrandPostRequest
|
|
1351
1352
|
*/
|
|
1352
1353
|
'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
1354
|
/**
|
|
1366
1355
|
*
|
|
1367
1356
|
* @type {IImage}
|
|
@@ -1479,12 +1468,6 @@ export interface IBrandResponse {
|
|
|
1479
1468
|
* @memberof IBrandResponse
|
|
1480
1469
|
*/
|
|
1481
1470
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1482
|
-
/**
|
|
1483
|
-
*
|
|
1484
|
-
* @type {Array<string>}
|
|
1485
|
-
* @memberof IBrandResponse
|
|
1486
|
-
*/
|
|
1487
|
-
'slugs': Array<string>;
|
|
1488
1471
|
/**
|
|
1489
1472
|
*
|
|
1490
1473
|
* @type {Array<string>}
|
|
@@ -1732,18 +1715,6 @@ export interface ICategoryPatchRequest {
|
|
|
1732
1715
|
* @memberof ICategoryPatchRequest
|
|
1733
1716
|
*/
|
|
1734
1717
|
'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
1718
|
/**
|
|
1748
1719
|
*
|
|
1749
1720
|
* @type {IImage}
|
|
@@ -1775,18 +1746,6 @@ export interface ICategoryPostRequest {
|
|
|
1775
1746
|
* @memberof ICategoryPostRequest
|
|
1776
1747
|
*/
|
|
1777
1748
|
'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
1749
|
/**
|
|
1791
1750
|
*
|
|
1792
1751
|
* @type {IImage}
|
|
@@ -1854,12 +1813,6 @@ export interface ICategoryResponse {
|
|
|
1854
1813
|
* @memberof ICategoryResponse
|
|
1855
1814
|
*/
|
|
1856
1815
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1857
|
-
/**
|
|
1858
|
-
*
|
|
1859
|
-
* @type {Array<string>}
|
|
1860
|
-
* @memberof ICategoryResponse
|
|
1861
|
-
*/
|
|
1862
|
-
'slugs': Array<string>;
|
|
1863
1816
|
/**
|
|
1864
1817
|
*
|
|
1865
1818
|
* @type {Array<string>}
|
|
@@ -2099,12 +2052,6 @@ export interface ICollection {
|
|
|
2099
2052
|
* @memberof ICollection
|
|
2100
2053
|
*/
|
|
2101
2054
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
2102
|
-
/**
|
|
2103
|
-
*
|
|
2104
|
-
* @type {Array<string>}
|
|
2105
|
-
* @memberof ICollection
|
|
2106
|
-
*/
|
|
2107
|
-
'slugs': Array<string>;
|
|
2108
2055
|
/**
|
|
2109
2056
|
*
|
|
2110
2057
|
* @type {Array<string>}
|
|
@@ -2214,18 +2161,6 @@ export interface ICollectionPatchRequest {
|
|
|
2214
2161
|
* @memberof ICollectionPatchRequest
|
|
2215
2162
|
*/
|
|
2216
2163
|
'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
2164
|
/**
|
|
2230
2165
|
*
|
|
2231
2166
|
* @type {string}
|
|
@@ -2263,18 +2198,6 @@ export interface ICollectionPostRequest {
|
|
|
2263
2198
|
* @memberof ICollectionPostRequest
|
|
2264
2199
|
*/
|
|
2265
2200
|
'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
2201
|
/**
|
|
2279
2202
|
*
|
|
2280
2203
|
* @type {IImage}
|
|
@@ -2330,12 +2253,6 @@ export interface ICollectionResponse {
|
|
|
2330
2253
|
* @memberof ICollectionResponse
|
|
2331
2254
|
*/
|
|
2332
2255
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
2333
|
-
/**
|
|
2334
|
-
*
|
|
2335
|
-
* @type {Array<string>}
|
|
2336
|
-
* @memberof ICollectionResponse
|
|
2337
|
-
*/
|
|
2338
|
-
'slugs': Array<string>;
|
|
2339
2256
|
/**
|
|
2340
2257
|
*
|
|
2341
2258
|
* @type {Array<string>}
|
|
@@ -7815,18 +7732,6 @@ export interface IPagePatchRequest {
|
|
|
7815
7732
|
* @memberof IPagePatchRequest
|
|
7816
7733
|
*/
|
|
7817
7734
|
'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
7735
|
/**
|
|
7831
7736
|
*
|
|
7832
7737
|
* @type {string}
|
|
@@ -7870,18 +7775,6 @@ export interface IPagePostRequest {
|
|
|
7870
7775
|
* @memberof IPagePostRequest
|
|
7871
7776
|
*/
|
|
7872
7777
|
'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
7778
|
/**
|
|
7886
7779
|
*
|
|
7887
7780
|
* @type {IImage}
|
|
@@ -7949,12 +7842,6 @@ export interface IPageResponse {
|
|
|
7949
7842
|
* @memberof IPageResponse
|
|
7950
7843
|
*/
|
|
7951
7844
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7952
|
-
/**
|
|
7953
|
-
*
|
|
7954
|
-
* @type {Array<string>}
|
|
7955
|
-
* @memberof IPageResponse
|
|
7956
|
-
*/
|
|
7957
|
-
'slugs': Array<string>;
|
|
7958
7845
|
/**
|
|
7959
7846
|
*
|
|
7960
7847
|
* @type {Array<string>}
|
|
@@ -8732,12 +8619,6 @@ export interface IProductPatchRequest {
|
|
|
8732
8619
|
* @memberof IProductPatchRequest
|
|
8733
8620
|
*/
|
|
8734
8621
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
8735
|
-
/**
|
|
8736
|
-
*
|
|
8737
|
-
* @type {Array<string>}
|
|
8738
|
-
* @memberof IProductPatchRequest
|
|
8739
|
-
*/
|
|
8740
|
-
'languages'?: Array<string>;
|
|
8741
8622
|
/**
|
|
8742
8623
|
*
|
|
8743
8624
|
* @type {Array<VariantType>}
|
|
@@ -8823,12 +8704,6 @@ export interface IProductPostRequest {
|
|
|
8823
8704
|
* @memberof IProductPostRequest
|
|
8824
8705
|
*/
|
|
8825
8706
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8826
|
-
/**
|
|
8827
|
-
*
|
|
8828
|
-
* @type {Array<string>}
|
|
8829
|
-
* @memberof IProductPostRequest
|
|
8830
|
-
*/
|
|
8831
|
-
'languages': Array<string>;
|
|
8832
8707
|
/**
|
|
8833
8708
|
*
|
|
8834
8709
|
* @type {Array<VariantType>}
|
|
@@ -8980,12 +8855,6 @@ export interface IProductResponse {
|
|
|
8980
8855
|
* @memberof IProductResponse
|
|
8981
8856
|
*/
|
|
8982
8857
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8983
|
-
/**
|
|
8984
|
-
*
|
|
8985
|
-
* @type {Array<string>}
|
|
8986
|
-
* @memberof IProductResponse
|
|
8987
|
-
*/
|
|
8988
|
-
'slugs': Array<string>;
|
|
8989
8858
|
/**
|
|
8990
8859
|
*
|
|
8991
8860
|
* @type {Array<string>}
|
|
@@ -12159,37 +12028,25 @@ export interface PickIBasketExcludeKeyofIBasketItems {
|
|
|
12159
12028
|
/**
|
|
12160
12029
|
* From T, pick a set of properties whose keys are in the union K
|
|
12161
12030
|
* @export
|
|
12162
|
-
* @interface
|
|
12031
|
+
* @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12163
12032
|
*/
|
|
12164
|
-
export interface
|
|
12033
|
+
export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
|
|
12165
12034
|
/**
|
|
12166
12035
|
*
|
|
12167
12036
|
* @type {string}
|
|
12168
|
-
* @memberof
|
|
12037
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12169
12038
|
*/
|
|
12170
12039
|
'company': string;
|
|
12171
12040
|
/**
|
|
12172
12041
|
*
|
|
12173
12042
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
12174
|
-
* @memberof
|
|
12043
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12175
12044
|
*/
|
|
12176
12045
|
'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
12046
|
/**
|
|
12190
12047
|
*
|
|
12191
12048
|
* @type {IImage}
|
|
12192
|
-
* @memberof
|
|
12049
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12193
12050
|
*/
|
|
12194
12051
|
'thumbnail'?: IImage;
|
|
12195
12052
|
}
|
|
@@ -12235,12 +12092,6 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
12235
12092
|
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
12236
12093
|
*/
|
|
12237
12094
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12238
|
-
/**
|
|
12239
|
-
*
|
|
12240
|
-
* @type {Array<string>}
|
|
12241
|
-
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
12242
|
-
*/
|
|
12243
|
-
'slugs': Array<string>;
|
|
12244
12095
|
/**
|
|
12245
12096
|
*
|
|
12246
12097
|
* @type {Array<string>}
|
|
@@ -12269,43 +12120,31 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
12269
12120
|
/**
|
|
12270
12121
|
* From T, pick a set of properties whose keys are in the union K
|
|
12271
12122
|
* @export
|
|
12272
|
-
* @interface
|
|
12123
|
+
* @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12273
12124
|
*/
|
|
12274
|
-
export interface
|
|
12125
|
+
export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue {
|
|
12275
12126
|
/**
|
|
12276
12127
|
*
|
|
12277
12128
|
* @type {string}
|
|
12278
|
-
* @memberof
|
|
12129
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12279
12130
|
*/
|
|
12280
12131
|
'company': string;
|
|
12281
12132
|
/**
|
|
12282
12133
|
*
|
|
12283
12134
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
12284
|
-
* @memberof
|
|
12135
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12285
12136
|
*/
|
|
12286
12137
|
'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
12138
|
/**
|
|
12300
12139
|
*
|
|
12301
12140
|
* @type {IImage}
|
|
12302
|
-
* @memberof
|
|
12141
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12303
12142
|
*/
|
|
12304
12143
|
'thumbnail'?: IImage;
|
|
12305
12144
|
/**
|
|
12306
12145
|
*
|
|
12307
12146
|
* @type {string}
|
|
12308
|
-
* @memberof
|
|
12147
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12309
12148
|
*/
|
|
12310
12149
|
'main'?: string;
|
|
12311
12150
|
}
|
|
@@ -12362,43 +12201,31 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
|
|
|
12362
12201
|
/**
|
|
12363
12202
|
* From T, pick a set of properties whose keys are in the union K
|
|
12364
12203
|
* @export
|
|
12365
|
-
* @interface
|
|
12204
|
+
* @interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12366
12205
|
*/
|
|
12367
|
-
export interface
|
|
12206
|
+
export interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
|
|
12368
12207
|
/**
|
|
12369
12208
|
*
|
|
12370
12209
|
* @type {string}
|
|
12371
|
-
* @memberof
|
|
12210
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12372
12211
|
*/
|
|
12373
12212
|
'company': string;
|
|
12374
12213
|
/**
|
|
12375
12214
|
*
|
|
12376
12215
|
* @type {string}
|
|
12377
|
-
* @memberof
|
|
12216
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12378
12217
|
*/
|
|
12379
12218
|
'template': string;
|
|
12380
12219
|
/**
|
|
12381
12220
|
*
|
|
12382
12221
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
12383
|
-
* @memberof
|
|
12222
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12384
12223
|
*/
|
|
12385
12224
|
'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
12225
|
/**
|
|
12399
12226
|
*
|
|
12400
12227
|
* @type {IImage}
|
|
12401
|
-
* @memberof
|
|
12228
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12402
12229
|
*/
|
|
12403
12230
|
'thumbnail'?: IImage;
|
|
12404
12231
|
}
|
|
@@ -12444,12 +12271,6 @@ export interface PickICollectionExcludeKeyofICollectionTemplate {
|
|
|
12444
12271
|
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
12445
12272
|
*/
|
|
12446
12273
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12447
|
-
/**
|
|
12448
|
-
*
|
|
12449
|
-
* @type {Array<string>}
|
|
12450
|
-
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
12451
|
-
*/
|
|
12452
|
-
'slugs': Array<string>;
|
|
12453
12274
|
/**
|
|
12454
12275
|
*
|
|
12455
12276
|
* @type {Array<string>}
|
|
@@ -13624,49 +13445,37 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeShippedInner {
|
|
|
13624
13445
|
/**
|
|
13625
13446
|
* From T, pick a set of properties whose keys are in the union K
|
|
13626
13447
|
* @export
|
|
13627
|
-
* @interface
|
|
13448
|
+
* @interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13628
13449
|
*/
|
|
13629
|
-
export interface
|
|
13450
|
+
export interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue {
|
|
13630
13451
|
/**
|
|
13631
13452
|
*
|
|
13632
13453
|
* @type {string}
|
|
13633
|
-
* @memberof
|
|
13454
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13634
13455
|
*/
|
|
13635
13456
|
'company': string;
|
|
13636
13457
|
/**
|
|
13637
13458
|
*
|
|
13638
13459
|
* @type {string}
|
|
13639
|
-
* @memberof
|
|
13460
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13640
13461
|
*/
|
|
13641
13462
|
'template': string;
|
|
13642
13463
|
/**
|
|
13643
13464
|
*
|
|
13644
13465
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
13645
|
-
* @memberof
|
|
13466
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13646
13467
|
*/
|
|
13647
13468
|
'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
13469
|
/**
|
|
13661
13470
|
*
|
|
13662
13471
|
* @type {IImage}
|
|
13663
|
-
* @memberof
|
|
13472
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13664
13473
|
*/
|
|
13665
13474
|
'thumbnail'?: IImage;
|
|
13666
13475
|
/**
|
|
13667
13476
|
*
|
|
13668
13477
|
* @type {string}
|
|
13669
|
-
* @memberof
|
|
13478
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13670
13479
|
*/
|
|
13671
13480
|
'type': string;
|
|
13672
13481
|
}
|
|
@@ -13712,12 +13521,6 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
13712
13521
|
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
13713
13522
|
*/
|
|
13714
13523
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
13715
|
-
/**
|
|
13716
|
-
*
|
|
13717
|
-
* @type {Array<string>}
|
|
13718
|
-
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
13719
|
-
*/
|
|
13720
|
-
'slugs': Array<string>;
|
|
13721
13524
|
/**
|
|
13722
13525
|
*
|
|
13723
13526
|
* @type {Array<string>}
|
|
@@ -13914,12 +13717,6 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
|
|
|
13914
13717
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
13915
13718
|
*/
|
|
13916
13719
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
13917
|
-
/**
|
|
13918
|
-
*
|
|
13919
|
-
* @type {Array<string>}
|
|
13920
|
-
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
13921
|
-
*/
|
|
13922
|
-
'slugs': Array<string>;
|
|
13923
13720
|
/**
|
|
13924
13721
|
*
|
|
13925
13722
|
* @type {Array<string>}
|
|
@@ -14122,12 +13919,6 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
14122
13919
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
14123
13920
|
*/
|
|
14124
13921
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
14125
|
-
/**
|
|
14126
|
-
*
|
|
14127
|
-
* @type {Array<string>}
|
|
14128
|
-
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
14129
|
-
*/
|
|
14130
|
-
'languages': Array<string>;
|
|
14131
13922
|
/**
|
|
14132
13923
|
*
|
|
14133
13924
|
* @type {Array<VariantType>}
|
|
@@ -18467,6 +18258,13 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
18467
18258
|
* @throws {RequiredError}
|
|
18468
18259
|
*/
|
|
18469
18260
|
getCompanyDashboard: (id: string, start?: string, end?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18261
|
+
/**
|
|
18262
|
+
*
|
|
18263
|
+
* @param {string} id
|
|
18264
|
+
* @param {*} [options] Override http request option.
|
|
18265
|
+
* @throws {RequiredError}
|
|
18266
|
+
*/
|
|
18267
|
+
getCompanyIframeToken: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18470
18268
|
/**
|
|
18471
18269
|
*
|
|
18472
18270
|
* @param {string} id
|
|
@@ -18833,6 +18631,13 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
18833
18631
|
* @throws {RequiredError}
|
|
18834
18632
|
*/
|
|
18835
18633
|
getCompanyDashboard(id: string, start?: string, end?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompanyDashboardResponse>>;
|
|
18634
|
+
/**
|
|
18635
|
+
*
|
|
18636
|
+
* @param {string} id
|
|
18637
|
+
* @param {*} [options] Override http request option.
|
|
18638
|
+
* @throws {RequiredError}
|
|
18639
|
+
*/
|
|
18640
|
+
getCompanyIframeToken(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCompanyIframeToken200Response>>;
|
|
18836
18641
|
/**
|
|
18837
18642
|
*
|
|
18838
18643
|
* @param {string} id
|
|
@@ -19165,6 +18970,13 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
19165
18970
|
* @throws {RequiredError}
|
|
19166
18971
|
*/
|
|
19167
18972
|
getCompanyDashboard(requestParameters: CompanyApiGetCompanyDashboardRequest, options?: RawAxiosRequestConfig): AxiosPromise<ICompanyDashboardResponse>;
|
|
18973
|
+
/**
|
|
18974
|
+
*
|
|
18975
|
+
* @param {CompanyApiGetCompanyIframeTokenRequest} requestParameters Request parameters.
|
|
18976
|
+
* @param {*} [options] Override http request option.
|
|
18977
|
+
* @throws {RequiredError}
|
|
18978
|
+
*/
|
|
18979
|
+
getCompanyIframeToken(requestParameters: CompanyApiGetCompanyIframeTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetCompanyIframeToken200Response>;
|
|
19168
18980
|
/**
|
|
19169
18981
|
*
|
|
19170
18982
|
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
@@ -19803,6 +19615,19 @@ export interface CompanyApiGetCompanyDashboardRequest {
|
|
|
19803
19615
|
*/
|
|
19804
19616
|
readonly end?: string;
|
|
19805
19617
|
}
|
|
19618
|
+
/**
|
|
19619
|
+
* Request parameters for getCompanyIframeToken operation in CompanyApi.
|
|
19620
|
+
* @export
|
|
19621
|
+
* @interface CompanyApiGetCompanyIframeTokenRequest
|
|
19622
|
+
*/
|
|
19623
|
+
export interface CompanyApiGetCompanyIframeTokenRequest {
|
|
19624
|
+
/**
|
|
19625
|
+
*
|
|
19626
|
+
* @type {string}
|
|
19627
|
+
* @memberof CompanyApiGetCompanyIframeToken
|
|
19628
|
+
*/
|
|
19629
|
+
readonly id: string;
|
|
19630
|
+
}
|
|
19806
19631
|
/**
|
|
19807
19632
|
* Request parameters for getCompanyOnboarding operation in CompanyApi.
|
|
19808
19633
|
* @export
|
|
@@ -20409,6 +20234,14 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
20409
20234
|
* @memberof CompanyApi
|
|
20410
20235
|
*/
|
|
20411
20236
|
getCompanyDashboard(requestParameters: CompanyApiGetCompanyDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ICompanyDashboardResponse, any>>;
|
|
20237
|
+
/**
|
|
20238
|
+
*
|
|
20239
|
+
* @param {CompanyApiGetCompanyIframeTokenRequest} requestParameters Request parameters.
|
|
20240
|
+
* @param {*} [options] Override http request option.
|
|
20241
|
+
* @throws {RequiredError}
|
|
20242
|
+
* @memberof CompanyApi
|
|
20243
|
+
*/
|
|
20244
|
+
getCompanyIframeToken(requestParameters: CompanyApiGetCompanyIframeTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetCompanyIframeToken200Response, any>>;
|
|
20412
20245
|
/**
|
|
20413
20246
|
*
|
|
20414
20247
|
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
package/dist/api/api.js
CHANGED
|
@@ -4880,6 +4880,34 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4880
4880
|
options: localVarRequestOptions,
|
|
4881
4881
|
};
|
|
4882
4882
|
},
|
|
4883
|
+
/**
|
|
4884
|
+
*
|
|
4885
|
+
* @param {string} id
|
|
4886
|
+
* @param {*} [options] Override http request option.
|
|
4887
|
+
* @throws {RequiredError}
|
|
4888
|
+
*/
|
|
4889
|
+
getCompanyIframeToken: async (id, options = {}) => {
|
|
4890
|
+
// verify required parameter 'id' is not null or undefined
|
|
4891
|
+
(0, common_1.assertParamExists)('getCompanyIframeToken', 'id', id);
|
|
4892
|
+
const localVarPath = `/api/companies/{id}/iframe-token`
|
|
4893
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4894
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4895
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4896
|
+
let baseOptions;
|
|
4897
|
+
if (configuration) {
|
|
4898
|
+
baseOptions = configuration.baseOptions;
|
|
4899
|
+
}
|
|
4900
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
4901
|
+
const localVarHeaderParameter = {};
|
|
4902
|
+
const localVarQueryParameter = {};
|
|
4903
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4904
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4905
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4906
|
+
return {
|
|
4907
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4908
|
+
options: localVarRequestOptions,
|
|
4909
|
+
};
|
|
4910
|
+
},
|
|
4883
4911
|
/**
|
|
4884
4912
|
*
|
|
4885
4913
|
* @param {string} id
|
|
@@ -5886,6 +5914,18 @@ const CompanyApiFp = function (configuration) {
|
|
|
5886
5914
|
const localVarOperationServerBasePath = base_1.operationServerMap['CompanyApi.getCompanyDashboard']?.[localVarOperationServerIndex]?.url;
|
|
5887
5915
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5888
5916
|
},
|
|
5917
|
+
/**
|
|
5918
|
+
*
|
|
5919
|
+
* @param {string} id
|
|
5920
|
+
* @param {*} [options] Override http request option.
|
|
5921
|
+
* @throws {RequiredError}
|
|
5922
|
+
*/
|
|
5923
|
+
async getCompanyIframeToken(id, options) {
|
|
5924
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanyIframeToken(id, options);
|
|
5925
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5926
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['CompanyApi.getCompanyIframeToken']?.[localVarOperationServerIndex]?.url;
|
|
5927
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5928
|
+
},
|
|
5889
5929
|
/**
|
|
5890
5930
|
*
|
|
5891
5931
|
* @param {string} id
|
|
@@ -6371,6 +6411,15 @@ const CompanyApiFactory = function (configuration, basePath, axios) {
|
|
|
6371
6411
|
getCompanyDashboard(requestParameters, options) {
|
|
6372
6412
|
return localVarFp.getCompanyDashboard(requestParameters.id, requestParameters.start, requestParameters.end, options).then((request) => request(axios, basePath));
|
|
6373
6413
|
},
|
|
6414
|
+
/**
|
|
6415
|
+
*
|
|
6416
|
+
* @param {CompanyApiGetCompanyIframeTokenRequest} requestParameters Request parameters.
|
|
6417
|
+
* @param {*} [options] Override http request option.
|
|
6418
|
+
* @throws {RequiredError}
|
|
6419
|
+
*/
|
|
6420
|
+
getCompanyIframeToken(requestParameters, options) {
|
|
6421
|
+
return localVarFp.getCompanyIframeToken(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
6422
|
+
},
|
|
6374
6423
|
/**
|
|
6375
6424
|
*
|
|
6376
6425
|
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
@@ -6790,6 +6839,16 @@ class CompanyApi extends base_1.BaseAPI {
|
|
|
6790
6839
|
getCompanyDashboard(requestParameters, options) {
|
|
6791
6840
|
return (0, exports.CompanyApiFp)(this.configuration).getCompanyDashboard(requestParameters.id, requestParameters.start, requestParameters.end, options).then((request) => request(this.axios, this.basePath));
|
|
6792
6841
|
}
|
|
6842
|
+
/**
|
|
6843
|
+
*
|
|
6844
|
+
* @param {CompanyApiGetCompanyIframeTokenRequest} requestParameters Request parameters.
|
|
6845
|
+
* @param {*} [options] Override http request option.
|
|
6846
|
+
* @throws {RequiredError}
|
|
6847
|
+
* @memberof CompanyApi
|
|
6848
|
+
*/
|
|
6849
|
+
getCompanyIframeToken(requestParameters, options) {
|
|
6850
|
+
return (0, exports.CompanyApiFp)(this.configuration).getCompanyIframeToken(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
6851
|
+
}
|
|
6793
6852
|
/**
|
|
6794
6853
|
*
|
|
6795
6854
|
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
package/dist/api/api.mjs
CHANGED
|
@@ -4840,6 +4840,34 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4840
4840
|
options: localVarRequestOptions,
|
|
4841
4841
|
};
|
|
4842
4842
|
},
|
|
4843
|
+
/**
|
|
4844
|
+
*
|
|
4845
|
+
* @param {string} id
|
|
4846
|
+
* @param {*} [options] Override http request option.
|
|
4847
|
+
* @throws {RequiredError}
|
|
4848
|
+
*/
|
|
4849
|
+
getCompanyIframeToken: async (id, options = {}) => {
|
|
4850
|
+
// verify required parameter 'id' is not null or undefined
|
|
4851
|
+
assertParamExists('getCompanyIframeToken', 'id', id);
|
|
4852
|
+
const localVarPath = `/api/companies/{id}/iframe-token`
|
|
4853
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4854
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4855
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4856
|
+
let baseOptions;
|
|
4857
|
+
if (configuration) {
|
|
4858
|
+
baseOptions = configuration.baseOptions;
|
|
4859
|
+
}
|
|
4860
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
4861
|
+
const localVarHeaderParameter = {};
|
|
4862
|
+
const localVarQueryParameter = {};
|
|
4863
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4864
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4865
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4866
|
+
return {
|
|
4867
|
+
url: toPathString(localVarUrlObj),
|
|
4868
|
+
options: localVarRequestOptions,
|
|
4869
|
+
};
|
|
4870
|
+
},
|
|
4843
4871
|
/**
|
|
4844
4872
|
*
|
|
4845
4873
|
* @param {string} id
|
|
@@ -5845,6 +5873,18 @@ export const CompanyApiFp = function (configuration) {
|
|
|
5845
5873
|
const localVarOperationServerBasePath = operationServerMap['CompanyApi.getCompanyDashboard']?.[localVarOperationServerIndex]?.url;
|
|
5846
5874
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5847
5875
|
},
|
|
5876
|
+
/**
|
|
5877
|
+
*
|
|
5878
|
+
* @param {string} id
|
|
5879
|
+
* @param {*} [options] Override http request option.
|
|
5880
|
+
* @throws {RequiredError}
|
|
5881
|
+
*/
|
|
5882
|
+
async getCompanyIframeToken(id, options) {
|
|
5883
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanyIframeToken(id, options);
|
|
5884
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5885
|
+
const localVarOperationServerBasePath = operationServerMap['CompanyApi.getCompanyIframeToken']?.[localVarOperationServerIndex]?.url;
|
|
5886
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5887
|
+
},
|
|
5848
5888
|
/**
|
|
5849
5889
|
*
|
|
5850
5890
|
* @param {string} id
|
|
@@ -6329,6 +6369,15 @@ export const CompanyApiFactory = function (configuration, basePath, axios) {
|
|
|
6329
6369
|
getCompanyDashboard(requestParameters, options) {
|
|
6330
6370
|
return localVarFp.getCompanyDashboard(requestParameters.id, requestParameters.start, requestParameters.end, options).then((request) => request(axios, basePath));
|
|
6331
6371
|
},
|
|
6372
|
+
/**
|
|
6373
|
+
*
|
|
6374
|
+
* @param {CompanyApiGetCompanyIframeTokenRequest} requestParameters Request parameters.
|
|
6375
|
+
* @param {*} [options] Override http request option.
|
|
6376
|
+
* @throws {RequiredError}
|
|
6377
|
+
*/
|
|
6378
|
+
getCompanyIframeToken(requestParameters, options) {
|
|
6379
|
+
return localVarFp.getCompanyIframeToken(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
6380
|
+
},
|
|
6332
6381
|
/**
|
|
6333
6382
|
*
|
|
6334
6383
|
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
@@ -6747,6 +6796,16 @@ export class CompanyApi extends BaseAPI {
|
|
|
6747
6796
|
getCompanyDashboard(requestParameters, options) {
|
|
6748
6797
|
return CompanyApiFp(this.configuration).getCompanyDashboard(requestParameters.id, requestParameters.start, requestParameters.end, options).then((request) => request(this.axios, this.basePath));
|
|
6749
6798
|
}
|
|
6799
|
+
/**
|
|
6800
|
+
*
|
|
6801
|
+
* @param {CompanyApiGetCompanyIframeTokenRequest} requestParameters Request parameters.
|
|
6802
|
+
* @param {*} [options] Override http request option.
|
|
6803
|
+
* @throws {RequiredError}
|
|
6804
|
+
* @memberof CompanyApi
|
|
6805
|
+
*/
|
|
6806
|
+
getCompanyIframeToken(requestParameters, options) {
|
|
6807
|
+
return CompanyApiFp(this.configuration).getCompanyIframeToken(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
6808
|
+
}
|
|
6750
6809
|
/**
|
|
6751
6810
|
*
|
|
6752
6811
|
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.68",
|
|
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": "
|
|
40
|
+
"gitHead": "7421a91f71020304a1ef29215c75c7d7b71b15ca"
|
|
41
41
|
}
|