@infisale-client/api-client 1.1.40 → 1.2.2

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,13 +4732,25 @@ 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}
4739
4739
  * @memberof IPageGetAllQueryParams
4740
4740
  */
4741
4741
  'domain'?: string;
4742
+ /**
4743
+ *
4744
+ * @type {string}
4745
+ * @memberof IPageGetAllQueryParams
4746
+ */
4747
+ 'search'?: string;
4748
+ /**
4749
+ *
4750
+ * @type {string}
4751
+ * @memberof IPageGetAllQueryParams
4752
+ */
4753
+ 'template'?: string;
4742
4754
  /**
4743
4755
  *
4744
4756
  * @type {Array<PageTypeEnum>}
@@ -5278,7 +5290,7 @@ export interface IProductCollectionQueryParams {
5278
5290
  * @type {string}
5279
5291
  * @memberof IProductCollectionQueryParams
5280
5292
  */
5281
- 'company_id'?: string;
5293
+ 'companyId'?: string;
5282
5294
  /**
5283
5295
  *
5284
5296
  * @type {string}
@@ -5377,13 +5389,13 @@ export interface IProductPatchRequest {
5377
5389
  * @type {boolean}
5378
5390
  * @memberof IProductPatchRequest
5379
5391
  */
5380
- 'stockless_sale'?: boolean;
5392
+ 'stocklessSale'?: boolean;
5381
5393
  /**
5382
5394
  *
5383
5395
  * @type {PriceType}
5384
5396
  * @memberof IProductPatchRequest
5385
5397
  */
5386
- 'price_info'?: PriceType;
5398
+ 'priceInfo'?: PriceType;
5387
5399
  /**
5388
5400
  *
5389
5401
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -5456,13 +5468,13 @@ export interface IProductPostRequest {
5456
5468
  * @type {boolean}
5457
5469
  * @memberof IProductPostRequest
5458
5470
  */
5459
- 'stockless_sale'?: boolean;
5471
+ 'stocklessSale'?: boolean;
5460
5472
  /**
5461
5473
  *
5462
5474
  * @type {PriceType}
5463
5475
  * @memberof IProductPostRequest
5464
5476
  */
5465
- 'price_info': PriceType;
5477
+ 'priceInfo': PriceType;
5466
5478
  /**
5467
5479
  *
5468
5480
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -5577,13 +5589,13 @@ export interface IProductResponse {
5577
5589
  * @type {boolean}
5578
5590
  * @memberof IProductResponse
5579
5591
  */
5580
- 'stockless_sale'?: boolean;
5592
+ 'stocklessSale'?: boolean;
5581
5593
  /**
5582
5594
  *
5583
5595
  * @type {PriceType}
5584
5596
  * @memberof IProductResponse
5585
5597
  */
5586
- 'price_info': PriceType;
5598
+ 'priceInfo': PriceType;
5587
5599
  /**
5588
5600
  *
5589
5601
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -5675,7 +5687,7 @@ export interface IProductResponseVariantsValue {
5675
5687
  * @type {boolean}
5676
5688
  * @memberof IProductResponseVariantsValue
5677
5689
  */
5678
- 'stockless_sale'?: boolean;
5690
+ 'stocklessSale'?: boolean;
5679
5691
  /**
5680
5692
  *
5681
5693
  * @type {{ [key: string]: IProductResponseStockValue; }}
@@ -5689,7 +5701,7 @@ export interface IProductResponseVariantsValue {
5689
5701
  * @type {PriceType}
5690
5702
  * @memberof IProductResponseVariantsValue
5691
5703
  */
5692
- 'price_info'?: PriceType;
5704
+ 'priceInfo'?: PriceType;
5693
5705
  }
5694
5706
  /**
5695
5707
  *
@@ -5720,7 +5732,7 @@ export interface IProductResponseVariantsValueVariantsValue {
5720
5732
  * @type {boolean}
5721
5733
  * @memberof IProductResponseVariantsValueVariantsValue
5722
5734
  */
5723
- 'stockless_sale': boolean;
5735
+ 'stocklessSale': boolean;
5724
5736
  /**
5725
5737
  *
5726
5738
  * @type {{ [key: string]: IProductResponseStockValue; }}
@@ -5734,7 +5746,7 @@ export interface IProductResponseVariantsValueVariantsValue {
5734
5746
  * @type {PriceType}
5735
5747
  * @memberof IProductResponseVariantsValueVariantsValue
5736
5748
  */
5737
- 'price_info': PriceType;
5749
+ 'priceInfo': PriceType;
5738
5750
  }
5739
5751
  /**
5740
5752
  *
@@ -6250,7 +6262,7 @@ export interface ITemplateResponseComponentsInnerContentsInner {
6250
6262
  * @type {ComponentContentTypeEnum}
6251
6263
  * @memberof ITemplateResponseComponentsInnerContentsInner
6252
6264
  */
6253
- 'content_type': ComponentContentTypeEnum;
6265
+ 'contentType': ComponentContentTypeEnum;
6254
6266
  /**
6255
6267
  *
6256
6268
  * @type {PartialRecordLanguageEnumString}
@@ -6268,7 +6280,7 @@ export interface ITemplateResponseComponentsInnerContentsInner {
6268
6280
  * @type {PartialRecordLanguageEnumIImage}
6269
6281
  * @memberof ITemplateResponseComponentsInnerContentsInner
6270
6282
  */
6271
- 'image_mobile'?: PartialRecordLanguageEnumIImage;
6283
+ 'imageMobile'?: PartialRecordLanguageEnumIImage;
6272
6284
  /**
6273
6285
  *
6274
6286
  * @type {PartialRecordLanguageEnumIImage}
@@ -6367,7 +6379,7 @@ export interface ITemplateResponseComponentsInnerIdentity {
6367
6379
  * @type {PartialRecordLanguageEnumIImage}
6368
6380
  * @memberof ITemplateResponseComponentsInnerIdentity
6369
6381
  */
6370
- 'image_mobile'?: PartialRecordLanguageEnumIImage;
6382
+ 'imageMobile'?: PartialRecordLanguageEnumIImage;
6371
6383
  /**
6372
6384
  *
6373
6385
  * @type {PartialRecordLanguageEnumIImage}
@@ -6441,7 +6453,7 @@ export interface ITemplateResponseComponentsInnerProducts {
6441
6453
  * @type {ComponentProductTypeEnum}
6442
6454
  * @memberof ITemplateResponseComponentsInnerProducts
6443
6455
  */
6444
- 'rel_type'?: ComponentProductTypeEnum;
6456
+ 'relType'?: ComponentProductTypeEnum;
6445
6457
  /**
6446
6458
  *
6447
6459
  * @type {string}
@@ -6798,7 +6810,7 @@ export interface IUserResponse {
6798
6810
  * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
6799
6811
  * @memberof IUserResponse
6800
6812
  */
6801
- 'contact_permissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
6813
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
6802
6814
  /**
6803
6815
  *
6804
6816
  * @type {UserStatusEnum}
@@ -7419,13 +7431,13 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
7419
7431
  * @type {string}
7420
7432
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7421
7433
  */
7422
- 'dns_zone_id'?: string;
7434
+ 'dnsZoneId'?: string;
7423
7435
  /**
7424
7436
  *
7425
7437
  * @type {string}
7426
7438
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7427
7439
  */
7428
- 'dns_zone_domain'?: string;
7440
+ 'dnsZoneDomain'?: string;
7429
7441
  /**
7430
7442
  *
7431
7443
  * @type {{ [key: string]: string; }}
@@ -7451,7 +7463,7 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
7451
7463
  * @type {IImage}
7452
7464
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7453
7465
  */
7454
- 'email_logo'?: IImage;
7466
+ 'emailLogo'?: IImage;
7455
7467
  /**
7456
7468
  *
7457
7469
  * @type {IImage}
@@ -7487,19 +7499,19 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
7487
7499
  * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin}
7488
7500
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7489
7501
  */
7490
- 'firebase_login': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
7502
+ 'firebaseLogin': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFirebaseLogin;
7491
7503
  /**
7492
7504
  *
7493
7505
  * @type {string}
7494
7506
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7495
7507
  */
7496
- 'sender_email'?: string;
7508
+ 'senderEmail'?: string;
7497
7509
  /**
7498
7510
  *
7499
7511
  * @type {string}
7500
7512
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7501
7513
  */
7502
- 'sender_name'?: string;
7514
+ 'senderName'?: string;
7503
7515
  }
7504
7516
  /**
7505
7517
  *
@@ -7892,13 +7904,13 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate {
7892
7904
  * @type {boolean}
7893
7905
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7894
7906
  */
7895
- 'stockless_sale'?: boolean;
7907
+ 'stocklessSale'?: boolean;
7896
7908
  /**
7897
7909
  *
7898
7910
  * @type {PriceType}
7899
7911
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplate
7900
7912
  */
7901
- 'price_info': PriceType;
7913
+ 'priceInfo': PriceType;
7902
7914
  /**
7903
7915
  *
7904
7916
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -8002,13 +8014,13 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
8002
8014
  * @type {boolean}
8003
8015
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
8004
8016
  */
8005
- 'stockless_sale'?: boolean;
8017
+ 'stocklessSale'?: boolean;
8006
8018
  /**
8007
8019
  *
8008
8020
  * @type {PriceType}
8009
8021
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
8010
8022
  */
8011
- 'price_info': PriceType;
8023
+ 'priceInfo': PriceType;
8012
8024
  /**
8013
8025
  *
8014
8026
  * @type {PartialRecordLanguageEnumIContentsValue}
@@ -8202,7 +8214,7 @@ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdmin
8202
8214
  * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
8203
8215
  * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
8204
8216
  */
8205
- 'contact_permissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
8217
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
8206
8218
  /**
8207
8219
  *
8208
8220
  * @type {UserStatusEnum}
@@ -8347,19 +8359,19 @@ export interface PriceType {
8347
8359
  * @type {boolean}
8348
8360
  * @memberof PriceType
8349
8361
  */
8350
- 'tax_included': boolean;
8362
+ 'taxIncluded': boolean;
8351
8363
  /**
8352
8364
  *
8353
8365
  * @type {number}
8354
8366
  * @memberof PriceType
8355
8367
  */
8356
- 'purchase_price'?: number;
8368
+ 'purchasePrice'?: number;
8357
8369
  /**
8358
8370
  *
8359
8371
  * @type {number}
8360
8372
  * @memberof PriceType
8361
8373
  */
8362
- 'list_price': number;
8374
+ 'listPrice': number;
8363
8375
  /**
8364
8376
  *
8365
8377
  * @type {number}
@@ -9380,10 +9392,11 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
9380
9392
  * @param {string} type
9381
9393
  * @param {string} [companyId]
9382
9394
  * @param {string} [domain]
9395
+ * @param {string} [template]
9383
9396
  * @param {*} [options] Override http request option.
9384
9397
  * @throws {RequiredError}
9385
9398
  */
9386
- getPageByType: (type: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9399
+ getPageByType: (type: string, companyId?: string, domain?: string, template?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9387
9400
  /**
9388
9401
  *
9389
9402
  * @param {number} [page]
@@ -9422,10 +9435,11 @@ export declare const PageApiFp: (configuration?: Configuration) => {
9422
9435
  * @param {string} type
9423
9436
  * @param {string} [companyId]
9424
9437
  * @param {string} [domain]
9438
+ * @param {string} [template]
9425
9439
  * @param {*} [options] Override http request option.
9426
9440
  * @throws {RequiredError}
9427
9441
  */
9428
- getPageByType(type: string, companyId?: string, domain?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
9442
+ getPageByType(type: string, companyId?: string, domain?: string, template?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPageResponse>>;
9429
9443
  /**
9430
9444
  *
9431
9445
  * @param {number} [page]
@@ -9521,6 +9535,12 @@ export interface PageApiGetPageByTypeRequest {
9521
9535
  * @memberof PageApiGetPageByType
9522
9536
  */
9523
9537
  readonly domain?: string;
9538
+ /**
9539
+ *
9540
+ * @type {string}
9541
+ * @memberof PageApiGetPageByType
9542
+ */
9543
+ readonly template?: string;
9524
9544
  }
9525
9545
  /**
9526
9546
  * Request parameters for getPages operation in PageApi.
package/dist/api/api.js CHANGED
@@ -1442,7 +1442,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
1442
1442
  localVarQueryParameter['sort'] = sort;
1443
1443
  }
1444
1444
  if (companyId !== undefined) {
1445
- localVarQueryParameter['company_id'] = companyId;
1445
+ localVarQueryParameter['companyId'] = companyId;
1446
1446
  }
1447
1447
  if (status !== undefined) {
1448
1448
  localVarQueryParameter['status'] = status;
@@ -1783,7 +1783,7 @@ const PageApiAxiosParamCreator = function (configuration) {
1783
1783
  const localVarHeaderParameter = {};
1784
1784
  const localVarQueryParameter = {};
1785
1785
  if (companyId !== undefined) {
1786
- localVarQueryParameter['company_id'] = companyId;
1786
+ localVarQueryParameter['companyId'] = companyId;
1787
1787
  }
1788
1788
  if (domain !== undefined) {
1789
1789
  localVarQueryParameter['domain'] = domain;
@@ -1801,10 +1801,11 @@ const PageApiAxiosParamCreator = function (configuration) {
1801
1801
  * @param {string} type
1802
1802
  * @param {string} [companyId]
1803
1803
  * @param {string} [domain]
1804
+ * @param {string} [template]
1804
1805
  * @param {*} [options] Override http request option.
1805
1806
  * @throws {RequiredError}
1806
1807
  */
1807
- getPageByType: async (type, companyId, domain, options = {}) => {
1808
+ getPageByType: async (type, companyId, domain, template, options = {}) => {
1808
1809
  // verify required parameter 'type' is not null or undefined
1809
1810
  (0, common_1.assertParamExists)('getPageByType', 'type', type);
1810
1811
  const localVarPath = `/api/pages/type/{type}`
@@ -1819,11 +1820,14 @@ const PageApiAxiosParamCreator = function (configuration) {
1819
1820
  const localVarHeaderParameter = {};
1820
1821
  const localVarQueryParameter = {};
1821
1822
  if (companyId !== undefined) {
1822
- localVarQueryParameter['company_id'] = companyId;
1823
+ localVarQueryParameter['companyId'] = companyId;
1823
1824
  }
1824
1825
  if (domain !== undefined) {
1825
1826
  localVarQueryParameter['domain'] = domain;
1826
1827
  }
1828
+ if (template !== undefined) {
1829
+ localVarQueryParameter['template'] = template;
1830
+ }
1827
1831
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1828
1832
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1829
1833
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -1889,7 +1893,7 @@ const PageApiAxiosParamCreator = function (configuration) {
1889
1893
  localVarQueryParameter['sort'] = sort;
1890
1894
  }
1891
1895
  if (companyId !== undefined) {
1892
- localVarQueryParameter['company_id'] = companyId;
1896
+ localVarQueryParameter['companyId'] = companyId;
1893
1897
  }
1894
1898
  if (domain !== undefined) {
1895
1899
  localVarQueryParameter['domain'] = domain;
@@ -1937,11 +1941,12 @@ const PageApiFp = function (configuration) {
1937
1941
  * @param {string} type
1938
1942
  * @param {string} [companyId]
1939
1943
  * @param {string} [domain]
1944
+ * @param {string} [template]
1940
1945
  * @param {*} [options] Override http request option.
1941
1946
  * @throws {RequiredError}
1942
1947
  */
1943
- async getPageByType(type, companyId, domain, options) {
1944
- const localVarAxiosArgs = await localVarAxiosParamCreator.getPageByType(type, companyId, domain, options);
1948
+ async getPageByType(type, companyId, domain, template, options) {
1949
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getPageByType(type, companyId, domain, template, options);
1945
1950
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1946
1951
  const localVarOperationServerBasePath = base_1.operationServerMap['PageApi.getPageByType']?.[localVarOperationServerIndex]?.url;
1947
1952
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1995,7 +2000,7 @@ const PageApiFactory = function (configuration, basePath, axios) {
1995
2000
  * @throws {RequiredError}
1996
2001
  */
1997
2002
  getPageByType(requestParameters, options) {
1998
- return localVarFp.getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, options).then((request) => request(axios, basePath));
2003
+ return localVarFp.getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, requestParameters.template, options).then((request) => request(axios, basePath));
1999
2004
  },
2000
2005
  /**
2001
2006
  *
@@ -2034,7 +2039,7 @@ class PageApi extends base_1.BaseAPI {
2034
2039
  * @memberof PageApi
2035
2040
  */
2036
2041
  getPageByType(requestParameters, options) {
2037
- return (0, exports.PageApiFp)(this.configuration).getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, options).then((request) => request(this.axios, this.basePath));
2042
+ return (0, exports.PageApiFp)(this.configuration).getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, requestParameters.template, options).then((request) => request(this.axios, this.basePath));
2038
2043
  }
2039
2044
  /**
2040
2045
  *
@@ -2077,7 +2082,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
2077
2082
  const localVarHeaderParameter = {};
2078
2083
  const localVarQueryParameter = {};
2079
2084
  if (companyId !== undefined) {
2080
- localVarQueryParameter['company_id'] = companyId;
2085
+ localVarQueryParameter['companyId'] = companyId;
2081
2086
  }
2082
2087
  if (domain !== undefined) {
2083
2088
  localVarQueryParameter['domain'] = domain;
@@ -2149,7 +2154,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
2149
2154
  localVarQueryParameter['sort'] = sort;
2150
2155
  }
2151
2156
  if (companyId !== undefined) {
2152
- localVarQueryParameter['company_id'] = companyId;
2157
+ localVarQueryParameter['companyId'] = companyId;
2153
2158
  }
2154
2159
  if (domain !== undefined) {
2155
2160
  localVarQueryParameter['domain'] = domain;
@@ -2199,7 +2204,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
2199
2204
  localVarQueryParameter['search'] = search;
2200
2205
  }
2201
2206
  if (companyId !== undefined) {
2202
- localVarQueryParameter['company_id'] = companyId;
2207
+ localVarQueryParameter['companyId'] = companyId;
2203
2208
  }
2204
2209
  if (domain !== undefined) {
2205
2210
  localVarQueryParameter['domain'] = domain;
package/dist/api/api.mjs CHANGED
@@ -1424,7 +1424,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
1424
1424
  localVarQueryParameter['sort'] = sort;
1425
1425
  }
1426
1426
  if (companyId !== undefined) {
1427
- localVarQueryParameter['company_id'] = companyId;
1427
+ localVarQueryParameter['companyId'] = companyId;
1428
1428
  }
1429
1429
  if (status !== undefined) {
1430
1430
  localVarQueryParameter['status'] = status;
@@ -1753,7 +1753,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
1753
1753
  const localVarHeaderParameter = {};
1754
1754
  const localVarQueryParameter = {};
1755
1755
  if (companyId !== undefined) {
1756
- localVarQueryParameter['company_id'] = companyId;
1756
+ localVarQueryParameter['companyId'] = companyId;
1757
1757
  }
1758
1758
  if (domain !== undefined) {
1759
1759
  localVarQueryParameter['domain'] = domain;
@@ -1771,10 +1771,11 @@ export const PageApiAxiosParamCreator = function (configuration) {
1771
1771
  * @param {string} type
1772
1772
  * @param {string} [companyId]
1773
1773
  * @param {string} [domain]
1774
+ * @param {string} [template]
1774
1775
  * @param {*} [options] Override http request option.
1775
1776
  * @throws {RequiredError}
1776
1777
  */
1777
- getPageByType: async (type, companyId, domain, options = {}) => {
1778
+ getPageByType: async (type, companyId, domain, template, options = {}) => {
1778
1779
  // verify required parameter 'type' is not null or undefined
1779
1780
  assertParamExists('getPageByType', 'type', type);
1780
1781
  const localVarPath = `/api/pages/type/{type}`
@@ -1789,11 +1790,14 @@ export const PageApiAxiosParamCreator = function (configuration) {
1789
1790
  const localVarHeaderParameter = {};
1790
1791
  const localVarQueryParameter = {};
1791
1792
  if (companyId !== undefined) {
1792
- localVarQueryParameter['company_id'] = companyId;
1793
+ localVarQueryParameter['companyId'] = companyId;
1793
1794
  }
1794
1795
  if (domain !== undefined) {
1795
1796
  localVarQueryParameter['domain'] = domain;
1796
1797
  }
1798
+ if (template !== undefined) {
1799
+ localVarQueryParameter['template'] = template;
1800
+ }
1797
1801
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1798
1802
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1799
1803
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -1859,7 +1863,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
1859
1863
  localVarQueryParameter['sort'] = sort;
1860
1864
  }
1861
1865
  if (companyId !== undefined) {
1862
- localVarQueryParameter['company_id'] = companyId;
1866
+ localVarQueryParameter['companyId'] = companyId;
1863
1867
  }
1864
1868
  if (domain !== undefined) {
1865
1869
  localVarQueryParameter['domain'] = domain;
@@ -1906,11 +1910,12 @@ export const PageApiFp = function (configuration) {
1906
1910
  * @param {string} type
1907
1911
  * @param {string} [companyId]
1908
1912
  * @param {string} [domain]
1913
+ * @param {string} [template]
1909
1914
  * @param {*} [options] Override http request option.
1910
1915
  * @throws {RequiredError}
1911
1916
  */
1912
- async getPageByType(type, companyId, domain, options) {
1913
- const localVarAxiosArgs = await localVarAxiosParamCreator.getPageByType(type, companyId, domain, options);
1917
+ async getPageByType(type, companyId, domain, template, options) {
1918
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getPageByType(type, companyId, domain, template, options);
1914
1919
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1915
1920
  const localVarOperationServerBasePath = operationServerMap['PageApi.getPageByType']?.[localVarOperationServerIndex]?.url;
1916
1921
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1963,7 +1968,7 @@ export const PageApiFactory = function (configuration, basePath, axios) {
1963
1968
  * @throws {RequiredError}
1964
1969
  */
1965
1970
  getPageByType(requestParameters, options) {
1966
- return localVarFp.getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, options).then((request) => request(axios, basePath));
1971
+ return localVarFp.getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, requestParameters.template, options).then((request) => request(axios, basePath));
1967
1972
  },
1968
1973
  /**
1969
1974
  *
@@ -2001,7 +2006,7 @@ export class PageApi extends BaseAPI {
2001
2006
  * @memberof PageApi
2002
2007
  */
2003
2008
  getPageByType(requestParameters, options) {
2004
- return PageApiFp(this.configuration).getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, options).then((request) => request(this.axios, this.basePath));
2009
+ return PageApiFp(this.configuration).getPageByType(requestParameters.type, requestParameters.companyId, requestParameters.domain, requestParameters.template, options).then((request) => request(this.axios, this.basePath));
2005
2010
  }
2006
2011
  /**
2007
2012
  *
@@ -2043,7 +2048,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
2043
2048
  const localVarHeaderParameter = {};
2044
2049
  const localVarQueryParameter = {};
2045
2050
  if (companyId !== undefined) {
2046
- localVarQueryParameter['company_id'] = companyId;
2051
+ localVarQueryParameter['companyId'] = companyId;
2047
2052
  }
2048
2053
  if (domain !== undefined) {
2049
2054
  localVarQueryParameter['domain'] = domain;
@@ -2115,7 +2120,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
2115
2120
  localVarQueryParameter['sort'] = sort;
2116
2121
  }
2117
2122
  if (companyId !== undefined) {
2118
- localVarQueryParameter['company_id'] = companyId;
2123
+ localVarQueryParameter['companyId'] = companyId;
2119
2124
  }
2120
2125
  if (domain !== undefined) {
2121
2126
  localVarQueryParameter['domain'] = domain;
@@ -2165,7 +2170,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
2165
2170
  localVarQueryParameter['search'] = search;
2166
2171
  }
2167
2172
  if (companyId !== undefined) {
2168
- localVarQueryParameter['company_id'] = companyId;
2173
+ localVarQueryParameter['companyId'] = companyId;
2169
2174
  }
2170
2175
  if (domain !== undefined) {
2171
2176
  localVarQueryParameter['domain'] = domain;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.1.40",
3
+ "version": "1.2.2",
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": "22237e17ba6c887f709b3d6d3ad6e618aa8b707e"
40
+ "gitHead": "3cb2ec854a960845a98e9316932587953369cf49"
41
41
  }