@infisale-client/api-client 1.1.39 → 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}
@@ -8375,6 +8375,9 @@ export interface PriceType {
8375
8375
  export declare const ProductDetailImageZoomTypeEnum: {
8376
8376
  readonly MOVE: "move";
8377
8377
  readonly CLICK: "click";
8378
+ readonly HOVER: "hover";
8379
+ readonly DIALOG: "dialog";
8380
+ readonly NONE: "none";
8378
8381
  };
8379
8382
  export type ProductDetailImageZoomTypeEnum = typeof ProductDetailImageZoomTypeEnum[keyof typeof ProductDetailImageZoomTypeEnum];
8380
8383
  /**
package/dist/api/api.js CHANGED
@@ -578,7 +578,10 @@ exports.PlanTypeEnum = {
578
578
  */
579
579
  exports.ProductDetailImageZoomTypeEnum = {
580
580
  MOVE: 'move',
581
- CLICK: 'click'
581
+ CLICK: 'click',
582
+ HOVER: 'hover',
583
+ DIALOG: 'dialog',
584
+ NONE: 'none'
582
585
  };
583
586
  /**
584
587
  *
@@ -1439,7 +1442,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
1439
1442
  localVarQueryParameter['sort'] = sort;
1440
1443
  }
1441
1444
  if (companyId !== undefined) {
1442
- localVarQueryParameter['company_id'] = companyId;
1445
+ localVarQueryParameter['companyId'] = companyId;
1443
1446
  }
1444
1447
  if (status !== undefined) {
1445
1448
  localVarQueryParameter['status'] = status;
@@ -1780,7 +1783,7 @@ const PageApiAxiosParamCreator = function (configuration) {
1780
1783
  const localVarHeaderParameter = {};
1781
1784
  const localVarQueryParameter = {};
1782
1785
  if (companyId !== undefined) {
1783
- localVarQueryParameter['company_id'] = companyId;
1786
+ localVarQueryParameter['companyId'] = companyId;
1784
1787
  }
1785
1788
  if (domain !== undefined) {
1786
1789
  localVarQueryParameter['domain'] = domain;
@@ -1816,7 +1819,7 @@ const PageApiAxiosParamCreator = function (configuration) {
1816
1819
  const localVarHeaderParameter = {};
1817
1820
  const localVarQueryParameter = {};
1818
1821
  if (companyId !== undefined) {
1819
- localVarQueryParameter['company_id'] = companyId;
1822
+ localVarQueryParameter['companyId'] = companyId;
1820
1823
  }
1821
1824
  if (domain !== undefined) {
1822
1825
  localVarQueryParameter['domain'] = domain;
@@ -1886,7 +1889,7 @@ const PageApiAxiosParamCreator = function (configuration) {
1886
1889
  localVarQueryParameter['sort'] = sort;
1887
1890
  }
1888
1891
  if (companyId !== undefined) {
1889
- localVarQueryParameter['company_id'] = companyId;
1892
+ localVarQueryParameter['companyId'] = companyId;
1890
1893
  }
1891
1894
  if (domain !== undefined) {
1892
1895
  localVarQueryParameter['domain'] = domain;
@@ -2074,7 +2077,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
2074
2077
  const localVarHeaderParameter = {};
2075
2078
  const localVarQueryParameter = {};
2076
2079
  if (companyId !== undefined) {
2077
- localVarQueryParameter['company_id'] = companyId;
2080
+ localVarQueryParameter['companyId'] = companyId;
2078
2081
  }
2079
2082
  if (domain !== undefined) {
2080
2083
  localVarQueryParameter['domain'] = domain;
@@ -2146,7 +2149,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
2146
2149
  localVarQueryParameter['sort'] = sort;
2147
2150
  }
2148
2151
  if (companyId !== undefined) {
2149
- localVarQueryParameter['company_id'] = companyId;
2152
+ localVarQueryParameter['companyId'] = companyId;
2150
2153
  }
2151
2154
  if (domain !== undefined) {
2152
2155
  localVarQueryParameter['domain'] = domain;
@@ -2196,7 +2199,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
2196
2199
  localVarQueryParameter['search'] = search;
2197
2200
  }
2198
2201
  if (companyId !== undefined) {
2199
- localVarQueryParameter['company_id'] = companyId;
2202
+ localVarQueryParameter['companyId'] = companyId;
2200
2203
  }
2201
2204
  if (domain !== undefined) {
2202
2205
  localVarQueryParameter['domain'] = domain;
package/dist/api/api.mjs CHANGED
@@ -568,7 +568,10 @@ export const PlanTypeEnum = {
568
568
  */
569
569
  export const ProductDetailImageZoomTypeEnum = {
570
570
  MOVE: 'move',
571
- CLICK: 'click'
571
+ CLICK: 'click',
572
+ HOVER: 'hover',
573
+ DIALOG: 'dialog',
574
+ NONE: 'none'
572
575
  };
573
576
  /**
574
577
  *
@@ -1421,7 +1424,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
1421
1424
  localVarQueryParameter['sort'] = sort;
1422
1425
  }
1423
1426
  if (companyId !== undefined) {
1424
- localVarQueryParameter['company_id'] = companyId;
1427
+ localVarQueryParameter['companyId'] = companyId;
1425
1428
  }
1426
1429
  if (status !== undefined) {
1427
1430
  localVarQueryParameter['status'] = status;
@@ -1750,7 +1753,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
1750
1753
  const localVarHeaderParameter = {};
1751
1754
  const localVarQueryParameter = {};
1752
1755
  if (companyId !== undefined) {
1753
- localVarQueryParameter['company_id'] = companyId;
1756
+ localVarQueryParameter['companyId'] = companyId;
1754
1757
  }
1755
1758
  if (domain !== undefined) {
1756
1759
  localVarQueryParameter['domain'] = domain;
@@ -1786,7 +1789,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
1786
1789
  const localVarHeaderParameter = {};
1787
1790
  const localVarQueryParameter = {};
1788
1791
  if (companyId !== undefined) {
1789
- localVarQueryParameter['company_id'] = companyId;
1792
+ localVarQueryParameter['companyId'] = companyId;
1790
1793
  }
1791
1794
  if (domain !== undefined) {
1792
1795
  localVarQueryParameter['domain'] = domain;
@@ -1856,7 +1859,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
1856
1859
  localVarQueryParameter['sort'] = sort;
1857
1860
  }
1858
1861
  if (companyId !== undefined) {
1859
- localVarQueryParameter['company_id'] = companyId;
1862
+ localVarQueryParameter['companyId'] = companyId;
1860
1863
  }
1861
1864
  if (domain !== undefined) {
1862
1865
  localVarQueryParameter['domain'] = domain;
@@ -2040,7 +2043,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
2040
2043
  const localVarHeaderParameter = {};
2041
2044
  const localVarQueryParameter = {};
2042
2045
  if (companyId !== undefined) {
2043
- localVarQueryParameter['company_id'] = companyId;
2046
+ localVarQueryParameter['companyId'] = companyId;
2044
2047
  }
2045
2048
  if (domain !== undefined) {
2046
2049
  localVarQueryParameter['domain'] = domain;
@@ -2112,7 +2115,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
2112
2115
  localVarQueryParameter['sort'] = sort;
2113
2116
  }
2114
2117
  if (companyId !== undefined) {
2115
- localVarQueryParameter['company_id'] = companyId;
2118
+ localVarQueryParameter['companyId'] = companyId;
2116
2119
  }
2117
2120
  if (domain !== undefined) {
2118
2121
  localVarQueryParameter['domain'] = domain;
@@ -2162,7 +2165,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
2162
2165
  localVarQueryParameter['search'] = search;
2163
2166
  }
2164
2167
  if (companyId !== undefined) {
2165
- localVarQueryParameter['company_id'] = companyId;
2168
+ localVarQueryParameter['companyId'] = companyId;
2166
2169
  }
2167
2170
  if (domain !== undefined) {
2168
2171
  localVarQueryParameter['domain'] = domain;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.1.39",
3
+ "version": "1.2.0",
4
4
  "description": "api-client-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "910aed4adc0509233b726a1cf12da6866017cfee"
40
+ "gitHead": "7f3c350c684764a92afbbc687368fd94fa465e87"
41
41
  }