@infisale-client/api 1.1.40 → 1.2.0

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
@@ -448,7 +448,7 @@ export interface CurrencyRate {
448
448
  * @type {CurrencyRateTypeEnum}
449
449
  * @memberof CurrencyRate
450
450
  */
451
- 'rate_type': CurrencyRateTypeEnum;
451
+ 'rateType': CurrencyRateTypeEnum;
452
452
  }
453
453
  /**
454
454
  *
@@ -778,7 +778,7 @@ export interface IBrandCollectionQueryParams {
778
778
  * @type {string}
779
779
  * @memberof IBrandCollectionQueryParams
780
780
  */
781
- 'company_id'?: string;
781
+ 'companyId'?: string;
782
782
  /**
783
783
  *
784
784
  * @type {string}
@@ -1070,7 +1070,7 @@ export interface ICategoryCollectionQueryParams {
1070
1070
  * @type {string}
1071
1071
  * @memberof ICategoryCollectionQueryParams
1072
1072
  */
1073
- 'company_id'?: string;
1073
+ 'companyId'?: string;
1074
1074
  /**
1075
1075
  *
1076
1076
  * @type {string}
@@ -1437,7 +1437,7 @@ export interface ICollectionCollectionsQueryParams {
1437
1437
  * @type {string}
1438
1438
  * @memberof ICollectionCollectionsQueryParams
1439
1439
  */
1440
- 'company_id': string;
1440
+ 'companyId': string;
1441
1441
  /**
1442
1442
  *
1443
1443
  * @type {ContentStatusEnum}
@@ -1713,13 +1713,13 @@ export interface ICompany {
1713
1713
  * @type {string}
1714
1714
  * @memberof ICompany
1715
1715
  */
1716
- 'dns_zone_id'?: string;
1716
+ 'dnsZoneId'?: string;
1717
1717
  /**
1718
1718
  *
1719
1719
  * @type {string}
1720
1720
  * @memberof ICompany
1721
1721
  */
1722
- 'dns_zone_domain'?: string;
1722
+ 'dnsZoneDomain'?: string;
1723
1723
  /**
1724
1724
  *
1725
1725
  * @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
@@ -1765,7 +1765,7 @@ export interface ICompany {
1765
1765
  * @type {IImage}
1766
1766
  * @memberof ICompany
1767
1767
  */
1768
- 'email_logo'?: IImage;
1768
+ 'emailLogo'?: IImage;
1769
1769
  /**
1770
1770
  *
1771
1771
  * @type {IImage}
@@ -1813,7 +1813,7 @@ export interface ICompany {
1813
1813
  * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
1814
1814
  * @memberof ICompany
1815
1815
  */
1816
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
1816
+ 'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
1817
1817
  /**
1818
1818
  *
1819
1819
  * @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
@@ -1827,13 +1827,13 @@ export interface ICompany {
1827
1827
  * @type {ICompanyResponseFirebaseWebCredentials}
1828
1828
  * @memberof ICompany
1829
1829
  */
1830
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
1830
+ 'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
1831
1831
  /**
1832
1832
  *
1833
1833
  * @type {ICompanyResponseFirebaseAdminCredentials}
1834
1834
  * @memberof ICompany
1835
1835
  */
1836
- 'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
1836
+ 'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
1837
1837
  /**
1838
1838
  *
1839
1839
  * @type {ICompanyResponseAddress}
@@ -1845,13 +1845,13 @@ export interface ICompany {
1845
1845
  * @type {Array<ICompanyResponseCustomHostnamesInner>}
1846
1846
  * @memberof ICompany
1847
1847
  */
1848
- 'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
1848
+ 'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
1849
1849
  /**
1850
1850
  *
1851
1851
  * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
1852
1852
  * @memberof ICompany
1853
1853
  */
1854
- 'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
1854
+ 'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
1855
1855
  /**
1856
1856
  *
1857
1857
  * @type {string}
@@ -1863,13 +1863,13 @@ export interface ICompany {
1863
1863
  * @type {string}
1864
1864
  * @memberof ICompany
1865
1865
  */
1866
- 'sender_email'?: string;
1866
+ 'senderEmail'?: string;
1867
1867
  /**
1868
1868
  *
1869
1869
  * @type {string}
1870
1870
  * @memberof ICompany
1871
1871
  */
1872
- 'sender_name'?: string;
1872
+ 'senderName'?: string;
1873
1873
  /**
1874
1874
  *
1875
1875
  * @type {CompanyStatusEnum}
@@ -1972,13 +1972,13 @@ export interface ICompanyAdminResponse {
1972
1972
  * @type {string}
1973
1973
  * @memberof ICompanyAdminResponse
1974
1974
  */
1975
- 'dns_zone_id'?: string;
1975
+ 'dnsZoneId'?: string;
1976
1976
  /**
1977
1977
  *
1978
1978
  * @type {string}
1979
1979
  * @memberof ICompanyAdminResponse
1980
1980
  */
1981
- 'dns_zone_domain'?: string;
1981
+ 'dnsZoneDomain'?: string;
1982
1982
  /**
1983
1983
  *
1984
1984
  * @type {{ [key: string]: string; }}
@@ -2004,7 +2004,7 @@ export interface ICompanyAdminResponse {
2004
2004
  * @type {IImage}
2005
2005
  * @memberof ICompanyAdminResponse
2006
2006
  */
2007
- 'email_logo'?: IImage;
2007
+ 'emailLogo'?: IImage;
2008
2008
  /**
2009
2009
  *
2010
2010
  * @type {IImage}
@@ -2040,19 +2040,19 @@ export interface ICompanyAdminResponse {
2040
2040
  * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
2041
2041
  * @memberof ICompanyAdminResponse
2042
2042
  */
2043
- 'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
2043
+ 'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
2044
2044
  /**
2045
2045
  *
2046
2046
  * @type {string}
2047
2047
  * @memberof ICompanyAdminResponse
2048
2048
  */
2049
- 'sender_email'?: string;
2049
+ 'senderEmail'?: string;
2050
2050
  /**
2051
2051
  *
2052
2052
  * @type {string}
2053
2053
  * @memberof ICompanyAdminResponse
2054
2054
  */
2055
- 'sender_name'?: string;
2055
+ 'senderName'?: string;
2056
2056
  /**
2057
2057
  *
2058
2058
  * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
@@ -2084,7 +2084,7 @@ export interface ICompanyAdminResponse {
2084
2084
  * @type {RecordCurrencyEnumNumber}
2085
2085
  * @memberof ICompanyAdminResponse
2086
2086
  */
2087
- 'currency_rates': RecordCurrencyEnumNumber;
2087
+ 'currencyRates': RecordCurrencyEnumNumber;
2088
2088
  /**
2089
2089
  *
2090
2090
  * @type {Array<ICompanyResponseWarehousesInner>}
@@ -2096,7 +2096,7 @@ export interface ICompanyAdminResponse {
2096
2096
  * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
2097
2097
  * @memberof ICompanyAdminResponse
2098
2098
  */
2099
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2099
+ 'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2100
2100
  /**
2101
2101
  *
2102
2102
  * @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
@@ -2110,13 +2110,13 @@ export interface ICompanyAdminResponse {
2110
2110
  * @type {ICompanyResponseFirebaseWebCredentials}
2111
2111
  * @memberof ICompanyAdminResponse
2112
2112
  */
2113
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
2113
+ 'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
2114
2114
  /**
2115
2115
  *
2116
2116
  * @type {ICompanyResponseFirebaseAdminCredentials}
2117
2117
  * @memberof ICompanyAdminResponse
2118
2118
  */
2119
- 'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
2119
+ 'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
2120
2120
  /**
2121
2121
  *
2122
2122
  * @type {ICompanyResponseAddress}
@@ -2128,7 +2128,7 @@ export interface ICompanyAdminResponse {
2128
2128
  * @type {Array<ICompanyResponseCustomHostnamesInner>}
2129
2129
  * @memberof ICompanyAdminResponse
2130
2130
  */
2131
- 'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
2131
+ 'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
2132
2132
  }
2133
2133
  /**
2134
2134
  *
@@ -2338,7 +2338,7 @@ export interface ICompanyConfigTemplateFooterInnerContentsInner {
2338
2338
  * @type {ComponentContentTypeEnum}
2339
2339
  * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2340
2340
  */
2341
- 'content_type': ComponentContentTypeEnum;
2341
+ 'contentType': ComponentContentTypeEnum;
2342
2342
  /**
2343
2343
  *
2344
2344
  * @type {PartialRecordLanguageEnumString}
@@ -2356,7 +2356,7 @@ export interface ICompanyConfigTemplateFooterInnerContentsInner {
2356
2356
  * @type {PartialRecordLanguageEnumIImage}
2357
2357
  * @memberof ICompanyConfigTemplateFooterInnerContentsInner
2358
2358
  */
2359
- 'image_mobile'?: PartialRecordLanguageEnumIImage;
2359
+ 'imageMobile'?: PartialRecordLanguageEnumIImage;
2360
2360
  /**
2361
2361
  *
2362
2362
  * @type {PartialRecordLanguageEnumIImage}
@@ -2405,7 +2405,7 @@ export interface ICompanyConfigTemplateFooterInnerProducts {
2405
2405
  * @type {ComponentProductTypeEnum}
2406
2406
  * @memberof ICompanyConfigTemplateFooterInnerProducts
2407
2407
  */
2408
- 'rel_type'?: ComponentProductTypeEnum;
2408
+ 'relType'?: ComponentProductTypeEnum;
2409
2409
  /**
2410
2410
  *
2411
2411
  * @type {string}
@@ -2487,13 +2487,13 @@ export interface ICompanyPatchRequest {
2487
2487
  * @type {ICompanyResponseFirebaseAdminCredentials}
2488
2488
  * @memberof ICompanyPatchRequest
2489
2489
  */
2490
- 'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
2490
+ 'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
2491
2491
  /**
2492
2492
  *
2493
2493
  * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
2494
2494
  * @memberof ICompanyPatchRequest
2495
2495
  */
2496
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2496
+ 'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2497
2497
  /**
2498
2498
  *
2499
2499
  * @type {Array<ICompanyResponseWarehousesInner>}
@@ -2523,13 +2523,13 @@ export interface ICompanyPatchRequest {
2523
2523
  * @type {string}
2524
2524
  * @memberof ICompanyPatchRequest
2525
2525
  */
2526
- 'dns_zone_id'?: string;
2526
+ 'dnsZoneId'?: string;
2527
2527
  /**
2528
2528
  *
2529
2529
  * @type {string}
2530
2530
  * @memberof ICompanyPatchRequest
2531
2531
  */
2532
- 'dns_zone_domain'?: string;
2532
+ 'dnsZoneDomain'?: string;
2533
2533
  /**
2534
2534
  *
2535
2535
  * @type {{ [key: string]: string; }}
@@ -2555,7 +2555,7 @@ export interface ICompanyPatchRequest {
2555
2555
  * @type {IImage}
2556
2556
  * @memberof ICompanyPatchRequest
2557
2557
  */
2558
- 'email_logo'?: IImage;
2558
+ 'emailLogo'?: IImage;
2559
2559
  /**
2560
2560
  *
2561
2561
  * @type {IImage}
@@ -2598,7 +2598,7 @@ export interface ICompanyPostRequest {
2598
2598
  * @type {string}
2599
2599
  * @memberof ICompanyPostRequest
2600
2600
  */
2601
- 'main_id': string;
2601
+ 'mainId': string;
2602
2602
  /**
2603
2603
  *
2604
2604
  * @type {string}
@@ -2725,13 +2725,13 @@ export interface ICompanyResponse {
2725
2725
  * @type {string}
2726
2726
  * @memberof ICompanyResponse
2727
2727
  */
2728
- 'dns_zone_id'?: string;
2728
+ 'dnsZoneId'?: string;
2729
2729
  /**
2730
2730
  *
2731
2731
  * @type {string}
2732
2732
  * @memberof ICompanyResponse
2733
2733
  */
2734
- 'dns_zone_domain'?: string;
2734
+ 'dnsZoneDomain'?: string;
2735
2735
  /**
2736
2736
  *
2737
2737
  * @type {{ [key: string]: string; }}
@@ -2757,7 +2757,7 @@ export interface ICompanyResponse {
2757
2757
  * @type {IImage}
2758
2758
  * @memberof ICompanyResponse
2759
2759
  */
2760
- 'email_logo'?: IImage;
2760
+ 'emailLogo'?: IImage;
2761
2761
  /**
2762
2762
  *
2763
2763
  * @type {IImage}
@@ -2793,19 +2793,19 @@ export interface ICompanyResponse {
2793
2793
  * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
2794
2794
  * @memberof ICompanyResponse
2795
2795
  */
2796
- 'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
2796
+ 'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
2797
2797
  /**
2798
2798
  *
2799
2799
  * @type {string}
2800
2800
  * @memberof ICompanyResponse
2801
2801
  */
2802
- 'sender_email'?: string;
2802
+ 'senderEmail'?: string;
2803
2803
  /**
2804
2804
  *
2805
2805
  * @type {string}
2806
2806
  * @memberof ICompanyResponse
2807
2807
  */
2808
- 'sender_name'?: string;
2808
+ 'senderName'?: string;
2809
2809
  /**
2810
2810
  *
2811
2811
  * @type {PickICompanyNameOrDomainsOrIdOrLanguage}
@@ -2823,7 +2823,7 @@ export interface ICompanyResponse {
2823
2823
  * @type {RecordCurrencyEnumNumber}
2824
2824
  * @memberof ICompanyResponse
2825
2825
  */
2826
- 'currency_rates': RecordCurrencyEnumNumber;
2826
+ 'currencyRates': RecordCurrencyEnumNumber;
2827
2827
  /**
2828
2828
  *
2829
2829
  * @type {Array<ICompanyResponseWarehousesInner>}
@@ -2835,7 +2835,7 @@ export interface ICompanyResponse {
2835
2835
  * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
2836
2836
  * @memberof ICompanyResponse
2837
2837
  */
2838
- 'sender_email_dns_records'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2838
+ 'senderEmailDnsRecords'?: Array<ICompanyResponseSenderEmailDnsRecordsInner>;
2839
2839
  /**
2840
2840
  *
2841
2841
  * @type {{ [key: string]: ICompanyResponseNavigationsValue; }}
@@ -2849,13 +2849,13 @@ export interface ICompanyResponse {
2849
2849
  * @type {ICompanyResponseFirebaseWebCredentials}
2850
2850
  * @memberof ICompanyResponse
2851
2851
  */
2852
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
2852
+ 'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
2853
2853
  /**
2854
2854
  *
2855
2855
  * @type {ICompanyResponseFirebaseAdminCredentials}
2856
2856
  * @memberof ICompanyResponse
2857
2857
  */
2858
- 'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
2858
+ 'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
2859
2859
  /**
2860
2860
  *
2861
2861
  * @type {ICompanyResponseAddress}
@@ -2867,7 +2867,7 @@ export interface ICompanyResponse {
2867
2867
  * @type {Array<ICompanyResponseCustomHostnamesInner>}
2868
2868
  * @memberof ICompanyResponse
2869
2869
  */
2870
- 'custom_hostnames': Array<ICompanyResponseCustomHostnamesInner>;
2870
+ 'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
2871
2871
  }
2872
2872
  /**
2873
2873
  *
@@ -2995,7 +2995,7 @@ export interface ICompanyResponseCustomHostnamesInner {
2995
2995
  * @type {string}
2996
2996
  * @memberof ICompanyResponseCustomHostnamesInner
2997
2997
  */
2998
- 'validation_code': string;
2998
+ 'validationCode': string;
2999
2999
  /**
3000
3000
  *
3001
3001
  * @type {string}
@@ -3007,7 +3007,7 @@ export interface ICompanyResponseCustomHostnamesInner {
3007
3007
  * @type {string}
3008
3008
  * @memberof ICompanyResponseCustomHostnamesInner
3009
3009
  */
3010
- 'zone_id': string;
3010
+ 'zoneId': string;
3011
3011
  /**
3012
3012
  *
3013
3013
  * @type {string}
@@ -3241,7 +3241,7 @@ export interface ICompanyUpdateConfigRequest {
3241
3241
  * @type {IImage}
3242
3242
  * @memberof ICompanyUpdateConfigRequest
3243
3243
  */
3244
- 'email_logo'?: IImage;
3244
+ 'emailLogo'?: IImage;
3245
3245
  /**
3246
3246
  *
3247
3247
  * @type {IImage}
@@ -3273,19 +3273,19 @@ export interface ICompanyUpdateFirebaseConfigRequest {
3273
3273
  * @type {ICompanyResponseFirebaseAdminCredentials}
3274
3274
  * @memberof ICompanyUpdateFirebaseConfigRequest
3275
3275
  */
3276
- 'firebase_admin_credentials'?: ICompanyResponseFirebaseAdminCredentials;
3276
+ 'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
3277
3277
  /**
3278
3278
  *
3279
3279
  * @type {ICompanyResponseFirebaseWebCredentials}
3280
3280
  * @memberof ICompanyUpdateFirebaseConfigRequest
3281
3281
  */
3282
- 'firebase_web_credentials'?: ICompanyResponseFirebaseWebCredentials;
3282
+ 'firebaseWebCredentials'?: ICompanyResponseFirebaseWebCredentials;
3283
3283
  /**
3284
3284
  *
3285
3285
  * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
3286
3286
  * @memberof ICompanyUpdateFirebaseConfigRequest
3287
3287
  */
3288
- 'firebase_login'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
3288
+ 'firebaseLogin'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
3289
3289
  }
3290
3290
  /**
3291
3291
  *
@@ -3454,7 +3454,7 @@ export interface IContactFormCollectionQueryParams {
3454
3454
  * @type {string}
3455
3455
  * @memberof IContactFormCollectionQueryParams
3456
3456
  */
3457
- 'company_id': string;
3457
+ 'companyId': string;
3458
3458
  }
3459
3459
  /**
3460
3460
  *
@@ -3626,13 +3626,13 @@ export interface IContentsValue {
3626
3626
  * @type {string}
3627
3627
  * @memberof IContentsValue
3628
3628
  */
3629
- 'meta_description'?: string;
3629
+ 'metaDescription'?: string;
3630
3630
  /**
3631
3631
  *
3632
3632
  * @type {string}
3633
3633
  * @memberof IContentsValue
3634
3634
  */
3635
- 'meta_title'?: string;
3635
+ 'metaTitle'?: string;
3636
3636
  /**
3637
3637
  *
3638
3638
  * @type {string}
@@ -3848,7 +3848,7 @@ export interface IFileCollectionQueryParams {
3848
3848
  * @type {string}
3849
3849
  * @memberof IFileCollectionQueryParams
3850
3850
  */
3851
- 'company_id': string;
3851
+ 'companyId': string;
3852
3852
  /**
3853
3853
  *
3854
3854
  * @type {Array<FileKeywordEnum>}
@@ -4225,7 +4225,7 @@ export interface INotificationCollectionQueryParams {
4225
4225
  * @type {string}
4226
4226
  * @memberof INotificationCollectionQueryParams
4227
4227
  */
4228
- 'company_id'?: string;
4228
+ 'companyId'?: string;
4229
4229
  /**
4230
4230
  *
4231
4231
  * @type {NotificationStatusEnum}
@@ -4701,7 +4701,7 @@ export interface IPageCollectionQueryParams {
4701
4701
  * @type {string}
4702
4702
  * @memberof IPageCollectionQueryParams
4703
4703
  */
4704
- 'company_id'?: string;
4704
+ 'companyId'?: string;
4705
4705
  /**
4706
4706
  *
4707
4707
  * @type {string}
@@ -4732,7 +4732,7 @@ export interface IPageGetAllQueryParams {
4732
4732
  * @type {string}
4733
4733
  * @memberof IPageGetAllQueryParams
4734
4734
  */
4735
- 'company_id'?: string;
4735
+ 'companyId'?: string;
4736
4736
  /**
4737
4737
  *
4738
4738
  * @type {string}
@@ -5278,7 +5278,7 @@ export interface IProductCollectionQueryParams {
5278
5278
  * @type {string}
5279
5279
  * @memberof IProductCollectionQueryParams
5280
5280
  */
5281
- 'company_id'?: string;
5281
+ 'companyId'?: string;
5282
5282
  /**
5283
5283
  *
5284
5284
  * @type {string}
@@ -5377,13 +5377,13 @@ export interface IProductPatchRequest {
5377
5377
  * @type {boolean}
5378
5378
  * @memberof IProductPatchRequest
5379
5379
  */
5380
- 'stockless_sale'?: boolean;
5380
+ 'stocklessSale'?: boolean;
5381
5381
  /**
5382
5382
  *
5383
5383
  * @type {PriceType}
5384
5384
  * @memberof IProductPatchRequest
5385
5385
  */
5386
- 'price_info'?: PriceType;
5386
+ 'priceInfo'?: PriceType;
5387
5387
  /**
5388
5388
  *
5389
5389
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -5456,13 +5456,13 @@ export interface IProductPostRequest {
5456
5456
  * @type {boolean}
5457
5457
  * @memberof IProductPostRequest
5458
5458
  */
5459
- 'stockless_sale'?: boolean;
5459
+ 'stocklessSale'?: boolean;
5460
5460
  /**
5461
5461
  *
5462
5462
  * @type {PriceType}
5463
5463
  * @memberof IProductPostRequest
5464
5464
  */
5465
- 'price_info': PriceType;
5465
+ 'priceInfo': PriceType;
5466
5466
  /**
5467
5467
  *
5468
5468
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -5577,13 +5577,13 @@ export interface IProductResponse {
5577
5577
  * @type {boolean}
5578
5578
  * @memberof IProductResponse
5579
5579
  */
5580
- 'stockless_sale'?: boolean;
5580
+ 'stocklessSale'?: boolean;
5581
5581
  /**
5582
5582
  *
5583
5583
  * @type {PriceType}
5584
5584
  * @memberof IProductResponse
5585
5585
  */
5586
- 'price_info': PriceType;
5586
+ 'priceInfo': PriceType;
5587
5587
  /**
5588
5588
  *
5589
5589
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -5675,7 +5675,7 @@ export interface IProductResponseVariantsValue {
5675
5675
  * @type {boolean}
5676
5676
  * @memberof IProductResponseVariantsValue
5677
5677
  */
5678
- 'stockless_sale'?: boolean;
5678
+ 'stocklessSale'?: boolean;
5679
5679
  /**
5680
5680
  *
5681
5681
  * @type {{ [key: string]: IProductResponseStockValue; }}
@@ -5689,7 +5689,7 @@ export interface IProductResponseVariantsValue {
5689
5689
  * @type {PriceType}
5690
5690
  * @memberof IProductResponseVariantsValue
5691
5691
  */
5692
- 'price_info'?: PriceType;
5692
+ 'priceInfo'?: PriceType;
5693
5693
  }
5694
5694
  /**
5695
5695
  *
@@ -5720,7 +5720,7 @@ export interface IProductResponseVariantsValueVariantsValue {
5720
5720
  * @type {boolean}
5721
5721
  * @memberof IProductResponseVariantsValueVariantsValue
5722
5722
  */
5723
- 'stockless_sale': boolean;
5723
+ 'stocklessSale': boolean;
5724
5724
  /**
5725
5725
  *
5726
5726
  * @type {{ [key: string]: IProductResponseStockValue; }}
@@ -5734,7 +5734,7 @@ export interface IProductResponseVariantsValueVariantsValue {
5734
5734
  * @type {PriceType}
5735
5735
  * @memberof IProductResponseVariantsValueVariantsValue
5736
5736
  */
5737
- 'price_info': PriceType;
5737
+ 'priceInfo': PriceType;
5738
5738
  }
5739
5739
  /**
5740
5740
  *
@@ -6250,7 +6250,7 @@ export interface ITemplateResponseComponentsInnerContentsInner {
6250
6250
  * @type {ComponentContentTypeEnum}
6251
6251
  * @memberof ITemplateResponseComponentsInnerContentsInner
6252
6252
  */
6253
- 'content_type': ComponentContentTypeEnum;
6253
+ 'contentType': ComponentContentTypeEnum;
6254
6254
  /**
6255
6255
  *
6256
6256
  * @type {PartialRecordLanguageEnumString}
@@ -6268,7 +6268,7 @@ export interface ITemplateResponseComponentsInnerContentsInner {
6268
6268
  * @type {PartialRecordLanguageEnumIImage}
6269
6269
  * @memberof ITemplateResponseComponentsInnerContentsInner
6270
6270
  */
6271
- 'image_mobile'?: PartialRecordLanguageEnumIImage;
6271
+ 'imageMobile'?: PartialRecordLanguageEnumIImage;
6272
6272
  /**
6273
6273
  *
6274
6274
  * @type {PartialRecordLanguageEnumIImage}
@@ -6367,7 +6367,7 @@ export interface ITemplateResponseComponentsInnerIdentity {
6367
6367
  * @type {PartialRecordLanguageEnumIImage}
6368
6368
  * @memberof ITemplateResponseComponentsInnerIdentity
6369
6369
  */
6370
- 'image_mobile'?: PartialRecordLanguageEnumIImage;
6370
+ 'imageMobile'?: PartialRecordLanguageEnumIImage;
6371
6371
  /**
6372
6372
  *
6373
6373
  * @type {PartialRecordLanguageEnumIImage}
@@ -6441,7 +6441,7 @@ export interface ITemplateResponseComponentsInnerProducts {
6441
6441
  * @type {ComponentProductTypeEnum}
6442
6442
  * @memberof ITemplateResponseComponentsInnerProducts
6443
6443
  */
6444
- 'rel_type'?: ComponentProductTypeEnum;
6444
+ 'relType'?: ComponentProductTypeEnum;
6445
6445
  /**
6446
6446
  *
6447
6447
  * @type {string}
@@ -6798,7 +6798,7 @@ export interface IUserResponse {
6798
6798
  * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
6799
6799
  * @memberof IUserResponse
6800
6800
  */
6801
- 'contact_permissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
6801
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
6802
6802
  /**
6803
6803
  *
6804
6804
  * @type {UserStatusEnum}
@@ -7419,13 +7419,13 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
7419
7419
  * @type {string}
7420
7420
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7421
7421
  */
7422
- 'dns_zone_id'?: string;
7422
+ 'dnsZoneId'?: string;
7423
7423
  /**
7424
7424
  *
7425
7425
  * @type {string}
7426
7426
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7427
7427
  */
7428
- 'dns_zone_domain'?: string;
7428
+ 'dnsZoneDomain'?: string;
7429
7429
  /**
7430
7430
  *
7431
7431
  * @type {{ [key: string]: string; }}
@@ -7451,7 +7451,7 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
7451
7451
  * @type {IImage}
7452
7452
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7453
7453
  */
7454
- 'email_logo'?: IImage;
7454
+ 'emailLogo'?: IImage;
7455
7455
  /**
7456
7456
  *
7457
7457
  * @type {IImage}
@@ -7487,19 +7487,19 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
7487
7487
  * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
7488
7488
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7489
7489
  */
7490
- 'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
7490
+ 'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
7491
7491
  /**
7492
7492
  *
7493
7493
  * @type {string}
7494
7494
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7495
7495
  */
7496
- 'sender_email'?: string;
7496
+ 'senderEmail'?: string;
7497
7497
  /**
7498
7498
  *
7499
7499
  * @type {string}
7500
7500
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7501
7501
  */
7502
- 'sender_name'?: string;
7502
+ 'senderName'?: string;
7503
7503
  }
7504
7504
  /**
7505
7505
  *
@@ -7892,13 +7892,13 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
7892
7892
  * @type {boolean}
7893
7893
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7894
7894
  */
7895
- 'stockless_sale'?: boolean;
7895
+ 'stocklessSale'?: boolean;
7896
7896
  /**
7897
7897
  *
7898
7898
  * @type {PriceType}
7899
7899
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7900
7900
  */
7901
- 'price_info': PriceType;
7901
+ 'priceInfo': PriceType;
7902
7902
  /**
7903
7903
  *
7904
7904
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -8002,13 +8002,13 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
8002
8002
  * @type {boolean}
8003
8003
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
8004
8004
  */
8005
- 'stockless_sale'?: boolean;
8005
+ 'stocklessSale'?: boolean;
8006
8006
  /**
8007
8007
  *
8008
8008
  * @type {PriceType}
8009
8009
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
8010
8010
  */
8011
- 'price_info': PriceType;
8011
+ 'priceInfo': PriceType;
8012
8012
  /**
8013
8013
  *
8014
8014
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -8202,7 +8202,7 @@ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdmin
8202
8202
  * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
8203
8203
  * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
8204
8204
  */
8205
- 'contact_permissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
8205
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
8206
8206
  /**
8207
8207
  *
8208
8208
  * @type {UserStatusEnum}
@@ -8347,19 +8347,19 @@ export interface PriceType {
8347
8347
  * @type {boolean}
8348
8348
  * @memberof PriceType
8349
8349
  */
8350
- 'tax_included': boolean;
8350
+ 'taxIncluded': boolean;
8351
8351
  /**
8352
8352
  *
8353
8353
  * @type {number}
8354
8354
  * @memberof PriceType
8355
8355
  */
8356
- 'purchase_price'?: number;
8356
+ 'purchasePrice'?: number;
8357
8357
  /**
8358
8358
  *
8359
8359
  * @type {number}
8360
8360
  * @memberof PriceType
8361
8361
  */
8362
- 'list_price': number;
8362
+ 'listPrice': number;
8363
8363
  /**
8364
8364
  *
8365
8365
  * @type {number}
package/dist/api/api.js CHANGED
@@ -1844,7 +1844,7 @@ const BrandApiAxiosParamCreator = function (configuration) {
1844
1844
  const localVarHeaderParameter = {};
1845
1845
  const localVarQueryParameter = {};
1846
1846
  if (companyId !== undefined) {
1847
- localVarQueryParameter['company_id'] = companyId;
1847
+ localVarQueryParameter['companyId'] = companyId;
1848
1848
  }
1849
1849
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1850
1850
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -1938,7 +1938,7 @@ const BrandApiAxiosParamCreator = function (configuration) {
1938
1938
  localVarQueryParameter['sort'] = sort;
1939
1939
  }
1940
1940
  if (companyId !== undefined) {
1941
- localVarQueryParameter['company_id'] = companyId;
1941
+ localVarQueryParameter['companyId'] = companyId;
1942
1942
  }
1943
1943
  if (domain !== undefined) {
1944
1944
  localVarQueryParameter['domain'] = domain;
@@ -2299,7 +2299,7 @@ const CategoryApiAxiosParamCreator = function (configuration) {
2299
2299
  const localVarHeaderParameter = {};
2300
2300
  const localVarQueryParameter = {};
2301
2301
  if (companyId !== undefined) {
2302
- localVarQueryParameter['company_id'] = companyId;
2302
+ localVarQueryParameter['companyId'] = companyId;
2303
2303
  }
2304
2304
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2305
2305
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -2365,7 +2365,7 @@ const CategoryApiAxiosParamCreator = function (configuration) {
2365
2365
  localVarQueryParameter['sort'] = sort;
2366
2366
  }
2367
2367
  if (companyId !== undefined) {
2368
- localVarQueryParameter['company_id'] = companyId;
2368
+ localVarQueryParameter['companyId'] = companyId;
2369
2369
  }
2370
2370
  if (domain !== undefined) {
2371
2371
  localVarQueryParameter['domain'] = domain;
@@ -2401,7 +2401,7 @@ const CategoryApiAxiosParamCreator = function (configuration) {
2401
2401
  const localVarHeaderParameter = {};
2402
2402
  const localVarQueryParameter = {};
2403
2403
  if (companyId !== undefined) {
2404
- localVarQueryParameter['company_id'] = companyId;
2404
+ localVarQueryParameter['companyId'] = companyId;
2405
2405
  }
2406
2406
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2407
2407
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -2815,7 +2815,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
2815
2815
  const localVarHeaderParameter = {};
2816
2816
  const localVarQueryParameter = {};
2817
2817
  if (companyId !== undefined) {
2818
- localVarQueryParameter['company_id'] = companyId;
2818
+ localVarQueryParameter['companyId'] = companyId;
2819
2819
  }
2820
2820
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2821
2821
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -2944,7 +2944,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
2944
2944
  localVarQueryParameter['sort'] = sort;
2945
2945
  }
2946
2946
  if (companyId !== undefined) {
2947
- localVarQueryParameter['company_id'] = companyId;
2947
+ localVarQueryParameter['companyId'] = companyId;
2948
2948
  }
2949
2949
  if (status !== undefined) {
2950
2950
  localVarQueryParameter['status'] = status;
@@ -2977,7 +2977,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
2977
2977
  const localVarHeaderParameter = {};
2978
2978
  const localVarQueryParameter = {};
2979
2979
  if (companyId !== undefined) {
2980
- localVarQueryParameter['company_id'] = companyId;
2980
+ localVarQueryParameter['companyId'] = companyId;
2981
2981
  }
2982
2982
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2983
2983
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -4858,7 +4858,7 @@ const ContactFormApiAxiosParamCreator = function (configuration) {
4858
4858
  localVarQueryParameter['sort'] = sort;
4859
4859
  }
4860
4860
  if (companyId !== undefined) {
4861
- localVarQueryParameter['company_id'] = companyId;
4861
+ localVarQueryParameter['companyId'] = companyId;
4862
4862
  }
4863
4863
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
4864
4864
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -5153,7 +5153,7 @@ const FileApiAxiosParamCreator = function (configuration) {
5153
5153
  localVarQueryParameter['sort'] = sort;
5154
5154
  }
5155
5155
  if (companyId !== undefined) {
5156
- localVarQueryParameter['company_id'] = companyId;
5156
+ localVarQueryParameter['companyId'] = companyId;
5157
5157
  }
5158
5158
  if (keywords) {
5159
5159
  localVarQueryParameter['keywords'] = keywords;
@@ -5572,7 +5572,7 @@ const NotificationApiAxiosParamCreator = function (configuration) {
5572
5572
  localVarQueryParameter['user'] = user;
5573
5573
  }
5574
5574
  if (companyId !== undefined) {
5575
- localVarQueryParameter['company_id'] = companyId;
5575
+ localVarQueryParameter['companyId'] = companyId;
5576
5576
  }
5577
5577
  if (status !== undefined) {
5578
5578
  localVarQueryParameter['status'] = status;
@@ -6367,7 +6367,7 @@ const PageApiAxiosParamCreator = function (configuration) {
6367
6367
  const localVarHeaderParameter = {};
6368
6368
  const localVarQueryParameter = {};
6369
6369
  if (companyId !== undefined) {
6370
- localVarQueryParameter['company_id'] = companyId;
6370
+ localVarQueryParameter['companyId'] = companyId;
6371
6371
  }
6372
6372
  if (domain !== undefined) {
6373
6373
  localVarQueryParameter['domain'] = domain;
@@ -6434,7 +6434,7 @@ const PageApiAxiosParamCreator = function (configuration) {
6434
6434
  const localVarHeaderParameter = {};
6435
6435
  const localVarQueryParameter = {};
6436
6436
  if (companyId !== undefined) {
6437
- localVarQueryParameter['company_id'] = companyId;
6437
+ localVarQueryParameter['companyId'] = companyId;
6438
6438
  }
6439
6439
  if (domain !== undefined) {
6440
6440
  localVarQueryParameter['domain'] = domain;
@@ -6470,7 +6470,7 @@ const PageApiAxiosParamCreator = function (configuration) {
6470
6470
  const localVarHeaderParameter = {};
6471
6471
  const localVarQueryParameter = {};
6472
6472
  if (companyId !== undefined) {
6473
- localVarQueryParameter['company_id'] = companyId;
6473
+ localVarQueryParameter['companyId'] = companyId;
6474
6474
  }
6475
6475
  if (domain !== undefined) {
6476
6476
  localVarQueryParameter['domain'] = domain;
@@ -6540,7 +6540,7 @@ const PageApiAxiosParamCreator = function (configuration) {
6540
6540
  localVarQueryParameter['sort'] = sort;
6541
6541
  }
6542
6542
  if (companyId !== undefined) {
6543
- localVarQueryParameter['company_id'] = companyId;
6543
+ localVarQueryParameter['companyId'] = companyId;
6544
6544
  }
6545
6545
  if (domain !== undefined) {
6546
6546
  localVarQueryParameter['domain'] = domain;
@@ -6579,7 +6579,7 @@ const PageApiAxiosParamCreator = function (configuration) {
6579
6579
  const localVarHeaderParameter = {};
6580
6580
  const localVarQueryParameter = {};
6581
6581
  if (companyId !== undefined) {
6582
- localVarQueryParameter['company_id'] = companyId;
6582
+ localVarQueryParameter['companyId'] = companyId;
6583
6583
  }
6584
6584
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
6585
6585
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -7425,7 +7425,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
7425
7425
  const localVarHeaderParameter = {};
7426
7426
  const localVarQueryParameter = {};
7427
7427
  if (companyId !== undefined) {
7428
- localVarQueryParameter['company_id'] = companyId;
7428
+ localVarQueryParameter['companyId'] = companyId;
7429
7429
  }
7430
7430
  if (search !== undefined) {
7431
7431
  localVarQueryParameter['search'] = search;
@@ -7461,7 +7461,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
7461
7461
  const localVarHeaderParameter = {};
7462
7462
  const localVarQueryParameter = {};
7463
7463
  if (companyId !== undefined) {
7464
- localVarQueryParameter['company_id'] = companyId;
7464
+ localVarQueryParameter['companyId'] = companyId;
7465
7465
  }
7466
7466
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
7467
7467
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -7522,7 +7522,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
7522
7522
  const localVarHeaderParameter = {};
7523
7523
  const localVarQueryParameter = {};
7524
7524
  if (companyId !== undefined) {
7525
- localVarQueryParameter['company_id'] = companyId;
7525
+ localVarQueryParameter['companyId'] = companyId;
7526
7526
  }
7527
7527
  if (domain !== undefined) {
7528
7528
  localVarQueryParameter['domain'] = domain;
@@ -7594,7 +7594,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
7594
7594
  localVarQueryParameter['sort'] = sort;
7595
7595
  }
7596
7596
  if (companyId !== undefined) {
7597
- localVarQueryParameter['company_id'] = companyId;
7597
+ localVarQueryParameter['companyId'] = companyId;
7598
7598
  }
7599
7599
  if (domain !== undefined) {
7600
7600
  localVarQueryParameter['domain'] = domain;
@@ -7644,7 +7644,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
7644
7644
  localVarQueryParameter['search'] = search;
7645
7645
  }
7646
7646
  if (companyId !== undefined) {
7647
- localVarQueryParameter['company_id'] = companyId;
7647
+ localVarQueryParameter['companyId'] = companyId;
7648
7648
  }
7649
7649
  if (domain !== undefined) {
7650
7650
  localVarQueryParameter['domain'] = domain;
@@ -8276,7 +8276,7 @@ const TemplateApiAxiosParamCreator = function (configuration) {
8276
8276
  const localVarHeaderParameter = {};
8277
8277
  const localVarQueryParameter = {};
8278
8278
  if (companyId !== undefined) {
8279
- localVarQueryParameter['company_id'] = companyId;
8279
+ localVarQueryParameter['companyId'] = companyId;
8280
8280
  }
8281
8281
  if (type !== undefined) {
8282
8282
  localVarQueryParameter['type'] = type;
package/dist/api/api.mjs CHANGED
@@ -1821,7 +1821,7 @@ export const BrandApiAxiosParamCreator = function (configuration) {
1821
1821
  const localVarHeaderParameter = {};
1822
1822
  const localVarQueryParameter = {};
1823
1823
  if (companyId !== undefined) {
1824
- localVarQueryParameter['company_id'] = companyId;
1824
+ localVarQueryParameter['companyId'] = companyId;
1825
1825
  }
1826
1826
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1827
1827
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -1915,7 +1915,7 @@ export const BrandApiAxiosParamCreator = function (configuration) {
1915
1915
  localVarQueryParameter['sort'] = sort;
1916
1916
  }
1917
1917
  if (companyId !== undefined) {
1918
- localVarQueryParameter['company_id'] = companyId;
1918
+ localVarQueryParameter['companyId'] = companyId;
1919
1919
  }
1920
1920
  if (domain !== undefined) {
1921
1921
  localVarQueryParameter['domain'] = domain;
@@ -2272,7 +2272,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
2272
2272
  const localVarHeaderParameter = {};
2273
2273
  const localVarQueryParameter = {};
2274
2274
  if (companyId !== undefined) {
2275
- localVarQueryParameter['company_id'] = companyId;
2275
+ localVarQueryParameter['companyId'] = companyId;
2276
2276
  }
2277
2277
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2278
2278
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -2338,7 +2338,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
2338
2338
  localVarQueryParameter['sort'] = sort;
2339
2339
  }
2340
2340
  if (companyId !== undefined) {
2341
- localVarQueryParameter['company_id'] = companyId;
2341
+ localVarQueryParameter['companyId'] = companyId;
2342
2342
  }
2343
2343
  if (domain !== undefined) {
2344
2344
  localVarQueryParameter['domain'] = domain;
@@ -2374,7 +2374,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
2374
2374
  const localVarHeaderParameter = {};
2375
2375
  const localVarQueryParameter = {};
2376
2376
  if (companyId !== undefined) {
2377
- localVarQueryParameter['company_id'] = companyId;
2377
+ localVarQueryParameter['companyId'] = companyId;
2378
2378
  }
2379
2379
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2380
2380
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -2784,7 +2784,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
2784
2784
  const localVarHeaderParameter = {};
2785
2785
  const localVarQueryParameter = {};
2786
2786
  if (companyId !== undefined) {
2787
- localVarQueryParameter['company_id'] = companyId;
2787
+ localVarQueryParameter['companyId'] = companyId;
2788
2788
  }
2789
2789
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2790
2790
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -2913,7 +2913,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
2913
2913
  localVarQueryParameter['sort'] = sort;
2914
2914
  }
2915
2915
  if (companyId !== undefined) {
2916
- localVarQueryParameter['company_id'] = companyId;
2916
+ localVarQueryParameter['companyId'] = companyId;
2917
2917
  }
2918
2918
  if (status !== undefined) {
2919
2919
  localVarQueryParameter['status'] = status;
@@ -2946,7 +2946,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
2946
2946
  const localVarHeaderParameter = {};
2947
2947
  const localVarQueryParameter = {};
2948
2948
  if (companyId !== undefined) {
2949
- localVarQueryParameter['company_id'] = companyId;
2949
+ localVarQueryParameter['companyId'] = companyId;
2950
2950
  }
2951
2951
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2952
2952
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -4819,7 +4819,7 @@ export const ContactFormApiAxiosParamCreator = function (configuration) {
4819
4819
  localVarQueryParameter['sort'] = sort;
4820
4820
  }
4821
4821
  if (companyId !== undefined) {
4822
- localVarQueryParameter['company_id'] = companyId;
4822
+ localVarQueryParameter['companyId'] = companyId;
4823
4823
  }
4824
4824
  setSearchParams(localVarUrlObj, localVarQueryParameter);
4825
4825
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -5110,7 +5110,7 @@ export const FileApiAxiosParamCreator = function (configuration) {
5110
5110
  localVarQueryParameter['sort'] = sort;
5111
5111
  }
5112
5112
  if (companyId !== undefined) {
5113
- localVarQueryParameter['company_id'] = companyId;
5113
+ localVarQueryParameter['companyId'] = companyId;
5114
5114
  }
5115
5115
  if (keywords) {
5116
5116
  localVarQueryParameter['keywords'] = keywords;
@@ -5525,7 +5525,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
5525
5525
  localVarQueryParameter['user'] = user;
5526
5526
  }
5527
5527
  if (companyId !== undefined) {
5528
- localVarQueryParameter['company_id'] = companyId;
5528
+ localVarQueryParameter['companyId'] = companyId;
5529
5529
  }
5530
5530
  if (status !== undefined) {
5531
5531
  localVarQueryParameter['status'] = status;
@@ -6312,7 +6312,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
6312
6312
  const localVarHeaderParameter = {};
6313
6313
  const localVarQueryParameter = {};
6314
6314
  if (companyId !== undefined) {
6315
- localVarQueryParameter['company_id'] = companyId;
6315
+ localVarQueryParameter['companyId'] = companyId;
6316
6316
  }
6317
6317
  if (domain !== undefined) {
6318
6318
  localVarQueryParameter['domain'] = domain;
@@ -6379,7 +6379,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
6379
6379
  const localVarHeaderParameter = {};
6380
6380
  const localVarQueryParameter = {};
6381
6381
  if (companyId !== undefined) {
6382
- localVarQueryParameter['company_id'] = companyId;
6382
+ localVarQueryParameter['companyId'] = companyId;
6383
6383
  }
6384
6384
  if (domain !== undefined) {
6385
6385
  localVarQueryParameter['domain'] = domain;
@@ -6415,7 +6415,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
6415
6415
  const localVarHeaderParameter = {};
6416
6416
  const localVarQueryParameter = {};
6417
6417
  if (companyId !== undefined) {
6418
- localVarQueryParameter['company_id'] = companyId;
6418
+ localVarQueryParameter['companyId'] = companyId;
6419
6419
  }
6420
6420
  if (domain !== undefined) {
6421
6421
  localVarQueryParameter['domain'] = domain;
@@ -6485,7 +6485,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
6485
6485
  localVarQueryParameter['sort'] = sort;
6486
6486
  }
6487
6487
  if (companyId !== undefined) {
6488
- localVarQueryParameter['company_id'] = companyId;
6488
+ localVarQueryParameter['companyId'] = companyId;
6489
6489
  }
6490
6490
  if (domain !== undefined) {
6491
6491
  localVarQueryParameter['domain'] = domain;
@@ -6524,7 +6524,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
6524
6524
  const localVarHeaderParameter = {};
6525
6525
  const localVarQueryParameter = {};
6526
6526
  if (companyId !== undefined) {
6527
- localVarQueryParameter['company_id'] = companyId;
6527
+ localVarQueryParameter['companyId'] = companyId;
6528
6528
  }
6529
6529
  setSearchParams(localVarUrlObj, localVarQueryParameter);
6530
6530
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -7362,7 +7362,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
7362
7362
  const localVarHeaderParameter = {};
7363
7363
  const localVarQueryParameter = {};
7364
7364
  if (companyId !== undefined) {
7365
- localVarQueryParameter['company_id'] = companyId;
7365
+ localVarQueryParameter['companyId'] = companyId;
7366
7366
  }
7367
7367
  if (search !== undefined) {
7368
7368
  localVarQueryParameter['search'] = search;
@@ -7398,7 +7398,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
7398
7398
  const localVarHeaderParameter = {};
7399
7399
  const localVarQueryParameter = {};
7400
7400
  if (companyId !== undefined) {
7401
- localVarQueryParameter['company_id'] = companyId;
7401
+ localVarQueryParameter['companyId'] = companyId;
7402
7402
  }
7403
7403
  setSearchParams(localVarUrlObj, localVarQueryParameter);
7404
7404
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -7459,7 +7459,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
7459
7459
  const localVarHeaderParameter = {};
7460
7460
  const localVarQueryParameter = {};
7461
7461
  if (companyId !== undefined) {
7462
- localVarQueryParameter['company_id'] = companyId;
7462
+ localVarQueryParameter['companyId'] = companyId;
7463
7463
  }
7464
7464
  if (domain !== undefined) {
7465
7465
  localVarQueryParameter['domain'] = domain;
@@ -7531,7 +7531,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
7531
7531
  localVarQueryParameter['sort'] = sort;
7532
7532
  }
7533
7533
  if (companyId !== undefined) {
7534
- localVarQueryParameter['company_id'] = companyId;
7534
+ localVarQueryParameter['companyId'] = companyId;
7535
7535
  }
7536
7536
  if (domain !== undefined) {
7537
7537
  localVarQueryParameter['domain'] = domain;
@@ -7581,7 +7581,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
7581
7581
  localVarQueryParameter['search'] = search;
7582
7582
  }
7583
7583
  if (companyId !== undefined) {
7584
- localVarQueryParameter['company_id'] = companyId;
7584
+ localVarQueryParameter['companyId'] = companyId;
7585
7585
  }
7586
7586
  if (domain !== undefined) {
7587
7587
  localVarQueryParameter['domain'] = domain;
@@ -8205,7 +8205,7 @@ export const TemplateApiAxiosParamCreator = function (configuration) {
8205
8205
  const localVarHeaderParameter = {};
8206
8206
  const localVarQueryParameter = {};
8207
8207
  if (companyId !== undefined) {
8208
- localVarQueryParameter['company_id'] = companyId;
8208
+ localVarQueryParameter['companyId'] = companyId;
8209
8209
  }
8210
8210
  if (type !== undefined) {
8211
8211
  localVarQueryParameter['type'] = type;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.40",
3
+ "version": "1.2.0",
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": "22237e17ba6c887f709b3d6d3ad6e618aa8b707e"
40
+ "gitHead": "7f3c350c684764a92afbbc687368fd94fa465e87"
41
41
  }