@infisale-client/api-client 1.1.21 → 1.1.23

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 CHANGED
@@ -779,7 +779,7 @@ export interface IBrandCollectionQueryParams {
779
779
  * @type {string}
780
780
  * @memberof IBrandCollectionQueryParams
781
781
  */
782
- 'company': string;
782
+ 'company_id': string;
783
783
  /**
784
784
  *
785
785
  * @type {ContentStatusEnum}
@@ -795,10 +795,10 @@ export interface IBrandCollectionQueryParams {
795
795
  export interface IBrandPatchRequest {
796
796
  /**
797
797
  *
798
- * @type {RecordLanguageEnumIContentsValue}
798
+ * @type {PartialRecordLanguageEnumIContentsValue}
799
799
  * @memberof IBrandPatchRequest
800
800
  */
801
- 'contents'?: RecordLanguageEnumIContentsValue;
801
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
802
802
  /**
803
803
  *
804
804
  * @type {IImage}
@@ -820,10 +820,10 @@ export interface IBrandPostRequest {
820
820
  'company': string;
821
821
  /**
822
822
  *
823
- * @type {RecordLanguageEnumIContentsValue}
823
+ * @type {PartialRecordLanguageEnumIContentsValue}
824
824
  * @memberof IBrandPostRequest
825
825
  */
826
- 'contents': RecordLanguageEnumIContentsValue;
826
+ 'contents': PartialRecordLanguageEnumIContentsValue;
827
827
  /**
828
828
  *
829
829
  * @type {IImage}
@@ -875,10 +875,10 @@ export interface IBrandResponse {
875
875
  'thumbnail'?: IImage;
876
876
  /**
877
877
  *
878
- * @type {RecordLanguageEnumIContentsValue}
878
+ * @type {PartialRecordLanguageEnumIContentsValue}
879
879
  * @memberof IBrandResponse
880
880
  */
881
- 'contents': RecordLanguageEnumIContentsValue;
881
+ 'contents': PartialRecordLanguageEnumIContentsValue;
882
882
  }
883
883
  /**
884
884
  *
@@ -968,10 +968,10 @@ export interface ICategoryAttributesResponse {
968
968
  '_id': string;
969
969
  /**
970
970
  *
971
- * @type {RecordLanguageEnumIContentsValue}
971
+ * @type {PartialRecordLanguageEnumIContentsValue}
972
972
  * @memberof ICategoryAttributesResponse
973
973
  */
974
- 'contents': RecordLanguageEnumIContentsValue;
974
+ 'contents': PartialRecordLanguageEnumIContentsValue;
975
975
  /**
976
976
  *
977
977
  * @type {Array<ICategoryAttributesResponseAttributesInner>}
@@ -1065,7 +1065,7 @@ export interface ICategoryCollectionQueryParams {
1065
1065
  * @type {string}
1066
1066
  * @memberof ICategoryCollectionQueryParams
1067
1067
  */
1068
- 'company': string;
1068
+ 'company_id': string;
1069
1069
  /**
1070
1070
  *
1071
1071
  * @type {ContentStatusEnum}
@@ -1099,10 +1099,10 @@ export interface ICategoryPatchRequest {
1099
1099
  'main'?: string;
1100
1100
  /**
1101
1101
  *
1102
- * @type {RecordLanguageEnumIContentsValue}
1102
+ * @type {PartialRecordLanguageEnumIContentsValue}
1103
1103
  * @memberof ICategoryPatchRequest
1104
1104
  */
1105
- 'contents'?: RecordLanguageEnumIContentsValue;
1105
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1106
1106
  /**
1107
1107
  *
1108
1108
  * @type {IImage}
@@ -1130,10 +1130,10 @@ export interface ICategoryPostRequest {
1130
1130
  'main'?: string;
1131
1131
  /**
1132
1132
  *
1133
- * @type {RecordLanguageEnumIContentsValue}
1133
+ * @type {PartialRecordLanguageEnumIContentsValue}
1134
1134
  * @memberof ICategoryPostRequest
1135
1135
  */
1136
- 'contents': RecordLanguageEnumIContentsValue;
1136
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1137
1137
  /**
1138
1138
  *
1139
1139
  * @type {IImage}
@@ -1191,10 +1191,10 @@ export interface ICategoryResponse {
1191
1191
  'main'?: string;
1192
1192
  /**
1193
1193
  *
1194
- * @type {RecordLanguageEnumIContentsValue}
1194
+ * @type {PartialRecordLanguageEnumIContentsValue}
1195
1195
  * @memberof ICategoryResponse
1196
1196
  */
1197
- 'contents': RecordLanguageEnumIContentsValue;
1197
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1198
1198
  /**
1199
1199
  *
1200
1200
  * @type {IImage}
@@ -1356,10 +1356,10 @@ export interface ICollection {
1356
1356
  'thumbnail'?: IImage;
1357
1357
  /**
1358
1358
  *
1359
- * @type {RecordLanguageEnumIContentsValue}
1359
+ * @type {PartialRecordLanguageEnumIContentsValue}
1360
1360
  * @memberof ICollection
1361
1361
  */
1362
- 'contents': RecordLanguageEnumIContentsValue;
1362
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1363
1363
  /**
1364
1364
  *
1365
1365
  * @type {string}
@@ -1448,10 +1448,10 @@ export interface ICollectionPatchRequest {
1448
1448
  'template'?: ITemplateResponse;
1449
1449
  /**
1450
1450
  *
1451
- * @type {RecordLanguageEnumIContentsValue}
1451
+ * @type {PartialRecordLanguageEnumIContentsValue}
1452
1452
  * @memberof ICollectionPatchRequest
1453
1453
  */
1454
- 'contents'?: RecordLanguageEnumIContentsValue;
1454
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
1455
1455
  /**
1456
1456
  *
1457
1457
  * @type {IImage}
@@ -1473,10 +1473,10 @@ export interface ICollectionPostRequest {
1473
1473
  'company': string;
1474
1474
  /**
1475
1475
  *
1476
- * @type {RecordLanguageEnumIContentsValue}
1476
+ * @type {PartialRecordLanguageEnumIContentsValue}
1477
1477
  * @memberof ICollectionPostRequest
1478
1478
  */
1479
- 'contents': RecordLanguageEnumIContentsValue;
1479
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1480
1480
  /**
1481
1481
  *
1482
1482
  * @type {IImage}
@@ -1528,10 +1528,10 @@ export interface ICollectionResponse {
1528
1528
  'updatedAt': string;
1529
1529
  /**
1530
1530
  *
1531
- * @type {RecordLanguageEnumIContentsValue}
1531
+ * @type {PartialRecordLanguageEnumIContentsValue}
1532
1532
  * @memberof ICollectionResponse
1533
1533
  */
1534
- 'contents': RecordLanguageEnumIContentsValue;
1534
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1535
1535
  /**
1536
1536
  *
1537
1537
  * @type {IImage}
@@ -1914,6 +1914,12 @@ export interface ICompanyAdminResponse {
1914
1914
  * @memberof ICompanyAdminResponse
1915
1915
  */
1916
1916
  'updatedAt': string;
1917
+ /**
1918
+ *
1919
+ * @type {ICompanyResponseConfig}
1920
+ * @memberof ICompanyAdminResponse
1921
+ */
1922
+ 'config': ICompanyResponseConfig;
1917
1923
  /**
1918
1924
  *
1919
1925
  * @type {PlanTypeEnum}
@@ -2052,22 +2058,16 @@ export interface ICompanyAdminResponse {
2052
2058
  'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
2053
2059
  /**
2054
2060
  *
2055
- * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
2056
- * @memberof ICompanyAdminResponse
2057
- */
2058
- 'main'?: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles;
2059
- /**
2060
- *
2061
- * @type {ICompanyResponseConfig}
2061
+ * @type {RecordCurrencyEnumNumber}
2062
2062
  * @memberof ICompanyAdminResponse
2063
2063
  */
2064
- 'config': ICompanyResponseConfig;
2064
+ 'currency_rates': RecordCurrencyEnumNumber;
2065
2065
  /**
2066
2066
  *
2067
- * @type {RecordCurrencyEnumNumber}
2067
+ * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
2068
2068
  * @memberof ICompanyAdminResponse
2069
2069
  */
2070
- 'currency_rates': RecordCurrencyEnumNumber;
2070
+ 'main'?: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles;
2071
2071
  /**
2072
2072
  *
2073
2073
  * @type {Array<ICompanyAdminResponseUsersInner>}
@@ -3384,7 +3384,7 @@ export interface IFileCollectionQueryParams {
3384
3384
  * @type {string}
3385
3385
  * @memberof IFileCollectionQueryParams
3386
3386
  */
3387
- 'company': string;
3387
+ 'company_id': string;
3388
3388
  /**
3389
3389
  *
3390
3390
  * @type {Array<FileKeywordEnum>}
@@ -3761,7 +3761,7 @@ export interface INotificationCollectionQueryParams {
3761
3761
  * @type {string}
3762
3762
  * @memberof INotificationCollectionQueryParams
3763
3763
  */
3764
- 'company'?: string;
3764
+ 'company_id'?: string;
3765
3765
  /**
3766
3766
  *
3767
3767
  * @type {NotificationStatusEnum}
@@ -4237,7 +4237,7 @@ export interface IPageCollectionQueryParams {
4237
4237
  * @type {string}
4238
4238
  * @memberof IPageCollectionQueryParams
4239
4239
  */
4240
- 'company'?: string;
4240
+ 'company_id'?: string;
4241
4241
  /**
4242
4242
  *
4243
4243
  * @type {string}
@@ -4268,7 +4268,7 @@ export interface IPageGetAllQueryParams {
4268
4268
  * @type {string}
4269
4269
  * @memberof IPageGetAllQueryParams
4270
4270
  */
4271
- 'company'?: string;
4271
+ 'company_id'?: string;
4272
4272
  /**
4273
4273
  *
4274
4274
  * @type {string}
@@ -4302,10 +4302,10 @@ export interface IPagePatchRequest {
4302
4302
  'template'?: ITemplateResponse;
4303
4303
  /**
4304
4304
  *
4305
- * @type {RecordLanguageEnumIContentsValue}
4305
+ * @type {PartialRecordLanguageEnumIContentsValue}
4306
4306
  * @memberof IPagePatchRequest
4307
4307
  */
4308
- 'contents'?: RecordLanguageEnumIContentsValue;
4308
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
4309
4309
  /**
4310
4310
  *
4311
4311
  * @type {IImage}
@@ -4333,10 +4333,10 @@ export interface IPagePostRequest {
4333
4333
  'type': PageTypeEnum;
4334
4334
  /**
4335
4335
  *
4336
- * @type {RecordLanguageEnumIContentsValue}
4336
+ * @type {PartialRecordLanguageEnumIContentsValue}
4337
4337
  * @memberof IPagePostRequest
4338
4338
  */
4339
- 'contents': RecordLanguageEnumIContentsValue;
4339
+ 'contents': PartialRecordLanguageEnumIContentsValue;
4340
4340
  /**
4341
4341
  *
4342
4342
  * @type {IImage}
@@ -4394,10 +4394,10 @@ export interface IPageResponse {
4394
4394
  'type': PageTypeEnum;
4395
4395
  /**
4396
4396
  *
4397
- * @type {RecordLanguageEnumIContentsValue}
4397
+ * @type {PartialRecordLanguageEnumIContentsValue}
4398
4398
  * @memberof IPageResponse
4399
4399
  */
4400
- 'contents': RecordLanguageEnumIContentsValue;
4400
+ 'contents': PartialRecordLanguageEnumIContentsValue;
4401
4401
  /**
4402
4402
  *
4403
4403
  * @type {IImage}
@@ -4814,7 +4814,13 @@ export interface IProductCollectionQueryParams {
4814
4814
  * @type {string}
4815
4815
  * @memberof IProductCollectionQueryParams
4816
4816
  */
4817
- 'company'?: string;
4817
+ 'company_id'?: string;
4818
+ /**
4819
+ *
4820
+ * @type {string}
4821
+ * @memberof IProductCollectionQueryParams
4822
+ */
4823
+ 'domain'?: string;
4818
4824
  /**
4819
4825
  *
4820
4826
  * @type {string}
@@ -4916,10 +4922,10 @@ export interface IProductPatchRequest {
4916
4922
  'price_info'?: PriceType;
4917
4923
  /**
4918
4924
  *
4919
- * @type {RecordLanguageEnumIContentsValue}
4925
+ * @type {PartialRecordLanguageEnumIContentsValue}
4920
4926
  * @memberof IProductPatchRequest
4921
4927
  */
4922
- 'contents'?: RecordLanguageEnumIContentsValue;
4928
+ 'contents'?: PartialRecordLanguageEnumIContentsValue;
4923
4929
  /**
4924
4930
  *
4925
4931
  * @type {{ [key: string]: IProductResponseVariantsValue; }}
@@ -4995,10 +5001,10 @@ export interface IProductPostRequest {
4995
5001
  'price_info': PriceType;
4996
5002
  /**
4997
5003
  *
4998
- * @type {RecordLanguageEnumIContentsValue}
5004
+ * @type {PartialRecordLanguageEnumIContentsValue}
4999
5005
  * @memberof IProductPostRequest
5000
5006
  */
5001
- 'contents': RecordLanguageEnumIContentsValue;
5007
+ 'contents': PartialRecordLanguageEnumIContentsValue;
5002
5008
  /**
5003
5009
  *
5004
5010
  * @type {{ [key: string]: IProductResponseVariantsValue; }}
@@ -5116,10 +5122,10 @@ export interface IProductResponse {
5116
5122
  'price_info': PriceType;
5117
5123
  /**
5118
5124
  *
5119
- * @type {RecordLanguageEnumIContentsValue}
5125
+ * @type {PartialRecordLanguageEnumIContentsValue}
5120
5126
  * @memberof IProductResponse
5121
5127
  */
5122
- 'contents': RecordLanguageEnumIContentsValue;
5128
+ 'contents': PartialRecordLanguageEnumIContentsValue;
5123
5129
  /**
5124
5130
  *
5125
5131
  * @type {{ [key: string]: IProductResponseVariantsValue; }}
@@ -6353,6 +6359,31 @@ export declare const PageTypeEnum: {
6353
6359
  readonly NOT_FOUND: "not-found";
6354
6360
  };
6355
6361
  export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
6362
+ /**
6363
+ * Make all properties in T optional
6364
+ * @export
6365
+ * @interface PartialRecordLanguageEnumIContentsValue
6366
+ */
6367
+ export interface PartialRecordLanguageEnumIContentsValue {
6368
+ /**
6369
+ *
6370
+ * @type {IContentsValue}
6371
+ * @memberof PartialRecordLanguageEnumIContentsValue
6372
+ */
6373
+ 'tr'?: IContentsValue;
6374
+ /**
6375
+ *
6376
+ * @type {IContentsValue}
6377
+ * @memberof PartialRecordLanguageEnumIContentsValue
6378
+ */
6379
+ 'en'?: IContentsValue;
6380
+ /**
6381
+ *
6382
+ * @type {IContentsValue}
6383
+ * @memberof PartialRecordLanguageEnumIContentsValue
6384
+ */
6385
+ 'de'?: IContentsValue;
6386
+ }
6356
6387
  /**
6357
6388
  * From T, pick a set of properties whose keys are in the union K
6358
6389
  * @export
@@ -6410,10 +6441,10 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
6410
6441
  'company': string;
6411
6442
  /**
6412
6443
  *
6413
- * @type {RecordLanguageEnumIContentsValue}
6444
+ * @type {PartialRecordLanguageEnumIContentsValue}
6414
6445
  * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
6415
6446
  */
6416
- 'contents': RecordLanguageEnumIContentsValue;
6447
+ 'contents': PartialRecordLanguageEnumIContentsValue;
6417
6448
  /**
6418
6449
  *
6419
6450
  * @type {IImage}
@@ -6465,10 +6496,10 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
6465
6496
  'main'?: string;
6466
6497
  /**
6467
6498
  *
6468
- * @type {RecordLanguageEnumIContentsValue}
6499
+ * @type {PartialRecordLanguageEnumIContentsValue}
6469
6500
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
6470
6501
  */
6471
- 'contents': RecordLanguageEnumIContentsValue;
6502
+ 'contents': PartialRecordLanguageEnumIContentsValue;
6472
6503
  /**
6473
6504
  *
6474
6505
  * @type {IImage}
@@ -6496,10 +6527,10 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
6496
6527
  'main'?: string;
6497
6528
  /**
6498
6529
  *
6499
- * @type {RecordLanguageEnumIContentsValue}
6530
+ * @type {PartialRecordLanguageEnumIContentsValue}
6500
6531
  * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
6501
6532
  */
6502
- 'contents': RecordLanguageEnumIContentsValue;
6533
+ 'contents': PartialRecordLanguageEnumIContentsValue;
6503
6534
  /**
6504
6535
  *
6505
6536
  * @type {IImage}
@@ -6521,10 +6552,10 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
6521
6552
  '_id': string;
6522
6553
  /**
6523
6554
  *
6524
- * @type {RecordLanguageEnumIContentsValue}
6555
+ * @type {PartialRecordLanguageEnumIContentsValue}
6525
6556
  * @memberof PickICategoryResponseIdOrContentsOrAttributes
6526
6557
  */
6527
- 'contents': RecordLanguageEnumIContentsValue;
6558
+ 'contents': PartialRecordLanguageEnumIContentsValue;
6528
6559
  /**
6529
6560
  *
6530
6561
  * @type {Array<ICategoryResponseAttributesInner>}
@@ -6570,10 +6601,10 @@ export interface PickICollectionExcludeKeyofICollectionTemplate {
6570
6601
  'updatedAt': string;
6571
6602
  /**
6572
6603
  *
6573
- * @type {RecordLanguageEnumIContentsValue}
6604
+ * @type {PartialRecordLanguageEnumIContentsValue}
6574
6605
  * @memberof PickICollectionExcludeKeyofICollectionTemplate
6575
6606
  */
6576
- 'contents': RecordLanguageEnumIContentsValue;
6607
+ 'contents': PartialRecordLanguageEnumIContentsValue;
6577
6608
  /**
6578
6609
  *
6579
6610
  * @type {IImage}
@@ -6595,10 +6626,10 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
6595
6626
  'company': string;
6596
6627
  /**
6597
6628
  *
6598
- * @type {RecordLanguageEnumIContentsValue}
6629
+ * @type {PartialRecordLanguageEnumIContentsValue}
6599
6630
  * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplate
6600
6631
  */
6601
- 'contents': RecordLanguageEnumIContentsValue;
6632
+ 'contents': PartialRecordLanguageEnumIContentsValue;
6602
6633
  /**
6603
6634
  *
6604
6635
  * @type {IImage}
@@ -7208,6 +7239,215 @@ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUse
7208
7239
  */
7209
7240
  'user': string;
7210
7241
  }
7242
+ /**
7243
+ * From T, pick a set of properties whose keys are in the union K
7244
+ * @export
7245
+ * @interface PickICompanyResponseExcludeKeyofICompanyResponseMain
7246
+ */
7247
+ export interface PickICompanyResponseExcludeKeyofICompanyResponseMain {
7248
+ /**
7249
+ *
7250
+ * @type {string}
7251
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7252
+ */
7253
+ 'name': string;
7254
+ /**
7255
+ *
7256
+ * @type {string}
7257
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7258
+ */
7259
+ 'phone'?: string;
7260
+ /**
7261
+ *
7262
+ * @type {string}
7263
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7264
+ */
7265
+ 'email'?: string;
7266
+ /**
7267
+ *
7268
+ * @type {LanguageEnum}
7269
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7270
+ */
7271
+ 'language': LanguageEnum;
7272
+ /**
7273
+ *
7274
+ * @type {CompanyStatusEnum}
7275
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7276
+ */
7277
+ 'status': CompanyStatusEnum;
7278
+ /**
7279
+ *
7280
+ * @type {string}
7281
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7282
+ */
7283
+ '_id': string;
7284
+ /**
7285
+ *
7286
+ * @type {number}
7287
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7288
+ */
7289
+ '__v': number;
7290
+ /**
7291
+ *
7292
+ * @type {string}
7293
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7294
+ */
7295
+ 'createdAt': string;
7296
+ /**
7297
+ *
7298
+ * @type {string}
7299
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7300
+ */
7301
+ 'updatedAt': string;
7302
+ /**
7303
+ *
7304
+ * @type {ICompanyResponseConfig}
7305
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7306
+ */
7307
+ 'config': ICompanyResponseConfig;
7308
+ /**
7309
+ *
7310
+ * @type {PlanTypeEnum}
7311
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7312
+ */
7313
+ 'plan': PlanTypeEnum;
7314
+ /**
7315
+ *
7316
+ * @type {CompanyTypeEnum}
7317
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7318
+ */
7319
+ 'type': CompanyTypeEnum;
7320
+ /**
7321
+ *
7322
+ * @type {string}
7323
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7324
+ */
7325
+ 'owner': string;
7326
+ /**
7327
+ *
7328
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress}
7329
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7330
+ */
7331
+ 'address'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsAddress;
7332
+ /**
7333
+ *
7334
+ * @type {Array<string>}
7335
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7336
+ */
7337
+ 'domains': Array<string>;
7338
+ /**
7339
+ *
7340
+ * @type {string}
7341
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7342
+ */
7343
+ 'dns_zone_id'?: string;
7344
+ /**
7345
+ *
7346
+ * @type {string}
7347
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7348
+ */
7349
+ 'dns_zone_domain'?: string;
7350
+ /**
7351
+ *
7352
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>}
7353
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7354
+ */
7355
+ 'custom_hostnames': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsCustomHostnamesInner>;
7356
+ /**
7357
+ *
7358
+ * @type {{ [key: string]: string; }}
7359
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7360
+ */
7361
+ 'socials'?: {
7362
+ [key: string]: string;
7363
+ };
7364
+ /**
7365
+ *
7366
+ * @type {string}
7367
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7368
+ */
7369
+ 'description'?: string;
7370
+ /**
7371
+ *
7372
+ * @type {IImage}
7373
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7374
+ */
7375
+ 'logo'?: IImage;
7376
+ /**
7377
+ *
7378
+ * @type {TimezoneEnum}
7379
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7380
+ */
7381
+ 'timezone': TimezoneEnum;
7382
+ /**
7383
+ *
7384
+ * @type {Array<LanguageEnum>}
7385
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7386
+ */
7387
+ 'languages': Array<LanguageEnum>;
7388
+ /**
7389
+ *
7390
+ * @type {CurrencyEnum}
7391
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7392
+ */
7393
+ 'currency': CurrencyEnum;
7394
+ /**
7395
+ *
7396
+ * @type {RecordCurrencyEnumCurrency}
7397
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7398
+ */
7399
+ 'currencies': RecordCurrencyEnumCurrency;
7400
+ /**
7401
+ *
7402
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>}
7403
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7404
+ */
7405
+ 'warehouses': Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsWarehousesInner>;
7406
+ /**
7407
+ *
7408
+ * @type {{ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue; }}
7409
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7410
+ */
7411
+ 'navigations': {
7412
+ [key: string]: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsNavigationsValue;
7413
+ };
7414
+ /**
7415
+ *
7416
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials}
7417
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7418
+ */
7419
+ 'firebase_web_credentials'?: PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseWebCredentials;
7420
+ /**
7421
+ *
7422
+ * @type {PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin}
7423
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7424
+ */
7425
+ 'firebase_login': PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsFirebaseLogin;
7426
+ /**
7427
+ *
7428
+ * @type {string}
7429
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7430
+ */
7431
+ 'sender_email'?: string;
7432
+ /**
7433
+ *
7434
+ * @type {string}
7435
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7436
+ */
7437
+ 'sender_name'?: string;
7438
+ /**
7439
+ *
7440
+ * @type {Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>}
7441
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7442
+ */
7443
+ 'sender_email_dns_records'?: Array<PickICompanyExcludeKeyofICompanyUsersOrMainOrFirebaseAdminCredentialsOrConfigOrRolesOrVersionsSenderEmailDnsRecordsInner>;
7444
+ /**
7445
+ *
7446
+ * @type {RecordCurrencyEnumNumber}
7447
+ * @memberof PickICompanyResponseExcludeKeyofICompanyResponseMain
7448
+ */
7449
+ 'currency_rates': RecordCurrencyEnumNumber;
7450
+ }
7211
7451
  /**
7212
7452
  * From T, pick a set of properties whose keys are in the union K
7213
7453
  * @export
@@ -7252,10 +7492,10 @@ export interface PickIPageExcludeKeyofIPageTemplate {
7252
7492
  'type': PageTypeEnum;
7253
7493
  /**
7254
7494
  *
7255
- * @type {RecordLanguageEnumIContentsValue}
7495
+ * @type {PartialRecordLanguageEnumIContentsValue}
7256
7496
  * @memberof PickIPageExcludeKeyofIPageTemplate
7257
7497
  */
7258
- 'contents': RecordLanguageEnumIContentsValue;
7498
+ 'contents': PartialRecordLanguageEnumIContentsValue;
7259
7499
  /**
7260
7500
  *
7261
7501
  * @type {IImage}
@@ -7283,10 +7523,10 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
7283
7523
  'type': PageTypeEnum;
7284
7524
  /**
7285
7525
  *
7286
- * @type {RecordLanguageEnumIContentsValue}
7526
+ * @type {PartialRecordLanguageEnumIContentsValue}
7287
7527
  * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplate
7288
7528
  */
7289
- 'contents': RecordLanguageEnumIContentsValue;
7529
+ 'contents': PartialRecordLanguageEnumIContentsValue;
7290
7530
  /**
7291
7531
  *
7292
7532
  * @type {IImage}
@@ -7376,10 +7616,10 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
7376
7616
  'price_info': PriceType;
7377
7617
  /**
7378
7618
  *
7379
- * @type {RecordLanguageEnumIContentsValue}
7619
+ * @type {PartialRecordLanguageEnumIContentsValue}
7380
7620
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7381
7621
  */
7382
- 'contents': RecordLanguageEnumIContentsValue;
7622
+ 'contents': PartialRecordLanguageEnumIContentsValue;
7383
7623
  /**
7384
7624
  *
7385
7625
  * @type {{ [key: string]: IProductResponseVariantsValue; }}
@@ -7423,10 +7663,10 @@ export interface PickIProductIdOrContentsOrCollectionsOrCategory {
7423
7663
  'collections': Array<string>;
7424
7664
  /**
7425
7665
  *
7426
- * @type {RecordLanguageEnumIContentsValue}
7666
+ * @type {PartialRecordLanguageEnumIContentsValue}
7427
7667
  * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
7428
7668
  */
7429
- 'contents': RecordLanguageEnumIContentsValue;
7669
+ 'contents': PartialRecordLanguageEnumIContentsValue;
7430
7670
  }
7431
7671
  /**
7432
7672
  * From T, pick a set of properties whose keys are in the union K
@@ -7486,10 +7726,10 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
7486
7726
  'price_info': PriceType;
7487
7727
  /**
7488
7728
  *
7489
- * @type {RecordLanguageEnumIContentsValue}
7729
+ * @type {PartialRecordLanguageEnumIContentsValue}
7490
7730
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
7491
7731
  */
7492
- 'contents': RecordLanguageEnumIContentsValue;
7732
+ 'contents': PartialRecordLanguageEnumIContentsValue;
7493
7733
  /**
7494
7734
  *
7495
7735
  * @type {{ [key: string]: IProductResponseVariantsValue; }}
@@ -7891,31 +8131,6 @@ export interface RecordCurrencyEnumNumber {
7891
8131
  */
7892
8132
  'jpy': number;
7893
8133
  }
7894
- /**
7895
- * Construct a type with a set of properties K of type T
7896
- * @export
7897
- * @interface RecordLanguageEnumIContentsValue
7898
- */
7899
- export interface RecordLanguageEnumIContentsValue {
7900
- /**
7901
- *
7902
- * @type {IContentsValue}
7903
- * @memberof RecordLanguageEnumIContentsValue
7904
- */
7905
- 'tr': IContentsValue;
7906
- /**
7907
- *
7908
- * @type {IContentsValue}
7909
- * @memberof RecordLanguageEnumIContentsValue
7910
- */
7911
- 'en': IContentsValue;
7912
- /**
7913
- *
7914
- * @type {IContentsValue}
7915
- * @memberof RecordLanguageEnumIContentsValue
7916
- */
7917
- 'de': IContentsValue;
7918
- }
7919
8134
  /**
7920
8135
  * Construct a type with a set of properties K of type T
7921
8136
  * @export
@@ -8801,21 +9016,21 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
8801
9016
  /**
8802
9017
  *
8803
9018
  * @param {string} slug
8804
- * @param {string} [company]
9019
+ * @param {string} [companyId]
8805
9020
  * @param {string} [domain]
8806
9021
  * @param {*} [options] Override http request option.
8807
9022
  * @throws {RequiredError}
8808
9023
  */
8809
- getPageBySlug: (slug: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9024
+ getPageBySlug: (slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8810
9025
  /**
8811
9026
  *
8812
9027
  * @param {string} type
8813
- * @param {string} [company]
9028
+ * @param {string} [companyId]
8814
9029
  * @param {string} [domain]
8815
9030
  * @param {*} [options] Override http request option.
8816
9031
  * @throws {RequiredError}
8817
9032
  */
8818
- getPageByType: (type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9033
+ getPageByType: (type: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8819
9034
  /**
8820
9035
  *
8821
9036
  * @param {number} [page]
@@ -8826,14 +9041,14 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
8826
9041
  * @param {string} [dateField]
8827
9042
  * @param {OrderEnum} [order]
8828
9043
  * @param {string} [sort]
8829
- * @param {string} [company]
9044
+ * @param {string} [companyId]
8830
9045
  * @param {string} [domain]
8831
9046
  * @param {PageTypeEnum} [type]
8832
9047
  * @param {ContentStatusEnum} [status]
8833
9048
  * @param {*} [options] Override http request option.
8834
9049
  * @throws {RequiredError}
8835
9050
  */
8836
- getPages: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9051
+ getPages: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8837
9052
  };
8838
9053
  /**
8839
9054
  * PageApi - functional programming interface
@@ -8843,21 +9058,21 @@ export declare const PageApiFp: (configuration?: Configuration) => {
8843
9058
  /**
8844
9059
  *
8845
9060
  * @param {string} slug
8846
- * @param {string} [company]
9061
+ * @param {string} [companyId]
8847
9062
  * @param {string} [domain]
8848
9063
  * @param {*} [options] Override http request option.
8849
9064
  * @throws {RequiredError}
8850
9065
  */
8851
- getPageBySlug(slug: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
9066
+ getPageBySlug(slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
8852
9067
  /**
8853
9068
  *
8854
9069
  * @param {string} type
8855
- * @param {string} [company]
9070
+ * @param {string} [companyId]
8856
9071
  * @param {string} [domain]
8857
9072
  * @param {*} [options] Override http request option.
8858
9073
  * @throws {RequiredError}
8859
9074
  */
8860
- getPageByType(type: string, company?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
9075
+ getPageByType(type: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
8861
9076
  /**
8862
9077
  *
8863
9078
  * @param {number} [page]
@@ -8868,14 +9083,14 @@ export declare const PageApiFp: (configuration?: Configuration) => {
8868
9083
  * @param {string} [dateField]
8869
9084
  * @param {OrderEnum} [order]
8870
9085
  * @param {string} [sort]
8871
- * @param {string} [company]
9086
+ * @param {string} [companyId]
8872
9087
  * @param {string} [domain]
8873
9088
  * @param {PageTypeEnum} [type]
8874
9089
  * @param {ContentStatusEnum} [status]
8875
9090
  * @param {*} [options] Override http request option.
8876
9091
  * @throws {RequiredError}
8877
9092
  */
8878
- getPages(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
9093
+ getPages(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
8879
9094
  };
8880
9095
  /**
8881
9096
  * PageApi - factory interface
@@ -8921,7 +9136,7 @@ export interface PageApiGetPageBySlugRequest {
8921
9136
  * @type {string}
8922
9137
  * @memberof PageApiGetPageBySlug
8923
9138
  */
8924
- readonly company?: string;
9139
+ readonly companyId?: string;
8925
9140
  /**
8926
9141
  *
8927
9142
  * @type {string}
@@ -8946,7 +9161,7 @@ export interface PageApiGetPageByTypeRequest {
8946
9161
  * @type {string}
8947
9162
  * @memberof PageApiGetPageByType
8948
9163
  */
8949
- readonly company?: string;
9164
+ readonly companyId?: string;
8950
9165
  /**
8951
9166
  *
8952
9167
  * @type {string}
@@ -9013,7 +9228,7 @@ export interface PageApiGetPagesRequest {
9013
9228
  * @type {string}
9014
9229
  * @memberof PageApiGetPages
9015
9230
  */
9016
- readonly company?: string;
9231
+ readonly companyId?: string;
9017
9232
  /**
9018
9233
  *
9019
9234
  * @type {string}
@@ -9073,11 +9288,12 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
9073
9288
  /**
9074
9289
  *
9075
9290
  * @param {string} slug
9076
- * @param {string} domain
9291
+ * @param {string} [companyId]
9292
+ * @param {string} [domain]
9077
9293
  * @param {*} [options] Override http request option.
9078
9294
  * @throws {RequiredError}
9079
9295
  */
9080
- getProductBySlug: (slug: string, domain: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9296
+ getProductBySlug: (slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9081
9297
  /**
9082
9298
  *
9083
9299
  * @param {number} [page]
@@ -9088,7 +9304,8 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
9088
9304
  * @param {string} [dateField]
9089
9305
  * @param {OrderEnum} [order]
9090
9306
  * @param {string} [sort]
9091
- * @param {string} [company]
9307
+ * @param {string} [companyId]
9308
+ * @param {string} [domain]
9092
9309
  * @param {string} [collections]
9093
9310
  * @param {string} [category]
9094
9311
  * @param {string} [brand]
@@ -9096,15 +9313,16 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
9096
9313
  * @param {*} [options] Override http request option.
9097
9314
  * @throws {RequiredError}
9098
9315
  */
9099
- getProducts: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9316
+ getProducts: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9100
9317
  /**
9101
9318
  *
9102
- * @param {string} company
9103
9319
  * @param {string} search
9320
+ * @param {string} [companyId]
9321
+ * @param {string} [domain]
9104
9322
  * @param {*} [options] Override http request option.
9105
9323
  * @throws {RequiredError}
9106
9324
  */
9107
- searchProducts: (company: string, search: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9325
+ searchProducts: (search: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9108
9326
  };
9109
9327
  /**
9110
9328
  * ProductApi - functional programming interface
@@ -9114,11 +9332,12 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
9114
9332
  /**
9115
9333
  *
9116
9334
  * @param {string} slug
9117
- * @param {string} domain
9335
+ * @param {string} [companyId]
9336
+ * @param {string} [domain]
9118
9337
  * @param {*} [options] Override http request option.
9119
9338
  * @throws {RequiredError}
9120
9339
  */
9121
- getProductBySlug(slug: string, domain: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
9340
+ getProductBySlug(slug: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductResponse>>;
9122
9341
  /**
9123
9342
  *
9124
9343
  * @param {number} [page]
@@ -9129,7 +9348,8 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
9129
9348
  * @param {string} [dateField]
9130
9349
  * @param {OrderEnum} [order]
9131
9350
  * @param {string} [sort]
9132
- * @param {string} [company]
9351
+ * @param {string} [companyId]
9352
+ * @param {string} [domain]
9133
9353
  * @param {string} [collections]
9134
9354
  * @param {string} [category]
9135
9355
  * @param {string} [brand]
@@ -9137,15 +9357,16 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
9137
9357
  * @param {*} [options] Override http request option.
9138
9358
  * @throws {RequiredError}
9139
9359
  */
9140
- getProducts(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, company?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
9360
+ getProducts(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, companyId?: string, domain?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
9141
9361
  /**
9142
9362
  *
9143
- * @param {string} company
9144
9363
  * @param {string} search
9364
+ * @param {string} [companyId]
9365
+ * @param {string} [domain]
9145
9366
  * @param {*} [options] Override http request option.
9146
9367
  * @throws {RequiredError}
9147
9368
  */
9148
- searchProducts(company: string, search: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ISearchProductsResponse>>;
9369
+ searchProducts(search: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ISearchProductsResponse>>;
9149
9370
  };
9150
9371
  /**
9151
9372
  * ProductApi - factory interface
@@ -9191,7 +9412,13 @@ export interface ProductApiGetProductBySlugRequest {
9191
9412
  * @type {string}
9192
9413
  * @memberof ProductApiGetProductBySlug
9193
9414
  */
9194
- readonly domain: string;
9415
+ readonly companyId?: string;
9416
+ /**
9417
+ *
9418
+ * @type {string}
9419
+ * @memberof ProductApiGetProductBySlug
9420
+ */
9421
+ readonly domain?: string;
9195
9422
  }
9196
9423
  /**
9197
9424
  * Request parameters for getProducts operation in ProductApi.
@@ -9252,7 +9479,13 @@ export interface ProductApiGetProductsRequest {
9252
9479
  * @type {string}
9253
9480
  * @memberof ProductApiGetProducts
9254
9481
  */
9255
- readonly company?: string;
9482
+ readonly companyId?: string;
9483
+ /**
9484
+ *
9485
+ * @type {string}
9486
+ * @memberof ProductApiGetProducts
9487
+ */
9488
+ readonly domain?: string;
9256
9489
  /**
9257
9490
  *
9258
9491
  * @type {string}
@@ -9289,13 +9522,19 @@ export interface ProductApiSearchProductsRequest {
9289
9522
  * @type {string}
9290
9523
  * @memberof ProductApiSearchProducts
9291
9524
  */
9292
- readonly company: string;
9525
+ readonly search: string;
9293
9526
  /**
9294
9527
  *
9295
9528
  * @type {string}
9296
9529
  * @memberof ProductApiSearchProducts
9297
9530
  */
9298
- readonly search: string;
9531
+ readonly companyId?: string;
9532
+ /**
9533
+ *
9534
+ * @type {string}
9535
+ * @memberof ProductApiSearchProducts
9536
+ */
9537
+ readonly domain?: string;
9299
9538
  }
9300
9539
  /**
9301
9540
  * ProductApi - object-oriented interface